/*!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 */;
DROP TABLE IF EXISTS `wplc_options`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wplc_options` (
  `option_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `option_name` varchar(191) NOT NULL DEFAULT '',
  `option_value` longtext NOT NULL,
  `autoload` varchar(20) NOT NULL DEFAULT 'yes',
  PRIMARY KEY (`option_id`),
  UNIQUE KEY `option_name` (`option_name`),
  KEY `autoload` (`autoload`)
) ENGINE=InnoDB AUTO_INCREMENT=813630 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

INSERT INTO `wplc_options` VALUES (1,'siteurl','https://www.dubdelivery.club','yes');
INSERT INTO `wplc_options` VALUES (2,'home','https://www.dubdelivery.club','yes');
INSERT INTO `wplc_options` VALUES (3,'blogname','Düb Delivery Club','yes');
INSERT INTO `wplc_options` VALUES (4,'blogdescription','Düb Delivery Club','yes');
INSERT INTO `wplc_options` VALUES (5,'users_can_register','1','yes');
INSERT INTO `wplc_options` VALUES (6,'admin_email','ftgadmin@ticket.ftghost.net','yes');
INSERT INTO `wplc_options` VALUES (7,'start_of_week','0','yes');
INSERT INTO `wplc_options` VALUES (8,'use_balanceTags','0','yes');
INSERT INTO `wplc_options` VALUES (9,'use_smilies','1','yes');
INSERT INTO `wplc_options` VALUES (10,'require_name_email','1','yes');
INSERT INTO `wplc_options` VALUES (11,'comments_notify','1','yes');
INSERT INTO `wplc_options` VALUES (12,'posts_per_rss','10','yes');
INSERT INTO `wplc_options` VALUES (13,'rss_use_excerpt','0','yes');
INSERT INTO `wplc_options` VALUES (14,'mailserver_url','mail.example.com','yes');
INSERT INTO `wplc_options` VALUES (15,'mailserver_login','login@example.com','yes');
INSERT INTO `wplc_options` VALUES (16,'mailserver_pass','password','yes');
INSERT INTO `wplc_options` VALUES (17,'mailserver_port','110','yes');
INSERT INTO `wplc_options` VALUES (18,'default_category','1','yes');
INSERT INTO `wplc_options` VALUES (19,'default_comment_status','open','yes');
INSERT INTO `wplc_options` VALUES (20,'default_ping_status','open','yes');
INSERT INTO `wplc_options` VALUES (21,'default_pingback_flag','1','yes');
INSERT INTO `wplc_options` VALUES (22,'posts_per_page','10','yes');
INSERT INTO `wplc_options` VALUES (23,'date_format','F j, Y','yes');
INSERT INTO `wplc_options` VALUES (24,'time_format','g:i a','yes');
INSERT INTO `wplc_options` VALUES (25,'links_updated_date_format','F j, Y g:i a','yes');
INSERT INTO `wplc_options` VALUES (26,'comment_moderation','1','yes');
INSERT INTO `wplc_options` VALUES (27,'moderation_notify','1','yes');
INSERT INTO `wplc_options` VALUES (28,'permalink_structure','/%category%/%postname%/','yes');
INSERT INTO `wplc_options` VALUES (30,'hack_file','0','yes');
INSERT INTO `wplc_options` VALUES (31,'blog_charset','UTF-8','yes');
INSERT INTO `wplc_options` VALUES (32,'moderation_keys','','no');
INSERT INTO `wplc_options` VALUES (33,'active_plugins','a:35:{i:0;s:57:\"age-gate-user-registration/age-gate-user-registration.php\";i:1;s:21:\"age-gate/age-gate.php\";i:2;s:28:\"agecheckernet/agechecker.php\";i:3;s:43:\"all-in-one-seo-pack/all_in_one_seo_pack.php\";i:4;s:43:\"broken-link-checker/broken-link-checker.php\";i:5;s:33:\"classic-editor/classic-editor.php\";i:6;s:35:\"classic-widgets/classic-widgets.php\";i:7;s:31:\"code-snippets/code-snippets.php\";i:8;s:57:\"disable-right-click-for-wp/disable-right-click-for-wp.php\";i:9;s:75:\"easy-woocommerce-auto-sku-generator/easy-woocommerce-auto-sku-generator.php\";i:10;s:31:\"elementor-pro/elementor-pro.php\";i:11;s:23:\"elementor/elementor.php\";i:12;s:55:\"google-pagespeed-insights/google-pagespeed-insights.php\";i:13;s:19:\"jetpack/jetpack.php\";i:14;s:35:\"modula-best-grid-gallery/Modula.php\";i:15;s:56:\"powerpack-addon-for-beaver-builder/bb-powerpack-lite.php\";i:16;s:55:\"pw-woocommerce-hosted-page-master/pinwheel-checkout.php\";i:17;s:27:\"redirection/redirection.php\";i:18;s:71:\"shipping-zones-by-drawing-for-woocommerce/shipping-zones-by-drawing.php\";i:19;s:37:\"snapshot-backups/snapshot-backups.php\";i:20;s:33:\"user-switching/user-switching.php\";i:21;s:69:\"whws-display-user-meta-shortcode/whws-display-user-meta-shortcode.php\";i:22;s:37:\"woo-coupon-usage/woo-coupon-usage.php\";i:23;s:47:\"woo-variation-gallery/woo-variation-gallery.php\";i:24;s:51:\"woocommerce-memberships/woocommerce-memberships.php\";i:25;s:45:\"woocommerce-services/woocommerce-services.php\";i:26;s:55:\"woocommerce-subscriptions/woocommerce-subscriptions.php\";i:27;s:27:\"woocommerce/woocommerce.php\";i:28;s:27:\"wp-defender/wp-defender.php\";i:29;s:33:\"wp-hummingbird/wp-hummingbird.php\";i:30;s:29:\"wp-mail-smtp/wp_mail_smtp.php\";i:31;s:25:\"wp-smush-pro/wp-smush.php\";i:32;s:19:\"wpforms/wpforms.php\";i:33;s:29:\"wpmu-dev-seo/wpmu-dev-seo.php\";i:34;s:40:\"wpmudev-updates/update-notifications.php\";}','yes');
INSERT INTO `wplc_options` VALUES (34,'category_base','','yes');
INSERT INTO `wplc_options` VALUES (35,'ping_sites','http://rpc.pingomatic.com/','yes');
INSERT INTO `wplc_options` VALUES (36,'comment_max_links','2','yes');
INSERT INTO `wplc_options` VALUES (37,'gmt_offset','','yes');
INSERT INTO `wplc_options` VALUES (38,'default_email_category','1','yes');
INSERT INTO `wplc_options` VALUES (39,'recently_edited','','no');
INSERT INTO `wplc_options` VALUES (40,'template','hello-elementor','yes');
INSERT INTO `wplc_options` VALUES (41,'stylesheet','hello-elementor','yes');
INSERT INTO `wplc_options` VALUES (42,'comment_registration','1','yes');
INSERT INTO `wplc_options` VALUES (43,'html_type','text/html','yes');
INSERT INTO `wplc_options` VALUES (44,'use_trackback','0','yes');
INSERT INTO `wplc_options` VALUES (45,'default_role','customer','yes');
INSERT INTO `wplc_options` VALUES (46,'db_version','56657','yes');
INSERT INTO `wplc_options` VALUES (47,'uploads_use_yearmonth_folders','1','yes');
INSERT INTO `wplc_options` VALUES (48,'upload_path','','yes');
INSERT INTO `wplc_options` VALUES (49,'blog_public','1','yes');
INSERT INTO `wplc_options` VALUES (50,'default_link_category','2','yes');
INSERT INTO `wplc_options` VALUES (51,'show_on_front','page','yes');
INSERT INTO `wplc_options` VALUES (52,'tag_base','','yes');
INSERT INTO `wplc_options` VALUES (53,'show_avatars','1','yes');
INSERT INTO `wplc_options` VALUES (54,'avatar_rating','G','yes');
INSERT INTO `wplc_options` VALUES (55,'upload_url_path','','yes');
INSERT INTO `wplc_options` VALUES (56,'thumbnail_size_w','150','yes');
INSERT INTO `wplc_options` VALUES (57,'thumbnail_size_h','150','yes');
INSERT INTO `wplc_options` VALUES (58,'thumbnail_crop','1','yes');
INSERT INTO `wplc_options` VALUES (59,'medium_size_w','300','yes');
INSERT INTO `wplc_options` VALUES (60,'medium_size_h','300','yes');
INSERT INTO `wplc_options` VALUES (61,'avatar_default','mystery','yes');
INSERT INTO `wplc_options` VALUES (62,'large_size_w','1024','yes');
INSERT INTO `wplc_options` VALUES (63,'large_size_h','1024','yes');
INSERT INTO `wplc_options` VALUES (64,'image_default_link_type','none','yes');
INSERT INTO `wplc_options` VALUES (65,'image_default_size','','yes');
INSERT INTO `wplc_options` VALUES (66,'image_default_align','','yes');
INSERT INTO `wplc_options` VALUES (67,'close_comments_for_old_posts','1','yes');
INSERT INTO `wplc_options` VALUES (68,'close_comments_days_old','14','yes');
INSERT INTO `wplc_options` VALUES (69,'thread_comments','1','yes');
INSERT INTO `wplc_options` VALUES (70,'thread_comments_depth','5','yes');
INSERT INTO `wplc_options` VALUES (71,'page_comments','','yes');
INSERT INTO `wplc_options` VALUES (72,'comments_per_page','50','yes');
INSERT INTO `wplc_options` VALUES (73,'default_comments_page','newest','yes');
INSERT INTO `wplc_options` VALUES (74,'comment_order','asc','yes');
INSERT INTO `wplc_options` VALUES (75,'sticky_posts','a:0:{}','yes');
INSERT INTO `wplc_options` VALUES (76,'widget_categories','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes');
INSERT INTO `wplc_options` VALUES (77,'widget_text','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes');
INSERT INTO `wplc_options` VALUES (78,'widget_rss','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes');
INSERT INTO `wplc_options` VALUES (79,'uninstall_plugins','a:12:{s:35:\"litespeed-cache/litespeed-cache.php\";s:47:\"LiteSpeed\\Activation::uninstall_litespeed_cache\";s:27:\"redirection/redirection.php\";a:2:{i:0;s:17:\"Redirection_Admin\";i:1;s:16:\"plugin_uninstall\";}s:45:\"woocommerce-services/woocommerce-services.php\";a:2:{i:0;s:17:\"WC_Connect_Loader\";i:1;s:16:\"plugin_uninstall\";}s:55:\"google-pagespeed-insights/google-pagespeed-insights.php\";a:2:{i:0;s:13:\"GPI_Uninstall\";i:1;s:9:\"uninstall\";}s:27:\"wp-optimize/wp-optimize.php\";s:21:\"wpo_uninstall_actions\";s:21:\"age-gate/age-gate.php\";s:18:\"age_gate_uninstall\";s:81:\"local-delivery-drivers-for-woocommerce/local-delivery-drivers-for-wooCommerce.php\";a:2:{i:0;s:8:\"Freemius\";i:1;s:22:\"_uninstall_plugin_hook\";}s:40:\"wpmudev-updates/update-notifications.php\";a:2:{i:0;s:17:\"WPMUDEV_Dashboard\";i:1;s:16:\"uninstall_plugin\";}s:24:\"wordpress-seo/wp-seo.php\";s:14:\"__return_false\";s:57:\"age-gate-user-registration/age-gate-user-registration.php\";s:36:\"age_gate_user_registration_uninstall\";s:28:\"migrate-guru/migrateguru.php\";a:2:{i:0;s:10:\"MGWPAction\";i:1;s:9:\"uninstall\";}s:23:\"elementor/elementor.php\";a:2:{i:0;s:21:\"Elementor\\Maintenance\";i:1;s:9:\"uninstall\";}}','no');
INSERT INTO `wplc_options` VALUES (80,'timezone_string','America/Chicago','yes');
INSERT INTO `wplc_options` VALUES (81,'page_for_posts','0','yes');
INSERT INTO `wplc_options` VALUES (82,'page_on_front','354','yes');
INSERT INTO `wplc_options` VALUES (83,'default_post_format','0','yes');
INSERT INTO `wplc_options` VALUES (84,'link_manager_enabled','0','yes');
INSERT INTO `wplc_options` VALUES (85,'finished_splitting_shared_terms','1','yes');
INSERT INTO `wplc_options` VALUES (86,'site_icon','613','yes');
INSERT INTO `wplc_options` VALUES (87,'medium_large_size_w','768','yes');
INSERT INTO `wplc_options` VALUES (88,'medium_large_size_h','0','yes');
INSERT INTO `wplc_options` VALUES (89,'wp_page_for_privacy_policy','307','yes');
INSERT INTO `wplc_options` VALUES (90,'show_comments_cookies_opt_in','1','yes');
INSERT INTO `wplc_options` VALUES (91,'admin_email_lifespan','1717465436','yes');
INSERT INTO `wplc_options` VALUES (92,'disallowed_keys','','no');
INSERT INTO `wplc_options` VALUES (93,'comment_previously_approved','1','yes');
INSERT INTO `wplc_options` VALUES (94,'auto_plugin_theme_update_emails','a:0:{}','no');
INSERT INTO `wplc_options` VALUES (95,'auto_update_core_dev','enabled','yes');
INSERT INTO `wplc_options` VALUES (96,'auto_update_core_minor','enabled','yes');
INSERT INTO `wplc_options` VALUES (97,'auto_update_core_major','enabled','yes');
INSERT INTO `wplc_options` VALUES (98,'wp_force_deactivated_plugins','a:0:{}','yes');
INSERT INTO `wplc_options` VALUES (99,'initial_db_version','51917','yes');
INSERT INTO `wplc_options` VALUES (100,'wplc_user_roles','a:9:{s:13:\"administrator\";a:16:{s:4:\"name\";s:13:\"Administrator\";s:12:\"capabilities\";a:182:{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:10:\"copy_posts\";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:22:\"ag_manage_restrictions\";b:1;s:20:\"ag_manage_appearance\";b:1;s:18:\"ag_manage_advanced\";b:1;s:19:\"ag_manage_messaging\";b:1;s:18:\"ag_manage_settings\";b:1;s:33:\"ag_manage_set_content_restriction\";b:1;s:28:\"ag_manage_set_content_bypass\";b:1;s:24:\"ag_manage_set_custom_age\";b:1;s:17:\"aioseo_manage_seo\";b:1;s:20:\"aioseo_page_analysis\";b:1;s:28:\"aioseo_page_general_settings\";b:1;s:29:\"aioseo_page_advanced_settings\";b:1;s:27:\"aioseo_page_schema_settings\";b:1;s:27:\"aioseo_page_social_settings\";b:1;s:17:\"ag_manage_content\";b:1;s:21:\"ag_manage_set_content\";b:1;s:15:\"ag_manage_tools\";b:1;s:9:\"ag_export\";b:1;s:9:\"ag_import\";b:1;s:13:\"ag_hard_reset\";b:1;s:20:\"edit_membership_plan\";b:1;s:20:\"read_membership_plan\";b:1;s:22:\"delete_membership_plan\";b:1;s:21:\"edit_membership_plans\";b:1;s:28:\"edit_others_membership_plans\";b:1;s:23:\"delete_membership_plans\";b:1;s:24:\"publish_membership_plans\";b:1;s:29:\"read_private_membership_plans\";b:1;s:31:\"delete_private_membership_plans\";b:1;s:33:\"delete_published_membership_plans\";b:1;s:30:\"delete_others_membership_plans\";b:1;s:29:\"edit_private_membership_plans\";b:1;s:31:\"edit_published_membership_plans\";b:1;s:20:\"edit_user_membership\";b:1;s:20:\"read_user_membership\";b:1;s:22:\"delete_user_membership\";b:1;s:21:\"edit_user_memberships\";b:1;s:28:\"edit_others_user_memberships\";b:1;s:23:\"delete_user_memberships\";b:1;s:24:\"publish_user_memberships\";b:1;s:29:\"read_private_user_memberships\";b:1;s:31:\"delete_private_user_memberships\";b:1;s:33:\"delete_published_user_memberships\";b:1;s:30:\"delete_others_user_memberships\";b:1;s:29:\"edit_private_user_memberships\";b:1;s:31:\"edit_published_user_memberships\";b:1;s:35:\"manage_woocommerce_membership_plans\";b:1;s:35:\"manage_woocommerce_user_memberships\";b:1;s:20:\"wpcode_edit_snippets\";b:1;s:24:\"wpcode_activate_snippets\";b:1;s:16:\"delete_szbdzones\";b:1;s:23:\"delete_others_szbdzones\";b:1;s:24:\"delete_private_szbdzones\";b:1;s:26:\"delete_published_szbdzones\";b:1;s:14:\"edit_szbdzones\";b:1;s:21:\"edit_others_szbdzones\";b:1;s:22:\"edit_private_szbdzones\";b:1;s:24:\"edit_published_szbdzones\";b:1;s:17:\"publish_szbdzones\";b:1;s:22:\"read_private_szbdzones\";b:1;s:26:\"create_notes_elementor-pro\";b:1;s:24:\"edit_notes_elementor-pro\";b:1;s:26:\"delete_notes_elementor-pro\";b:1;s:24:\"read_notes_elementor-pro\";b:1;s:31:\"edit_others_notes_elementor-pro\";b:1;s:33:\"delete_others_notes_elementor-pro\";b:1;s:39:\"read_others_private_notes_elementor-pro\";b:1;}s:22:\"_um_can_access_wpadmin\";i:1;s:24:\"_um_can_not_see_adminbar\";i:0;s:21:\"_um_can_edit_everyone\";i:1;s:23:\"_um_can_delete_everyone\";i:1;s:20:\"_um_can_edit_profile\";i:1;s:22:\"_um_can_delete_profile\";i:1;s:20:\"_um_default_homepage\";i:1;s:15:\"_um_after_login\";s:14:\"redirect_admin\";s:16:\"_um_after_logout\";s:13:\"redirect_home\";s:16:\"_um_can_view_all\";i:1;s:28:\"_um_can_make_private_profile\";i:1;s:30:\"_um_can_access_private_profile\";i:1;s:10:\"_um_status\";s:8:\"approved\";s:20:\"_um_auto_approve_act\";s:16:\"redirect_profile\";}s:6:\"editor\";a:16:{s:4:\"name\";s:6:\"Editor\";s:12:\"capabilities\";a:43:{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:10:\"copy_posts\";b:1;s:33:\"ag_manage_set_content_restriction\";b:1;s:28:\"ag_manage_set_content_bypass\";b:1;s:24:\"ag_manage_set_custom_age\";b:1;s:20:\"aioseo_page_analysis\";b:1;s:28:\"aioseo_page_general_settings\";b:1;s:29:\"aioseo_page_advanced_settings\";b:1;s:27:\"aioseo_page_schema_settings\";b:1;s:27:\"aioseo_page_social_settings\";b:1;}s:22:\"_um_can_access_wpadmin\";i:0;s:24:\"_um_can_not_see_adminbar\";i:1;s:21:\"_um_can_edit_everyone\";i:0;s:23:\"_um_can_delete_everyone\";i:0;s:20:\"_um_can_edit_profile\";i:1;s:22:\"_um_can_delete_profile\";i:1;s:15:\"_um_after_login\";s:16:\"redirect_profile\";s:16:\"_um_after_logout\";s:13:\"redirect_home\";s:20:\"_um_default_homepage\";i:1;s:16:\"_um_can_view_all\";i:1;s:28:\"_um_can_make_private_profile\";i:0;s:30:\"_um_can_access_private_profile\";i:0;s:10:\"_um_status\";s:8:\"approved\";s:20:\"_um_auto_approve_act\";s:16:\"redirect_profile\";}s:6:\"author\";a:16:{s:4:\"name\";s:6:\"Author\";s:12:\"capabilities\";a:18:{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:33:\"ag_manage_set_content_restriction\";b:1;s:28:\"ag_manage_set_content_bypass\";b:1;s:24:\"ag_manage_set_custom_age\";b:1;s:20:\"aioseo_page_analysis\";b:1;s:28:\"aioseo_page_general_settings\";b:1;s:29:\"aioseo_page_advanced_settings\";b:1;s:27:\"aioseo_page_schema_settings\";b:1;s:27:\"aioseo_page_social_settings\";b:1;}s:22:\"_um_can_access_wpadmin\";i:0;s:24:\"_um_can_not_see_adminbar\";i:1;s:21:\"_um_can_edit_everyone\";i:0;s:23:\"_um_can_delete_everyone\";i:0;s:20:\"_um_can_edit_profile\";i:1;s:22:\"_um_can_delete_profile\";i:1;s:15:\"_um_after_login\";s:16:\"redirect_profile\";s:16:\"_um_after_logout\";s:13:\"redirect_home\";s:20:\"_um_default_homepage\";i:1;s:16:\"_um_can_view_all\";i:1;s:28:\"_um_can_make_private_profile\";i:0;s:30:\"_um_can_access_private_profile\";i:0;s:10:\"_um_status\";s:8:\"approved\";s:20:\"_um_auto_approve_act\";s:16:\"redirect_profile\";}s:11:\"contributor\";a:16:{s:4:\"name\";s:11:\"Contributor\";s:12:\"capabilities\";a:13:{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:33:\"ag_manage_set_content_restriction\";b:1;s:28:\"ag_manage_set_content_bypass\";b:1;s:24:\"ag_manage_set_custom_age\";b:1;s:20:\"aioseo_page_analysis\";b:1;s:28:\"aioseo_page_general_settings\";b:1;s:29:\"aioseo_page_advanced_settings\";b:1;s:27:\"aioseo_page_schema_settings\";b:1;s:27:\"aioseo_page_social_settings\";b:1;}s:22:\"_um_can_access_wpadmin\";i:0;s:24:\"_um_can_not_see_adminbar\";i:1;s:21:\"_um_can_edit_everyone\";i:0;s:23:\"_um_can_delete_everyone\";i:0;s:20:\"_um_can_edit_profile\";i:1;s:22:\"_um_can_delete_profile\";i:1;s:15:\"_um_after_login\";s:16:\"redirect_profile\";s:16:\"_um_after_logout\";s:13:\"redirect_home\";s:20:\"_um_default_homepage\";i:1;s:16:\"_um_can_view_all\";i:1;s:28:\"_um_can_make_private_profile\";i:0;s:30:\"_um_can_access_private_profile\";i:0;s:10:\"_um_status\";s:8:\"approved\";s:20:\"_um_auto_approve_act\";s:16:\"redirect_profile\";}s:10:\"subscriber\";a:16:{s:4:\"name\";s:10:\"Subscriber\";s:12:\"capabilities\";a:2:{s:4:\"read\";b:1;s:7:\"level_0\";b:1;}s:22:\"_um_can_access_wpadmin\";i:0;s:24:\"_um_can_not_see_adminbar\";i:1;s:21:\"_um_can_edit_everyone\";i:0;s:23:\"_um_can_delete_everyone\";i:0;s:20:\"_um_can_edit_profile\";i:1;s:22:\"_um_can_delete_profile\";i:1;s:15:\"_um_after_login\";s:16:\"redirect_profile\";s:16:\"_um_after_logout\";s:13:\"redirect_home\";s:20:\"_um_default_homepage\";i:1;s:16:\"_um_can_view_all\";i:1;s:28:\"_um_can_make_private_profile\";i:0;s:30:\"_um_can_access_private_profile\";i:0;s:10:\"_um_status\";s:8:\"approved\";s:20:\"_um_auto_approve_act\";s:16:\"redirect_profile\";}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:128:{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:33:\"ag_manage_set_content_restriction\";b:1;s:28:\"ag_manage_set_content_bypass\";b:1;s:24:\"ag_manage_set_custom_age\";b:1;s:20:\"edit_membership_plan\";b:1;s:20:\"read_membership_plan\";b:1;s:22:\"delete_membership_plan\";b:1;s:21:\"edit_membership_plans\";b:1;s:28:\"edit_others_membership_plans\";b:1;s:23:\"delete_membership_plans\";b:1;s:24:\"publish_membership_plans\";b:1;s:29:\"read_private_membership_plans\";b:1;s:31:\"delete_private_membership_plans\";b:1;s:33:\"delete_published_membership_plans\";b:1;s:30:\"delete_others_membership_plans\";b:1;s:29:\"edit_private_membership_plans\";b:1;s:31:\"edit_published_membership_plans\";b:1;s:20:\"edit_user_membership\";b:1;s:20:\"read_user_membership\";b:1;s:22:\"delete_user_membership\";b:1;s:21:\"edit_user_memberships\";b:1;s:28:\"edit_others_user_memberships\";b:1;s:23:\"delete_user_memberships\";b:1;s:24:\"publish_user_memberships\";b:1;s:29:\"read_private_user_memberships\";b:1;s:31:\"delete_private_user_memberships\";b:1;s:33:\"delete_published_user_memberships\";b:1;s:30:\"delete_others_user_memberships\";b:1;s:29:\"edit_private_user_memberships\";b:1;s:31:\"edit_published_user_memberships\";b:1;s:35:\"manage_woocommerce_membership_plans\";b:1;s:35:\"manage_woocommerce_user_memberships\";b:1;s:20:\"aioseo_page_analysis\";b:1;s:28:\"aioseo_page_general_settings\";b:1;s:29:\"aioseo_page_advanced_settings\";b:1;s:27:\"aioseo_page_schema_settings\";b:1;s:27:\"aioseo_page_social_settings\";b:1;}}s:16:\"coupon_affiliate\";a:2:{s:4:\"name\";s:16:\"Coupon Affiliate\";s:12:\"capabilities\";a:2:{s:4:\"read\";b:1;s:7:\"level_0\";b:1;}}s:6:\"driver\";a:2:{s:4:\"name\";s:15:\"Delivery driver\";s:12:\"capabilities\";a:3:{s:4:\"read\";b:1;s:10:\"edit_posts\";b:0;s:12:\"delete_posts\";b:0;}}}','yes');
INSERT INTO `wplc_options` VALUES (101,'fresh_site','0','yes');
INSERT INTO `wplc_options` VALUES (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');
INSERT INTO `wplc_options` VALUES (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');
INSERT INTO `wplc_options` VALUES (104,'cron','a:61:{i:1705968060;a:1:{s:25:\"wphb_minify_process_queue\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:0:{}}}}i:1705968065;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:1705968188;a:1:{s:31:\"wptc_trigger_truncate_cron_hook\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"hourly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:3600;}}}i:1705968192;a:2:{s:17:\"jetpack_sync_cron\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:21:\"jetpack_sync_interval\";s:4:\"args\";a:0:{}s:8:\"interval\";i:300;}}s:22:\"jetpack_sync_full_cron\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:21:\"jetpack_sync_interval\";s:4:\"args\";a:0:{}s:8:\"interval\";i:300;}}}i:1705968213;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:1705968289;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:1705968900;a:1:{s:27:\"wc_memberships_jobs_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:1705969800;a:1:{s:21:\"wdf_maybe_send_report\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:14:\"thirty_minutes\";s:4:\"args\";a:0:{}s:8:\"interval\";i:1800;}}}i:1705970103;a:1:{s:22:\"firewall_clean_up_logs\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"hourly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:3600;}}}i:1705970469;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:1705970762;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:1705970956;a:1:{s:26:\"wpdef_fetch_global_ip_list\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"hourly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:3600;}}}i:1705976045;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:1705982423;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:1705984430;a:1:{s:30:\"um_twicedaily_scheduled_events\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1705985423;a:1:{s:30:\"blc_schedule_sync_scan_results\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1705987754;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:1705987896;a:1:{s:22:\"wpmudev_scheduled_jobs\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1705988122;a:2:{s:26:\"snapshot4_handle_schedules\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}s:25:\"snapshot4_add_empty_index\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1705988123;a:1:{s:26:\"wds_sitemap_validity_check\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1705989600;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:1705993467;a:1:{s:27:\"wphb_get_delay_js_exclusion\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1706002050;a:3:{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:1706004443;a:1:{s:27:\"wp_mainwp_stream_auto_purge\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1706009364;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:1706020154;a:2:{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;}}s:31:\"woocommerce_cleanup_rate_limits\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1706024685;a:1:{s:14:\"gpi_prune_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:1706024686;a:1:{s:33:\"mainwp_child_pagespeed_cron_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:1706025266;a:1:{s:35:\"siteground_security_clear_logs_cron\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1706027900;a:1:{s:32:\"wc_connect_fetch_service_schemas\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1706031293;a:1:{s:21:\"wpdef_clear_scan_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:1706031294;a:1:{s:27:\"wpdef_log_rotational_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:1706031303;a:1:{s:31:\"wpdef_firewall_clean_up_lockout\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"weekly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:604800;}}}i:1706031322;a:1:{s:25:\"snapshot4_clean_log_files\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1706032786;a:1:{s:23:\"wphb_minify_clear_files\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1706034898;a:1:{s:22:\"wp_defender_clear_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:1706034915;a:1:{s:15:\"wphb_clear_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:1706036498;a:1:{s:37:\"siteground_optimizer_check_assets_dir\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1706037102;a:1:{s:22:\"redirection_log_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:1706039980;a:1:{s:36:\"snapshot_delete_old_user_action_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:1706044794;a:1:{s:24:\"jp_purge_transients_cron\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1706045250;a:1:{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;}}}i:1706046709;a:3:{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;}}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:1706047441;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:1706053255;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:1706053256;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:1706053264;a:1:{s:20:\"wcs_cleanup_big_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:1706054400;a:1:{s:22:\"wdev_logger_clear_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:1706068953;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:1706091116;a:1:{s:26:\"wc_od_purge_expired_events\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:7:\"monthly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:2635200;}}}i:1706099276;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:1706131650;a:1:{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;}}}i:1706235533;a:1:{s:23:\"wds_cron_download_geodb\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"weekly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:604800;}}}i:1706286830;a:1:{s:26:\"um_weekly_scheduled_events\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"weekly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:604800;}}}i:1706295899;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:1706475182;a:1:{s:31:\"wpdef_quarantine_delete_expired\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:11:\"thirty_days\";s:4:\"args\";a:0:{}s:8:\"interval\";i:2592000;}}}i:1706514240;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:1706554800;a:1:{s:28:\"wpforms_email_summaries_cron\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:30:\"wpforms_email_summaries_weekly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:604800;}}}i:1706700614;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:1708207440;a:1:{s:20:\"put_do_weekly_action\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:7:\"monthly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:2635200;}}}s:7:\"version\";i:2;}','yes');
INSERT INTO `wplc_options` VALUES (105,'widget_pages','a:1:{s:12:\"_multiwidget\";i:1;}','yes');
INSERT INTO `wplc_options` VALUES (106,'widget_calendar','a:1:{s:12:\"_multiwidget\";i:1;}','yes');
INSERT INTO `wplc_options` VALUES (107,'widget_archives','a:1:{s:12:\"_multiwidget\";i:1;}','yes');
INSERT INTO `wplc_options` VALUES (108,'widget_media_audio','a:1:{s:12:\"_multiwidget\";i:1;}','yes');
INSERT INTO `wplc_options` VALUES (109,'widget_media_image','a:1:{s:12:\"_multiwidget\";i:1;}','yes');
INSERT INTO `wplc_options` VALUES (110,'widget_media_gallery','a:1:{s:12:\"_multiwidget\";i:1;}','yes');
INSERT INTO `wplc_options` VALUES (111,'widget_media_video','a:1:{s:12:\"_multiwidget\";i:1;}','yes');
INSERT INTO `wplc_options` VALUES (112,'widget_meta','a:1:{s:12:\"_multiwidget\";i:1;}','yes');
INSERT INTO `wplc_options` VALUES (113,'widget_search','a:1:{s:12:\"_multiwidget\";i:1;}','yes');
INSERT INTO `wplc_options` VALUES (114,'widget_tag_cloud','a:1:{s:12:\"_multiwidget\";i:1;}','yes');
INSERT INTO `wplc_options` VALUES (115,'widget_nav_menu','a:1:{s:12:\"_multiwidget\";i:1;}','yes');
INSERT INTO `wplc_options` VALUES (116,'widget_custom_html','a:1:{s:12:\"_multiwidget\";i:1;}','yes');
INSERT INTO `wplc_options` VALUES (118,'recovery_keys','a:0:{}','yes');
INSERT INTO `wplc_options` VALUES (119,'theme_mods_twentytwentytwo','a:2:{s:18:\"custom_css_post_id\";i:-1;s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1644965413;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\";}}}}','yes');
INSERT INTO `wplc_options` VALUES (123,'https_detection_errors','a:0:{}','yes');
INSERT INTO `wplc_options` VALUES (152,'recently_activated','a:4:{s:69:\"dynamic-visibility-for-elementor/dynamic-visibility-for-elementor.php\";i:1702006717;s:27:\"coming-soon/coming-soon.php\";i:1701794987;s:29:\"beaver-builder/fl-builder.php\";i:1701741708;s:34:\"beaver-themer/bb-theme-builder.php\";i:1701741699;}','yes');
INSERT INTO `wplc_options` VALUES (154,'wpcore_keys','a:1:{i:0;s:20:\"kstjqhQjK5vUIuygcoFd\";}','yes');
INSERT INTO `wplc_options` VALUES (157,'finished_updating_comment_type','1','yes');
INSERT INTO `wplc_options` VALUES (164,'bsf_force_check_extensions','','no');
INSERT INTO `wplc_options` VALUES (165,'modula_version','a:2:{s:13:\"upgraded_from\";s:5:\"2.5.5\";s:15:\"current_version\";s:5:\"2.6.7\";}','yes');
INSERT INTO `wplc_options` VALUES (166,'litespeed.conf.__activation','-1','yes');
INSERT INTO `wplc_options` VALUES (167,'litespeed.purge.queue','-1','yes');
INSERT INTO `wplc_options` VALUES (168,'litespeed.purge.queue2','-1','yes');
INSERT INTO `wplc_options` VALUES (169,'mainwp_child_update_version','1.6','yes');
INSERT INTO `wplc_options` VALUES (170,'mainwp_child_plugin_version','4.4.1.1','yes');
INSERT INTO `wplc_options` VALUES (171,'mainwp_child_auth','a:7:{i:5;s:32:\"cd20fe97dcf8fb8d858396a07ec9cbb4\";s:4:\"last\";i:1685404802;i:4;s:32:\"532236a6a507e1c3dcf1c26eeb813734\";i:3;s:32:\"b27acadb88aeb3b7a7215fffffa62b3b\";i:2;s:32:\"790a6bfd97f586096cb7fad00f09209a\";i:1;s:32:\"f19b1c059f32e96bd0c3d21b394f93cc\";i:0;s:32:\"ca253f4448d8cbc610ecdb582b727fc0\";}','yes');
INSERT INTO `wplc_options` VALUES (172,'mainwp_child_branding_settings','a:25:{s:13:\"contact_label\";s:18:\"Questions? Ask FTG\";s:18:\"cancelled_branding\";b:0;s:23:\"branding_preserve_title\";s:18:\"FTG Hosting Worker\";s:21:\"branding_disconnected\";s:3:\"yes\";s:20:\"branding_ext_enabled\";s:1:\"Y\";s:15:\"branding_header\";a:5:{s:4:\"name\";s:18:\"FTG Hosting Worker\";s:11:\"description\";s:222:\"This plugin runs the management services provided by FTG Hosting and provides a constant connection to the back-end of WordPress to ensure we can push updates and security patches to your site. DO NOT DEACTIVATE OR REMOVE.\";s:6:\"author\";s:27:\"Falls Technology Group, LLC\";s:9:\"authoruri\";s:27:\"https://www.fallstech.group\";s:9:\"pluginuri\";s:27:\"https://www.fallstech.group\";}s:17:\"preserve_branding\";i:0;s:13:\"support_email\";s:34:\"support@fallstechgroup.zendesk.com\";s:15:\"support_message\";s:178:\"<h3>Welcome to FTG Support</h3>\r\nOur support team typically responds within an hour. Please enter in your inquiry below and a representative will get back in touch with you soon.\";s:14:\"remove_restore\";i:0;s:14:\"remove_setting\";i:0;s:18:\"remove_server_info\";i:0;s:24:\"remove_connection_detail\";i:0;s:15:\"remove_wp_tools\";i:0;s:17:\"remove_wp_setting\";i:0;s:16:\"remove_permalink\";i:0;s:13:\"email_message\";s:45:\"Your message has been submitted successfully.\";s:21:\"message_return_sender\";s:28:\"Go back to the previous page\";s:19:\"submit_button_title\";s:14:\"Submit Inquiry\";s:4:\"hide\";s:0:\"\";s:12:\"show_support\";s:0:\"\";s:14:\"disable_change\";s:0:\"\";s:23:\"disable_switching_theme\";s:0:\"\";s:14:\"extra_settings\";a:36:{s:14:\"show_button_in\";i:3;s:13:\"global_footer\";s:0:\"\";s:16:\"dashboard_footer\";s:138:\"This site is Built, Secured, and Managed by Falls Technology Group, LLC. If you are seeing this message, security is active and connected.\";s:21:\"remove_widget_welcome\";i:0;s:20:\"remove_widget_glance\";i:0;s:22:\"remove_widget_activity\";i:0;s:19:\"remove_widget_quick\";i:0;s:18:\"remove_widget_news\";i:0;s:16:\"login_image_link\";s:27:\"https://www.fallstech.group\";s:17:\"login_image_title\";s:56:\"Website Built, Managed, and Secured by Falls Tech Group.\";s:14:\"site_generator\";s:0:\"\";s:14:\"generator_link\";s:0:\"\";s:9:\"admin_css\";s:0:\"\";s:9:\"login_css\";s:0:\"\";s:13:\"texts_replace\";a:0:{}s:8:\"hide_nag\";i:1;s:16:\"hide_screen_opts\";i:0;s:13:\"hide_help_box\";i:0;s:25:\"hide_metabox_post_excerpt\";i:0;s:22:\"hide_metabox_post_slug\";i:0;s:22:\"hide_metabox_post_tags\";i:0;s:24:\"hide_metabox_post_author\";i:0;s:26:\"hide_metabox_post_comments\";i:0;s:27:\"hide_metabox_post_revisions\";i:0;s:28:\"hide_metabox_post_discussion\";i:0;s:28:\"hide_metabox_post_categories\";i:0;s:31:\"hide_metabox_post_custom_fields\";i:0;s:28:\"hide_metabox_post_trackbacks\";i:0;s:31:\"hide_metabox_page_custom_fields\";i:0;s:24:\"hide_metabox_page_author\";i:0;s:28:\"hide_metabox_page_discussion\";i:0;s:27:\"hide_metabox_page_revisions\";i:0;s:28:\"hide_metabox_page_attributes\";i:0;s:22:\"hide_metabox_page_slug\";i:0;s:11:\"login_image\";a:2:{s:4:\"path\";s:91:\"/home/dubdeliv/public_html/wp-content/uploads/2022/09/cropped-2022-WordPress-Branding-1.png\";s:3:\"url\";s:93:\"https://www.dubdelivery.club/wp-content/uploads/2022/09/cropped-2022-WordPress-Branding-1.png\";}s:12:\"favico_image\";a:0:{}}s:18:\"hide_child_reports\";s:0:\"\";}','no');
INSERT INTO `wplc_options` VALUES (173,'mainwp_child_activated_once','1','no');
INSERT INTO `wplc_options` VALUES (174,'wp_mainwp_stream_db','3.5.5','no');
INSERT INTO `wplc_options` VALUES (175,'ocean-extra-version','1.9.3','yes');
INSERT INTO `wplc_options` VALUES (176,'redirection_options','a:31:{s:7:\"support\";b:0;s:5:\"token\";s:32:\"cc1f6e53d5753fb1ec4c56489d4687b6\";s:12:\"monitor_post\";i:1;s:13:\"monitor_types\";a:3:{i:0;s:4:\"post\";i:1;s:4:\"page\";i:2;s:7:\"product\";}s:19:\"associated_redirect\";s:0:\"\";s:11:\"auto_target\";s:0:\"\";s:15:\"expire_redirect\";i:7;s:10:\"expire_404\";i:7;s:12:\"log_external\";b:0;s:10:\"log_header\";b:0;s:10:\"track_hits\";b:1;s:7:\"modules\";a:0:{}s:10:\"newsletter\";b:0;s:14:\"redirect_cache\";i:1;s:10:\"ip_logging\";i:1;s:13:\"last_group_id\";i:1;s:8:\"rest_api\";i:0;s:5:\"https\";b:0;s:7:\"headers\";a:0:{}s:8:\"database\";s:3:\"4.2\";s:8:\"relocate\";s:0:\"\";s:16:\"preferred_domain\";s:0:\"\";s:7:\"aliases\";a:0:{}s:10:\"permalinks\";a:0:{}s:9:\"cache_key\";i:0;s:13:\"plugin_update\";s:6:\"prompt\";s:13:\"update_notice\";s:3:\"5.3\";s:10:\"flag_query\";s:5:\"exact\";s:9:\"flag_case\";b:1;s:13:\"flag_trailing\";b:1;s:10:\"flag_regex\";b:0;}','yes');
INSERT INTO `wplc_options` VALUES (177,'spbc_errors','a:2:{s:15:\"firewall_update\";a:2:{s:5:\"error\";s:29:\"Files download not completed.\";s:10:\"error_time\";i:1685449257;}s:4:\"cron\";a:2:{s:9:\"send_logs\";a:2:{s:5:\"error\";s:91:\"SERVER_ERROR NO: 11 MSG: Service disabled, please go to Dashboard https://cleantalk.org/my.\";s:10:\"error_time\";i:1685449358;}s:18:\"send_firewall_logs\";a:2:{s:5:\"error\";s:91:\"SERVER_ERROR NO: 11 MSG: Service disabled, please go to Dashboard https://cleantalk.org/my.\";s:10:\"error_time\";i:1685449361;}}}','no');
INSERT INTO `wplc_options` VALUES (178,'spbc_cron_last_start','1685467819','yes');
INSERT INTO `wplc_options` VALUES (179,'spbc_cron','a:12:{s:9:\"send_logs\";a:6:{s:7:\"handler\";s:14:\"spbc_send_logs\";s:9:\"next_call\";d:1685468261;s:6:\"period\";i:3600;s:6:\"params\";a:0:{}s:10:\"processing\";b:0;s:9:\"last_call\";i:0;}s:11:\"send_report\";a:6:{s:7:\"handler\";s:22:\"spbc_send_daily_report\";s:9:\"next_call\";i:1685483594;s:6:\"period\";i:86400;s:6:\"params\";a:0:{}s:10:\"processing\";b:0;s:9:\"last_call\";i:0;}s:18:\"send_firewall_logs\";a:6:{s:7:\"handler\";s:23:\"spbc_send_firewall_logs\";s:9:\"next_call\";d:1685468261;s:6:\"period\";i:3600;s:6:\"params\";a:0:{}s:10:\"processing\";b:0;s:9:\"last_call\";i:0;}s:25:\"scanner_update_signatures\";a:6:{s:7:\"handler\";s:31:\"spbc_scanner__signatures_update\";s:9:\"next_call\";i:1685483594;s:6:\"period\";i:86400;s:6:\"params\";a:0:{}s:10:\"processing\";b:0;s:9:\"last_call\";i:0;}s:13:\"send_php_logs\";a:6:{s:7:\"handler\";s:19:\"spbc_PHP_logs__send\";s:9:\"next_call\";i:1685470082;s:6:\"period\";i:3600;s:6:\"params\";a:0:{}s:10:\"processing\";b:0;s:9:\"last_call\";i:0;}s:11:\"service_get\";a:6:{s:7:\"handler\";s:25:\"spbct_perform_service_get\";s:9:\"next_call\";d:1685474223;s:6:\"period\";i:86400;s:6:\"params\";a:0:{}s:10:\"processing\";b:0;s:9:\"last_call\";i:0;}s:18:\"access_key_notices\";a:6:{s:7:\"handler\";s:23:\"spbc_access_key_notices\";s:9:\"next_call\";i:1685483594;s:6:\"period\";i:86400;s:6:\"params\";a:0:{}s:10:\"processing\";b:0;s:9:\"last_call\";i:0;}s:15:\"firewall_update\";a:6:{s:7:\"handler\";s:35:\"spbc_security_firewall_update__init\";s:9:\"next_call\";i:1685491392;s:6:\"period\";i:43200;s:6:\"params\";a:0:{}s:10:\"processing\";b:0;s:9:\"last_call\";i:0;}s:15:\"background_scan\";a:6:{s:7:\"handler\";s:24:\"spbc_scanner__controller\";s:9:\"next_call\";i:1685467849;s:6:\"period\";i:30;s:6:\"params\";a:4:{s:14:\"transaction_id\";s:10:\"1355896462\";s:5:\"stage\";s:12:\"send_results\";s:6:\"offset\";i:0;s:6:\"amount\";i:20;}s:10:\"processing\";b:1;s:9:\"last_call\";i:1685467819;}s:15:\"scanner__launch\";a:6:{s:7:\"handler\";s:20:\"spbc_scanner__launch\";s:9:\"next_call\";i:1685550602;s:6:\"period\";i:86400;s:6:\"params\";a:0:{}s:10:\"processing\";b:0;s:9:\"last_call\";i:0;}s:17:\"fw_update_checker\";a:6:{s:7:\"handler\";s:38:\"spbc_security_firewall_update__checker\";s:9:\"next_call\";i:1685467824;s:6:\"period\";i:5;s:6:\"params\";a:0:{}s:10:\"processing\";b:1;s:9:\"last_call\";i:1685467819;}s:18:\"security_log_clear\";a:6:{s:7:\"handler\";s:23:\"spbc_security_log_clear\";s:9:\"next_call\";i:1685523967;s:6:\"period\";i:86400;s:6:\"params\";a:0:{}s:10:\"processing\";b:0;s:9:\"last_call\";i:0;}}','yes');
INSERT INTO `wplc_options` VALUES (181,'cleantalk_data','a:59:{s:14:\"plugin_version\";s:4:\"6.16\";s:7:\"js_keys\";a:7:{i:1043388584;i:1647291603;i:442447541;i:1647378010;i:1928756086;i:1647466205;i:609801545;i:1647552615;i:1390073940;i:1647640810;i:1426444098;i:1647727520;i:987192592;i:1647814480;}s:18:\"js_keys_store_days\";i:14;s:15:\"js_key_lifetime\";i:86400;s:16:\"last_remote_call\";i:0;s:28:\"current_settings_template_id\";N;s:30:\"current_settings_template_name\";N;s:9:\"ajax_type\";s:4:\"rest\";s:12:\"cookies_type\";s:4:\"none\";s:15:\"spam_store_days\";i:15;s:14:\"relevance_test\";i:0;s:17:\"notice_api_errors\";i:0;s:13:\"account_email\";s:0:\"\";s:10:\"service_id\";i:1177942;s:7:\"user_id\";i:656754;s:8:\"moderate\";i:1;s:11:\"moderate_ip\";i:0;s:10:\"ip_license\";i:0;s:10:\"spam_count\";i:0;s:11:\"auto_update\";i:0;s:10:\"user_token\";s:64:\"a45a1e05aa3a9eda10aa661a00efeaf6cd525b549d826587685dad07da15aac8\";s:13:\"license_trial\";i:0;s:11:\"notice_show\";b:1;s:12:\"notice_trial\";i:0;s:12:\"notice_renew\";i:1;s:13:\"notice_review\";i:0;s:18:\"notice_auto_update\";i:0;s:22:\"notice_incompatibility\";a:0:{}s:28:\"notice_email_decoder_changed\";i:0;s:10:\"brief_data\";a:2:{s:9:\"spam_stat\";a:8:{s:10:\"2023-08-14\";i:0;s:10:\"2023-08-15\";i:0;s:10:\"2023-08-16\";i:0;s:10:\"2023-08-17\";i:0;s:10:\"2023-08-18\";i:0;s:10:\"2023-08-19\";i:0;s:10:\"2023-08-20\";i:0;s:10:\"2023-08-21\";i:0;}s:12:\"top5_spam_ip\";a:0:{}}s:14:\"array_accepted\";a:22:{i:9;i:1;i:14;i:0;i:19;i:1;i:20;i:1;i:21;i:2;i:23;i:0;i:17;i:1;i:2;i:1;i:22;i:2;i:1;i:1;i:12;i:3;i:11;i:1;i:15;i:3;i:7;i:1;i:18;i:1;i:16;i:1;i:13;i:1;i:6;i:0;i:3;i:0;i:0;i:0;i:5;i:0;i:8;i:0;}s:13:\"array_blocked\";a:22:{i:9;i:0;i:14;i:1;i:19;i:0;i:20;i:0;i:21;i:0;i:23;i:2;i:17;i:1;i:2;i:0;i:22;i:0;i:1;i:0;i:12;i:0;i:11;i:0;i:15;i:0;i:7;i:0;i:18;i:0;i:16;i:0;i:13;i:0;i:6;i:1;i:3;i:1;i:0;i:1;i:5;i:1;i:8;i:1;}s:12:\"current_hour\";i:17;s:22:\"admin_bar__sfw_counter\";a:2:{s:3:\"all\";i:0;s:7:\"blocked\";i:0;}s:27:\"admin_bar__all_time_counter\";a:2:{s:8:\"accepted\";i:68;s:7:\"blocked\";i:13;}s:12:\"user_counter\";a:3:{s:8:\"accepted\";i:68;s:7:\"blocked\";i:13;s:5:\"since\";s:6:\"15 Feb\";}s:7:\"ab_test\";a:1:{s:11:\"sfw_enabled\";b:0;}s:16:\"feedback_request\";s:0:\"\";s:9:\"key_is_ok\";b:1;s:4:\"salt\";s:19:\"1399888350444556975\";s:22:\"count_checked_comments\";i:0;s:18:\"count_bad_comments\";i:0;s:19:\"count_checked_users\";i:1;s:15:\"count_bad_users\";i:0;s:22:\"check_exclusion_as_url\";b:1;s:13:\"sentinel_data\";a:3:{s:3:\"ids\";a:0:{}s:13:\"last_sent_try\";a:2:{s:4:\"date\";i:0;s:7:\"success\";b:0;}s:13:\"prev_sent_try\";a:0:{}}s:15:\"wl_mode_enabled\";b:0;s:12:\"wl_brandname\";s:22:\"Anti-Spam by CleanTalk\";s:18:\"wl_brandname_short\";s:9:\"CleanTalk\";s:6:\"wl_url\";s:22:\"https://cleantalk.org/\";s:14:\"wl_support_faq\";s:59:\"https://wordpress.org/support/plugin/cleantalk-spam-protect\";s:14:\"wl_support_url\";s:59:\"https://wordpress.org/support/plugin/cleantalk-spam-protect\";s:16:\"wl_support_email\";s:21:\"support@cleantalk.org\";s:5:\"valid\";i:1;s:15:\"account_name_ob\";s:27:\"ftga****@ticket.ftghost.net\";s:14:\"cache_detected\";i:1;s:11:\"key_changed\";b:1;s:24:\"connection_reports_count\";a:4:{s:8:\"positive\";i:21;s:8:\"negative\";i:0;s:5:\"total\";i:21;s:10:\"stat_since\";s:6:\"06 Dec\";}s:22:\"auto_update_vars__call\";a:1:{s:5:\"stats\";a:2:{s:23:\"default_value_merged_on\";s:19:\"2023-08-05 05:36:13\";s:16:\"merged_var_array\";O:11:\"ArrayObject\":4:{i:0;i:0;i:1;a:8:{s:3:\"sfw\";a:7:{s:23:\"sending_logs__timestamp\";i:1691213094;s:14:\"last_send_time\";i:1691213094;s:16:\"last_send_amount\";i:0;s:16:\"last_update_time\";i:1691087889;s:15:\"last_update_way\";s:12:\"Queue update\";s:7:\"entries\";s:5:\"14453\";s:13:\"update_period\";i:86400;}s:14:\"last_sfw_block\";a:2:{s:4:\"time\";i:1673854856;s:2:\"ip\";s:14:\"80.253.251.185\";}s:12:\"last_request\";a:2:{s:4:\"time\";i:1690738725;s:6:\"server\";s:31:\"https://moderate1.cleantalk.org\";}s:8:\"requests\";a:6:{i:0;a:2:{s:6:\"amount\";i:1;s:12:\"average_time\";i:0;}i:1690071971;a:2:{s:6:\"amount\";i:7;s:12:\"average_time\";d:0.55874357904706684063711463750223629176616668701171875;}i:1690175649;a:2:{s:6:\"amount\";i:6;s:12:\"average_time\";d:0.52658971150716149534076748750521801412105560302734375;}i:1690531850;a:2:{s:6:\"amount\";i:5;s:12:\"average_time\";d:0.543911457061767578125;}i:1690641148;a:2:{s:6:\"amount\";i:4;s:12:\"average_time\";d:0.49567854404449462890625;}i:1690737418;a:2:{s:6:\"amount\";i:2;s:12:\"average_time\";d:0.54842650890350341796875;}}s:6:\"plugin\";a:5:{s:18:\"install__timestamp\";i:0;s:21:\"activation__timestamp\";i:1662381958;s:30:\"activation_previous__timestamp\";i:1644962640;s:17:\"activation__times\";i:2;s:23:\"plugin_is_being_updated\";i:1;}s:4:\"cron\";a:1:{s:10:\"last_start\";i:0;}s:20:\"no_cookie_data_taken\";N;s:26:\"no_cookie_data_post_source\";s:27:\"[ct_no_cookie_hidden_field]\";}i:2;a:0:{}i:3;N;}}}}','yes');
INSERT INTO `wplc_options` VALUES (182,'cleantalk_stats','a:8:{s:3:\"sfw\";a:7:{s:23:\"sending_logs__timestamp\";i:1692605447;s:14:\"last_send_time\";i:1692605447;s:16:\"last_send_amount\";i:0;s:16:\"last_update_time\";i:1692557046;s:15:\"last_update_way\";s:12:\"Queue update\";s:7:\"entries\";s:2:\"15\";s:13:\"update_period\";i:86400;}s:14:\"last_sfw_block\";a:2:{s:4:\"time\";i:1673854856;s:2:\"ip\";s:14:\"80.253.251.185\";}s:12:\"last_request\";a:2:{s:4:\"time\";i:1690738725;s:6:\"server\";s:31:\"https://moderate1.cleantalk.org\";}s:8:\"requests\";a:6:{i:0;a:2:{s:6:\"amount\";i:1;s:12:\"average_time\";i:0;}i:1690071971;a:2:{s:6:\"amount\";i:7;s:12:\"average_time\";d:0.55874357904706684063711463750223629176616668701171875;}i:1690175649;a:2:{s:6:\"amount\";i:6;s:12:\"average_time\";d:0.52658971150716149534076748750521801412105560302734375;}i:1690531850;a:2:{s:6:\"amount\";i:5;s:12:\"average_time\";d:0.543911457061767578125;}i:1690641148;a:2:{s:6:\"amount\";i:4;s:12:\"average_time\";d:0.49567854404449462890625;}i:1690737418;a:2:{s:6:\"amount\";i:2;s:12:\"average_time\";d:0.54842650890350341796875;}}s:6:\"plugin\";a:5:{s:18:\"install__timestamp\";i:0;s:21:\"activation__timestamp\";i:1662381958;s:30:\"activation_previous__timestamp\";i:1644962640;s:17:\"activation__times\";i:2;s:23:\"plugin_is_being_updated\";i:1;}s:4:\"cron\";a:1:{s:10:\"last_start\";i:0;}s:20:\"no_cookie_data_taken\";N;s:26:\"no_cookie_data_post_source\";s:27:\"[ct_no_cookie_hidden_field]\";}','yes');
INSERT INTO `wplc_options` VALUES (183,'cleantalk_cron_last_start','1692607799','yes');
INSERT INTO `wplc_options` VALUES (185,'cleantalk_errors','a:0:{}','yes');
INSERT INTO `wplc_options` VALUES (187,'action_scheduler_hybrid_store_demarkation','5','yes');
INSERT INTO `wplc_options` VALUES (188,'schema-ActionScheduler_StoreSchema','7.0.1689756766','yes');
INSERT INTO `wplc_options` VALUES (189,'schema-ActionScheduler_LoggerSchema','3.0.1644968456','yes');
INSERT INTO `wplc_options` VALUES (190,'wpforms_version','1.7.8','yes');
INSERT INTO `wplc_options` VALUES (191,'wpforms_version_lite','1.7.8','yes');
INSERT INTO `wplc_options` VALUES (192,'wpforms_activated','a:1:{s:3:\"pro\";i:1644962641;}','yes');
INSERT INTO `wplc_options` VALUES (197,'wp_mail_smtp_initial_version','3.2.1','no');
INSERT INTO `wplc_options` VALUES (198,'wp_mail_smtp_version','3.5.2','no');
INSERT INTO `wplc_options` VALUES (199,'wp_mail_smtp','a:11:{s:4:\"mail\";a:6:{s:10:\"from_email\";s:23:\"orders@dubdelivery.club\";s:9:\"from_name\";s:20:\"Dub Delivery Service\";s:6:\"mailer\";s:7:\"mailgun\";s:11:\"return_path\";b:0;s:16:\"from_email_force\";b:1;s:15:\"from_name_force\";b:1;}s:4:\"smtp\";a:7:{s:7:\"autotls\";s:3:\"yes\";s:4:\"auth\";s:3:\"yes\";s:4:\"host\";s:16:\"dubdelivery.club\";s:10:\"encryption\";s:4:\"none\";s:4:\"port\";s:3:\"587\";s:4:\"user\";s:8:\"dubdeliv\";s:4:\"pass\";s:14:\"q9DX;16FopoY7[\";}s:7:\"general\";a:1:{s:29:\"summary_report_email_disabled\";b:0;}s:7:\"smtpcom\";a:2:{s:7:\"api_key\";s:0:\"\";s:7:\"channel\";s:0:\"\";}s:10:\"sendinblue\";a:2:{s:7:\"api_key\";s:0:\"\";s:6:\"domain\";s:0:\"\";}s:5:\"gmail\";a:2:{s:9:\"client_id\";s:0:\"\";s:13:\"client_secret\";s:0:\"\";}s:7:\"mailgun\";a:3:{s:7:\"api_key\";s:50:\"f4bc89a12ccccc76c0cfffbb10712bdf-2bab6b06-150503a0\";s:6:\"domain\";s:23:\"orders.dubdelivery.club\";s:6:\"region\";s:2:\"US\";}s:8:\"postmark\";a:2:{s:16:\"server_api_token\";s:0:\"\";s:14:\"message_stream\";s:0:\"\";}s:8:\"sendgrid\";a:2:{s:7:\"api_key\";s:0:\"\";s:6:\"domain\";s:0:\"\";}s:9:\"sparkpost\";a:2:{s:7:\"api_key\";s:0:\"\";s:6:\"region\";s:2:\"US\";}s:9:\"sendlayer\";a:1:{s:7:\"api_key\";s:0:\"\";}}','no');
INSERT INTO `wplc_options` VALUES (200,'wp_mail_smtp_activated_time','1644962641','no');
INSERT INTO `wplc_options` VALUES (201,'wp_mail_smtp_activated','a:1:{s:4:\"lite\";i:1644962641;}','yes');
INSERT INTO `wplc_options` VALUES (204,'yoast_migrations_free','a:1:{s:7:\"version\";s:4:\"20.8\";}','yes');
INSERT INTO `wplc_options` VALUES (205,'wpseo','a:102:{s:8:\"tracking\";b:0;s:16:\"toggled_tracking\";b:0;s:22:\"license_server_version\";b:0;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:13:\"first_install\";s:29:\"indexables_indexing_completed\";b:1;s:13:\"index_now_key\";s:0:\"\";s:7:\"version\";s:4:\"20.8\";s:16:\"previous_version\";s:6:\"19.5.1\";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:0:\"\";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:22:\"show_onboarding_notice\";b:1;s:18:\"first_activated_on\";i:1644962641;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:23:\"/%category%/%postname%/\";s:8:\"home_url\";s:28:\"https://www.dubdelivery.club\";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:7:{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:28:\"fl-builder-template-category\";s:28:\"fl-builder-template-category\";s:24:\"fl-builder-template-type\";s:24:\"fl-builder-template-type\";}s:29:\"enable_enhanced_slack_sharing\";b:1;s:25:\"zapier_integration_active\";b:0;s:19:\"zapier_subscription\";a:0:{}s:14:\"zapier_api_key\";s:0:\"\";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:5:{s:31:\"aioseo_default_archive_settings\";s:13:\"/search/title\";s:23:\"aioseo_general_settings\";s:10:\"/siteTitle\";s:12:\"aioseo_posts\";s:3:\"193\";s:32:\"aioseo_posttype_default_settings\";s:20:\"/product/webPageType\";s:24:\"aioseo_taxonomy_settings\";s:18:\"/product_tag/title\";}s:13:\"workouts_data\";a:1:{s:13:\"configuration\";a:3:{s:13:\"finishedSteps\";a:0:{}s:16:\"indexablesByStep\";a:0:{}s:8:\"priority\";i:1;}}s:28:\"configuration_finished_steps\";a:0:{}s:36:\"dismiss_configuration_workout_notice\";b:1;s:34:\"dismiss_premium_deactivated_notice\";b:0;s:34:\"dismiss_old_premium_version_notice\";s:0:\"\";s:19:\"importing_completed\";a:7:{s:30:\"aioseo_custom_archive_settings\";b:1;s:31:\"aioseo_default_archive_settings\";b:1;s:23:\"aioseo_general_settings\";b:1;s:12:\"aioseo_posts\";b:1;s:32:\"aioseo_posttype_default_settings\";b:1;s:24:\"aioseo_taxonomy_settings\";b:1;s:20:\"aioseo_validate_data\";b:1;}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:28:\"wordproof_integration_active\";b:0;s:29:\"wordproof_integration_changed\";b:0;s:18:\"first_time_install\";b:1;s:34:\"should_redirect_after_install_free\";b:0;s:34:\"activation_redirect_timestamp_free\";i:1652258756;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: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:6:{i:0;s:4:\"post\";i:1;s:4:\"page\";i:2;s:10:\"attachment\";i:3;s:7:\"product\";i:4;s:19:\"fl-builder-template\";i:5;s:20:\"auto-print-templates\";}s:28:\"last_known_public_taxonomies\";a:7:{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:28:\"fl-builder-template-category\";}s:23:\"last_known_no_unindexed\";a:2:{s:40:\"wpseo_total_unindexed_post_type_archives\";i:1685468033;s:35:\"wpseo_total_unindexed_general_items\";i:1685468033;}}','no');
INSERT INTO `wplc_options` VALUES (206,'wpseo_titles','a:187:{s:17:\"forcerewritetitle\";b:0;s:9:\"separator\";s:7:\"sc-pipe\";s:16:\"title-home-wpseo\";s:33:\"%%sitename%% %%sep%% %%sitedesc%%\";s:18:\"title-author-wpseo\";s:66:\"%%author_first_name%% %%author_last_name%%, Author at %%sitename%%\";s:19:\"title-archive-wpseo\";s:29:\"%%date%% %%sep%% %%sitename%%\";s:18:\"title-search-wpseo\";s:54:\"You searched for %%searchphrase%% %%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:7:\"&raquo;\";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:10:\"title-post\";s:30:\"%%title%% %%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:30:\"%%title%% %%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:30:\"%%title%% %%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:18:\"title-tax-category\";s:35:\"%%term_title%% %%sep%% %%sitename%%\";s:21:\"metadesc-tax-category\";s:20:\"%%term_description%%\";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:35:\"%%term_title%% %%sep%% %%sitename%%\";s:21:\"metadesc-tax-post_tag\";s:20:\"%%term_description%%\";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:13:\"title-product\";s:30:\"%%title%% %%sep%% %%sitename%%\";s:16:\"metadesc-product\";s:11:\"%%excerpt%%\";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:25:\"title-fl-builder-template\";s:30:\"%%title%% %%sep%% %%sitename%%\";s:28:\"metadesc-fl-builder-template\";s:16:\"%%post_content%%\";s:27:\"noindex-fl-builder-template\";b:0;s:38:\"display-metabox-pt-fl-builder-template\";b:1;s:38:\"post_types-fl-builder-template-maintax\";i:0;s:36:\"schema-page-type-fl-builder-template\";s:7:\"WebPage\";s:39:\"schema-article-type-fl-builder-template\";s:4:\"None\";s:32:\"social-title-fl-builder-template\";s:9:\"%%title%%\";s:38:\"social-description-fl-builder-template\";s:0:\"\";s:36:\"social-image-url-fl-builder-template\";s:0:\"\";s:35:\"social-image-id-fl-builder-template\";i:0;s:21:\"title-tax-product_cat\";s:35:\"%%term_title%% %%sep%% %%sitename%%\";s:24:\"metadesc-tax-product_cat\";s:20:\"%%term_description%%\";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:35:\"%%term_title%% %%sep%% %%sitename%%\";s:24:\"metadesc-tax-product_tag\";s:20:\"%%term_description%%\";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:38:\"title-tax-fl-builder-template-category\";s:35:\"%%term_title%% %%sep%% %%sitename%%\";s:41:\"metadesc-tax-fl-builder-template-category\";s:20:\"%%term_description%%\";s:48:\"display-metabox-tax-fl-builder-template-category\";b:1;s:40:\"noindex-tax-fl-builder-template-category\";b:0;s:45:\"social-title-tax-fl-builder-template-category\";s:23:\"%%term_title%% Archives\";s:51:\"social-description-tax-fl-builder-template-category\";s:0:\"\";s:49:\"social-image-url-tax-fl-builder-template-category\";s:0:\"\";s:48:\"social-image-id-tax-fl-builder-template-category\";i:0;s:46:\"taxonomy-fl-builder-template-category-ptparent\";i:0;s:26:\"title-auto-print-templates\";s:30:\"%%title%% %%sep%% %%sitename%%\";s:29:\"metadesc-auto-print-templates\";s:16:\"%%post_content%%\";s:28:\"noindex-auto-print-templates\";b:0;s:39:\"display-metabox-pt-auto-print-templates\";b:1;s:39:\"post_types-auto-print-templates-maintax\";i:0;s:37:\"schema-page-type-auto-print-templates\";s:7:\"WebPage\";s:40:\"schema-article-type-auto-print-templates\";s:4:\"None\";s:33:\"social-title-auto-print-templates\";s:9:\"%%title%%\";s:39:\"social-description-auto-print-templates\";s:0:\"\";s:37:\"social-image-url-auto-print-templates\";s:0:\"\";s:36:\"social-image-id-auto-print-templates\";i:0;s:14:\"person_logo_id\";i:0;s:15:\"company_logo_id\";i:0;s:17:\"company_logo_meta\";b:0;s:16:\"person_logo_meta\";b:0;s:29:\"open_graph_frontpage_image_id\";i:0;}','yes');
INSERT INTO `wplc_options` VALUES (207,'wpseo_social','a:18:{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:0:\"\";s:17:\"twitter_card_type\";s:19:\"summary_large_image\";s:11:\"youtube_url\";s:0:\"\";s:13:\"wikipedia_url\";s:0:\"\";}','yes');
INSERT INTO `wplc_options` VALUES (208,'action_scheduler_lock_async-request-runner','65af01887e93e6.97422177|1705968068','yes');
INSERT INTO `wplc_options` VALUES (210,'litespeed.cloud._summary','{\"curr_request.ver\":0,\"last_request.ver\":1662602503,\"news.utime\":1665155661,\"curr_request.news\":0,\"last_request.news\":1665155661,\"token_ts\":1659705419,\"is_linked\":0,\"curr_request.d\\/sync_conf\":0,\"last_request.d\\/sync_conf\":1662381961,\"curr_request.d\\/usage\":0,\"last_request.d\\/usage\":1665155594,\"usage.img_optm\":{\"total_used\":\"0\",\"used\":\"0\",\"quota\":10000,\"unlimited_quota\":false,\"pag_used\":\"0\",\"pag_bal\":0,\"pkgs\":\"4\",\"daily_quota\":-1,\"remaining_daily_quota\":-1},\"usage.page_optm\":{\"total_used\":0,\"used\":0,\"quota\":2000,\"unlimited_quota\":false,\"pag_used\":0,\"pag_bal\":0,\"pkgs\":4,\"daily_quota\":66,\"remaining_daily_quota\":66,\"sub_svc\":{\"ccss\":0,\"ucss\":0,\"vpi\":0}},\"usage.ccss\":{\"total_used\":0,\"used\":0,\"quota\":2000,\"unlimited_quota\":false,\"pag_used\":0,\"pag_bal\":0,\"pkgs\":4,\"daily_quota\":66,\"remaining_daily_quota\":66},\"usage.ucss\":false,\"usage.vpi\":false,\"usage.lqip\":{\"total_used\":0,\"used\":0,\"quota\":1000,\"unlimited_quota\":false,\"pag_used\":0,\"pag_bal\":0,\"pkgs\":4,\"daily_quota\":33,\"remaining_daily_quota\":33},\"usage.cdn\":{\"total_used\":0,\"used\":0,\"quota\":100,\"unlimited_quota\":false,\"pag_used\":0,\"pag_bal\":0,\"pkgs\":4,\"daily_quota\":-1,\"remaining_daily_quota\":-1},\"usage.health\":{\"total_used\":0,\"used\":0,\"quota\":1000,\"unlimited_quota\":false,\"pag_used\":0,\"pag_bal\":0,\"pkgs\":4,\"daily_quota\":-1,\"remaining_daily_quota\":-1},\"curr_request.d\\/nodes\":0,\"last_request.d\\/nodes\":1662219151,\"curr_request.img_optm-new_req\":0,\"last_request.img_optm-new_req\":1662382034,\"curr_request.img_optm-taken\":0,\"last_request.img_optm-taken\":1662382111,\"apikey_ts\":1659705439,\"server.img_optm\":\"https:\\/\\/node117.quic.cloud\",\"server_date.img_optm\":1662219151}','yes');
INSERT INTO `wplc_options` VALUES (212,'litespeed.conf.hash','NdURRAUc4qPKSVrsQWczJ83rvUy2eZfA','yes');
INSERT INTO `wplc_options` VALUES (213,'litespeed.conf.auto_upgrade','','yes');
INSERT INTO `wplc_options` VALUES (214,'litespeed.conf.api_key','77103547E27C5F407BFCDA44639DC9FC','yes');
INSERT INTO `wplc_options` VALUES (215,'litespeed.conf.server_ip','170.249.217.122','yes');
INSERT INTO `wplc_options` VALUES (216,'litespeed.conf.guest','1','yes');
INSERT INTO `wplc_options` VALUES (217,'litespeed.conf.guest_optm','','yes');
INSERT INTO `wplc_options` VALUES (218,'litespeed.conf.news','1','yes');
INSERT INTO `wplc_options` VALUES (219,'litespeed.conf.guest_uas','[\"Lighthouse\",\"GTmetrix\",\"Google\",\"Pingdom\",\"bot\",\"PTST\",\"HeadlessChrome\"]','yes');
INSERT INTO `wplc_options` VALUES (220,'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');
INSERT INTO `wplc_options` VALUES (221,'litespeed.conf.cache','1','yes');
INSERT INTO `wplc_options` VALUES (222,'litespeed.conf.cache-priv','1','yes');
INSERT INTO `wplc_options` VALUES (223,'litespeed.conf.cache-commenter','1','yes');
INSERT INTO `wplc_options` VALUES (224,'litespeed.conf.cache-rest','1','yes');
INSERT INTO `wplc_options` VALUES (225,'litespeed.conf.cache-page_login','1','yes');
INSERT INTO `wplc_options` VALUES (226,'litespeed.conf.cache-favicon','1','yes');
INSERT INTO `wplc_options` VALUES (227,'litespeed.conf.cache-resources','1','yes');
INSERT INTO `wplc_options` VALUES (228,'litespeed.conf.cache-mobile','','yes');
INSERT INTO `wplc_options` VALUES (229,'litespeed.conf.cache-mobile_rules','[\"Mobile\",\"Android\",\"Silk\\/\",\"Kindle\",\"BlackBerry\",\"Opera Mini\",\"Opera Mobi\"]','yes');
INSERT INTO `wplc_options` VALUES (230,'litespeed.conf.cache-browser','','yes');
INSERT INTO `wplc_options` VALUES (231,'litespeed.conf.cache-exc_useragents','[]','yes');
INSERT INTO `wplc_options` VALUES (232,'litespeed.conf.cache-exc_cookies','[]','yes');
INSERT INTO `wplc_options` VALUES (233,'litespeed.conf.cache-exc_qs','[]','yes');
INSERT INTO `wplc_options` VALUES (234,'litespeed.conf.cache-exc_cat','[]','yes');
INSERT INTO `wplc_options` VALUES (235,'litespeed.conf.cache-exc_tag','[]','yes');
INSERT INTO `wplc_options` VALUES (236,'litespeed.conf.cache-force_uri','[]','yes');
INSERT INTO `wplc_options` VALUES (237,'litespeed.conf.cache-force_pub_uri','[]','yes');
INSERT INTO `wplc_options` VALUES (238,'litespeed.conf.cache-priv_uri','[]','yes');
INSERT INTO `wplc_options` VALUES (239,'litespeed.conf.cache-exc','[]','yes');
INSERT INTO `wplc_options` VALUES (240,'litespeed.conf.cache-exc_roles','[]','yes');
INSERT INTO `wplc_options` VALUES (241,'litespeed.conf.cache-drop_qs','[\"fbclid\",\"gclid\",\"utm*\",\"_ga\"]','yes');
INSERT INTO `wplc_options` VALUES (242,'litespeed.conf.cache-ttl_pub','604800','yes');
INSERT INTO `wplc_options` VALUES (243,'litespeed.conf.cache-ttl_priv','1800','yes');
INSERT INTO `wplc_options` VALUES (244,'litespeed.conf.cache-ttl_frontpage','604800','yes');
INSERT INTO `wplc_options` VALUES (245,'litespeed.conf.cache-ttl_feed','604800','yes');
INSERT INTO `wplc_options` VALUES (246,'litespeed.conf.cache-ttl_rest','604800','yes');
INSERT INTO `wplc_options` VALUES (247,'litespeed.conf.cache-ttl_browser','31557600','yes');
INSERT INTO `wplc_options` VALUES (248,'litespeed.conf.cache-ttl_status','[\"403 3600\",\"404 3600\",\"500 3600\"]','yes');
INSERT INTO `wplc_options` VALUES (249,'litespeed.conf.cache-login_cookie','','yes');
INSERT INTO `wplc_options` VALUES (250,'litespeed.conf.cache-vary_group','[]','yes');
INSERT INTO `wplc_options` VALUES (251,'litespeed.conf.purge-upgrade','1','yes');
INSERT INTO `wplc_options` VALUES (252,'litespeed.conf.purge-stale','','yes');
INSERT INTO `wplc_options` VALUES (253,'litespeed.conf.purge-post_all','','yes');
INSERT INTO `wplc_options` VALUES (254,'litespeed.conf.purge-post_f','1','yes');
INSERT INTO `wplc_options` VALUES (255,'litespeed.conf.purge-post_h','1','yes');
INSERT INTO `wplc_options` VALUES (256,'litespeed.conf.purge-post_p','1','yes');
INSERT INTO `wplc_options` VALUES (257,'litespeed.conf.purge-post_pwrp','1','yes');
INSERT INTO `wplc_options` VALUES (258,'litespeed.conf.purge-post_a','1','yes');
INSERT INTO `wplc_options` VALUES (259,'litespeed.conf.purge-post_y','','yes');
INSERT INTO `wplc_options` VALUES (260,'litespeed.conf.purge-post_m','1','yes');
INSERT INTO `wplc_options` VALUES (261,'litespeed.conf.purge-post_d','','yes');
INSERT INTO `wplc_options` VALUES (262,'litespeed.conf.purge-post_t','1','yes');
INSERT INTO `wplc_options` VALUES (263,'litespeed.conf.purge-post_pt','1','yes');
INSERT INTO `wplc_options` VALUES (264,'litespeed.conf.purge-timed_urls','[]','yes');
INSERT INTO `wplc_options` VALUES (265,'litespeed.conf.purge-timed_urls_time','','yes');
INSERT INTO `wplc_options` VALUES (266,'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');
INSERT INTO `wplc_options` VALUES (267,'litespeed.conf.esi','','yes');
INSERT INTO `wplc_options` VALUES (268,'litespeed.conf.esi-cache_admbar','1','yes');
INSERT INTO `wplc_options` VALUES (269,'litespeed.conf.esi-cache_commform','1','yes');
INSERT INTO `wplc_options` VALUES (270,'litespeed.conf.esi-nonce','[\"stats_nonce\",\"subscribe_nonce\"]','yes');
INSERT INTO `wplc_options` VALUES (271,'litespeed.conf.util-instant_click','','yes');
INSERT INTO `wplc_options` VALUES (272,'litespeed.conf.util-no_https_vary','','yes');
INSERT INTO `wplc_options` VALUES (273,'litespeed.conf.debug-disable_all','','yes');
INSERT INTO `wplc_options` VALUES (274,'litespeed.conf.debug','0','yes');
INSERT INTO `wplc_options` VALUES (275,'litespeed.conf.debug-ips','[\"127.0.0.1\"]','yes');
INSERT INTO `wplc_options` VALUES (276,'litespeed.conf.debug-level','','yes');
INSERT INTO `wplc_options` VALUES (277,'litespeed.conf.debug-filesize','3','yes');
INSERT INTO `wplc_options` VALUES (278,'litespeed.conf.debug-cookie','','yes');
INSERT INTO `wplc_options` VALUES (279,'litespeed.conf.debug-collaps_qs','','yes');
INSERT INTO `wplc_options` VALUES (280,'litespeed.conf.debug-inc','[]','yes');
INSERT INTO `wplc_options` VALUES (281,'litespeed.conf.debug-exc','[]','yes');
INSERT INTO `wplc_options` VALUES (282,'litespeed.conf.db_optm-revisions_max','0','yes');
INSERT INTO `wplc_options` VALUES (283,'litespeed.conf.db_optm-revisions_age','0','yes');
INSERT INTO `wplc_options` VALUES (284,'litespeed.conf.optm-css_min','','yes');
INSERT INTO `wplc_options` VALUES (285,'litespeed.conf.optm-css_comb','','yes');
INSERT INTO `wplc_options` VALUES (286,'litespeed.conf.optm-css_comb_ext_inl','1','yes');
INSERT INTO `wplc_options` VALUES (287,'litespeed.conf.optm-ucss','','yes');
INSERT INTO `wplc_options` VALUES (288,'litespeed.conf.optm-ucss_inline','','yes');
INSERT INTO `wplc_options` VALUES (289,'litespeed.conf.optm-ucss_whitelist','[]','yes');
INSERT INTO `wplc_options` VALUES (290,'litespeed.conf.optm-ucss_exc','[]','yes');
INSERT INTO `wplc_options` VALUES (291,'litespeed.conf.optm-css_exc','[]','yes');
INSERT INTO `wplc_options` VALUES (292,'litespeed.conf.optm-js_min','','yes');
INSERT INTO `wplc_options` VALUES (293,'litespeed.conf.optm-js_comb','','yes');
INSERT INTO `wplc_options` VALUES (294,'litespeed.conf.optm-js_comb_ext_inl','1','yes');
INSERT INTO `wplc_options` VALUES (295,'litespeed.conf.optm-js_exc','[\"jquery.js\",\"jquery.min.js\"]','yes');
INSERT INTO `wplc_options` VALUES (296,'litespeed.conf.optm-html_min','','yes');
INSERT INTO `wplc_options` VALUES (297,'litespeed.conf.optm-html_lazy','[]','yes');
INSERT INTO `wplc_options` VALUES (298,'litespeed.conf.optm-qs_rm','','yes');
INSERT INTO `wplc_options` VALUES (299,'litespeed.conf.optm-ggfonts_rm','','yes');
INSERT INTO `wplc_options` VALUES (300,'litespeed.conf.optm-css_async','','yes');
INSERT INTO `wplc_options` VALUES (301,'litespeed.conf.optm-ccss_per_url','','yes');
INSERT INTO `wplc_options` VALUES (302,'litespeed.conf.optm-ccss_sep_posttype','[\"page\"]','yes');
INSERT INTO `wplc_options` VALUES (303,'litespeed.conf.optm-ccss_sep_uri','[]','yes');
INSERT INTO `wplc_options` VALUES (304,'litespeed.conf.optm-css_async_inline','1','yes');
INSERT INTO `wplc_options` VALUES (305,'litespeed.conf.optm-css_font_display','','yes');
INSERT INTO `wplc_options` VALUES (306,'litespeed.conf.optm-js_defer','0','yes');
INSERT INTO `wplc_options` VALUES (307,'litespeed.conf.optm-emoji_rm','','yes');
INSERT INTO `wplc_options` VALUES (308,'litespeed.conf.optm-noscript_rm','','yes');
INSERT INTO `wplc_options` VALUES (309,'litespeed.conf.optm-ggfonts_async','','yes');
INSERT INTO `wplc_options` VALUES (310,'litespeed.conf.optm-exc_roles','[]','yes');
INSERT INTO `wplc_options` VALUES (311,'litespeed.conf.optm-ccss_con','','yes');
INSERT INTO `wplc_options` VALUES (312,'litespeed.conf.optm-js_defer_exc','[\"jquery.js\",\"jquery.min.js\",\"gtm.js\",\"analytics.js\"]','yes');
INSERT INTO `wplc_options` VALUES (313,'litespeed.conf.optm-gm_js_exc','[]','yes');
INSERT INTO `wplc_options` VALUES (314,'litespeed.conf.optm-dns_prefetch','[]','yes');
INSERT INTO `wplc_options` VALUES (315,'litespeed.conf.optm-dns_prefetch_ctrl','','yes');
INSERT INTO `wplc_options` VALUES (316,'litespeed.conf.optm-exc','[]','yes');
INSERT INTO `wplc_options` VALUES (317,'litespeed.conf.optm-guest_only','1','yes');
INSERT INTO `wplc_options` VALUES (318,'litespeed.conf.object','','yes');
INSERT INTO `wplc_options` VALUES (319,'litespeed.conf.object-kind','','yes');
INSERT INTO `wplc_options` VALUES (320,'litespeed.conf.object-host','localhost','yes');
INSERT INTO `wplc_options` VALUES (321,'litespeed.conf.object-port','11211','yes');
INSERT INTO `wplc_options` VALUES (322,'litespeed.conf.object-life','360','yes');
INSERT INTO `wplc_options` VALUES (323,'litespeed.conf.object-persistent','1','yes');
INSERT INTO `wplc_options` VALUES (324,'litespeed.conf.object-admin','1','yes');
INSERT INTO `wplc_options` VALUES (325,'litespeed.conf.object-transients','1','yes');
INSERT INTO `wplc_options` VALUES (326,'litespeed.conf.object-db_id','0','yes');
INSERT INTO `wplc_options` VALUES (327,'litespeed.conf.object-user','','yes');
INSERT INTO `wplc_options` VALUES (328,'litespeed.conf.object-pswd','','yes');
INSERT INTO `wplc_options` VALUES (329,'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');
INSERT INTO `wplc_options` VALUES (330,'litespeed.conf.object-non_persistent_groups','[\"comment\",\"counts\",\"plugins\",\"wc_session_id\"]','yes');
INSERT INTO `wplc_options` VALUES (331,'litespeed.conf.discuss-avatar_cache','','yes');
INSERT INTO `wplc_options` VALUES (332,'litespeed.conf.discuss-avatar_cron','','yes');
INSERT INTO `wplc_options` VALUES (333,'litespeed.conf.discuss-avatar_cache_ttl','604800','yes');
INSERT INTO `wplc_options` VALUES (334,'litespeed.conf.media-lazy','','yes');
INSERT INTO `wplc_options` VALUES (335,'litespeed.conf.media-lazy_placeholder','','yes');
INSERT INTO `wplc_options` VALUES (336,'litespeed.conf.media-placeholder_resp','','yes');
INSERT INTO `wplc_options` VALUES (337,'litespeed.conf.media-placeholder_resp_color','#cfd4db','yes');
INSERT INTO `wplc_options` VALUES (338,'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');
INSERT INTO `wplc_options` VALUES (339,'litespeed.conf.media-lqip','','yes');
INSERT INTO `wplc_options` VALUES (340,'litespeed.conf.media-lqip_qual','4','yes');
INSERT INTO `wplc_options` VALUES (341,'litespeed.conf.media-lqip_min_w','150','yes');
INSERT INTO `wplc_options` VALUES (342,'litespeed.conf.media-lqip_min_h','150','yes');
INSERT INTO `wplc_options` VALUES (343,'litespeed.conf.media-placeholder_resp_async','1','yes');
INSERT INTO `wplc_options` VALUES (344,'litespeed.conf.media-iframe_lazy','','yes');
INSERT INTO `wplc_options` VALUES (345,'litespeed.conf.media-add_missing_sizes','','yes');
INSERT INTO `wplc_options` VALUES (346,'litespeed.conf.media-lazy_exc','[]','yes');
INSERT INTO `wplc_options` VALUES (347,'litespeed.conf.media-lazy_cls_exc','[\"wmu-preview-img\"]','yes');
INSERT INTO `wplc_options` VALUES (348,'litespeed.conf.media-lazy_parent_cls_exc','[]','yes');
INSERT INTO `wplc_options` VALUES (349,'litespeed.conf.media-iframe_lazy_cls_exc','[]','yes');
INSERT INTO `wplc_options` VALUES (350,'litespeed.conf.media-iframe_lazy_parent_cls_exc','[]','yes');
INSERT INTO `wplc_options` VALUES (351,'litespeed.conf.media-lazy_uri_exc','[]','yes');
INSERT INTO `wplc_options` VALUES (352,'litespeed.conf.media-lqip_exc','[]','yes');
INSERT INTO `wplc_options` VALUES (353,'litespeed.conf.img_optm-auto','1','yes');
INSERT INTO `wplc_options` VALUES (354,'litespeed.conf.img_optm-cron','1','yes');
INSERT INTO `wplc_options` VALUES (355,'litespeed.conf.img_optm-ori','1','yes');
INSERT INTO `wplc_options` VALUES (356,'litespeed.conf.img_optm-rm_bkup','','yes');
INSERT INTO `wplc_options` VALUES (357,'litespeed.conf.img_optm-webp','1','yes');
INSERT INTO `wplc_options` VALUES (358,'litespeed.conf.img_optm-lossless','','yes');
INSERT INTO `wplc_options` VALUES (359,'litespeed.conf.img_optm-exif','1','yes');
INSERT INTO `wplc_options` VALUES (360,'litespeed.conf.img_optm-webp_replace','','yes');
INSERT INTO `wplc_options` VALUES (361,'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');
INSERT INTO `wplc_options` VALUES (362,'litespeed.conf.img_optm-webp_replace_srcset','','yes');
INSERT INTO `wplc_options` VALUES (363,'litespeed.conf.img_optm-jpg_quality','82','yes');
INSERT INTO `wplc_options` VALUES (364,'litespeed.conf.crawler','','yes');
INSERT INTO `wplc_options` VALUES (365,'litespeed.conf.crawler-usleep','500','yes');
INSERT INTO `wplc_options` VALUES (366,'litespeed.conf.crawler-run_duration','400','yes');
INSERT INTO `wplc_options` VALUES (367,'litespeed.conf.crawler-run_interval','600','yes');
INSERT INTO `wplc_options` VALUES (368,'litespeed.conf.crawler-crawl_interval','302400','yes');
INSERT INTO `wplc_options` VALUES (369,'litespeed.conf.crawler-threads','3','yes');
INSERT INTO `wplc_options` VALUES (370,'litespeed.conf.crawler-timeout','30','yes');
INSERT INTO `wplc_options` VALUES (371,'litespeed.conf.crawler-load_limit','1','yes');
INSERT INTO `wplc_options` VALUES (372,'litespeed.conf.crawler-sitemap','https://www.dubdelivery.app/sitemap_index.xml','yes');
INSERT INTO `wplc_options` VALUES (373,'litespeed.conf.crawler-drop_domain','1','yes');
INSERT INTO `wplc_options` VALUES (374,'litespeed.conf.crawler-map_timeout','120','yes');
INSERT INTO `wplc_options` VALUES (375,'litespeed.conf.crawler-roles','[]','yes');
INSERT INTO `wplc_options` VALUES (376,'litespeed.conf.crawler-cookies','[]','yes');
INSERT INTO `wplc_options` VALUES (377,'litespeed.conf.misc-heartbeat_front','','yes');
INSERT INTO `wplc_options` VALUES (378,'litespeed.conf.misc-heartbeat_front_ttl','60','yes');
INSERT INTO `wplc_options` VALUES (379,'litespeed.conf.misc-heartbeat_back','','yes');
INSERT INTO `wplc_options` VALUES (380,'litespeed.conf.misc-heartbeat_back_ttl','60','yes');
INSERT INTO `wplc_options` VALUES (381,'litespeed.conf.misc-heartbeat_editor','','yes');
INSERT INTO `wplc_options` VALUES (382,'litespeed.conf.misc-heartbeat_editor_ttl','15','yes');
INSERT INTO `wplc_options` VALUES (383,'litespeed.conf.cdn','','yes');
INSERT INTO `wplc_options` VALUES (384,'litespeed.conf.cdn-ori','[\"\\/\\/www.betterdays-deltadelivery.com\\/\"]','yes');
INSERT INTO `wplc_options` VALUES (385,'litespeed.conf.cdn-ori_dir','[\"wp-content\",\"wp-includes\"]','yes');
INSERT INTO `wplc_options` VALUES (386,'litespeed.conf.cdn-exc','[]','yes');
INSERT INTO `wplc_options` VALUES (387,'litespeed.conf.cdn-quic','1','yes');
INSERT INTO `wplc_options` VALUES (388,'litespeed.conf.cdn-cloudflare','','yes');
INSERT INTO `wplc_options` VALUES (389,'litespeed.conf.cdn-cloudflare_email','ryan@ftghost.net','yes');
INSERT INTO `wplc_options` VALUES (390,'litespeed.conf.cdn-cloudflare_key','gbBAPSd0i-fMOtmMiZ9rV3P-T1cwLghQgK60Gcy4','yes');
INSERT INTO `wplc_options` VALUES (391,'litespeed.conf.cdn-cloudflare_name','betterdays-deltadelivery.com','yes');
INSERT INTO `wplc_options` VALUES (392,'litespeed.conf.cdn-cloudflare_zone','','yes');
INSERT INTO `wplc_options` VALUES (393,'litespeed.conf.cdn-mapping','[{\"url\":\"\",\"inc_img\":true,\"inc_css\":true,\"inc_js\":true,\"filetype\":[\".aac\",\".css\",\".eot\",\".gif\",\".jpeg\",\".jpg\",\".js\",\".less\",\".mp3\",\".mp4\",\".ogg\",\".otf\",\".pdf\",\".png\",\".svg\",\".ttf\",\".webp\",\".woff\",\".woff2\"]}]','yes');
INSERT INTO `wplc_options` VALUES (394,'litespeed.conf.cdn-attr','[\".src\",\".data-src\",\".href\",\".poster\",\"source.srcset\"]','yes');
INSERT INTO `wplc_options` VALUES (395,'code_snippets_version','3.6.2','yes');
INSERT INTO `wplc_options` VALUES (396,'widget_cleantalk_widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes');
INSERT INTO `wplc_options` VALUES (397,'widget_modula_gallery_widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes');
INSERT INTO `wplc_options` VALUES (398,'widget_wpforms-widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes');
INSERT INTO `wplc_options` VALUES (400,'litespeed.optimize.timestamp_purge_css','1665156829','yes');
INSERT INTO `wplc_options` VALUES (401,'litespeed.admin_display.messages','-1','yes');
INSERT INTO `wplc_options` VALUES (402,'fl_asst_installed_labels','1','yes');
INSERT INTO `wplc_options` VALUES (403,'fl_site_url','www.dubdelivery.club','no');
INSERT INTO `wplc_options` VALUES (404,'modula-rate-time','1803103867','yes');
INSERT INTO `wplc_options` VALUES (407,'_uabb_1_7_2_ver','yes','yes');
INSERT INTO `wplc_options` VALUES (408,'_journey_details','a:1:{i:0;a:2:{s:16:\"previous_version\";s:1:\"0\";s:15:\"current_version\";s:6:\"1.34.2\";}}','yes');
INSERT INTO `wplc_options` VALUES (409,'_uabb_saved_version','1.34.2','yes');
INSERT INTO `wplc_options` VALUES (410,'_fl_builder_enabled_icons','a:6:{i:0;s:22:\"font-awesome-5-regular\";i:1;s:20:\"font-awesome-5-solid\";i:2;s:21:\"font-awesome-5-brands\";i:3;s:16:\"foundation-icons\";i:4;s:9:\"dashicons\";i:5;s:14:\"ultimate-icons\";}','no');
INSERT INTO `wplc_options` VALUES (411,'_uabb_enabled_icons','1','yes');
INSERT INTO `wplc_options` VALUES (412,'_fl_builder_version','2.5.1.2','no');
INSERT INTO `wplc_options` VALUES (416,'bsf-updater-version','1.29.6','yes');
INSERT INTO `wplc_options` VALUES (417,'brainstrom_products','a:1:{s:7:\"plugins\";a:1:{s:4:\"uabb\";a:32:{s:2:\"id\";s:4:\"uabb\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:10:\"short_name\";s:0:\"\";s:11:\"description\";s:132:\"UABB is a premium extension for Beaver Builder that adds 55+ modules, 200+ templates and works on top of any Beaver Builder Package.\";s:7:\"version\";s:6:\"1.34.2\";s:12:\"download_url\";s:0:\"\";s:12:\"version_beta\";s:0:\"\";s:17:\"download_url_beta\";s:0:\"\";s:6:\"tested\";s:5:\"6.3.1\";s:14:\"privacy_policy\";s:132:\"https://store.brainstormforce.com/privacy-policy/?utm_source=license-form&utm_medium=privacy-policy&utm_campaign=graupi-license-form\";s:16:\"terms_conditions\";s:144:\"https://store.brainstormforce.com/terms-and-conditions/?utm_source=license-form&utm_medium=terms-and-conditions&utm_campaign=graupi-license-form\";s:12:\"purchase_url\";s:120:\"https://www.ultimatebeaver.com/pricing/?utm_source=uabb-pro-dashboard&utm_medium=license-screen&utm_campaign=get-license\";s:13:\"changelog_url\";s:117:\"https://www.ultimatebeaver.com/changelog/?utm_source=uabb-pro-dashboard&utm_medium=changelog&utm_campaign=get-license\";s:4:\"type\";s:6:\"plugin\";s:8:\"in_house\";s:4:\"true\";s:9:\"on_market\";s:5:\"false\";s:15:\"is_product_free\";s:5:\"false\";s:14:\"has-extensions\";s:5:\"false\";s:13:\"support_forum\";s:134:\"https://www.ultimatebeaver.com/support/submit-a-ticket/?utm_source=uabb-pro-dashboard&utm_medium=support-form&utm_campaign=get-license\";s:25:\"after_registration_action\";s:0:\"\";s:13:\"product_image\";s:70:\"//support.brainstormforce.com/wp-content/uploads/2018/10/uabb-logo.svg\";s:32:\"show_on_register_licence_listing\";s:5:\"false\";s:15:\"show_on_listing\";s:5:\"false\";s:13:\"is_support_on\";s:4:\"true\";s:14:\"envato_item_id\";s:0:\"\";s:8:\"template\";s:40:\"bb-ultimate-addons/bb-ultimate-addon.php\";s:6:\"remote\";s:7:\"1.35.17\";s:12:\"purchase_key\";s:0:\"\";s:6:\"status\";s:14:\"not-registered\";s:7:\"message\";s:0:\"\";s:12:\"product_name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}','yes');
INSERT INTO `wplc_options` VALUES (419,'spbc_counter__security','a:24:{i:1672506000;a:1:{s:4:\"view\";i:12;}i:1672761600;a:2:{s:5:\"login\";i:1;s:4:\"view\";i:5;}i:1672768800;a:2:{s:5:\"login\";i:1;s:4:\"view\";i:2;}i:1672858800;a:1:{s:4:\"view\";i:25;}i:1672862400;a:1:{s:4:\"view\";i:114;}i:1672866000;a:1:{s:4:\"view\";i:50;}i:1672869600;a:1:{s:4:\"view\";i:11;}i:1672873200;a:2:{s:5:\"login\";i:1;s:4:\"view\";i:12;}i:1672934400;a:1:{s:4:\"view\";i:32;}i:1673042400;a:2:{s:5:\"login\";i:1;s:4:\"view\";i:52;}i:1673298000;a:2:{s:5:\"login\";i:2;s:4:\"view\";i:42;}i:1674061200;a:2:{s:16:\"login_new_device\";i:1;s:4:\"view\";i:1;}i:1676332800;a:1:{s:4:\"view\";i:3;}i:1681038000;a:1:{s:16:\"invalid_username\";i:1;}i:1681059600;a:1:{s:16:\"invalid_password\";i:1;}i:1683658800;a:2:{s:16:\"login_new_device\";i:1;s:5:\"login\";i:1;}i:1683745200;a:1:{s:5:\"login\";i:2;}i:1684396800;a:1:{s:16:\"invalid_username\";i:1;}i:1685034000;a:1:{s:5:\"login\";i:2;}i:1685124000;a:1:{s:5:\"login\";i:1;}i:1685365200;a:1:{s:5:\"login\";i:3;}i:1685368800;a:1:{s:5:\"login\";i:1;}i:1685372400;a:2:{s:16:\"login_new_device\";i:3;s:5:\"login\";i:7;}i:1685466000;a:2:{s:5:\"login\";i:3;s:4:\"view\";i:9;}}','yes');
INSERT INTO `wplc_options` VALUES (420,'code_snippets_settings','a:3:{s:7:\"general\";a:6:{s:19:\"activate_by_default\";b:1;s:21:\"snippet_scope_enabled\";b:1;s:11:\"enable_tags\";b:1;s:18:\"enable_description\";b:1;s:13:\"disable_prism\";b:0;s:18:\"complete_uninstall\";b:0;}s:18:\"description_editor\";a:3:{s:4:\"rows\";i:5;s:12:\"use_full_mce\";b:0;s:13:\"media_buttons\";b:0;}s:6:\"editor\";a:8:{s:5:\"theme\";s:7:\"default\";s:16:\"indent_with_tabs\";b:1;s:8:\"tab_size\";i:4;s:11:\"indent_unit\";i:4;s:10:\"wrap_lines\";b:1;s:12:\"line_numbers\";b:1;s:19:\"auto_close_brackets\";b:1;s:27:\"highlight_selection_matches\";b:1;}}','yes');
INSERT INTO `wplc_options` VALUES (421,'duplicate_post_show_notice','0','no');
INSERT INTO `wplc_options` VALUES (422,'duplicate_post_copytitle','1','yes');
INSERT INTO `wplc_options` VALUES (423,'duplicate_post_copydate','0','yes');
INSERT INTO `wplc_options` VALUES (424,'duplicate_post_copystatus','0','yes');
INSERT INTO `wplc_options` VALUES (425,'duplicate_post_copyslug','0','yes');
INSERT INTO `wplc_options` VALUES (426,'duplicate_post_copyexcerpt','1','yes');
INSERT INTO `wplc_options` VALUES (427,'duplicate_post_copycontent','1','yes');
INSERT INTO `wplc_options` VALUES (428,'duplicate_post_copythumbnail','1','yes');
INSERT INTO `wplc_options` VALUES (429,'duplicate_post_copytemplate','1','yes');
INSERT INTO `wplc_options` VALUES (430,'duplicate_post_copyformat','1','yes');
INSERT INTO `wplc_options` VALUES (431,'duplicate_post_copyauthor','0','yes');
INSERT INTO `wplc_options` VALUES (432,'duplicate_post_copypassword','0','yes');
INSERT INTO `wplc_options` VALUES (433,'duplicate_post_copyattachments','0','yes');
INSERT INTO `wplc_options` VALUES (434,'duplicate_post_copychildren','0','yes');
INSERT INTO `wplc_options` VALUES (435,'duplicate_post_copycomments','0','yes');
INSERT INTO `wplc_options` VALUES (436,'duplicate_post_copymenuorder','1','yes');
INSERT INTO `wplc_options` VALUES (437,'duplicate_post_taxonomies_blacklist','a:0:{}','yes');
INSERT INTO `wplc_options` VALUES (438,'duplicate_post_blacklist','','yes');
INSERT INTO `wplc_options` VALUES (439,'duplicate_post_types_enabled','a:2:{i:0;s:4:\"post\";i:1;s:4:\"page\";}','yes');
INSERT INTO `wplc_options` VALUES (440,'duplicate_post_show_original_column','0','yes');
INSERT INTO `wplc_options` VALUES (441,'duplicate_post_show_original_in_post_states','0','yes');
INSERT INTO `wplc_options` VALUES (442,'duplicate_post_show_original_meta_box','0','yes');
INSERT INTO `wplc_options` VALUES (443,'duplicate_post_show_link','a:3:{s:9:\"new_draft\";s:1:\"1\";s:5:\"clone\";s:1:\"1\";s:17:\"rewrite_republish\";s:1:\"1\";}','yes');
INSERT INTO `wplc_options` VALUES (444,'duplicate_post_show_link_in','a:4:{s:3:\"row\";s:1:\"1\";s:8:\"adminbar\";s:1:\"1\";s:9:\"submitbox\";s:1:\"1\";s:11:\"bulkactions\";s:1:\"1\";}','yes');
INSERT INTO `wplc_options` VALUES (446,'modula_wisdom_notification_times','a:1:{s:24:\"modula-best-grid-gallery\";i:1644962689;}','yes');
INSERT INTO `wplc_options` VALUES (447,'wp_mail_smtp_migration_version','5','yes');
INSERT INTO `wplc_options` VALUES (448,'wp_mail_smtp_debug_events_db_version','1','yes');
INSERT INTO `wplc_options` VALUES (449,'_uabb_cloud_templats','a:2:{s:14:\"page-templates\";a:119:{s:21:\"site-1-template-17674\";a:7:{s:2:\"id\";s:21:\"site-1-template-17674\";s:4:\"name\";s:6:\"Lawyer\";s:5:\"image\";s:95:\"https://templates.ultimatebeaver.com/wp-content/uploads/2017/07/lawyer-featured-img-400x400.jpg\";s:4:\"type\";s:6:\"layout\";s:7:\"dat_url\";s:98:\"http://templates.ultimatebeaver.com/wp-content/uploads/bb-ultimate-addon/site-1-template-17674.dat\";s:4:\"tags\";a:1:{i:0;s:13:\"landing pages\";}s:11:\"preview_url\";s:53:\"https://templates.ultimatebeaver.com/template/lawyer/\";}s:21:\"site-1-template-17668\";a:7:{s:2:\"id\";s:21:\"site-1-template-17668\";s:4:\"name\";s:9:\"Dietitian\";s:5:\"image\";s:100:\"https://templates.ultimatebeaver.com/wp-content/uploads/2017/07/dietition-featired-image-400x400.jpg\";s:4:\"type\";s:6:\"layout\";s:7:\"dat_url\";s:98:\"http://templates.ultimatebeaver.com/wp-content/uploads/bb-ultimate-addon/site-1-template-17668.dat\";s:4:\"tags\";a:1:{i:0;s:13:\"landing pages\";}s:11:\"preview_url\";s:56:\"https://templates.ultimatebeaver.com/template/dietitian/\";}s:21:\"site-1-template-17649\";a:7:{s:2:\"id\";s:21:\"site-1-template-17649\";s:4:\"name\";s:19:\"Photography Website\";s:5:\"image\";s:88:\"https://templates.ultimatebeaver.com/wp-content/uploads/2017/07/photographer-400x400.jpg\";s:4:\"type\";s:6:\"layout\";s:7:\"dat_url\";s:98:\"http://templates.ultimatebeaver.com/wp-content/uploads/bb-ultimate-addon/site-1-template-17649.dat\";s:4:\"tags\";a:1:{i:0;s:13:\"landing pages\";}s:11:\"preview_url\";s:66:\"https://templates.ultimatebeaver.com/template/photography-website/\";}s:21:\"site-1-template-17384\";a:7:{s:2:\"id\";s:21:\"site-1-template-17384\";s:4:\"name\";s:11:\"Coffee Shop\";s:5:\"image\";s:87:\"https://templates.ultimatebeaver.com/wp-content/uploads/2017/07/coffee-shop-400x400.jpg\";s:4:\"type\";s:6:\"layout\";s:7:\"dat_url\";s:98:\"http://templates.ultimatebeaver.com/wp-content/uploads/bb-ultimate-addon/site-1-template-17384.dat\";s:4:\"tags\";a:1:{i:0;s:13:\"landing pages\";}s:11:\"preview_url\";s:58:\"https://templates.ultimatebeaver.com/template/coffee-shop/\";}s:21:\"site-1-template-17379\";a:7:{s:2:\"id\";s:21:\"site-1-template-17379\";s:4:\"name\";s:18:\"Mobile Application\";s:5:\"image\";s:116:\"https://templates.ultimatebeaver.com/wp-content/uploads/2017/07/mobile-application-landing-page-free-img-400x398.jpg\";s:4:\"type\";s:6:\"layout\";s:7:\"dat_url\";s:98:\"http://templates.ultimatebeaver.com/wp-content/uploads/bb-ultimate-addon/site-1-template-17379.dat\";s:4:\"tags\";a:1:{i:0;s:13:\"landing pages\";}s:11:\"preview_url\";s:65:\"https://templates.ultimatebeaver.com/template/mobile-application/\";}s:21:\"site-1-template-17354\";a:7:{s:2:\"id\";s:21:\"site-1-template-17354\";s:4:\"name\";s:20:\"Online Jewelry Store\";s:5:\"image\";s:96:\"https://templates.ultimatebeaver.com/wp-content/uploads/2017/07/online-jewelry-store-400x400.jpg\";s:4:\"type\";s:6:\"layout\";s:7:\"dat_url\";s:98:\"http://templates.ultimatebeaver.com/wp-content/uploads/bb-ultimate-addon/site-1-template-17354.dat\";s:4:\"tags\";a:1:{i:0;s:13:\"landing pages\";}s:11:\"preview_url\";s:67:\"https://templates.ultimatebeaver.com/template/online-jewelry-store/\";}s:21:\"site-1-template-17069\";a:7:{s:2:\"id\";s:21:\"site-1-template-17069\";s:4:\"name\";s:4:\"Yoga\";s:5:\"image\";s:82:\"https://templates.ultimatebeaver.com/wp-content/uploads/2017/06/yoga-2-400x400.jpg\";s:4:\"type\";s:6:\"layout\";s:7:\"dat_url\";s:98:\"http://templates.ultimatebeaver.com/wp-content/uploads/bb-ultimate-addon/site-1-template-17069.dat\";s:4:\"tags\";a:1:{i:0;s:13:\"landing pages\";}s:11:\"preview_url\";s:53:\"https://templates.ultimatebeaver.com/template/yoga-2/\";}s:21:\"site-1-template-17068\";a:7:{s:2:\"id\";s:21:\"site-1-template-17068\";s:4:\"name\";s:16:\"SEO or Marketing\";s:5:\"image\";s:92:\"https://templates.ultimatebeaver.com/wp-content/uploads/2017/06/seo-or-marketing-400x400.jpg\";s:4:\"type\";s:6:\"layout\";s:7:\"dat_url\";s:98:\"http://templates.ultimatebeaver.com/wp-content/uploads/bb-ultimate-addon/site-1-template-17068.dat\";s:4:\"tags\";a:1:{i:0;s:13:\"landing pages\";}s:11:\"preview_url\";s:63:\"https://templates.ultimatebeaver.com/template/seo-or-marketing/\";}s:21:\"site-1-template-17066\";a:7:{s:2:\"id\";s:21:\"site-1-template-17066\";s:4:\"name\";s:7:\"Dentist\";s:5:\"image\";s:96:\"https://templates.ultimatebeaver.com/wp-content/uploads/2017/06/dentist-featured-img-400x400.jpg\";s:4:\"type\";s:6:\"layout\";s:7:\"dat_url\";s:98:\"http://templates.ultimatebeaver.com/wp-content/uploads/bb-ultimate-addon/site-1-template-17066.dat\";s:4:\"tags\";a:1:{i:0;s:13:\"landing pages\";}s:11:\"preview_url\";s:54:\"https://templates.ultimatebeaver.com/template/dentist/\";}s:21:\"site-1-template-16591\";a:7:{s:2:\"id\";s:21:\"site-1-template-16591\";s:4:\"name\";s:15:\"Personal Resume\";s:5:\"image\";s:85:\"https://templates.ultimatebeaver.com/wp-content/uploads/2017/06/portfolio-400x400.jpg\";s:4:\"type\";s:6:\"layout\";s:7:\"dat_url\";s:98:\"http://templates.ultimatebeaver.com/wp-content/uploads/bb-ultimate-addon/site-1-template-16591.dat\";s:4:\"tags\";a:1:{i:0;s:13:\"landing pages\";}s:11:\"preview_url\";s:62:\"https://templates.ultimatebeaver.com/template/personal-resume/\";}s:21:\"site-1-template-16586\";a:7:{s:2:\"id\";s:21:\"site-1-template-16586\";s:4:\"name\";s:19:\"Automotive Services\";s:5:\"image\";s:97:\"https://templates.ultimatebeaver.com/wp-content/uploads/2017/06/automotive-services-1-400x400.jpg\";s:4:\"type\";s:6:\"layout\";s:7:\"dat_url\";s:98:\"http://templates.ultimatebeaver.com/wp-content/uploads/bb-ultimate-addon/site-1-template-16586.dat\";s:4:\"tags\";a:1:{i:0;s:13:\"landing pages\";}s:11:\"preview_url\";s:66:\"https://templates.ultimatebeaver.com/template/automotive-services/\";}s:21:\"site-1-template-16585\";a:7:{s:2:\"id\";s:21:\"site-1-template-16585\";s:4:\"name\";s:16:\"Insurance Agency\";s:5:\"image\";s:100:\"https://templates.ultimatebeaver.com/wp-content/uploads/2017/06/insurance-featured-image-400x400.jpg\";s:4:\"type\";s:6:\"layout\";s:7:\"dat_url\";s:98:\"http://templates.ultimatebeaver.com/wp-content/uploads/bb-ultimate-addon/site-1-template-16585.dat\";s:4:\"tags\";a:1:{i:0;s:13:\"landing pages\";}s:11:\"preview_url\";s:63:\"https://templates.ultimatebeaver.com/template/insurance-agency/\";}s:21:\"site-1-template-16279\";a:7:{s:2:\"id\";s:21:\"site-1-template-16279\";s:4:\"name\";s:21:\"Internal Product Page\";s:5:\"image\";s:92:\"https://templates.ultimatebeaver.com/wp-content/uploads/2017/02/internal-product-400x400.jpg\";s:4:\"type\";s:6:\"layout\";s:7:\"dat_url\";s:98:\"http://templates.ultimatebeaver.com/wp-content/uploads/bb-ultimate-addon/site-1-template-16279.dat\";s:4:\"tags\";a:1:{i:0;s:13:\"landing pages\";}s:11:\"preview_url\";s:63:\"https://templates.ultimatebeaver.com/template/internal-product/\";}s:21:\"site-1-template-16272\";a:7:{s:2:\"id\";s:21:\"site-1-template-16272\";s:4:\"name\";s:17:\"Confirmation Page\";s:5:\"image\";s:88:\"https://templates.ultimatebeaver.com/wp-content/uploads/2017/02/confirmation-400x400.jpg\";s:4:\"type\";s:6:\"layout\";s:7:\"dat_url\";s:98:\"http://templates.ultimatebeaver.com/wp-content/uploads/bb-ultimate-addon/site-1-template-16272.dat\";s:4:\"tags\";a:1:{i:0;s:13:\"landing pages\";}s:11:\"preview_url\";s:59:\"https://templates.ultimatebeaver.com/template/confirmation/\";}s:21:\"site-1-template-16255\";a:7:{s:2:\"id\";s:21:\"site-1-template-16255\";s:4:\"name\";s:10:\"Web Agency\";s:5:\"image\";s:86:\"https://templates.ultimatebeaver.com/wp-content/uploads/2017/02/web-agency-400x400.jpg\";s:4:\"type\";s:6:\"layout\";s:7:\"dat_url\";s:98:\"http://templates.ultimatebeaver.com/wp-content/uploads/bb-ultimate-addon/site-1-template-16255.dat\";s:4:\"tags\";a:1:{i:0;s:13:\"landing pages\";}s:11:\"preview_url\";s:57:\"https://templates.ultimatebeaver.com/template/web-agency/\";}s:21:\"site-1-template-16246\";a:7:{s:2:\"id\";s:21:\"site-1-template-16246\";s:4:\"name\";s:24:\"Professional Real Estate\";s:5:\"image\";s:89:\"https://templates.ultimatebeaver.com/wp-content/uploads/2017/02/real-estate-3-400x400.jpg\";s:4:\"type\";s:6:\"layout\";s:7:\"dat_url\";s:98:\"http://templates.ultimatebeaver.com/wp-content/uploads/bb-ultimate-addon/site-1-template-16246.dat\";s:4:\"tags\";a:1:{i:0;s:13:\"landing pages\";}s:11:\"preview_url\";s:60:\"https://templates.ultimatebeaver.com/template/real-estate-3/\";}s:21:\"site-1-template-16213\";a:7:{s:2:\"id\";s:21:\"site-1-template-16213\";s:4:\"name\";s:7:\"Charity\";s:5:\"image\";s:83:\"https://templates.ultimatebeaver.com/wp-content/uploads/2017/02/charity-400x400.jpg\";s:4:\"type\";s:6:\"layout\";s:7:\"dat_url\";s:98:\"http://templates.ultimatebeaver.com/wp-content/uploads/bb-ultimate-addon/site-1-template-16213.dat\";s:4:\"tags\";a:1:{i:0;s:13:\"landing pages\";}s:11:\"preview_url\";s:54:\"https://templates.ultimatebeaver.com/template/charity/\";}s:21:\"site-1-template-15958\";a:7:{s:2:\"id\";s:21:\"site-1-template-15958\";s:4:\"name\";s:13:\"Travel Offers\";s:5:\"image\";s:83:\"https://templates.ultimatebeaver.com/wp-content/uploads/2017/02/travels-400x400.jpg\";s:4:\"type\";s:6:\"layout\";s:7:\"dat_url\";s:98:\"http://templates.ultimatebeaver.com/wp-content/uploads/bb-ultimate-addon/site-1-template-15958.dat\";s:4:\"tags\";a:1:{i:0;s:13:\"landing pages\";}s:11:\"preview_url\";s:54:\"https://templates.ultimatebeaver.com/template/travels/\";}s:21:\"site-1-template-15940\";a:7:{s:2:\"id\";s:21:\"site-1-template-15940\";s:4:\"name\";s:19:\"Agency Service Page\";s:5:\"image\";s:90:\"https://templates.ultimatebeaver.com/wp-content/uploads/2017/02/agency-service-400x400.jpg\";s:4:\"type\";s:6:\"layout\";s:7:\"dat_url\";s:98:\"http://templates.ultimatebeaver.com/wp-content/uploads/bb-ultimate-addon/site-1-template-15940.dat\";s:4:\"tags\";a:1:{i:0;s:13:\"landing pages\";}s:11:\"preview_url\";s:61:\"https://templates.ultimatebeaver.com/template/agency-service/\";}s:21:\"site-1-template-15645\";a:7:{s:2:\"id\";s:21:\"site-1-template-15645\";s:4:\"name\";s:12:\"Multipurpose\";s:5:\"image\";s:110:\"https://templates.ultimatebeaver.com/wp-content/uploads/2017/02/multipurpose-landing-page-free-img-400x398.jpg\";s:4:\"type\";s:6:\"layout\";s:7:\"dat_url\";s:98:\"http://templates.ultimatebeaver.com/wp-content/uploads/bb-ultimate-addon/site-1-template-15645.dat\";s:4:\"tags\";a:1:{i:0;s:13:\"landing pages\";}s:11:\"preview_url\";s:59:\"https://templates.ultimatebeaver.com/template/multipurpose/\";}s:21:\"site-1-template-15641\";a:7:{s:2:\"id\";s:21:\"site-1-template-15641\";s:4:\"name\";s:13:\"Online Portal\";s:5:\"image\";s:91:\"https://templates.ultimatebeaver.com/wp-content/uploads/2017/02/online-portal-1-400x400.jpg\";s:4:\"type\";s:6:\"layout\";s:7:\"dat_url\";s:98:\"http://templates.ultimatebeaver.com/wp-content/uploads/bb-ultimate-addon/site-1-template-15641.dat\";s:4:\"tags\";a:1:{i:0;s:13:\"landing pages\";}s:11:\"preview_url\";s:60:\"https://templates.ultimatebeaver.com/template/online-portal/\";}s:21:\"site-1-template-15638\";a:7:{s:2:\"id\";s:21:\"site-1-template-15638\";s:4:\"name\";s:15:\"Product Release\";s:5:\"image\";s:91:\"https://templates.ultimatebeaver.com/wp-content/uploads/2017/02/product-release-400x400.jpg\";s:4:\"type\";s:6:\"layout\";s:7:\"dat_url\";s:98:\"http://templates.ultimatebeaver.com/wp-content/uploads/bb-ultimate-addon/site-1-template-15638.dat\";s:4:\"tags\";a:1:{i:0;s:13:\"landing pages\";}s:11:\"preview_url\";s:62:\"https://templates.ultimatebeaver.com/template/product-release/\";}s:21:\"site-1-template-15635\";a:7:{s:2:\"id\";s:21:\"site-1-template-15635\";s:4:\"name\";s:14:\"Thank You Page\";s:5:\"image\";s:106:\"https://templates.ultimatebeaver.com/wp-content/uploads/2017/02/thankyou-landing-page-free-img-400x400.jpg\";s:4:\"type\";s:6:\"layout\";s:7:\"dat_url\";s:98:\"http://templates.ultimatebeaver.com/wp-content/uploads/bb-ultimate-addon/site-1-template-15635.dat\";s:4:\"tags\";a:1:{i:0;s:13:\"landing pages\";}s:11:\"preview_url\";s:56:\"https://templates.ultimatebeaver.com/template/thank-you/\";}s:21:\"site-1-template-15632\";a:7:{s:2:\"id\";s:21:\"site-1-template-15632\";s:4:\"name\";s:20:\"Fitness and Work-out\";s:5:\"image\";s:97:\"https://templates.ultimatebeaver.com/wp-content/uploads/2017/02/work-out-featured-img-400x400.jpg\";s:4:\"type\";s:6:\"layout\";s:7:\"dat_url\";s:98:\"http://templates.ultimatebeaver.com/wp-content/uploads/bb-ultimate-addon/site-1-template-15632.dat\";s:4:\"tags\";a:1:{i:0;s:13:\"landing pages\";}s:11:\"preview_url\";s:55:\"https://templates.ultimatebeaver.com/template/work-out/\";}s:21:\"site-1-template-15624\";a:7:{s:2:\"id\";s:21:\"site-1-template-15624\";s:4:\"name\";s:7:\"Fitness\";s:5:\"image\";s:96:\"https://templates.ultimatebeaver.com/wp-content/uploads/2017/02/fitness-featured-img-400x400.jpg\";s:4:\"type\";s:6:\"layout\";s:7:\"dat_url\";s:98:\"http://templates.ultimatebeaver.com/wp-content/uploads/bb-ultimate-addon/site-1-template-15624.dat\";s:4:\"tags\";a:1:{i:0;s:13:\"landing pages\";}s:11:\"preview_url\";s:54:\"https://templates.ultimatebeaver.com/template/fitness/\";}s:21:\"site-1-template-15621\";a:7:{s:2:\"id\";s:21:\"site-1-template-15621\";s:4:\"name\";s:11:\"Lead Magnet\";s:5:\"image\";s:87:\"https://templates.ultimatebeaver.com/wp-content/uploads/2017/02/lead-magnet-400x400.jpg\";s:4:\"type\";s:6:\"layout\";s:7:\"dat_url\";s:98:\"http://templates.ultimatebeaver.com/wp-content/uploads/bb-ultimate-addon/site-1-template-15621.dat\";s:4:\"tags\";a:1:{i:0;s:13:\"landing pages\";}s:11:\"preview_url\";s:58:\"https://templates.ultimatebeaver.com/template/lead-magnet/\";}s:21:\"site-1-template-15617\";a:7:{s:2:\"id\";s:21:\"site-1-template-15617\";s:4:\"name\";s:24:\"Professional Consultants\";s:5:\"image\";s:96:\"https://templates.ultimatebeaver.com/wp-content/uploads/2017/02/template-consultants-400x400.jpg\";s:4:\"type\";s:6:\"layout\";s:7:\"dat_url\";s:98:\"http://templates.ultimatebeaver.com/wp-content/uploads/bb-ultimate-addon/site-1-template-15617.dat\";s:4:\"tags\";a:1:{i:0;s:13:\"landing pages\";}s:11:\"preview_url\";s:58:\"https://templates.ultimatebeaver.com/template/consultants/\";}s:21:\"site-1-template-15613\";a:7:{s:2:\"id\";s:21:\"site-1-template-15613\";s:4:\"name\";s:16:\"Attractive Offer\";s:5:\"image\";s:81:\"https://templates.ultimatebeaver.com/wp-content/uploads/2017/02/gifts-400x400.jpg\";s:4:\"type\";s:6:\"layout\";s:7:\"dat_url\";s:98:\"http://templates.ultimatebeaver.com/wp-content/uploads/bb-ultimate-addon/site-1-template-15613.dat\";s:4:\"tags\";a:1:{i:0;s:13:\"landing pages\";}s:11:\"preview_url\";s:53:\"https://templates.ultimatebeaver.com/template/offers/\";}s:21:\"site-1-template-15610\";a:7:{s:2:\"id\";s:21:\"site-1-template-15610\";s:4:\"name\";s:14:\"Local Business\";s:5:\"image\";s:105:\"https://templates.ultimatebeaver.com/wp-content/uploads/2017/02/locoal-bussiness-featured-img-400x400.jpg\";s:4:\"type\";s:6:\"layout\";s:7:\"dat_url\";s:98:\"http://templates.ultimatebeaver.com/wp-content/uploads/bb-ultimate-addon/site-1-template-15610.dat\";s:4:\"tags\";a:1:{i:0;s:13:\"landing pages\";}s:11:\"preview_url\";s:61:\"https://templates.ultimatebeaver.com/template/local-business/\";}s:21:\"site-1-template-15363\";a:7:{s:2:\"id\";s:21:\"site-1-template-15363\";s:4:\"name\";s:14:\"After Download\";s:5:\"image\";s:99:\"https://templates.ultimatebeaver.com/wp-content/uploads/2017/01/landing-page19-free-img-400x400.jpg\";s:4:\"type\";s:6:\"layout\";s:7:\"dat_url\";s:98:\"http://templates.ultimatebeaver.com/wp-content/uploads/bb-ultimate-addon/site-1-template-15363.dat\";s:4:\"tags\";a:1:{i:0;s:13:\"landing pages\";}s:11:\"preview_url\";s:61:\"https://templates.ultimatebeaver.com/template/after-download/\";}s:21:\"site-1-template-15276\";a:7:{s:2:\"id\";s:21:\"site-1-template-15276\";s:4:\"name\";s:11:\"Real Estate\";s:5:\"image\";s:87:\"https://templates.ultimatebeaver.com/wp-content/uploads/2017/01/real-estate-400x400.jpg\";s:4:\"type\";s:6:\"layout\";s:7:\"dat_url\";s:98:\"http://templates.ultimatebeaver.com/wp-content/uploads/bb-ultimate-addon/site-1-template-15276.dat\";s:4:\"tags\";a:1:{i:0;s:13:\"landing pages\";}s:11:\"preview_url\";s:58:\"https://templates.ultimatebeaver.com/template/real-estate/\";}s:21:\"site-1-template-15059\";a:7:{s:2:\"id\";s:21:\"site-1-template-15059\";s:4:\"name\";s:7:\"Seminar\";s:5:\"image\";s:105:\"https://templates.ultimatebeaver.com/wp-content/uploads/2017/01/seminar-landing-page-free-img-400x400.jpg\";s:4:\"type\";s:6:\"layout\";s:7:\"dat_url\";s:98:\"http://templates.ultimatebeaver.com/wp-content/uploads/bb-ultimate-addon/site-1-template-15059.dat\";s:4:\"tags\";a:1:{i:0;s:13:\"landing pages\";}s:11:\"preview_url\";s:54:\"https://templates.ultimatebeaver.com/template/seminar/\";}s:21:\"site-1-template-15032\";a:7:{s:2:\"id\";s:21:\"site-1-template-15032\";s:4:\"name\";s:22:\"Travel and Hospitality\";s:5:\"image\";s:87:\"https://templates.ultimatebeaver.com/wp-content/uploads/2017/01/hospitality-400x400.jpg\";s:4:\"type\";s:6:\"layout\";s:7:\"dat_url\";s:98:\"http://templates.ultimatebeaver.com/wp-content/uploads/bb-ultimate-addon/site-1-template-15032.dat\";s:4:\"tags\";a:1:{i:0;s:13:\"landing pages\";}s:11:\"preview_url\";s:58:\"https://templates.ultimatebeaver.com/template/hospitality/\";}s:21:\"site-1-template-15018\";a:7:{s:2:\"id\";s:21:\"site-1-template-15018\";s:4:\"name\";s:10:\"Conference\";s:5:\"image\";s:86:\"https://templates.ultimatebeaver.com/wp-content/uploads/2017/01/conferance-400x400.jpg\";s:4:\"type\";s:6:\"layout\";s:7:\"dat_url\";s:98:\"http://templates.ultimatebeaver.com/wp-content/uploads/bb-ultimate-addon/site-1-template-15018.dat\";s:4:\"tags\";a:1:{i:0;s:13:\"landing pages\";}s:11:\"preview_url\";s:57:\"https://templates.ultimatebeaver.com/template/conference/\";}s:21:\"site-1-template-15011\";a:7:{s:2:\"id\";s:21:\"site-1-template-15011\";s:4:\"name\";s:10:\"E-learning\";s:5:\"image\";s:86:\"https://templates.ultimatebeaver.com/wp-content/uploads/2017/01/e-learning-400x400.jpg\";s:4:\"type\";s:6:\"layout\";s:7:\"dat_url\";s:98:\"http://templates.ultimatebeaver.com/wp-content/uploads/bb-ultimate-addon/site-1-template-15011.dat\";s:4:\"tags\";a:1:{i:0;s:13:\"landing pages\";}s:11:\"preview_url\";s:57:\"https://templates.ultimatebeaver.com/template/e-learning/\";}s:21:\"site-1-template-14994\";a:7:{s:2:\"id\";s:21:\"site-1-template-14994\";s:4:\"name\";s:12:\"Registration\";s:5:\"image\";s:88:\"https://templates.ultimatebeaver.com/wp-content/uploads/2017/01/registration-400x400.jpg\";s:4:\"type\";s:6:\"layout\";s:7:\"dat_url\";s:98:\"http://templates.ultimatebeaver.com/wp-content/uploads/bb-ultimate-addon/site-1-template-14994.dat\";s:4:\"tags\";a:1:{i:0;s:13:\"landing pages\";}s:11:\"preview_url\";s:59:\"https://templates.ultimatebeaver.com/template/registration/\";}s:21:\"site-1-template-14991\";a:7:{s:2:\"id\";s:21:\"site-1-template-14991\";s:4:\"name\";s:20:\"Introduce a Software\";s:5:\"image\";s:97:\"https://templates.ultimatebeaver.com/wp-content/uploads/2017/01/software-featured-img-400x400.jpg\";s:4:\"type\";s:6:\"layout\";s:7:\"dat_url\";s:98:\"http://templates.ultimatebeaver.com/wp-content/uploads/bb-ultimate-addon/site-1-template-14991.dat\";s:4:\"tags\";a:1:{i:0;s:13:\"landing pages\";}s:11:\"preview_url\";s:55:\"https://templates.ultimatebeaver.com/template/software/\";}s:21:\"site-1-template-14985\";a:7:{s:2:\"id\";s:21:\"site-1-template-14985\";s:4:\"name\";s:18:\"Event Registration\";s:5:\"image\";s:107:\"https://templates.ultimatebeaver.com/wp-content/uploads/2017/01/event-registration-featured-img-400x400.jpg\";s:4:\"type\";s:6:\"layout\";s:7:\"dat_url\";s:98:\"http://templates.ultimatebeaver.com/wp-content/uploads/bb-ultimate-addon/site-1-template-14985.dat\";s:4:\"tags\";a:1:{i:0;s:13:\"landing pages\";}s:11:\"preview_url\";s:65:\"https://templates.ultimatebeaver.com/template/event-registration/\";}s:21:\"site-1-template-14984\";a:7:{s:2:\"id\";s:21:\"site-1-template-14984\";s:4:\"name\";s:11:\"Offer Ebook\";s:5:\"image\";s:109:\"https://templates.ultimatebeaver.com/wp-content/uploads/2017/01/offer-ebook-landing-page-free-img-400x398.jpg\";s:4:\"type\";s:6:\"layout\";s:7:\"dat_url\";s:98:\"http://templates.ultimatebeaver.com/wp-content/uploads/bb-ultimate-addon/site-1-template-14984.dat\";s:4:\"tags\";a:1:{i:0;s:13:\"landing pages\";}s:11:\"preview_url\";s:58:\"https://templates.ultimatebeaver.com/template/offer-ebook/\";}s:21:\"site-1-template-14979\";a:7:{s:2:\"id\";s:21:\"site-1-template-14979\";s:4:\"name\";s:22:\"Professional Portfolio\";s:5:\"image\";s:85:\"https://templates.ultimatebeaver.com/wp-content/uploads/2017/01/portfolio-400x400.jpg\";s:4:\"type\";s:6:\"layout\";s:7:\"dat_url\";s:98:\"http://templates.ultimatebeaver.com/wp-content/uploads/bb-ultimate-addon/site-1-template-14979.dat\";s:4:\"tags\";a:1:{i:0;s:13:\"landing pages\";}s:11:\"preview_url\";s:56:\"https://templates.ultimatebeaver.com/template/portfolio/\";}s:21:\"site-1-template-14978\";a:7:{s:2:\"id\";s:21:\"site-1-template-14978\";s:4:\"name\";s:5:\"Event\";s:5:\"image\";s:96:\"https://templates.ultimatebeaver.com/wp-content/uploads/2017/01/event-featured-image-400x400.jpg\";s:4:\"type\";s:6:\"layout\";s:7:\"dat_url\";s:98:\"http://templates.ultimatebeaver.com/wp-content/uploads/bb-ultimate-addon/site-1-template-14978.dat\";s:4:\"tags\";a:1:{i:0;s:13:\"landing pages\";}s:11:\"preview_url\";s:52:\"https://templates.ultimatebeaver.com/template/event/\";}s:21:\"site-1-template-14970\";a:7:{s:2:\"id\";s:21:\"site-1-template-14970\";s:4:\"name\";s:13:\"Online Course\";s:5:\"image\";s:89:\"https://templates.ultimatebeaver.com/wp-content/uploads/2017/01/online-course-400x400.jpg\";s:4:\"type\";s:6:\"layout\";s:7:\"dat_url\";s:98:\"http://templates.ultimatebeaver.com/wp-content/uploads/bb-ultimate-addon/site-1-template-14970.dat\";s:4:\"tags\";a:1:{i:0;s:13:\"landing pages\";}s:11:\"preview_url\";s:60:\"https://templates.ultimatebeaver.com/template/online-course/\";}s:21:\"site-1-template-14969\";a:7:{s:2:\"id\";s:21:\"site-1-template-14969\";s:4:\"name\";s:15:\"Seasonal Offers\";s:5:\"image\";s:91:\"https://templates.ultimatebeaver.com/wp-content/uploads/2017/01/seasonal-offers-400x400.jpg\";s:4:\"type\";s:6:\"layout\";s:7:\"dat_url\";s:98:\"http://templates.ultimatebeaver.com/wp-content/uploads/bb-ultimate-addon/site-1-template-14969.dat\";s:4:\"tags\";a:1:{i:0;s:13:\"landing pages\";}s:11:\"preview_url\";s:62:\"https://templates.ultimatebeaver.com/template/seasonal-offers/\";}s:21:\"site-1-template-14901\";a:7:{s:2:\"id\";s:21:\"site-1-template-14901\";s:4:\"name\";s:12:\"Product page\";s:5:\"image\";s:88:\"https://templates.ultimatebeaver.com/wp-content/uploads/2017/01/product-page-400x400.jpg\";s:4:\"type\";s:6:\"layout\";s:7:\"dat_url\";s:98:\"http://templates.ultimatebeaver.com/wp-content/uploads/bb-ultimate-addon/site-1-template-14901.dat\";s:4:\"tags\";a:1:{i:0;s:13:\"landing pages\";}s:11:\"preview_url\";s:59:\"https://templates.ultimatebeaver.com/template/product-page/\";}s:21:\"site-1-template-14895\";a:7:{s:2:\"id\";s:21:\"site-1-template-14895\";s:4:\"name\";s:13:\"Health Clinic\";s:5:\"image\";s:95:\"https://templates.ultimatebeaver.com/wp-content/uploads/2017/01/clinic-featured-img-400x400.jpg\";s:4:\"type\";s:6:\"layout\";s:7:\"dat_url\";s:98:\"http://templates.ultimatebeaver.com/wp-content/uploads/bb-ultimate-addon/site-1-template-14895.dat\";s:4:\"tags\";a:1:{i:0;s:13:\"landing pages\";}s:11:\"preview_url\";s:60:\"https://templates.ultimatebeaver.com/template/health-clinic/\";}s:21:\"site-1-template-14884\";a:7:{s:2:\"id\";s:21:\"site-1-template-14884\";s:4:\"name\";s:16:\"Beauty Treatment\";s:5:\"image\";s:92:\"https://templates.ultimatebeaver.com/wp-content/uploads/2017/01/beauty-treatment-400x400.jpg\";s:4:\"type\";s:6:\"layout\";s:7:\"dat_url\";s:98:\"http://templates.ultimatebeaver.com/wp-content/uploads/bb-ultimate-addon/site-1-template-14884.dat\";s:4:\"tags\";a:1:{i:0;s:13:\"landing pages\";}s:11:\"preview_url\";s:63:\"https://templates.ultimatebeaver.com/template/beauty-treatment/\";}s:21:\"site-1-template-14876\";a:7:{s:2:\"id\";s:21:\"site-1-template-14876\";s:4:\"name\";s:19:\"Ebook Download page\";s:5:\"image\";s:103:\"https://templates.ultimatebeaver.com/wp-content/uploads/2017/01/ebook-download-featured-img-400x400.jpg\";s:4:\"type\";s:6:\"layout\";s:7:\"dat_url\";s:98:\"http://templates.ultimatebeaver.com/wp-content/uploads/bb-ultimate-addon/site-1-template-14876.dat\";s:4:\"tags\";a:1:{i:0;s:13:\"landing pages\";}s:11:\"preview_url\";s:61:\"https://templates.ultimatebeaver.com/template/ebook-download/\";}s:21:\"site-1-template-14862\";a:7:{s:2:\"id\";s:21:\"site-1-template-14862\";s:4:\"name\";s:15:\"Wedding Website\";s:5:\"image\";s:83:\"https://templates.ultimatebeaver.com/wp-content/uploads/2017/01/wedding-400x400.jpg\";s:4:\"type\";s:6:\"layout\";s:7:\"dat_url\";s:98:\"http://templates.ultimatebeaver.com/wp-content/uploads/bb-ultimate-addon/site-1-template-14862.dat\";s:4:\"tags\";a:1:{i:0;s:13:\"landing pages\";}s:11:\"preview_url\";s:54:\"https://templates.ultimatebeaver.com/template/wedding/\";}s:21:\"site-1-template-14809\";a:7:{s:2:\"id\";s:21:\"site-1-template-14809\";s:4:\"name\";s:7:\"Tourism\";s:5:\"image\";s:83:\"https://templates.ultimatebeaver.com/wp-content/uploads/2017/01/tourism-400x400.jpg\";s:4:\"type\";s:6:\"layout\";s:7:\"dat_url\";s:98:\"http://templates.ultimatebeaver.com/wp-content/uploads/bb-ultimate-addon/site-1-template-14809.dat\";s:4:\"tags\";a:1:{i:0;s:13:\"landing pages\";}s:11:\"preview_url\";s:54:\"https://templates.ultimatebeaver.com/template/tourism/\";}s:21:\"site-1-template-14801\";a:7:{s:2:\"id\";s:21:\"site-1-template-14801\";s:4:\"name\";s:15:\"Creative Agency\";s:5:\"image\";s:99:\"https://templates.ultimatebeaver.com/wp-content/uploads/2017/01/landing-page20-free-img-400x400.jpg\";s:4:\"type\";s:6:\"layout\";s:7:\"dat_url\";s:98:\"http://templates.ultimatebeaver.com/wp-content/uploads/bb-ultimate-addon/site-1-template-14801.dat\";s:4:\"tags\";a:1:{i:0;s:13:\"landing pages\";}s:11:\"preview_url\";s:62:\"https://templates.ultimatebeaver.com/template/creative-agency/\";}s:21:\"site-1-template-14757\";a:7:{s:2:\"id\";s:21:\"site-1-template-14757\";s:4:\"name\";s:10:\"Book Store\";s:5:\"image\";s:86:\"https://templates.ultimatebeaver.com/wp-content/uploads/2017/01/book-store-400x400.jpg\";s:4:\"type\";s:6:\"layout\";s:7:\"dat_url\";s:98:\"http://templates.ultimatebeaver.com/wp-content/uploads/bb-ultimate-addon/site-1-template-14757.dat\";s:4:\"tags\";a:1:{i:0;s:13:\"landing pages\";}s:11:\"preview_url\";s:57:\"https://templates.ultimatebeaver.com/template/book-store/\";}s:21:\"site-1-template-14745\";a:7:{s:2:\"id\";s:21:\"site-1-template-14745\";s:4:\"name\";s:18:\"Financial Services\";s:5:\"image\";s:94:\"https://templates.ultimatebeaver.com/wp-content/uploads/2017/01/financial-services-400x400.jpg\";s:4:\"type\";s:6:\"layout\";s:7:\"dat_url\";s:98:\"http://templates.ultimatebeaver.com/wp-content/uploads/bb-ultimate-addon/site-1-template-14745.dat\";s:4:\"tags\";a:1:{i:0;s:13:\"landing pages\";}s:11:\"preview_url\";s:65:\"https://templates.ultimatebeaver.com/template/financial-services/\";}s:21:\"site-1-template-14734\";a:7:{s:2:\"id\";s:21:\"site-1-template-14734\";s:4:\"name\";s:15:\"App or Software\";s:5:\"image\";s:88:\"https://templates.ultimatebeaver.com/wp-content/uploads/2017/01/template-app-400x400.jpg\";s:4:\"type\";s:6:\"layout\";s:7:\"dat_url\";s:98:\"http://templates.ultimatebeaver.com/wp-content/uploads/bb-ultimate-addon/site-1-template-14734.dat\";s:4:\"tags\";a:1:{i:0;s:13:\"landing pages\";}s:11:\"preview_url\";s:50:\"https://templates.ultimatebeaver.com/template/app/\";}s:21:\"site-1-template-14728\";a:7:{s:2:\"id\";s:21:\"site-1-template-14728\";s:4:\"name\";s:17:\"Multipurpose Page\";s:5:\"image\";s:115:\"https://templates.ultimatebeaver.com/wp-content/uploads/2017/01/multipurpose-page-landing-page-free-img-400x398.jpg\";s:4:\"type\";s:6:\"layout\";s:7:\"dat_url\";s:98:\"http://templates.ultimatebeaver.com/wp-content/uploads/bb-ultimate-addon/site-1-template-14728.dat\";s:4:\"tags\";a:1:{i:0;s:13:\"landing pages\";}s:11:\"preview_url\";s:61:\"https://templates.ultimatebeaver.com/template/multipurpose-2/\";}s:21:\"site-1-template-14718\";a:7:{s:2:\"id\";s:21:\"site-1-template-14718\";s:4:\"name\";s:3:\"Spa\";s:5:\"image\";s:79:\"https://templates.ultimatebeaver.com/wp-content/uploads/2017/01/spa-400x400.jpg\";s:4:\"type\";s:6:\"layout\";s:7:\"dat_url\";s:98:\"http://templates.ultimatebeaver.com/wp-content/uploads/bb-ultimate-addon/site-1-template-14718.dat\";s:4:\"tags\";a:1:{i:0;s:13:\"landing pages\";}s:11:\"preview_url\";s:50:\"https://templates.ultimatebeaver.com/template/spa/\";}s:21:\"site-1-template-14715\";a:7:{s:2:\"id\";s:21:\"site-1-template-14715\";s:4:\"name\";s:23:\"Product or Service page\";s:5:\"image\";s:83:\"https://templates.ultimatebeaver.com/wp-content/uploads/2017/01/product-400x400.jpg\";s:4:\"type\";s:6:\"layout\";s:7:\"dat_url\";s:98:\"http://templates.ultimatebeaver.com/wp-content/uploads/bb-ultimate-addon/site-1-template-14715.dat\";s:4:\"tags\";a:1:{i:0;s:13:\"landing pages\";}s:11:\"preview_url\";s:54:\"https://templates.ultimatebeaver.com/template/product/\";}s:21:\"site-1-template-14711\";a:7:{s:2:\"id\";s:21:\"site-1-template-14711\";s:4:\"name\";s:11:\"Free Report\";s:5:\"image\";s:87:\"https://templates.ultimatebeaver.com/wp-content/uploads/2017/01/free-report-400x400.jpg\";s:4:\"type\";s:6:\"layout\";s:7:\"dat_url\";s:98:\"http://templates.ultimatebeaver.com/wp-content/uploads/bb-ultimate-addon/site-1-template-14711.dat\";s:4:\"tags\";a:1:{i:0;s:13:\"landing pages\";}s:11:\"preview_url\";s:58:\"https://templates.ultimatebeaver.com/template/free-report/\";}s:21:\"site-1-template-14675\";a:7:{s:2:\"id\";s:21:\"site-1-template-14675\";s:4:\"name\";s:18:\"Product Free Trial\";s:5:\"image\";s:89:\"https://templates.ultimatebeaver.com/wp-content/uploads/2017/01/product-trial-400x400.jpg\";s:4:\"type\";s:6:\"layout\";s:7:\"dat_url\";s:98:\"http://templates.ultimatebeaver.com/wp-content/uploads/bb-ultimate-addon/site-1-template-14675.dat\";s:4:\"tags\";a:1:{i:0;s:13:\"landing pages\";}s:11:\"preview_url\";s:60:\"https://templates.ultimatebeaver.com/template/product-trial/\";}s:21:\"site-1-template-14671\";a:7:{s:2:\"id\";s:21:\"site-1-template-14671\";s:4:\"name\";s:9:\"Marketing\";s:5:\"image\";s:98:\"https://templates.ultimatebeaver.com/wp-content/uploads/2017/01/marketing-featured-img-400x400.jpg\";s:4:\"type\";s:6:\"layout\";s:7:\"dat_url\";s:98:\"http://templates.ultimatebeaver.com/wp-content/uploads/bb-ultimate-addon/site-1-template-14671.dat\";s:4:\"tags\";a:1:{i:0;s:13:\"landing pages\";}s:11:\"preview_url\";s:56:\"https://templates.ultimatebeaver.com/template/marketing/\";}s:21:\"site-1-template-14631\";a:7:{s:2:\"id\";s:21:\"site-1-template-14631\";s:4:\"name\";s:11:\"Food Offers\";s:5:\"image\";s:94:\"https://templates.ultimatebeaver.com/wp-content/uploads/2017/01/food-featured-imag-400x400.jpg\";s:4:\"type\";s:6:\"layout\";s:7:\"dat_url\";s:98:\"http://templates.ultimatebeaver.com/wp-content/uploads/bb-ultimate-addon/site-1-template-14631.dat\";s:4:\"tags\";a:1:{i:0;s:13:\"landing pages\";}s:11:\"preview_url\";s:58:\"https://templates.ultimatebeaver.com/template/food-offers/\";}s:21:\"site-1-template-14589\";a:7:{s:2:\"id\";s:21:\"site-1-template-14589\";s:4:\"name\";s:15:\"Pre-launch Page\";s:5:\"image\";s:86:\"https://templates.ultimatebeaver.com/wp-content/uploads/2017/01/pre-launch-400x400.jpg\";s:4:\"type\";s:6:\"layout\";s:7:\"dat_url\";s:98:\"http://templates.ultimatebeaver.com/wp-content/uploads/bb-ultimate-addon/site-1-template-14589.dat\";s:4:\"tags\";a:1:{i:0;s:13:\"landing pages\";}s:11:\"preview_url\";s:57:\"https://templates.ultimatebeaver.com/template/pre-launch/\";}s:21:\"site-1-template-14509\";a:7:{s:2:\"id\";s:21:\"site-1-template-14509\";s:4:\"name\";s:15:\"Online Training\";s:5:\"image\";s:91:\"https://templates.ultimatebeaver.com/wp-content/uploads/2017/01/online-training-400x400.jpg\";s:4:\"type\";s:6:\"layout\";s:7:\"dat_url\";s:98:\"http://templates.ultimatebeaver.com/wp-content/uploads/bb-ultimate-addon/site-1-template-14509.dat\";s:4:\"tags\";a:1:{i:0;s:13:\"landing pages\";}s:11:\"preview_url\";s:62:\"https://templates.ultimatebeaver.com/template/online-training/\";}s:21:\"site-1-template-14506\";a:7:{s:2:\"id\";s:21:\"site-1-template-14506\";s:4:\"name\";s:4:\"Blog\";s:5:\"image\";s:82:\"https://templates.ultimatebeaver.com/wp-content/uploads/2017/01/blog-1-400x400.jpg\";s:4:\"type\";s:6:\"layout\";s:7:\"dat_url\";s:98:\"http://templates.ultimatebeaver.com/wp-content/uploads/bb-ultimate-addon/site-1-template-14506.dat\";s:4:\"tags\";a:1:{i:0;s:13:\"landing pages\";}s:11:\"preview_url\";s:51:\"https://templates.ultimatebeaver.com/template/blog/\";}s:21:\"site-1-template-14497\";a:7:{s:2:\"id\";s:21:\"site-1-template-14497\";s:4:\"name\";s:14:\"Beauty Parlour\";s:5:\"image\";s:90:\"https://templates.ultimatebeaver.com/wp-content/uploads/2017/01/beauty-parlour-400x400.jpg\";s:4:\"type\";s:6:\"layout\";s:7:\"dat_url\";s:98:\"http://templates.ultimatebeaver.com/wp-content/uploads/bb-ultimate-addon/site-1-template-14497.dat\";s:4:\"tags\";a:1:{i:0;s:13:\"landing pages\";}s:11:\"preview_url\";s:61:\"https://templates.ultimatebeaver.com/template/beauty-parlour/\";}s:21:\"site-1-template-14423\";a:7:{s:2:\"id\";s:21:\"site-1-template-14423\";s:4:\"name\";s:19:\"Blog offering Ebook\";s:5:\"image\";s:86:\"https://templates.ultimatebeaver.com/wp-content/uploads/2017/01/blog-ebook-400x400.jpg\";s:4:\"type\";s:6:\"layout\";s:7:\"dat_url\";s:98:\"http://templates.ultimatebeaver.com/wp-content/uploads/bb-ultimate-addon/site-1-template-14423.dat\";s:4:\"tags\";a:1:{i:0;s:13:\"landing pages\";}s:11:\"preview_url\";s:57:\"https://templates.ultimatebeaver.com/template/blog-ebook/\";}s:21:\"site-1-template-14351\";a:7:{s:2:\"id\";s:21:\"site-1-template-14351\";s:4:\"name\";s:12:\"Service Page\";s:5:\"image\";s:83:\"https://templates.ultimatebeaver.com/wp-content/uploads/2017/01/service-400x400.jpg\";s:4:\"type\";s:6:\"layout\";s:7:\"dat_url\";s:98:\"http://templates.ultimatebeaver.com/wp-content/uploads/bb-ultimate-addon/site-1-template-14351.dat\";s:4:\"tags\";a:1:{i:0;s:13:\"landing pages\";}s:11:\"preview_url\";s:54:\"https://templates.ultimatebeaver.com/template/service/\";}s:21:\"site-1-template-14223\";a:7:{s:2:\"id\";s:21:\"site-1-template-14223\";s:4:\"name\";s:13:\"Special Offer\";s:5:\"image\";s:89:\"https://templates.ultimatebeaver.com/wp-content/uploads/2016/12/special-offer-400x400.jpg\";s:4:\"type\";s:6:\"layout\";s:7:\"dat_url\";s:98:\"http://templates.ultimatebeaver.com/wp-content/uploads/bb-ultimate-addon/site-1-template-14223.dat\";s:4:\"tags\";a:1:{i:0;s:13:\"landing pages\";}s:11:\"preview_url\";s:60:\"https://templates.ultimatebeaver.com/template/special-offer/\";}s:21:\"site-1-template-14189\";a:7:{s:2:\"id\";s:21:\"site-1-template-14189\";s:4:\"name\";s:11:\"Coming soon\";s:5:\"image\";s:87:\"https://templates.ultimatebeaver.com/wp-content/uploads/2016/12/coming-soon-400x400.jpg\";s:4:\"type\";s:6:\"layout\";s:7:\"dat_url\";s:98:\"http://templates.ultimatebeaver.com/wp-content/uploads/bb-ultimate-addon/site-1-template-14189.dat\";s:4:\"tags\";a:1:{i:0;s:13:\"landing pages\";}s:11:\"preview_url\";s:58:\"https://templates.ultimatebeaver.com/template/coming-soon/\";}s:21:\"site-1-template-14130\";a:7:{s:2:\"id\";s:21:\"site-1-template-14130\";s:4:\"name\";s:16:\"Coming Soon Page\";s:5:\"image\";s:89:\"https://templates.ultimatebeaver.com/wp-content/uploads/2016/12/coming-soon-2-400x400.jpg\";s:4:\"type\";s:6:\"layout\";s:7:\"dat_url\";s:98:\"http://templates.ultimatebeaver.com/wp-content/uploads/bb-ultimate-addon/site-1-template-14130.dat\";s:4:\"tags\";a:1:{i:0;s:13:\"landing pages\";}s:11:\"preview_url\";s:60:\"https://templates.ultimatebeaver.com/template/coming-soon-2/\";}s:21:\"site-1-template-14110\";a:7:{s:2:\"id\";s:21:\"site-1-template-14110\";s:4:\"name\";s:27:\"Introduce Product / Service\";s:5:\"image\";s:96:\"https://templates.ultimatebeaver.com/wp-content/uploads/2016/12/product-featured-img-400x400.jpg\";s:4:\"type\";s:6:\"layout\";s:7:\"dat_url\";s:98:\"http://templates.ultimatebeaver.com/wp-content/uploads/bb-ultimate-addon/site-1-template-14110.dat\";s:4:\"tags\";a:1:{i:0;s:13:\"landing pages\";}s:11:\"preview_url\";s:64:\"https://templates.ultimatebeaver.com/template/introduce-product/\";}s:21:\"site-1-template-14058\";a:7:{s:2:\"id\";s:21:\"site-1-template-14058\";s:4:\"name\";s:10:\"Free Ebook\";s:5:\"image\";s:99:\"https://templates.ultimatebeaver.com/wp-content/uploads/2016/12/ebook-free-featured-img-400x400.jpg\";s:4:\"type\";s:6:\"layout\";s:7:\"dat_url\";s:98:\"http://templates.ultimatebeaver.com/wp-content/uploads/bb-ultimate-addon/site-1-template-14058.dat\";s:4:\"tags\";a:1:{i:0;s:13:\"landing pages\";}s:11:\"preview_url\";s:57:\"https://templates.ultimatebeaver.com/template/free-ebook/\";}s:21:\"site-1-template-14016\";a:7:{s:2:\"id\";s:21:\"site-1-template-14016\";s:4:\"name\";s:10:\"Restaurant\";s:5:\"image\";s:86:\"https://templates.ultimatebeaver.com/wp-content/uploads/2016/12/restaurant-400x400.jpg\";s:4:\"type\";s:6:\"layout\";s:7:\"dat_url\";s:98:\"http://templates.ultimatebeaver.com/wp-content/uploads/bb-ultimate-addon/site-1-template-14016.dat\";s:4:\"tags\";a:1:{i:0;s:13:\"landing pages\";}s:11:\"preview_url\";s:57:\"https://templates.ultimatebeaver.com/template/restaurant/\";}s:21:\"site-1-template-13939\";a:7:{s:2:\"id\";s:21:\"site-1-template-13939\";s:4:\"name\";s:11:\"Watch Store\";s:5:\"image\";s:87:\"https://templates.ultimatebeaver.com/wp-content/uploads/2016/12/watch-store-400x400.jpg\";s:4:\"type\";s:6:\"layout\";s:7:\"dat_url\";s:98:\"http://templates.ultimatebeaver.com/wp-content/uploads/bb-ultimate-addon/site-1-template-13939.dat\";s:4:\"tags\";a:1:{i:0;s:13:\"landing pages\";}s:11:\"preview_url\";s:58:\"https://templates.ultimatebeaver.com/template/watch-store/\";}s:21:\"site-1-template-13927\";a:7:{s:2:\"id\";s:21:\"site-1-template-13927\";s:4:\"name\";s:19:\"Subscription Signup\";s:5:\"image\";s:95:\"https://templates.ultimatebeaver.com/wp-content/uploads/2016/12/subscription-signup-400x400.jpg\";s:4:\"type\";s:6:\"layout\";s:7:\"dat_url\";s:98:\"http://templates.ultimatebeaver.com/wp-content/uploads/bb-ultimate-addon/site-1-template-13927.dat\";s:4:\"tags\";a:1:{i:0;s:13:\"landing pages\";}s:11:\"preview_url\";s:66:\"https://templates.ultimatebeaver.com/template/subscription-signup/\";}s:21:\"site-1-template-13925\";a:7:{s:2:\"id\";s:21:\"site-1-template-13925\";s:4:\"name\";s:16:\"Yoga and Fitness\";s:5:\"image\";s:80:\"https://templates.ultimatebeaver.com/wp-content/uploads/2016/12/yoga-400x400.jpg\";s:4:\"type\";s:6:\"layout\";s:7:\"dat_url\";s:98:\"http://templates.ultimatebeaver.com/wp-content/uploads/bb-ultimate-addon/site-1-template-13925.dat\";s:4:\"tags\";a:1:{i:0;s:13:\"landing pages\";}s:11:\"preview_url\";s:51:\"https://templates.ultimatebeaver.com/template/yoga/\";}s:21:\"site-1-template-13924\";a:7:{s:2:\"id\";s:21:\"site-1-template-13924\";s:4:\"name\";s:15:\"E-book or Guide\";s:5:\"image\";s:81:\"https://templates.ultimatebeaver.com/wp-content/uploads/2016/12/ebook-400x400.jpg\";s:4:\"type\";s:6:\"layout\";s:7:\"dat_url\";s:98:\"http://templates.ultimatebeaver.com/wp-content/uploads/bb-ultimate-addon/site-1-template-13924.dat\";s:4:\"tags\";a:1:{i:0;s:13:\"landing pages\";}s:11:\"preview_url\";s:53:\"https://templates.ultimatebeaver.com/template/e-book/\";}s:21:\"site-1-template-12269\";a:7:{s:2:\"id\";s:21:\"site-1-template-12269\";s:4:\"name\";s:10:\"Contact 06\";s:5:\"image\";s:99:\"https://templates.ultimatebeaver.com/wp-content/uploads/2016/09/contact-06-featured-img-400x400.jpg\";s:4:\"type\";s:6:\"layout\";s:7:\"dat_url\";s:98:\"http://templates.ultimatebeaver.com/wp-content/uploads/bb-ultimate-addon/site-1-template-12269.dat\";s:4:\"tags\";a:1:{i:0;s:7:\"contact\";}s:11:\"preview_url\";s:57:\"https://templates.ultimatebeaver.com/template/contact-06/\";}s:21:\"site-1-template-12267\";a:7:{s:2:\"id\";s:21:\"site-1-template-12267\";s:4:\"name\";s:8:\"About 02\";s:5:\"image\";s:84:\"https://templates.ultimatebeaver.com/wp-content/uploads/2016/09/about-02-400x400.jpg\";s:4:\"type\";s:6:\"layout\";s:7:\"dat_url\";s:98:\"http://templates.ultimatebeaver.com/wp-content/uploads/bb-ultimate-addon/site-1-template-12267.dat\";s:4:\"tags\";a:1:{i:0;s:5:\"about\";}s:11:\"preview_url\";s:55:\"https://templates.ultimatebeaver.com/template/about-02/\";}s:21:\"site-1-template-12265\";a:7:{s:2:\"id\";s:21:\"site-1-template-12265\";s:4:\"name\";s:7:\"Team 04\";s:5:\"image\";s:83:\"https://templates.ultimatebeaver.com/wp-content/uploads/2016/09/team-04-400x400.jpg\";s:4:\"type\";s:6:\"layout\";s:7:\"dat_url\";s:98:\"http://templates.ultimatebeaver.com/wp-content/uploads/bb-ultimate-addon/site-1-template-12265.dat\";s:4:\"tags\";a:1:{i:0;s:5:\"about\";}s:11:\"preview_url\";s:54:\"https://templates.ultimatebeaver.com/template/team-04/\";}s:21:\"site-1-template-12263\";a:7:{s:2:\"id\";s:21:\"site-1-template-12263\";s:4:\"name\";s:10:\"Join Us 04\";s:5:\"image\";s:98:\"https://templates.ultimatebeaver.com/wp-content/uploads/2016/09/join-us-featured-image-400x400.jpg\";s:4:\"type\";s:6:\"layout\";s:7:\"dat_url\";s:98:\"http://templates.ultimatebeaver.com/wp-content/uploads/bb-ultimate-addon/site-1-template-12263.dat\";s:4:\"tags\";a:1:{i:0;s:7:\"Join Us\";}s:11:\"preview_url\";s:57:\"https://templates.ultimatebeaver.com/template/join-us-04/\";}s:21:\"site-1-template-12261\";a:7:{s:2:\"id\";s:21:\"site-1-template-12261\";s:4:\"name\";s:10:\"Join Us 03\";s:5:\"image\";s:93:\"https://templates.ultimatebeaver.com/wp-content/uploads/2016/09/joinus03-free-img-400x400.jpg\";s:4:\"type\";s:6:\"layout\";s:7:\"dat_url\";s:98:\"http://templates.ultimatebeaver.com/wp-content/uploads/bb-ultimate-addon/site-1-template-12261.dat\";s:4:\"tags\";a:1:{i:0;s:7:\"Join Us\";}s:11:\"preview_url\";s:57:\"https://templates.ultimatebeaver.com/template/join-us-03/\";}s:21:\"site-1-template-12259\";a:7:{s:2:\"id\";s:21:\"site-1-template-12259\";s:4:\"name\";s:10:\"Join Us 02\";s:5:\"image\";s:93:\"https://templates.ultimatebeaver.com/wp-content/uploads/2016/09/joinus02-free-img-400x400.jpg\";s:4:\"type\";s:6:\"layout\";s:7:\"dat_url\";s:98:\"http://templates.ultimatebeaver.com/wp-content/uploads/bb-ultimate-addon/site-1-template-12259.dat\";s:4:\"tags\";a:1:{i:0;s:7:\"Join Us\";}s:11:\"preview_url\";s:57:\"https://templates.ultimatebeaver.com/template/join-us-02/\";}s:21:\"site-1-template-12257\";a:7:{s:2:\"id\";s:21:\"site-1-template-12257\";s:4:\"name\";s:10:\"Join Us 01\";s:5:\"image\";s:93:\"https://templates.ultimatebeaver.com/wp-content/uploads/2016/09/joinus01-free-img-400x400.jpg\";s:4:\"type\";s:6:\"layout\";s:7:\"dat_url\";s:98:\"http://templates.ultimatebeaver.com/wp-content/uploads/bb-ultimate-addon/site-1-template-12257.dat\";s:4:\"tags\";a:1:{i:0;s:7:\"Join Us\";}s:11:\"preview_url\";s:57:\"https://templates.ultimatebeaver.com/template/join-us-01/\";}s:21:\"site-1-template-12255\";a:7:{s:2:\"id\";s:21:\"site-1-template-12255\";s:4:\"name\";s:10:\"Contact 05\";s:5:\"image\";s:99:\"https://templates.ultimatebeaver.com/wp-content/uploads/2016/09/contact-05-featured-img-400x400.jpg\";s:4:\"type\";s:6:\"layout\";s:7:\"dat_url\";s:98:\"http://templates.ultimatebeaver.com/wp-content/uploads/bb-ultimate-addon/site-1-template-12255.dat\";s:4:\"tags\";a:1:{i:0;s:7:\"contact\";}s:11:\"preview_url\";s:57:\"https://templates.ultimatebeaver.com/template/contact-05/\";}s:21:\"site-1-template-12253\";a:7:{s:2:\"id\";s:21:\"site-1-template-12253\";s:4:\"name\";s:10:\"Contact 04\";s:5:\"image\";s:99:\"https://templates.ultimatebeaver.com/wp-content/uploads/2016/09/contact-04-featured-img-400x400.jpg\";s:4:\"type\";s:6:\"layout\";s:7:\"dat_url\";s:98:\"http://templates.ultimatebeaver.com/wp-content/uploads/bb-ultimate-addon/site-1-template-12253.dat\";s:4:\"tags\";a:1:{i:0;s:7:\"contact\";}s:11:\"preview_url\";s:57:\"https://templates.ultimatebeaver.com/template/contact-04/\";}s:21:\"site-1-template-12251\";a:7:{s:2:\"id\";s:21:\"site-1-template-12251\";s:4:\"name\";s:10:\"Contact 03\";s:5:\"image\";s:99:\"https://templates.ultimatebeaver.com/wp-content/uploads/2016/09/contact-03-featured-img-400x400.jpg\";s:4:\"type\";s:6:\"layout\";s:7:\"dat_url\";s:98:\"http://templates.ultimatebeaver.com/wp-content/uploads/bb-ultimate-addon/site-1-template-12251.dat\";s:4:\"tags\";a:1:{i:0;s:7:\"contact\";}s:11:\"preview_url\";s:57:\"https://templates.ultimatebeaver.com/template/contact-03/\";}s:21:\"site-1-template-12249\";a:7:{s:2:\"id\";s:21:\"site-1-template-12249\";s:4:\"name\";s:10:\"Contact 02\";s:5:\"image\";s:99:\"https://templates.ultimatebeaver.com/wp-content/uploads/2016/09/contact-02-featured-img-400x400.jpg\";s:4:\"type\";s:6:\"layout\";s:7:\"dat_url\";s:98:\"http://templates.ultimatebeaver.com/wp-content/uploads/bb-ultimate-addon/site-1-template-12249.dat\";s:4:\"tags\";a:1:{i:0;s:7:\"contact\";}s:11:\"preview_url\";s:57:\"https://templates.ultimatebeaver.com/template/contact-02/\";}s:21:\"site-1-template-12247\";a:7:{s:2:\"id\";s:21:\"site-1-template-12247\";s:4:\"name\";s:10:\"Contact 01\";s:5:\"image\";s:99:\"https://templates.ultimatebeaver.com/wp-content/uploads/2016/09/contact-01-featured-img-400x400.jpg\";s:4:\"type\";s:6:\"layout\";s:7:\"dat_url\";s:98:\"http://templates.ultimatebeaver.com/wp-content/uploads/bb-ultimate-addon/site-1-template-12247.dat\";s:4:\"tags\";a:1:{i:0;s:7:\"contact\";}s:11:\"preview_url\";s:57:\"https://templates.ultimatebeaver.com/template/contact-01/\";}s:21:\"site-1-template-12245\";a:7:{s:2:\"id\";s:21:\"site-1-template-12245\";s:4:\"name\";s:7:\"FAQs 02\";s:5:\"image\";s:81:\"https://templates.ultimatebeaver.com/wp-content/uploads/2016/09/faq-2-400x400.jpg\";s:4:\"type\";s:6:\"layout\";s:7:\"dat_url\";s:98:\"http://templates.ultimatebeaver.com/wp-content/uploads/bb-ultimate-addon/site-1-template-12245.dat\";s:4:\"tags\";a:1:{i:0;s:4:\"FAQs\";}s:11:\"preview_url\";s:54:\"https://templates.ultimatebeaver.com/template/faqs-02/\";}s:21:\"site-1-template-12243\";a:7:{s:2:\"id\";s:21:\"site-1-template-12243\";s:4:\"name\";s:7:\"FAQs 03\";s:5:\"image\";s:81:\"https://templates.ultimatebeaver.com/wp-content/uploads/2016/09/faq-1-400x400.jpg\";s:4:\"type\";s:6:\"layout\";s:7:\"dat_url\";s:98:\"http://templates.ultimatebeaver.com/wp-content/uploads/bb-ultimate-addon/site-1-template-12243.dat\";s:4:\"tags\";a:1:{i:0;s:4:\"FAQs\";}s:11:\"preview_url\";s:54:\"https://templates.ultimatebeaver.com/template/faqs-03/\";}s:21:\"site-1-template-12241\";a:7:{s:2:\"id\";s:21:\"site-1-template-12241\";s:4:\"name\";s:7:\"FAQs 01\";s:5:\"image\";s:81:\"https://templates.ultimatebeaver.com/wp-content/uploads/2016/09/faq-3-400x400.jpg\";s:4:\"type\";s:6:\"layout\";s:7:\"dat_url\";s:98:\"http://templates.ultimatebeaver.com/wp-content/uploads/bb-ultimate-addon/site-1-template-12241.dat\";s:4:\"tags\";a:1:{i:0;s:4:\"FAQs\";}s:11:\"preview_url\";s:54:\"https://templates.ultimatebeaver.com/template/faqs-01/\";}s:21:\"site-1-template-12239\";a:7:{s:2:\"id\";s:21:\"site-1-template-12239\";s:4:\"name\";s:12:\"Offerings 01\";s:5:\"image\";s:99:\"https://templates.ultimatebeaver.com/wp-content/uploads/2016/09/offering-1-landing-page-400x400.jpg\";s:4:\"type\";s:6:\"layout\";s:7:\"dat_url\";s:98:\"http://templates.ultimatebeaver.com/wp-content/uploads/bb-ultimate-addon/site-1-template-12239.dat\";s:4:\"tags\";a:1:{i:0;s:8:\"services\";}s:11:\"preview_url\";s:59:\"https://templates.ultimatebeaver.com/template/offerings-01/\";}s:21:\"site-1-template-12237\";a:7:{s:2:\"id\";s:21:\"site-1-template-12237\";s:4:\"name\";s:11:\"Features 01\";s:5:\"image\";s:85:\"https://templates.ultimatebeaver.com/wp-content/uploads/2016/09/feature01-400x400.jpg\";s:4:\"type\";s:6:\"layout\";s:7:\"dat_url\";s:98:\"http://templates.ultimatebeaver.com/wp-content/uploads/bb-ultimate-addon/site-1-template-12237.dat\";s:4:\"tags\";a:1:{i:0;s:8:\"services\";}s:11:\"preview_url\";s:58:\"https://templates.ultimatebeaver.com/template/features-01/\";}s:21:\"site-1-template-12235\";a:7:{s:2:\"id\";s:21:\"site-1-template-12235\";s:4:\"name\";s:11:\"Services 01\";s:5:\"image\";s:103:\"https://templates.ultimatebeaver.com/wp-content/uploads/2016/09/saevice01-page-landing-page-400x400.jpg\";s:4:\"type\";s:6:\"layout\";s:7:\"dat_url\";s:98:\"http://templates.ultimatebeaver.com/wp-content/uploads/bb-ultimate-addon/site-1-template-12235.dat\";s:4:\"tags\";a:1:{i:0;s:8:\"services\";}s:11:\"preview_url\";s:58:\"https://templates.ultimatebeaver.com/template/services-01/\";}s:21:\"site-1-template-12233\";a:7:{s:2:\"id\";s:21:\"site-1-template-12233\";s:4:\"name\";s:25:\"Lead Generation Funnel 01\";s:5:\"image\";s:101:\"https://templates.ultimatebeaver.com/wp-content/uploads/2016/09/lead-generation-funnel-01-400x400.jpg\";s:4:\"type\";s:6:\"layout\";s:7:\"dat_url\";s:98:\"http://templates.ultimatebeaver.com/wp-content/uploads/bb-ultimate-addon/site-1-template-12233.dat\";s:4:\"tags\";a:1:{i:0;s:13:\"landing pages\";}s:11:\"preview_url\";s:72:\"https://templates.ultimatebeaver.com/template/lead-generation-funnel-01/\";}s:21:\"site-1-template-12231\";a:7:{s:2:\"id\";s:21:\"site-1-template-12231\";s:4:\"name\";s:24:\"Business Landing Page 03\";s:5:\"image\";s:100:\"https://templates.ultimatebeaver.com/wp-content/uploads/2016/09/business-landing-page-03-400x400.jpg\";s:4:\"type\";s:6:\"layout\";s:7:\"dat_url\";s:98:\"http://templates.ultimatebeaver.com/wp-content/uploads/bb-ultimate-addon/site-1-template-12231.dat\";s:4:\"tags\";a:1:{i:0;s:13:\"landing pages\";}s:11:\"preview_url\";s:71:\"https://templates.ultimatebeaver.com/template/business-landing-page-03/\";}s:21:\"site-1-template-12229\";a:7:{s:2:\"id\";s:21:\"site-1-template-12229\";s:4:\"name\";s:24:\"Business Landing Page 02\";s:5:\"image\";s:100:\"https://templates.ultimatebeaver.com/wp-content/uploads/2016/09/business-landing-page-02-400x400.jpg\";s:4:\"type\";s:6:\"layout\";s:7:\"dat_url\";s:98:\"http://templates.ultimatebeaver.com/wp-content/uploads/bb-ultimate-addon/site-1-template-12229.dat\";s:4:\"tags\";a:1:{i:0;s:13:\"landing pages\";}s:11:\"preview_url\";s:71:\"https://templates.ultimatebeaver.com/template/business-landing-page-02/\";}s:21:\"site-1-template-12227\";a:7:{s:2:\"id\";s:21:\"site-1-template-12227\";s:4:\"name\";s:24:\"Business Landing Page 01\";s:5:\"image\";s:100:\"https://templates.ultimatebeaver.com/wp-content/uploads/2016/09/business-landing-page-01-400x400.jpg\";s:4:\"type\";s:6:\"layout\";s:7:\"dat_url\";s:98:\"http://templates.ultimatebeaver.com/wp-content/uploads/bb-ultimate-addon/site-1-template-12227.dat\";s:4:\"tags\";a:1:{i:0;s:13:\"landing pages\";}s:11:\"preview_url\";s:71:\"https://templates.ultimatebeaver.com/template/business-landing-page-01/\";}s:21:\"site-1-template-12225\";a:7:{s:2:\"id\";s:21:\"site-1-template-12225\";s:4:\"name\";s:24:\"Features Landing Page 01\";s:5:\"image\";s:99:\"https://templates.ultimatebeaver.com/wp-content/uploads/2016/09/landing-page28-free-img-400x400.jpg\";s:4:\"type\";s:6:\"layout\";s:7:\"dat_url\";s:98:\"http://templates.ultimatebeaver.com/wp-content/uploads/bb-ultimate-addon/site-1-template-12225.dat\";s:4:\"tags\";a:1:{i:0;s:13:\"landing pages\";}s:11:\"preview_url\";s:71:\"https://templates.ultimatebeaver.com/template/features-landing-page-01/\";}s:21:\"site-1-template-12223\";a:7:{s:2:\"id\";s:21:\"site-1-template-12223\";s:4:\"name\";s:18:\"Plans & Pricing 01\";s:5:\"image\";s:83:\"https://templates.ultimatebeaver.com/wp-content/uploads/2016/09/pricing-400x400.jpg\";s:4:\"type\";s:6:\"layout\";s:7:\"dat_url\";s:98:\"http://templates.ultimatebeaver.com/wp-content/uploads/bb-ultimate-addon/site-1-template-12223.dat\";s:4:\"tags\";a:1:{i:0;s:13:\"landing pages\";}s:11:\"preview_url\";s:63:\"https://templates.ultimatebeaver.com/template/plans-pricing-01/\";}s:21:\"site-1-template-12219\";a:7:{s:2:\"id\";s:21:\"site-1-template-12219\";s:4:\"name\";s:7:\"Team 03\";s:5:\"image\";s:95:\"https://templates.ultimatebeaver.com/wp-content/uploads/2016/09/team03-landing-page-400x400.jpg\";s:4:\"type\";s:6:\"layout\";s:7:\"dat_url\";s:98:\"http://templates.ultimatebeaver.com/wp-content/uploads/bb-ultimate-addon/site-1-template-12219.dat\";s:4:\"tags\";a:1:{i:0;s:5:\"about\";}s:11:\"preview_url\";s:54:\"https://templates.ultimatebeaver.com/template/team-03/\";}s:21:\"site-1-template-12217\";a:7:{s:2:\"id\";s:21:\"site-1-template-12217\";s:4:\"name\";s:7:\"Team 02\";s:5:\"image\";s:95:\"https://templates.ultimatebeaver.com/wp-content/uploads/2016/09/team02-landing-page-400x400.jpg\";s:4:\"type\";s:6:\"layout\";s:7:\"dat_url\";s:98:\"http://templates.ultimatebeaver.com/wp-content/uploads/bb-ultimate-addon/site-1-template-12217.dat\";s:4:\"tags\";a:1:{i:0;s:5:\"about\";}s:11:\"preview_url\";s:54:\"https://templates.ultimatebeaver.com/template/team-02/\";}s:21:\"site-1-template-12215\";a:7:{s:2:\"id\";s:21:\"site-1-template-12215\";s:4:\"name\";s:7:\"Team 01\";s:5:\"image\";s:95:\"https://templates.ultimatebeaver.com/wp-content/uploads/2016/09/team01-landing-page-400x400.jpg\";s:4:\"type\";s:6:\"layout\";s:7:\"dat_url\";s:98:\"http://templates.ultimatebeaver.com/wp-content/uploads/bb-ultimate-addon/site-1-template-12215.dat\";s:4:\"tags\";a:1:{i:0;s:5:\"about\";}s:11:\"preview_url\";s:54:\"https://templates.ultimatebeaver.com/template/team-01/\";}s:21:\"site-1-template-12213\";a:7:{s:2:\"id\";s:21:\"site-1-template-12213\";s:4:\"name\";s:8:\"About 01\";s:5:\"image\";s:91:\"https://templates.ultimatebeaver.com/wp-content/uploads/2016/09/about01free-img-400x400.jpg\";s:4:\"type\";s:6:\"layout\";s:7:\"dat_url\";s:98:\"http://templates.ultimatebeaver.com/wp-content/uploads/bb-ultimate-addon/site-1-template-12213.dat\";s:4:\"tags\";a:1:{i:0;s:5:\"about\";}s:11:\"preview_url\";s:55:\"https://templates.ultimatebeaver.com/template/about-01/\";}s:21:\"site-1-template-12084\";a:7:{s:2:\"id\";s:21:\"site-1-template-12084\";s:4:\"name\";s:8:\"About 05\";s:5:\"image\";s:83:\"https://templates.ultimatebeaver.com/wp-content/uploads/2016/09/about03-400x400.jpg\";s:4:\"type\";s:6:\"layout\";s:7:\"dat_url\";s:98:\"http://templates.ultimatebeaver.com/wp-content/uploads/bb-ultimate-addon/site-1-template-12084.dat\";s:4:\"tags\";a:1:{i:0;s:5:\"about\";}s:11:\"preview_url\";s:55:\"https://templates.ultimatebeaver.com/template/about-05/\";}s:18:\"site-6-template-53\";a:7:{s:2:\"id\";s:18:\"site-6-template-53\";s:4:\"name\";s:10:\"Veterinary\";s:5:\"image\";s:93:\"https://templates.ultimatebeaver.com/wp-content/uploads/sites/6/2016/10/veternory-400x400.jpg\";s:4:\"type\";s:6:\"layout\";s:7:\"dat_url\";s:95:\"http://templates.ultimatebeaver.com/wp-content/uploads/bb-ultimate-addon/site-6-template-53.dat\";s:4:\"tags\";a:1:{i:0;s:10:\"Home Pages\";}s:11:\"preview_url\";s:68:\"https://templates.ultimatebeaver.com/veterinary/template/veterinary/\";}s:18:\"site-7-template-34\";a:7:{s:2:\"id\";s:18:\"site-7-template-34\";s:4:\"name\";s:13:\"Paediatrician\";s:5:\"image\";s:97:\"https://templates.ultimatebeaver.com/wp-content/uploads/sites/7/2016/10/Paediatrician-400x400.jpg\";s:4:\"type\";s:6:\"layout\";s:7:\"dat_url\";s:95:\"http://templates.ultimatebeaver.com/wp-content/uploads/bb-ultimate-addon/site-7-template-34.dat\";s:4:\"tags\";a:1:{i:0;s:10:\"Home Pages\";}s:11:\"preview_url\";s:74:\"https://templates.ultimatebeaver.com/paediatrician/template/paediatrician/\";}s:18:\"site-8-template-47\";a:7:{s:2:\"id\";s:18:\"site-8-template-47\";s:4:\"name\";s:18:\"Science Laboratory\";s:5:\"image\";s:113:\"https://templates.ultimatebeaver.com/wp-content/uploads/sites/8/2016/11/science-landing-page-free-img-400x400.jpg\";s:4:\"type\";s:6:\"layout\";s:7:\"dat_url\";s:95:\"http://templates.ultimatebeaver.com/wp-content/uploads/bb-ultimate-addon/site-8-template-47.dat\";s:4:\"tags\";a:1:{i:0;s:10:\"Home Pages\";}s:11:\"preview_url\";s:90:\"https://templates.ultimatebeaver.com/science-laboratory/template/science-laboratory-wtest/\";}s:19:\"site-9-template-400\";a:7:{s:2:\"id\";s:19:\"site-9-template-400\";s:4:\"name\";s:11:\"Services 02\";s:5:\"image\";s:104:\"https://templates.ultimatebeaver.com/wp-content/uploads/sites/9/2016/09/services-02-free-img-329x400.jpg\";s:4:\"type\";s:6:\"layout\";s:7:\"dat_url\";s:96:\"http://templates.ultimatebeaver.com/wp-content/uploads/bb-ultimate-addon/site-9-template-400.dat\";s:4:\"tags\";a:1:{i:0;s:23:\"Features &amp; Services\";}s:11:\"preview_url\";s:67:\"https://templates.ultimatebeaver.com/gardener/template/services-02/\";}s:19:\"site-9-template-391\";a:7:{s:2:\"id\";s:19:\"site-9-template-391\";s:4:\"name\";s:8:\"Gardener\";s:5:\"image\";s:91:\"https://templates.ultimatebeaver.com/wp-content/uploads/sites/9/2016/09/Gardner-400x400.jpg\";s:4:\"type\";s:6:\"layout\";s:7:\"dat_url\";s:96:\"http://templates.ultimatebeaver.com/wp-content/uploads/bb-ultimate-addon/site-9-template-391.dat\";s:4:\"tags\";a:1:{i:0;s:10:\"Home Pages\";}s:11:\"preview_url\";s:64:\"https://templates.ultimatebeaver.com/gardener/template/gardener/\";}s:19:\"site-9-template-355\";a:7:{s:2:\"id\";s:19:\"site-9-template-355\";s:4:\"name\";s:7:\"FAQs 04\";s:5:\"image\";s:90:\"https://templates.ultimatebeaver.com/wp-content/uploads/sites/9/2016/09/faq-04-400x400.jpg\";s:4:\"type\";s:6:\"layout\";s:7:\"dat_url\";s:96:\"http://templates.ultimatebeaver.com/wp-content/uploads/bb-ultimate-addon/site-9-template-355.dat\";s:4:\"tags\";a:1:{i:0;s:4:\"FAQs\";}s:11:\"preview_url\";s:63:\"https://templates.ultimatebeaver.com/gardener/template/faqs-04/\";}s:19:\"site-9-template-354\";a:7:{s:2:\"id\";s:19:\"site-9-template-354\";s:4:\"name\";s:8:\"About 03\";s:5:\"image\";s:91:\"https://templates.ultimatebeaver.com/wp-content/uploads/sites/9/2016/09/about03-400x400.jpg\";s:4:\"type\";s:6:\"layout\";s:7:\"dat_url\";s:96:\"http://templates.ultimatebeaver.com/wp-content/uploads/bb-ultimate-addon/site-9-template-354.dat\";s:4:\"tags\";a:1:{i:0;s:5:\"about\";}s:11:\"preview_url\";s:64:\"https://templates.ultimatebeaver.com/gardener/template/about-03/\";}s:19:\"site-9-template-339\";a:7:{s:2:\"id\";s:19:\"site-9-template-339\";s:4:\"name\";s:10:\"Contact 07\";s:5:\"image\";s:93:\"https://templates.ultimatebeaver.com/wp-content/uploads/sites/9/2016/09/contact07-400x400.jpg\";s:4:\"type\";s:6:\"layout\";s:7:\"dat_url\";s:96:\"http://templates.ultimatebeaver.com/wp-content/uploads/bb-ultimate-addon/site-9-template-339.dat\";s:4:\"tags\";a:1:{i:0;s:7:\"contact\";}s:11:\"preview_url\";s:66:\"https://templates.ultimatebeaver.com/gardener/template/contact-07/\";}s:20:\"site-10-template-364\";a:7:{s:2:\"id\";s:20:\"site-10-template-364\";s:4:\"name\";s:10:\"Contact 08\";s:5:\"image\";s:94:\"https://templates.ultimatebeaver.com/wp-content/uploads/sites/10/2016/10/contact08-400x400.jpg\";s:4:\"type\";s:6:\"layout\";s:7:\"dat_url\";s:97:\"http://templates.ultimatebeaver.com/wp-content/uploads/bb-ultimate-addon/site-10-template-364.dat\";s:4:\"tags\";a:1:{i:0;s:7:\"contact\";}s:11:\"preview_url\";s:68:\"https://templates.ultimatebeaver.com/life-coach/template/contact-08/\";}s:20:\"site-10-template-363\";a:7:{s:2:\"id\";s:20:\"site-10-template-363\";s:4:\"name\";s:7:\"FAQs 05\";s:5:\"image\";s:90:\"https://templates.ultimatebeaver.com/wp-content/uploads/sites/10/2016/10/faq05-400x400.jpg\";s:4:\"type\";s:6:\"layout\";s:7:\"dat_url\";s:97:\"http://templates.ultimatebeaver.com/wp-content/uploads/bb-ultimate-addon/site-10-template-363.dat\";s:4:\"tags\";a:1:{i:0;s:4:\"FAQs\";}s:11:\"preview_url\";s:65:\"https://templates.ultimatebeaver.com/life-coach/template/faqs-05/\";}s:20:\"site-10-template-362\";a:7:{s:2:\"id\";s:20:\"site-10-template-362\";s:4:\"name\";s:8:\"About 04\";s:5:\"image\";s:92:\"https://templates.ultimatebeaver.com/wp-content/uploads/sites/10/2016/10/about04-400x400.jpg\";s:4:\"type\";s:6:\"layout\";s:7:\"dat_url\";s:97:\"http://templates.ultimatebeaver.com/wp-content/uploads/bb-ultimate-addon/site-10-template-362.dat\";s:4:\"tags\";a:1:{i:0;s:5:\"about\";}s:11:\"preview_url\";s:66:\"https://templates.ultimatebeaver.com/life-coach/template/about-04/\";}s:19:\"site-11-template-56\";a:7:{s:2:\"id\";s:19:\"site-11-template-56\";s:4:\"name\";s:7:\"Builder\";s:5:\"image\";s:92:\"https://templates.ultimatebeaver.com/wp-content/uploads/sites/11/2016/09/Builder-400x400.jpg\";s:4:\"type\";s:6:\"layout\";s:7:\"dat_url\";s:96:\"http://templates.ultimatebeaver.com/wp-content/uploads/bb-ultimate-addon/site-11-template-56.dat\";s:4:\"tags\";a:1:{i:0;s:10:\"Home Pages\";}s:11:\"preview_url\";s:62:\"https://templates.ultimatebeaver.com/builder/template/builder/\";}s:22:\"site-54-template-15530\";a:7:{s:2:\"id\";s:22:\"site-54-template-15530\";s:4:\"name\";s:9:\"Logistics\";s:5:\"image\";s:105:\"https://templates.ultimatebeaver.com/wp-content/uploads/sites/54/2017/02/logistics-free-img-1-400x400.png\";s:4:\"type\";s:6:\"layout\";s:7:\"dat_url\";s:99:\"http://templates.ultimatebeaver.com/wp-content/uploads/bb-ultimate-addon/site-54-template-15530.dat\";s:4:\"tags\";a:1:{i:0;s:10:\"Home Pages\";}s:11:\"preview_url\";s:66:\"https://templates.ultimatebeaver.com/logistics/template/logistics/\";}s:19:\"site-55-template-89\";a:7:{s:2:\"id\";s:19:\"site-55-template-89\";s:4:\"name\";s:20:\"Grooming and Styling\";s:5:\"image\";s:110:\"https://templates.ultimatebeaver.com/wp-content/uploads/sites/55/2017/02/grooming-styling-free-img-400x400.png\";s:4:\"type\";s:6:\"layout\";s:7:\"dat_url\";s:96:\"http://templates.ultimatebeaver.com/wp-content/uploads/bb-ultimate-addon/site-55-template-89.dat\";s:4:\"tags\";a:1:{i:0;s:10:\"Home Pages\";}s:11:\"preview_url\";s:80:\"https://templates.ultimatebeaver.com/grooming-styling/template/grooming-styling/\";}}s:8:\"sections\";a:14:{s:18:\"site-1-category-35\";a:7:{s:2:\"id\";s:18:\"site-1-category-35\";s:4:\"name\";s:14:\"Call to Action\";s:5:\"image\";s:80:\"https://templates.ultimatebeaver.com/wp-content/uploads/2016/09/228-free-img.jpg\";s:4:\"type\";s:3:\"row\";s:7:\"dat_url\";s:95:\"http://templates.ultimatebeaver.com/wp-content/uploads/bb-ultimate-addon/site-1-category-35.dat\";s:5:\"count\";i:21;s:11:\"preview_url\";s:74:\"https://templates.ultimatebeaver.com/template-category/row-call-to-action/\";}s:18:\"site-1-category-42\";a:7:{s:2:\"id\";s:18:\"site-1-category-42\";s:4:\"name\";s:12:\"Contact Info\";s:5:\"image\";s:0:\"\";s:4:\"type\";s:3:\"row\";s:7:\"dat_url\";s:95:\"http://templates.ultimatebeaver.com/wp-content/uploads/bb-ultimate-addon/site-1-category-42.dat\";s:5:\"count\";i:11;s:11:\"preview_url\";s:72:\"https://templates.ultimatebeaver.com/template-category/row-contact-info/\";}s:18:\"site-1-category-43\";a:7:{s:2:\"id\";s:18:\"site-1-category-43\";s:4:\"name\";s:7:\"Content\";s:5:\"image\";s:0:\"\";s:4:\"type\";s:3:\"row\";s:7:\"dat_url\";s:95:\"http://templates.ultimatebeaver.com/wp-content/uploads/bb-ultimate-addon/site-1-category-43.dat\";s:5:\"count\";i:67;s:11:\"preview_url\";s:67:\"https://templates.ultimatebeaver.com/template-category/row-content/\";}s:18:\"site-1-category-52\";a:7:{s:2:\"id\";s:18:\"site-1-category-52\";s:4:\"name\";s:3:\"FAQ\";s:5:\"image\";s:0:\"\";s:4:\"type\";s:3:\"row\";s:7:\"dat_url\";s:95:\"http://templates.ultimatebeaver.com/wp-content/uploads/bb-ultimate-addon/site-1-category-52.dat\";s:5:\"count\";i:4;s:11:\"preview_url\";s:64:\"https://templates.ultimatebeaver.com/template-category/row-faqs/\";}s:18:\"site-1-category-56\";a:7:{s:2:\"id\";s:18:\"site-1-category-56\";s:4:\"name\";s:8:\"Features\";s:5:\"image\";s:0:\"\";s:4:\"type\";s:3:\"row\";s:7:\"dat_url\";s:95:\"http://templates.ultimatebeaver.com/wp-content/uploads/bb-ultimate-addon/site-1-category-56.dat\";s:5:\"count\";i:22;s:11:\"preview_url\";s:68:\"https://templates.ultimatebeaver.com/template-category/row-features/\";}s:18:\"site-1-category-63\";a:7:{s:2:\"id\";s:18:\"site-1-category-63\";s:4:\"name\";s:7:\"Gallery\";s:5:\"image\";s:0:\"\";s:4:\"type\";s:3:\"row\";s:7:\"dat_url\";s:95:\"http://templates.ultimatebeaver.com/wp-content/uploads/bb-ultimate-addon/site-1-category-63.dat\";s:5:\"count\";i:2;s:11:\"preview_url\";s:67:\"https://templates.ultimatebeaver.com/template-category/row-gallery/\";}s:18:\"site-1-category-66\";a:7:{s:2:\"id\";s:18:\"site-1-category-66\";s:4:\"name\";s:10:\"Google Map\";s:5:\"image\";s:0:\"\";s:4:\"type\";s:3:\"row\";s:7:\"dat_url\";s:95:\"http://templates.ultimatebeaver.com/wp-content/uploads/bb-ultimate-addon/site-1-category-66.dat\";s:5:\"count\";i:3;s:11:\"preview_url\";s:70:\"https://templates.ultimatebeaver.com/template-category/row-google-map/\";}s:18:\"site-1-category-68\";a:7:{s:2:\"id\";s:18:\"site-1-category-68\";s:4:\"name\";s:7:\"Heading\";s:5:\"image\";s:0:\"\";s:4:\"type\";s:3:\"row\";s:7:\"dat_url\";s:95:\"http://templates.ultimatebeaver.com/wp-content/uploads/bb-ultimate-addon/site-1-category-68.dat\";s:5:\"count\";i:4;s:11:\"preview_url\";s:67:\"https://templates.ultimatebeaver.com/template-category/row-heading/\";}s:18:\"site-1-category-71\";a:7:{s:2:\"id\";s:18:\"site-1-category-71\";s:4:\"name\";s:4:\"Hero\";s:5:\"image\";s:0:\"\";s:4:\"type\";s:3:\"row\";s:7:\"dat_url\";s:95:\"http://templates.ultimatebeaver.com/wp-content/uploads/bb-ultimate-addon/site-1-category-71.dat\";s:5:\"count\";i:6;s:11:\"preview_url\";s:64:\"https://templates.ultimatebeaver.com/template-category/row-hero/\";}s:18:\"site-1-category-87\";a:7:{s:2:\"id\";s:18:\"site-1-category-87\";s:4:\"name\";s:5:\"Logos\";s:5:\"image\";s:0:\"\";s:4:\"type\";s:3:\"row\";s:7:\"dat_url\";s:95:\"http://templates.ultimatebeaver.com/wp-content/uploads/bb-ultimate-addon/site-1-category-87.dat\";s:5:\"count\";i:20;s:11:\"preview_url\";s:65:\"https://templates.ultimatebeaver.com/template-category/row-logos/\";}s:18:\"site-1-category-93\";a:7:{s:2:\"id\";s:18:\"site-1-category-93\";s:4:\"name\";s:6:\"Number\";s:5:\"image\";s:0:\"\";s:4:\"type\";s:3:\"row\";s:7:\"dat_url\";s:95:\"http://templates.ultimatebeaver.com/wp-content/uploads/bb-ultimate-addon/site-1-category-93.dat\";s:5:\"count\";i:15;s:11:\"preview_url\";s:66:\"https://templates.ultimatebeaver.com/template-category/row-number/\";}s:19:\"site-1-category-113\";a:7:{s:2:\"id\";s:19:\"site-1-category-113\";s:4:\"name\";s:14:\"Subscribe Form\";s:5:\"image\";s:0:\"\";s:4:\"type\";s:3:\"row\";s:7:\"dat_url\";s:96:\"http://templates.ultimatebeaver.com/wp-content/uploads/bb-ultimate-addon/site-1-category-113.dat\";s:5:\"count\";i:6;s:11:\"preview_url\";s:69:\"https://templates.ultimatebeaver.com/template-category/row-subscribe/\";}s:19:\"site-1-category-114\";a:7:{s:2:\"id\";s:19:\"site-1-category-114\";s:4:\"name\";s:4:\"Team\";s:5:\"image\";s:0:\"\";s:4:\"type\";s:3:\"row\";s:7:\"dat_url\";s:96:\"http://templates.ultimatebeaver.com/wp-content/uploads/bb-ultimate-addon/site-1-category-114.dat\";s:5:\"count\";i:7;s:11:\"preview_url\";s:64:\"https://templates.ultimatebeaver.com/template-category/row-team/\";}s:19:\"site-1-category-119\";a:7:{s:2:\"id\";s:19:\"site-1-category-119\";s:4:\"name\";s:12:\"Testimonials\";s:5:\"image\";s:0:\"\";s:4:\"type\";s:3:\"row\";s:7:\"dat_url\";s:96:\"http://templates.ultimatebeaver.com/wp-content/uploads/bb-ultimate-addon/site-1-category-119.dat\";s:5:\"count\";i:6;s:11:\"preview_url\";s:72:\"https://templates.ultimatebeaver.com/template-category/row-testimonials/\";}}}','no');
INSERT INTO `wplc_options` VALUES (450,'uabb_cloud_templates','1645033276','yes');
INSERT INTO `wplc_options` VALUES (469,'bsf_analytics_installed_time','1644962690','no');
INSERT INTO `wplc_options` VALUES (472,'wpseo_ryte','a:2:{s:6:\"status\";i:1;s:10:\"last_fetch\";i:1648599178;}','yes');
INSERT INTO `wplc_options` VALUES (473,'bsf_last_update_check','1701251652','yes');
INSERT INTO `wplc_options` VALUES (474,'litespeed.gui.lscwp_whm_install','-1','yes');
INSERT INTO `wplc_options` VALUES (475,'litespeed.gui.dismiss','-1','yes');
INSERT INTO `wplc_options` VALUES (476,'litespeed.gui._summary','{\"new_version\":1645567491,\"score\":1646172291}','yes');
INSERT INTO `wplc_options` VALUES (477,'wpforms_review','a:2:{s:4:\"time\";i:1644962691;s:9:\"dismissed\";b:0;}','yes');
INSERT INTO `wplc_options` VALUES (478,'litespeed.data.upgrading','-1','yes');
INSERT INTO `wplc_options` VALUES (479,'litespeed.admin_display.msg_pin','-1','yes');
INSERT INTO `wplc_options` VALUES (480,'wp_mail_smtp_review_notice','a:2:{s:4:\"time\";i:1647816216;s:9:\"dismissed\";b:1;}','yes');
INSERT INTO `wplc_options` VALUES (490,'mainwp_child_clone_from_server_last_folder','/home/dubdeliv/public_html/wp-content/uploads/mainwp/backup','no');
INSERT INTO `wplc_options` VALUES (492,'fl_notifications','a:3:{s:4:\"read\";b:1;s:8:\"checksum\";a:10:{i:881258;i:673868778;i:866002;i:1697901296;i:860180;i:1457882732;i:857084;i:1416383749;i:846510;i:3348492523;i:827220;i:3869277213;i:822799;i:2828222337;i:820749;i:2938312336;i:742570;i:91564602;i:662226;i:849468334;}s:4:\"data\";s:24587:\"[{\"id\":881258,\"date\":\"2023-11-01T09:35:48\",\"date_gmt\":\"2023-11-01T16:35:48\",\"guid\":{\"rendered\":\"https:\\/\\/www.wpbeaverbuilder.com\\/?post_type=fl_notification&#038;p=881258\"},\"modified\":\"2023-11-01T09:35:48\",\"modified_gmt\":\"2023-11-01T16:35:48\",\"slug\":\"holiday-sale-25-off-beaver-builder-beaver-themer-and-upgrades\",\"status\":\"publish\",\"type\":\"fl_notification\",\"link\":\"https:\\/\\/www.wpbeaverbuilder.com\\/?fl_notification=holiday-sale-25-off-beaver-builder-beaver-themer-and-upgrades\",\"title\":{\"rendered\":\"Holiday Sale  &#8211; 25% Off Beaver Builder, Beaver Themer and Upgrades\"},\"content\":{\"rendered\":\"<p><a href=\\\"https:\\/\\/www.wpbeaverbuilder.com\\/holiday-sale\\/\\\"><img decoding=\\\"async\\\" loading=\\\"lazy\\\" class=\\\"alignnone wp-image-880745 size-mid-thumb\\\" src=\\\"https:\\/\\/www.wpbeaverbuilder.com\\/wp-content\\/uploads\\/2023\\/10\\/1200x628-holiday-sale-2-400x209.jpg\\\" alt=\\\"\\\" width=\\\"400\\\" height=\\\"209\\\" srcset=\\\"https:\\/\\/www.wpbeaverbuilder.com\\/wp-content\\/uploads\\/2023\\/10\\/1200x628-holiday-sale-2-400x209.jpg 400w, https:\\/\\/www.wpbeaverbuilder.com\\/wp-content\\/uploads\\/2023\\/10\\/1200x628-holiday-sale-2-300x157.jpg 300w, https:\\/\\/www.wpbeaverbuilder.com\\/wp-content\\/uploads\\/2023\\/10\\/1200x628-holiday-sale-2-1024x536.jpg 1024w, https:\\/\\/www.wpbeaverbuilder.com\\/wp-content\\/uploads\\/2023\\/10\\/1200x628-holiday-sale-2-768x402.jpg 768w, https:\\/\\/www.wpbeaverbuilder.com\\/wp-content\\/uploads\\/2023\\/10\\/1200x628-holiday-sale-2.jpg 1200w\\\" sizes=\\\"(max-width: 400px) 100vw, 400px\\\" \\/><\\/a><\\/p>\\n<p>Get 25% off Beaver Themer, Beaver Builder plans, and Upgrades. Don&#8217;t miss out on this limited-time offer.<\\/p>\",\"protected\":false},\"template\":\"\",\"meta\":{\"om_disable_all_campaigns\":false,\"_fl_notification\":[\"https:\\/\\/www.wpbeaverbuilder.com\\/holiday-sale\\/\"],\"_links_to\":\"\",\"_links_to_target\":\"\"},\"_links\":{\"self\":[{\"href\":\"https:\\/\\/www.wpbeaverbuilder.com\\/wp-json\\/wp\\/v2\\/fl_notification\\/881258\"}],\"collection\":[{\"href\":\"https:\\/\\/www.wpbeaverbuilder.com\\/wp-json\\/wp\\/v2\\/fl_notification\"}],\"about\":[{\"href\":\"https:\\/\\/www.wpbeaverbuilder.com\\/wp-json\\/wp\\/v2\\/types\\/fl_notification\"}],\"wp:attachment\":[{\"href\":\"https:\\/\\/www.wpbeaverbuilder.com\\/wp-json\\/wp\\/v2\\/media?parent=881258\"}],\"curies\":[{\"name\":\"wp\",\"href\":\"https:\\/\\/api.w.org\\/{rel}\",\"templated\":true}]}},{\"id\":866002,\"date\":\"2023-06-08T09:59:10\",\"date_gmt\":\"2023-06-08T16:59:10\",\"guid\":{\"rendered\":\"https:\\/\\/www.wpbeaverbuilder.com\\/?post_type=fl_notification&#038;p=866002\"},\"modified\":\"2023-06-08T09:59:10\",\"modified_gmt\":\"2023-06-08T16:59:10\",\"slug\":\"summer-update-introducing-the-box-module\",\"status\":\"publish\",\"type\":\"fl_notification\",\"link\":\"https:\\/\\/www.wpbeaverbuilder.com\\/?fl_notification=summer-update-introducing-the-box-module\",\"title\":{\"rendered\":\"Summer Update \\u2013 Introducing the \\u201cBox\\u201d Module\"},\"content\":{\"rendered\":\"<p><img decoding=\\\"async\\\" loading=\\\"lazy\\\" class=\\\"size-full wp-image-866005 alignnone\\\" src=\\\"https:\\/\\/www.wpbeaverbuilder.com\\/wp-content\\/uploads\\/2023\\/06\\/summer-update-notification.jpg\\\" alt=\\\"ummer Update \\u2013 Introducing the \\u201cBox\\u201d Module\\\" width=\\\"318\\\" height=\\\"179\\\" srcset=\\\"https:\\/\\/www.wpbeaverbuilder.com\\/wp-content\\/uploads\\/2023\\/06\\/summer-update-notification.jpg 318w, https:\\/\\/www.wpbeaverbuilder.com\\/wp-content\\/uploads\\/2023\\/06\\/summer-update-notification-300x169.jpg 300w\\\" sizes=\\\"(max-width: 318px) 100vw, 318px\\\" \\/><\\/p>\\n<p>The team has been working hard to bring several exciting new features to Beaver Builder, and we have a sneak peek to share with you today&#8230;<\\/p>\",\"protected\":false},\"template\":\"\",\"meta\":{\"om_disable_all_campaigns\":false,\"_fl_notification\":[\"\"],\"_links_to\":\"\",\"_links_to_target\":\"\"},\"_links\":{\"self\":[{\"href\":\"https:\\/\\/www.wpbeaverbuilder.com\\/wp-json\\/wp\\/v2\\/fl_notification\\/866002\"}],\"collection\":[{\"href\":\"https:\\/\\/www.wpbeaverbuilder.com\\/wp-json\\/wp\\/v2\\/fl_notification\"}],\"about\":[{\"href\":\"https:\\/\\/www.wpbeaverbuilder.com\\/wp-json\\/wp\\/v2\\/types\\/fl_notification\"}],\"wp:attachment\":[{\"href\":\"https:\\/\\/www.wpbeaverbuilder.com\\/wp-json\\/wp\\/v2\\/media?parent=866002\"}],\"curies\":[{\"name\":\"wp\",\"href\":\"https:\\/\\/api.w.org\\/{rel}\",\"templated\":true}]}},{\"id\":860180,\"date\":\"2023-04-19T11:06:32\",\"date_gmt\":\"2023-04-19T18:06:32\",\"guid\":{\"rendered\":\"https:\\/\\/www.wpbeaverbuilder.com\\/?post_type=fl_notification&#038;p=860180\"},\"modified\":\"2023-04-19T11:06:32\",\"modified_gmt\":\"2023-04-19T18:06:32\",\"slug\":\"new-update-5-new-features-in-beaver-builder-2-7\",\"status\":\"publish\",\"type\":\"fl_notification\",\"link\":\"https:\\/\\/www.wpbeaverbuilder.com\\/?fl_notification=new-update-5-new-features-in-beaver-builder-2-7\",\"title\":{\"rendered\":\"NEW UPDATE: 5 New Features in Beaver Builder 2.7\"},\"content\":{\"rendered\":\"<p><a href=\\\"https:\\/\\/www.wpbeaverbuilder.com\\/wp-content\\/uploads\\/2023\\/03\\/beaver-builder-2.7.jpeg\\\"><img decoding=\\\"async\\\" loading=\\\"lazy\\\" class=\\\"alignnone size-medium wp-image-857883\\\" src=\\\"https:\\/\\/www.wpbeaverbuilder.com\\/wp-content\\/uploads\\/2023\\/03\\/beaver-builder-2.7-300x169.jpeg\\\" alt=\\\"\\\" width=\\\"300\\\" height=\\\"169\\\" srcset=\\\"https:\\/\\/www.wpbeaverbuilder.com\\/wp-content\\/uploads\\/2023\\/03\\/beaver-builder-2.7-300x169.jpeg 300w, https:\\/\\/www.wpbeaverbuilder.com\\/wp-content\\/uploads\\/2023\\/03\\/beaver-builder-2.7-1024x576.jpeg 1024w, https:\\/\\/www.wpbeaverbuilder.com\\/wp-content\\/uploads\\/2023\\/03\\/beaver-builder-2.7-768x432.jpeg 768w, https:\\/\\/www.wpbeaverbuilder.com\\/wp-content\\/uploads\\/2023\\/03\\/beaver-builder-2.7-400x225.jpeg 400w, https:\\/\\/www.wpbeaverbuilder.com\\/wp-content\\/uploads\\/2023\\/03\\/beaver-builder-2.7.jpeg 1500w\\\" sizes=\\\"(max-width: 300px) 100vw, 300px\\\" \\/><\\/a><\\/p>\\n<p>We just released Beaver Builder 2.7! Learn about all the new exciting features available to you like: Updated Responsive Editing, ACF Blocks Integration, Visibility UI, and more.<\\/p>\",\"protected\":false},\"template\":\"\",\"meta\":{\"om_disable_all_campaigns\":false,\"_fl_notification\":[\"https:\\/\\/www.wpbeaverbuilder.com\\/beaver-builder-2-7\\/\"],\"_links_to\":\"\",\"_links_to_target\":\"\"},\"_links\":{\"self\":[{\"href\":\"https:\\/\\/www.wpbeaverbuilder.com\\/wp-json\\/wp\\/v2\\/fl_notification\\/860180\"}],\"collection\":[{\"href\":\"https:\\/\\/www.wpbeaverbuilder.com\\/wp-json\\/wp\\/v2\\/fl_notification\"}],\"about\":[{\"href\":\"https:\\/\\/www.wpbeaverbuilder.com\\/wp-json\\/wp\\/v2\\/types\\/fl_notification\"}],\"wp:attachment\":[{\"href\":\"https:\\/\\/www.wpbeaverbuilder.com\\/wp-json\\/wp\\/v2\\/media?parent=860180\"}],\"curies\":[{\"name\":\"wp\",\"href\":\"https:\\/\\/api.w.org\\/{rel}\",\"templated\":true}]}},{\"id\":857084,\"date\":\"2023-03-21T09:36:08\",\"date_gmt\":\"2023-03-21T16:36:08\",\"guid\":{\"rendered\":\"https:\\/\\/www.wpbeaverbuilder.com\\/?post_type=fl_notification&#038;p=857084\"},\"modified\":\"2023-03-21T09:36:08\",\"modified_gmt\":\"2023-03-21T16:36:08\",\"slug\":\"assistant-pro-community-wordpress-marketplace-for-developers-and-designers\",\"status\":\"publish\",\"type\":\"fl_notification\",\"link\":\"https:\\/\\/www.wpbeaverbuilder.com\\/?fl_notification=assistant-pro-community-wordpress-marketplace-for-developers-and-designers\",\"title\":{\"rendered\":\"Assistant Pro Community: WordPress Marketplace for Developers and Designers\"},\"content\":{\"rendered\":\"<p style=\\\"text-align: center;\\\"><a href=\\\"https:\\/\\/www.wpbeaverbuilder.com\\/wp-content\\/uploads\\/2023\\/03\\/Assistant-Pro-Community-marketplace-for-WordPress-designers-and-developers-1.jpeg\\\"><img decoding=\\\"async\\\" loading=\\\"lazy\\\" class=\\\"alignnone size-medium wp-image-856969\\\" src=\\\"https:\\/\\/www.wpbeaverbuilder.com\\/wp-content\\/uploads\\/2023\\/03\\/Assistant-Pro-Community-marketplace-for-WordPress-designers-and-developers-1-300x169.jpeg\\\" alt=\\\"Assistant Pro Community: creative marketplace for WordPress designers and developers\\\" width=\\\"300\\\" height=\\\"169\\\" srcset=\\\"https:\\/\\/www.wpbeaverbuilder.com\\/wp-content\\/uploads\\/2023\\/03\\/Assistant-Pro-Community-marketplace-for-WordPress-designers-and-developers-1-300x169.jpeg 300w, https:\\/\\/www.wpbeaverbuilder.com\\/wp-content\\/uploads\\/2023\\/03\\/Assistant-Pro-Community-marketplace-for-WordPress-designers-and-developers-1-1024x576.jpeg 1024w, https:\\/\\/www.wpbeaverbuilder.com\\/wp-content\\/uploads\\/2023\\/03\\/Assistant-Pro-Community-marketplace-for-WordPress-designers-and-developers-1-768x432.jpeg 768w, https:\\/\\/www.wpbeaverbuilder.com\\/wp-content\\/uploads\\/2023\\/03\\/Assistant-Pro-Community-marketplace-for-WordPress-designers-and-developers-1-400x225.jpeg 400w, https:\\/\\/www.wpbeaverbuilder.com\\/wp-content\\/uploads\\/2023\\/03\\/Assistant-Pro-Community-marketplace-for-WordPress-designers-and-developers-1.jpeg 1500w\\\" sizes=\\\"(max-width: 300px) 100vw, 300px\\\" \\/><\\/a><\\/p>\\n<p>We are excited to announce the launch of our\\u00a0Assistant Pro Community, a brand-new marketplace for WordPress users! Learn more in this article.<\\/p>\",\"protected\":false},\"template\":\"\",\"meta\":{\"om_disable_all_campaigns\":false,\"_fl_notification\":[\"https:\\/\\/www.wpbeaverbuilder.com\\/assistant-pro-community\\/\"],\"_links_to\":\"\",\"_links_to_target\":\"\"},\"_links\":{\"self\":[{\"href\":\"https:\\/\\/www.wpbeaverbuilder.com\\/wp-json\\/wp\\/v2\\/fl_notification\\/857084\"}],\"collection\":[{\"href\":\"https:\\/\\/www.wpbeaverbuilder.com\\/wp-json\\/wp\\/v2\\/fl_notification\"}],\"about\":[{\"href\":\"https:\\/\\/www.wpbeaverbuilder.com\\/wp-json\\/wp\\/v2\\/types\\/fl_notification\"}],\"wp:attachment\":[{\"href\":\"https:\\/\\/www.wpbeaverbuilder.com\\/wp-json\\/wp\\/v2\\/media?parent=857084\"}],\"curies\":[{\"name\":\"wp\",\"href\":\"https:\\/\\/api.w.org\\/{rel}\",\"templated\":true}]}},{\"id\":846510,\"date\":\"2023-01-23T07:22:51\",\"date_gmt\":\"2023-01-23T15:22:51\",\"guid\":{\"rendered\":\"https:\\/\\/www.wpbeaverbuilder.com\\/?post_type=fl_notification&#038;p=846510\"},\"modified\":\"2023-01-23T07:22:51\",\"modified_gmt\":\"2023-01-23T15:22:51\",\"slug\":\"beaver-builder-highlights-of-year-2022\",\"status\":\"publish\",\"type\":\"fl_notification\",\"link\":\"https:\\/\\/www.wpbeaverbuilder.com\\/?fl_notification=beaver-builder-highlights-of-year-2022\",\"title\":{\"rendered\":\"Beaver Builder Highlights of Year 2022\"},\"content\":{\"rendered\":\"<p style=\\\"text-align: center;\\\"><a href=\\\"https:\\/\\/www.wpbeaverbuilder.com\\/wp-content\\/uploads\\/2023\\/01\\/Year-2022-Highlights-scaled.jpg\\\"><img decoding=\\\"async\\\" loading=\\\"lazy\\\" class=\\\"alignnone size-medium wp-image-843059\\\" src=\\\"https:\\/\\/www.wpbeaverbuilder.com\\/wp-content\\/uploads\\/2023\\/01\\/Year-2022-Highlights-300x169.jpg\\\" alt=\\\"Year 2022 Highlights\\\" width=\\\"300\\\" height=\\\"169\\\" srcset=\\\"https:\\/\\/www.wpbeaverbuilder.com\\/wp-content\\/uploads\\/2023\\/01\\/Year-2022-Highlights-300x169.jpg 300w, https:\\/\\/www.wpbeaverbuilder.com\\/wp-content\\/uploads\\/2023\\/01\\/Year-2022-Highlights-1024x576.jpg 1024w, https:\\/\\/www.wpbeaverbuilder.com\\/wp-content\\/uploads\\/2023\\/01\\/Year-2022-Highlights-768x432.jpg 768w, https:\\/\\/www.wpbeaverbuilder.com\\/wp-content\\/uploads\\/2023\\/01\\/Year-2022-Highlights-1536x864.jpg 1536w, https:\\/\\/www.wpbeaverbuilder.com\\/wp-content\\/uploads\\/2023\\/01\\/Year-2022-Highlights-2048x1152.jpg 2048w, https:\\/\\/www.wpbeaverbuilder.com\\/wp-content\\/uploads\\/2023\\/01\\/Year-2022-Highlights-400x225.jpg 400w\\\" sizes=\\\"(max-width: 300px) 100vw, 300px\\\" \\/><\\/a><\\/p>\\n<p>Time flies by when you\\u2019re having fun! These past 12 months have been busy here at Beaver Builder. We share some of the highlights of 2022 in this article.<\\/p>\",\"protected\":false},\"template\":\"\",\"meta\":{\"om_disable_all_campaigns\":false,\"_fl_notification\":[\"https:\\/\\/www.wpbeaverbuilder.com\\/highlights-of-2022\\/\"],\"_links_to\":\"\",\"_links_to_target\":\"\"},\"_links\":{\"self\":[{\"href\":\"https:\\/\\/www.wpbeaverbuilder.com\\/wp-json\\/wp\\/v2\\/fl_notification\\/846510\"}],\"collection\":[{\"href\":\"https:\\/\\/www.wpbeaverbuilder.com\\/wp-json\\/wp\\/v2\\/fl_notification\"}],\"about\":[{\"href\":\"https:\\/\\/www.wpbeaverbuilder.com\\/wp-json\\/wp\\/v2\\/types\\/fl_notification\"}],\"wp:attachment\":[{\"href\":\"https:\\/\\/www.wpbeaverbuilder.com\\/wp-json\\/wp\\/v2\\/media?parent=846510\"}],\"curies\":[{\"name\":\"wp\",\"href\":\"https:\\/\\/api.w.org\\/{rel}\",\"templated\":true}]}},{\"id\":827220,\"date\":\"2022-11-28T11:33:55\",\"date_gmt\":\"2022-11-28T19:33:55\",\"guid\":{\"rendered\":\"https:\\/\\/www.wpbeaverbuilder.com\\/?post_type=fl_notification&#038;p=827220\"},\"modified\":\"2022-11-28T11:33:55\",\"modified_gmt\":\"2022-11-28T19:33:55\",\"slug\":\"cyber-monday-sale-25-off-sale-ends-soon\",\"status\":\"publish\",\"type\":\"fl_notification\",\"link\":\"https:\\/\\/www.wpbeaverbuilder.com\\/?fl_notification=cyber-monday-sale-25-off-sale-ends-soon\",\"title\":{\"rendered\":\"Cyber Monday Sale &#8211; 25% Off Sale Ends Soon\"},\"content\":{\"rendered\":\"<p><a href=\\\"https:\\/\\/www.wpbeaverbuilder.com\\/wp-content\\/uploads\\/2019\\/11\\/1200x628-cyber-monday-1.jpg\\\"><img decoding=\\\"async\\\" loading=\\\"lazy\\\" class=\\\"wp-image-520078 size-medium aligncenter\\\" src=\\\"https:\\/\\/www.wpbeaverbuilder.com\\/wp-content\\/uploads\\/2019\\/11\\/1200x628-cyber-monday-1-300x157.jpg\\\" alt=\\\"Beaver Builder Cyber Monday\\\" width=\\\"300\\\" height=\\\"157\\\" srcset=\\\"https:\\/\\/www.wpbeaverbuilder.com\\/wp-content\\/uploads\\/2019\\/11\\/1200x628-cyber-monday-1-300x157.jpg 300w, https:\\/\\/www.wpbeaverbuilder.com\\/wp-content\\/uploads\\/2019\\/11\\/1200x628-cyber-monday-1-768x402.jpg 768w, https:\\/\\/www.wpbeaverbuilder.com\\/wp-content\\/uploads\\/2019\\/11\\/1200x628-cyber-monday-1-1024x536.jpg 1024w, https:\\/\\/www.wpbeaverbuilder.com\\/wp-content\\/uploads\\/2019\\/11\\/1200x628-cyber-monday-1-400x209.jpg 400w, https:\\/\\/www.wpbeaverbuilder.com\\/wp-content\\/uploads\\/2019\\/11\\/1200x628-cyber-monday-1.jpg 1200w\\\" sizes=\\\"(max-width: 300px) 100vw, 300px\\\" \\/><\\/a><\\/p>\\n<p>Happy Cyber Monday! Get 25% off on Beaver Themer, Beaver Builder plans, and Upgrades. Hurry sale ends soon!<\\/p>\",\"protected\":false},\"template\":\"\",\"meta\":{\"om_disable_all_campaigns\":false,\"_fl_notification\":[\"https:\\/\\/www.wpbeaverbuilder.com\\/pricing\\/\"],\"_links_to\":\"\",\"_links_to_target\":\"\"},\"_links\":{\"self\":[{\"href\":\"https:\\/\\/www.wpbeaverbuilder.com\\/wp-json\\/wp\\/v2\\/fl_notification\\/827220\"}],\"collection\":[{\"href\":\"https:\\/\\/www.wpbeaverbuilder.com\\/wp-json\\/wp\\/v2\\/fl_notification\"}],\"about\":[{\"href\":\"https:\\/\\/www.wpbeaverbuilder.com\\/wp-json\\/wp\\/v2\\/types\\/fl_notification\"}],\"wp:attachment\":[{\"href\":\"https:\\/\\/www.wpbeaverbuilder.com\\/wp-json\\/wp\\/v2\\/media?parent=827220\"}],\"curies\":[{\"name\":\"wp\",\"href\":\"https:\\/\\/api.w.org\\/{rel}\",\"templated\":true}]}},{\"id\":822799,\"date\":\"2022-11-22T07:38:10\",\"date_gmt\":\"2022-11-22T15:38:10\",\"guid\":{\"rendered\":\"https:\\/\\/www.wpbeaverbuilder.com\\/?post_type=fl_notification&#038;p=822799\"},\"modified\":\"2022-11-22T07:38:10\",\"modified_gmt\":\"2022-11-22T15:38:10\",\"slug\":\"black-friday-week-sale-25-off-everything\",\"status\":\"publish\",\"type\":\"fl_notification\",\"link\":\"https:\\/\\/www.wpbeaverbuilder.com\\/?fl_notification=black-friday-week-sale-25-off-everything\",\"title\":{\"rendered\":\"Black Friday Week Sale &#8211; 25% Off Everything\"},\"content\":{\"rendered\":\"<p><a href=\\\"https:\\/\\/www.wpbeaverbuilder.com\\/wp-content\\/uploads\\/2022\\/11\\/1200x628-black-friday.jpg\\\"><img decoding=\\\"async\\\" loading=\\\"lazy\\\" class=\\\"size-medium wp-image-819591 aligncenter\\\" src=\\\"https:\\/\\/www.wpbeaverbuilder.com\\/wp-content\\/uploads\\/2022\\/11\\/1200x628-black-friday-300x157.jpg\\\" alt=\\\"\\\" width=\\\"300\\\" height=\\\"157\\\" srcset=\\\"https:\\/\\/www.wpbeaverbuilder.com\\/wp-content\\/uploads\\/2022\\/11\\/1200x628-black-friday-300x157.jpg 300w, https:\\/\\/www.wpbeaverbuilder.com\\/wp-content\\/uploads\\/2022\\/11\\/1200x628-black-friday-1024x536.jpg 1024w, https:\\/\\/www.wpbeaverbuilder.com\\/wp-content\\/uploads\\/2022\\/11\\/1200x628-black-friday-768x402.jpg 768w, https:\\/\\/www.wpbeaverbuilder.com\\/wp-content\\/uploads\\/2022\\/11\\/1200x628-black-friday-400x209.jpg 400w, https:\\/\\/www.wpbeaverbuilder.com\\/wp-content\\/uploads\\/2022\\/11\\/1200x628-black-friday.jpg 1200w\\\" sizes=\\\"(max-width: 300px) 100vw, 300px\\\" \\/><\\/a><\\/p>\\n<p>Happy Turkey Week! We&#8217;re offering a 25% discount on Beaver Themer, Beaver Builder plans, and Upgrades. Don&#8217;t miss out on this limited-time offer.<\\/p>\",\"protected\":false},\"template\":\"\",\"meta\":{\"om_disable_all_campaigns\":false,\"_fl_notification\":[\"https:\\/\\/www.wpbeaverbuilder.com\\/pricing\\/\"],\"_links_to\":\"\",\"_links_to_target\":\"\"},\"_links\":{\"self\":[{\"href\":\"https:\\/\\/www.wpbeaverbuilder.com\\/wp-json\\/wp\\/v2\\/fl_notification\\/822799\"}],\"collection\":[{\"href\":\"https:\\/\\/www.wpbeaverbuilder.com\\/wp-json\\/wp\\/v2\\/fl_notification\"}],\"about\":[{\"href\":\"https:\\/\\/www.wpbeaverbuilder.com\\/wp-json\\/wp\\/v2\\/types\\/fl_notification\"}],\"wp:attachment\":[{\"href\":\"https:\\/\\/www.wpbeaverbuilder.com\\/wp-json\\/wp\\/v2\\/media?parent=822799\"}],\"curies\":[{\"name\":\"wp\",\"href\":\"https:\\/\\/api.w.org\\/{rel}\",\"templated\":true}]}},{\"id\":820749,\"date\":\"2022-11-17T12:38:58\",\"date_gmt\":\"2022-11-17T20:38:58\",\"guid\":{\"rendered\":\"https:\\/\\/www.wpbeaverbuilder.com\\/?post_type=fl_notification&#038;p=820749\"},\"modified\":\"2022-11-17T12:38:58\",\"modified_gmt\":\"2022-11-17T20:38:58\",\"slug\":\"autumn-update-courses-camps-community\",\"status\":\"publish\",\"type\":\"fl_notification\",\"link\":\"https:\\/\\/www.wpbeaverbuilder.com\\/?fl_notification=autumn-update-courses-camps-community\",\"title\":{\"rendered\":\"Autumn Update &#8211; Courses, Camps, &#038; Community\"},\"content\":{\"rendered\":\"<p><img decoding=\\\"async\\\" loading=\\\"lazy\\\" class=\\\"aligncenter wp-image-820750\\\" src=\\\"https:\\/\\/www.wpbeaverbuilder.com\\/wp-content\\/uploads\\/2022\\/11\\/autum-update-notification.jpg\\\" alt=\\\"\\\" width=\\\"318\\\" height=\\\"179\\\" srcset=\\\"https:\\/\\/www.wpbeaverbuilder.com\\/wp-content\\/uploads\\/2022\\/11\\/autum-update-notification.jpg 768w, https:\\/\\/www.wpbeaverbuilder.com\\/wp-content\\/uploads\\/2022\\/11\\/autum-update-notification-300x169.jpg 300w, https:\\/\\/www.wpbeaverbuilder.com\\/wp-content\\/uploads\\/2022\\/11\\/autum-update-notification-400x225.jpg 400w\\\" sizes=\\\"(max-width: 318px) 100vw, 318px\\\" \\/><\\/p>\\n<p>Hey all! Hope you\\u2019re having a great kick-off to the holiday season. I\\u2019m genuinely thrilled to share some stories and photos from a few IRL WordPress events we attended over the last few weeks. We have some news to share about Beaver Builder, a few new courses, and the upcoming Assistant Community launch&#8230;<\\/p>\",\"protected\":false},\"template\":\"\",\"meta\":{\"om_disable_all_campaigns\":false,\"_fl_notification\":[\"https:\\/\\/www.wpbeaverbuilder.com\\/autumn-update-new-courses-wordcamps-and-community\\/\"],\"_links_to\":\"\",\"_links_to_target\":\"\"},\"_links\":{\"self\":[{\"href\":\"https:\\/\\/www.wpbeaverbuilder.com\\/wp-json\\/wp\\/v2\\/fl_notification\\/820749\"}],\"collection\":[{\"href\":\"https:\\/\\/www.wpbeaverbuilder.com\\/wp-json\\/wp\\/v2\\/fl_notification\"}],\"about\":[{\"href\":\"https:\\/\\/www.wpbeaverbuilder.com\\/wp-json\\/wp\\/v2\\/types\\/fl_notification\"}],\"wp:attachment\":[{\"href\":\"https:\\/\\/www.wpbeaverbuilder.com\\/wp-json\\/wp\\/v2\\/media?parent=820749\"}],\"curies\":[{\"name\":\"wp\",\"href\":\"https:\\/\\/api.w.org\\/{rel}\",\"templated\":true}]}},{\"id\":742570,\"date\":\"2022-09-15T13:50:38\",\"date_gmt\":\"2022-09-15T20:50:38\",\"guid\":{\"rendered\":\"https:\\/\\/www.wpbeaverbuilder.com\\/?post_type=fl_notification&#038;p=742570\"},\"modified\":\"2022-09-22T15:41:40\",\"modified_gmt\":\"2022-09-22T22:41:40\",\"slug\":\"learn-whats-new-in-beaver-builder-2-6\",\"status\":\"publish\",\"type\":\"fl_notification\",\"link\":\"https:\\/\\/www.wpbeaverbuilder.com\\/?fl_notification=learn-whats-new-in-beaver-builder-2-6\",\"title\":{\"rendered\":\"Learn What&#8217;s New in Beaver Builder 2.6\"},\"content\":{\"rendered\":\"<p><a href=\\\"https:\\/\\/www.wpbeaverbuilder.com\\/wp-content\\/uploads\\/2022\\/08\\/whats-new-in-beaver-builder-2.6.png\\\"><img decoding=\\\"async\\\" loading=\\\"lazy\\\" class=\\\"size-medium wp-image-735956 aligncenter\\\" src=\\\"https:\\/\\/www.wpbeaverbuilder.com\\/wp-content\\/uploads\\/2022\\/08\\/whats-new-in-beaver-builder-2.6-300x169.png\\\" alt=\\\"\\\" width=\\\"300\\\" height=\\\"169\\\" srcset=\\\"https:\\/\\/www.wpbeaverbuilder.com\\/wp-content\\/uploads\\/2022\\/08\\/whats-new-in-beaver-builder-2.6-300x169.png 300w, https:\\/\\/www.wpbeaverbuilder.com\\/wp-content\\/uploads\\/2022\\/08\\/whats-new-in-beaver-builder-2.6-1024x576.png 1024w, https:\\/\\/www.wpbeaverbuilder.com\\/wp-content\\/uploads\\/2022\\/08\\/whats-new-in-beaver-builder-2.6-768x432.png 768w, https:\\/\\/www.wpbeaverbuilder.com\\/wp-content\\/uploads\\/2022\\/08\\/whats-new-in-beaver-builder-2.6-400x225.png 400w, https:\\/\\/www.wpbeaverbuilder.com\\/wp-content\\/uploads\\/2022\\/08\\/whats-new-in-beaver-builder-2.6.png 1500w\\\" sizes=\\\"(max-width: 300px) 100vw, 300px\\\" \\/><\\/a><\\/p>\\n<p>Exciting news! Beaver Builder v2.6 is here:<\\/p>\\n<div class=\\\"l7ghb35v kjdc1dyq kmwttqpk gh25dzvf jikcssrz n3t5jt4f\\\">\\n<ul>\\n<li dir=\\\"auto\\\">Read the blog post: <a class=\\\"qi72231t nu7423ey n3hqoq4p r86q59rh b3qcqh3k fq87ekyn bdao358l fsf7x5fv rse6dlih s5oniofx m8h3af8h l7ghb35v kjdc1dyq kmwttqpk srn514ro oxkhqvkx rl78xhln nch0832m cr00lzj9 rn8ck1ys s3jn8y49 icdlwmnq cxfqmxzd ezidihy3\\\" tabindex=\\\"0\\\" role=\\\"link\\\" href=\\\"https:\\/\\/www.wpbeaverbuilder.com\\/beaver-builder-2-6\\/?fbclid=IwAR1tpN6LLnNI4bHIu0RcQNjlj_Paz2nNXJvrTFd6cHOj-0Mq-4iJP1R44vQ\\\" target=\\\"_blank\\\" rel=\\\"nofollow noopener\\\">https:\\/\\/www.wpbeaverbuilder.com\\/beaver-builder-2-6\\/<\\/a><\\/li>\\n<li dir=\\\"auto\\\">Watch the video: <a class=\\\"qi72231t nu7423ey n3hqoq4p r86q59rh b3qcqh3k fq87ekyn bdao358l fsf7x5fv rse6dlih s5oniofx m8h3af8h l7ghb35v kjdc1dyq kmwttqpk srn514ro oxkhqvkx rl78xhln nch0832m cr00lzj9 rn8ck1ys s3jn8y49 icdlwmnq cxfqmxzd ezidihy3\\\" tabindex=\\\"0\\\" role=\\\"link\\\" href=\\\"https:\\/\\/www.youtube.com\\/watch?v=XbjEZFcDjpA&amp;fbclid=IwAR207GAM3r8vXS4TgkRPYd4YPSUHVqvaqER5tysvEzx0-NpZFB4JAgrrsmA\\\" target=\\\"_blank\\\" rel=\\\"nofollow noopener\\\">https:\\/\\/www.youtube.com\\/watch?v=XbjEZFcDjpA<\\/a><\\/li>\\n<\\/ul>\\n<\\/div>\\n<div class=\\\"l7ghb35v kjdc1dyq kmwttqpk gh25dzvf jikcssrz n3t5jt4f\\\">\\n<div dir=\\\"auto\\\"><\\/div>\\n<div dir=\\\"auto\\\">The update contains new micro landing templates, the ability to work with reusable blocks on BB pages, QoL improvements like a search bar in the saved content tab, and so much more!<\\/div>\\n<\\/div>\",\"protected\":false},\"template\":\"\",\"meta\":{\"om_disable_all_campaigns\":false,\"_fl_notification\":[\"https:\\/\\/www.wpbeaverbuilder.com\\/beaver-builder-2-6\\/\"],\"_links_to\":\"\",\"_links_to_target\":\"\"},\"_links\":{\"self\":[{\"href\":\"https:\\/\\/www.wpbeaverbuilder.com\\/wp-json\\/wp\\/v2\\/fl_notification\\/742570\"}],\"collection\":[{\"href\":\"https:\\/\\/www.wpbeaverbuilder.com\\/wp-json\\/wp\\/v2\\/fl_notification\"}],\"about\":[{\"href\":\"https:\\/\\/www.wpbeaverbuilder.com\\/wp-json\\/wp\\/v2\\/types\\/fl_notification\"}],\"wp:attachment\":[{\"href\":\"https:\\/\\/www.wpbeaverbuilder.com\\/wp-json\\/wp\\/v2\\/media?parent=742570\"}],\"curies\":[{\"name\":\"wp\",\"href\":\"https:\\/\\/api.w.org\\/{rel}\",\"templated\":true}]}},{\"id\":662226,\"date\":\"2022-02-10T13:40:13\",\"date_gmt\":\"2022-02-10T21:40:13\",\"guid\":{\"rendered\":\"https:\\/\\/www.wpbeaverbuilder.com\\/?post_type=fl_notification&#038;p=662226\"},\"modified\":\"2022-02-17T09:40:56\",\"modified_gmt\":\"2022-02-17T17:40:56\",\"slug\":\"free-beaver-builder-courses\",\"status\":\"publish\",\"type\":\"fl_notification\",\"link\":\"https:\\/\\/www.wpbeaverbuilder.com\\/?fl_notification=free-beaver-builder-courses\",\"title\":{\"rendered\":\"Free Beaver Builder Courses\"},\"content\":{\"rendered\":\"<p><a href=\\\"https:\\/\\/www.wpbeaverbuilder.com\\/wp-content\\/uploads\\/2022\\/02\\/Beaver-Builder-Courses.png\\\"><img decoding=\\\"async\\\" loading=\\\"lazy\\\" class=\\\"wp-image-662230 aligncenter\\\" src=\\\"https:\\/\\/www.wpbeaverbuilder.com\\/wp-content\\/uploads\\/2022\\/02\\/Beaver-Builder-Courses.png\\\" alt=\\\"\\\" width=\\\"318\\\" height=\\\"192\\\" srcset=\\\"https:\\/\\/www.wpbeaverbuilder.com\\/wp-content\\/uploads\\/2022\\/02\\/Beaver-Builder-Courses.png 1455w, https:\\/\\/www.wpbeaverbuilder.com\\/wp-content\\/uploads\\/2022\\/02\\/Beaver-Builder-Courses-300x181.png 300w, https:\\/\\/www.wpbeaverbuilder.com\\/wp-content\\/uploads\\/2022\\/02\\/Beaver-Builder-Courses-1024x618.png 1024w, https:\\/\\/www.wpbeaverbuilder.com\\/wp-content\\/uploads\\/2022\\/02\\/Beaver-Builder-Courses-768x463.png 768w, https:\\/\\/www.wpbeaverbuilder.com\\/wp-content\\/uploads\\/2022\\/02\\/Beaver-Builder-Courses-400x241.png 400w\\\" sizes=\\\"(max-width: 318px) 100vw, 318px\\\" \\/><\\/a><\\/p>\\n<p>Hey Beaver Builders! We&#8217;re excited to announce our new course platform. There are 6 FREE courses available for you to check out. You can create a free account today. Learn more&#8230;<\\/p>\",\"protected\":false},\"template\":\"\",\"meta\":{\"om_disable_all_campaigns\":false,\"_fl_notification\":[\"https:\\/\\/courses.wpbeaverbuilder.com\\/\"],\"_links_to\":\"\",\"_links_to_target\":\"\"},\"_links\":{\"self\":[{\"href\":\"https:\\/\\/www.wpbeaverbuilder.com\\/wp-json\\/wp\\/v2\\/fl_notification\\/662226\"}],\"collection\":[{\"href\":\"https:\\/\\/www.wpbeaverbuilder.com\\/wp-json\\/wp\\/v2\\/fl_notification\"}],\"about\":[{\"href\":\"https:\\/\\/www.wpbeaverbuilder.com\\/wp-json\\/wp\\/v2\\/types\\/fl_notification\"}],\"wp:attachment\":[{\"href\":\"https:\\/\\/www.wpbeaverbuilder.com\\/wp-json\\/wp\\/v2\\/media?parent=662226\"}],\"curies\":[{\"name\":\"wp\",\"href\":\"https:\\/\\/api.w.org\\/{rel}\",\"templated\":true}]}}]\";}','no');
INSERT INTO `wplc_options` VALUES (498,'mainwp_child_uniqueId','8oXfW1Vk','no');
INSERT INTO `wplc_options` VALUES (499,'cleantalk_cron_pid','448483903','yes');
INSERT INTO `wplc_options` VALUES (501,'spbc_cron_id','1750290508','yes');
INSERT INTO `wplc_options` VALUES (502,'spbc_data','a:40:{s:11:\"key_changed\";b:0;s:14:\"plugin_version\";s:5:\"2.110\";s:10:\"user_token\";s:64:\"a45a1e05aa3a9eda10aa661a00efeaf6cd525b549d826587685dad07da15aac8\";s:9:\"key_is_ok\";b:1;s:8:\"moderate\";i:0;s:14:\"logs_last_sent\";i:1674039663;s:22:\"last_sent_events_count\";i:1;s:11:\"notice_show\";i:1;s:12:\"notice_renew\";i:1;s:12:\"notice_trial\";i:0;s:13:\"notice_review\";i:0;s:10:\"service_id\";i:1177944;s:13:\"license_trial\";i:0;s:15:\"account_name_ob\";s:27:\"ftga****@ticket.ftghost.net\";s:4:\"salt\";s:18:\"703291105666579489\";s:13:\"extra_package\";a:1:{s:12:\"backend_logs\";i:0;}s:7:\"scanner\";a:19:{s:21:\"last_signature_update\";i:1685379193;s:15:\"last_wp_version\";s:5:\"6.1.1\";s:4:\"cron\";a:3:{s:5:\"state\";s:10:\"get_hashes\";s:13:\"total_scanned\";i:0;s:6:\"offset\";i:0;}s:5:\"cured\";a:0:{}s:11:\"last_backup\";i:0;s:9:\"last_scan\";i:1677150958;s:15:\"signature_count\";i:721;s:20:\"scan_start_timestamp\";i:1677258988;s:18:\"checksums_count_ct\";i:4901;s:13:\"scanned_total\";i:0;s:18:\"scanned_site_pages\";i:0;s:16:\"total_site_pages\";i:12;s:11:\"files_total\";i:20789;s:9:\"last_sent\";i:1677150958;s:21:\"scan_finish_timestamp\";i:1677172558;s:16:\"last_scan_amount\";i:0;s:20:\"last_scan__front_end\";i:1680294773;s:21:\"first_scan__front_end\";i:0;s:24:\"scanner_start_local_date\";N;}s:6:\"errors\";a:1:{s:4:\"cron\";a:0:{}}s:17:\"last_php_log_sent\";i:1675364195;s:8:\"2fa_keys\";a:0:{}s:28:\"current_settings_template_id\";N;s:30:\"current_settings_template_name\";N;s:13:\"ms__key_tries\";i:0;s:18:\"unsafe_permissions\";a:2:{s:5:\"files\";a:0:{}s:4:\"dirs\";a:0:{}}s:21:\"secfw_data_files_info\";a:1:{i:0;s:2:\"32\";}s:24:\"display_scanner_warnings\";a:5:{s:8:\"critical\";b:1;s:8:\"frontend\";b:1;s:8:\"analysis\";b:0;s:17:\"analysis_all_safe\";b:1;s:17:\"warn_on_admin_bar\";b:1;}s:26:\"site_utc_offset_in_seconds\";i:-18000;s:15:\"wl_mode_enabled\";b:0;s:15:\"wl_company_name\";s:9:\"CleanTalk\";s:12:\"wl_brandname\";s:21:\"Security by CleanTalk\";s:6:\"wl_url\";s:22:\"https://cleantalk.org/\";s:14:\"wl_support_faq\";s:62:\"https://wordpress.org/support/plugin/security-malware-firewall\";s:14:\"wl_support_url\";s:62:\"https://wordpress.org/support/plugin/security-malware-firewall\";s:16:\"wl_support_email\";s:21:\"support@cleantalk.org\";s:18:\"fw__custom_message\";s:0:\"\";s:27:\"fw__append_standard_message\";b:1;s:18:\"notice_auto_update\";i:0;s:16:\"auto_update_app \";i:0;s:19:\"last_php_log_amount\";i:1;s:7:\"user_id\";i:656754;}','yes');
INSERT INTO `wplc_options` VALUES (504,'wpforms_email_summaries_fetch_info_blocks_last_run','1705716456','yes');
INSERT INTO `wplc_options` VALUES (509,'wp_mail_smtp_notifications','a:4:{s:6:\"update\";i:1705894205;s:4:\"feed\";a:1:{i:0;a:6:{s:5:\"title\";s:33:\"Instant Alerts for Email Failures\";s:7:\"content\";s:269:\"Your website emails are critical. If they stop working, wouldn\'t you want to know? With WP Mail SMTP Pro, you can get immediate alerts if there’s a problem sending emails from your site. Get notified via email, SMS, Slack, or webhooks - whatever works best for you!\r\n\";s:4:\"type\";a:1:{i:0;s:4:\"lite\";}s:2:\"id\";i:29;s:4:\"btns\";a:2:{s:4:\"main\";a:2:{s:3:\"url\";s:176:\"https://wpmailsmtp.com/introducing-wp-mail-smtp-3-5-alert-notifications-are-here/?utm_source=WordPress&utm_campaign=liteplugin&utm_medium=Plugin Notification&utm_content=Alerts\";s:4:\"text\";s:10:\"Learn More\";}s:3:\"alt\";a:2:{s:3:\"url\";s:142:\"https://wpmailsmtp.com/wpmailsmtp-lite-upgrade/?utm_source=WordPress&utm_medium=liteplugin&utm_campaign=Plugin Notification&utm_content=Alerts\";s:4:\"text\";s:14:\"Upgrade to Pro\";}}s:5:\"start\";s:19:\"2022-08-29 00:00:00\";}}s:6:\"events\";a:0:{}s:9:\"dismissed\";a:0:{}}','yes');
INSERT INTO `wplc_options` VALUES (510,'wpforms_notifications','a:4:{s:4:\"feed\";a:1:{i:0;a:6:{s:5:\"title\";s:32:\"This is not your average update!\";s:7:\"content\";s:411:\"<p>Our new Calculations addon offers endless possibilities for creating unique, realtime calculator forms. Provide custom quotes, add variable shipping fees, create bulk discounts, and much more!</p>\r\n\r\n<p>We’ve made it easy to create simple calculations or complex, advanced formulas right in the form builder.</p>\r\n\r\n<p>As a valued Pro/Elite customer, the Calculations addon is available to install now!</p>\";s:4:\"type\";a:3:{i:0;s:5:\"elite\";i:1;s:3:\"pro\";i:2;s:8:\"ultimate\";}s:2:\"id\";i:229;s:4:\"btns\";a:2:{s:4:\"main\";a:2:{s:3:\"url\";s:188:\"https://wpforms.com/introducing-new-wpforms-calculations-addon/?utm_source=WordPress&utm_campaign=plugin&utm_medium=Plugin Notification&utm_content=WPForms Calculations ProElite Learn More\";s:4:\"text\";s:10:\"Learn More\";}s:3:\"alt\";a:2:{s:3:\"url\";s:170:\"https://wpforms.com/docs/calculations-addon/?utm_source=WordPress&utm_campaign=plugin&utm_medium=Plugin Notification&utm_content=WPForms Calculations ProElite Get Started\";s:4:\"text\";s:11:\"Get Started\";}}s:5:\"start\";s:19:\"2023-11-01 00:00:00\";}}s:6:\"events\";a:4:{s:15:\"join-vip-circle\";a:5:{s:2:\"id\";s:15:\"join-vip-circle\";s:5:\"title\";s:27:\"Want to Be a VIP? Join Now!\";s:7:\"content\";s:326:\"Running a WordPress site can be challenging. But help is just around the corner! Our Facebook group contains tons of tips and help to get your business growing! When you join our VIP Circle, you’ll get instant access to tips, tricks, and answers from a community of loyal WPForms users. Best of all, membership is 100% free!\";s:4:\"btns\";a:1:{s:4:\"main\";a:2:{s:3:\"url\";s:43:\"https://www.facebook.com/groups/wpformsvip/\";s:4:\"text\";s:8:\"Join Now\";}}s:5:\"start\";s:19:\"2023-07-02 13:15:02\";}s:14:\"survey-reports\";a:5:{s:2:\"id\";s:14:\"survey-reports\";s:5:\"title\";s:46:\"Want to Know What Your Customers Really Think?\";s:7:\"content\";s:334:\"Nothing beats real feedback from your customers and visitors. That’s why many small businesses love our awesome Surveys and Polls addon. Instantly unlock full survey reporting right in your WordPress dashboard. And don’t forget: building a survey is easy with our pre-made templates, so you could get started within a few minutes!\";s:4:\"btns\";a:2:{s:4:\"main\";a:1:{s:7:\"license\";a:5:{s:4:\"lite\";a:2:{s:3:\"url\";s:174:\"https://wpforms.com/lite-upgrade/?utm_source=WordPress&utm_medium=Event%20Notification&utm_campaign=plugin&utm_content=Surveys%20and%20Polls%20Upgrade%20Lite&utm_locale=en_US\";s:4:\"text\";s:11:\"Upgrade Now\";}s:5:\"basic\";a:2:{s:3:\"url\";s:162:\"https://wpforms.com/account/licenses/?utm_source=WordPress&utm_medium=Event%20Notification&utm_campaign=plugin&utm_content=Surveys%20and%20Polls%20Upgrade%20Basic\";s:4:\"text\";s:11:\"Upgrade Now\";}s:4:\"plus\";a:2:{s:3:\"url\";s:162:\"https://wpforms.com/account/licenses/?utm_source=WordPress&utm_medium=Event%20Notification&utm_campaign=plugin&utm_content=Surveys%20and%20Polls%20Upgrade%20Basic\";s:4:\"text\";s:11:\"Upgrade Now\";}s:3:\"pro\";a:2:{s:3:\"url\";s:67:\"https://www.dubdelivery.club/wp-admin/admin.php?page=wpforms-addons\";s:4:\"text\";s:11:\"Install Now\";}s:5:\"elite\";a:2:{s:3:\"url\";s:67:\"https://www.dubdelivery.club/wp-admin/admin.php?page=wpforms-addons\";s:4:\"text\";s:11:\"Install Now\";}}}s:3:\"alt\";a:2:{s:3:\"url\";s:198:\"https://wpforms.com/docs/how-to-install-and-use-the-surveys-and-polls-addon/?utm_source=WordPress&utm_medium=Event%20Notification&utm_campaign=plugin&utm_content=Surveys%20and%20Polls%20Learn%20More\";s:4:\"text\";s:10:\"Learn More\";}}s:5:\"start\";s:19:\"2023-07-17 13:15:02\";}s:16:\"form-abandonment\";a:5:{s:2:\"id\";s:16:\"form-abandonment\";s:5:\"title\";s:31:\"Get More Leads From Your Forms!\";s:7:\"content\";s:363:\"Are your forms converting fewer visitors than you hoped? Often, visitors quit forms partway through. That can prevent you from getting all the leads you deserve to capture. With our Form Abandonment addon, you can capture partial entries even if your visitor didn’t hit Submit! From there, it’s easy to follow up with leads and turn them into loyal customers.\";s:4:\"btns\";a:2:{s:4:\"main\";a:1:{s:7:\"license\";a:5:{s:4:\"lite\";a:2:{s:3:\"url\";s:171:\"https://wpforms.com/lite-upgrade/?utm_source=WordPress&utm_medium=Event%20Notification&utm_campaign=plugin&utm_content=Form%20Abandonment%20Upgrade%20Lite&utm_locale=en_US\";s:4:\"text\";s:11:\"Upgrade Now\";}s:5:\"basic\";a:2:{s:3:\"url\";s:159:\"https://wpforms.com/account/licenses/?utm_source=WordPress&utm_medium=Event%20Notification&utm_campaign=plugin&utm_content=Form%20Abandonment%20Upgrade%20Basic\";s:4:\"text\";s:11:\"Upgrade Now\";}s:4:\"plus\";a:2:{s:3:\"url\";s:159:\"https://wpforms.com/account/licenses/?utm_source=WordPress&utm_medium=Event%20Notification&utm_campaign=plugin&utm_content=Form%20Abandonment%20Upgrade%20Basic\";s:4:\"text\";s:11:\"Upgrade Now\";}s:3:\"pro\";a:2:{s:3:\"url\";s:67:\"https://www.dubdelivery.club/wp-admin/admin.php?page=wpforms-addons\";s:4:\"text\";s:11:\"Install Now\";}s:5:\"elite\";a:2:{s:3:\"url\";s:67:\"https://www.dubdelivery.club/wp-admin/admin.php?page=wpforms-addons\";s:4:\"text\";s:11:\"Install Now\";}}}s:3:\"alt\";a:2:{s:3:\"url\";s:197:\"https://wpforms.com/docs/how-to-install-and-use-form-abandonment-with-wpforms/?utm_source=WordPress&utm_medium=Event%20Notification&utm_campaign=plugin&utm_content=Form%20Abandonment%20Learn%20More\";s:4:\"text\";s:10:\"Learn More\";}}s:5:\"start\";s:19:\"2023-08-01 13:15:02\";}s:5:\"ideas\";a:5:{s:2:\"id\";s:5:\"ideas\";s:5:\"title\";s:36:\"What’s Your Dream WPForms Feature?\";s:7:\"content\";s:288:\"If you could add just one feature to WPForms, what would it be? We want to know! Our team is busy surveying valued customers like you as we plan the year ahead. We’d love to know which features would take your business to the next level! Do you have a second to share your idea with us?\";s:4:\"btns\";a:1:{s:4:\"main\";a:2:{s:3:\"url\";s:36:\"https://wpforms.com/share-your-idea/\";s:4:\"text\";s:15:\"Share Your Idea\";}}s:5:\"start\";s:19:\"2023-09-30 13:15:02\";}}s:9:\"dismissed\";a:0:{}s:6:\"update\";i:1705537514;}','yes');
INSERT INTO `wplc_options` VALUES (600,'widget_recent-comments','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes');
INSERT INTO `wplc_options` VALUES (601,'widget_recent-posts','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes');
INSERT INTO `wplc_options` VALUES (611,'current_theme','Hello Elementor','yes');
INSERT INTO `wplc_options` VALUES (612,'theme_mods_bb-theme-child','a:114:{i:0;b:0;s:24:\"fl-body-font-size_medium\";s:2:\"14\";s:24:\"fl-body-font-size_mobile\";s:2:\"14\";s:26:\"fl-button-font-size_medium\";s:2:\"16\";s:26:\"fl-button-font-size_mobile\";s:2:\"16\";s:28:\"fl-button-line-height_medium\";s:3:\"1.2\";s:28:\"fl-button-line-height_mobile\";s:3:\"1.2\";s:26:\"fl-body-line-height_medium\";s:4:\"1.45\";s:26:\"fl-body-line-height_mobile\";s:4:\"1.45\";s:22:\"fl-h1-font-size_medium\";s:2:\"36\";s:22:\"fl-h1-font-size_mobile\";s:2:\"36\";s:24:\"fl-h1-line-height_medium\";s:3:\"1.4\";s:24:\"fl-h1-line-height_mobile\";s:3:\"1.4\";s:27:\"fl-h1-letter-spacing_medium\";s:1:\"0\";s:27:\"fl-h1-letter-spacing_mobile\";s:1:\"0\";s:22:\"fl-h2-font-size_medium\";s:2:\"30\";s:22:\"fl-h2-font-size_mobile\";s:2:\"30\";s:24:\"fl-h2-line-height_medium\";s:3:\"1.4\";s:24:\"fl-h2-line-height_mobile\";s:3:\"1.4\";s:27:\"fl-h2-letter-spacing_medium\";s:1:\"0\";s:27:\"fl-h2-letter-spacing_mobile\";s:1:\"0\";s:22:\"fl-h3-font-size_medium\";s:2:\"24\";s:22:\"fl-h3-font-size_mobile\";s:2:\"24\";s:24:\"fl-h3-line-height_medium\";s:3:\"1.4\";s:24:\"fl-h3-line-height_mobile\";s:3:\"1.4\";s:27:\"fl-h3-letter-spacing_medium\";s:1:\"0\";s:27:\"fl-h3-letter-spacing_mobile\";s:1:\"0\";s:22:\"fl-h4-font-size_medium\";s:2:\"18\";s:22:\"fl-h4-font-size_mobile\";s:2:\"18\";s:24:\"fl-h4-line-height_medium\";s:3:\"1.4\";s:24:\"fl-h4-line-height_mobile\";s:3:\"1.4\";s:27:\"fl-h4-letter-spacing_medium\";s:1:\"0\";s:27:\"fl-h4-letter-spacing_mobile\";s:1:\"0\";s:22:\"fl-h5-font-size_medium\";s:2:\"14\";s:22:\"fl-h5-font-size_mobile\";s:2:\"14\";s:24:\"fl-h5-line-height_medium\";s:3:\"1.4\";s:24:\"fl-h5-line-height_mobile\";s:3:\"1.4\";s:27:\"fl-h5-letter-spacing_medium\";s:1:\"0\";s:27:\"fl-h5-letter-spacing_mobile\";s:1:\"0\";s:22:\"fl-h6-font-size_medium\";s:2:\"12\";s:22:\"fl-h6-font-size_mobile\";s:2:\"12\";s:24:\"fl-h6-line-height_medium\";s:3:\"1.4\";s:24:\"fl-h6-line-height_mobile\";s:3:\"1.4\";s:27:\"fl-h6-letter-spacing_medium\";s:1:\"0\";s:27:\"fl-h6-letter-spacing_mobile\";s:1:\"0\";s:37:\"fl-hamburger-icon-top-position_medium\";s:2:\"24\";s:37:\"fl-hamburger-icon-top-position_mobile\";s:2:\"24\";s:18:\"fl-topbar-bg-color\";s:7:\"#ffffff\";s:20:\"fl-topbar-text-color\";s:7:\"#000000\";s:20:\"fl-topbar-link-color\";s:7:\"#428bca\";s:21:\"fl-topbar-hover-color\";s:7:\"#428bca\";s:18:\"fl-header-bg-color\";s:7:\"#ffffff\";s:20:\"fl-header-text-color\";s:7:\"#000000\";s:20:\"fl-header-link-color\";s:7:\"#428bca\";s:21:\"fl-header-hover-color\";s:7:\"#428bca\";s:15:\"fl-nav-bg-color\";s:7:\"#ffffff\";s:17:\"fl-nav-text-color\";s:7:\"#000000\";s:17:\"fl-nav-link-color\";s:7:\"#428bca\";s:18:\"fl-nav-hover-color\";s:7:\"#428bca\";s:26:\"fl-footer-widgets-bg-color\";s:7:\"#ffffff\";s:28:\"fl-footer-widgets-text-color\";s:7:\"#000000\";s:28:\"fl-footer-widgets-link-color\";s:7:\"#428bca\";s:29:\"fl-footer-widgets-hover-color\";s:7:\"#428bca\";s:18:\"fl-footer-bg-color\";s:7:\"#ffffff\";s:20:\"fl-footer-text-color\";s:7:\"#000000\";s:20:\"fl-footer-link-color\";s:7:\"#428bca\";s:21:\"fl-footer-hover-color\";s:7:\"#428bca\";s:18:\"fl-nav-font-family\";s:9:\"Helvetica\";s:18:\"fl-nav-font-weight\";s:3:\"400\";s:18:\"fl-nav-font-format\";s:4:\"none\";s:16:\"fl-nav-font-size\";s:2:\"14\";s:18:\"nav_menu_locations\";a:1:{s:6:\"header\";i:7;}s:18:\"custom_css_post_id\";i:906;s:16:\"fl-header-layout\";s:4:\"none\";s:25:\"fl-footer-widgets-display\";s:8:\"disabled\";s:16:\"fl-footer-layout\";s:4:\"none\";s:15:\"fl-h1-font-size\";s:2:\"55\";s:15:\"fl-h2-font-size\";s:2:\"50\";s:15:\"fl-h3-font-size\";s:2:\"45\";s:15:\"fl-h4-font-size\";s:2:\"40\";s:15:\"fl-h5-font-size\";s:2:\"35\";s:15:\"fl-h6-font-size\";s:2:\"30\";s:17:\"fl-body-font-size\";s:2:\"20\";s:21:\"fl-heading-text-color\";s:7:\"#050609\";s:18:\"fl-body-text-color\";s:7:\"#3d3d3d\";s:19:\"fl-body-font-family\";s:6:\"Ubuntu\";s:19:\"fl-body-font-weight\";s:3:\"400\";s:22:\"fl-heading-font-family\";s:6:\"Oswald\";s:22:\"fl-heading-font-weight\";s:3:\"400\";s:17:\"fl-h1-line-height\";s:3:\"1.1\";s:17:\"fl-h2-line-height\";s:3:\"1.1\";s:17:\"fl-h3-line-height\";s:3:\"1.1\";s:17:\"fl-h4-line-height\";s:3:\"1.1\";s:17:\"fl-h5-line-height\";s:3:\"1.1\";s:17:\"fl-h6-line-height\";s:3:\"1.1\";s:19:\"fl-body-line-height\";s:4:\"1.25\";s:15:\"fl-button-style\";s:6:\"custom\";s:15:\"fl-button-color\";s:7:\"#000000\";s:21:\"fl-button-hover-color\";s:7:\"#89fc00\";s:26:\"fl-button-background-color\";s:7:\"#89fc00\";s:32:\"fl-button-background-hover-color\";s:7:\"#000000\";s:21:\"fl-button-font-family\";s:9:\"Nova Flat\";s:21:\"fl-button-font-weight\";s:3:\"400\";s:19:\"fl-button-font-size\";s:2:\"20\";s:22:\"fl-button-border-style\";s:5:\"solid\";s:22:\"fl-button-border-width\";s:1:\"1\";s:23:\"fl-button-border-radius\";s:2:\"10\";s:22:\"fl-button-border-color\";s:7:\"#89fc00\";s:28:\"fl-button-border-hover-color\";s:7:\"#89fc00\";s:9:\"fl-accent\";s:7:\"#89fc00\";s:15:\"fl-accent-hover\";s:7:\"#89fc00\";s:15:\"fl-fixed-header\";s:6:\"hidden\";s:22:\"fl-heading-font-format\";s:4:\"none\";s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1701741911;s:4:\"data\";a:7:{s:19:\"wp_inactive_widgets\";a:0:{}s:12:\"blog-sidebar\";a:3:{i:0;s:7:\"block-2\";i:1;s:7:\"block-3\";i:2;s:7:\"block-4\";}s:10:\"footer-col\";a:2:{i:0;s:7:\"block-5\";i:1;s:7:\"block-6\";}s:12:\"footer-col-2\";a:0:{}s:12:\"footer-col-3\";a:0:{}s:12:\"footer-col-4\";a:0:{}s:17:\"after-post-widget\";a:0:{}}}}','yes');
INSERT INTO `wplc_options` VALUES (613,'theme_switched','','yes');
INSERT INTO `wplc_options` VALUES (614,'fl_theme_css_key-skin','6537eadfba944','yes');
INSERT INTO `wplc_options` VALUES (615,'_fl_automator_version','1.7.14','yes');
INSERT INTO `wplc_options` VALUES (616,'fl_theme_css_key-editor','656e857480413','yes');
INSERT INTO `wplc_options` VALUES (619,'fl_theme_css_key-customizer','656e857493ecc','yes');
INSERT INTO `wplc_options` VALUES (641,'fl_builder_recent_fonts','a:2:{s:0:\"\";s:3:\"400\";s:10:\"Montserrat\";s:7:\"regular\";}','no');
INSERT INTO `wplc_options` VALUES (646,'_fl_builder_color_presets','a:9:{i:0;s:7:\"#ffffff\";i:1;s:19:\"rgba(25,25,25,0.85)\";i:2;s:7:\"#7d7c7a\";i:3;s:7:\"#1f01b9\";i:4;s:7:\"#89fc00\";i:5;s:7:\"#000000\";i:6;s:21:\"rgba(217,217,217,0.3)\";i:7;s:16:\"rgba(0,0,0,0.85)\";i:8;s:7:\"#111111\";}','no');
INSERT INTO `wplc_options` VALUES (677,'WPLANG','','yes');
INSERT INTO `wplc_options` VALUES (678,'new_admin_email','ftgadmin@ticket.ftghost.net','yes');
INSERT INTO `wplc_options` VALUES (679,'bsf_analytics_optin','no','yes');
INSERT INTO `wplc_options` VALUES (788,'fl_plugin_recent_icons','a:11:{i:0;s:32:\"ua-icon ua-icon-arrow-long-right\";i:1;s:11:\"fas fa-star\";i:2;s:11:\"fas fa-user\";i:3;s:17:\"fas fa-arrow-down\";i:4;s:11:\"fas fa-mask\";i:5;s:11:\"fas fa-plus\";i:6;s:11:\"fas fa-leaf\";i:7;s:29:\"ua-icon ua-icon-shopping-cart\";i:8;s:15:\"fas fa-box-open\";i:9;s:35:\"ua-icon ua-icon-icon-116-lock-open2\";i:10;s:12:\"fas fa-truck\";}','yes');
INSERT INTO `wplc_options` VALUES (848,'nav_menu_options','a:2:{i:0;b:0;s:8:\"auto_add\";a:0:{}}','yes');
INSERT INTO `wplc_options` VALUES (869,'woocommerce_schema_version','430','yes');
INSERT INTO `wplc_options` VALUES (870,'woocommerce_store_address','280 Vernon Drive','yes');
INSERT INTO `wplc_options` VALUES (871,'woocommerce_store_address_2','Unit 1','yes');
INSERT INTO `wplc_options` VALUES (872,'woocommerce_store_city','Harrisburg','yes');
INSERT INTO `wplc_options` VALUES (873,'woocommerce_default_country','US:SD','yes');
INSERT INTO `wplc_options` VALUES (874,'woocommerce_store_postcode','57032','yes');
INSERT INTO `wplc_options` VALUES (875,'woocommerce_allowed_countries','specific','yes');
INSERT INTO `wplc_options` VALUES (876,'woocommerce_all_except_countries','a:0:{}','yes');
INSERT INTO `wplc_options` VALUES (877,'woocommerce_specific_allowed_countries','a:1:{i:0;s:2:\"US\";}','yes');
INSERT INTO `wplc_options` VALUES (878,'woocommerce_ship_to_countries','','yes');
INSERT INTO `wplc_options` VALUES (879,'woocommerce_specific_ship_to_countries','a:0:{}','yes');
INSERT INTO `wplc_options` VALUES (880,'woocommerce_default_customer_address','base','yes');
INSERT INTO `wplc_options` VALUES (881,'woocommerce_calc_taxes','yes','yes');
INSERT INTO `wplc_options` VALUES (882,'woocommerce_enable_coupons','yes','yes');
INSERT INTO `wplc_options` VALUES (883,'woocommerce_calc_discounts_sequentially','no','no');
INSERT INTO `wplc_options` VALUES (884,'woocommerce_currency','USD','yes');
INSERT INTO `wplc_options` VALUES (885,'woocommerce_currency_pos','left','yes');
INSERT INTO `wplc_options` VALUES (886,'woocommerce_price_thousand_sep',',','yes');
INSERT INTO `wplc_options` VALUES (887,'woocommerce_price_decimal_sep','.','yes');
INSERT INTO `wplc_options` VALUES (888,'woocommerce_price_num_decimals','2','yes');
INSERT INTO `wplc_options` VALUES (889,'woocommerce_shop_page_id','54','yes');
INSERT INTO `wplc_options` VALUES (890,'woocommerce_cart_redirect_after_add','no','yes');
INSERT INTO `wplc_options` VALUES (891,'woocommerce_enable_ajax_add_to_cart','yes','yes');
INSERT INTO `wplc_options` VALUES (892,'woocommerce_placeholder_image','1087','yes');
INSERT INTO `wplc_options` VALUES (893,'woocommerce_weight_unit','oz','yes');
INSERT INTO `wplc_options` VALUES (894,'woocommerce_dimension_unit','in','yes');
INSERT INTO `wplc_options` VALUES (895,'woocommerce_enable_reviews','yes','yes');
INSERT INTO `wplc_options` VALUES (896,'woocommerce_review_rating_verification_label','yes','no');
INSERT INTO `wplc_options` VALUES (897,'woocommerce_review_rating_verification_required','no','no');
INSERT INTO `wplc_options` VALUES (898,'woocommerce_enable_review_rating','yes','yes');
INSERT INTO `wplc_options` VALUES (899,'woocommerce_review_rating_required','yes','no');
INSERT INTO `wplc_options` VALUES (900,'woocommerce_manage_stock','yes','yes');
INSERT INTO `wplc_options` VALUES (901,'woocommerce_hold_stock_minutes','2880','no');
INSERT INTO `wplc_options` VALUES (902,'woocommerce_notify_low_stock','yes','no');
INSERT INTO `wplc_options` VALUES (903,'woocommerce_notify_no_stock','yes','no');
INSERT INTO `wplc_options` VALUES (904,'woocommerce_stock_email_recipient','admin@dubdelivery.club','no');
INSERT INTO `wplc_options` VALUES (905,'woocommerce_notify_low_stock_amount','2','no');
INSERT INTO `wplc_options` VALUES (906,'woocommerce_notify_no_stock_amount','0','yes');
INSERT INTO `wplc_options` VALUES (907,'woocommerce_hide_out_of_stock_items','no','yes');
INSERT INTO `wplc_options` VALUES (908,'woocommerce_stock_format','low_amount','yes');
INSERT INTO `wplc_options` VALUES (909,'woocommerce_file_download_method','force','no');
INSERT INTO `wplc_options` VALUES (910,'woocommerce_downloads_redirect_fallback_allowed','no','no');
INSERT INTO `wplc_options` VALUES (911,'woocommerce_downloads_require_login','no','no');
INSERT INTO `wplc_options` VALUES (912,'woocommerce_downloads_grant_access_after_payment','yes','no');
INSERT INTO `wplc_options` VALUES (913,'woocommerce_downloads_add_hash_to_filename','yes','yes');
INSERT INTO `wplc_options` VALUES (914,'woocommerce_prices_include_tax','no','yes');
INSERT INTO `wplc_options` VALUES (915,'woocommerce_tax_based_on','shipping','yes');
INSERT INTO `wplc_options` VALUES (916,'woocommerce_shipping_tax_class','','yes');
INSERT INTO `wplc_options` VALUES (917,'woocommerce_tax_round_at_subtotal','no','yes');
INSERT INTO `wplc_options` VALUES (918,'woocommerce_tax_classes','','yes');
INSERT INTO `wplc_options` VALUES (919,'woocommerce_tax_display_shop','excl','yes');
INSERT INTO `wplc_options` VALUES (920,'woocommerce_tax_display_cart','excl','yes');
INSERT INTO `wplc_options` VALUES (921,'woocommerce_price_display_suffix','','yes');
INSERT INTO `wplc_options` VALUES (922,'woocommerce_tax_total_display','single','no');
INSERT INTO `wplc_options` VALUES (923,'woocommerce_enable_shipping_calc','no','no');
INSERT INTO `wplc_options` VALUES (924,'woocommerce_shipping_cost_requires_address','yes','yes');
INSERT INTO `wplc_options` VALUES (925,'woocommerce_ship_to_destination','billing','no');
INSERT INTO `wplc_options` VALUES (926,'woocommerce_shipping_debug_mode','no','yes');
INSERT INTO `wplc_options` VALUES (927,'woocommerce_enable_guest_checkout','no','no');
INSERT INTO `wplc_options` VALUES (928,'woocommerce_enable_checkout_login_reminder','yes','no');
INSERT INTO `wplc_options` VALUES (929,'woocommerce_enable_signup_and_login_from_checkout','yes','no');
INSERT INTO `wplc_options` VALUES (930,'woocommerce_enable_myaccount_registration','yes','no');
INSERT INTO `wplc_options` VALUES (931,'woocommerce_registration_generate_username','yes','no');
INSERT INTO `wplc_options` VALUES (932,'woocommerce_registration_generate_password','yes','no');
INSERT INTO `wplc_options` VALUES (933,'woocommerce_erasure_request_removes_order_data','no','no');
INSERT INTO `wplc_options` VALUES (934,'woocommerce_erasure_request_removes_download_data','no','no');
INSERT INTO `wplc_options` VALUES (935,'woocommerce_allow_bulk_remove_personal_data','no','no');
INSERT INTO `wplc_options` VALUES (936,'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');
INSERT INTO `wplc_options` VALUES (937,'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');
INSERT INTO `wplc_options` VALUES (938,'woocommerce_delete_inactive_accounts','a:2:{s:6:\"number\";s:0:\"\";s:4:\"unit\";s:6:\"months\";}','no');
INSERT INTO `wplc_options` VALUES (939,'woocommerce_trash_pending_orders','a:2:{s:6:\"number\";s:0:\"\";s:4:\"unit\";s:4:\"days\";}','no');
INSERT INTO `wplc_options` VALUES (940,'woocommerce_trash_failed_orders','a:2:{s:6:\"number\";i:365;s:4:\"unit\";s:4:\"days\";}','no');
INSERT INTO `wplc_options` VALUES (941,'woocommerce_trash_cancelled_orders','a:2:{s:6:\"number\";s:0:\"\";s:4:\"unit\";s:4:\"days\";}','no');
INSERT INTO `wplc_options` VALUES (942,'woocommerce_anonymize_completed_orders','a:2:{s:6:\"number\";s:0:\"\";s:4:\"unit\";s:6:\"months\";}','no');
INSERT INTO `wplc_options` VALUES (943,'woocommerce_email_from_name','Dub Delivery Service','no');
INSERT INTO `wplc_options` VALUES (944,'woocommerce_email_from_address','admin@dubdelivery.club','no');
INSERT INTO `wplc_options` VALUES (945,'woocommerce_email_header_image','https://www.dubdelivery.club/wp-content/uploads/2022/09/finaldub-01.png','no');
INSERT INTO `wplc_options` VALUES (946,'woocommerce_email_footer_text','Copyright © 2022 {site_title} - All Rights Reserved\r\n<span style=\"font-size: 10px\">Site Built, Managed, and Secured by <a href=\"https://www.fallstech.group\">Falls Technology Group, LLC</a></span>','no');
INSERT INTO `wplc_options` VALUES (947,'woocommerce_email_base_color','#89fc00','no');
INSERT INTO `wplc_options` VALUES (948,'woocommerce_email_background_color','#f7f7f7','no');
INSERT INTO `wplc_options` VALUES (949,'woocommerce_email_body_background_color','#ffffff','no');
INSERT INTO `wplc_options` VALUES (950,'woocommerce_email_text_color','#292929','no');
INSERT INTO `wplc_options` VALUES (951,'woocommerce_merchant_email_notifications','no','no');
INSERT INTO `wplc_options` VALUES (952,'woocommerce_cart_page_id','55','no');
INSERT INTO `wplc_options` VALUES (953,'woocommerce_checkout_page_id','56','no');
INSERT INTO `wplc_options` VALUES (954,'woocommerce_myaccount_page_id','57','no');
INSERT INTO `wplc_options` VALUES (955,'woocommerce_terms_page_id','304','no');
INSERT INTO `wplc_options` VALUES (956,'woocommerce_checkout_pay_endpoint','order-pay','yes');
INSERT INTO `wplc_options` VALUES (957,'woocommerce_checkout_order_received_endpoint','order-received','yes');
INSERT INTO `wplc_options` VALUES (958,'woocommerce_myaccount_add_payment_method_endpoint','add-payment-method','yes');
INSERT INTO `wplc_options` VALUES (959,'woocommerce_myaccount_delete_payment_method_endpoint','delete-payment-method','yes');
INSERT INTO `wplc_options` VALUES (960,'woocommerce_myaccount_set_default_payment_method_endpoint','set-default-payment-method','yes');
INSERT INTO `wplc_options` VALUES (961,'woocommerce_myaccount_orders_endpoint','orders','yes');
INSERT INTO `wplc_options` VALUES (962,'woocommerce_myaccount_view_order_endpoint','view-order','yes');
INSERT INTO `wplc_options` VALUES (963,'woocommerce_myaccount_downloads_endpoint','downloads','yes');
INSERT INTO `wplc_options` VALUES (964,'woocommerce_myaccount_edit_account_endpoint','edit-account','yes');
INSERT INTO `wplc_options` VALUES (965,'woocommerce_myaccount_edit_address_endpoint','edit-address','yes');
INSERT INTO `wplc_options` VALUES (966,'woocommerce_myaccount_payment_methods_endpoint','payment-methods','yes');
INSERT INTO `wplc_options` VALUES (967,'woocommerce_myaccount_lost_password_endpoint','lost-password','yes');
INSERT INTO `wplc_options` VALUES (968,'woocommerce_logout_endpoint','customer-logout','yes');
INSERT INTO `wplc_options` VALUES (969,'woocommerce_api_enabled','no','yes');
INSERT INTO `wplc_options` VALUES (970,'woocommerce_allow_tracking','yes','no');
INSERT INTO `wplc_options` VALUES (971,'woocommerce_show_marketplace_suggestions','no','no');
INSERT INTO `wplc_options` VALUES (972,'woocommerce_single_image_width','600','yes');
INSERT INTO `wplc_options` VALUES (973,'woocommerce_thumbnail_image_width','300','yes');
INSERT INTO `wplc_options` VALUES (974,'woocommerce_checkout_highlight_required_fields','yes','yes');
INSERT INTO `wplc_options` VALUES (975,'woocommerce_demo_store','no','yes');
INSERT INTO `wplc_options` VALUES (976,'woocommerce_permalinks','a:5:{s:12:\"product_base\";s:19:\"/shop/%product_cat%\";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:1;}','yes');
INSERT INTO `wplc_options` VALUES (977,'current_theme_supports_woocommerce','yes','yes');
INSERT INTO `wplc_options` VALUES (978,'woocommerce_queue_flush_rewrite_rules','no','yes');
INSERT INTO `wplc_options` VALUES (981,'default_product_cat','21','yes');
INSERT INTO `wplc_options` VALUES (983,'woocommerce_refund_returns_page_id','58','yes');
INSERT INTO `wplc_options` VALUES (986,'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:27:\"ftgadmin@ticket.ftghost.net\";s:8:\"advanced\";s:0:\"\";s:8:\"testmode\";s:2:\"no\";s:5:\"debug\";s:3:\"yes\";s:16:\"ipn_notification\";s:3:\"yes\";s:14:\"receiver_email\";s:27:\"ftgadmin@ticket.ftghost.net\";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');
INSERT INTO `wplc_options` VALUES (987,'woocommerce_version','8.5.1','yes');
INSERT INTO `wplc_options` VALUES (988,'woocommerce_db_version','8.5.1','yes');
INSERT INTO `wplc_options` VALUES (989,'woocommerce_inbox_variant_assignment','4','yes');
INSERT INTO `wplc_options` VALUES (994,'woocommerce_admin_notices','a:0:{}','yes');
INSERT INTO `wplc_options` VALUES (995,'_wcpay_feature_subscriptions','1','yes');
INSERT INTO `wplc_options` VALUES (996,'wc_stripe_wh_monitor_began_at','1644968456','yes');
INSERT INTO `wplc_options` VALUES (997,'wc_stripe_wh_last_success_at','0','yes');
INSERT INTO `wplc_options` VALUES (998,'wc_stripe_wh_last_failure_at','0','yes');
INSERT INTO `wplc_options` VALUES (999,'wc_stripe_wh_last_error','validation_succeeded','yes');
INSERT INTO `wplc_options` VALUES (1004,'jetpack_connection_active_plugins','a:3:{s:7:\"jetpack\";a:1:{s:4:\"name\";s:7:\"Jetpack\";}s:20:\"woocommerce-services\";a:1:{s:4:\"name\";s:26:\"WooCommerce Shipping & Tax\";}s:11:\"woocommerce\";a:1:{s:4:\"name\";s:11:\"WooCommerce\";}}','yes');
INSERT INTO `wplc_options` VALUES (1006,'woocommerce_maxmind_geolocation_settings','a:1:{s:15:\"database_prefix\";s:32:\"SZJVUfUAEBagBnuYUr8yTnurXwMUQ7iF\";}','yes');
INSERT INTO `wplc_options` VALUES (1008,'widget_woocommerce_widget_cart','a:1:{s:12:\"_multiwidget\";i:1;}','yes');
INSERT INTO `wplc_options` VALUES (1009,'widget_woocommerce_layered_nav_filters','a:1:{s:12:\"_multiwidget\";i:1;}','yes');
INSERT INTO `wplc_options` VALUES (1010,'widget_woocommerce_layered_nav','a:1:{s:12:\"_multiwidget\";i:1;}','yes');
INSERT INTO `wplc_options` VALUES (1011,'widget_woocommerce_price_filter','a:1:{s:12:\"_multiwidget\";i:1;}','yes');
INSERT INTO `wplc_options` VALUES (1012,'widget_woocommerce_product_categories','a:1:{s:12:\"_multiwidget\";i:1;}','yes');
INSERT INTO `wplc_options` VALUES (1013,'widget_woocommerce_product_search','a:1:{s:12:\"_multiwidget\";i:1;}','yes');
INSERT INTO `wplc_options` VALUES (1014,'widget_woocommerce_product_tag_cloud','a:1:{s:12:\"_multiwidget\";i:1;}','yes');
INSERT INTO `wplc_options` VALUES (1015,'widget_woocommerce_products','a:1:{s:12:\"_multiwidget\";i:1;}','yes');
INSERT INTO `wplc_options` VALUES (1016,'widget_woocommerce_recently_viewed_products','a:1:{s:12:\"_multiwidget\";i:1;}','yes');
INSERT INTO `wplc_options` VALUES (1017,'widget_woocommerce_top_rated_products','a:1:{s:12:\"_multiwidget\";i:1;}','yes');
INSERT INTO `wplc_options` VALUES (1018,'widget_woocommerce_recent_reviews','a:1:{s:12:\"_multiwidget\";i:1;}','yes');
INSERT INTO `wplc_options` VALUES (1019,'widget_woocommerce_rating_filter','a:1:{s:12:\"_multiwidget\";i:1;}','yes');
INSERT INTO `wplc_options` VALUES (1020,'widget_currency_switcher_widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes');
INSERT INTO `wplc_options` VALUES (1023,'wc_remote_inbox_notifications_wca_updated','','no');
INSERT INTO `wplc_options` VALUES (1025,'woocommerce_admin_install_timestamp','1644968456','yes');
INSERT INTO `wplc_options` VALUES (1028,'wc_admin_show_legacy_coupon_menu','0','yes');
INSERT INTO `wplc_options` VALUES (1029,'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');
INSERT INTO `wplc_options` VALUES (1034,'woocommerce_subscriptions_multiple_purchase','yes','yes');
INSERT INTO `wplc_options` VALUES (1035,'woocommerce_subscriptions_sync_payments','no','yes');
INSERT INTO `wplc_options` VALUES (1036,'woocommerce_subscriptions_prorate_synced_payments','no','yes');
INSERT INTO `wplc_options` VALUES (1037,'woocommerce_subscriptions_days_no_fee','0','yes');
INSERT INTO `wplc_options` VALUES (1038,'woocommerce_subscriptions_paypal_debugging_default_set','true','yes');
INSERT INTO `wplc_options` VALUES (1039,'woocommerce_subscriptions_is_active','1','yes');
INSERT INTO `wplc_options` VALUES (1056,'woocommerce_woocommerce_payments_settings','a:18:{s:7:\"enabled\";s:3:\"yes\";s:28:\"account_statement_descriptor\";s:0:\"\";s:14:\"manual_capture\";s:2:\"no\";s:11:\"saved_cards\";s:3:\"yes\";s:9:\"test_mode\";s:2:\"no\";s:14:\"enable_logging\";s:2:\"no\";s:23:\"payment_request_details\";s:0:\"\";s:15:\"payment_request\";s:3:\"yes\";s:27:\"payment_request_button_type\";s:3:\"buy\";s:28:\"payment_request_button_theme\";s:4:\"dark\";s:29:\"payment_request_button_height\";s:2:\"44\";s:28:\"payment_request_button_label\";s:7:\"Buy now\";s:32:\"payment_request_button_locations\";a:3:{i:0;s:7:\"product\";i:1;s:4:\"cart\";i:2;s:8:\"checkout\";}s:30:\"upe_enabled_payment_method_ids\";a:1:{i:0;s:4:\"card\";}s:27:\"payment_request_button_size\";s:7:\"default\";s:35:\"payment_request_button_branded_type\";s:0:\"\";s:25:\"apple_pay_verified_domain\";s:32:\"www.betterdays-deltadelivery.com\";s:20:\"apple_pay_domain_set\";s:3:\"yes\";}','yes');
INSERT INTO `wplc_options` VALUES (1057,'wcpay_upe_is_tracked','1','yes');
INSERT INTO `wplc_options` VALUES (1058,'wcpay_activation_timestamp','1644968461','yes');
INSERT INTO `wplc_options` VALUES (1059,'woocommerce_woocommerce_payments_version','3.7.0','yes');
INSERT INTO `wplc_options` VALUES (1060,'wcpay_multi_currency_store_currency','USD','yes');
INSERT INTO `wplc_options` VALUES (1061,'wpo_wcpdf_random_string','05b56293b45bffd393c7855e6bda794f','yes');
INSERT INTO `wplc_options` VALUES (1062,'wcs_upgrade_initial_total_subscription_count','0','yes');
INSERT INTO `wplc_options` VALUES (1063,'woocommerce_subscriptions_previous_version','6.4.0','yes');
INSERT INTO `wplc_options` VALUES (1064,'wc_subscriptions_siteurl','https://www.dubdel_[wc_subscriptions_siteurl]_ivery.club','yes');
INSERT INTO `wplc_options` VALUES (1065,'woocommerce_subscriptions_active_version','6.5.0','yes');
INSERT INTO `wplc_options` VALUES (1068,'wpo_wcpdf_settings_general','a:4:{s:16:\"download_display\";s:7:\"display\";s:13:\"template_path\";s:14:\"default/Simple\";s:13:\"currency_font\";s:0:\"\";s:10:\"paper_size\";s:2:\"a4\";}','yes');
INSERT INTO `wplc_options` VALUES (1069,'wpo_wcpdf_documents_settings_invoice','a:1:{s:7:\"enabled\";i:1;}','yes');
INSERT INTO `wplc_options` VALUES (1070,'wpo_wcpdf_documents_settings_packing-slip','a:1:{s:7:\"enabled\";i:1;}','yes');
INSERT INTO `wplc_options` VALUES (1071,'wpo_wcpdf_settings_debug','a:2:{s:14:\"enable_cleanup\";i:1;s:12:\"cleanup_days\";i:7;}','yes');
INSERT INTO `wplc_options` VALUES (1074,'wpo_wcpdf_version','3.0.0','yes');
INSERT INTO `wplc_options` VALUES (1076,'wc_stripe_show_style_notice','no','yes');
INSERT INTO `wplc_options` VALUES (1077,'wc_stripe_show_sca_notice','no','yes');
INSERT INTO `wplc_options` VALUES (1079,'wc_blocks_surface_cart_checkout_probability','50','yes');
INSERT INTO `wplc_options` VALUES (1080,'wc_blocks_db_schema_version','260','yes');
INSERT INTO `wplc_options` VALUES (1081,'woocommerce_meta_box_errors','a:0:{}','yes');
INSERT INTO `wplc_options` VALUES (1084,'jetpack_options','a:15:{s:14:\"last_heartbeat\";i:1705968005;s:2:\"id\";i:202985410;s:6:\"public\";i:1;s:7:\"version\";s:15:\"13.0:1705018527\";s:11:\"old_version\";s:17:\"12.9.3:1703309116\";s:30:\"recommendations_banner_enabled\";b:1;s:20:\"recommendations_data\";a:4:{s:18:\"site-type-personal\";b:0;s:18:\"site-type-business\";b:1;s:15:\"site-type-store\";b:0;s:15:\"site-type-other\";b:0;}s:20:\"recommendations_step\";s:7:\"summary\";s:16:\"first_admin_view\";b:1;s:28:\"has_seen_wc_connection_modal\";b:1;s:9:\"hide_jitm\";a:5:{s:3:\"cdn\";a:2:{s:14:\"last_dismissal\";i:1670429910;s:6:\"number\";i:2;}s:26:\"jetpack_standalone_plugins\";a:2:{s:14:\"last_dismissal\";i:1662482315;s:6:\"number\";i:1;}s:21:\"reclaim_google_domain\";a:2:{s:14:\"last_dismissal\";i:1691350317;s:6:\"number\";i:1;}s:24:\"wccom_product_extensions\";a:2:{s:14:\"last_dismissal\";i:1698164688;s:6:\"number\";i:1;}s:14:\"plugin_updates\";a:2:{s:14:\"last_dismissal\";i:1698166030;s:6:\"number\";i:1;}}s:27:\"recommendations_conditional\";a:4:{i:0;s:7:\"protect\";i:1;s:5:\"boost\";i:2;s:10:\"videopress\";i:3;s:9:\"publicize\";}s:28:\"fallback_no_verify_ssl_certs\";i:0;s:9:\"time_diff\";i:0;s:11:\"master_user\";i:1;}','yes');
INSERT INTO `wplc_options` VALUES (1113,'wp_calendar_block_has_published_posts','1','yes');
INSERT INTO `wplc_options` VALUES (1115,'category_children','a:0:{}','yes');
INSERT INTO `wplc_options` VALUES (1156,'woocommerce_maybe_regenerate_images_hash','991b1ca641921cf0f5baf7a2fe85861b','yes');
INSERT INTO `wplc_options` VALUES (1537,'spbc_api_servers_by_response_time','a:6:{i:0;a:3:{s:4:\"ping\";d:9;s:4:\"host\";s:12:\"54.219.94.72\";s:3:\"dns\";s:19:\"apix6.cleantalk.org\";}i:1;a:3:{s:4:\"ping\";d:26.7000000000000028421709430404007434844970703125;s:4:\"host\";s:12:\"44.227.90.42\";s:3:\"dns\";s:19:\"apix4.cleantalk.org\";}i:2;a:3:{s:4:\"ping\";d:59.7000000000000028421709430404007434844970703125;s:4:\"host\";s:13:\"18.206.49.217\";s:3:\"dns\";s:19:\"apix2.cleantalk.org\";}i:3;a:3:{s:4:\"ping\";d:63.5;s:4:\"host\";s:11:\"3.18.23.246\";s:3:\"dns\";s:19:\"apix3.cleantalk.org\";}i:4;a:3:{s:4:\"ping\";d:144.19999999999998863131622783839702606201171875;s:4:\"host\";s:14:\"15.188.198.212\";s:3:\"dns\";s:19:\"apix5.cleantalk.org\";}i:5;a:3:{s:4:\"ping\";d:152.1000000000000227373675443232059478759765625;s:4:\"host\";s:13:\"35.158.52.161\";s:3:\"dns\";s:19:\"apix1.cleantalk.org\";}}','no');
INSERT INTO `wplc_options` VALUES (1538,'spbc_api_servers_last_checked','1685467093','no');
INSERT INTO `wplc_options` VALUES (1709,'spbc_login_attempts','a:4:{s:34:\"jared.betterdaysdelivery@gmail.com\";a:3:{s:8:\"attempts\";i:2;s:11:\"first_issue\";i:1645309667;s:9:\"passwords\";a:2:{i:0;s:32:\"d4e2472611f980e10d6b475140715705\";i:1;s:32:\"0804acbbf4caa71a417b82168efb3732\";}}s:16:\"ryan@ftghost.net\";a:3:{s:8:\"attempts\";i:1;s:11:\"first_issue\";i:1645732618;s:9:\"passwords\";a:1:{i:0;s:32:\"5495beae5b415f112773d90b7140d140\";}}s:8:\"jstclair\";a:3:{s:8:\"attempts\";i:2;s:11:\"first_issue\";i:1657772011;s:9:\"passwords\";a:2:{i:0;s:32:\"21232f297a57a5a743894a0e4a801fc3\";i:1;s:32:\"e10adc3949ba59abbe56e057f20f883e\";}}s:8:\"ftgadmin\";a:3:{s:8:\"attempts\";i:93;s:11:\"first_issue\";i:1660233463;s:9:\"passwords\";a:93:{i:0;s:32:\"7ee51f0f8e7a6c9d4c5fe49fc0fd943d\";i:1;s:32:\"128101ff7c2981e210e6efc1fac38992\";i:2;s:32:\"21232f297a57a5a743894a0e4a801fc3\";i:3;s:32:\"e10adc3949ba59abbe56e057f20f883e\";i:4;s:32:\"1a1dc91c907325c69271ddf0c944bc72\";i:5;s:32:\"5f4dcc3b5aa765d61d8327deb882cf99\";i:6;s:32:\"0192023a7bbd73250516f069df18b500\";i:7;s:32:\"827ccb0eea8a706c4c34a16891f84e7b\";i:8;s:32:\"e6e061838856bf47e1de730719fb2609\";i:9;s:32:\"202cb962ac59075b964b07152d234b70\";i:10;s:32:\"098f6bcd4621d373cade4e832627b4f6\";i:11;s:32:\"81fccaf9f00a8441b77b18fa2c8010f4\";i:12;s:32:\"1fe57b020cf7bcd8ef4cc23354b214a9\";i:13;s:32:\"6c9cdce9f6d927cea4c621b33ca05013\";i:14;s:32:\"4441e5d70b3657900fa57e66db407e0b\";i:15;s:32:\"25f9e794323b453885f5181f1b624d0b\";i:16;s:32:\"81dc9bdb52d04dc20036dbd8313ed055\";i:17;s:32:\"25d55ad283aa400af464c76d713c07ad\";i:18;s:32:\"4297f44b13955235245b2497399d7a93\";i:19;s:32:\"fe01ce2a7fbac8fafaed7c982a04e229\";i:20;s:32:\"6f1ed002ab5595859014ebf0951522d9\";i:21;s:32:\"5d41402abc4b2a76b9719d911017c592\";i:22;s:32:\"e807f1fcf82d132f9bb018ca6738a19f\";i:23;s:32:\"19effe00a26bcfe00a1c9e594fbd86c1\";i:24;s:32:\"fcea920f7412b5da7be0cf42b8c93759\";i:25;s:32:\"f6fdffe48c908deb0f4c3bd36c032e72\";i:26;s:32:\"f561aaf6ef0bf14d4208bb46a4ccb3ad\";i:27;s:32:\"e50ef88dc8eea6bd747815c4607b4598\";i:28;s:32:\"5416d7cd6ef195a0f7622a9c56b55e84\";i:29;s:32:\"ad288af4a9ad4a55a9a939e984f23a18\";i:30;s:32:\"c93ccd78b2076528346216b3b2f701e6\";i:31;s:32:\"e484c7843b4d1a4bc3c6c6851cb4ed40\";i:32;s:32:\"0f359740bd1cda994f8b55330c86d845\";i:33;s:32:\"0cc175b9c0f1b6a831c399e269772661\";i:34;s:32:\"cc03e747a6afbbcbf8be7668acfebee5\";i:35;s:32:\"63a9f0ea7bb98050796b649e85481845\";i:36;s:32:\"32250170a0dca92d53ec9624f336ca24\";i:37;s:32:\"7c6a180b36896a0a8c02787eeafb0e4c\";i:38;s:32:\"d8578edf8458ce06fbc5bb76a58c5ca4\";i:39;s:32:\"96e79218965eb72c92a549dd5a330112\";i:40;s:32:\"b2f018ec43e0bc8ea5ac58bb67ccec82\";i:41;s:32:\"226776f356d7ecf58b60bab12a05d38f\";i:42;s:32:\"5a105e8b9d40e1329780d62ea2265d8a\";i:43;s:32:\"fcab68cd83ddd2e411f5a41a6385cdca\";i:44;s:32:\"4cb9c8a8048fd02294477fcb1a41191a\";i:45;s:32:\"ef6299c9e7fdae6d775819ce1e2620b8\";i:46;s:32:\"1c63129ae9db9c60c3e8aa94d3e00495\";i:47;s:32:\"1526d0463a228461ee4f952f915bc16c\";i:48;s:32:\"b59c67bf196a4758191e42f76670ceba\";i:49;s:32:\"e99a18c428cb38d5f260853678922e03\";i:50;s:32:\"161ebd7d45089b3446ee4e0d86dbcf92\";i:51;s:32:\"c8837b23ff8aaa8a2dde915473ce0991\";i:52;s:32:\"e00cf25ad42683b3df678c61f42c6bda\";i:53;s:32:\"482c811da5d5b4bc6d497ffa98491e38\";i:54;s:32:\"3fc0a7acf087f549ac2b266baf94b8b1\";i:55;s:32:\"7fef6171469e80d32c0559f88b377245\";i:56;s:32:\"200820e3227815ed1756a6b531e7e0d2\";i:57;s:32:\"18c6d818ae35a3e8279b5330eda01498\";i:58;s:32:\"7488e331b8b64e5794da3fa4eb10ad5d\";i:59;s:32:\"16d7a4fca7442dda3ad93c9a726597e4\";i:60;s:32:\"b4af804009cb036a4ccdc33431ef9ac9\";i:61;s:32:\"b4b147bc522828731f1a016bfa72c073\";i:62;s:32:\"5fec4ba8376f207d1ff2f0cac0882b01\";i:63;s:32:\"d0970714757783e6cf17b26fb8e2298f\";i:64;s:32:\"084e0343a0486ff05530df6c705c8bb4\";i:65;s:32:\"c62d929e7b7e7b6165923a5dfc60cb56\";i:66;s:32:\"e3afed0047b08059d0fada10f400c1e5\";i:67;s:32:\"0e7517141fb53f21ee439b355b5a1d0a\";i:68;s:32:\"73acd9a5972130b75066c82595a1fae3\";i:69;s:32:\"17b9b441b99ea2b90d80f5a8d81adba2\";i:70;s:32:\"205db7c302d87a8dabae9d3924d4a7e0\";i:71;s:32:\"e4b8431202e10ff18743937a9dbb0c84\";i:72;s:32:\"6f3cac6213ffceee27cc85414f458caa\";i:73;s:32:\"2637a5c30af69a7bad877fdb65fbd78b\";i:74;s:32:\"a43c27c2babefd68df8a694900f30a1c\";i:75;s:32:\"61cc0e405f4b518d264c089ac8b642ef\";i:76;s:32:\"10c4981bb793e1698a83aea43030a388\";i:77;s:32:\"ecd00aa1acd325ba7575cb0f638b04a5\";i:78;s:32:\"46c17fb99b9c8c8ae8214834e1edf6b1\";i:79;s:32:\"8d804a5c53b69a7342c5c3c7ddc5364d\";i:80;s:32:\"5bc7a057e1fbd58f12bbd3f6329f57f9\";i:81;s:32:\"1327e811606505f48ce612a22b2979e6\";i:82;s:32:\"e5463662f6a6fb71a4e1c01a346fc50e\";i:83;s:32:\"c80e999bdba0e8956428491050529392\";i:84;s:32:\"f3f1c26545d2424e5bbc7bf12a8f2dc6\";i:85;s:32:\"af03798e4f9010c54d2eb6f386124f7e\";i:86;s:32:\"7fe3a28b08cc5c6e0de1d12927db5972\";i:87;s:32:\"b3303b29fd102239f944faa896f126da\";i:88;s:32:\"c84258e9c39059a89ab77d846ddab909\";i:89;s:32:\"d6bf4bb9a66419380a7e8b034270d381\";i:90;s:32:\"d829b843a6550a947e82f2f38ed6b7a7\";i:91;s:32:\"ea14bad49556d3c2df116f775de7bf1a\";i:92;s:32:\"a66abb5684c45962d887564f08346e8d\";}}}','no');
INSERT INTO `wplc_options` VALUES (2448,'cleantalk_plugin_request_ids','a:1:{s:32:\"76124e61b3e67192d283e206650bba06\";i:1692601210;}','yes');
INSERT INTO `wplc_options` VALUES (2449,'cleantalk_server','a:3:{s:11:\"ct_work_url\";s:31:\"https://moderate1.cleantalk.org\";s:13:\"ct_server_ttl\";i:300;s:17:\"ct_server_changed\";i:1692530700;}','yes');
INSERT INTO `wplc_options` VALUES (2546,'wc_stripe_version','6.2.0','yes');
INSERT INTO `wplc_options` VALUES (2692,'mainwp_child_nonce','0','no');
INSERT INTO `wplc_options` VALUES (2693,'mainwp_child_nossl','0','yes');
INSERT INTO `wplc_options` VALUES (2695,'mainwp_premium_updates','a:0:{}','no');
INSERT INTO `wplc_options` VALUES (2771,'wp_mail_smtp_debug','a:0:{}','no');
INSERT INTO `wplc_options` VALUES (2772,'wp_mail_smtp_lite_sent_email_counter','352','yes');
INSERT INTO `wplc_options` VALUES (2773,'wp_mail_smtp_lite_weekly_sent_email_counter','a:12:{i:44;i:3;i:45;i:2;i:46;i:4;i:47;i:4;i:48;i:6;i:49;i:6;i:50;i:4;i:51;i:4;i:52;i:1;s:2:\"01\";i:3;s:2:\"02\";i:1;s:2:\"03\";i:1;}','yes');
INSERT INTO `wplc_options` VALUES (2782,'woocommerce_task_list_completed_lists','a:3:{i:0;s:8:\"extended\";i:1;s:19:\"extended_two_column\";i:2;s:15:\"secret_tasklist\";}','yes');
INSERT INTO `wplc_options` VALUES (2784,'wcpay_menu_badge_hidden','yes','yes');
INSERT INTO `wplc_options` VALUES (2790,'jetpack_private_options','a:2:{s:10:\"blog_token\";s:65:\"ZLdJG*l5n2mcBTED2AYUwFzjYXe7r&4N.*m13NpBbmvH0Z#zSKJ1xzB6b^fJCVmQ^\";s:11:\"user_tokens\";a:1:{i:1;s:67:\"p%l^2EUWjt8o80GCVICTmMS2RpZcw#Ve.UJJ3OyJvhQnbLsiCdHztQ2hqqpC9OG0V.1\";}}','yes');
INSERT INTO `wplc_options` VALUES (2792,'wc_connect_options','a:8:{s:12:\"tos_accepted\";b:1;s:10:\"store_guid\";s:36:\"b767224f-3d39-489e-b555-4b3c6770210b\";s:25:\"shipping_methods_migrated\";b:1;s:15:\"payment_methods\";a:1:{i:0;O:8:\"stdClass\":5:{s:17:\"payment_method_id\";i:13732818;s:4:\"name\";s:18:\"Ryan Reiffenberger\";s:9:\"card_type\";s:10:\"mastercard\";s:11:\"card_digits\";s:4:\"3803\";s:6:\"expiry\";s:10:\"2024-05-31\";}}s:8:\"packages\";a:1:{i:0;a:5:{s:15:\"is_user_defined\";b:1;s:4:\"name\";s:33:\"Priority Mail Small Flat-Rate Box\";s:16:\"inner_dimensions\";s:21:\"8.625 x 5.375 x 1.625\";s:10:\"max_weight\";i:0;s:10:\"box_weight\";d:1.5;}}s:19:\"predefined_packages\";a:0:{}s:10:\"paper_size\";s:6:\"letter\";s:16:\"account_settings\";a:3:{s:26:\"selected_payment_method_id\";i:13732818;s:7:\"enabled\";b:1;s:14:\"email_receipts\";b:1;}}','yes');
INSERT INTO `wplc_options` VALUES (2815,'woocommerce_onboarding_profile','a:10:{s:18:\"is_agree_marketing\";b:0;s:11:\"store_email\";s:34:\"jared.betterdaysdelivery@gmail.com\";s:8:\"industry\";a:1:{i:0;a:1:{s:4:\"slug\";s:31:\"cbd-other-hemp-derived-products\";}}s:13:\"product_types\";a:1:{i:0;s:8:\"physical\";}s:13:\"product_count\";s:6:\"11-100\";s:14:\"selling_venues\";s:2:\"no\";s:12:\"setup_client\";b:1;s:19:\"business_extensions\";a:0:{}s:5:\"theme\";s:14:\"bb-theme-child\";s:9:\"completed\";b:1;}','yes');
INSERT INTO `wplc_options` VALUES (2816,'woocommerce_task_list_dismissed_tasks','a:0:{}','yes');
INSERT INTO `wplc_options` VALUES (2821,'woocommerce_task_list_tracked_completed_tasks','a:10:{i:0;s:13:\"store_details\";i:1;s:8:\"payments\";i:2;s:8:\"products\";i:3;s:3:\"tax\";i:4;s:8:\"shipping\";i:5;s:8:\"purchase\";i:6;s:14:\"store_creation\";i:7;s:15:\"review-shipping\";i:8;s:23:\"shipping-recommendation\";i:9;s:10:\"appearance\";}','yes');
INSERT INTO `wplc_options` VALUES (2828,'woocommerce_task_list_prompt_shown','1','yes');
INSERT INTO `wplc_options` VALUES (2833,'woocommerce_task_list_welcome_modal_dismissed','yes','yes');
INSERT INTO `wplc_options` VALUES (2840,'woocommerce_cod_settings','a:6:{s:7:\"enabled\";s:3:\"yes\";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');
INSERT INTO `wplc_options` VALUES (2844,'wcpay_should_redirect_to_onboarding','','yes');
INSERT INTO `wplc_options` VALUES (2868,'mainwp_child_clone_sites','0','no');
INSERT INTO `wplc_options` VALUES (2869,'mainwp_child_siteid','37','no');
INSERT INTO `wplc_options` VALUES (2870,'mainwp_time_capsule_ext_enabled','Y','yes');
INSERT INTO `wplc_options` VALUES (2975,'wpforms_crypto_secret_key','iJWsgaybLtTyjvsseV0yvyriTAGy7y50NKypfla/Z3E=','yes');
INSERT INTO `wplc_options` VALUES (3099,'spbc_updater_transaction_id','7026700','yes');
INSERT INTO `wplc_options` VALUES (3109,'woocommerce_tracker_last_send','1705491003','yes');
INSERT INTO `wplc_options` VALUES (3380,'woocommerce_tracker_ua','a:28:{i:0;s:203:\"Mozilla/5.0 (Linux; Android 9; moto e6 Build/PCBS29.73-81-18-13; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/98.0.4758.87 Mobile Safari/537.36 [FB_IAB/Orca-Android;FBAV/348.0.0.11.110;]\";i:1;s:114:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.82 Safari/537.36\";i:2;s:115:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\";i:3;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\";i:4;s:121:\"Mozilla/5.0 (Linux; Android 12; Pixel 5a) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/99.0.4844.58 Mobile Safari/537.36\";i:5;s:114:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/99.0.4844.74 Safari/537.36\";i:6;s:114:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/99.0.4844.82 Safari/537.36\";i:7;s:115:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.60 Safari/537.36\";i:8;s:116:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.127 Safari/537.36\";i:9;s:111:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36\";i:10;s:111:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/104.0.0.0 Safari/537.36\";i:11;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\";i:12;s:111:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.0.0 Safari/537.36\";i:13;s:111:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/108.0.0.0 Safari/537.36\";i:14;s:117:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.0.0 Safari/537.36\";i:15;s:111:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36\";i:16;s:111:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/113.0.0.0 Safari/537.36\";i:17;s:111:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36\";i:18;s:111:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/115.0.0.0 Safari/537.36\";i:19;s:111:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/118.0.0.0 Safari/537.36\";i:20;s:129:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/118.0.0.0 Safari/537.36 Edg/118.0.2088.61\";i:21;s:129:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/118.0.0.0 Safari/537.36 Edg/118.0.2088.69\";i:22;s:129:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/118.0.0.0 Safari/537.36 Edg/118.0.2088.76\";i:23;s:111:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/119.0.0.0 Safari/537.36\";i:24;s:125:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/119.0.0.0 Safari/537.36 Edg/119.0.0.0\";i:25;s:101:\"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/119.0.0.0 Safari/537.36\";i:26;s:111:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36\";i:27;s:125:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36 Edg/120.0.0.0\";}','no');
INSERT INTO `wplc_options` VALUES (3393,'modula_troubleshooting_option','a:1:{s:10:\"track_data\";b:1;}','yes');
INSERT INTO `wplc_options` VALUES (3394,'modula_wisdom_block_notice','a:1:{s:24:\"modula-best-grid-gallery\";s:24:\"modula-best-grid-gallery\";}','yes');
INSERT INTO `wplc_options` VALUES (5371,'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\";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\";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\";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\";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\";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:20:\"WooCommerce Payments\";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:54:\"https://woocommerce.com/products/woocommerce-payments/\";}i:15;a:8:{s:4:\"slug\";s:19:\"orders-empty-zapier\";s:7:\"context\";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\";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\";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\";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\";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\";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\";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\";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\";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\";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\";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\";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\";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:1660239985;}','no');
INSERT INTO `wplc_options` VALUES (5381,'woocommerce_ces_tracks_queue','a:0:{}','yes');
INSERT INTO `wplc_options` VALUES (5382,'woocommerce_clear_ces_tracks_queue_for_page','','yes');
INSERT INTO `wplc_options` VALUES (6764,'cleantalk_notice_key_is_incorrect_1_dismissed','2022-07-28','yes');
INSERT INTO `wplc_options` VALUES (6773,'woocommerce_task_list_hidden_lists','a:0:{}','yes');
INSERT INTO `wplc_options` VALUES (6787,'wt_user_show_legecy_menu','1','yes');
INSERT INTO `wplc_options` VALUES (6789,'wt_iew_admin_modules','a:3:{s:7:\"history\";i:1;s:6:\"export\";i:1;s:6:\"import\";i:1;}','yes');
INSERT INTO `wplc_options` VALUES (6790,'wt_u_iew_basic_start_date','1645424027','yes');
INSERT INTO `wplc_options` VALUES (7214,'fl-builder-template-category_children','a:0:{}','yes');
INSERT INTO `wplc_options` VALUES (8668,'woocommerce_demo_store_notice','','yes');
INSERT INTO `wplc_options` VALUES (8716,'_fl_builder_settings','O:8:\"stdClass\":45:{s:20:\"show_default_heading\";s:1:\"0\";s:24:\"default_heading_selector\";s:15:\".fl-post-header\";s:11:\"row_margins\";i:0;s:16:\"row_margins_unit\";s:2:\"px\";s:18:\"row_margins_medium\";s:0:\"\";s:23:\"row_margins_medium_unit\";s:2:\"px\";s:22:\"row_margins_responsive\";s:0:\"\";s:27:\"row_margins_responsive_unit\";s:2:\"px\";s:11:\"row_padding\";i:20;s:16:\"row_padding_unit\";s:2:\"px\";s:18:\"row_padding_medium\";s:0:\"\";s:23:\"row_padding_medium_unit\";s:2:\"px\";s:22:\"row_padding_responsive\";s:0:\"\";s:27:\"row_padding_responsive_unit\";s:2:\"px\";s:9:\"row_width\";i:1100;s:14:\"row_width_unit\";s:2:\"px\";s:17:\"row_width_default\";s:5:\"fixed\";s:25:\"row_content_width_default\";s:5:\"fixed\";s:14:\"column_margins\";i:0;s:19:\"column_margins_unit\";s:2:\"px\";s:21:\"column_margins_medium\";s:0:\"\";s:26:\"column_margins_medium_unit\";s:2:\"px\";s:25:\"column_margins_responsive\";s:0:\"\";s:30:\"column_margins_responsive_unit\";s:2:\"px\";s:14:\"column_padding\";i:0;s:19:\"column_padding_unit\";s:2:\"px\";s:21:\"column_padding_medium\";s:0:\"\";s:26:\"column_padding_medium_unit\";s:2:\"px\";s:25:\"column_padding_responsive\";s:0:\"\";s:30:\"column_padding_responsive_unit\";s:2:\"px\";s:14:\"module_margins\";i:20;s:19:\"module_margins_unit\";s:2:\"px\";s:21:\"module_margins_medium\";s:0:\"\";s:26:\"module_margins_medium_unit\";s:2:\"px\";s:25:\"module_margins_responsive\";s:0:\"\";s:30:\"module_margins_responsive_unit\";s:2:\"px\";s:18:\"responsive_enabled\";s:1:\"1\";s:12:\"auto_spacing\";s:1:\"1\";s:17:\"medium_breakpoint\";i:992;s:21:\"responsive_breakpoint\";i:768;s:18:\"responsive_preview\";s:1:\"0\";s:24:\"responsive_col_max_width\";s:1:\"1\";s:24:\"responsive_base_fontsize\";i:16;s:3:\"css\";s:0:\"\";s:2:\"js\";s:0:\"\";}','no');
INSERT INTO `wplc_options` VALUES (9261,'woocommerce_new_order_settings','a:6:{s:7:\"enabled\";s:3:\"yes\";s:9:\"recipient\";s:22:\"admin@dubdelivery.club\";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');
INSERT INTO `wplc_options` VALUES (9263,'woocommerce_cancelled_order_settings','a:6:{s:7:\"enabled\";s:3:\"yes\";s:9:\"recipient\";s:22:\"admin@dubdelivery.club\";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');
INSERT INTO `wplc_options` VALUES (9264,'woocommerce_failed_order_settings','a:6:{s:7:\"enabled\";s:3:\"yes\";s:9:\"recipient\";s:22:\"admin@dubdelivery.club\";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');
INSERT INTO `wplc_options` VALUES (9265,'woocommerce_new_renewal_order_settings','a:6:{s:7:\"enabled\";s:3:\"yes\";s:9:\"recipient\";s:22:\"admin@dubdelivery.club\";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');
INSERT INTO `wplc_options` VALUES (9267,'woocommerce_new_switch_order_settings','a:6:{s:7:\"enabled\";s:3:\"yes\";s:9:\"recipient\";s:22:\"admin@dubdelivery.club\";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');
INSERT INTO `wplc_options` VALUES (9268,'woocommerce_cancelled_subscription_settings','a:5:{s:7:\"enabled\";s:3:\"yes\";s:9:\"recipient\";s:22:\"admin@dubdelivery.club\";s:7:\"subject\";s:0:\"\";s:7:\"heading\";s:0:\"\";s:10:\"email_type\";s:4:\"html\";}','yes');
INSERT INTO `wplc_options` VALUES (9270,'woocommerce_expired_subscription_settings','a:5:{s:7:\"enabled\";s:3:\"yes\";s:9:\"recipient\";s:22:\"admin@dubdelivery.club\";s:7:\"subject\";s:0:\"\";s:7:\"heading\";s:0:\"\";s:10:\"email_type\";s:4:\"html\";}','yes');
INSERT INTO `wplc_options` VALUES (9271,'woocommerce_suspended_subscription_settings','a:5:{s:7:\"enabled\";s:3:\"yes\";s:9:\"recipient\";s:22:\"admin@dubdelivery.club\";s:7:\"subject\";s:0:\"\";s:7:\"heading\";s:0:\"\";s:10:\"email_type\";s:4:\"html\";}','yes');
INSERT INTO `wplc_options` VALUES (9272,'woocommerce_failed_authentication_requested_settings','a:6:{s:7:\"enabled\";s:3:\"yes\";s:9:\"recipient\";s:34:\"jared.betterdaysdelivery@gmail.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');
INSERT INTO `wplc_options` VALUES (9342,'wc_square_version','3.5.0','yes');
INSERT INTO `wplc_options` VALUES (9367,'woocommerce_square_credit_card_settings','a:17:{s:7:\"enabled\";s:3:\"yes\";s:5:\"title\";s:11:\"Credit Card\";s:11:\"description\";s:36:\"Pay securely using your credit card.\";s:16:\"transaction_type\";s:6:\"charge\";s:21:\"charge_virtual_orders\";s:2:\"no\";s:19:\"enable_paid_capture\";s:2:\"no\";s:10:\"card_types\";a:4:{i:0;s:4:\"VISA\";i:1;s:2:\"MC\";i:2;s:4:\"AMEX\";i:3;s:3:\"JCB\";}s:12:\"tokenization\";s:2:\"no\";s:23:\"digital_wallet_settings\";s:0:\"\";s:22:\"enable_digital_wallets\";s:3:\"yes\";s:27:\"digital_wallets_button_type\";s:3:\"buy\";s:38:\"digital_wallets_apple_pay_button_color\";s:5:\"black\";s:39:\"digital_wallets_google_pay_button_color\";s:5:\"black\";s:35:\"digital_wallets_hide_button_options\";s:0:\"\";s:23:\"advanced_settings_title\";s:0:\"\";s:32:\"enable_customer_decline_messages\";s:2:\"no\";s:10:\"debug_mode\";s:3:\"off\";}','yes');
INSERT INTO `wplc_options` VALUES (9510,'wcpay_multi_currency_cached_currencies','a:3:{s:10:\"currencies\";a:166:{s:3:\"AED\";d:3.6730000000000000426325641456060111522674560546875;s:3:\"AFN\";d:92.2163690000000002555680111981928348541259765625;s:3:\"ALL\";d:107.333697999999998273779056034982204437255859375;s:3:\"AMD\";d:481.87325499999997191480360925197601318359375;s:3:\"ANG\";d:1.8021130000000000759285967433243058621883392333984375;s:3:\"AOA\";d:502.98000000000001818989403545856475830078125;s:3:\"ARS\";d:107.0743680000000068730514612980186939239501953125;s:3:\"AUD\";d:1.3879729999999999012771922934916801750659942626953125;s:3:\"AWG\";d:1.8002499999999999058530875117867253720760345458984375;s:3:\"AZN\";d:1.6999999999999999555910790149937383830547332763671875;s:3:\"BAM\";d:1.7234030000000000182325265996041707694530487060546875;s:3:\"BBD\";i:2;s:3:\"BDT\";d:86.3108359999999947831383906304836273193359375;s:3:\"BGN\";d:1.7299290000000000500079977427958510816097259521484375;s:3:\"BHD\";d:0.37701499999999998902211473250645212829113006591796875;s:3:\"BIF\";d:2006.465817999999899257090874016284942626953125;s:3:\"BMD\";i:1;s:3:\"BND\";d:1.346344999999999902939862295170314610004425048828125;s:3:\"BOB\";d:6.88460699999999992115817804005928337574005126953125;s:3:\"BRL\";d:5.10390000000000032542857297812588512897491455078125;s:3:\"BSD\";i:1;s:3:\"BTC\";d:2.69999999999999989899572561125040692786569707095623016357421875E-5;s:3:\"BTN\";d:74.89623100000000022191670723259449005126953125;s:3:\"BWP\";d:11.559056999999999248984750011004507541656494140625;s:3:\"BYN\";d:2.612207000000000167716507348814047873020172119140625;s:3:\"BZD\";d:2.015569999999999861728383621084503829479217529296875;s:3:\"CAD\";d:1.2742169999999999330242417272529564797878265380859375;s:3:\"CDF\";d:2009.405367000000069310772232711315155029296875;s:3:\"CHF\";d:0.9177999999999999491961943931528367102146148681640625;s:3:\"CLF\";d:0.028940000000000000446309655899312929250299930572509765625;s:3:\"CLP\";d:798.5399999999999636202119290828704833984375;s:3:\"CNH\";d:6.3313649999999999096189640113152563571929931640625;s:3:\"CNY\";d:6.3345000000000002415845301584340631961822509765625;s:3:\"COP\";d:3939.13065300000016577541828155517578125;s:3:\"CRC\";d:641.5509100000000444197212345898151397705078125;s:3:\"CUC\";i:1;s:3:\"CUP\";d:25.75;s:3:\"CVE\";d:97.7000000000000028421709430404007434844970703125;s:3:\"CZK\";d:21.602000000000000312638803734444081783294677734375;s:3:\"DJF\";d:178.717857000000009293216862715780735015869140625;s:3:\"DKK\";d:6.56937000000000015376144801848568022251129150390625;s:3:\"DOP\";d:56.87177899999999652891347068361937999725341796875;s:3:\"DZD\";d:140.77771899999999050123733468353748321533203125;s:3:\"EGP\";d:15.74210000000000064801497501321136951446533203125;s:3:\"ERN\";d:15.000009999999999621422830387018620967864990234375;s:3:\"ETB\";d:51.04057300000000196860128198750317096710205078125;s:3:\"EUR\";d:0.88289399999999995660715512713068164885044097900390625;s:3:\"FJD\";d:2.12995000000000000994759830064140260219573974609375;s:3:\"FKP\";d:0.73642700000000005378097966968198306858539581298828125;s:3:\"GBP\";d:0.73642700000000005378097966968198306858539581298828125;s:3:\"GEL\";d:2.979999999999999982236431605997495353221893310546875;s:3:\"GGP\";d:0.73642700000000005378097966968198306858539581298828125;s:3:\"GHS\";d:6.62570800000000037499603422475047409534454345703125;s:3:\"GIP\";d:0.73642700000000005378097966968198306858539581298828125;s:3:\"GMD\";d:53.25;s:3:\"GNF\";d:8984.141460000000733998604118824005126953125;s:3:\"GTQ\";d:7.70955100000000026483348847250454127788543701171875;s:3:\"GYD\";d:209.205473000000012007149052806198596954345703125;s:3:\"HKD\";d:7.80280500000000021287860363372601568698883056640625;s:3:\"HNL\";d:24.71989500000000106183506431989371776580810546875;s:3:\"HRK\";d:6.6547000000000000596855898038484156131744384765625;s:3:\"HTG\";d:104.3131340000000051304596127010881900787353515625;s:3:\"HUF\";d:315.4300719999999955689418129622936248779296875;s:3:\"IDR\";d:14366.64203500000076019205152988433837890625;s:3:\"ILS\";d:3.23360000000000002984279490192420780658721923828125;s:3:\"IMP\";d:0.73642700000000005378097966968198306858539581298828125;s:3:\"INR\";d:74.9262959999999935689629637636244297027587890625;s:3:\"IQD\";d:1465.22356300000001283478923141956329345703125;s:3:\"IRR\";i:42250;s:3:\"ISK\";d:125.030000000000001136868377216160297393798828125;s:3:\"JEP\";d:0.73642700000000005378097966968198306858539581298828125;s:3:\"JMD\";d:156.6104070000000092477421276271343231201171875;s:3:\"JOD\";d:0.70899999999999996358468479229486547410488128662109375;s:3:\"JPY\";d:114.8799999999999954525264911353588104248046875;s:3:\"KES\";d:113.7999999999999971578290569595992565155029296875;s:3:\"KGS\";d:84.79923800000000255749910138547420501708984375;s:3:\"KHR\";d:4084.88508599999977377592585980892181396484375;s:3:\"KMF\";d:434.8748170000000072832335717976093292236328125;s:3:\"KPW\";i:900;s:3:\"KRW\";d:1192.36664599999994607060216367244720458984375;s:3:\"KWD\";d:0.302483000000000001872280108727863989770412445068359375;s:3:\"KYD\";d:0.8332969999999999544115780736319720745086669921875;s:3:\"KZT\";d:429.11914999999999054125510156154632568359375;s:3:\"LAK\";d:11490.084387000000788248144090175628662109375;s:3:\"LBP\";d:1518.15774800000008326605893671512603759765625;s:3:\"LKR\";d:202.486588000000011788870324380695819854736328125;s:3:\"LRD\";d:154.00000399999998990097083151340484619140625;s:3:\"LSL\";d:15.2042000000000001591615728102624416351318359375;s:3:\"LYD\";d:4.58847499999999985931253831950016319751739501953125;s:3:\"MAD\";d:9.4779999999999997584154698415659368038177490234375;s:3:\"MDL\";d:17.90359000000000122554411063902080059051513671875;s:3:\"MGA\";d:3999.04785700000002179876901209354400634765625;s:3:\"MKD\";d:54.5080999999999988858689903281629085540771484375;s:3:\"MMK\";d:1777.985816999999997278791852295398712158203125;s:3:\"MNT\";d:2865.60558200000014039687812328338623046875;s:3:\"MOP\";d:8.0345420000000000726458893041126430034637451171875;s:3:\"MUR\";d:43.85000000000000142108547152020037174224853515625;s:3:\"MVR\";d:15.449999999999999289457264239899814128875732421875;s:3:\"MWK\";d:806.9356320000000550862750969827175140380859375;s:3:\"MXN\";d:20.350549000000000887666828930377960205078125;s:3:\"MYR\";d:4.18649999999999966604491419275291264057159423828125;s:3:\"MZN\";d:63.8299999999999982946974341757595539093017578125;s:3:\"NAD\";d:15.1300000000000007815970093361102044582366943359375;s:3:\"NGN\";d:417.62226900000001705848262645304203033447265625;s:3:\"NIO\";d:35.5940700000000020963852875865995883941650390625;s:3:\"NOK\";d:8.92694900000000046702552936039865016937255859375;s:3:\"NPR\";d:119.835295999999999594365363009274005889892578125;s:3:\"NZD\";d:1.489098999999999950460960462805815041065216064453125;s:3:\"OMR\";d:0.3850029999999999841264752831193618476390838623046875;s:3:\"PAB\";i:1;s:3:\"PEN\";d:3.749502000000000112578391053830273449420928955078125;s:3:\"PGK\";d:3.555514000000000063295146901509724557399749755859375;s:3:\"PHP\";d:51.4187519999999977926563587971031665802001953125;s:3:\"PKR\";d:177.06229899999999588544596917927265167236328125;s:3:\"PLN\";d:4.01169900000000012596501619555056095123291015625;s:3:\"PYG\";d:6934.10819400000036694109439849853515625;s:3:\"QAR\";d:3.66595899999999996765609466820023953914642333984375;s:3:\"RON\";d:4.3666999999999998038902049302123486995697021484375;s:3:\"RSD\";d:103.7962629999999961682988214306533336639404296875;s:3:\"RUB\";d:80.2770000000000010231815394945442676544189453125;s:3:\"RWF\";d:1044.01569100000006073969416320323944091796875;s:3:\"SAR\";d:3.751711999999999935795358396717347204685211181640625;s:3:\"SBD\";d:8.080873000000000416775947087444365024566650390625;s:3:\"SCR\";d:13.13987900000000053069015848450362682342529296875;s:3:\"SDG\";d:444.5;s:3:\"SEK\";d:9.3958209999999997563691067625768482685089111328125;s:3:\"SGD\";d:1.3473919999999999230766434266115538775920867919921875;s:3:\"SHP\";d:0.73642700000000005378097966968198306858539581298828125;s:3:\"SLL\";d:11460.000103000000308384187519550323486328125;s:3:\"SOS\";d:580.7709039999999731662683188915252685546875;s:3:\"SRD\";d:20.70349999999999823785401531495153903961181640625;s:3:\"SSP\";d:130.259999999999990905052982270717620849609375;s:3:\"STD\";d:21146.1905039999983273446559906005859375;s:3:\"SVC\";d:8.7499389999999994671497915987856686115264892578125;s:3:\"SYP\";i:2512;s:3:\"SZL\";d:15.2039980000000003457216735114343464374542236328125;s:3:\"THB\";d:32.409999999999996589394868351519107818603515625;s:3:\"TJS\";d:11.284425999999999845613274374045431613922119140625;s:3:\"TMT\";d:3.5099999999999997868371792719699442386627197265625;s:3:\"TND\";d:2.887000000000000010658141036401502788066864013671875;s:3:\"TOP\";d:2.254144999999999843254272491321898996829986572265625;s:3:\"TRY\";d:13.752881999999999607098288834095001220703125;s:3:\"TTD\";d:6.81590800000000029967850423417985439300537109375;s:3:\"TWD\";d:27.873301000000001437229002476669847965240478515625;s:3:\"TZS\";i:2314;s:3:\"UAH\";d:28.621677999999999286728780134581029415130615234375;s:3:\"UGX\";d:3514.77372400000012930831871926784515380859375;s:3:\"USD\";i:1;s:3:\"UYU\";d:43.07214599999999649071469320915639400482177734375;s:3:\"UZS\";d:10883.7295159999994211830198764801025390625;s:3:\"VND\";d:22815.4244140000009792856872081756591796875;s:3:\"VUV\";d:113.9202070000000048821675591170787811279296875;s:3:\"WST\";d:2.622911999999999910215819909353740513324737548828125;s:3:\"XAF\";d:579.140744000000040614395402371883392333984375;s:3:\"XAG\";d:0.041495999999999998164579295689691207371652126312255859375;s:3:\"XAU\";d:0.0005259999999999999918676163446207283413968980312347412109375;s:3:\"XCD\";d:2.702550000000000007815970093361102044582366943359375;s:3:\"XDR\";d:0.712525999999999992695620676386170089244842529296875;s:3:\"XOF\";d:579.140744000000040614395402371883392333984375;s:3:\"XPD\";d:0.0004150000000000000043021142204224815941415727138519287109375;s:3:\"XPF\";d:105.35732400000000552608980797231197357177734375;s:3:\"XPT\";d:0.000921000000000000052131909900055006801267154514789581298828125;s:3:\"YER\";d:250.24993699999998852945282123982906341552734375;s:3:\"ZAR\";d:15.2220899999999996765609466820023953914642333984375;s:3:\"ZMW\";d:17.593562999999999618694346281699836254119873046875;s:3:\"ZWL\";i:322;}s:7:\"expires\";i:1645544127;s:7:\"updated\";i:1645522527;}','no');
INSERT INTO `wplc_options` VALUES (9751,'wc_od_version','1.9.6','yes');
INSERT INTO `wplc_options` VALUES (9752,'wc_od_db_version','1.9.6','yes');
INSERT INTO `wplc_options` VALUES (9762,'wc_settings_tab_wpslash_tipping_title','Tip For Delivery','yes');
INSERT INTO `wplc_options` VALUES (9763,'wc_settings_tab_wpslash_tipping_default_amount','4.50','yes');
INSERT INTO `wplc_options` VALUES (9764,'wc_settings_tab_wpslash_tipping_title_enabled','yes','yes');
INSERT INTO `wplc_options` VALUES (9765,'wc_settings_tab_wpslash_tipping_taxable','no','yes');
INSERT INTO `wplc_options` VALUES (9766,'wc_settings_tab_wpslash_tipping_tax_class','','yes');
INSERT INTO `wplc_options` VALUES (9767,'wc_settings_tab_wpslash_tipping_percentage_enabled','yes','yes');
INSERT INTO `wplc_options` VALUES (9768,'wc_settings_tab_wpslash_tipping_percentage','10,20,30','yes');
INSERT INTO `wplc_options` VALUES (9769,'wc_settings_tab_wpslash_tipping_percentage_display','percentage-amount','yes');
INSERT INTO `wplc_options` VALUES (9770,'wc_settings_tab_wpslash_tipping_enabled','yes','yes');
INSERT INTO `wplc_options` VALUES (9783,'wc_od_min_working_days','0','yes');
INSERT INTO `wplc_options` VALUES (9784,'wc_od_shipping_days','a:7:{i:0;a:2:{s:7:\"enabled\";s:3:\"yes\";s:4:\"time\";s:5:\"13:00\";}i:1;a:2:{s:7:\"enabled\";s:3:\"yes\";s:4:\"time\";s:5:\"13:00\";}i:2;a:2:{s:7:\"enabled\";s:3:\"yes\";s:4:\"time\";s:5:\"13:00\";}i:3;a:2:{s:7:\"enabled\";s:3:\"yes\";s:4:\"time\";s:5:\"13:00\";}i:4;a:2:{s:7:\"enabled\";s:3:\"yes\";s:4:\"time\";s:5:\"13:00\";}i:5;a:2:{s:7:\"enabled\";s:3:\"yes\";s:4:\"time\";s:5:\"13:00\";}i:6;a:2:{s:7:\"enabled\";s:3:\"yes\";s:4:\"time\";s:5:\"13:00\";}}','yes');
INSERT INTO `wplc_options` VALUES (9785,'wc_od_delivery_ranges','a:0:{}','yes');
INSERT INTO `wplc_options` VALUES (9786,'wc_od_checkout_location','after_additional_fields','yes');
INSERT INTO `wplc_options` VALUES (9787,'wc_od_checkout_delivery_option','calendar','yes');
INSERT INTO `wplc_options` VALUES (9788,'wc_od_checkout_text','','yes');
INSERT INTO `wplc_options` VALUES (9789,'wc_od_delivery_days','a:7:{i:0;a:5:{s:7:\"enabled\";s:3:\"yes\";s:16:\"number_of_orders\";i:0;s:11:\"time_frames\";a:1:{i:0;a:6:{s:5:\"title\";s:13:\"Working Hours\";s:9:\"time_from\";s:5:\"09:00\";s:7:\"time_to\";s:5:\"23:00\";s:16:\"number_of_orders\";i:0;s:23:\"shipping_methods_option\";s:0:\"\";s:16:\"shipping_methods\";a:0:{}}}s:23:\"shipping_methods_option\";s:0:\"\";s:16:\"shipping_methods\";a:0:{}}i:1;a:5:{s:7:\"enabled\";s:3:\"yes\";s:16:\"number_of_orders\";i:0;s:11:\"time_frames\";a:1:{i:0;a:6:{s:5:\"title\";s:13:\"Working Hours\";s:9:\"time_from\";s:5:\"09:00\";s:7:\"time_to\";s:5:\"23:00\";s:16:\"number_of_orders\";i:0;s:23:\"shipping_methods_option\";s:0:\"\";s:16:\"shipping_methods\";a:0:{}}}s:23:\"shipping_methods_option\";s:0:\"\";s:16:\"shipping_methods\";a:0:{}}i:2;a:5:{s:7:\"enabled\";s:3:\"yes\";s:16:\"number_of_orders\";i:0;s:11:\"time_frames\";a:1:{i:0;a:6:{s:5:\"title\";s:13:\"Working Hours\";s:9:\"time_from\";s:5:\"09:00\";s:7:\"time_to\";s:5:\"23:00\";s:16:\"number_of_orders\";i:0;s:23:\"shipping_methods_option\";s:0:\"\";s:16:\"shipping_methods\";a:0:{}}}s:23:\"shipping_methods_option\";s:0:\"\";s:16:\"shipping_methods\";a:0:{}}i:3;a:5:{s:7:\"enabled\";s:3:\"yes\";s:16:\"number_of_orders\";i:0;s:11:\"time_frames\";a:1:{i:0;a:6:{s:5:\"title\";s:13:\"Working Hours\";s:9:\"time_from\";s:5:\"09:00\";s:7:\"time_to\";s:5:\"23:00\";s:16:\"number_of_orders\";i:0;s:23:\"shipping_methods_option\";s:0:\"\";s:16:\"shipping_methods\";a:0:{}}}s:23:\"shipping_methods_option\";s:0:\"\";s:16:\"shipping_methods\";a:0:{}}i:4;a:5:{s:7:\"enabled\";s:3:\"yes\";s:16:\"number_of_orders\";i:0;s:11:\"time_frames\";a:1:{i:0;a:6:{s:5:\"title\";s:13:\"Working Hours\";s:9:\"time_from\";s:5:\"09:00\";s:7:\"time_to\";s:5:\"23:00\";s:16:\"number_of_orders\";i:0;s:23:\"shipping_methods_option\";s:0:\"\";s:16:\"shipping_methods\";a:0:{}}}s:23:\"shipping_methods_option\";s:0:\"\";s:16:\"shipping_methods\";a:0:{}}i:5;a:5:{s:7:\"enabled\";s:3:\"yes\";s:16:\"number_of_orders\";i:0;s:11:\"time_frames\";a:1:{i:0;a:6:{s:5:\"title\";s:13:\"Working Hours\";s:9:\"time_from\";s:5:\"09:00\";s:7:\"time_to\";s:5:\"23:00\";s:16:\"number_of_orders\";i:0;s:23:\"shipping_methods_option\";s:0:\"\";s:16:\"shipping_methods\";a:0:{}}}s:23:\"shipping_methods_option\";s:0:\"\";s:16:\"shipping_methods\";a:0:{}}i:6;a:5:{s:7:\"enabled\";s:3:\"yes\";s:16:\"number_of_orders\";i:0;s:11:\"time_frames\";a:1:{i:0;a:6:{s:5:\"title\";s:13:\"Working Hours\";s:9:\"time_from\";s:5:\"09:00\";s:7:\"time_to\";s:5:\"23:00\";s:16:\"number_of_orders\";i:0;s:23:\"shipping_methods_option\";s:0:\"\";s:16:\"shipping_methods\";a:0:{}}}s:23:\"shipping_methods_option\";s:0:\"\";s:16:\"shipping_methods\";a:0:{}}}','yes');
INSERT INTO `wplc_options` VALUES (9790,'wc_od_max_delivery_days','10','yes');
INSERT INTO `wplc_options` VALUES (9791,'wc_od_delivery_fields_option','optional','yes');
INSERT INTO `wplc_options` VALUES (9792,'wc_od_enable_local_pickup','no','yes');
INSERT INTO `wplc_options` VALUES (9884,'woocommerce_admin_last_orders_milestone','10','yes');
INSERT INTO `wplc_options` VALUES (10016,'mainwp_child_wpvulndb_token','ESIaz6a1UbNinOOh1UP1eEBme1s5y1vtaIZrAhCkfvc','no');
INSERT INTO `wplc_options` VALUES (10495,'wcpay_account_data','a:2:{s:7:\"account\";a:25:{s:10:\"account_id\";s:21:\"acct_1KVjQE2HKtuupyEY\";s:5:\"email\";s:34:\"jared.betterdaysdelivery@gmail.com\";s:20:\"live_publishable_key\";s:42:\"pk_live_iBIpeqzKOOx2Y8PFCRBfyMU000Q7xVG4Sn\";s:20:\"test_publishable_key\";s:107:\"pk_test_51ETDmyFuiXB5oUVxwSobQMW5Tno1GclIq7ePZWzLeW4q8oa7Zb8hI5VfwI5sNT5nXuKYinLukNvGCXmsQXAoDGHG00MqHqlYHR\";s:7:\"is_live\";b:1;s:24:\"has_pending_requirements\";b:0;s:24:\"has_overdue_requirements\";b:0;s:16:\"current_deadline\";N;s:6:\"status\";s:25:\"rejected.terms_of_service\";s:12:\"capabilities\";a:16:{s:19:\"bancontact_payments\";s:8:\"inactive\";s:13:\"card_payments\";s:8:\"inactive\";s:12:\"eps_payments\";s:8:\"inactive\";s:16:\"giropay_payments\";s:8:\"inactive\";s:14:\"ideal_payments\";s:8:\"inactive\";s:12:\"p24_payments\";s:8:\"inactive\";s:19:\"sepa_debit_payments\";s:8:\"inactive\";s:15:\"sofort_payments\";s:8:\"inactive\";s:23:\"tax_reporting_us_1099_k\";s:6:\"active\";s:9:\"transfers\";s:8:\"inactive\";s:19:\"acss_debit_payments\";s:11:\"unrequested\";s:26:\"afterpay_clearpay_payments\";s:11:\"unrequested\";s:6:\"klarna\";s:11:\"unrequested\";s:13:\"link_payments\";s:11:\"unrequested\";s:26:\"tax_reporting_us_1099_misc\";s:11:\"unrequested\";s:28:\"us_bank_account_ach_payments\";s:11:\"unrequested\";}s:23:\"capability_requirements\";a:16:{s:19:\"acss_debit_payments\";a:0:{}s:26:\"afterpay_clearpay_payments\";a:1:{i:0;s:30:\"business_profile.support_phone\";}s:19:\"bancontact_payments\";a:0:{}s:13:\"card_payments\";a:0:{}s:12:\"eps_payments\";a:0:{}s:16:\"giropay_payments\";a:0:{}s:14:\"ideal_payments\";a:0:{}s:6:\"klarna\";a:0:{}s:13:\"link_payments\";a:0:{}s:12:\"p24_payments\";a:0:{}s:19:\"sepa_debit_payments\";a:0:{}s:15:\"sofort_payments\";a:0:{}s:23:\"tax_reporting_us_1099_k\";a:0:{}s:26:\"tax_reporting_us_1099_misc\";a:0:{}s:9:\"transfers\";a:0:{}s:28:\"us_bank_account_ach_payments\";a:0:{}}s:16:\"payments_enabled\";b:0;s:15:\"deposits_status\";s:6:\"manual\";s:20:\"statement_descriptor\";s:22:\"WWW.BETTERDAYS-DELTADE\";s:20:\"latest_tos_agreement\";a:3:{s:4:\"date\";s:19:\"2022-02-21 21:27:55\";s:6:\"source\";s:6:\"signup\";s:18:\"is_current_version\";b:1;}s:4:\"fees\";a:11:{s:4:\"base\";a:3:{s:15:\"percentage_rate\";d:0.0290000000000000014710455076283324160613119602203369140625;s:10:\"fixed_rate\";i:30;s:8:\"currency\";s:3:\"usd\";}s:8:\"discount\";a:0:{}s:10:\"bancontact\";a:4:{s:4:\"base\";a:3:{s:15:\"percentage_rate\";d:0.01400000000000000029143354396410359186120331287384033203125;s:10:\"fixed_rate\";i:30;s:8:\"currency\";s:3:\"usd\";}s:10:\"additional\";a:3:{s:15:\"percentage_rate\";d:0.01499999999999999944488848768742172978818416595458984375;s:10:\"fixed_rate\";i:0;s:8:\"currency\";s:3:\"usd\";}s:2:\"fx\";a:3:{s:15:\"percentage_rate\";d:0.01000000000000000020816681711721685132943093776702880859375;s:10:\"fixed_rate\";i:0;s:8:\"currency\";s:3:\"usd\";}s:8:\"discount\";a:0:{}}s:4:\"card\";a:4:{s:4:\"base\";a:3:{s:15:\"percentage_rate\";d:0.0290000000000000014710455076283324160613119602203369140625;s:10:\"fixed_rate\";i:30;s:8:\"currency\";s:3:\"usd\";}s:10:\"additional\";a:3:{s:15:\"percentage_rate\";d:0.01000000000000000020816681711721685132943093776702880859375;s:10:\"fixed_rate\";i:0;s:8:\"currency\";s:3:\"usd\";}s:2:\"fx\";a:3:{s:15:\"percentage_rate\";d:0.01000000000000000020816681711721685132943093776702880859375;s:10:\"fixed_rate\";i:0;s:8:\"currency\";s:3:\"usd\";}s:8:\"discount\";a:0:{}}s:12:\"card_present\";a:4:{s:4:\"base\";a:3:{s:15:\"percentage_rate\";d:0.0259999999999999988065102485279567190445959568023681640625;s:10:\"fixed_rate\";i:10;s:8:\"currency\";s:3:\"usd\";}s:10:\"additional\";a:3:{s:15:\"percentage_rate\";d:0.01000000000000000020816681711721685132943093776702880859375;s:10:\"fixed_rate\";i:0;s:8:\"currency\";s:3:\"usd\";}s:2:\"fx\";a:3:{s:15:\"percentage_rate\";d:0.01000000000000000020816681711721685132943093776702880859375;s:10:\"fixed_rate\";i:0;s:8:\"currency\";s:3:\"usd\";}s:8:\"discount\";a:0:{}}s:3:\"eps\";a:4:{s:4:\"base\";a:3:{s:15:\"percentage_rate\";d:0.0179999999999999986399767948341832379810512065887451171875;s:10:\"fixed_rate\";i:30;s:8:\"currency\";s:3:\"usd\";}s:10:\"additional\";a:3:{s:15:\"percentage_rate\";d:0.01499999999999999944488848768742172978818416595458984375;s:10:\"fixed_rate\";i:0;s:8:\"currency\";s:3:\"usd\";}s:2:\"fx\";a:3:{s:15:\"percentage_rate\";d:0.01000000000000000020816681711721685132943093776702880859375;s:10:\"fixed_rate\";i:0;s:8:\"currency\";s:3:\"usd\";}s:8:\"discount\";a:0:{}}s:5:\"ideal\";a:4:{s:4:\"base\";a:3:{s:15:\"percentage_rate\";i:0;s:10:\"fixed_rate\";i:80;s:8:\"currency\";s:3:\"usd\";}s:10:\"additional\";a:3:{s:15:\"percentage_rate\";d:0.01499999999999999944488848768742172978818416595458984375;s:10:\"fixed_rate\";i:0;s:8:\"currency\";s:3:\"usd\";}s:2:\"fx\";a:3:{s:15:\"percentage_rate\";d:0.01000000000000000020816681711721685132943093776702880859375;s:10:\"fixed_rate\";i:0;s:8:\"currency\";s:3:\"usd\";}s:8:\"discount\";a:0:{}}s:7:\"giropay\";a:4:{s:4:\"base\";a:3:{s:15:\"percentage_rate\";d:0.01400000000000000029143354396410359186120331287384033203125;s:10:\"fixed_rate\";i:30;s:8:\"currency\";s:3:\"usd\";}s:10:\"additional\";a:3:{s:15:\"percentage_rate\";d:0.01499999999999999944488848768742172978818416595458984375;s:10:\"fixed_rate\";i:0;s:8:\"currency\";s:3:\"usd\";}s:2:\"fx\";a:3:{s:15:\"percentage_rate\";d:0.01000000000000000020816681711721685132943093776702880859375;s:10:\"fixed_rate\";i:0;s:8:\"currency\";s:3:\"usd\";}s:8:\"discount\";a:0:{}}s:3:\"p24\";a:4:{s:4:\"base\";a:3:{s:15:\"percentage_rate\";d:0.021999999999999998723243521681069978512823581695556640625;s:10:\"fixed_rate\";i:30;s:8:\"currency\";s:3:\"usd\";}s:10:\"additional\";a:3:{s:15:\"percentage_rate\";d:0.01499999999999999944488848768742172978818416595458984375;s:10:\"fixed_rate\";i:0;s:8:\"currency\";s:3:\"usd\";}s:2:\"fx\";a:3:{s:15:\"percentage_rate\";d:0.01000000000000000020816681711721685132943093776702880859375;s:10:\"fixed_rate\";i:0;s:8:\"currency\";s:3:\"usd\";}s:8:\"discount\";a:0:{}}s:6:\"sofort\";a:4:{s:4:\"base\";a:3:{s:15:\"percentage_rate\";d:0.01400000000000000029143354396410359186120331287384033203125;s:10:\"fixed_rate\";i:30;s:8:\"currency\";s:3:\"usd\";}s:10:\"additional\";a:3:{s:15:\"percentage_rate\";d:0.01499999999999999944488848768742172978818416595458984375;s:10:\"fixed_rate\";i:0;s:8:\"currency\";s:3:\"usd\";}s:2:\"fx\";a:3:{s:15:\"percentage_rate\";d:0.01000000000000000020816681711721685132943093776702880859375;s:10:\"fixed_rate\";i:0;s:8:\"currency\";s:3:\"usd\";}s:8:\"discount\";a:0:{}}s:10:\"sepa_debit\";a:4:{s:4:\"base\";a:4:{s:15:\"percentage_rate\";d:0.008000000000000000166533453693773481063544750213623046875;s:10:\"fixed_rate\";i:30;s:8:\"currency\";s:3:\"usd\";s:7:\"fee_cap\";i:600;}s:10:\"additional\";a:3:{s:15:\"percentage_rate\";d:0.01499999999999999944488848768742172978818416595458984375;s:10:\"fixed_rate\";i:0;s:8:\"currency\";s:3:\"usd\";}s:2:\"fx\";a:3:{s:15:\"percentage_rate\";d:0.01000000000000000020816681711721685132943093776702880859375;s:10:\"fixed_rate\";i:0;s:8:\"currency\";s:3:\"usd\";}s:8:\"discount\";a:0:{}}}s:7:\"capital\";a:3:{s:15:\"has_active_loan\";b:0;s:18:\"has_previous_loans\";b:0;s:5:\"loans\";a:0:{}}s:14:\"fraud_services\";a:2:{s:6:\"stripe\";a:0:{}s:4:\"sift\";a:2:{s:10:\"beacon_key\";s:10:\"affbdadb36\";s:18:\"sandbox_beacon_key\";s:10:\"6ad0ad748b\";}}s:16:\"store_currencies\";a:2:{s:7:\"default\";s:3:\"usd\";s:9:\"supported\";a:1:{i:0;s:3:\"usd\";}}s:19:\"customer_currencies\";a:1:{s:9:\"supported\";a:136:{i:0;s:3:\"usd\";i:1;s:3:\"aed\";i:2;s:3:\"afn\";i:3;s:3:\"all\";i:4;s:3:\"amd\";i:5;s:3:\"ang\";i:6;s:3:\"aoa\";i:7;s:3:\"ars\";i:8;s:3:\"aud\";i:9;s:3:\"awg\";i:10;s:3:\"azn\";i:11;s:3:\"bam\";i:12;s:3:\"bbd\";i:13;s:3:\"bdt\";i:14;s:3:\"bgn\";i:15;s:3:\"bif\";i:16;s:3:\"bmd\";i:17;s:3:\"bnd\";i:18;s:3:\"bob\";i:19;s:3:\"brl\";i:20;s:3:\"bsd\";i:21;s:3:\"bwp\";i:22;s:3:\"byn\";i:23;s:3:\"bzd\";i:24;s:3:\"cad\";i:25;s:3:\"cdf\";i:26;s:3:\"chf\";i:27;s:3:\"clp\";i:28;s:3:\"cny\";i:29;s:3:\"cop\";i:30;s:3:\"crc\";i:31;s:3:\"cve\";i:32;s:3:\"czk\";i:33;s:3:\"djf\";i:34;s:3:\"dkk\";i:35;s:3:\"dop\";i:36;s:3:\"dzd\";i:37;s:3:\"egp\";i:38;s:3:\"etb\";i:39;s:3:\"eur\";i:40;s:3:\"fjd\";i:41;s:3:\"fkp\";i:42;s:3:\"gbp\";i:43;s:3:\"gel\";i:44;s:3:\"gip\";i:45;s:3:\"gmd\";i:46;s:3:\"gnf\";i:47;s:3:\"gtq\";i:48;s:3:\"gyd\";i:49;s:3:\"hkd\";i:50;s:3:\"hnl\";i:51;s:3:\"hrk\";i:52;s:3:\"htg\";i:53;s:3:\"huf\";i:54;s:3:\"idr\";i:55;s:3:\"ils\";i:56;s:3:\"inr\";i:57;s:3:\"isk\";i:58;s:3:\"jmd\";i:59;s:3:\"jpy\";i:60;s:3:\"kes\";i:61;s:3:\"kgs\";i:62;s:3:\"khr\";i:63;s:3:\"kmf\";i:64;s:3:\"krw\";i:65;s:3:\"kyd\";i:66;s:3:\"kzt\";i:67;s:3:\"lak\";i:68;s:3:\"lbp\";i:69;s:3:\"lkr\";i:70;s:3:\"lrd\";i:71;s:3:\"lsl\";i:72;s:3:\"mad\";i:73;s:3:\"mdl\";i:74;s:3:\"mga\";i:75;s:3:\"mkd\";i:76;s:3:\"mmk\";i:77;s:3:\"mnt\";i:78;s:3:\"mop\";i:79;s:3:\"mro\";i:80;s:3:\"mur\";i:81;s:3:\"mvr\";i:82;s:3:\"mwk\";i:83;s:3:\"mxn\";i:84;s:3:\"myr\";i:85;s:3:\"mzn\";i:86;s:3:\"nad\";i:87;s:3:\"ngn\";i:88;s:3:\"nio\";i:89;s:3:\"nok\";i:90;s:3:\"npr\";i:91;s:3:\"nzd\";i:92;s:3:\"pab\";i:93;s:3:\"pen\";i:94;s:3:\"pgk\";i:95;s:3:\"php\";i:96;s:3:\"pkr\";i:97;s:3:\"pln\";i:98;s:3:\"pyg\";i:99;s:3:\"qar\";i:100;s:3:\"ron\";i:101;s:3:\"rsd\";i:102;s:3:\"rub\";i:103;s:3:\"rwf\";i:104;s:3:\"sar\";i:105;s:3:\"sbd\";i:106;s:3:\"scr\";i:107;s:3:\"sek\";i:108;s:3:\"sgd\";i:109;s:3:\"shp\";i:110;s:3:\"sll\";i:111;s:3:\"sos\";i:112;s:3:\"srd\";i:113;s:3:\"std\";i:114;s:3:\"szl\";i:115;s:3:\"thb\";i:116;s:3:\"tjs\";i:117;s:3:\"top\";i:118;s:3:\"try\";i:119;s:3:\"ttd\";i:120;s:3:\"twd\";i:121;s:3:\"tzs\";i:122;s:3:\"uah\";i:123;s:3:\"ugx\";i:124;s:3:\"uyu\";i:125;s:3:\"uzs\";i:126;s:3:\"vnd\";i:127;s:3:\"vuv\";i:128;s:3:\"wst\";i:129;s:3:\"xaf\";i:130;s:3:\"xcd\";i:131;s:3:\"xof\";i:132;s:3:\"xpf\";i:133;s:3:\"yer\";i:134;s:3:\"zar\";i:135;s:3:\"zmw\";}}s:7:\"country\";s:2:\"US\";s:25:\"instant_deposits_eligible\";b:0;s:21:\"card_present_eligible\";b:1;s:16:\"business_profile\";a:5:{s:4:\"name\";s:26:\"Better Days Delta Delivery\";s:3:\"url\";s:26:\"http://www.dubdelivery.app\";s:15:\"support_address\";a:0:{}s:13:\"support_email\";N;s:13:\"support_phone\";N;}s:8:\"branding\";a:4:{s:4:\"icon\";N;s:4:\"logo\";N;s:13:\"primary_color\";N;s:15:\"secondary_color\";N;}}s:7:\"expires\";d:1645667395;}','no');
INSERT INTO `wplc_options` VALUES (10558,'auto_core_update_notified','a:4:{s:4:\"type\";s:7:\"success\";s:5:\"email\";s:27:\"ftgadmin@ticket.ftghost.net\";s:7:\"version\";s:5:\"6.4.2\";s:9:\"timestamp\";i:1701902536;}','no');
INSERT INTO `wplc_options` VALUES (10658,'mainwp_lasttime_backup_wptimecapsule','1680777678','yes');
INSERT INTO `wplc_options` VALUES (10704,'woocommerce_enable_signup_from_checkout_for_subscriptions','yes','no');
INSERT INTO `wplc_options` VALUES (10705,'woocommerce_erasure_request_removes_subscription_data','no','no');
INSERT INTO `wplc_options` VALUES (10706,'woocommerce_anonymize_ended_subscriptions','a:2:{s:6:\"number\";s:0:\"\";s:4:\"unit\";s:6:\"months\";}','no');
INSERT INTO `wplc_options` VALUES (10707,'woocommerce_gateway_stripe_retention','','no');
INSERT INTO `wplc_options` VALUES (10708,'woocommerce_myaccount_subscriptions_endpoint','subscriptions','yes');
INSERT INTO `wplc_options` VALUES (10709,'woocommerce_myaccount_view_subscription_endpoint','view-subscription','yes');
INSERT INTO `wplc_options` VALUES (10710,'woocommerce_myaccount_subscription_payment_method_endpoint','subscription-payment-method','yes');
INSERT INTO `wplc_options` VALUES (10711,'woocommerce_analytics_enabled','yes','yes');
INSERT INTO `wplc_options` VALUES (10890,'litespeed.conf.optm-localize','','yes');
INSERT INTO `wplc_options` VALUES (10891,'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');
INSERT INTO `wplc_options` VALUES (11689,'woocommerce_pinwheeldirectmethod_settings','a:28:{s:7:\"enabled\";s:3:\"yes\";s:5:\"title\";s:22:\"Credit Card (Pinwheel)\";s:11:\"description\";s:58:\"Pay with your credit card via Pinwheel Billing Direct API.\";s:11:\"apiEndPoint\";s:57:\"https://api.paybypinwheel.com/api/transaction/WooCommerce\";s:12:\"req_username\";s:20:\"jhovdesven@yahoo.com\";s:12:\"req_password\";s:9:\"Ayvia923!\";s:5:\"debug\";s:2:\"no\";s:10:\"advancetab\";s:0:\"\";s:7:\"APIkey1\";s:0:\"\";s:9:\"APIvalue1\";s:0:\"\";s:7:\"APIkey2\";s:0:\"\";s:9:\"APIvalue2\";s:0:\"\";s:7:\"APIkey3\";s:0:\"\";s:9:\"APIvalue3\";s:0:\"\";s:7:\"APIkey4\";s:0:\"\";s:9:\"APIvalue4\";s:0:\"\";s:7:\"APIkey5\";s:0:\"\";s:9:\"APIvalue5\";s:0:\"\";s:7:\"APIkey6\";s:0:\"\";s:9:\"APIvalue6\";s:0:\"\";s:7:\"APIkey7\";s:0:\"\";s:9:\"APIvalue7\";s:0:\"\";s:7:\"APIkey8\";s:0:\"\";s:9:\"APIvalue8\";s:0:\"\";s:7:\"APIkey9\";s:0:\"\";s:9:\"APIvalue9\";s:0:\"\";s:8:\"APIkey10\";s:0:\"\";s:10:\"APIvalue10\";s:0:\"\";}','yes');
INSERT INTO `wplc_options` VALUES (13302,'woocommerce_pinwheelpayapp_settings','a:6:{s:7:\"enabled\";s:2:\"no\";s:5:\"title\";s:24:\"Pay by Credit/Debit Card\";s:11:\"description\";s:523:\"We will utilize our Pinwheel payment gateway to securely process your transaction. Pinwheel provides Payment Card Industry Data Security Standard (PCI-DSS Compliant) payment services. We store payment information only as long as necessary to complete the transaction and delete it after completion unless you specify that you want it saved on file.\r\n\r\nWe will never store Credit or Debit card information in our servers while providing you services. All information is stored within Pinwheel Systems if consent is provided.\";s:11:\"merchant_id\";s:0:\"\";s:12:\"merchant_slt\";s:0:\"\";s:5:\"debug\";s:2:\"no\";}','yes');
INSERT INTO `wplc_options` VALUES (13707,'jetpack_activated','4','yes');
INSERT INTO `wplc_options` VALUES (13710,'jetpack_activation_source','a:2:{i:0;s:11:\"search-term\";i:1;s:7:\"jetpack\";}','yes');
INSERT INTO `wplc_options` VALUES (13746,'jetpack_plugin_api_action_links','a:15:{s:47:\"woo-variation-gallery/woo-variation-gallery.php\";a:2:{s:8:\"Settings\";s:101:\"https://www.dubdelivery.club/wp-admin/admin.php?page=getwooplugins-settings&tab=woo_variation_gallery\";s:6:\"Go Pro\";s:64:\"https://getwooplugins.com/plugins/woocommerce-variation-gallery/\";}s:21:\"age-gate/age-gate.php\";a:2:{s:8:\"Settings\";s:61:\"https://www.dubdelivery.club/wp-admin/admin.php?page=age-gate\";s:6:\"Donate\";s:243:\"https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=donate%40wordpressagegate%2ecom&lc=GB&item_name=Age%20Gate&item_number=Age%20Gate%20Donation&no_note=0&currency_code=GBP&bn=PP%2dDonationsBF%3abtn_donateCC_LG%2egif%3aNonHostedGuest\";}s:28:\"agecheckernet/agechecker.php\";a:1:{s:8:\"Settings\";s:111:\"https://www.dubdelivery.club/wp-admin/admin.php?page=wc-settings&tab=integration&section=integration-agechecker\";}s:43:\"all-in-one-seo-pack/all_in_one_seo_pack.php\";a:4:{s:14:\"Upgrade to Pro\";s:128:\"https://aioseo.com/lite-upgrade/?utm_source=WordPress&utm_campaign=liteplugin&utm_medium=plugin-action-links&utm_content=Upgrade\";s:13:\"Documentation\";s:126:\"https://aioseo.com/docs/?utm_source=WordPress&utm_campaign=liteplugin&utm_medium=plugin-action-links&utm_content=Documentation\";s:7:\"Support\";s:123:\"https://aioseo.com/contact/?utm_source=WordPress&utm_campaign=liteplugin&utm_medium=plugin-action-links&utm_content=Support\";s:12:\"SEO Settings\";s:68:\"https://www.dubdelivery.club/wp-admin/admin.php?page=aioseo-settings\";}s:43:\"broken-link-checker/broken-link-checker.php\";a:3:{s:5:\"Cloud\";s:61:\"https://www.dubdelivery.club/wp-admin/admin.php?page=blc_dash\";s:5:\"Local\";s:62:\"https://www.dubdelivery.club/wp-admin/admin.php?page=blc_local\";s:4:\"Docs\";s:61:\"https://wpmudev.com/docs/wpmu-dev-plugins/broken-link-checker\";}s:37:\"woo-coupon-usage/woo-coupon-usage.php\";a:2:{s:8:\"Settings\";s:69:\"https://www.dubdelivery.club/wp-admin/admin.php?page=wcusage_settings\";s:7:\"Support\";s:66:\"https://wordpress.org/support/plugin/woo-coupon-usage/#new-topic-0\";}s:75:\"easy-woocommerce-auto-sku-generator/easy-woocommerce-auto-sku-generator.php\";a:1:{s:8:\"Settings\";s:97:\"https://www.dubdelivery.club/wp-admin/admin.php?page=wc-settings&tab=products&section=skuautoffxf\";}s:71:\"shipping-zones-by-drawing-for-woocommerce/shipping-zones-by-drawing.php\";a:2:{s:8:\"Settings\";s:76:\"https://www.dubdelivery.club/wp-admin/admin.php?page=wc-settings&tab=szbdtab\";s:10:\"Go Premium\";s:32:\"https://shippingzonesplugin.com/\";}s:29:\"wpmu-dev-seo/wpmu-dev-seo.php\";a:2:{s:9:\"Dashboard\";s:63:\"https://www.dubdelivery.club/wp-admin/admin.php?page=wds_wizard\";s:4:\"Docs\";s:133:\"https://wpmudev.com/docs/wpmu-dev-plugins/smartcrawl/?utm_source=smartcrawl&utm_medium=plugin&utm_campaign=smartcrawl_pluginlist_docs\";}s:69:\"whws-display-user-meta-shortcode/whws-display-user-meta-shortcode.php\";a:2:{s:8:\"Settings\";s:73:\"https://www.dubdelivery.club/wp-admin/admin.php?page=whws-user-meta-panel\";s:21:\"Donate to this plugin\";s:38:\"https://www.buymeacoffee.com/Ll7myjoqA\";}s:27:\"woocommerce/woocommerce.php\";a:1:{s:8:\"Settings\";s:64:\"https://www.dubdelivery.club/wp-admin/admin.php?page=wc-settings\";}s:51:\"woocommerce-memberships/woocommerce-memberships.php\";a:4:{s:9:\"Configure\";s:80:\"https://www.dubdelivery.club/wp-admin/admin.php?page=wc-settings&tab=memberships\";s:4:\"Docs\";s:62:\"https://docs.woocommerce.com/document/woocommerce-memberships/\";s:7:\"Support\";s:43:\"https://woocommerce.com/my-account/tickets/\";s:6:\"Review\";s:66:\"https://woocommerce.com/products/woocommerce-memberships/#comments\";}s:45:\"woocommerce-services/woocommerce-services.php\";a:1:{s:7:\"Support\";s:51:\"https://woocommerce.com/my-account/create-a-ticket/\";}s:55:\"woocommerce-subscriptions/woocommerce-subscriptions.php\";a:3:{s:8:\"Settings\";s:82:\"https://www.dubdelivery.club/wp-admin/admin.php?page=wc-settings&tab=subscriptions\";s:4:\"Docs\";s:51:\"http://docs.woocommerce.com/document/subscriptions/\";s:7:\"Support\";s:59:\"https://woocommerce.com/my-account/marketplace-ticket-form/\";}s:19:\"wpforms/wpforms.php\";a:2:{s:7:\"Support\";s:120:\"https://wpforms.com/account/support/?utm_content=Support&utm_campaign=plugin&utm_medium=all-plugins&utm_source=WordPress\";s:4:\"Docs\";s:115:\"https://wpforms.com/docs/?utm_content=Documentation&utm_campaign=plugin&utm_medium=all-plugins&utm_source=WordPress\";}}','yes');
INSERT INTO `wplc_options` VALUES (13747,'jp_sync_last_success_immediate-send','1670375020.2939','no');
INSERT INTO `wplc_options` VALUES (13753,'jetpack_available_modules','a:1:{s:4:\"13.0\";a:46:{s:10:\"action-bar\";s:4:\"11.4\";s:5:\"blaze\";s:4:\"12.3\";s:8:\"carousel\";s:3:\"1.5\";s:13:\"comment-likes\";s:3:\"5.1\";s:8:\"comments\";s:3:\"1.4\";s:12:\"contact-form\";s:3:\"1.3\";s:9:\"copy-post\";s:3:\"7.0\";s:20:\"custom-content-types\";s:3:\"3.1\";s:10:\"custom-css\";s:3:\"1.7\";s:21:\"enhanced-distribution\";s:3:\"1.2\";s:16:\"google-analytics\";s:3:\"4.5\";s:12:\"google-fonts\";s:6:\"10.8.0\";s:19:\"gravatar-hovercards\";s:3:\"1.1\";s:15:\"infinite-scroll\";s:3:\"2.0\";s:8:\"json-api\";s:3:\"1.9\";s:5:\"latex\";s:3:\"1.1\";s:5:\"likes\";s:3:\"2.2\";s:8:\"markdown\";s:3:\"2.8\";s:9:\"masterbar\";s:3:\"4.8\";s:7:\"monitor\";s:3:\"2.6\";s:5:\"notes\";s:3:\"1.9\";s:10:\"photon-cdn\";s:3:\"6.6\";s:6:\"photon\";s:3:\"2.0\";s:13:\"post-by-email\";s:3:\"2.0\";s:9:\"post-list\";s:4:\"11.3\";s:7:\"protect\";s:3:\"3.4\";s:9:\"publicize\";s:3:\"2.0\";s:13:\"related-posts\";s:3:\"2.9\";s:6:\"search\";s:3:\"5.0\";s:9:\"seo-tools\";s:3:\"4.4\";s:10:\"sharedaddy\";s:3:\"1.1\";s:10:\"shortcodes\";s:3:\"1.1\";s:10:\"shortlinks\";s:3:\"1.1\";s:8:\"sitemaps\";s:3:\"3.9\";s:3:\"sso\";s:3:\"2.6\";s:5:\"stats\";s:3:\"1.1\";s:13:\"subscriptions\";s:3:\"1.2\";s:13:\"tiled-gallery\";s:3:\"2.1\";s:10:\"vaultpress\";s:5:\"0:1.2\";s:18:\"verification-tools\";s:3:\"3.0\";s:10:\"videopress\";s:3:\"2.5\";s:3:\"waf\";s:4:\"10.9\";s:17:\"widget-visibility\";s:3:\"2.4\";s:7:\"widgets\";s:3:\"1.2\";s:21:\"woocommerce-analytics\";s:3:\"8.4\";s:7:\"wordads\";s:5:\"4.5.0\";}}','yes');
INSERT INTO `wplc_options` VALUES (13755,'jetpack_active_modules','a:8:{i:0;s:12:\"contact-form\";i:1;s:21:\"enhanced-distribution\";i:2;s:8:\"json-api\";i:3;s:5:\"notes\";i:4;s:7:\"protect\";i:5;s:5:\"stats\";i:6;s:21:\"woocommerce-analytics\";i:7;s:5:\"blaze\";}','yes');
INSERT INTO `wplc_options` VALUES (13762,'jetpack_protect_key','b86a7e00a5bc6ea2bc80459a0d83ea33a84bfe3c','no');
INSERT INTO `wplc_options` VALUES (13769,'jetpack_active_modules_initialized','1','yes');
INSERT INTO `wplc_options` VALUES (13828,'jpsq_sync_checkout','0:0','no');
INSERT INTO `wplc_options` VALUES (13833,'wc_connect_services_last_result_code','200','yes');
INSERT INTO `wplc_options` VALUES (13834,'wc_connect_services_last_update','1705942064','yes');
INSERT INTO `wplc_options` VALUES (13835,'wc_connect_last_heartbeat','1705942064','yes');
INSERT INTO `wplc_options` VALUES (13836,'wc_connect_services','O:8:\"stdClass\":2:{s:8:\"shipping\";a:2:{i:0;O:8:\"stdClass\":7:{s:2:\"id\";s:4:\"usps\";s:18:\"method_description\";s:52:\"USPS Shipping Rates, Powered by WooCommerce Shipping\";s:12:\"method_title\";s:27:\"USPS (WooCommerce Shipping)\";s:12:\"carrier_name\";s:4:\"USPS\";s:11:\"form_layout\";a:4:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:8:\"fieldset\";s:5:\"title\";s:5:\"Setup\";s:5:\"items\";a:3:{i:0;O:8:\"stdClass\":2:{s:3:\"key\";s:5:\"title\";s:15:\"validation_hint\";s:18:\"Title is required.\";}i:1;O:8:\"stdClass\":2:{s:3:\"key\";s:6:\"origin\";s:15:\"validation_hint\";s:118:\"The zip code of where you are shipping from is required and should be a valid 5 digit or ZIP+4 United States ZIP code.\";}i:2;O:8:\"stdClass\":3:{s:3:\"key\";s:16:\"shipping_classes\";s:4:\"type\";s:16:\"shipping_classes\";s:18:\"requiredWcsVersion\";s:9:\">= 1.17.0\";}}}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:8:\"fieldset\";s:5:\"title\";s:5:\"Rates\";s:5:\"items\";a:5:{i:0;O:8:\"stdClass\":3:{s:3:\"key\";s:8:\"services\";s:4:\"type\";s:17:\"shipping_services\";s:15:\"validation_hint\";s:28:\"Select at least one service.\";}i:1;O:8:\"stdClass\":3:{s:3:\"key\";s:11:\"rate_filter\";s:4:\"type\";s:6:\"radios\";s:8:\"titleMap\";O:8:\"stdClass\":2:{s:3:\"all\";s:50:\"Show all available rates and let customers choose.\";s:8:\"cheapest\";s:28:\"Only show the cheapest rate.\";}}i:2;O:8:\"stdClass\":3:{s:3:\"key\";s:13:\"fallback_rate\";s:15:\"validation_hint\";s:42:\"Fallback rate should be a positive number.\";s:11:\"placeholder\";s:11:\"Rate amount\";}i:3;O:8:\"stdClass\":3:{s:3:\"key\";s:10:\"rate_class\";s:4:\"type\";s:6:\"radios\";s:8:\"titleMap\";O:8:\"stdClass\":2:{s:6:\"retail\";s:38:\"Retail — Standard post office rates.\";s:3:\"cbp\";s:44:\"Commercial — Discounted post office rates.\";}}i:4;O:8:\"stdClass\":3:{s:3:\"key\";s:19:\"shipping_learn_more\";s:4:\"type\";s:4:\"text\";s:11:\"description\";s:153:\"<a href=\"https://docs.woocommerce.com/document/woocommerce-services/#section-4\" target=\"_blank\">Learn more</a> about available shipping rates and prices.\";}}}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:8:\"fieldset\";s:5:\"title\";s:9:\"Packaging\";s:5:\"items\";a:2:{i:0;O:8:\"stdClass\":3:{s:3:\"key\";s:14:\"packing_method\";s:4:\"type\";s:6:\"radios\";s:8:\"titleMap\";O:8:\"stdClass\":2:{s:8:\"by_price\";s:52:\"Pack items together, in as few packages as possible.\";s:10:\"individual\";s:53:\"Ship items individually, in their original packaging.\";}}i:1;O:8:\"stdClass\":2:{s:3:\"key\";s:5:\"boxes\";s:4:\"type\";s:8:\"packages\";}}}i:3;O:8:\"stdClass\":2:{s:4:\"type\";s:7:\"actions\";s:5:\"items\";a:1:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:6:\"submit\";s:5:\"title\";s:12:\"Save changes\";}}}}s:16:\"service_settings\";O:8:\"stdClass\":6:{s:4:\"type\";s:6:\"object\";s:5:\"title\";s:4:\"USPS\";s:11:\"description\";s:84:\"The USPS extension obtains rates dynamically from the USPS API during cart/checkout.\";s:8:\"required\";a:3:{i:0;s:5:\"title\";i:1;s:6:\"origin\";i:2;s:8:\"services\";}s:11:\"definitions\";O:8:\"stdClass\":2:{s:16:\"shipping_service\";O:8:\"stdClass\":2:{s:4:\"type\";s:6:\"object\";s:10:\"properties\";O:8:\"stdClass\":4:{s:2:\"id\";O:8:\"stdClass\":2:{s:4:\"type\";s:6:\"string\";s:9:\"minLength\";i:1;}s:7:\"enabled\";O:8:\"stdClass\":2:{s:4:\"type\";s:7:\"boolean\";s:7:\"default\";b:0;}s:10:\"adjustment\";O:8:\"stdClass\":2:{s:4:\"type\";s:6:\"number\";s:7:\"default\";i:0;}s:15:\"adjustment_type\";O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"string\";s:4:\"enum\";a:2:{i:0;s:4:\"flat\";i:1;s:10:\"percentage\";}s:7:\"default\";s:4:\"flat\";}}}s:8:\"services\";a:50:{i:0;O:8:\"stdClass\":5:{s:2:\"id\";s:3:\"pri\";s:4:\"name\";s:20:\"USPS - Priority Mail\";s:5:\"group\";s:8:\"priority\";s:10:\"group_name\";s:13:\"Priority Mail\";s:14:\"group_estimate\";s:8:\"1-3 days\";}i:1;O:8:\"stdClass\":6:{s:2:\"id\";s:12:\"pri_flat_env\";s:4:\"name\";s:41:\"USPS - Priority Mail - Flat Rate Envelope\";s:5:\"group\";s:8:\"priority\";s:10:\"group_name\";s:13:\"Priority Mail\";s:14:\"group_estimate\";s:8:\"1-3 days\";s:18:\"predefined_package\";s:13:\"flat_envelope\";}i:2;O:8:\"stdClass\":6:{s:2:\"id\";s:18:\"pri_large_flat_box\";s:4:\"name\";s:52:\"USPS - Priority Mail - Large Flat Rate Box (12x12x5)\";s:5:\"group\";s:8:\"priority\";s:10:\"group_name\";s:13:\"Priority Mail\";s:14:\"group_estimate\";s:8:\"1-3 days\";s:18:\"predefined_package\";s:14:\"large_flat_box\";}i:3;O:8:\"stdClass\":6:{s:2:\"id\";s:18:\"pri_legal_flat_env\";s:4:\"name\";s:47:\"USPS - Priority Mail - Legal Flat Rate Envelope\";s:5:\"group\";s:8:\"priority\";s:10:\"group_name\";s:13:\"Priority Mail\";s:14:\"group_estimate\";s:8:\"1-3 days\";s:18:\"predefined_package\";s:19:\"legal_flat_envelope\";}i:4;O:8:\"stdClass\":6:{s:2:\"id\";s:23:\"pri_medium_flat_box_top\";s:4:\"name\";s:57:\"USPS - Priority Mail - Medium Flat Rate Box (Top Loading)\";s:5:\"group\";s:8:\"priority\";s:10:\"group_name\";s:13:\"Priority Mail\";s:14:\"group_estimate\";s:8:\"1-3 days\";s:18:\"predefined_package\";s:19:\"medium_flat_box_top\";}i:5;O:8:\"stdClass\":6:{s:2:\"id\";s:24:\"pri_medium_flat_box_side\";s:4:\"name\";s:58:\"USPS - Priority Mail - Medium Flat Rate Box (Side Loading)\";s:5:\"group\";s:8:\"priority\";s:10:\"group_name\";s:13:\"Priority Mail\";s:14:\"group_estimate\";s:8:\"1-3 days\";s:18:\"predefined_package\";s:20:\"medium_flat_box_side\";}i:6;O:8:\"stdClass\":6:{s:2:\"id\";s:15:\"pri_sm_flat_box\";s:4:\"name\";s:42:\"USPS - Priority Mail - Small Flat Rate Box\";s:5:\"group\";s:8:\"priority\";s:10:\"group_name\";s:13:\"Priority Mail\";s:14:\"group_estimate\";s:8:\"1-3 days\";s:18:\"predefined_package\";s:14:\"small_flat_box\";}i:7;O:8:\"stdClass\":6:{s:2:\"id\";s:19:\"pri_padded_flat_env\";s:4:\"name\";s:48:\"USPS - Priority Mail - Padded Flat Rate Envelope\";s:5:\"group\";s:8:\"priority\";s:10:\"group_name\";s:13:\"Priority Mail\";s:14:\"group_estimate\";s:8:\"1-3 days\";s:18:\"predefined_package\";s:20:\"padded_flat_envelope\";}i:8;O:8:\"stdClass\":6:{s:2:\"id\";s:18:\"pri_small_flat_env\";s:4:\"name\";s:47:\"USPS - Priority Mail - Small Flat Rate Envelope\";s:5:\"group\";s:8:\"priority\";s:10:\"group_name\";s:13:\"Priority Mail\";s:14:\"group_estimate\";s:8:\"1-3 days\";s:18:\"predefined_package\";s:19:\"small_flat_envelope\";}i:9;O:8:\"stdClass\":6:{s:2:\"id\";s:15:\"pri_window_flat\";s:4:\"name\";s:48:\"USPS - Priority Mail - Window Flat Rate Envelope\";s:5:\"group\";s:8:\"priority\";s:10:\"group_name\";s:13:\"Priority Mail\";s:14:\"group_estimate\";s:8:\"1-3 days\";s:18:\"predefined_package\";s:20:\"window_flat_envelope\";}i:10;O:8:\"stdClass\":5:{s:2:\"id\";s:7:\"pri_exp\";s:4:\"name\";s:28:\"USPS - Priority Mail Express\";s:5:\"group\";s:12:\"priority_exp\";s:10:\"group_name\";s:21:\"Priority Mail Express\";s:14:\"group_estimate\";s:9:\"Overnight\";}i:11;O:8:\"stdClass\":6:{s:2:\"id\";s:16:\"pri_exp_flat_env\";s:4:\"name\";s:49:\"USPS - Priority Mail Express - Flat Rate Envelope\";s:5:\"group\";s:12:\"priority_exp\";s:10:\"group_name\";s:21:\"Priority Mail Express\";s:14:\"group_estimate\";s:9:\"Overnight\";s:18:\"predefined_package\";s:21:\"express_flat_envelope\";}i:12;O:8:\"stdClass\":6:{s:2:\"id\";s:22:\"pri_exp_legal_flat_env\";s:4:\"name\";s:55:\"USPS - Priority Mail Express - Legal Flat Rate Envelope\";s:5:\"group\";s:12:\"priority_exp\";s:10:\"group_name\";s:21:\"Priority Mail Express\";s:14:\"group_estimate\";s:9:\"Overnight\";s:18:\"predefined_package\";s:27:\"express_legal_flat_envelope\";}i:13;O:8:\"stdClass\":5:{s:2:\"id\";s:16:\"pri_exp_military\";s:4:\"name\";s:37:\"USPS - Priority Mail Express Military\";s:5:\"group\";s:10:\"speciality\";s:10:\"group_name\";s:19:\"Speciality Services\";s:14:\"group_estimate\";N;}i:14;O:8:\"stdClass\":5:{s:2:\"id\";s:24:\"pri_exp_military_holiday\";s:4:\"name\";s:61:\"USPS - Priority Mail Express Military Sunday/Holiday Delivery\";s:5:\"group\";s:10:\"speciality\";s:10:\"group_name\";s:19:\"Speciality Services\";s:14:\"group_estimate\";N;}i:15;O:8:\"stdClass\":5:{s:2:\"id\";s:25:\"pri_exp_military_flat_env\";s:4:\"name\";s:56:\"USPS - Priority Mail Express Military Flat Rate Envelope\";s:5:\"group\";s:10:\"speciality\";s:10:\"group_name\";s:19:\"Speciality Services\";s:14:\"group_estimate\";N;}i:16;O:8:\"stdClass\":5:{s:2:\"id\";s:33:\"pri_exp_military_flat_env_holiday\";s:4:\"name\";s:80:\"USPS - Priority Mail Express Military Flat Rate Envelope Sunday/Holiday Delivery\";s:5:\"group\";s:10:\"speciality\";s:10:\"group_name\";s:19:\"Speciality Services\";s:14:\"group_estimate\";N;}i:17;O:8:\"stdClass\":5:{s:2:\"id\";s:31:\"pri_exp_military_legal_flat_env\";s:4:\"name\";s:62:\"USPS - Priority Mail Express Military Legal Flat Rate Envelope\";s:5:\"group\";s:10:\"speciality\";s:10:\"group_name\";s:19:\"Speciality Services\";s:14:\"group_estimate\";N;}i:18;O:8:\"stdClass\":5:{s:2:\"id\";s:39:\"pri_exp_military_legal_flat_env_holiday\";s:4:\"name\";s:86:\"USPS - Priority Mail Express Military Legal Flat Rate Envelope Sunday/Holiday Delivery\";s:5:\"group\";s:10:\"speciality\";s:10:\"group_name\";s:19:\"Speciality Services\";s:14:\"group_estimate\";N;}i:19;O:8:\"stdClass\":5:{s:2:\"id\";s:32:\"pri_exp_military_padded_flat_env\";s:4:\"name\";s:63:\"USPS - Priority Mail Express Military Padded Flat Rate Envelope\";s:5:\"group\";s:10:\"speciality\";s:10:\"group_name\";s:19:\"Speciality Services\";s:14:\"group_estimate\";N;}i:20;O:8:\"stdClass\":5:{s:2:\"id\";s:40:\"pri_exp_military_padded_flat_env_holiday\";s:4:\"name\";s:87:\"USPS - Priority Mail Express Military Padded Flat Rate Envelope Sunday/Holiday Delivery\";s:5:\"group\";s:10:\"speciality\";s:10:\"group_name\";s:19:\"Speciality Services\";s:14:\"group_estimate\";N;}i:21;O:8:\"stdClass\":6:{s:2:\"id\";s:23:\"pri_exp_padded_flat_env\";s:4:\"name\";s:56:\"USPS - Priority Mail Express - Padded Flat Rate Envelope\";s:5:\"group\";s:12:\"priority_exp\";s:10:\"group_name\";s:21:\"Priority Mail Express\";s:14:\"group_estimate\";s:9:\"Overnight\";s:18:\"predefined_package\";s:28:\"express_padded_flat_envelope\";}i:22;O:8:\"stdClass\":5:{s:2:\"id\";s:19:\"first_class_stamped\";s:4:\"name\";s:40:\"USPS - First-Class Mail - Stamped Letter\";s:5:\"group\";s:11:\"first_class\";s:10:\"group_name\";s:16:\"First-Class Mail\";s:14:\"group_estimate\";s:8:\"2-3 days\";}i:23;O:8:\"stdClass\":5:{s:2:\"id\";s:19:\"first_class_metered\";s:4:\"name\";s:40:\"USPS - First-Class Mail - Metered Letter\";s:5:\"group\";s:11:\"first_class\";s:10:\"group_name\";s:16:\"First-Class Mail\";s:14:\"group_estimate\";s:8:\"2-3 days\";}i:24;O:8:\"stdClass\":5:{s:2:\"id\";s:18:\"first_class_parcel\";s:4:\"name\";s:32:\"USPS - First-Class Mail - Parcel\";s:5:\"group\";s:11:\"first_class\";s:10:\"group_name\";s:16:\"First-Class Mail\";s:14:\"group_estimate\";s:8:\"2-3 days\";}i:25;O:8:\"stdClass\":5:{s:2:\"id\";s:23:\"first_class_lg_postcard\";s:4:\"name\";s:41:\"USPS - First-Class Mail - Large Postcards\";s:5:\"group\";s:11:\"first_class\";s:10:\"group_name\";s:16:\"First-Class Mail\";s:14:\"group_estimate\";s:8:\"2-3 days\";}i:26;O:8:\"stdClass\":5:{s:2:\"id\";s:20:\"first_class_postcard\";s:4:\"name\";s:35:\"USPS - First-Class Mail - Postcards\";s:5:\"group\";s:11:\"first_class\";s:10:\"group_name\";s:16:\"First-Class Mail\";s:14:\"group_estimate\";s:8:\"2-3 days\";}i:27;O:8:\"stdClass\":5:{s:2:\"id\";s:23:\"first_class_lg_env_flat\";s:4:\"name\";s:40:\"USPS - First-Class Mail - Large Envelope\";s:5:\"group\";s:11:\"first_class\";s:10:\"group_name\";s:16:\"First-Class Mail\";s:14:\"group_estimate\";s:8:\"2-3 days\";}i:28;O:8:\"stdClass\":5:{s:2:\"id\";s:23:\"first_class_intl_letter\";s:4:\"name\";s:46:\"USPS - First-Class Mail - International Letter\";s:5:\"group\";s:11:\"first_class\";s:10:\"group_name\";s:16:\"First-Class Mail\";s:14:\"group_estimate\";s:8:\"2-3 days\";}i:29;O:8:\"stdClass\":5:{s:2:\"id\";s:23:\"first_class_intl_lg_env\";s:4:\"name\";s:54:\"USPS - First-Class Mail - International Large Envelope\";s:5:\"group\";s:11:\"first_class\";s:10:\"group_name\";s:16:\"First-Class Mail\";s:14:\"group_estimate\";s:8:\"2-3 days\";}i:30;O:8:\"stdClass\":5:{s:2:\"id\";s:16:\"first_class_intl\";s:4:\"name\";s:48:\"USPS - First-Class Package International Service\";s:5:\"group\";s:11:\"first_class\";s:10:\"group_name\";s:16:\"First-Class Mail\";s:14:\"group_estimate\";s:8:\"2-3 days\";}i:31;O:8:\"stdClass\":5:{s:2:\"id\";s:5:\"media\";s:4:\"name\";s:24:\"USPS - Media Mail Parcel\";s:5:\"group\";s:10:\"speciality\";s:10:\"group_name\";s:19:\"Speciality Services\";s:14:\"group_estimate\";N;}i:32;O:8:\"stdClass\":5:{s:2:\"id\";s:3:\"gxg\";s:4:\"name\";s:49:\"USPS - USPS Global Express Guaranteed - Envelopes\";s:5:\"group\";s:10:\"speciality\";s:10:\"group_name\";s:19:\"Speciality Services\";s:14:\"group_estimate\";N;}i:33;O:8:\"stdClass\":5:{s:2:\"id\";s:12:\"pri_exp_intl\";s:4:\"name\";s:42:\"USPS - Priority Mail Express International\";s:5:\"group\";s:30:\"priority_express_international\";s:10:\"group_name\";s:35:\"Priority Mail Express International\";s:14:\"group_estimate\";s:8:\"3-5 days\";}i:34;O:8:\"stdClass\":6:{s:2:\"id\";s:21:\"pri_exp_intl_env_flat\";s:4:\"name\";s:64:\"USPS - Priority Mail Express International -  Flat Rate Envelope\";s:5:\"group\";s:30:\"priority_express_international\";s:10:\"group_name\";s:35:\"Priority Mail Express International\";s:14:\"group_estimate\";s:8:\"3-5 days\";s:18:\"predefined_package\";s:21:\"express_flat_envelope\";}i:35;O:8:\"stdClass\":6:{s:2:\"id\";s:23:\"pri_exp_intl_legal_flat\";s:4:\"name\";s:69:\"USPS - Priority Mail Express International - Legal Flat Rate Envelope\";s:5:\"group\";s:30:\"priority_express_international\";s:10:\"group_name\";s:35:\"Priority Mail Express International\";s:14:\"group_estimate\";s:8:\"3-5 days\";s:18:\"predefined_package\";s:27:\"express_legal_flat_envelope\";}i:36;O:8:\"stdClass\":6:{s:2:\"id\";s:24:\"pri_exp_intl_padded_flat\";s:4:\"name\";s:70:\"USPS - Priority Mail Express International - Padded Flat Rate Envelope\";s:5:\"group\";s:30:\"priority_express_international\";s:10:\"group_name\";s:35:\"Priority Mail Express International\";s:14:\"group_estimate\";s:8:\"3-5 days\";s:18:\"predefined_package\";s:28:\"express_padded_flat_envelope\";}i:37;O:8:\"stdClass\":5:{s:2:\"id\";s:8:\"pri_intl\";s:4:\"name\";s:34:\"USPS - Priority Mail International\";s:5:\"group\";s:22:\"priority_international\";s:10:\"group_name\";s:27:\"Priority Mail International\";s:14:\"group_estimate\";s:9:\"6-10 days\";}i:38;O:8:\"stdClass\":6:{s:2:\"id\";s:15:\"pri_intl_lg_box\";s:4:\"name\";s:56:\"USPS - Priority Mail International - Large Flat Rate Box\";s:5:\"group\";s:22:\"priority_international\";s:10:\"group_name\";s:27:\"Priority Mail International\";s:14:\"group_estimate\";s:9:\"6-10 days\";s:18:\"predefined_package\";s:14:\"large_flat_box\";}i:39;O:8:\"stdClass\":6:{s:2:\"id\";s:19:\"pri_intl_md_box_top\";s:4:\"name\";s:71:\"USPS - Priority Mail International - Medium Flat Rate Box (Top Loading)\";s:5:\"group\";s:22:\"priority_international\";s:10:\"group_name\";s:27:\"Priority Mail International\";s:14:\"group_estimate\";s:9:\"6-10 days\";s:18:\"predefined_package\";s:19:\"medium_flat_box_top\";}i:40;O:8:\"stdClass\":6:{s:2:\"id\";s:20:\"pri_intl_md_box_side\";s:4:\"name\";s:72:\"USPS - Priority Mail International - Medium Flat Rate Box (Side Loading)\";s:5:\"group\";s:22:\"priority_international\";s:10:\"group_name\";s:27:\"Priority Mail International\";s:14:\"group_estimate\";s:9:\"6-10 days\";s:18:\"predefined_package\";s:20:\"medium_flat_box_side\";}i:41;O:8:\"stdClass\":6:{s:2:\"id\";s:15:\"pri_intl_sm_box\";s:4:\"name\";s:56:\"USPS - Priority Mail International - Small Flat Rate Box\";s:5:\"group\";s:22:\"priority_international\";s:10:\"group_name\";s:27:\"Priority Mail International\";s:14:\"group_estimate\";s:9:\"6-10 days\";s:18:\"predefined_package\";s:14:\"small_flat_box\";}i:42;O:8:\"stdClass\":6:{s:2:\"id\";s:12:\"pri_intl_dvd\";s:4:\"name\";s:61:\"USPS - Priority Mail International - DVD Flat Rate priced box\";s:5:\"group\";s:22:\"priority_international\";s:10:\"group_name\";s:27:\"Priority Mail International\";s:14:\"group_estimate\";s:9:\"6-10 days\";s:18:\"predefined_package\";s:8:\"dvd_flat\";}i:43;O:8:\"stdClass\":6:{s:2:\"id\";s:14:\"pri_intl_video\";s:4:\"name\";s:69:\"USPS - Priority Mail International - Large Video Flat Rate priced box\";s:5:\"group\";s:22:\"priority_international\";s:10:\"group_name\";s:27:\"Priority Mail International\";s:14:\"group_estimate\";s:9:\"6-10 days\";s:18:\"predefined_package\";s:16:\"large_video_flat\";}i:44;O:8:\"stdClass\":6:{s:2:\"id\";s:17:\"pri_intl_env_flat\";s:4:\"name\";s:55:\"USPS - Priority Mail International - Flat Rate Envelope\";s:5:\"group\";s:22:\"priority_international\";s:10:\"group_name\";s:27:\"Priority Mail International\";s:14:\"group_estimate\";s:9:\"6-10 days\";s:18:\"predefined_package\";s:13:\"flat_envelope\";}i:45;O:8:\"stdClass\":6:{s:2:\"id\";s:19:\"pri_intl_legal_flat\";s:4:\"name\";s:61:\"USPS - Priority Mail International - Legal Flat Rate Envelope\";s:5:\"group\";s:22:\"priority_international\";s:10:\"group_name\";s:27:\"Priority Mail International\";s:14:\"group_estimate\";s:9:\"6-10 days\";s:18:\"predefined_package\";s:19:\"legal_flat_envelope\";}i:46;O:8:\"stdClass\":6:{s:2:\"id\";s:20:\"pri_intl_padded_flat\";s:4:\"name\";s:62:\"USPS - Priority Mail International - Padded Flat Rate Envelope\";s:5:\"group\";s:22:\"priority_international\";s:10:\"group_name\";s:27:\"Priority Mail International\";s:14:\"group_estimate\";s:9:\"6-10 days\";s:18:\"predefined_package\";s:20:\"padded_flat_envelope\";}i:47;O:8:\"stdClass\":6:{s:2:\"id\";s:20:\"pri_intl_sm_env_flat\";s:4:\"name\";s:61:\"USPS - Priority Mail International - Small Flat Rate Envelope\";s:5:\"group\";s:22:\"priority_international\";s:10:\"group_name\";s:27:\"Priority Mail International\";s:14:\"group_estimate\";s:9:\"6-10 days\";s:18:\"predefined_package\";s:19:\"small_flat_envelope\";}i:48;O:8:\"stdClass\":6:{s:2:\"id\";s:20:\"pri_intl_window_flat\";s:4:\"name\";s:62:\"USPS - Priority Mail International - Window Flat Rate Envelope\";s:5:\"group\";s:22:\"priority_international\";s:10:\"group_name\";s:27:\"Priority Mail International\";s:14:\"group_estimate\";s:9:\"6-10 days\";s:18:\"predefined_package\";s:20:\"window_flat_envelope\";}i:49;O:8:\"stdClass\":5:{s:2:\"id\";s:16:\"ground_advantage\";s:4:\"name\";s:16:\"Ground Advantage\";s:5:\"group\";s:16:\"ground_advantage\";s:10:\"group_name\";s:16:\"Ground Advantage\";s:14:\"group_estimate\";N;}}}s:10:\"properties\";O:8:\"stdClass\":9:{s:5:\"title\";O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"string\";s:5:\"title\";s:21:\"Shipping method title\";s:7:\"default\";s:4:\"USPS\";s:9:\"minLength\";i:1;}s:10:\"account_id\";O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"string\";s:5:\"title\";s:12:\"USPS Account\";s:11:\"description\";s:117:\"Use the account provided or <a href=\"https://registration.shippingapis.com/\" target=\"_blank\">sign up for your own</a>\";s:7:\"default\";s:0:\"\";s:9:\"minLength\";i:0;}s:6:\"origin\";O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"string\";s:5:\"title\";s:15:\"Origin ZIP Code\";s:11:\"description\";s:28:\"Where are you shipping from?\";s:7:\"default\";s:5:\"57032\";s:7:\"pattern\";s:18:\"^\\d{5}(?:-\\d{4})?$\";}s:16:\"shipping_classes\";O:8:\"stdClass\":4:{s:4:\"type\";s:5:\"array\";s:5:\"title\";s:16:\"Shipping Classes\";s:11:\"description\";s:60:\"Do you need to limit the shipping method to certain classes?\";s:7:\"default\";a:0:{}}s:8:\"services\";O:8:\"stdClass\":6:{s:4:\"type\";s:6:\"object\";s:10:\"definition\";s:8:\"services\";s:5:\"title\";s:8:\"Services\";s:11:\"description\";s:146:\"Which <a target=\"_blank\" href=\"https://www.usps.com/ship/mail-shipping-services.htm\">shipping services</a> do you want to offer to your customers?\";s:5:\"items\";O:8:\"stdClass\":2:{s:4:\"type\";s:6:\"object\";s:10:\"properties\";O:8:\"stdClass\":4:{s:2:\"id\";O:8:\"stdClass\":2:{s:4:\"type\";s:6:\"string\";s:9:\"minLength\";i:1;}s:7:\"enabled\";O:8:\"stdClass\":2:{s:4:\"type\";s:7:\"boolean\";s:7:\"default\";b:0;}s:10:\"adjustment\";O:8:\"stdClass\":2:{s:4:\"type\";s:6:\"number\";s:7:\"default\";i:0;}s:15:\"adjustment_type\";O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"string\";s:4:\"enum\";a:2:{i:0;s:4:\"flat\";i:1;s:10:\"percentage\";}s:7:\"default\";s:4:\"flat\";}}}s:10:\"properties\";O:8:\"stdClass\":50:{s:3:\"pri\";O:8:\"stdClass\":2:{s:4:\"type\";s:6:\"object\";s:10:\"properties\";O:8:\"stdClass\":4:{s:2:\"id\";O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"string\";s:9:\"minLength\";i:1;s:7:\"default\";s:3:\"pri\";}s:7:\"enabled\";O:8:\"stdClass\":2:{s:4:\"type\";s:7:\"boolean\";s:7:\"default\";b:1;}s:10:\"adjustment\";O:8:\"stdClass\":2:{s:4:\"type\";s:6:\"number\";s:7:\"default\";i:0;}s:15:\"adjustment_type\";O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"string\";s:4:\"enum\";a:2:{i:0;s:4:\"flat\";i:1;s:10:\"percentage\";}s:7:\"default\";s:4:\"flat\";}}}s:12:\"pri_flat_env\";O:8:\"stdClass\":2:{s:4:\"type\";s:6:\"object\";s:10:\"properties\";O:8:\"stdClass\":4:{s:2:\"id\";O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"string\";s:9:\"minLength\";i:1;s:7:\"default\";s:12:\"pri_flat_env\";}s:7:\"enabled\";O:8:\"stdClass\":2:{s:4:\"type\";s:7:\"boolean\";s:7:\"default\";b:0;}s:10:\"adjustment\";O:8:\"stdClass\":2:{s:4:\"type\";s:6:\"number\";s:7:\"default\";i:0;}s:15:\"adjustment_type\";O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"string\";s:4:\"enum\";a:2:{i:0;s:4:\"flat\";i:1;s:10:\"percentage\";}s:7:\"default\";s:4:\"flat\";}}}s:18:\"pri_large_flat_box\";O:8:\"stdClass\":2:{s:4:\"type\";s:6:\"object\";s:10:\"properties\";O:8:\"stdClass\":4:{s:2:\"id\";O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"string\";s:9:\"minLength\";i:1;s:7:\"default\";s:18:\"pri_large_flat_box\";}s:7:\"enabled\";O:8:\"stdClass\":2:{s:4:\"type\";s:7:\"boolean\";s:7:\"default\";b:1;}s:10:\"adjustment\";O:8:\"stdClass\":2:{s:4:\"type\";s:6:\"number\";s:7:\"default\";i:0;}s:15:\"adjustment_type\";O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"string\";s:4:\"enum\";a:2:{i:0;s:4:\"flat\";i:1;s:10:\"percentage\";}s:7:\"default\";s:4:\"flat\";}}}s:18:\"pri_legal_flat_env\";O:8:\"stdClass\":2:{s:4:\"type\";s:6:\"object\";s:10:\"properties\";O:8:\"stdClass\":4:{s:2:\"id\";O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"string\";s:9:\"minLength\";i:1;s:7:\"default\";s:18:\"pri_legal_flat_env\";}s:7:\"enabled\";O:8:\"stdClass\":2:{s:4:\"type\";s:7:\"boolean\";s:7:\"default\";b:0;}s:10:\"adjustment\";O:8:\"stdClass\":2:{s:4:\"type\";s:6:\"number\";s:7:\"default\";i:0;}s:15:\"adjustment_type\";O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"string\";s:4:\"enum\";a:2:{i:0;s:4:\"flat\";i:1;s:10:\"percentage\";}s:7:\"default\";s:4:\"flat\";}}}s:23:\"pri_medium_flat_box_top\";O:8:\"stdClass\":2:{s:4:\"type\";s:6:\"object\";s:10:\"properties\";O:8:\"stdClass\":4:{s:2:\"id\";O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"string\";s:9:\"minLength\";i:1;s:7:\"default\";s:23:\"pri_medium_flat_box_top\";}s:7:\"enabled\";O:8:\"stdClass\":2:{s:4:\"type\";s:7:\"boolean\";s:7:\"default\";b:1;}s:10:\"adjustment\";O:8:\"stdClass\":2:{s:4:\"type\";s:6:\"number\";s:7:\"default\";i:0;}s:15:\"adjustment_type\";O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"string\";s:4:\"enum\";a:2:{i:0;s:4:\"flat\";i:1;s:10:\"percentage\";}s:7:\"default\";s:4:\"flat\";}}}s:24:\"pri_medium_flat_box_side\";O:8:\"stdClass\":2:{s:4:\"type\";s:6:\"object\";s:10:\"properties\";O:8:\"stdClass\":4:{s:2:\"id\";O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"string\";s:9:\"minLength\";i:1;s:7:\"default\";s:24:\"pri_medium_flat_box_side\";}s:7:\"enabled\";O:8:\"stdClass\":2:{s:4:\"type\";s:7:\"boolean\";s:7:\"default\";b:1;}s:10:\"adjustment\";O:8:\"stdClass\":2:{s:4:\"type\";s:6:\"number\";s:7:\"default\";i:0;}s:15:\"adjustment_type\";O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"string\";s:4:\"enum\";a:2:{i:0;s:4:\"flat\";i:1;s:10:\"percentage\";}s:7:\"default\";s:4:\"flat\";}}}s:15:\"pri_sm_flat_box\";O:8:\"stdClass\":2:{s:4:\"type\";s:6:\"object\";s:10:\"properties\";O:8:\"stdClass\":4:{s:2:\"id\";O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"string\";s:9:\"minLength\";i:1;s:7:\"default\";s:15:\"pri_sm_flat_box\";}s:7:\"enabled\";O:8:\"stdClass\":2:{s:4:\"type\";s:7:\"boolean\";s:7:\"default\";b:1;}s:10:\"adjustment\";O:8:\"stdClass\":2:{s:4:\"type\";s:6:\"number\";s:7:\"default\";i:0;}s:15:\"adjustment_type\";O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"string\";s:4:\"enum\";a:2:{i:0;s:4:\"flat\";i:1;s:10:\"percentage\";}s:7:\"default\";s:4:\"flat\";}}}s:19:\"pri_padded_flat_env\";O:8:\"stdClass\":2:{s:4:\"type\";s:6:\"object\";s:10:\"properties\";O:8:\"stdClass\":4:{s:2:\"id\";O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"string\";s:9:\"minLength\";i:1;s:7:\"default\";s:19:\"pri_padded_flat_env\";}s:7:\"enabled\";O:8:\"stdClass\":2:{s:4:\"type\";s:7:\"boolean\";s:7:\"default\";b:0;}s:10:\"adjustment\";O:8:\"stdClass\":2:{s:4:\"type\";s:6:\"number\";s:7:\"default\";i:0;}s:15:\"adjustment_type\";O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"string\";s:4:\"enum\";a:2:{i:0;s:4:\"flat\";i:1;s:10:\"percentage\";}s:7:\"default\";s:4:\"flat\";}}}s:18:\"pri_small_flat_env\";O:8:\"stdClass\":2:{s:4:\"type\";s:6:\"object\";s:10:\"properties\";O:8:\"stdClass\":4:{s:2:\"id\";O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"string\";s:9:\"minLength\";i:1;s:7:\"default\";s:18:\"pri_small_flat_env\";}s:7:\"enabled\";O:8:\"stdClass\":2:{s:4:\"type\";s:7:\"boolean\";s:7:\"default\";b:0;}s:10:\"adjustment\";O:8:\"stdClass\":2:{s:4:\"type\";s:6:\"number\";s:7:\"default\";i:0;}s:15:\"adjustment_type\";O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"string\";s:4:\"enum\";a:2:{i:0;s:4:\"flat\";i:1;s:10:\"percentage\";}s:7:\"default\";s:4:\"flat\";}}}s:15:\"pri_window_flat\";O:8:\"stdClass\":2:{s:4:\"type\";s:6:\"object\";s:10:\"properties\";O:8:\"stdClass\":4:{s:2:\"id\";O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"string\";s:9:\"minLength\";i:1;s:7:\"default\";s:15:\"pri_window_flat\";}s:7:\"enabled\";O:8:\"stdClass\":2:{s:4:\"type\";s:7:\"boolean\";s:7:\"default\";b:0;}s:10:\"adjustment\";O:8:\"stdClass\":2:{s:4:\"type\";s:6:\"number\";s:7:\"default\";i:0;}s:15:\"adjustment_type\";O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"string\";s:4:\"enum\";a:2:{i:0;s:4:\"flat\";i:1;s:10:\"percentage\";}s:7:\"default\";s:4:\"flat\";}}}s:7:\"pri_exp\";O:8:\"stdClass\":2:{s:4:\"type\";s:6:\"object\";s:10:\"properties\";O:8:\"stdClass\":4:{s:2:\"id\";O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"string\";s:9:\"minLength\";i:1;s:7:\"default\";s:7:\"pri_exp\";}s:7:\"enabled\";O:8:\"stdClass\":2:{s:4:\"type\";s:7:\"boolean\";s:7:\"default\";b:0;}s:10:\"adjustment\";O:8:\"stdClass\":2:{s:4:\"type\";s:6:\"number\";s:7:\"default\";i:0;}s:15:\"adjustment_type\";O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"string\";s:4:\"enum\";a:2:{i:0;s:4:\"flat\";i:1;s:10:\"percentage\";}s:7:\"default\";s:4:\"flat\";}}}s:16:\"pri_exp_flat_env\";O:8:\"stdClass\":2:{s:4:\"type\";s:6:\"object\";s:10:\"properties\";O:8:\"stdClass\":4:{s:2:\"id\";O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"string\";s:9:\"minLength\";i:1;s:7:\"default\";s:16:\"pri_exp_flat_env\";}s:7:\"enabled\";O:8:\"stdClass\":2:{s:4:\"type\";s:7:\"boolean\";s:7:\"default\";b:0;}s:10:\"adjustment\";O:8:\"stdClass\":2:{s:4:\"type\";s:6:\"number\";s:7:\"default\";i:0;}s:15:\"adjustment_type\";O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"string\";s:4:\"enum\";a:2:{i:0;s:4:\"flat\";i:1;s:10:\"percentage\";}s:7:\"default\";s:4:\"flat\";}}}s:22:\"pri_exp_legal_flat_env\";O:8:\"stdClass\":2:{s:4:\"type\";s:6:\"object\";s:10:\"properties\";O:8:\"stdClass\":4:{s:2:\"id\";O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"string\";s:9:\"minLength\";i:1;s:7:\"default\";s:22:\"pri_exp_legal_flat_env\";}s:7:\"enabled\";O:8:\"stdClass\":2:{s:4:\"type\";s:7:\"boolean\";s:7:\"default\";b:0;}s:10:\"adjustment\";O:8:\"stdClass\":2:{s:4:\"type\";s:6:\"number\";s:7:\"default\";i:0;}s:15:\"adjustment_type\";O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"string\";s:4:\"enum\";a:2:{i:0;s:4:\"flat\";i:1;s:10:\"percentage\";}s:7:\"default\";s:4:\"flat\";}}}s:16:\"pri_exp_military\";O:8:\"stdClass\":2:{s:4:\"type\";s:6:\"object\";s:10:\"properties\";O:8:\"stdClass\":4:{s:2:\"id\";O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"string\";s:9:\"minLength\";i:1;s:7:\"default\";s:16:\"pri_exp_military\";}s:7:\"enabled\";O:8:\"stdClass\":2:{s:4:\"type\";s:7:\"boolean\";s:7:\"default\";b:0;}s:10:\"adjustment\";O:8:\"stdClass\":2:{s:4:\"type\";s:6:\"number\";s:7:\"default\";i:0;}s:15:\"adjustment_type\";O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"string\";s:4:\"enum\";a:2:{i:0;s:4:\"flat\";i:1;s:10:\"percentage\";}s:7:\"default\";s:4:\"flat\";}}}s:24:\"pri_exp_military_holiday\";O:8:\"stdClass\":2:{s:4:\"type\";s:6:\"object\";s:10:\"properties\";O:8:\"stdClass\":4:{s:2:\"id\";O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"string\";s:9:\"minLength\";i:1;s:7:\"default\";s:24:\"pri_exp_military_holiday\";}s:7:\"enabled\";O:8:\"stdClass\":2:{s:4:\"type\";s:7:\"boolean\";s:7:\"default\";b:0;}s:10:\"adjustment\";O:8:\"stdClass\":2:{s:4:\"type\";s:6:\"number\";s:7:\"default\";i:0;}s:15:\"adjustment_type\";O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"string\";s:4:\"enum\";a:2:{i:0;s:4:\"flat\";i:1;s:10:\"percentage\";}s:7:\"default\";s:4:\"flat\";}}}s:25:\"pri_exp_military_flat_env\";O:8:\"stdClass\":2:{s:4:\"type\";s:6:\"object\";s:10:\"properties\";O:8:\"stdClass\":4:{s:2:\"id\";O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"string\";s:9:\"minLength\";i:1;s:7:\"default\";s:25:\"pri_exp_military_flat_env\";}s:7:\"enabled\";O:8:\"stdClass\":2:{s:4:\"type\";s:7:\"boolean\";s:7:\"default\";b:0;}s:10:\"adjustment\";O:8:\"stdClass\":2:{s:4:\"type\";s:6:\"number\";s:7:\"default\";i:0;}s:15:\"adjustment_type\";O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"string\";s:4:\"enum\";a:2:{i:0;s:4:\"flat\";i:1;s:10:\"percentage\";}s:7:\"default\";s:4:\"flat\";}}}s:33:\"pri_exp_military_flat_env_holiday\";O:8:\"stdClass\":2:{s:4:\"type\";s:6:\"object\";s:10:\"properties\";O:8:\"stdClass\":4:{s:2:\"id\";O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"string\";s:9:\"minLength\";i:1;s:7:\"default\";s:33:\"pri_exp_military_flat_env_holiday\";}s:7:\"enabled\";O:8:\"stdClass\":2:{s:4:\"type\";s:7:\"boolean\";s:7:\"default\";b:0;}s:10:\"adjustment\";O:8:\"stdClass\":2:{s:4:\"type\";s:6:\"number\";s:7:\"default\";i:0;}s:15:\"adjustment_type\";O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"string\";s:4:\"enum\";a:2:{i:0;s:4:\"flat\";i:1;s:10:\"percentage\";}s:7:\"default\";s:4:\"flat\";}}}s:31:\"pri_exp_military_legal_flat_env\";O:8:\"stdClass\":2:{s:4:\"type\";s:6:\"object\";s:10:\"properties\";O:8:\"stdClass\":4:{s:2:\"id\";O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"string\";s:9:\"minLength\";i:1;s:7:\"default\";s:31:\"pri_exp_military_legal_flat_env\";}s:7:\"enabled\";O:8:\"stdClass\":2:{s:4:\"type\";s:7:\"boolean\";s:7:\"default\";b:0;}s:10:\"adjustment\";O:8:\"stdClass\":2:{s:4:\"type\";s:6:\"number\";s:7:\"default\";i:0;}s:15:\"adjustment_type\";O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"string\";s:4:\"enum\";a:2:{i:0;s:4:\"flat\";i:1;s:10:\"percentage\";}s:7:\"default\";s:4:\"flat\";}}}s:39:\"pri_exp_military_legal_flat_env_holiday\";O:8:\"stdClass\":2:{s:4:\"type\";s:6:\"object\";s:10:\"properties\";O:8:\"stdClass\":4:{s:2:\"id\";O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"string\";s:9:\"minLength\";i:1;s:7:\"default\";s:39:\"pri_exp_military_legal_flat_env_holiday\";}s:7:\"enabled\";O:8:\"stdClass\":2:{s:4:\"type\";s:7:\"boolean\";s:7:\"default\";b:0;}s:10:\"adjustment\";O:8:\"stdClass\":2:{s:4:\"type\";s:6:\"number\";s:7:\"default\";i:0;}s:15:\"adjustment_type\";O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"string\";s:4:\"enum\";a:2:{i:0;s:4:\"flat\";i:1;s:10:\"percentage\";}s:7:\"default\";s:4:\"flat\";}}}s:32:\"pri_exp_military_padded_flat_env\";O:8:\"stdClass\":2:{s:4:\"type\";s:6:\"object\";s:10:\"properties\";O:8:\"stdClass\":4:{s:2:\"id\";O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"string\";s:9:\"minLength\";i:1;s:7:\"default\";s:32:\"pri_exp_military_padded_flat_env\";}s:7:\"enabled\";O:8:\"stdClass\":2:{s:4:\"type\";s:7:\"boolean\";s:7:\"default\";b:0;}s:10:\"adjustment\";O:8:\"stdClass\":2:{s:4:\"type\";s:6:\"number\";s:7:\"default\";i:0;}s:15:\"adjustment_type\";O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"string\";s:4:\"enum\";a:2:{i:0;s:4:\"flat\";i:1;s:10:\"percentage\";}s:7:\"default\";s:4:\"flat\";}}}s:40:\"pri_exp_military_padded_flat_env_holiday\";O:8:\"stdClass\":2:{s:4:\"type\";s:6:\"object\";s:10:\"properties\";O:8:\"stdClass\":4:{s:2:\"id\";O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"string\";s:9:\"minLength\";i:1;s:7:\"default\";s:40:\"pri_exp_military_padded_flat_env_holiday\";}s:7:\"enabled\";O:8:\"stdClass\":2:{s:4:\"type\";s:7:\"boolean\";s:7:\"default\";b:0;}s:10:\"adjustment\";O:8:\"stdClass\":2:{s:4:\"type\";s:6:\"number\";s:7:\"default\";i:0;}s:15:\"adjustment_type\";O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"string\";s:4:\"enum\";a:2:{i:0;s:4:\"flat\";i:1;s:10:\"percentage\";}s:7:\"default\";s:4:\"flat\";}}}s:23:\"pri_exp_padded_flat_env\";O:8:\"stdClass\":2:{s:4:\"type\";s:6:\"object\";s:10:\"properties\";O:8:\"stdClass\":4:{s:2:\"id\";O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"string\";s:9:\"minLength\";i:1;s:7:\"default\";s:23:\"pri_exp_padded_flat_env\";}s:7:\"enabled\";O:8:\"stdClass\":2:{s:4:\"type\";s:7:\"boolean\";s:7:\"default\";b:0;}s:10:\"adjustment\";O:8:\"stdClass\":2:{s:4:\"type\";s:6:\"number\";s:7:\"default\";i:0;}s:15:\"adjustment_type\";O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"string\";s:4:\"enum\";a:2:{i:0;s:4:\"flat\";i:1;s:10:\"percentage\";}s:7:\"default\";s:4:\"flat\";}}}s:19:\"first_class_stamped\";O:8:\"stdClass\":2:{s:4:\"type\";s:6:\"object\";s:10:\"properties\";O:8:\"stdClass\":4:{s:2:\"id\";O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"string\";s:9:\"minLength\";i:1;s:7:\"default\";s:19:\"first_class_stamped\";}s:7:\"enabled\";O:8:\"stdClass\":2:{s:4:\"type\";s:7:\"boolean\";s:7:\"default\";b:0;}s:10:\"adjustment\";O:8:\"stdClass\":2:{s:4:\"type\";s:6:\"number\";s:7:\"default\";i:0;}s:15:\"adjustment_type\";O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"string\";s:4:\"enum\";a:2:{i:0;s:4:\"flat\";i:1;s:10:\"percentage\";}s:7:\"default\";s:4:\"flat\";}}}s:19:\"first_class_metered\";O:8:\"stdClass\":2:{s:4:\"type\";s:6:\"object\";s:10:\"properties\";O:8:\"stdClass\":4:{s:2:\"id\";O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"string\";s:9:\"minLength\";i:1;s:7:\"default\";s:19:\"first_class_metered\";}s:7:\"enabled\";O:8:\"stdClass\":2:{s:4:\"type\";s:7:\"boolean\";s:7:\"default\";b:0;}s:10:\"adjustment\";O:8:\"stdClass\":2:{s:4:\"type\";s:6:\"number\";s:7:\"default\";i:0;}s:15:\"adjustment_type\";O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"string\";s:4:\"enum\";a:2:{i:0;s:4:\"flat\";i:1;s:10:\"percentage\";}s:7:\"default\";s:4:\"flat\";}}}s:18:\"first_class_parcel\";O:8:\"stdClass\":2:{s:4:\"type\";s:6:\"object\";s:10:\"properties\";O:8:\"stdClass\":4:{s:2:\"id\";O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"string\";s:9:\"minLength\";i:1;s:7:\"default\";s:18:\"first_class_parcel\";}s:7:\"enabled\";O:8:\"stdClass\":2:{s:4:\"type\";s:7:\"boolean\";s:7:\"default\";b:0;}s:10:\"adjustment\";O:8:\"stdClass\":2:{s:4:\"type\";s:6:\"number\";s:7:\"default\";i:0;}s:15:\"adjustment_type\";O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"string\";s:4:\"enum\";a:2:{i:0;s:4:\"flat\";i:1;s:10:\"percentage\";}s:7:\"default\";s:4:\"flat\";}}}s:23:\"first_class_lg_postcard\";O:8:\"stdClass\":2:{s:4:\"type\";s:6:\"object\";s:10:\"properties\";O:8:\"stdClass\":4:{s:2:\"id\";O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"string\";s:9:\"minLength\";i:1;s:7:\"default\";s:23:\"first_class_lg_postcard\";}s:7:\"enabled\";O:8:\"stdClass\":2:{s:4:\"type\";s:7:\"boolean\";s:7:\"default\";b:0;}s:10:\"adjustment\";O:8:\"stdClass\":2:{s:4:\"type\";s:6:\"number\";s:7:\"default\";i:0;}s:15:\"adjustment_type\";O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"string\";s:4:\"enum\";a:2:{i:0;s:4:\"flat\";i:1;s:10:\"percentage\";}s:7:\"default\";s:4:\"flat\";}}}s:20:\"first_class_postcard\";O:8:\"stdClass\":2:{s:4:\"type\";s:6:\"object\";s:10:\"properties\";O:8:\"stdClass\":4:{s:2:\"id\";O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"string\";s:9:\"minLength\";i:1;s:7:\"default\";s:20:\"first_class_postcard\";}s:7:\"enabled\";O:8:\"stdClass\":2:{s:4:\"type\";s:7:\"boolean\";s:7:\"default\";b:0;}s:10:\"adjustment\";O:8:\"stdClass\":2:{s:4:\"type\";s:6:\"number\";s:7:\"default\";i:0;}s:15:\"adjustment_type\";O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"string\";s:4:\"enum\";a:2:{i:0;s:4:\"flat\";i:1;s:10:\"percentage\";}s:7:\"default\";s:4:\"flat\";}}}s:23:\"first_class_lg_env_flat\";O:8:\"stdClass\":2:{s:4:\"type\";s:6:\"object\";s:10:\"properties\";O:8:\"stdClass\":4:{s:2:\"id\";O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"string\";s:9:\"minLength\";i:1;s:7:\"default\";s:23:\"first_class_lg_env_flat\";}s:7:\"enabled\";O:8:\"stdClass\":2:{s:4:\"type\";s:7:\"boolean\";s:7:\"default\";b:0;}s:10:\"adjustment\";O:8:\"stdClass\":2:{s:4:\"type\";s:6:\"number\";s:7:\"default\";i:0;}s:15:\"adjustment_type\";O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"string\";s:4:\"enum\";a:2:{i:0;s:4:\"flat\";i:1;s:10:\"percentage\";}s:7:\"default\";s:4:\"flat\";}}}s:23:\"first_class_intl_letter\";O:8:\"stdClass\":2:{s:4:\"type\";s:6:\"object\";s:10:\"properties\";O:8:\"stdClass\":4:{s:2:\"id\";O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"string\";s:9:\"minLength\";i:1;s:7:\"default\";s:23:\"first_class_intl_letter\";}s:7:\"enabled\";O:8:\"stdClass\":2:{s:4:\"type\";s:7:\"boolean\";s:7:\"default\";b:0;}s:10:\"adjustment\";O:8:\"stdClass\":2:{s:4:\"type\";s:6:\"number\";s:7:\"default\";i:0;}s:15:\"adjustment_type\";O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"string\";s:4:\"enum\";a:2:{i:0;s:4:\"flat\";i:1;s:10:\"percentage\";}s:7:\"default\";s:4:\"flat\";}}}s:23:\"first_class_intl_lg_env\";O:8:\"stdClass\":2:{s:4:\"type\";s:6:\"object\";s:10:\"properties\";O:8:\"stdClass\":4:{s:2:\"id\";O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"string\";s:9:\"minLength\";i:1;s:7:\"default\";s:23:\"first_class_intl_lg_env\";}s:7:\"enabled\";O:8:\"stdClass\":2:{s:4:\"type\";s:7:\"boolean\";s:7:\"default\";b:0;}s:10:\"adjustment\";O:8:\"stdClass\":2:{s:4:\"type\";s:6:\"number\";s:7:\"default\";i:0;}s:15:\"adjustment_type\";O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"string\";s:4:\"enum\";a:2:{i:0;s:4:\"flat\";i:1;s:10:\"percentage\";}s:7:\"default\";s:4:\"flat\";}}}s:16:\"first_class_intl\";O:8:\"stdClass\":2:{s:4:\"type\";s:6:\"object\";s:10:\"properties\";O:8:\"stdClass\":4:{s:2:\"id\";O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"string\";s:9:\"minLength\";i:1;s:7:\"default\";s:16:\"first_class_intl\";}s:7:\"enabled\";O:8:\"stdClass\":2:{s:4:\"type\";s:7:\"boolean\";s:7:\"default\";b:0;}s:10:\"adjustment\";O:8:\"stdClass\":2:{s:4:\"type\";s:6:\"number\";s:7:\"default\";i:0;}s:15:\"adjustment_type\";O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"string\";s:4:\"enum\";a:2:{i:0;s:4:\"flat\";i:1;s:10:\"percentage\";}s:7:\"default\";s:4:\"flat\";}}}s:5:\"media\";O:8:\"stdClass\":2:{s:4:\"type\";s:6:\"object\";s:10:\"properties\";O:8:\"stdClass\":4:{s:2:\"id\";O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"string\";s:9:\"minLength\";i:1;s:7:\"default\";s:5:\"media\";}s:7:\"enabled\";O:8:\"stdClass\":2:{s:4:\"type\";s:7:\"boolean\";s:7:\"default\";b:0;}s:10:\"adjustment\";O:8:\"stdClass\":2:{s:4:\"type\";s:6:\"number\";s:7:\"default\";i:0;}s:15:\"adjustment_type\";O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"string\";s:4:\"enum\";a:2:{i:0;s:4:\"flat\";i:1;s:10:\"percentage\";}s:7:\"default\";s:4:\"flat\";}}}s:3:\"gxg\";O:8:\"stdClass\":2:{s:4:\"type\";s:6:\"object\";s:10:\"properties\";O:8:\"stdClass\":4:{s:2:\"id\";O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"string\";s:9:\"minLength\";i:1;s:7:\"default\";s:3:\"gxg\";}s:7:\"enabled\";O:8:\"stdClass\":2:{s:4:\"type\";s:7:\"boolean\";s:7:\"default\";b:0;}s:10:\"adjustment\";O:8:\"stdClass\":2:{s:4:\"type\";s:6:\"number\";s:7:\"default\";i:0;}s:15:\"adjustment_type\";O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"string\";s:4:\"enum\";a:2:{i:0;s:4:\"flat\";i:1;s:10:\"percentage\";}s:7:\"default\";s:4:\"flat\";}}}s:12:\"pri_exp_intl\";O:8:\"stdClass\":2:{s:4:\"type\";s:6:\"object\";s:10:\"properties\";O:8:\"stdClass\":4:{s:2:\"id\";O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"string\";s:9:\"minLength\";i:1;s:7:\"default\";s:12:\"pri_exp_intl\";}s:7:\"enabled\";O:8:\"stdClass\":2:{s:4:\"type\";s:7:\"boolean\";s:7:\"default\";b:0;}s:10:\"adjustment\";O:8:\"stdClass\":2:{s:4:\"type\";s:6:\"number\";s:7:\"default\";i:0;}s:15:\"adjustment_type\";O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"string\";s:4:\"enum\";a:2:{i:0;s:4:\"flat\";i:1;s:10:\"percentage\";}s:7:\"default\";s:4:\"flat\";}}}s:21:\"pri_exp_intl_env_flat\";O:8:\"stdClass\":2:{s:4:\"type\";s:6:\"object\";s:10:\"properties\";O:8:\"stdClass\":4:{s:2:\"id\";O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"string\";s:9:\"minLength\";i:1;s:7:\"default\";s:21:\"pri_exp_intl_env_flat\";}s:7:\"enabled\";O:8:\"stdClass\":2:{s:4:\"type\";s:7:\"boolean\";s:7:\"default\";b:0;}s:10:\"adjustment\";O:8:\"stdClass\":2:{s:4:\"type\";s:6:\"number\";s:7:\"default\";i:0;}s:15:\"adjustment_type\";O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"string\";s:4:\"enum\";a:2:{i:0;s:4:\"flat\";i:1;s:10:\"percentage\";}s:7:\"default\";s:4:\"flat\";}}}s:23:\"pri_exp_intl_legal_flat\";O:8:\"stdClass\":2:{s:4:\"type\";s:6:\"object\";s:10:\"properties\";O:8:\"stdClass\":4:{s:2:\"id\";O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"string\";s:9:\"minLength\";i:1;s:7:\"default\";s:23:\"pri_exp_intl_legal_flat\";}s:7:\"enabled\";O:8:\"stdClass\":2:{s:4:\"type\";s:7:\"boolean\";s:7:\"default\";b:0;}s:10:\"adjustment\";O:8:\"stdClass\":2:{s:4:\"type\";s:6:\"number\";s:7:\"default\";i:0;}s:15:\"adjustment_type\";O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"string\";s:4:\"enum\";a:2:{i:0;s:4:\"flat\";i:1;s:10:\"percentage\";}s:7:\"default\";s:4:\"flat\";}}}s:24:\"pri_exp_intl_padded_flat\";O:8:\"stdClass\":2:{s:4:\"type\";s:6:\"object\";s:10:\"properties\";O:8:\"stdClass\":4:{s:2:\"id\";O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"string\";s:9:\"minLength\";i:1;s:7:\"default\";s:24:\"pri_exp_intl_padded_flat\";}s:7:\"enabled\";O:8:\"stdClass\":2:{s:4:\"type\";s:7:\"boolean\";s:7:\"default\";b:0;}s:10:\"adjustment\";O:8:\"stdClass\":2:{s:4:\"type\";s:6:\"number\";s:7:\"default\";i:0;}s:15:\"adjustment_type\";O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"string\";s:4:\"enum\";a:2:{i:0;s:4:\"flat\";i:1;s:10:\"percentage\";}s:7:\"default\";s:4:\"flat\";}}}s:8:\"pri_intl\";O:8:\"stdClass\":2:{s:4:\"type\";s:6:\"object\";s:10:\"properties\";O:8:\"stdClass\":4:{s:2:\"id\";O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"string\";s:9:\"minLength\";i:1;s:7:\"default\";s:8:\"pri_intl\";}s:7:\"enabled\";O:8:\"stdClass\":2:{s:4:\"type\";s:7:\"boolean\";s:7:\"default\";b:1;}s:10:\"adjustment\";O:8:\"stdClass\":2:{s:4:\"type\";s:6:\"number\";s:7:\"default\";i:0;}s:15:\"adjustment_type\";O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"string\";s:4:\"enum\";a:2:{i:0;s:4:\"flat\";i:1;s:10:\"percentage\";}s:7:\"default\";s:4:\"flat\";}}}s:15:\"pri_intl_lg_box\";O:8:\"stdClass\":2:{s:4:\"type\";s:6:\"object\";s:10:\"properties\";O:8:\"stdClass\":4:{s:2:\"id\";O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"string\";s:9:\"minLength\";i:1;s:7:\"default\";s:15:\"pri_intl_lg_box\";}s:7:\"enabled\";O:8:\"stdClass\":2:{s:4:\"type\";s:7:\"boolean\";s:7:\"default\";b:1;}s:10:\"adjustment\";O:8:\"stdClass\":2:{s:4:\"type\";s:6:\"number\";s:7:\"default\";i:0;}s:15:\"adjustment_type\";O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"string\";s:4:\"enum\";a:2:{i:0;s:4:\"flat\";i:1;s:10:\"percentage\";}s:7:\"default\";s:4:\"flat\";}}}s:19:\"pri_intl_md_box_top\";O:8:\"stdClass\":2:{s:4:\"type\";s:6:\"object\";s:10:\"properties\";O:8:\"stdClass\":4:{s:2:\"id\";O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"string\";s:9:\"minLength\";i:1;s:7:\"default\";s:19:\"pri_intl_md_box_top\";}s:7:\"enabled\";O:8:\"stdClass\":2:{s:4:\"type\";s:7:\"boolean\";s:7:\"default\";b:1;}s:10:\"adjustment\";O:8:\"stdClass\":2:{s:4:\"type\";s:6:\"number\";s:7:\"default\";i:0;}s:15:\"adjustment_type\";O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"string\";s:4:\"enum\";a:2:{i:0;s:4:\"flat\";i:1;s:10:\"percentage\";}s:7:\"default\";s:4:\"flat\";}}}s:20:\"pri_intl_md_box_side\";O:8:\"stdClass\":2:{s:4:\"type\";s:6:\"object\";s:10:\"properties\";O:8:\"stdClass\":4:{s:2:\"id\";O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"string\";s:9:\"minLength\";i:1;s:7:\"default\";s:20:\"pri_intl_md_box_side\";}s:7:\"enabled\";O:8:\"stdClass\":2:{s:4:\"type\";s:7:\"boolean\";s:7:\"default\";b:1;}s:10:\"adjustment\";O:8:\"stdClass\":2:{s:4:\"type\";s:6:\"number\";s:7:\"default\";i:0;}s:15:\"adjustment_type\";O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"string\";s:4:\"enum\";a:2:{i:0;s:4:\"flat\";i:1;s:10:\"percentage\";}s:7:\"default\";s:4:\"flat\";}}}s:15:\"pri_intl_sm_box\";O:8:\"stdClass\":2:{s:4:\"type\";s:6:\"object\";s:10:\"properties\";O:8:\"stdClass\":4:{s:2:\"id\";O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"string\";s:9:\"minLength\";i:1;s:7:\"default\";s:15:\"pri_intl_sm_box\";}s:7:\"enabled\";O:8:\"stdClass\":2:{s:4:\"type\";s:7:\"boolean\";s:7:\"default\";b:1;}s:10:\"adjustment\";O:8:\"stdClass\":2:{s:4:\"type\";s:6:\"number\";s:7:\"default\";i:0;}s:15:\"adjustment_type\";O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"string\";s:4:\"enum\";a:2:{i:0;s:4:\"flat\";i:1;s:10:\"percentage\";}s:7:\"default\";s:4:\"flat\";}}}s:12:\"pri_intl_dvd\";O:8:\"stdClass\":2:{s:4:\"type\";s:6:\"object\";s:10:\"properties\";O:8:\"stdClass\":4:{s:2:\"id\";O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"string\";s:9:\"minLength\";i:1;s:7:\"default\";s:12:\"pri_intl_dvd\";}s:7:\"enabled\";O:8:\"stdClass\":2:{s:4:\"type\";s:7:\"boolean\";s:7:\"default\";b:0;}s:10:\"adjustment\";O:8:\"stdClass\":2:{s:4:\"type\";s:6:\"number\";s:7:\"default\";i:0;}s:15:\"adjustment_type\";O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"string\";s:4:\"enum\";a:2:{i:0;s:4:\"flat\";i:1;s:10:\"percentage\";}s:7:\"default\";s:4:\"flat\";}}}s:14:\"pri_intl_video\";O:8:\"stdClass\":2:{s:4:\"type\";s:6:\"object\";s:10:\"properties\";O:8:\"stdClass\":4:{s:2:\"id\";O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"string\";s:9:\"minLength\";i:1;s:7:\"default\";s:14:\"pri_intl_video\";}s:7:\"enabled\";O:8:\"stdClass\":2:{s:4:\"type\";s:7:\"boolean\";s:7:\"default\";b:0;}s:10:\"adjustment\";O:8:\"stdClass\":2:{s:4:\"type\";s:6:\"number\";s:7:\"default\";i:0;}s:15:\"adjustment_type\";O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"string\";s:4:\"enum\";a:2:{i:0;s:4:\"flat\";i:1;s:10:\"percentage\";}s:7:\"default\";s:4:\"flat\";}}}s:17:\"pri_intl_env_flat\";O:8:\"stdClass\":2:{s:4:\"type\";s:6:\"object\";s:10:\"properties\";O:8:\"stdClass\":4:{s:2:\"id\";O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"string\";s:9:\"minLength\";i:1;s:7:\"default\";s:17:\"pri_intl_env_flat\";}s:7:\"enabled\";O:8:\"stdClass\":2:{s:4:\"type\";s:7:\"boolean\";s:7:\"default\";b:0;}s:10:\"adjustment\";O:8:\"stdClass\":2:{s:4:\"type\";s:6:\"number\";s:7:\"default\";i:0;}s:15:\"adjustment_type\";O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"string\";s:4:\"enum\";a:2:{i:0;s:4:\"flat\";i:1;s:10:\"percentage\";}s:7:\"default\";s:4:\"flat\";}}}s:19:\"pri_intl_legal_flat\";O:8:\"stdClass\":2:{s:4:\"type\";s:6:\"object\";s:10:\"properties\";O:8:\"stdClass\":4:{s:2:\"id\";O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"string\";s:9:\"minLength\";i:1;s:7:\"default\";s:19:\"pri_intl_legal_flat\";}s:7:\"enabled\";O:8:\"stdClass\":2:{s:4:\"type\";s:7:\"boolean\";s:7:\"default\";b:0;}s:10:\"adjustment\";O:8:\"stdClass\":2:{s:4:\"type\";s:6:\"number\";s:7:\"default\";i:0;}s:15:\"adjustment_type\";O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"string\";s:4:\"enum\";a:2:{i:0;s:4:\"flat\";i:1;s:10:\"percentage\";}s:7:\"default\";s:4:\"flat\";}}}s:20:\"pri_intl_padded_flat\";O:8:\"stdClass\":2:{s:4:\"type\";s:6:\"object\";s:10:\"properties\";O:8:\"stdClass\":4:{s:2:\"id\";O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"string\";s:9:\"minLength\";i:1;s:7:\"default\";s:20:\"pri_intl_padded_flat\";}s:7:\"enabled\";O:8:\"stdClass\":2:{s:4:\"type\";s:7:\"boolean\";s:7:\"default\";b:0;}s:10:\"adjustment\";O:8:\"stdClass\":2:{s:4:\"type\";s:6:\"number\";s:7:\"default\";i:0;}s:15:\"adjustment_type\";O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"string\";s:4:\"enum\";a:2:{i:0;s:4:\"flat\";i:1;s:10:\"percentage\";}s:7:\"default\";s:4:\"flat\";}}}s:20:\"pri_intl_sm_env_flat\";O:8:\"stdClass\":2:{s:4:\"type\";s:6:\"object\";s:10:\"properties\";O:8:\"stdClass\":4:{s:2:\"id\";O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"string\";s:9:\"minLength\";i:1;s:7:\"default\";s:20:\"pri_intl_sm_env_flat\";}s:7:\"enabled\";O:8:\"stdClass\":2:{s:4:\"type\";s:7:\"boolean\";s:7:\"default\";b:0;}s:10:\"adjustment\";O:8:\"stdClass\":2:{s:4:\"type\";s:6:\"number\";s:7:\"default\";i:0;}s:15:\"adjustment_type\";O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"string\";s:4:\"enum\";a:2:{i:0;s:4:\"flat\";i:1;s:10:\"percentage\";}s:7:\"default\";s:4:\"flat\";}}}s:20:\"pri_intl_window_flat\";O:8:\"stdClass\":2:{s:4:\"type\";s:6:\"object\";s:10:\"properties\";O:8:\"stdClass\":4:{s:2:\"id\";O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"string\";s:9:\"minLength\";i:1;s:7:\"default\";s:20:\"pri_intl_window_flat\";}s:7:\"enabled\";O:8:\"stdClass\":2:{s:4:\"type\";s:7:\"boolean\";s:7:\"default\";b:0;}s:10:\"adjustment\";O:8:\"stdClass\":2:{s:4:\"type\";s:6:\"number\";s:7:\"default\";i:0;}s:15:\"adjustment_type\";O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"string\";s:4:\"enum\";a:2:{i:0;s:4:\"flat\";i:1;s:10:\"percentage\";}s:7:\"default\";s:4:\"flat\";}}}s:16:\"ground_advantage\";O:8:\"stdClass\":2:{s:4:\"type\";s:6:\"object\";s:10:\"properties\";O:8:\"stdClass\":4:{s:2:\"id\";O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"string\";s:9:\"minLength\";i:1;s:7:\"default\";s:16:\"ground_advantage\";}s:7:\"enabled\";O:8:\"stdClass\":2:{s:4:\"type\";s:7:\"boolean\";s:7:\"default\";b:1;}s:10:\"adjustment\";O:8:\"stdClass\":2:{s:4:\"type\";s:6:\"number\";s:7:\"default\";i:0;}s:15:\"adjustment_type\";O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"string\";s:4:\"enum\";a:2:{i:0;s:4:\"flat\";i:1;s:10:\"percentage\";}s:7:\"default\";s:4:\"flat\";}}}}}s:13:\"fallback_rate\";O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"number\";s:5:\"title\";s:20:\"Fallback Rate (in $)\";s:11:\"description\";s:148:\"If USPS returns no rates, offer the customer a fallback rate so they are still able to checkout. Leave this field as 0 to indicate no fallback rate.\";s:7:\"default\";i:0;s:7:\"minimum\";i:0;}s:11:\"rate_filter\";O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"string\";s:5:\"title\";s:35:\"Which rates would you like to show?\";s:4:\"enum\";a:2:{i:0;s:3:\"all\";i:1;s:8:\"cheapest\";}s:7:\"default\";s:3:\"all\";}s:10:\"rate_class\";O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"string\";s:5:\"title\";s:36:\"What price would you like to charge?\";s:4:\"enum\";a:2:{i:0;s:6:\"retail\";i:1;s:3:\"cbp\";}s:7:\"default\";s:6:\"retail\";}s:14:\"packing_method\";O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"string\";s:5:\"title\";s:14:\"Packing Method\";s:4:\"enum\";a:2:{i:0;s:8:\"by_price\";i:1;s:10:\"individual\";}s:7:\"default\";s:8:\"by_price\";}}}s:8:\"packages\";O:8:\"stdClass\":5:{s:14:\"pri_flat_boxes\";O:8:\"stdClass\":2:{s:5:\"title\";s:34:\"USPS Priority Mail Flat Rate Boxes\";s:11:\"definitions\";a:6:{i:0;O:8:\"stdClass\":11:{s:16:\"inner_dimensions\";s:18:\"8.63 x 5.38 x 1.63\";s:16:\"outer_dimensions\";s:18:\"8.63 x 5.38 x 1.63\";s:10:\"box_weight\";i:0;s:12:\"is_flat_rate\";b:1;s:2:\"id\";s:14:\"small_flat_box\";s:4:\"name\";s:19:\"Small Flat Rate Box\";s:10:\"dimensions\";s:18:\"8.63 x 5.38 x 1.63\";s:10:\"max_weight\";i:1120;s:9:\"is_letter\";b:0;s:8:\"group_id\";s:14:\"pri_flat_boxes\";s:22:\"can_ship_international\";b:1;}i:1;O:8:\"stdClass\":11:{s:16:\"inner_dimensions\";s:14:\"11 x 8.5 x 5.5\";s:16:\"outer_dimensions\";s:16:\"11.25 x 8.75 x 6\";s:10:\"box_weight\";i:0;s:12:\"is_flat_rate\";b:1;s:2:\"id\";s:19:\"medium_flat_box_top\";s:4:\"name\";s:35:\"Medium Flat Rate Box 1, Top Loading\";s:10:\"dimensions\";O:8:\"stdClass\":2:{s:5:\"inner\";s:14:\"11 x 8.5 x 5.5\";s:5:\"outer\";s:16:\"11.25 x 8.75 x 6\";}s:10:\"max_weight\";i:1120;s:9:\"is_letter\";b:0;s:8:\"group_id\";s:14:\"pri_flat_boxes\";s:22:\"can_ship_international\";b:1;}i:2;O:8:\"stdClass\":11:{s:16:\"inner_dimensions\";s:20:\"13.63 x 11.88 x 3.38\";s:16:\"outer_dimensions\";s:13:\"14 x 12 x 3.5\";s:10:\"box_weight\";i:0;s:12:\"is_flat_rate\";b:1;s:2:\"id\";s:20:\"medium_flat_box_side\";s:4:\"name\";s:36:\"Medium Flat Rate Box 2, Side Loading\";s:10:\"dimensions\";O:8:\"stdClass\":2:{s:5:\"inner\";s:20:\"13.63 x 11.88 x 3.38\";s:5:\"outer\";s:13:\"14 x 12 x 3.5\";}s:10:\"max_weight\";i:1120;s:9:\"is_letter\";b:0;s:8:\"group_id\";s:14:\"pri_flat_boxes\";s:22:\"can_ship_international\";b:1;}i:3;O:8:\"stdClass\":11:{s:16:\"inner_dimensions\";s:13:\"12 x 12 x 5.5\";s:16:\"outer_dimensions\";s:17:\"12.25 x 12.25 x 6\";s:10:\"box_weight\";i:0;s:12:\"is_flat_rate\";b:1;s:2:\"id\";s:14:\"large_flat_box\";s:4:\"name\";s:19:\"Large Flat Rate Box\";s:10:\"dimensions\";O:8:\"stdClass\":2:{s:5:\"inner\";s:13:\"12 x 12 x 5.5\";s:5:\"outer\";s:17:\"12.25 x 12.25 x 6\";}s:10:\"max_weight\";i:1120;s:9:\"is_letter\";b:0;s:8:\"group_id\";s:14:\"pri_flat_boxes\";s:22:\"can_ship_international\";b:1;}i:4;O:8:\"stdClass\":11:{s:16:\"inner_dimensions\";s:18:\"7.56 x 5.44 x 0.63\";s:16:\"outer_dimensions\";s:18:\"7.56 x 5.44 x 0.63\";s:10:\"box_weight\";i:0;s:12:\"is_flat_rate\";b:1;s:2:\"id\";s:8:\"dvd_flat\";s:4:\"name\";s:34:\"DVD Flat Rate (International Only)\";s:10:\"dimensions\";s:18:\"7.56 x 5.44 x 0.63\";s:10:\"max_weight\";i:64;s:9:\"is_letter\";b:0;s:8:\"group_id\";s:14:\"pri_flat_boxes\";s:22:\"can_ship_international\";b:1;}i:5;O:8:\"stdClass\":11:{s:16:\"inner_dimensions\";s:15:\"9.25 x 6.25 x 2\";s:16:\"outer_dimensions\";s:15:\"9.25 x 6.25 x 2\";s:10:\"box_weight\";i:0;s:12:\"is_flat_rate\";b:1;s:2:\"id\";s:16:\"large_video_flat\";s:4:\"name\";s:50:\"1096L - Large Video Flat Rate (International Only)\";s:10:\"dimensions\";s:15:\"9.25 x 6.25 x 2\";s:10:\"max_weight\";i:64;s:9:\"is_letter\";b:0;s:8:\"group_id\";s:14:\"pri_flat_boxes\";s:22:\"can_ship_international\";b:1;}}}s:13:\"pri_envelopes\";O:8:\"stdClass\":2:{s:5:\"title\";s:38:\"USPS Priority Mail Flat Rate Envelopes\";s:11:\"definitions\";a:5:{i:0;O:8:\"stdClass\":11:{s:16:\"inner_dimensions\";s:16:\"12.5 x 9.5 x 0.5\";s:16:\"outer_dimensions\";s:16:\"12.5 x 9.5 x 0.5\";s:10:\"box_weight\";i:0;s:12:\"is_flat_rate\";b:1;s:2:\"id\";s:13:\"flat_envelope\";s:4:\"name\";s:18:\"Flat Rate Envelope\";s:10:\"dimensions\";a:1:{i:0;s:16:\"12.5 x 9.5 x 0.5\";}s:10:\"max_weight\";i:1120;s:9:\"is_letter\";b:1;s:8:\"group_id\";s:13:\"pri_envelopes\";s:22:\"can_ship_international\";b:1;}i:1;O:8:\"stdClass\":11:{s:16:\"inner_dimensions\";s:14:\"15 x 9.5 x 0.5\";s:16:\"outer_dimensions\";s:14:\"15 x 9.5 x 0.5\";s:10:\"box_weight\";i:0;s:12:\"is_flat_rate\";b:1;s:2:\"id\";s:19:\"legal_flat_envelope\";s:4:\"name\";s:24:\"Legal Flat Rate Envelope\";s:10:\"dimensions\";a:1:{i:0;s:14:\"15 x 9.5 x 0.5\";}s:10:\"max_weight\";i:1120;s:9:\"is_letter\";b:1;s:8:\"group_id\";s:13:\"pri_envelopes\";s:22:\"can_ship_international\";b:1;}i:2;O:8:\"stdClass\":11:{s:16:\"inner_dimensions\";s:16:\"12.5 x 9.5 x 0.5\";s:16:\"outer_dimensions\";s:16:\"12.5 x 9.5 x 0.5\";s:10:\"box_weight\";i:0;s:12:\"is_flat_rate\";b:1;s:2:\"id\";s:20:\"padded_flat_envelope\";s:4:\"name\";s:25:\"Padded Flat Rate Envelope\";s:10:\"dimensions\";a:4:{i:0;s:16:\"12.5 x 9.5 x 0.5\";i:1;s:16:\"12.5 x 7.5 x 1.5\";i:2;s:16:\"12.5 x 5.5 x 2.5\";i:3;s:16:\"12.5 x 3.5 x 3.5\";}s:10:\"max_weight\";i:1120;s:9:\"is_letter\";b:1;s:8:\"group_id\";s:13:\"pri_envelopes\";s:22:\"can_ship_international\";b:1;}i:3;O:8:\"stdClass\":11:{s:16:\"inner_dimensions\";s:16:\"12.5 x 9.5 x 0.5\";s:16:\"outer_dimensions\";s:16:\"12.5 x 9.5 x 0.5\";s:10:\"box_weight\";i:0;s:12:\"is_flat_rate\";b:1;s:2:\"id\";s:20:\"window_flat_envelope\";s:4:\"name\";s:40:\"Window Flat Rate Envelope (12.5\" x 9.5\")\";s:10:\"dimensions\";a:1:{i:0;s:16:\"12.5 x 9.5 x 0.5\";}s:10:\"max_weight\";i:1120;s:9:\"is_letter\";b:1;s:8:\"group_id\";s:13:\"pri_envelopes\";s:22:\"can_ship_international\";b:1;}i:4;O:8:\"stdClass\":11:{s:16:\"inner_dimensions\";s:12:\"10 x 6 x 0.5\";s:16:\"outer_dimensions\";s:12:\"10 x 6 x 0.5\";s:10:\"box_weight\";i:0;s:12:\"is_flat_rate\";b:1;s:2:\"id\";s:19:\"small_flat_envelope\";s:4:\"name\";s:24:\"Small Flat Rate Envelope\";s:10:\"dimensions\";a:1:{i:0;s:12:\"10 x 6 x 0.5\";}s:10:\"max_weight\";i:1120;s:9:\"is_letter\";b:1;s:8:\"group_id\";s:13:\"pri_envelopes\";s:22:\"can_ship_international\";b:1;}}}s:9:\"pri_boxes\";O:8:\"stdClass\":2:{s:5:\"title\";s:24:\"USPS Priority Mail Boxes\";s:11:\"definitions\";a:10:{i:0;O:8:\"stdClass\":12:{s:16:\"inner_dimensions\";s:19:\"37.69 x 6.13 x 5.06\";s:16:\"outer_dimensions\";s:19:\"37.69 x 6.13 x 5.06\";s:10:\"box_weight\";i:0;s:12:\"is_flat_rate\";b:0;s:2:\"id\";s:11:\"medium_tube\";s:4:\"name\";s:25:\"Priority Mail Medium Tube\";s:10:\"dimensions\";s:19:\"37.69 x 6.13 x 5.06\";s:10:\"max_weight\";i:1120;s:9:\"is_letter\";b:0;s:17:\"service_group_ids\";a:2:{i:0;s:8:\"priority\";i:1;s:22:\"priority_international\";}s:8:\"group_id\";s:9:\"pri_boxes\";s:22:\"can_ship_international\";b:1;}i:1;O:8:\"stdClass\":12:{s:16:\"inner_dimensions\";s:13:\"25 x 6 x 5.88\";s:16:\"outer_dimensions\";s:13:\"25 x 6 x 5.88\";s:10:\"box_weight\";i:0;s:12:\"is_flat_rate\";b:0;s:2:\"id\";s:10:\"small_tube\";s:4:\"name\";s:24:\"Priority Mail Small Tube\";s:10:\"dimensions\";s:13:\"25 x 6 x 5.88\";s:10:\"max_weight\";i:1120;s:9:\"is_letter\";b:0;s:17:\"service_group_ids\";a:2:{i:0;s:8:\"priority\";i:1;s:22:\"priority_international\";}s:8:\"group_id\";s:9:\"pri_boxes\";s:22:\"can_ship_international\";b:1;}i:2;O:8:\"stdClass\":12:{s:16:\"inner_dimensions\";s:18:\"7.5 x 5.13 x 14.38\";s:16:\"outer_dimensions\";s:18:\"7.5 x 5.13 x 14.38\";s:10:\"box_weight\";i:0;s:12:\"is_flat_rate\";b:0;s:2:\"id\";s:8:\"shoe_box\";s:4:\"name\";s:22:\"Priority Mail Shoe Box\";s:10:\"dimensions\";s:18:\"7.5 x 5.13 x 14.38\";s:10:\"max_weight\";i:1120;s:9:\"is_letter\";b:0;s:17:\"service_group_ids\";a:2:{i:0;s:8:\"priority\";i:1;s:22:\"priority_international\";}s:8:\"group_id\";s:9:\"pri_boxes\";s:22:\"can_ship_international\";b:1;}i:3;O:8:\"stdClass\":12:{s:16:\"inner_dimensions\";s:9:\"7 x 7 x 6\";s:16:\"outer_dimensions\";s:9:\"7 x 7 x 6\";s:10:\"box_weight\";i:0;s:12:\"is_flat_rate\";b:0;s:2:\"id\";s:10:\"priority_4\";s:4:\"name\";s:21:\"Priority Mail Box - 4\";s:10:\"dimensions\";s:9:\"7 x 7 x 6\";s:10:\"max_weight\";i:1120;s:9:\"is_letter\";b:0;s:17:\"service_group_ids\";a:2:{i:0;s:8:\"priority\";i:1;s:22:\"priority_international\";}s:8:\"group_id\";s:9:\"pri_boxes\";s:22:\"can_ship_international\";b:1;}i:4;O:8:\"stdClass\":12:{s:16:\"inner_dimensions\";s:11:\"12 x 12 x 8\";s:16:\"outer_dimensions\";s:11:\"12 x 12 x 8\";s:10:\"box_weight\";i:0;s:12:\"is_flat_rate\";b:0;s:2:\"id\";s:10:\"priority_7\";s:4:\"name\";s:21:\"Priority Mail Box - 7\";s:10:\"dimensions\";s:11:\"12 x 12 x 8\";s:10:\"max_weight\";i:1120;s:9:\"is_letter\";b:0;s:17:\"service_group_ids\";a:2:{i:0;s:8:\"priority\";i:1;s:22:\"priority_international\";}s:8:\"group_id\";s:9:\"pri_boxes\";s:22:\"can_ship_international\";b:1;}i:5;O:8:\"stdClass\":12:{s:16:\"inner_dimensions\";s:17:\"15.25 x 12.38 x 3\";s:16:\"outer_dimensions\";s:20:\"15.63 x 12.44 x 3.13\";s:10:\"box_weight\";i:0;s:12:\"is_flat_rate\";b:0;s:2:\"id\";s:13:\"priority_1095\";s:4:\"name\";s:24:\"Priority Mail Box - 1095\";s:10:\"dimensions\";O:8:\"stdClass\":2:{s:5:\"inner\";s:17:\"15.25 x 12.38 x 3\";s:5:\"outer\";s:20:\"15.63 x 12.44 x 3.13\";}s:10:\"max_weight\";i:1120;s:9:\"is_letter\";b:0;s:17:\"service_group_ids\";a:2:{i:0;s:8:\"priority\";i:1;s:22:\"priority_international\";}s:8:\"group_id\";s:9:\"pri_boxes\";s:22:\"can_ship_international\";b:1;}i:6;O:8:\"stdClass\":12:{s:16:\"inner_dimensions\";s:15:\"9.25 x 6.25 x 2\";s:16:\"outer_dimensions\";s:18:\"9.56 x 6.44 x 2.19\";s:10:\"box_weight\";i:0;s:12:\"is_flat_rate\";b:0;s:2:\"id\";s:14:\"priority_1096L\";s:4:\"name\";s:25:\"Priority Mail Box - 1096L\";s:10:\"dimensions\";O:8:\"stdClass\":2:{s:5:\"inner\";s:15:\"9.25 x 6.25 x 2\";s:5:\"outer\";s:18:\"9.56 x 6.44 x 2.19\";}s:10:\"max_weight\";i:1120;s:9:\"is_letter\";b:0;s:17:\"service_group_ids\";a:2:{i:0;s:8:\"priority\";i:1;s:22:\"priority_international\";}s:8:\"group_id\";s:9:\"pri_boxes\";s:22:\"can_ship_international\";b:1;}i:7;O:8:\"stdClass\":12:{s:16:\"inner_dimensions\";s:19:\"11.5 x 13.13 x 2.38\";s:16:\"outer_dimensions\";s:19:\"11.63 x 13.44 x 2.5\";s:10:\"box_weight\";i:0;s:12:\"is_flat_rate\";b:0;s:2:\"id\";s:13:\"priority_1097\";s:4:\"name\";s:24:\"Priority Mail Box - 1097\";s:10:\"dimensions\";O:8:\"stdClass\":2:{s:5:\"inner\";s:19:\"11.5 x 13.13 x 2.38\";s:5:\"outer\";s:19:\"11.63 x 13.44 x 2.5\";}s:10:\"max_weight\";i:1120;s:9:\"is_letter\";b:0;s:17:\"service_group_ids\";a:2:{i:0;s:8:\"priority\";i:1;s:22:\"priority_international\";}s:8:\"group_id\";s:9:\"pri_boxes\";s:22:\"can_ship_international\";b:1;}i:8;O:8:\"stdClass\":12:{s:16:\"inner_dimensions\";s:18:\"7.56 x 5.44 x 0.63\";s:16:\"outer_dimensions\";s:18:\"7.56 x 5.44 x 0.63\";s:10:\"box_weight\";i:0;s:12:\"is_flat_rate\";b:0;s:2:\"id\";s:12:\"priority_dvd\";s:4:\"name\";s:21:\"Priority Mail DVD Box\";s:10:\"dimensions\";s:18:\"7.56 x 5.44 x 0.63\";s:10:\"max_weight\";i:1120;s:9:\"is_letter\";b:0;s:17:\"service_group_ids\";a:2:{i:0;s:8:\"priority\";i:1;s:22:\"priority_international\";}s:8:\"group_id\";s:9:\"pri_boxes\";s:22:\"can_ship_international\";b:1;}i:9;O:8:\"stdClass\":12:{s:16:\"inner_dimensions\";s:19:\"11.63 x 15.13 x 0.5\";s:16:\"outer_dimensions\";s:19:\"11.63 x 15.13 x 0.5\";s:10:\"box_weight\";i:0;s:12:\"is_flat_rate\";b:0;s:2:\"id\";s:23:\"priority_tyvek_envelope\";s:4:\"name\";s:28:\"Priority Mail Tyvek Envelope\";s:10:\"dimensions\";s:19:\"11.63 x 15.13 x 0.5\";s:10:\"max_weight\";i:1120;s:9:\"is_letter\";b:1;s:17:\"service_group_ids\";a:2:{i:0;s:8:\"priority\";i:1;s:22:\"priority_international\";}s:8:\"group_id\";s:9:\"pri_boxes\";s:22:\"can_ship_international\";b:1;}}}s:21:\"pri_express_envelopes\";O:8:\"stdClass\":2:{s:5:\"title\";s:46:\"USPS Priority Mail Express Flat Rate Envelopes\";s:11:\"definitions\";a:3:{i:0;O:8:\"stdClass\":11:{s:16:\"inner_dimensions\";s:16:\"12.5 x 9.5 x 0.5\";s:16:\"outer_dimensions\";s:16:\"12.5 x 9.5 x 0.5\";s:10:\"box_weight\";i:0;s:12:\"is_flat_rate\";b:1;s:2:\"id\";s:21:\"express_flat_envelope\";s:4:\"name\";s:18:\"Flat Rate Envelope\";s:10:\"dimensions\";a:1:{i:0;s:16:\"12.5 x 9.5 x 0.5\";}s:10:\"max_weight\";i:1120;s:9:\"is_letter\";b:1;s:8:\"group_id\";s:21:\"pri_express_envelopes\";s:22:\"can_ship_international\";b:1;}i:1;O:8:\"stdClass\":11:{s:16:\"inner_dimensions\";s:14:\"15 x 9.5 x 0.5\";s:16:\"outer_dimensions\";s:14:\"15 x 9.5 x 0.5\";s:10:\"box_weight\";i:0;s:12:\"is_flat_rate\";b:1;s:2:\"id\";s:27:\"express_legal_flat_envelope\";s:4:\"name\";s:24:\"Legal Flat Rate Envelope\";s:10:\"dimensions\";a:1:{i:0;s:14:\"15 x 9.5 x 0.5\";}s:10:\"max_weight\";i:1120;s:9:\"is_letter\";b:1;s:8:\"group_id\";s:21:\"pri_express_envelopes\";s:22:\"can_ship_international\";b:1;}i:2;O:8:\"stdClass\":11:{s:16:\"inner_dimensions\";s:16:\"12.5 x 9.5 x 0.5\";s:16:\"outer_dimensions\";s:16:\"12.5 x 9.5 x 0.5\";s:10:\"box_weight\";i:0;s:12:\"is_flat_rate\";b:1;s:2:\"id\";s:28:\"express_padded_flat_envelope\";s:4:\"name\";s:25:\"Padded Flat Rate Envelope\";s:10:\"dimensions\";a:4:{i:0;s:16:\"12.5 x 9.5 x 0.5\";i:1;s:16:\"12.5 x 7.5 x 1.5\";i:2;s:16:\"12.5 x 5.5 x 2.5\";i:3;s:16:\"12.5 x 3.5 x 3.5\";}s:10:\"max_weight\";i:1120;s:9:\"is_letter\";b:1;s:8:\"group_id\";s:21:\"pri_express_envelopes\";s:22:\"can_ship_international\";b:1;}}}s:17:\"pri_express_boxes\";O:8:\"stdClass\":2:{s:5:\"title\";s:32:\"USPS Priority Mail Express Boxes\";s:11:\"definitions\";a:7:{i:0;O:8:\"stdClass\":12:{s:16:\"inner_dimensions\";s:17:\"15.25 x 12.38 x 3\";s:16:\"outer_dimensions\";s:20:\"15.63 x 12.44 x 3.13\";s:10:\"box_weight\";i:0;s:12:\"is_flat_rate\";b:0;s:2:\"id\";s:11:\"express_box\";s:4:\"name\";s:25:\"Priority Mail Express Box\";s:10:\"dimensions\";O:8:\"stdClass\":2:{s:5:\"inner\";s:17:\"15.25 x 12.38 x 3\";s:5:\"outer\";s:20:\"15.63 x 12.44 x 3.13\";}s:10:\"max_weight\";i:1120;s:9:\"is_letter\";b:0;s:17:\"service_group_ids\";a:2:{i:0;s:12:\"priority_exp\";i:1;s:30:\"priority_express_international\";}s:8:\"group_id\";s:17:\"pri_express_boxes\";s:22:\"can_ship_international\";b:1;}i:1;O:8:\"stdClass\":12:{s:16:\"inner_dimensions\";s:14:\"11 x 8.5 x 5.5\";s:16:\"outer_dimensions\";s:16:\"11.25 x 8.75 x 6\";s:10:\"box_weight\";i:0;s:12:\"is_flat_rate\";b:0;s:2:\"id\";s:13:\"express_box_1\";s:4:\"name\";s:27:\"Priority Mail Express Box 1\";s:10:\"dimensions\";O:8:\"stdClass\":2:{s:5:\"inner\";s:14:\"11 x 8.5 x 5.5\";s:5:\"outer\";s:16:\"11.25 x 8.75 x 6\";}s:10:\"max_weight\";i:1120;s:9:\"is_letter\";b:0;s:17:\"service_group_ids\";a:2:{i:0;s:12:\"priority_exp\";i:1;s:30:\"priority_express_international\";}s:8:\"group_id\";s:17:\"pri_express_boxes\";s:22:\"can_ship_international\";b:1;}i:2;O:8:\"stdClass\":12:{s:16:\"inner_dimensions\";s:20:\"11.88 x 3.38 x 13.63\";s:16:\"outer_dimensions\";s:13:\"12 x 3.5 x 14\";s:10:\"box_weight\";i:0;s:12:\"is_flat_rate\";b:0;s:2:\"id\";s:13:\"express_box_2\";s:4:\"name\";s:27:\"Priority Mail Express Box 2\";s:10:\"dimensions\";O:8:\"stdClass\":2:{s:5:\"inner\";s:20:\"11.88 x 3.38 x 13.63\";s:5:\"outer\";s:13:\"12 x 3.5 x 14\";}s:10:\"max_weight\";i:1120;s:9:\"is_letter\";b:0;s:17:\"service_group_ids\";a:2:{i:0;s:12:\"priority_exp\";i:1;s:30:\"priority_express_international\";}s:8:\"group_id\";s:17:\"pri_express_boxes\";s:22:\"can_ship_international\";b:1;}i:3;O:8:\"stdClass\":12:{s:16:\"inner_dimensions\";s:19:\"37.69 x 6.13 x 5.06\";s:16:\"outer_dimensions\";s:19:\"37.69 x 6.13 x 5.06\";s:10:\"box_weight\";i:0;s:12:\"is_flat_rate\";b:0;s:2:\"id\";s:19:\"express_medium_tube\";s:4:\"name\";s:33:\"Priority Mail Express Medium Tube\";s:10:\"dimensions\";s:19:\"37.69 x 6.13 x 5.06\";s:10:\"max_weight\";i:1120;s:9:\"is_letter\";b:0;s:17:\"service_group_ids\";a:2:{i:0;s:12:\"priority_exp\";i:1;s:30:\"priority_express_international\";}s:8:\"group_id\";s:17:\"pri_express_boxes\";s:22:\"can_ship_international\";b:1;}i:4;O:8:\"stdClass\":12:{s:16:\"inner_dimensions\";s:13:\"25 x 6 x 5.88\";s:16:\"outer_dimensions\";s:13:\"25 x 6 x 5.88\";s:10:\"box_weight\";i:0;s:12:\"is_flat_rate\";b:0;s:2:\"id\";s:18:\"express_small_tube\";s:4:\"name\";s:32:\"Priority Mail Express Small Tube\";s:10:\"dimensions\";s:13:\"25 x 6 x 5.88\";s:10:\"max_weight\";i:1120;s:9:\"is_letter\";b:0;s:17:\"service_group_ids\";a:2:{i:0;s:12:\"priority_exp\";i:1;s:30:\"priority_express_international\";}s:8:\"group_id\";s:17:\"pri_express_boxes\";s:22:\"can_ship_international\";b:1;}i:5;O:8:\"stdClass\":12:{s:16:\"inner_dimensions\";s:19:\"11.63 x 15.13 x 0.5\";s:16:\"outer_dimensions\";s:19:\"11.63 x 15.13 x 0.5\";s:10:\"box_weight\";i:0;s:12:\"is_flat_rate\";b:0;s:2:\"id\";s:22:\"express_tyvek_envelope\";s:4:\"name\";s:36:\"Priority Mail Express Tyvek Envelope\";s:10:\"dimensions\";s:19:\"11.63 x 15.13 x 0.5\";s:10:\"max_weight\";i:1120;s:9:\"is_letter\";b:1;s:17:\"service_group_ids\";a:2:{i:0;s:12:\"priority_exp\";i:1;s:30:\"priority_express_international\";}s:8:\"group_id\";s:17:\"pri_express_boxes\";s:22:\"can_ship_international\";b:1;}i:6;O:8:\"stdClass\":12:{s:16:\"inner_dimensions\";s:15:\"5.88 x 10 x 0.5\";s:16:\"outer_dimensions\";s:15:\"5.88 x 10 x 0.5\";s:10:\"box_weight\";i:0;s:12:\"is_flat_rate\";b:0;s:2:\"id\";s:23:\"express_window_envelope\";s:4:\"name\";s:37:\"Priority Mail Express Window Envelope\";s:10:\"dimensions\";s:15:\"5.88 x 10 x 0.5\";s:10:\"max_weight\";i:1120;s:9:\"is_letter\";b:1;s:17:\"service_group_ids\";a:2:{i:0;s:12:\"priority_exp\";i:1;s:30:\"priority_express_international\";}s:8:\"group_id\";s:17:\"pri_express_boxes\";s:22:\"can_ship_international\";b:1;}}}}}i:1;O:8:\"stdClass\":7:{s:11:\"form_layout\";a:4:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:8:\"fieldset\";s:5:\"title\";s:5:\"Setup\";s:5:\"items\";a:3:{i:0;O:8:\"stdClass\":2:{s:3:\"key\";s:5:\"title\";s:15:\"validation_hint\";s:18:\"Title is required.\";}i:1;O:8:\"stdClass\":2:{s:3:\"key\";s:6:\"origin\";s:15:\"validation_hint\";s:118:\"The zip code of where you are shipping from is required and should be a valid 5 digit or ZIP+4 United States ZIP code.\";}i:2;O:8:\"stdClass\":2:{s:3:\"key\";s:16:\"shipping_classes\";s:4:\"type\";s:16:\"shipping_classes\";}}}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:8:\"fieldset\";s:5:\"title\";s:5:\"Rates\";s:5:\"items\";a:3:{i:0;O:8:\"stdClass\":3:{s:3:\"key\";s:8:\"services\";s:4:\"type\";s:17:\"shipping_services\";s:15:\"validation_hint\";s:28:\"Select at least one service.\";}i:1;O:8:\"stdClass\":3:{s:3:\"key\";s:11:\"rate_filter\";s:4:\"type\";s:6:\"radios\";s:8:\"titleMap\";O:8:\"stdClass\":2:{s:3:\"all\";s:50:\"Show all available rates and let customers choose.\";s:8:\"cheapest\";s:28:\"Only show the cheapest rate.\";}}i:2;O:8:\"stdClass\":3:{s:3:\"key\";s:13:\"fallback_rate\";s:15:\"validation_hint\";s:42:\"Fallback rate should be a positive number.\";s:11:\"placeholder\";s:11:\"Rate amount\";}}}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:8:\"fieldset\";s:5:\"title\";s:9:\"Packaging\";s:5:\"items\";a:2:{i:0;O:8:\"stdClass\":3:{s:3:\"key\";s:14:\"packing_method\";s:4:\"type\";s:6:\"radios\";s:8:\"titleMap\";O:8:\"stdClass\":2:{s:8:\"by_price\";s:52:\"Pack items together, in as few packages as possible.\";s:10:\"individual\";s:53:\"Ship items individually, in their original packaging.\";}}i:1;O:8:\"stdClass\":2:{s:3:\"key\";s:5:\"boxes\";s:4:\"type\";s:8:\"packages\";}}}i:3;O:8:\"stdClass\":2:{s:4:\"type\";s:7:\"actions\";s:5:\"items\";a:1:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:6:\"submit\";s:5:\"title\";s:12:\"Save changes\";}}}}s:16:\"service_settings\";O:8:\"stdClass\":6:{s:4:\"type\";s:6:\"object\";s:8:\"required\";a:3:{i:0;s:5:\"title\";i:1;s:6:\"origin\";i:2;s:8:\"services\";}s:10:\"properties\";O:8:\"stdClass\":8:{s:6:\"origin\";O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"string\";s:5:\"title\";s:15:\"Origin ZIP Code\";s:11:\"description\";s:28:\"Where are you shipping from?\";s:7:\"default\";s:5:\"57032\";}s:16:\"shipping_classes\";O:8:\"stdClass\":4:{s:4:\"type\";s:5:\"array\";s:5:\"title\";s:16:\"Shipping Classes\";s:11:\"description\";s:60:\"Do you need to limit the shipping method to certain classes?\";s:7:\"default\";a:0:{}}s:13:\"fallback_rate\";O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"number\";s:5:\"title\";s:20:\"Fallback Rate (in $)\";s:11:\"description\";s:147:\"If DHL returns no rates, offer the customer a fallback rate so they are still able to checkout. Leave this field as 0 to indicate no fallback rate.\";s:7:\"default\";i:0;s:7:\"minimum\";i:0;}s:11:\"rate_filter\";O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"string\";s:5:\"title\";s:35:\"Which rates would you like to show?\";s:4:\"enum\";a:2:{i:0;s:3:\"all\";i:1;s:8:\"cheapest\";}s:7:\"default\";s:3:\"all\";}s:14:\"packing_method\";O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"string\";s:5:\"title\";s:14:\"Packing Method\";s:4:\"enum\";a:2:{i:0;s:8:\"by_price\";i:1;s:10:\"individual\";}s:7:\"default\";s:8:\"by_price\";}s:10:\"rate_class\";O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"string\";s:5:\"title\";s:36:\"What price would you like to charge?\";s:4:\"enum\";a:2:{i:0;s:6:\"retail\";i:1;s:3:\"cbp\";}s:7:\"default\";s:6:\"retail\";}s:5:\"title\";O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"string\";s:5:\"title\";s:21:\"Shipping method title\";s:7:\"default\";s:11:\"DHL Express\";s:9:\"minLength\";i:1;}s:8:\"services\";O:8:\"stdClass\":6:{s:4:\"type\";s:6:\"object\";s:10:\"definition\";s:8:\"services\";s:5:\"title\";s:8:\"Services\";s:11:\"description\";s:129:\"Which <a target=\"_blank\" href=\"https://www.dhl.com/en/express.html\">shipping services</a> do you want to offer to your customers?\";s:5:\"items\";O:8:\"stdClass\":2:{s:4:\"type\";s:6:\"object\";s:10:\"properties\";O:8:\"stdClass\":4:{s:2:\"id\";O:8:\"stdClass\":2:{s:4:\"type\";s:6:\"string\";s:9:\"minLength\";i:1;}s:7:\"enabled\";O:8:\"stdClass\":2:{s:4:\"type\";s:7:\"boolean\";s:7:\"default\";b:0;}s:10:\"adjustment\";O:8:\"stdClass\":2:{s:4:\"type\";s:6:\"number\";s:7:\"default\";i:0;}s:15:\"adjustment_type\";O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"string\";s:4:\"enum\";a:2:{i:0;s:4:\"flat\";i:1;s:10:\"percentage\";}s:7:\"default\";s:4:\"flat\";}}}s:10:\"properties\";O:8:\"stdClass\":1:{s:22:\"ExpressWorldwideNonDoc\";O:8:\"stdClass\":2:{s:4:\"type\";s:6:\"object\";s:10:\"properties\";O:8:\"stdClass\":4:{s:2:\"id\";O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"string\";s:9:\"minLength\";i:1;s:7:\"default\";s:22:\"ExpressWorldwideNonDoc\";}s:7:\"enabled\";O:8:\"stdClass\":2:{s:4:\"type\";s:7:\"boolean\";s:7:\"default\";b:1;}s:10:\"adjustment\";O:8:\"stdClass\":2:{s:4:\"type\";s:6:\"number\";s:7:\"default\";i:0;}s:15:\"adjustment_type\";O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"string\";s:4:\"enum\";a:2:{i:0;s:4:\"flat\";i:1;s:10:\"percentage\";}s:7:\"default\";s:4:\"flat\";}}}}}}s:5:\"title\";s:11:\"DHL Express\";s:11:\"description\";s:82:\"The DHL extension obtains rates dynamically from the DHL API during cart/checkout.\";s:11:\"definitions\";O:8:\"stdClass\":2:{s:16:\"shipping_service\";O:8:\"stdClass\":2:{s:4:\"type\";s:6:\"object\";s:10:\"properties\";O:8:\"stdClass\":4:{s:2:\"id\";O:8:\"stdClass\":2:{s:4:\"type\";s:6:\"string\";s:9:\"minLength\";i:1;}s:7:\"enabled\";O:8:\"stdClass\":2:{s:4:\"type\";s:7:\"boolean\";s:7:\"default\";b:0;}s:10:\"adjustment\";O:8:\"stdClass\":2:{s:4:\"type\";s:6:\"number\";s:7:\"default\";i:0;}s:15:\"adjustment_type\";O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"string\";s:4:\"enum\";a:2:{i:0;s:4:\"flat\";i:1;s:10:\"percentage\";}s:7:\"default\";s:4:\"flat\";}}}s:8:\"services\";a:1:{i:0;O:8:\"stdClass\":4:{s:2:\"id\";s:22:\"ExpressWorldwideNonDoc\";s:4:\"name\";s:23:\"DHL - Express Worldwide\";s:5:\"group\";s:17:\"dhl_express_group\";s:10:\"group_name\";s:11:\"DHL Express\";}}}}s:2:\"id\";s:10:\"dhlexpress\";s:18:\"method_description\";s:59:\"DHL Express Shipping Rates, Powered by WooCommerce Shipping\";s:12:\"method_title\";s:34:\"DHL Express (WooCommerce Shipping)\";s:12:\"carrier_name\";s:11:\"DHL Express\";s:8:\"packages\";O:8:\"stdClass\":1:{s:26:\"domestic_and_international\";O:8:\"stdClass\":2:{s:5:\"title\";s:11:\"DHL Express\";s:11:\"definitions\";a:6:{i:0;O:8:\"stdClass\":11:{s:16:\"inner_dimensions\";s:12:\"9.8 x 12 x 1\";s:16:\"outer_dimensions\";s:12:\"9.8 x 12 x 1\";s:10:\"box_weight\";i:0;s:12:\"is_flat_rate\";b:0;s:2:\"id\";s:16:\"SmallPaddedPouch\";s:4:\"name\";s:18:\"Small Padded Pouch\";s:10:\"dimensions\";s:12:\"9.8 x 12 x 1\";s:10:\"max_weight\";i:1600;s:9:\"is_letter\";b:1;s:8:\"group_id\";s:26:\"domestic_and_international\";s:22:\"can_ship_international\";b:1;}i:1;O:8:\"stdClass\":11:{s:16:\"inner_dimensions\";s:13:\"11.9 x 14 x 1\";s:16:\"outer_dimensions\";s:13:\"11.9 x 14 x 1\";s:10:\"box_weight\";i:0;s:12:\"is_flat_rate\";b:0;s:2:\"id\";s:16:\"LargePaddedPouch\";s:4:\"name\";s:18:\"Large Padded Pouch\";s:10:\"dimensions\";s:13:\"11.9 x 14 x 1\";s:10:\"max_weight\";i:1600;s:9:\"is_letter\";b:1;s:8:\"group_id\";s:26:\"domestic_and_international\";s:22:\"can_ship_international\";b:1;}i:2;O:8:\"stdClass\":11:{s:16:\"inner_dimensions\";s:16:\"10.1 x 5.8 x 5.9\";s:16:\"outer_dimensions\";s:16:\"10.1 x 5.8 x 5.9\";s:10:\"box_weight\";i:0;s:12:\"is_flat_rate\";b:0;s:2:\"id\";s:8:\"Box2Cube\";s:4:\"name\";s:11:\"Box #2 Cube\";s:10:\"dimensions\";s:16:\"10.1 x 5.8 x 5.9\";s:10:\"max_weight\";i:1600;s:9:\"is_letter\";b:0;s:8:\"group_id\";s:26:\"domestic_and_international\";s:22:\"can_ship_international\";b:1;}i:3;O:8:\"stdClass\":11:{s:16:\"inner_dimensions\";s:17:\"12.5 x 11.1 x 1.5\";s:16:\"outer_dimensions\";s:17:\"12.5 x 11.1 x 1.5\";s:10:\"box_weight\";i:0;s:12:\"is_flat_rate\";b:0;s:2:\"id\";s:9:\"Box2Small\";s:4:\"name\";s:12:\"Box #2 Small\";s:10:\"dimensions\";s:17:\"12.5 x 11.1 x 1.5\";s:10:\"max_weight\";i:1600;s:9:\"is_letter\";b:0;s:8:\"group_id\";s:26:\"domestic_and_international\";s:22:\"can_ship_international\";b:1;}i:4;O:8:\"stdClass\":11:{s:16:\"inner_dimensions\";s:15:\"13.2 x 12.6 x 2\";s:16:\"outer_dimensions\";s:15:\"13.2 x 12.6 x 2\";s:10:\"box_weight\";i:0;s:12:\"is_flat_rate\";b:0;s:2:\"id\";s:10:\"Box2Medium\";s:4:\"name\";s:13:\"Box #2 Medium\";s:10:\"dimensions\";s:15:\"13.2 x 12.6 x 2\";s:10:\"max_weight\";i:1600;s:9:\"is_letter\";b:0;s:8:\"group_id\";s:26:\"domestic_and_international\";s:22:\"can_ship_international\";b:1;}i:5;O:8:\"stdClass\":11:{s:16:\"inner_dimensions\";s:15:\"17.5 x 12.5 x 3\";s:16:\"outer_dimensions\";s:15:\"17.5 x 12.5 x 3\";s:10:\"box_weight\";i:0;s:12:\"is_flat_rate\";b:0;s:2:\"id\";s:9:\"Box3Large\";s:4:\"name\";s:12:\"Box #3 Large\";s:10:\"dimensions\";s:15:\"17.5 x 12.5 x 3\";s:10:\"max_weight\";i:1600;s:9:\"is_letter\";b:0;s:8:\"group_id\";s:26:\"domestic_and_international\";s:22:\"can_ship_international\";b:1;}}}}}}s:5:\"boxes\";O:8:\"stdClass\":5:{s:4:\"type\";s:5:\"array\";s:5:\"title\";s:9:\"Box Sizes\";s:11:\"description\";s:240:\"Items will be packed into these boxes based on item dimensions and volume. Outer dimensions will be passed to the delivery service, whereas inner dimensions will be used for packing. Items not fitting into boxes will be packed individually.\";s:7:\"default\";a:0:{}s:5:\"items\";O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"object\";s:5:\"title\";s:3:\"Box\";s:8:\"required\";a:4:{i:0;s:4:\"name\";i:1;s:16:\"inner_dimensions\";i:2;s:10:\"box_weight\";i:3;s:10:\"max_weight\";}s:10:\"properties\";O:8:\"stdClass\":7:{s:4:\"name\";O:8:\"stdClass\":2:{s:4:\"type\";s:6:\"string\";s:5:\"title\";s:4:\"Name\";}s:15:\"is_user_defined\";O:8:\"stdClass\":1:{s:4:\"type\";s:7:\"boolean\";}s:16:\"inner_dimensions\";O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"string\";s:5:\"title\";s:28:\"Inner Dimensions (L x W x H)\";s:7:\"pattern\";s:62:\"^(\\d+|(?:\\d*\\.\\d+)) x (\\d+|(?:\\d*\\.\\d+)) x (\\d+|(?:\\d*\\.\\d+))$\";}s:16:\"outer_dimensions\";O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"string\";s:5:\"title\";s:28:\"Outer Dimensions (L x W x H)\";s:7:\"pattern\";s:62:\"^(\\d+|(?:\\d*\\.\\d+)) x (\\d+|(?:\\d*\\.\\d+)) x (\\d+|(?:\\d*\\.\\d+))$\";}s:10:\"box_weight\";O:8:\"stdClass\":2:{s:4:\"type\";s:6:\"number\";s:5:\"title\";s:19:\"Weight of Box (lbs)\";}s:10:\"max_weight\";O:8:\"stdClass\":2:{s:4:\"type\";s:6:\"number\";s:5:\"title\";s:16:\"Max Weight (lbs)\";}s:9:\"is_letter\";O:8:\"stdClass\":2:{s:4:\"type\";s:7:\"boolean\";s:5:\"title\";s:6:\"Letter\";}}}}}','yes');
INSERT INTO `wplc_options` VALUES (13837,'jetpack_testimonial','0','yes');
INSERT INTO `wplc_options` VALUES (13841,'jp_sync_lock_full_sync','','no');
INSERT INTO `wplc_options` VALUES (13842,'stats_options','a:10:{s:9:\"admin_bar\";b:1;s:5:\"roles\";a:1:{i:0;s:13:\"administrator\";}s:11:\"count_roles\";a:0:{}s:12:\"do_not_track\";b:1;s:7:\"blog_id\";i:202985410;s:7:\"version\";s:1:\"9\";s:20:\"enable_odyssey_stats\";b:1;s:24:\"odyssey_stats_changed_at\";i:0;s:7:\"notices\";a:0:{}s:5:\"views\";i:1;}','yes');
INSERT INTO `wplc_options` VALUES (13844,'jp_sync_last_success_sync','1705968008.7626','no');
INSERT INTO `wplc_options` VALUES (13854,'jetpack_search_plan_info','a:3:{s:23:\"supports_instant_search\";b:0;s:28:\"supports_only_classic_search\";b:0;s:15:\"supports_search\";b:0;}','yes');
INSERT INTO `wplc_options` VALUES (13855,'do_activate','0','yes');
INSERT INTO `wplc_options` VALUES (13864,'trusted_ip_header','O:8:\"stdClass\":3:{s:14:\"trusted_header\";s:11:\"REMOTE_ADDR\";s:8:\"segments\";i:1;s:7:\"reverse\";b:0;}','no');
INSERT INTO `wplc_options` VALUES (13866,'sharing-options','a:1:{s:6:\"global\";a:5:{s:12:\"button_style\";s:9:\"icon-text\";s:13:\"sharing_label\";s:11:\"Share this:\";s:10:\"open_links\";s:4:\"same\";s:4:\"show\";a:2:{i:0;s:4:\"post\";i:1;s:4:\"page\";}s:6:\"custom\";a:0:{}}}','yes');
INSERT INTO `wplc_options` VALUES (13868,'post_by_email_address1','NULL','yes');
INSERT INTO `wplc_options` VALUES (13882,'jetpack_active_plan','a:10:{s:10:\"product_id\";i:2002;s:12:\"product_slug\";s:12:\"jetpack_free\";s:12:\"product_name\";s:12:\"Jetpack Free\";s:18:\"product_name_short\";s:4:\"Free\";s:7:\"expired\";b:0;s:14:\"billing_period\";s:0:\"\";s:13:\"user_is_owner\";b:0;s:7:\"is_free\";b:1;s:11:\"license_key\";s:0:\"\";s:8:\"features\";a:2:{s:6:\"active\";a:17:{i:0;s:12:\"advanced-seo\";i:1;s:3:\"cdn\";i:2;s:9:\"donations\";i:3;s:17:\"jetpack-dashboard\";i:4;s:18:\"recurring-payments\";i:5;s:11:\"republicize\";i:6;s:17:\"security-settings\";i:7;s:17:\"seo-preview-tools\";i:8;s:14:\"send-a-message\";i:9;s:15:\"social-previews\";i:10;s:18:\"upload-audio-files\";i:11;s:18:\"upload-video-files\";i:12;s:15:\"whatsapp-button\";i:13;s:25:\"social-image-auto-convert\";i:14;s:26:\"social-mastodon-connection\";i:15;s:27:\"social-instagram-connection\";i:16;s:24:\"social-multi-connections\";}s:9:\"available\";a:43:{s:7:\"akismet\";a:17:{i:0;s:15:\"jetpack_premium\";i:1;s:16:\"jetpack_business\";i:2;s:16:\"jetpack_personal\";i:3;s:23:\"jetpack_premium_monthly\";i:4;s:24:\"jetpack_business_monthly\";i:5;s:24:\"jetpack_personal_monthly\";i:6;s:22:\"jetpack_security_daily\";i:7;s:30:\"jetpack_security_daily_monthly\";i:8;s:25:\"jetpack_security_realtime\";i:9;s:33:\"jetpack_security_realtime_monthly\";i:10;s:16:\"jetpack_complete\";i:11;s:24:\"jetpack_complete_monthly\";i:12;s:29:\"jetpack_security_t1_bi_yearly\";i:13;s:26:\"jetpack_security_t1_yearly\";i:14;s:27:\"jetpack_security_t1_monthly\";i:15;s:26:\"jetpack_security_t2_yearly\";i:16;s:27:\"jetpack_security_t2_monthly\";}s:8:\"antispam\";a:17:{i:0;s:15:\"jetpack_premium\";i:1;s:16:\"jetpack_business\";i:2;s:16:\"jetpack_personal\";i:3;s:23:\"jetpack_premium_monthly\";i:4;s:24:\"jetpack_business_monthly\";i:5;s:24:\"jetpack_personal_monthly\";i:6;s:22:\"jetpack_security_daily\";i:7;s:30:\"jetpack_security_daily_monthly\";i:8;s:25:\"jetpack_security_realtime\";i:9;s:33:\"jetpack_security_realtime_monthly\";i:10;s:16:\"jetpack_complete\";i:11;s:24:\"jetpack_complete_monthly\";i:12;s:29:\"jetpack_security_t1_bi_yearly\";i:13;s:26:\"jetpack_security_t1_yearly\";i:14;s:27:\"jetpack_security_t1_monthly\";i:15;s:26:\"jetpack_security_t2_yearly\";i:16;s:27:\"jetpack_security_t2_monthly\";}s:7:\"backups\";a:17:{i:0;s:15:\"jetpack_premium\";i:1;s:16:\"jetpack_business\";i:2;s:16:\"jetpack_personal\";i:3;s:23:\"jetpack_premium_monthly\";i:4;s:24:\"jetpack_business_monthly\";i:5;s:24:\"jetpack_personal_monthly\";i:6;s:22:\"jetpack_security_daily\";i:7;s:30:\"jetpack_security_daily_monthly\";i:8;s:25:\"jetpack_security_realtime\";i:9;s:33:\"jetpack_security_realtime_monthly\";i:10;s:16:\"jetpack_complete\";i:11;s:24:\"jetpack_complete_monthly\";i:12;s:29:\"jetpack_security_t1_bi_yearly\";i:13;s:26:\"jetpack_security_t1_yearly\";i:14;s:27:\"jetpack_security_t1_monthly\";i:15;s:26:\"jetpack_security_t2_yearly\";i:16;s:27:\"jetpack_security_t2_monthly\";}s:13:\"backups-daily\";a:17:{i:0;s:15:\"jetpack_premium\";i:1;s:16:\"jetpack_business\";i:2;s:16:\"jetpack_personal\";i:3;s:23:\"jetpack_premium_monthly\";i:4;s:24:\"jetpack_business_monthly\";i:5;s:24:\"jetpack_personal_monthly\";i:6;s:22:\"jetpack_security_daily\";i:7;s:30:\"jetpack_security_daily_monthly\";i:8;s:25:\"jetpack_security_realtime\";i:9;s:33:\"jetpack_security_realtime_monthly\";i:10;s:16:\"jetpack_complete\";i:11;s:24:\"jetpack_complete_monthly\";i:12;s:29:\"jetpack_security_t1_bi_yearly\";i:13;s:26:\"jetpack_security_t1_yearly\";i:14;s:27:\"jetpack_security_t1_monthly\";i:15;s:26:\"jetpack_security_t2_yearly\";i:16;s:27:\"jetpack_security_t2_monthly\";}s:8:\"calendly\";a:4:{i:0;s:15:\"jetpack_premium\";i:1;s:16:\"jetpack_business\";i:2;s:23:\"jetpack_premium_monthly\";i:3;s:24:\"jetpack_business_monthly\";}s:20:\"cloudflare-analytics\";a:15:{i:0;s:15:\"jetpack_premium\";i:1;s:16:\"jetpack_business\";i:2;s:23:\"jetpack_premium_monthly\";i:3;s:24:\"jetpack_business_monthly\";i:4;s:22:\"jetpack_security_daily\";i:5;s:30:\"jetpack_security_daily_monthly\";i:6;s:25:\"jetpack_security_realtime\";i:7;s:33:\"jetpack_security_realtime_monthly\";i:8;s:16:\"jetpack_complete\";i:9;s:24:\"jetpack_complete_monthly\";i:10;s:29:\"jetpack_security_t1_bi_yearly\";i:11;s:26:\"jetpack_security_t1_yearly\";i:12;s:27:\"jetpack_security_t1_monthly\";i:13;s:26:\"jetpack_security_t2_yearly\";i:14;s:27:\"jetpack_security_t2_monthly\";}s:14:\"cloudflare-cdn\";a:15:{i:0;s:15:\"jetpack_premium\";i:1;s:16:\"jetpack_business\";i:2;s:23:\"jetpack_premium_monthly\";i:3;s:24:\"jetpack_business_monthly\";i:4;s:22:\"jetpack_security_daily\";i:5;s:30:\"jetpack_security_daily_monthly\";i:6;s:25:\"jetpack_security_realtime\";i:7;s:33:\"jetpack_security_realtime_monthly\";i:8;s:16:\"jetpack_complete\";i:9;s:24:\"jetpack_complete_monthly\";i:10;s:29:\"jetpack_security_t1_bi_yearly\";i:11;s:26:\"jetpack_security_t1_yearly\";i:12;s:27:\"jetpack_security_t1_monthly\";i:13;s:26:\"jetpack_security_t2_yearly\";i:14;s:27:\"jetpack_security_t2_monthly\";}s:10:\"core/audio\";a:17:{i:0;s:15:\"jetpack_premium\";i:1;s:16:\"jetpack_business\";i:2;s:16:\"jetpack_personal\";i:3;s:23:\"jetpack_premium_monthly\";i:4;s:24:\"jetpack_business_monthly\";i:5;s:24:\"jetpack_personal_monthly\";i:6;s:22:\"jetpack_security_daily\";i:7;s:30:\"jetpack_security_daily_monthly\";i:8;s:25:\"jetpack_security_realtime\";i:9;s:33:\"jetpack_security_realtime_monthly\";i:10;s:16:\"jetpack_complete\";i:11;s:24:\"jetpack_complete_monthly\";i:12;s:29:\"jetpack_security_t1_bi_yearly\";i:13;s:26:\"jetpack_security_t1_yearly\";i:14;s:27:\"jetpack_security_t1_monthly\";i:15;s:26:\"jetpack_security_t2_yearly\";i:16;s:27:\"jetpack_security_t2_monthly\";}s:10:\"core/cover\";a:4:{i:0;s:15:\"jetpack_premium\";i:1;s:16:\"jetpack_business\";i:2;s:23:\"jetpack_premium_monthly\";i:3;s:24:\"jetpack_business_monthly\";}s:10:\"core/video\";a:4:{i:0;s:15:\"jetpack_premium\";i:1;s:16:\"jetpack_business\";i:2;s:23:\"jetpack_premium_monthly\";i:3;s:24:\"jetpack_business_monthly\";}s:17:\"full-activity-log\";a:17:{i:0;s:15:\"jetpack_premium\";i:1;s:16:\"jetpack_business\";i:2;s:16:\"jetpack_personal\";i:3;s:23:\"jetpack_premium_monthly\";i:4;s:24:\"jetpack_business_monthly\";i:5;s:24:\"jetpack_personal_monthly\";i:6;s:22:\"jetpack_security_daily\";i:7;s:30:\"jetpack_security_daily_monthly\";i:8;s:25:\"jetpack_security_realtime\";i:9;s:33:\"jetpack_security_realtime_monthly\";i:10;s:16:\"jetpack_complete\";i:11;s:24:\"jetpack_complete_monthly\";i:12;s:29:\"jetpack_security_t1_bi_yearly\";i:13;s:26:\"jetpack_security_t1_yearly\";i:14;s:27:\"jetpack_security_t1_monthly\";i:15;s:26:\"jetpack_security_t2_yearly\";i:16;s:27:\"jetpack_security_t2_monthly\";}s:16:\"google-analytics\";a:15:{i:0;s:15:\"jetpack_premium\";i:1;s:16:\"jetpack_business\";i:2;s:23:\"jetpack_premium_monthly\";i:3;s:24:\"jetpack_business_monthly\";i:4;s:22:\"jetpack_security_daily\";i:5;s:30:\"jetpack_security_daily_monthly\";i:6;s:25:\"jetpack_security_realtime\";i:7;s:33:\"jetpack_security_realtime_monthly\";i:8;s:16:\"jetpack_complete\";i:9;s:24:\"jetpack_complete_monthly\";i:10;s:29:\"jetpack_security_t1_bi_yearly\";i:11;s:26:\"jetpack_security_t1_yearly\";i:12;s:27:\"jetpack_security_t1_monthly\";i:13;s:26:\"jetpack_security_t2_yearly\";i:14;s:27:\"jetpack_security_t2_monthly\";}s:9:\"opentable\";a:4:{i:0;s:15:\"jetpack_premium\";i:1;s:16:\"jetpack_business\";i:2;s:23:\"jetpack_premium_monthly\";i:3;s:24:\"jetpack_business_monthly\";}s:16:\"priority_support\";a:17:{i:0;s:15:\"jetpack_premium\";i:1;s:16:\"jetpack_business\";i:2;s:16:\"jetpack_personal\";i:3;s:23:\"jetpack_premium_monthly\";i:4;s:24:\"jetpack_business_monthly\";i:5;s:24:\"jetpack_personal_monthly\";i:6;s:22:\"jetpack_security_daily\";i:7;s:30:\"jetpack_security_daily_monthly\";i:8;s:25:\"jetpack_security_realtime\";i:9;s:33:\"jetpack_security_realtime_monthly\";i:10;s:16:\"jetpack_complete\";i:11;s:24:\"jetpack_complete_monthly\";i:12;s:29:\"jetpack_security_t1_bi_yearly\";i:13;s:26:\"jetpack_security_t1_yearly\";i:14;s:27:\"jetpack_security_t1_monthly\";i:15;s:26:\"jetpack_security_t2_yearly\";i:16;s:27:\"jetpack_security_t2_monthly\";}s:4:\"scan\";a:15:{i:0;s:15:\"jetpack_premium\";i:1;s:16:\"jetpack_business\";i:2;s:23:\"jetpack_premium_monthly\";i:3;s:24:\"jetpack_business_monthly\";i:4;s:22:\"jetpack_security_daily\";i:5;s:30:\"jetpack_security_daily_monthly\";i:6;s:25:\"jetpack_security_realtime\";i:7;s:33:\"jetpack_security_realtime_monthly\";i:8;s:16:\"jetpack_complete\";i:9;s:24:\"jetpack_complete_monthly\";i:10;s:29:\"jetpack_security_t1_bi_yearly\";i:11;s:26:\"jetpack_security_t1_yearly\";i:12;s:27:\"jetpack_security_t1_monthly\";i:13;s:26:\"jetpack_security_t2_yearly\";i:14;s:27:\"jetpack_security_t2_monthly\";}s:15:\"simple-payments\";a:15:{i:0;s:15:\"jetpack_premium\";i:1;s:16:\"jetpack_business\";i:2;s:23:\"jetpack_premium_monthly\";i:3;s:24:\"jetpack_business_monthly\";i:4;s:22:\"jetpack_security_daily\";i:5;s:30:\"jetpack_security_daily_monthly\";i:6;s:25:\"jetpack_security_realtime\";i:7;s:33:\"jetpack_security_realtime_monthly\";i:8;s:16:\"jetpack_complete\";i:9;s:24:\"jetpack_complete_monthly\";i:10;s:29:\"jetpack_security_t1_bi_yearly\";i:11;s:26:\"jetpack_security_t1_yearly\";i:12;s:27:\"jetpack_security_t1_monthly\";i:13;s:26:\"jetpack_security_t2_yearly\";i:14;s:27:\"jetpack_security_t2_monthly\";}s:18:\"social-shares-1000\";a:6:{i:0;s:15:\"jetpack_premium\";i:1;s:16:\"jetpack_business\";i:2;s:23:\"jetpack_premium_monthly\";i:3;s:24:\"jetpack_business_monthly\";i:4;s:16:\"jetpack_complete\";i:5;s:24:\"jetpack_complete_monthly\";}s:28:\"subscriber-unlimited-imports\";a:17:{i:0;s:15:\"jetpack_premium\";i:1;s:16:\"jetpack_business\";i:2;s:16:\"jetpack_personal\";i:3;s:23:\"jetpack_premium_monthly\";i:4;s:24:\"jetpack_business_monthly\";i:5;s:24:\"jetpack_personal_monthly\";i:6;s:22:\"jetpack_security_daily\";i:7;s:30:\"jetpack_security_daily_monthly\";i:8;s:25:\"jetpack_security_realtime\";i:9;s:33:\"jetpack_security_realtime_monthly\";i:10;s:16:\"jetpack_complete\";i:11;s:24:\"jetpack_complete_monthly\";i:12;s:29:\"jetpack_security_t1_bi_yearly\";i:13;s:26:\"jetpack_security_t1_yearly\";i:14;s:27:\"jetpack_security_t1_monthly\";i:15;s:26:\"jetpack_security_t2_yearly\";i:16;s:27:\"jetpack_security_t2_monthly\";}s:7:\"support\";a:17:{i:0;s:15:\"jetpack_premium\";i:1;s:16:\"jetpack_business\";i:2;s:16:\"jetpack_personal\";i:3;s:23:\"jetpack_premium_monthly\";i:4;s:24:\"jetpack_business_monthly\";i:5;s:24:\"jetpack_personal_monthly\";i:6;s:22:\"jetpack_security_daily\";i:7;s:30:\"jetpack_security_daily_monthly\";i:8;s:25:\"jetpack_security_realtime\";i:9;s:33:\"jetpack_security_realtime_monthly\";i:10;s:16:\"jetpack_complete\";i:11;s:24:\"jetpack_complete_monthly\";i:12;s:29:\"jetpack_security_t1_bi_yearly\";i:13;s:26:\"jetpack_security_t1_yearly\";i:14;s:27:\"jetpack_security_t1_monthly\";i:15;s:26:\"jetpack_security_t2_yearly\";i:16;s:27:\"jetpack_security_t2_monthly\";}s:29:\"vaultpress-automated-restores\";a:4:{i:0;s:15:\"jetpack_premium\";i:1;s:16:\"jetpack_business\";i:2;s:23:\"jetpack_premium_monthly\";i:3;s:24:\"jetpack_business_monthly\";}s:25:\"vaultpress-backup-archive\";a:4:{i:0;s:15:\"jetpack_premium\";i:1;s:16:\"jetpack_business\";i:2;s:23:\"jetpack_premium_monthly\";i:3;s:24:\"jetpack_business_monthly\";}s:18:\"vaultpress-backups\";a:17:{i:0;s:15:\"jetpack_premium\";i:1;s:16:\"jetpack_business\";i:2;s:16:\"jetpack_personal\";i:3;s:23:\"jetpack_premium_monthly\";i:4;s:24:\"jetpack_business_monthly\";i:5;s:24:\"jetpack_personal_monthly\";i:6;s:22:\"jetpack_security_daily\";i:7;s:30:\"jetpack_security_daily_monthly\";i:8;s:25:\"jetpack_security_realtime\";i:9;s:33:\"jetpack_security_realtime_monthly\";i:10;s:16:\"jetpack_complete\";i:11;s:24:\"jetpack_complete_monthly\";i:12;s:29:\"jetpack_security_t1_bi_yearly\";i:13;s:26:\"jetpack_security_t1_yearly\";i:14;s:27:\"jetpack_security_t1_monthly\";i:15;s:26:\"jetpack_security_t2_yearly\";i:16;s:27:\"jetpack_security_t2_monthly\";}s:24:\"vaultpress-storage-space\";a:4:{i:0;s:15:\"jetpack_premium\";i:1;s:16:\"jetpack_business\";i:2;s:23:\"jetpack_premium_monthly\";i:3;s:24:\"jetpack_business_monthly\";}s:13:\"video-hosting\";a:15:{i:0;s:15:\"jetpack_premium\";i:1;s:16:\"jetpack_business\";i:2;s:23:\"jetpack_premium_monthly\";i:3;s:24:\"jetpack_business_monthly\";i:4;s:22:\"jetpack_security_daily\";i:5;s:30:\"jetpack_security_daily_monthly\";i:6;s:25:\"jetpack_security_realtime\";i:7;s:33:\"jetpack_security_realtime_monthly\";i:8;s:16:\"jetpack_complete\";i:9;s:24:\"jetpack_complete_monthly\";i:10;s:29:\"jetpack_security_t1_bi_yearly\";i:11;s:26:\"jetpack_security_t1_yearly\";i:12;s:27:\"jetpack_security_t1_monthly\";i:13;s:26:\"jetpack_security_t2_yearly\";i:14;s:27:\"jetpack_security_t2_monthly\";}s:10:\"videopress\";a:8:{i:0;s:15:\"jetpack_premium\";i:1;s:16:\"jetpack_business\";i:2;s:16:\"jetpack_personal\";i:3;s:23:\"jetpack_premium_monthly\";i:4;s:24:\"jetpack_business_monthly\";i:5;s:24:\"jetpack_personal_monthly\";i:6;s:16:\"jetpack_complete\";i:7;s:24:\"jetpack_complete_monthly\";}s:22:\"videopress-1tb-storage\";a:6:{i:0;s:15:\"jetpack_premium\";i:1;s:16:\"jetpack_business\";i:2;s:23:\"jetpack_premium_monthly\";i:3;s:24:\"jetpack_business_monthly\";i:4;s:16:\"jetpack_complete\";i:5;s:24:\"jetpack_complete_monthly\";}s:16:\"videopress/video\";a:4:{i:0;s:15:\"jetpack_premium\";i:1;s:16:\"jetpack_business\";i:2;s:23:\"jetpack_premium_monthly\";i:3;s:24:\"jetpack_business_monthly\";}s:7:\"wordads\";a:15:{i:0;s:15:\"jetpack_premium\";i:1;s:16:\"jetpack_business\";i:2;s:23:\"jetpack_premium_monthly\";i:3;s:24:\"jetpack_business_monthly\";i:4;s:22:\"jetpack_security_daily\";i:5;s:30:\"jetpack_security_daily_monthly\";i:6;s:25:\"jetpack_security_realtime\";i:7;s:33:\"jetpack_security_realtime_monthly\";i:8;s:16:\"jetpack_complete\";i:9;s:24:\"jetpack_complete_monthly\";i:10;s:29:\"jetpack_security_t1_bi_yearly\";i:11;s:26:\"jetpack_security_t1_yearly\";i:12;s:27:\"jetpack_security_t1_monthly\";i:13;s:26:\"jetpack_security_t2_yearly\";i:14;s:27:\"jetpack_security_t2_monthly\";}s:15:\"wordads-jetpack\";a:15:{i:0;s:15:\"jetpack_premium\";i:1;s:16:\"jetpack_business\";i:2;s:23:\"jetpack_premium_monthly\";i:3;s:24:\"jetpack_business_monthly\";i:4;s:22:\"jetpack_security_daily\";i:5;s:30:\"jetpack_security_daily_monthly\";i:6;s:25:\"jetpack_security_realtime\";i:7;s:33:\"jetpack_security_realtime_monthly\";i:8;s:16:\"jetpack_complete\";i:9;s:24:\"jetpack_complete_monthly\";i:10;s:29:\"jetpack_security_t1_bi_yearly\";i:11;s:26:\"jetpack_security_t1_yearly\";i:12;s:27:\"jetpack_security_t1_monthly\";i:13;s:26:\"jetpack_security_t2_yearly\";i:14;s:27:\"jetpack_security_t2_monthly\";}s:6:\"search\";a:4:{i:0;s:16:\"jetpack_business\";i:1;s:24:\"jetpack_business_monthly\";i:2;s:16:\"jetpack_complete\";i:3;s:24:\"jetpack_complete_monthly\";}s:18:\"google-my-business\";a:11:{i:0;s:16:\"jetpack_business\";i:1;s:24:\"jetpack_business_monthly\";i:2;s:25:\"jetpack_security_realtime\";i:3;s:33:\"jetpack_security_realtime_monthly\";i:4;s:16:\"jetpack_complete\";i:5;s:24:\"jetpack_complete_monthly\";i:6;s:29:\"jetpack_security_t1_bi_yearly\";i:7;s:26:\"jetpack_security_t1_yearly\";i:8;s:27:\"jetpack_security_t1_monthly\";i:9;s:26:\"jetpack_security_t2_yearly\";i:10;s:27:\"jetpack_security_t2_monthly\";}s:9:\"polldaddy\";a:2:{i:0;s:16:\"jetpack_business\";i:1;s:24:\"jetpack_business_monthly\";}s:15:\"personal-themes\";a:2:{i:0;s:16:\"jetpack_business\";i:1;s:24:\"jetpack_business_monthly\";}s:14:\"premium-themes\";a:2:{i:0;s:16:\"jetpack_business\";i:1;s:24:\"jetpack_business_monthly\";}s:17:\"real-time-backups\";a:11:{i:0;s:16:\"jetpack_business\";i:1;s:24:\"jetpack_business_monthly\";i:2;s:25:\"jetpack_security_realtime\";i:3;s:33:\"jetpack_security_realtime_monthly\";i:4;s:16:\"jetpack_complete\";i:5;s:24:\"jetpack_complete_monthly\";i:6;s:29:\"jetpack_security_t1_bi_yearly\";i:7;s:26:\"jetpack_security_t1_yearly\";i:8;s:27:\"jetpack_security_t1_monthly\";i:9;s:26:\"jetpack_security_t2_yearly\";i:10;s:27:\"jetpack_security_t2_monthly\";}s:28:\"vaultpress-security-scanning\";a:2:{i:0;s:16:\"jetpack_business\";i:1;s:24:\"jetpack_business_monthly\";}s:18:\"cloud-critical-css\";a:2:{i:0;s:16:\"jetpack_complete\";i:1;s:24:\"jetpack_complete_monthly\";}s:17:\"image-cdn-quality\";a:2:{i:0;s:16:\"jetpack_complete\";i:1;s:24:\"jetpack_complete_monthly\";}s:19:\"image-size-analysis\";a:2:{i:0;s:16:\"jetpack_complete\";i:1;s:24:\"jetpack_complete_monthly\";}s:14:\"instant-search\";a:2:{i:0;s:16:\"jetpack_complete\";i:1;s:24:\"jetpack_complete_monthly\";}s:19:\"performance-history\";a:2:{i:0;s:16:\"jetpack_complete\";i:1;s:24:\"jetpack_complete_monthly\";}s:26:\"social-enhanced-publishing\";a:2:{i:0;s:16:\"jetpack_complete\";i:1;s:24:\"jetpack_complete_monthly\";}s:10:\"stats-paid\";a:2:{i:0;s:16:\"jetpack_complete\";i:1;s:24:\"jetpack_complete_monthly\";}}}}','yes');
INSERT INTO `wplc_options` VALUES (13964,'stats_cache','a:2:{s:32:\"c504ef1027ac49503d0b47d9fdc1fca8\";a:1:{i:1676335387;a:0:{}}s:32:\"f44d9b66c47c5e4bf5cbe79d7cdb16d2\";a:1:{i:1676335387;a:0:{}}}','yes');
INSERT INTO `wplc_options` VALUES (14013,'jetpack_unique_connection','a:3:{s:9:\"connected\";i:3;s:12:\"disconnected\";i:2;s:7:\"version\";s:5:\"3.6.1\";}','yes');
INSERT INTO `wplc_options` VALUES (14056,'woocommerce_mobile_app_usage','a:1:{s:7:\"android\";a:3:{s:8:\"platform\";s:7:\"android\";s:7:\"version\";s:3:\"8.6\";s:9:\"last_used\";s:25:\"2022-03-13T22:07:03+00:00\";}}','yes');
INSERT INTO `wplc_options` VALUES (14394,'um_last_version_upgrade','2.3.1','yes');
INSERT INTO `wplc_options` VALUES (14395,'um_first_activation_date','1645828428','yes');
INSERT INTO `wplc_options` VALUES (14396,'um_version','2.3.1','yes');
INSERT INTO `wplc_options` VALUES (14397,'__ultimatemember_sitekey','www.betterdays-deltadelivery.com-YXnafPEzefk17MCZFaFf','yes');
INSERT INTO `wplc_options` VALUES (14398,'um_is_installed','1','yes');
INSERT INTO `wplc_options` VALUES (14405,'um_core_forms','a:3:{s:8:\"register\";i:312;s:5:\"login\";i:313;s:7:\"profile\";i:314;}','yes');
INSERT INTO `wplc_options` VALUES (14408,'um_core_directories','a:1:{s:7:\"members\";i:315;}','yes');
INSERT INTO `wplc_options` VALUES (14409,'um_options','a:171:{s:30:\"restricted_access_post_metabox\";a:2:{s:4:\"post\";i:1;s:4:\"page\";i:1;}s:31:\"disable_restriction_pre_queries\";i:0;s:19:\"uninstall_on_delete\";i:0;s:14:\"permalink_base\";s:10:\"user_login\";s:12:\"display_name\";s:9:\"full_name\";s:18:\"display_name_field\";s:0:\"\";s:15:\"author_redirect\";i:1;s:12:\"members_page\";i:1;s:13:\"use_gravatars\";i:0;s:37:\"use_um_gravatar_default_builtin_image\";s:7:\"default\";s:29:\"use_um_gravatar_default_image\";i:0;s:18:\"require_strongpass\";i:0;s:18:\"password_min_chars\";i:8;s:18:\"password_max_chars\";i:30;s:20:\"account_tab_password\";i:1;s:19:\"account_tab_privacy\";i:1;s:25:\"account_tab_notifications\";i:1;s:18:\"account_tab_delete\";i:1;s:19:\"delete_account_text\";s:151:\"Are you sure you want to delete your account? This will erase all of your account data from the site. To delete your account enter your password below.\";s:36:\"delete_account_no_pass_required_text\";s:152:\"Are you sure you want to delete your account? This will erase all of your account data from the site. To delete your account, click on the button below.\";s:12:\"account_name\";i:1;s:20:\"account_name_disable\";i:0;s:20:\"account_name_require\";i:1;s:13:\"account_email\";i:1;s:24:\"account_general_password\";i:0;s:25:\"account_hide_in_directory\";i:1;s:33:\"account_hide_in_directory_default\";s:2:\"No\";s:17:\"photo_thumb_sizes\";a:3:{i:0;i:40;i:1;i:80;i:2;i:190;}s:17:\"cover_thumb_sizes\";a:2:{i:0;i:300;i:1;i:600;}s:10:\"accessible\";i:0;s:15:\"access_redirect\";s:0:\"\";s:19:\"access_exclude_uris\";a:0:{}s:20:\"home_page_accessible\";i:1;s:24:\"category_page_accessible\";i:1;s:29:\"restricted_post_title_replace\";i:1;s:28:\"restricted_access_post_title\";s:18:\"Restricted content\";s:25:\"restricted_access_message\";s:0:\"\";s:17:\"restricted_blocks\";i:0;s:13:\"enable_blocks\";i:0;s:24:\"restricted_block_message\";s:0:\"\";s:27:\"enable_reset_password_limit\";i:1;s:27:\"reset_password_limit_number\";i:3;s:14:\"blocked_emails\";s:0:\"\";s:13:\"blocked_words\";s:47:\"admin\r\nadministrator\r\nwebmaster\r\nsupport\r\nstaff\";s:14:\"default_avatar\";s:0:\"\";s:13:\"default_cover\";s:0:\"\";s:28:\"disable_profile_photo_upload\";i:0;s:21:\"profile_show_metaicon\";i:0;s:12:\"profile_menu\";i:1;s:24:\"profile_menu_default_tab\";s:4:\"main\";s:18:\"profile_menu_icons\";i:1;s:13:\"form_asterisk\";i:0;s:13:\"profile_title\";s:28:\"{display_name} | {site_name}\";s:12:\"profile_desc\";s:83:\"{display_name} is on {site_name}. Join {site_name} to view {display_name}\'s profile\";s:11:\"admin_email\";s:27:\"ftgadmin@ticket.ftghost.net\";s:9:\"mail_from\";s:26:\"Better Days Delta Delivery\";s:14:\"mail_from_addr\";s:27:\"ftgadmin@ticket.ftghost.net\";s:10:\"email_html\";i:1;s:25:\"image_orientation_by_exif\";i:0;s:17:\"image_compression\";i:60;s:15:\"image_max_width\";i:1000;s:15:\"cover_min_width\";i:1000;s:22:\"profile_photo_max_size\";i:999999999;s:20:\"cover_photo_max_size\";i:999999999;s:22:\"custom_roles_increment\";i:1;s:28:\"um_profile_object_cache_stop\";i:0;s:16:\"rest_api_version\";s:3:\"2.0\";s:26:\"member_directory_own_table\";i:0;s:21:\"profile_show_html_bio\";i:0;s:15:\"profile_noindex\";i:0;s:27:\"activation_link_expiry_time\";s:0:\"\";s:16:\"profile_tab_main\";i:1;s:24:\"profile_tab_main_privacy\";i:0;s:22:\"profile_tab_main_roles\";s:0:\"\";s:17:\"profile_tab_posts\";i:1;s:25:\"profile_tab_posts_privacy\";i:0;s:23:\"profile_tab_posts_roles\";s:0:\"\";s:20:\"profile_tab_comments\";i:1;s:28:\"profile_tab_comments_privacy\";i:0;s:26:\"profile_tab_comments_roles\";s:0:\"\";s:16:\"welcome_email_on\";b:1;s:17:\"welcome_email_sub\";s:23:\"Welcome to {site_name}!\";s:13:\"welcome_email\";s:365:\"Hi {display_name},<br /><br />Thank you for signing up with {site_name}! Your account is now active.<br /><br />To login please visit the following url:<br /><br />{login_url} <br /><br />Your account e-mail: {email} <br />Your account username: {username} <br /><br />If you have any problems, please contact us at {admin_email}<br /><br />Thanks,<br />{site_name}\";s:18:\"checkmail_email_on\";b:0;s:19:\"checkmail_email_sub\";s:28:\"Please activate your account\";s:15:\"checkmail_email\";s:304:\"Hi {display_name},<br /><br />Thank you for signing up with {site_name}! To activate your account, please click the link below to confirm your email address:<br /><br />{account_activation_link} <br /><br />If you have any problems, please contact us at {admin_email}<br /><br />Thanks, <br />{site_name}\";s:16:\"pending_email_on\";b:0;s:17:\"pending_email_sub\";s:30:\"[{site_name}] New user account\";s:13:\"pending_email\";s:309:\"Hi {display_name}, <br /><br />Thank you for signing up with {site_name}! Your account is currently being reviewed by a member of our team.<br /><br />Please allow us some time to process your request.<br /><br />If you have any problems, please contact us at {admin_email}<br /><br />Thanks,<br />{site_name}\";s:17:\"approved_email_on\";b:0;s:18:\"approved_email_sub\";s:41:\"Your account at {site_name} is now active\";s:14:\"approved_email\";s:438:\"Hi {display_name},<br /><br />Thank you for signing up with {site_name}! Your account has been approved and is now active.<br /><br />To login please visit the following url:<br /><br />{login_url}<br /><br />Your account e-mail: {email}<br />Your account username: {username}<br />Set your account password: {password_reset_link}<br /><br />If you have any problems, please contact us at {admin_email}<br /><br />Thanks,<br />{site_name}\";s:17:\"rejected_email_on\";b:0;s:18:\"rejected_email_sub\";s:30:\"Your account has been rejected\";s:14:\"rejected_email\";s:288:\"Hi {display_name},<br /><br />Thank you for applying for membership to {site_name}! We have reviewed your information and unfortunately we are unable to accept you as a member at this moment.<br /><br />Please feel free to apply again at a future date.<br /><br />Thanks,<br />{site_name}\";s:17:\"inactive_email_on\";b:1;s:18:\"inactive_email_sub\";s:33:\"Your account has been deactivated\";s:14:\"inactive_email\";s:250:\"Hi {display_name},<br /><br />This is an automated email to let you know your {site_name} account has been deactivated.<br /><br />If you would like your account to be reactivated please contact us at {admin_email}<br /><br />Thanks,<br />{site_name}\";s:17:\"deletion_email_on\";b:1;s:18:\"deletion_email_sub\";s:29:\"Your account has been deleted\";s:14:\"deletion_email\";s:355:\"Hi {display_name},<br /><br />This is an automated email to let you know your {site_name} account has been deleted. All of your personal information has been permanently deleted and you will no longer be able to login to {site_name}.<br /><br />If your account has been deleted by accident please contact us at {admin_email} <br />Thanks,<br />{site_name}\";s:16:\"resetpw_email_on\";b:1;s:17:\"resetpw_email_sub\";s:19:\"Reset your password\";s:13:\"resetpw_email\";s:303:\"Hi {display_name},<br /><br />We received a request to reset the password for your account. If you made this request, click the link below to change your password:<br /><br />{password_reset_link}<br /><br />If you didn\'t make this request, you can ignore this email <br /><br />Thanks,<br />{site_name}\";s:18:\"changedpw_email_on\";b:1;s:19:\"changedpw_email_sub\";s:42:\"Your {site_name} password has been changed\";s:15:\"changedpw_email\";s:307:\"Hi {display_name},<br /><br />You recently changed the password associated with your {site_name} account.<br /><br />If you did not make this change and believe your {site_name} account has been compromised, please contact us at the following email address: {admin_email}<br /><br />Thanks,<br />{site_name}\";s:23:\"changedaccount_email_on\";b:1;s:24:\"changedaccount_email_sub\";s:39:\"Your account at {site_name} was updated\";s:20:\"changedaccount_email\";s:278:\"Hi {display_name},<br /><br />You recently updated your {site_name} account.<br /><br />If you did not make this change and believe your {site_name} account has been compromised, please contact us at the following email address: {admin_email}<br /><br />Thanks,<br />{site_name}\";s:24:\"notification_new_user_on\";b:1;s:25:\"notification_new_user_sub\";s:30:\"[{site_name}] New user account\";s:21:\"notification_new_user\";s:211:\"{display_name} has just created an account on {site_name}. To view their profile click here:<br /><br />{user_profile_link}<br /><br />Here is the submitted registration form:<br /><br />{submitted_registration}\";s:22:\"notification_review_on\";b:0;s:23:\"notification_review_sub\";s:38:\"[{site_name}] New user awaiting review\";s:19:\"notification_review\";s:277:\"{display_name} has just applied for membership to {site_name} and is waiting to be reviewed.<br /><br />To review this member please click the following link:<br /><br />{user_profile_link}<br /><br />Here is the submitted registration form:<br /><br />{submitted_registration}\";s:24:\"notification_deletion_on\";b:0;s:25:\"notification_deletion_sub\";s:29:\"[{site_name}] Account deleted\";s:21:\"notification_deletion\";s:58:\"{display_name} has just deleted their {site_name} account.\";s:9:\"core_user\";s:0:\"\";s:10:\"core_login\";s:0:\"\";s:13:\"core_register\";s:0:\"\";s:12:\"core_members\";s:0:\"\";s:11:\"core_logout\";s:0:\"\";s:12:\"core_account\";s:0:\"\";s:19:\"core_password-reset\";s:0:\"\";s:17:\"profile_show_name\";i:1;s:25:\"profile_show_social_links\";i:0;s:16:\"profile_show_bio\";i:1;s:20:\"profile_bio_maxchars\";i:180;s:19:\"profile_header_menu\";s:2:\"bc\";s:18:\"profile_empty_text\";i:1;s:22:\"profile_empty_text_emo\";i:1;s:12:\"profile_role\";a:0:{}s:16:\"profile_template\";s:7:\"profile\";s:17:\"profile_max_width\";s:6:\"1000px\";s:22:\"profile_area_max_width\";s:5:\"600px\";s:13:\"profile_align\";s:6:\"center\";s:13:\"profile_icons\";s:5:\"label\";s:28:\"profile_disable_photo_upload\";i:0;s:17:\"profile_photosize\";s:3:\"190\";s:21:\"profile_cover_enabled\";i:1;s:17:\"profile_coversize\";s:8:\"original\";s:19:\"profile_cover_ratio\";s:5:\"2.7:1\";s:19:\"profile_photocorner\";s:1:\"1\";s:17:\"profile_header_bg\";s:0:\"\";s:24:\"profile_primary_btn_word\";s:14:\"Update Profile\";s:21:\"profile_secondary_btn\";s:1:\"1\";s:26:\"profile_secondary_btn_word\";s:6:\"Cancel\";s:13:\"register_role\";s:1:\"0\";s:17:\"register_template\";s:8:\"register\";s:18:\"register_max_width\";s:5:\"450px\";s:14:\"register_align\";s:6:\"center\";s:14:\"register_icons\";s:5:\"label\";s:25:\"register_primary_btn_word\";s:8:\"Register\";s:22:\"register_secondary_btn\";i:1;s:27:\"register_secondary_btn_word\";s:5:\"Login\";s:26:\"register_secondary_btn_url\";s:0:\"\";s:14:\"login_template\";s:5:\"login\";s:15:\"login_max_width\";s:5:\"450px\";s:11:\"login_align\";s:6:\"center\";s:11:\"login_icons\";s:5:\"label\";s:22:\"login_primary_btn_word\";s:5:\"Login\";s:22:\"login_forgot_pass_link\";i:1;s:21:\"login_show_rememberme\";i:1;s:19:\"login_secondary_btn\";i:1;s:24:\"login_secondary_btn_word\";s:8:\"Register\";s:23:\"login_secondary_btn_url\";s:0:\"\";s:18:\"directory_template\";s:7:\"members\";s:16:\"directory_header\";s:21:\"{total_users} Members\";s:23:\"directory_header_single\";s:20:\"{total_users} Member\";}','yes');
INSERT INTO `wplc_options` VALUES (14410,'um_role_subscriber_meta','a:14:{s:22:\"_um_can_access_wpadmin\";i:0;s:24:\"_um_can_not_see_adminbar\";i:1;s:21:\"_um_can_edit_everyone\";i:0;s:23:\"_um_can_delete_everyone\";i:0;s:20:\"_um_can_edit_profile\";i:1;s:22:\"_um_can_delete_profile\";i:1;s:15:\"_um_after_login\";s:16:\"redirect_profile\";s:16:\"_um_after_logout\";s:13:\"redirect_home\";s:20:\"_um_default_homepage\";i:1;s:16:\"_um_can_view_all\";i:1;s:28:\"_um_can_make_private_profile\";i:0;s:30:\"_um_can_access_private_profile\";i:0;s:10:\"_um_status\";s:8:\"approved\";s:20:\"_um_auto_approve_act\";s:16:\"redirect_profile\";}','yes');
INSERT INTO `wplc_options` VALUES (14411,'um_role_author_meta','a:14:{s:22:\"_um_can_access_wpadmin\";i:0;s:24:\"_um_can_not_see_adminbar\";i:1;s:21:\"_um_can_edit_everyone\";i:0;s:23:\"_um_can_delete_everyone\";i:0;s:20:\"_um_can_edit_profile\";i:1;s:22:\"_um_can_delete_profile\";i:1;s:15:\"_um_after_login\";s:16:\"redirect_profile\";s:16:\"_um_after_logout\";s:13:\"redirect_home\";s:20:\"_um_default_homepage\";i:1;s:16:\"_um_can_view_all\";i:1;s:28:\"_um_can_make_private_profile\";i:0;s:30:\"_um_can_access_private_profile\";i:0;s:10:\"_um_status\";s:8:\"approved\";s:20:\"_um_auto_approve_act\";s:16:\"redirect_profile\";}','yes');
INSERT INTO `wplc_options` VALUES (14412,'um_role_contributor_meta','a:14:{s:22:\"_um_can_access_wpadmin\";i:0;s:24:\"_um_can_not_see_adminbar\";i:1;s:21:\"_um_can_edit_everyone\";i:0;s:23:\"_um_can_delete_everyone\";i:0;s:20:\"_um_can_edit_profile\";i:1;s:22:\"_um_can_delete_profile\";i:1;s:15:\"_um_after_login\";s:16:\"redirect_profile\";s:16:\"_um_after_logout\";s:13:\"redirect_home\";s:20:\"_um_default_homepage\";i:1;s:16:\"_um_can_view_all\";i:1;s:28:\"_um_can_make_private_profile\";i:0;s:30:\"_um_can_access_private_profile\";i:0;s:10:\"_um_status\";s:8:\"approved\";s:20:\"_um_auto_approve_act\";s:16:\"redirect_profile\";}','yes');
INSERT INTO `wplc_options` VALUES (14413,'um_role_editor_meta','a:14:{s:22:\"_um_can_access_wpadmin\";i:0;s:24:\"_um_can_not_see_adminbar\";i:1;s:21:\"_um_can_edit_everyone\";i:0;s:23:\"_um_can_delete_everyone\";i:0;s:20:\"_um_can_edit_profile\";i:1;s:22:\"_um_can_delete_profile\";i:1;s:15:\"_um_after_login\";s:16:\"redirect_profile\";s:16:\"_um_after_logout\";s:13:\"redirect_home\";s:20:\"_um_default_homepage\";i:1;s:16:\"_um_can_view_all\";i:1;s:28:\"_um_can_make_private_profile\";i:0;s:30:\"_um_can_access_private_profile\";i:0;s:10:\"_um_status\";s:8:\"approved\";s:20:\"_um_auto_approve_act\";s:16:\"redirect_profile\";}','yes');
INSERT INTO `wplc_options` VALUES (14414,'um_role_administrator_meta','a:14:{s:22:\"_um_can_access_wpadmin\";i:1;s:24:\"_um_can_not_see_adminbar\";i:0;s:21:\"_um_can_edit_everyone\";i:1;s:23:\"_um_can_delete_everyone\";i:1;s:20:\"_um_can_edit_profile\";i:1;s:22:\"_um_can_delete_profile\";i:1;s:20:\"_um_default_homepage\";i:1;s:15:\"_um_after_login\";s:14:\"redirect_admin\";s:16:\"_um_after_logout\";s:13:\"redirect_home\";s:16:\"_um_can_view_all\";i:1;s:28:\"_um_can_make_private_profile\";i:1;s:30:\"_um_can_access_private_profile\";i:1;s:10:\"_um_status\";s:8:\"approved\";s:20:\"_um_auto_approve_act\";s:16:\"redirect_profile\";}','yes');
INSERT INTO `wplc_options` VALUES (14426,'widget_um_search_widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes');
INSERT INTO `wplc_options` VALUES (14772,'wpforms_send_usage_last_run','1705566850','yes');
INSERT INTO `wplc_options` VALUES (14970,'jetpack_sync_health_status','a:2:{s:6:\"status\";s:7:\"in_sync\";s:9:\"timestamp\";d:1683473062.40445709228515625;}','yes');
INSERT INTO `wplc_options` VALUES (15289,'jetpack_protect_blocked_attempts','448','no');
INSERT INTO `wplc_options` VALUES (15409,'woocommerce_sales_record_date','2022-08-11','yes');
INSERT INTO `wplc_options` VALUES (15410,'woocommerce_sales_record_amount','639.96','yes');
INSERT INTO `wplc_options` VALUES (15442,'um_cache_userdata_2','a:223:{s:2:\"ID\";i:2;s:10:\"user_login\";s:8:\"jstclair\";s:9:\"user_pass\";s:34:\"$P$BVvJzA1hNrUAGh09mWh07M1hiFNFZD.\";s:13:\"user_nicename\";s:8:\"jstclair\";s:10:\"user_email\";s:34:\"jared.betterdaysdelivery@gmail.com\";s:8:\"user_url\";s:26:\"http://www.dubdelivery.app\";s:15:\"user_registered\";s:19:\"2022-02-18 19:46:44\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:5:\"Jared\";s:13:\"administrator\";b:1;s:8:\"wp_roles\";s:13:\"administrator\";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: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:20:\"wpseo_manage_options\";b:1;s:10:\"copy_posts\";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:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:8:\"jstclair\";s:10:\"first_name\";s:5:\"Jared\";s:9:\"last_name\";s:0:\"\";s:11:\"description\";s:140:\"The owner and founder of Better Days Delta Delivery, Jared has first-hand experience in the industry and will secure your delivery same-day.\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:27:\"_wcs_subscription_ids_cache\";s:6:\"a:0:{}\";s:28:\"_yoast_wpseo_profile_updated\";s:10:\"1645500782\";s:8:\"facebook\";s:0:\"\";s:9:\"instagram\";s:0:\"\";s:8:\"linkedin\";s:0:\"\";s:7:\"myspace\";s:0:\"\";s:9:\"pinterest\";s:0:\"\";s:10:\"soundcloud\";s:0:\"\";s:6:\"tumblr\";s:0:\"\";s:7:\"twitter\";s:0:\"\";s:7:\"youtube\";s:0:\"\";s:9:\"wikipedia\";s:0:\"\";s:11:\"last_update\";s:10:\"1645500782\";s:12:\"_order_count\";s:1:\"0\";s:11:\"wpseo_title\";s:0:\"\";s:14:\"wpseo_metadesc\";s:0:\"\";s:20:\"wpseo_noindex_author\";s:0:\"\";s:30:\"wpseo_content_analysis_disable\";s:0:\"\";s:30:\"wpseo_keyword_analysis_disable\";s:0:\"\";s:18:\"billing_first_name\";s:5:\"Jared\";s:17:\"billing_last_name\";s:0:\"\";s:15:\"billing_company\";s:0:\"\";s:17:\"billing_address_1\";s:0:\"\";s:17:\"billing_address_2\";s:0:\"\";s:12:\"billing_city\";s:0:\"\";s:16:\"billing_postcode\";s:0:\"\";s:15:\"billing_country\";s:0:\"\";s:13:\"billing_state\";s:0:\"\";s:13:\"billing_phone\";s:0:\"\";s:13:\"billing_email\";s:34:\"jared.betterdaysdelivery@gmail.com\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:17:\"shipping_postcode\";s:0:\"\";s:16:\"shipping_country\";s:0:\"\";s:14:\"shipping_state\";s:0:\"\";s:14:\"shipping_phone\";s:0:\"\";s:17:\"spbc_browser_sign\";s:32:\"cfec0ac33d20e200acbfed9b3772c96e\";s:26:\"spbc_browser_sign__updated\";s:10:\"1645660201\";s:15:\"spbc_user_agent\";s:114:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.82 Safari/537.36\";s:14:\"wc_last_active\";s:10:\"1645660800\";s:27:\"_woocommerce_tracks_anon_id\";s:28:\"woo:BVlFR6braLkQVCm/jUaQFxTb\";s:39:\"wplc_dashboard_quick_press_last_post_id\";s:2:\"80\";s:18:\"fl_assistant_state\";s:2486:\"a:8:{s:8:\"appOrder\";a:0:{}s:6:\"window\";a:4:{s:6:\"origin\";a:2:{i:0;i:1;i:1;i:0;}s:5:\"width\";i:520;s:8:\"isHidden\";b:1;s:16:\"hiddenAppearance\";s:0:\"\";}s:10:\"appearance\";a:1:{s:10:\"brightness\";s:5:\"light\";}s:7:\"history\";a:2:{s:5:\"index\";i:0;s:7:\"entries\";a:2:{i:0;a:4:{s:8:\"pathname\";s:8:\"/fl-home\";s:6:\"search\";s:0:\"\";s:4:\"hash\";s:0:\"\";s:3:\"key\";s:6:\"7x0jhg\";}i:1;a:5:{s:8:\"pathname\";s:24:\"/fl-media/attachment/110\";s:5:\"state\";a:1:{s:4:\"item\";a:23:{s:3:\"alt\";s:0:\"\";s:6:\"author\";s:15:\"Jared St. Clair\";s:15:\"commentsAllowed\";b:1;s:4:\"date\";s:17:\"February 20, 2022\";s:11:\"description\";s:0:\"\";s:7:\"editUrl\";s:65:\"http://www.dubdelivery.app/wp-admin/post.php?post=110&action=edit\";s:8:\"filesize\";s:6:\"903 KB\";s:8:\"filename\";s:23:\"Cake-Animal-Cookies.png\";s:2:\"id\";i:110;s:6:\"labels\";a:0:{}s:4:\"mime\";s:9:\"image/png\";s:9:\"permalink\";s:45:\"http://www.dubdelivery.app/?attachment_id=110\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:6:\"height\";i:150;s:5:\"width\";i:150;s:3:\"url\";s:85:\"http://www.dubdelivery.app/wp-content/uploads/2022/02/Cake-Animal-Cookies-150x150.png\";s:11:\"orientation\";s:9:\"landscape\";}s:6:\"medium\";a:4:{s:6:\"height\";i:300;s:5:\"width\";i:224;s:3:\"url\";s:85:\"http://www.dubdelivery.app/wp-content/uploads/2022/02/Cake-Animal-Cookies-224x300.png\";s:11:\"orientation\";s:8:\"portrait\";}s:5:\"large\";a:4:{s:6:\"height\";i:1024;s:5:\"width\";i:763;s:3:\"url\";s:86:\"http://www.dubdelivery.app/wp-content/uploads/2022/02/Cake-Animal-Cookies-763x1024.png\";s:11:\"orientation\";s:8:\"portrait\";}s:4:\"full\";a:4:{s:3:\"url\";s:77:\"http://www.dubdelivery.app/wp-content/uploads/2022/02/Cake-Animal-Cookies.png\";s:6:\"height\";i:1374;s:5:\"width\";i:1024;s:11:\"orientation\";s:8:\"portrait\";}}s:4:\"slug\";s:19:\"cake-animal-cookies\";s:7:\"subtype\";s:3:\"png\";s:9:\"thumbnail\";s:85:\"http://www.dubdelivery.app/wp-content/uploads/2022/02/Cake-Animal-Cookies-150x150.png\";s:5:\"title\";s:19:\"Cake Animal Cookies\";s:4:\"type\";s:5:\"image\";s:3:\"url\";s:77:\"http://www.dubdelivery.app/wp-content/uploads/2022/02/Cake-Animal-Cookies.png\";s:4:\"urls\";a:1:{s:6:\"medium\";s:85:\"http://www.dubdelivery.app/wp-content/uploads/2022/02/Cake-Animal-Cookies-224x300.png\";}s:6:\"height\";i:1374;s:5:\"width\";i:1024;s:11:\"orientation\";s:8:\"portrait\";}}s:6:\"search\";s:0:\"\";s:4:\"hash\";s:0:\"\";s:3:\"key\";s:6:\"m5ygpr\";}}}s:13:\"searchHistory\";a:0:{}s:17:\"shouldShowInAdmin\";b:1;s:11:\"isAppHidden\";b:0;s:9:\"shortcuts\";a:0:{}}\";s:30:\"_woocommerce_persistent_cart_1\";s:23:\"a:1:{s:4:\"cart\";a:0:{}}\";s:25:\"community-events-location\";s:35:\"a:1:{s:2:\"ip\";s:12:\"63.153.190.0\";}\";s:39:\"wplc_woocommerce_product_import_mapping\";s:593:\"a:48:{i:0;s:0:\"\";i:1;s:4:\"name\";i:2;s:0:\"\";i:3;s:0:\"\";i:4;s:0:\"\";i:5;s:0:\"\";i:6;s:7:\"tag_ids\";i:7;s:9:\"published\";i:8;s:0:\"\";i:9;s:0:\"\";i:10;s:0:\"\";i:11;s:0:\"\";i:12;s:0:\"\";i:13;s:0:\"\";i:14;s:0:\"\";i:15;s:0:\"\";i:16;s:0:\"\";i:17;s:0:\"\";i:18;s:0:\"\";i:19;s:0:\"\";i:20;s:0:\"\";i:21;s:0:\"\";i:22;s:0:\"\";i:23;s:0:\"\";i:24;s:0:\"\";i:25;s:0:\"\";i:26;s:0:\"\";i:27;s:0:\"\";i:28;s:0:\"\";i:29;s:0:\"\";i:30;s:0:\"\";i:31;s:0:\"\";i:32;s:0:\"\";i:33;s:0:\"\";i:34;s:0:\"\";i:35;s:0:\"\";i:36;s:0:\"\";i:37;s:0:\"\";i:38;s:0:\"\";i:39;s:0:\"\";i:40;s:0:\"\";i:41;s:0:\"\";i:42;s:0:\"\";i:43;s:0:\"\";i:44;s:0:\"\";i:45;s:0:\"\";i:46;s:0:\"\";i:47;s:0:\"\";}\";s:29:\"wplc_product_import_error_log\";s:6:\"a:0:{}\";s:18:\"wplc_user-settings\";s:21:\"libraryContent=browse\";s:23:\"wplc_user-settings-time\";s:10:\"1645372454\";s:24:\"wplc_yoast_notifications\";s:9527:\"a:2:{i:0;a:2:{s:7:\"message\";s:339:\"<p>We see that you enabled automatic updates for WordPress. We recommend that you do this for Yoast SEO as well. This way we can guarantee that WordPress and Yoast SEO will continue to run smoothly together. <a href=\"http://www.dubdelivery.app/wp-admin/plugins.php\">Go to your plugins overview to enable auto-updates for Yoast SEO.</a></p>\";s:7:\"options\";a:10:{s:4:\"type\";s:7:\"warning\";s:2:\"id\";s:17:\"wpseo-auto-update\";s:4:\"user\";O:7:\"WP_User\":8:{s:4:\"data\";O:8:\"stdClass\":10:{s:2:\"ID\";s:1:\"2\";s:10:\"user_login\";s:8:\"jstclair\";s:9:\"user_pass\";s:34:\"$P$BVvJzA1hNrUAGh09mWh07M1hiFNFZD.\";s:13:\"user_nicename\";s:8:\"jstclair\";s:10:\"user_email\";s:34:\"jared.betterdaysdelivery@gmail.com\";s:8:\"user_url\";s:26:\"http://www.dubdelivery.app\";s:15:\"user_registered\";s:19:\"2022-02-18 19:46:44\";s:19:\"user_activation_key\";s:0:\"\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:15:\"Jared St. Clair\";}s:2:\"ID\";i:2;s:4:\"caps\";a:1:{s:13:\"administrator\";b:1;}s:7:\"cap_key\";s:17:\"wplc_capabilities\";s:5:\"roles\";a:1:{i:0;s:13:\"administrator\";}s:7:\"allcaps\";a:117:{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:20:\"wpseo_manage_options\";b:1;s:10:\"copy_posts\";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:13:\"administrator\";b:1;}s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;}s:5:\"nonce\";N;s:8:\"priority\";d:0.8000000000000000444089209850062616169452667236328125;s:9:\"data_json\";a:0:{}s:13:\"dismissal_key\";N;s:12:\"capabilities\";s:20:\"wpseo_manage_options\";s:16:\"capability_check\";s:3:\"all\";s:14:\"yoast_branding\";b:0;}}i:1;a:2:{s:7:\"message\";s:466:\"It looks like you aren\'t using our <strong>Yoast WooCommerce SEO addon</strong>. <a href=\"https://yoa.st/1o0?php_version=7.4&platform=wordpress&platform_version=5.9.1&software=free&software_version=18.2&days_active=6-30&user_language=en_US&screen=wc-settings\" 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:4:\"user\";O:7:\"WP_User\":8:{s:4:\"data\";O:8:\"stdClass\":10:{s:2:\"ID\";s:1:\"2\";s:10:\"user_login\";s:8:\"jstclair\";s:9:\"user_pass\";s:34:\"$P$BVvJzA1hNrUAGh09mWh07M1hiFNFZD.\";s:13:\"user_nicename\";s:8:\"jstclair\";s:10:\"user_email\";s:34:\"jared.betterdaysdelivery@gmail.com\";s:8:\"user_url\";s:26:\"http://www.dubdelivery.app\";s:15:\"user_registered\";s:19:\"2022-02-18 19:46:44\";s:19:\"user_activation_key\";s:0:\"\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:5:\"Jared\";}s:2:\"ID\";i:2;s:4:\"caps\";a:1:{s:13:\"administrator\";b:1;}s:7:\"cap_key\";s:17:\"wplc_capabilities\";s:5:\"roles\";a:1:{i:0;s:13:\"administrator\";}s:7:\"allcaps\";a:117:{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:20:\"wpseo_manage_options\";b:1;s:10:\"copy_posts\";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:13:\"administrator\";b:1;}s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;}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;}}}\";s:54:\"woocommerce_admin_wc_payments_overview_inbox_last_read\";s:13:\"1645479158818\";s:48:\"woocommerce_admin_activity_panel_inbox_last_read\";s:0:\"\";s:50:\"woocommerce_admin_activity_panel_reviews_last_read\";s:0:\"\";s:43:\"woocommerce_admin_categories_report_columns\";s:0:\"\";s:40:\"woocommerce_admin_coupons_report_columns\";s:0:\"\";s:42:\"woocommerce_admin_customers_report_columns\";s:0:\"\";s:39:\"woocommerce_admin_orders_report_columns\";s:0:\"\";s:41:\"woocommerce_admin_products_report_columns\";s:0:\"\";s:40:\"woocommerce_admin_revenue_report_columns\";s:0:\"\";s:38:\"woocommerce_admin_taxes_report_columns\";s:0:\"\";s:43:\"woocommerce_admin_variations_report_columns\";s:0:\"\";s:36:\"woocommerce_admin_dashboard_sections\";s:0:\"\";s:38:\"woocommerce_admin_dashboard_chart_type\";s:0:\"\";s:42:\"woocommerce_admin_dashboard_chart_interval\";s:0:\"\";s:44:\"woocommerce_admin_dashboard_leaderboard_rows\";s:0:\"\";s:33:\"woocommerce_admin_homepage_layout\";s:0:\"\";s:32:\"woocommerce_admin_homepage_stats\";s:0:\"\";s:49:\"woocommerce_admin_task_list_tracked_started_tasks\";s:0:\"\";s:44:\"woocommerce_admin_help_panel_highlight_shown\";s:0:\"\";s:14:\"account_status\";s:8:\"approved\";s:24:\"um_member_directory_data\";s:137:\"a:5:{s:14:\"account_status\";s:8:\"approved\";s:15:\"hide_in_members\";b:0;s:13:\"profile_photo\";b:0;s:11:\"cover_photo\";b:0;s:8:\"verified\";b:0;}\";s:35:\"um_user_profile_url_slug_user_login\";s:8:\"jstclair\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";s:13:\"administrator\";s:5:\"roles\";a:1:{i:0;s:13:\"administrator\";}s:18:\"can_access_wpadmin\";i:1;s:20:\"can_not_see_adminbar\";i:0;s:17:\"can_edit_everyone\";i:1;s:19:\"can_delete_everyone\";i:1;s:16:\"can_edit_profile\";i:1;s:18:\"can_delete_profile\";i:1;s:16:\"default_homepage\";i:1;s:11:\"after_login\";s:14:\"redirect_admin\";s:12:\"after_logout\";s:13:\"redirect_home\";s:12:\"can_view_all\";i:1;s:24:\"can_make_private_profile\";i:1;s:26:\"can_access_private_profile\";i:1;s:6:\"status\";s:8:\"approved\";s:16:\"auto_approve_act\";s:16:\"redirect_profile\";s:11:\"super_admin\";i:1;}','no');
INSERT INTO `wplc_options` VALUES (16052,'um_cache_userdata_9','a:63:{s:2:\"ID\";i:9;s:10:\"user_login\";s:14:\"rreiffenberger\";s:9:\"user_pass\";s:34:\"$P$BvaPqJHEH.JUaP3g3IZ7koTOmL5cwn.\";s:13:\"user_nicename\";s:14:\"rreiffenberger\";s:10:\"user_email\";s:16:\"ryan@ftghost.net\";s:8:\"user_url\";s:26:\"http://www.fallstech.group\";s:15:\"user_registered\";s:19:\"2022-02-21 20:57:31\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:18:\"Ryan Reiffenberger\";s:8:\"customer\";b:1;s:8:\"wp_roles\";s:8:\"customer\";s:4:\"read\";b:1;s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:14:\"rreiffenberger\";s:10:\"first_name\";s:4:\"Ryan\";s:9:\"last_name\";s:13:\"Reiffenberger\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:27:\"_wcs_subscription_ids_cache\";s:6:\"a:0:{}\";s:28:\"_yoast_wpseo_profile_updated\";s:10:\"1645477051\";s:8:\"facebook\";s:0:\"\";s:9:\"instagram\";s:0:\"\";s:8:\"linkedin\";s:0:\"\";s:7:\"myspace\";s:0:\"\";s:9:\"pinterest\";s:0:\"\";s:10:\"soundcloud\";s:0:\"\";s:6:\"tumblr\";s:0:\"\";s:7:\"twitter\";s:0:\"\";s:7:\"youtube\";s:0:\"\";s:9:\"wikipedia\";s:0:\"\";s:11:\"last_update\";s:10:\"1646019414\";s:14:\"wc_last_active\";s:10:\"1645747200\";s:17:\"spbc_browser_sign\";s:32:\"724f91934fad2af3614832a6ab849268\";s:26:\"spbc_browser_sign__updated\";s:10:\"1645733267\";s:15:\"spbc_user_agent\";s:115:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\";s:28:\"wplc__wcpay_customer_id_live\";s:18:\"cus_LC87QN2nNw5sfX\";s:18:\"billing_first_name\";s:4:\"Ryan\";s:17:\"billing_last_name\";s:13:\"Reiffenberger\";s:17:\"billing_address_1\";s:23:\"3120 West Rambler Place\";s:17:\"billing_address_2\";s:4:\"#303\";s:12:\"billing_city\";s:11:\"Sioux Falls\";s:13:\"billing_state\";s:2:\"SD\";s:16:\"billing_postcode\";s:5:\"57108\";s:15:\"billing_country\";s:2:\"US\";s:13:\"billing_email\";s:16:\"ryan@ftghost.net\";s:13:\"billing_phone\";s:11:\"16053054344\";s:15:\"shipping_method\";s:0:\"\";s:15:\"paying_customer\";s:0:\"\";s:14:\"account_status\";s:8:\"approved\";s:24:\"um_member_directory_data\";s:137:\"a:5:{s:14:\"account_status\";s:8:\"approved\";s:15:\"hide_in_members\";b:0;s:13:\"profile_photo\";b:0;s:11:\"cover_photo\";b:0;s:8:\"verified\";b:0;}\";s:35:\"um_user_profile_url_slug_user_login\";s:14:\"rreiffenberger\";s:12:\"_order_count\";s:1:\"1\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";s:8:\"customer\";s:5:\"roles\";a:1:{i:0;s:8:\"customer\";}s:11:\"super_admin\";i:0;}','no');
INSERT INTO `wplc_options` VALUES (16355,'woocommerce_navigation_enabled','yes','yes');
INSERT INTO `wplc_options` VALUES (16594,'recovery_mode_email_last_sent','1685466112','yes');
INSERT INTO `wplc_options` VALUES (16668,'jp_sync_retry_after_sync','','no');
INSERT INTO `wplc_options` VALUES (16669,'jp_sync_error_log_sync','a:5:{s:14:\"1686283962.661\";O:8:\"WP_Error\":3:{s:6:\"errors\";a:1:{s:10:\"IXR_-32300\";a:1:{i:0;s:46:\"transport error - HTTP status code was not 200\";}}s:10:\"error_data\";a:1:{s:10:\"IXR_-32300\";a:5:{s:7:\"headers\";a:7:{s:6:\"server\";s:5:\"nginx\";s:4:\"date\";s:29:\"Fri, 09 Jun 2023 04:12:42 GMT\";s:12:\"content-type\";s:9:\"text/html\";s:14:\"content-length\";s:4:\"2169\";s:4:\"etag\";s:14:\"\"63ed68e6-879\"\";s:4:\"x-ac\";s:17:\"4.bur _bur BYPASS\";s:25:\"strict-transport-security\";s:16:\"max-age=31536000\";}s:4:\"body\";s:2169:\"<!DOCTYPE html PUBLIC \"-//W3C//DTD XHTML 1.0 Transitional//EN\" \"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd\">\n<html xmlns=\"http://www.w3.org/1999/xhtml\"><head profile=\"http://gmpg.org/xfn/11\">\n	<meta http-equiv=\"Content-Type\" content=\"text/html; charset=UTF-8\" />\n	<title>WordPress.com &#8212; 503 Error</title>\n	<meta name=\"viewport\" content=\"width=device-width, initial-scale=1\" />\n	<link rel=\"stylesheet\" href=\"//fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,400,300,600\" />\n	<link rel=\"stylesheet\" href=\"https://s0.wp.com/error-docs/style.css\" />\n	<script type=\"text/javascript\" src=\"//stats.wp.com/wpcom.js?22\"></script>\n	<script type=\"text/javascript\">\n	_error = \'503\';\n	fzd();\n	</script>\n</head>\n<body>\n	<h1>Whoops!</h1>\n	\n	<div class=\"message\">\n		<p>Something has gone wrong with our servers, and we&#8217;ve just been notified of the problem.</p>\n		<p>This will be fixed as soon as possible, so kindly reload in a minute and things should be back to normal.</p> \n		\n		<footer>\n			<ul class=\"footer-links\">\n				<li><a href=\"javascript:history.back()\">← Go Back</a></li>\n				<li><a href=\"https://support.wordpress.com/\">Support</a></li>\n				<li><a href=\"https://status.automattic.com\">Status</a></li>\n				<li><a href=\"https://twitter.com/wordpressdotcom\">Twitter</a></li>\n			</ul>\n			<a class=\"wordpress-link\" href=\"https://wordpress.com/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" viewBox=\"-248 250 14 14\" enable-background=\"new -248 250 14 14\">\n					<path fill=\"#a8bece\" d=\"M-234 257c0 3.9-3.1 7-7 7s-7-3.1-7-7 3.1-7 7-7 7 3.1 7 7zm-9.8 5.7l-3-8.2c-.4.8-.6 1.7-.6 2.6.1 2.4 1.6 4.5 3.6 5.6zm6.6-4c.3-.9.5-1.5.5-2 0-.8-.3-1.3-.5-1.7-.3-.5-.6-1-.6-1.5 0-.6.4-1.1 1.1-1.1h.1c-1.1-1.1-2.7-1.7-4.3-1.6-2.2 0-4.1 1.1-5.3 2.8h.4c.7 0 1.7-.1 1.7-.1.3 0 .4.5 0 .5 0 0-.3 0-.7.1l2.3 6.8 1.4-4.1-.9-2.7h-.6c-.4 0-.3-.5 0-.5 0 0 1 .1 1.7.1s1.7-.1 1.7-.1c.3 0 .3.4 0 .5 0 0-.3 0-.7.1l2.3 6.8.4-2.3zm-1.7 4.2l-2-5.4-1.9 5.5c.6.2 1.2.2 1.8.2.7.1 1.4 0 2.1-.3zm3.5-8.3c0 .6-.1 1.4-.5 2.3l-1.9 5.6c1.9-1.1 3.1-3.2 3.1-5.5 0-1.1-.3-2.1-.8-3 0 .2.1.4.1.6z\"/>\n				</svg>\n			</a>\n		</footer>\n	</div>\n</body>\n</html>\";s:8:\"response\";a:2:{s:4:\"code\";i:502;s:7:\"message\";s:11:\"Bad Gateway\";}s:7:\"cookies\";a:0:{}s:8:\"filename\";N;}}s:18:\"\0*\0additional_data\";a:0:{}}s:15:\"1686284802.7151\";O:8:\"WP_Error\":3:{s:6:\"errors\";a:1:{s:10:\"IXR_-32300\";a:1:{i:0;s:46:\"transport error - HTTP status code was not 200\";}}s:10:\"error_data\";a:1:{s:10:\"IXR_-32300\";a:5:{s:7:\"headers\";a:7:{s:6:\"server\";s:5:\"nginx\";s:4:\"date\";s:29:\"Fri, 09 Jun 2023 04:26:42 GMT\";s:12:\"content-type\";s:9:\"text/html\";s:14:\"content-length\";s:4:\"2169\";s:4:\"etag\";s:14:\"\"63ed68e6-879\"\";s:4:\"x-ac\";s:17:\"4.bur _bur BYPASS\";s:25:\"strict-transport-security\";s:16:\"max-age=31536000\";}s:4:\"body\";s:2169:\"<!DOCTYPE html PUBLIC \"-//W3C//DTD XHTML 1.0 Transitional//EN\" \"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd\">\n<html xmlns=\"http://www.w3.org/1999/xhtml\"><head profile=\"http://gmpg.org/xfn/11\">\n	<meta http-equiv=\"Content-Type\" content=\"text/html; charset=UTF-8\" />\n	<title>WordPress.com &#8212; 503 Error</title>\n	<meta name=\"viewport\" content=\"width=device-width, initial-scale=1\" />\n	<link rel=\"stylesheet\" href=\"//fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,400,300,600\" />\n	<link rel=\"stylesheet\" href=\"https://s0.wp.com/error-docs/style.css\" />\n	<script type=\"text/javascript\" src=\"//stats.wp.com/wpcom.js?22\"></script>\n	<script type=\"text/javascript\">\n	_error = \'503\';\n	fzd();\n	</script>\n</head>\n<body>\n	<h1>Whoops!</h1>\n	\n	<div class=\"message\">\n		<p>Something has gone wrong with our servers, and we&#8217;ve just been notified of the problem.</p>\n		<p>This will be fixed as soon as possible, so kindly reload in a minute and things should be back to normal.</p> \n		\n		<footer>\n			<ul class=\"footer-links\">\n				<li><a href=\"javascript:history.back()\">← Go Back</a></li>\n				<li><a href=\"https://support.wordpress.com/\">Support</a></li>\n				<li><a href=\"https://status.automattic.com\">Status</a></li>\n				<li><a href=\"https://twitter.com/wordpressdotcom\">Twitter</a></li>\n			</ul>\n			<a class=\"wordpress-link\" href=\"https://wordpress.com/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" viewBox=\"-248 250 14 14\" enable-background=\"new -248 250 14 14\">\n					<path fill=\"#a8bece\" d=\"M-234 257c0 3.9-3.1 7-7 7s-7-3.1-7-7 3.1-7 7-7 7 3.1 7 7zm-9.8 5.7l-3-8.2c-.4.8-.6 1.7-.6 2.6.1 2.4 1.6 4.5 3.6 5.6zm6.6-4c.3-.9.5-1.5.5-2 0-.8-.3-1.3-.5-1.7-.3-.5-.6-1-.6-1.5 0-.6.4-1.1 1.1-1.1h.1c-1.1-1.1-2.7-1.7-4.3-1.6-2.2 0-4.1 1.1-5.3 2.8h.4c.7 0 1.7-.1 1.7-.1.3 0 .4.5 0 .5 0 0-.3 0-.7.1l2.3 6.8 1.4-4.1-.9-2.7h-.6c-.4 0-.3-.5 0-.5 0 0 1 .1 1.7.1s1.7-.1 1.7-.1c.3 0 .3.4 0 .5 0 0-.3 0-.7.1l2.3 6.8.4-2.3zm-1.7 4.2l-2-5.4-1.9 5.5c.6.2 1.2.2 1.8.2.7.1 1.4 0 2.1-.3zm3.5-8.3c0 .6-.1 1.4-.5 2.3l-1.9 5.6c1.9-1.1 3.1-3.2 3.1-5.5 0-1.1-.3-2.1-.8-3 0 .2.1.4.1.6z\"/>\n				</svg>\n			</a>\n		</footer>\n	</div>\n</body>\n</html>\";s:8:\"response\";a:2:{s:4:\"code\";i:502;s:7:\"message\";s:11:\"Bad Gateway\";}s:7:\"cookies\";a:0:{}s:8:\"filename\";N;}}s:18:\"\0*\0additional_data\";a:0:{}}s:15:\"1686285880.5352\";O:8:\"WP_Error\":3:{s:6:\"errors\";a:1:{s:10:\"IXR_-32300\";a:1:{i:0;s:46:\"transport error - HTTP status code was not 200\";}}s:10:\"error_data\";a:1:{s:10:\"IXR_-32300\";a:5:{s:7:\"headers\";a:7:{s:6:\"server\";s:5:\"nginx\";s:4:\"date\";s:29:\"Fri, 09 Jun 2023 04:44:40 GMT\";s:12:\"content-type\";s:9:\"text/html\";s:14:\"content-length\";s:4:\"2169\";s:4:\"etag\";s:14:\"\"63ed68e6-879\"\";s:4:\"x-ac\";s:17:\"4.bur _bur BYPASS\";s:25:\"strict-transport-security\";s:16:\"max-age=31536000\";}s:4:\"body\";s:2169:\"<!DOCTYPE html PUBLIC \"-//W3C//DTD XHTML 1.0 Transitional//EN\" \"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd\">\n<html xmlns=\"http://www.w3.org/1999/xhtml\"><head profile=\"http://gmpg.org/xfn/11\">\n	<meta http-equiv=\"Content-Type\" content=\"text/html; charset=UTF-8\" />\n	<title>WordPress.com &#8212; 503 Error</title>\n	<meta name=\"viewport\" content=\"width=device-width, initial-scale=1\" />\n	<link rel=\"stylesheet\" href=\"//fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,400,300,600\" />\n	<link rel=\"stylesheet\" href=\"https://s0.wp.com/error-docs/style.css\" />\n	<script type=\"text/javascript\" src=\"//stats.wp.com/wpcom.js?22\"></script>\n	<script type=\"text/javascript\">\n	_error = \'503\';\n	fzd();\n	</script>\n</head>\n<body>\n	<h1>Whoops!</h1>\n	\n	<div class=\"message\">\n		<p>Something has gone wrong with our servers, and we&#8217;ve just been notified of the problem.</p>\n		<p>This will be fixed as soon as possible, so kindly reload in a minute and things should be back to normal.</p> \n		\n		<footer>\n			<ul class=\"footer-links\">\n				<li><a href=\"javascript:history.back()\">← Go Back</a></li>\n				<li><a href=\"https://support.wordpress.com/\">Support</a></li>\n				<li><a href=\"https://status.automattic.com\">Status</a></li>\n				<li><a href=\"https://twitter.com/wordpressdotcom\">Twitter</a></li>\n			</ul>\n			<a class=\"wordpress-link\" href=\"https://wordpress.com/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" viewBox=\"-248 250 14 14\" enable-background=\"new -248 250 14 14\">\n					<path fill=\"#a8bece\" d=\"M-234 257c0 3.9-3.1 7-7 7s-7-3.1-7-7 3.1-7 7-7 7 3.1 7 7zm-9.8 5.7l-3-8.2c-.4.8-.6 1.7-.6 2.6.1 2.4 1.6 4.5 3.6 5.6zm6.6-4c.3-.9.5-1.5.5-2 0-.8-.3-1.3-.5-1.7-.3-.5-.6-1-.6-1.5 0-.6.4-1.1 1.1-1.1h.1c-1.1-1.1-2.7-1.7-4.3-1.6-2.2 0-4.1 1.1-5.3 2.8h.4c.7 0 1.7-.1 1.7-.1.3 0 .4.5 0 .5 0 0-.3 0-.7.1l2.3 6.8 1.4-4.1-.9-2.7h-.6c-.4 0-.3-.5 0-.5 0 0 1 .1 1.7.1s1.7-.1 1.7-.1c.3 0 .3.4 0 .5 0 0-.3 0-.7.1l2.3 6.8.4-2.3zm-1.7 4.2l-2-5.4-1.9 5.5c.6.2 1.2.2 1.8.2.7.1 1.4 0 2.1-.3zm3.5-8.3c0 .6-.1 1.4-.5 2.3l-1.9 5.6c1.9-1.1 3.1-3.2 3.1-5.5 0-1.1-.3-2.1-.8-3 0 .2.1.4.1.6z\"/>\n				</svg>\n			</a>\n		</footer>\n	</div>\n</body>\n</html>\";s:8:\"response\";a:2:{s:4:\"code\";i:502;s:7:\"message\";s:11:\"Bad Gateway\";}s:7:\"cookies\";a:0:{}s:8:\"filename\";N;}}s:18:\"\0*\0additional_data\";a:0:{}}s:15:\"1686286000.4791\";O:8:\"WP_Error\":3:{s:6:\"errors\";a:1:{s:10:\"IXR_-32300\";a:1:{i:0;s:46:\"transport error - HTTP status code was not 200\";}}s:10:\"error_data\";a:1:{s:10:\"IXR_-32300\";a:5:{s:7:\"headers\";a:7:{s:6:\"server\";s:5:\"nginx\";s:4:\"date\";s:29:\"Fri, 09 Jun 2023 04:46:40 GMT\";s:12:\"content-type\";s:9:\"text/html\";s:14:\"content-length\";s:4:\"2169\";s:4:\"etag\";s:14:\"\"63ed68e6-879\"\";s:4:\"x-ac\";s:17:\"4.bur _bur BYPASS\";s:25:\"strict-transport-security\";s:16:\"max-age=31536000\";}s:4:\"body\";s:2169:\"<!DOCTYPE html PUBLIC \"-//W3C//DTD XHTML 1.0 Transitional//EN\" \"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd\">\n<html xmlns=\"http://www.w3.org/1999/xhtml\"><head profile=\"http://gmpg.org/xfn/11\">\n	<meta http-equiv=\"Content-Type\" content=\"text/html; charset=UTF-8\" />\n	<title>WordPress.com &#8212; 503 Error</title>\n	<meta name=\"viewport\" content=\"width=device-width, initial-scale=1\" />\n	<link rel=\"stylesheet\" href=\"//fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,400,300,600\" />\n	<link rel=\"stylesheet\" href=\"https://s0.wp.com/error-docs/style.css\" />\n	<script type=\"text/javascript\" src=\"//stats.wp.com/wpcom.js?22\"></script>\n	<script type=\"text/javascript\">\n	_error = \'503\';\n	fzd();\n	</script>\n</head>\n<body>\n	<h1>Whoops!</h1>\n	\n	<div class=\"message\">\n		<p>Something has gone wrong with our servers, and we&#8217;ve just been notified of the problem.</p>\n		<p>This will be fixed as soon as possible, so kindly reload in a minute and things should be back to normal.</p> \n		\n		<footer>\n			<ul class=\"footer-links\">\n				<li><a href=\"javascript:history.back()\">← Go Back</a></li>\n				<li><a href=\"https://support.wordpress.com/\">Support</a></li>\n				<li><a href=\"https://status.automattic.com\">Status</a></li>\n				<li><a href=\"https://twitter.com/wordpressdotcom\">Twitter</a></li>\n			</ul>\n			<a class=\"wordpress-link\" href=\"https://wordpress.com/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" viewBox=\"-248 250 14 14\" enable-background=\"new -248 250 14 14\">\n					<path fill=\"#a8bece\" d=\"M-234 257c0 3.9-3.1 7-7 7s-7-3.1-7-7 3.1-7 7-7 7 3.1 7 7zm-9.8 5.7l-3-8.2c-.4.8-.6 1.7-.6 2.6.1 2.4 1.6 4.5 3.6 5.6zm6.6-4c.3-.9.5-1.5.5-2 0-.8-.3-1.3-.5-1.7-.3-.5-.6-1-.6-1.5 0-.6.4-1.1 1.1-1.1h.1c-1.1-1.1-2.7-1.7-4.3-1.6-2.2 0-4.1 1.1-5.3 2.8h.4c.7 0 1.7-.1 1.7-.1.3 0 .4.5 0 .5 0 0-.3 0-.7.1l2.3 6.8 1.4-4.1-.9-2.7h-.6c-.4 0-.3-.5 0-.5 0 0 1 .1 1.7.1s1.7-.1 1.7-.1c.3 0 .3.4 0 .5 0 0-.3 0-.7.1l2.3 6.8.4-2.3zm-1.7 4.2l-2-5.4-1.9 5.5c.6.2 1.2.2 1.8.2.7.1 1.4 0 2.1-.3zm3.5-8.3c0 .6-.1 1.4-.5 2.3l-1.9 5.6c1.9-1.1 3.1-3.2 3.1-5.5 0-1.1-.3-2.1-.8-3 0 .2.1.4.1.6z\"/>\n				</svg>\n			</a>\n		</footer>\n	</div>\n</body>\n</html>\";s:8:\"response\";a:2:{s:4:\"code\";i:502;s:7:\"message\";s:11:\"Bad Gateway\";}s:7:\"cookies\";a:0:{}s:8:\"filename\";N;}}s:18:\"\0*\0additional_data\";a:0:{}}s:15:\"1686286126.3147\";O:8:\"WP_Error\":3:{s:6:\"errors\";a:1:{s:10:\"IXR_-32300\";a:1:{i:0;s:46:\"transport error - HTTP status code was not 200\";}}s:10:\"error_data\";a:1:{s:10:\"IXR_-32300\";a:5:{s:7:\"headers\";a:11:{s:6:\"server\";s:5:\"nginx\";s:4:\"date\";s:29:\"Fri, 09 Jun 2023 04:48:46 GMT\";s:12:\"content-type\";s:24:\"text/html; charset=utf-8\";s:8:\"x-hacker\";s:108:\"If you\'re reading this, you should visit automattic.com/jobs and apply to join the fun, mention this header.\";s:11:\"host-header\";s:13:\"WordPress.com\";s:4:\"vary\";s:20:\"accept, content-type\";s:22:\"jetpack-dedicated-sync\";s:2:\"on\";s:7:\"expires\";s:29:\"Wed, 11 Jan 1984 05:00:00 GMT\";s:13:\"cache-control\";s:36:\"no-cache, must-revalidate, max-age=0\";s:4:\"x-ac\";s:17:\"4.bur _bur BYPASS\";s:25:\"strict-transport-security\";s:16:\"max-age=31536000\";}s:4:\"body\";s:1839:\"<!DOCTYPE html PUBLIC \"-//W3C//DTD XHTML 1.0 Transitional//EN\" \"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd\">\n<html xmlns=\"http://www.w3.org/1999/xhtml\">\n\n<head profile=\"http://gmpg.org/xfn/11\">\n<meta http-equiv=\"Content-Type\" content=\"text/html; charset=UTF-8\" />\n\n<title>Check back in a few minutes</title>\n\n<meta name=\"generator\" content=\"WordPress MU\" /> <!-- leave this for stats -->\n\n<link rel=\"stylesheet\" href=\"http://wordpress.com/wp-content/themes/h4/global.css\" type=\"text/css\" media=\"screen\" />\n\n<link rel=\"EditURI\" type=\"application/rsd+xml\" title=\"RSD\" href=\"http://wordpress.com/xmlrpc.php?rsd\" />\n<script type=\"text/javascript\">\n\nfunction addLoadEvent(func) {\n  var oldonload = window.onload;\n  if (typeof window.onload != \'function\') {\n    window.onload = func;\n  } else {\n    window.onload = function() {\n      oldonload();\n      func();\n    }\n  }\n}\n</script>\n\n</head>\n<body>\n\n<div id=\"page\">\n<div id=\"rapit\">\n\n	<div id=\"content\" class=\"narrowcolumn\">\n\n    		<div class=\"post\">\n		<h2>Server Maintenance</h2>\n			<div class=\"entrytext\">\n\n<p>Your server is going through a few minutes of routine maintenance. Please don\'t touch your browser for a few minutes.</p>\n<p>What do I do?</p>\n<ul><li> If you were posting a comment or making a post on your blog then <em>do not</em> press BACK on your browser. Wait 5 minutes and press the refresh icon on your browser. Your comment or post will be sent as normal.</li><li> If you are browsing a blog here just wait a few moments and hit refresh. The page you were expecting will appear.</li></ul>\n\n\n			</div>\n		</div>\n	  		</div>\n\n\n<div id=\"beforefooter\">\n</div>\n\n<div id=\"footer\"></div>\n\n</div></div>\n\n<script type=\"text/javascript\" src=\"//stats.wp.com/wpcom.js?22\"></script>\n<script type=\"text/javascript\">\n_error = \'500-dbconnect\';\nfzd();\n</script>\n\n</body>\n</html>\n\";s:8:\"response\";a:2:{s:4:\"code\";i:500;s:7:\"message\";s:21:\"Internal Server Error\";}s:7:\"cookies\";a:0:{}s:8:\"filename\";N;}}s:18:\"\0*\0additional_data\";a:0:{}}}','yes');
INSERT INTO `wplc_options` VALUES (16989,'spbc_transaction__updater_start_time','0','no');
INSERT INTO `wplc_options` VALUES (16990,'spbc_transaction__updater_id','853025397','no');
INSERT INTO `wplc_options` VALUES (17386,'spbc_transaction__background_scanner_start_time','1685464202','no');
INSERT INTO `wplc_options` VALUES (17387,'spbc_transaction__background_scanner_id','56311219','no');
INSERT INTO `wplc_options` VALUES (17422,'wpcom_publish_posts_with_markdown','1','yes');
INSERT INTO `wplc_options` VALUES (17927,'cleantalk_transaction__updater_start_time','1692357585','no');
INSERT INTO `wplc_options` VALUES (17928,'cleantalk_transaction__updater_id','1901589635','no');
INSERT INTO `wplc_options` VALUES (18061,'um_cache_userdata_1','a:135:{s:2:\"ID\";i:1;s:10:\"user_login\";s:8:\"ftgadmin\";s:9:\"user_pass\";s:34:\"$P$BfEYhMaDL/fk1K4hNppbwzIxZJwG3v.\";s:13:\"user_nicename\";s:8:\"ftgadmin\";s:10:\"user_email\";s:27:\"ftgadmin@ticket.ftghost.net\";s:8:\"user_url\";s:26:\"http://www.dubdelivery.app\";s:15:\"user_registered\";s:19:\"2022-02-15 21:27:30\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:8:\"ftgadmin\";s:18:\"allowed_mime_types\";a:95:{s:12:\"jpg|jpeg|jpe\";s:10:\"image/jpeg\";s:3:\"gif\";s:9:\"image/gif\";s:3:\"png\";s:9:\"image/png\";s:3:\"bmp\";s:9:\"image/bmp\";s:8:\"tiff|tif\";s:10:\"image/tiff\";s:4:\"webp\";s:10:\"image/webp\";s:3:\"ico\";s:12:\"image/x-icon\";s:4:\"heic\";s:10:\"image/heic\";s:7:\"asf|asx\";s:14:\"video/x-ms-asf\";s:3:\"wmv\";s:14:\"video/x-ms-wmv\";s:3:\"wmx\";s:14:\"video/x-ms-wmx\";s:2:\"wm\";s:13:\"video/x-ms-wm\";s:3:\"avi\";s:9:\"video/avi\";s:4:\"divx\";s:10:\"video/divx\";s:3:\"flv\";s:11:\"video/x-flv\";s:6:\"mov|qt\";s:15:\"video/quicktime\";s:12:\"mpeg|mpg|mpe\";s:10:\"video/mpeg\";s:7:\"mp4|m4v\";s:9:\"video/mp4\";s:3:\"ogv\";s:9:\"video/ogg\";s:4:\"webm\";s:10:\"video/webm\";s:3:\"mkv\";s:16:\"video/x-matroska\";s:8:\"3gp|3gpp\";s:10:\"video/3gpp\";s:8:\"3g2|3gp2\";s:11:\"video/3gpp2\";s:18:\"txt|asc|c|cc|h|srt\";s:10:\"text/plain\";s:3:\"csv\";s:8:\"text/csv\";s:3:\"tsv\";s:25:\"text/tab-separated-values\";s:3:\"ics\";s:13:\"text/calendar\";s:3:\"rtx\";s:13:\"text/richtext\";s:3:\"css\";s:8:\"text/css\";s:8:\"htm|html\";s:9:\"text/html\";s:3:\"vtt\";s:8:\"text/vtt\";s:4:\"dfxp\";s:20:\"application/ttaf+xml\";s:11:\"mp3|m4a|m4b\";s:10:\"audio/mpeg\";s:3:\"aac\";s:9:\"audio/aac\";s:6:\"ra|ram\";s:17:\"audio/x-realaudio\";s:3:\"wav\";s:9:\"audio/wav\";s:7:\"ogg|oga\";s:9:\"audio/ogg\";s:4:\"flac\";s:10:\"audio/flac\";s:8:\"mid|midi\";s:10:\"audio/midi\";s:3:\"wma\";s:14:\"audio/x-ms-wma\";s:3:\"wax\";s:14:\"audio/x-ms-wax\";s:3:\"mka\";s:16:\"audio/x-matroska\";s:3:\"rtf\";s:15:\"application/rtf\";s:2:\"js\";s:22:\"application/javascript\";s:3:\"pdf\";s:15:\"application/pdf\";s:5:\"class\";s:16:\"application/java\";s:3:\"tar\";s:17:\"application/x-tar\";s:3:\"zip\";s:15:\"application/zip\";s:7:\"gz|gzip\";s:18:\"application/x-gzip\";s:3:\"rar\";s:15:\"application/rar\";s:2:\"7z\";s:27:\"application/x-7z-compressed\";s:3:\"psd\";s:24:\"application/octet-stream\";s:3:\"xcf\";s:24:\"application/octet-stream\";s:3:\"doc\";s:18:\"application/msword\";s:11:\"pot|pps|ppt\";s:29:\"application/vnd.ms-powerpoint\";s:3:\"wri\";s:24:\"application/vnd.ms-write\";s:15:\"xla|xls|xlt|xlw\";s:24:\"application/vnd.ms-excel\";s:3:\"mdb\";s:25:\"application/vnd.ms-access\";s:3:\"mpp\";s:26:\"application/vnd.ms-project\";s:4:\"docx\";s:71:\"application/vnd.openxmlformats-officedocument.wordprocessingml.document\";s:4:\"docm\";s:48:\"application/vnd.ms-word.document.macroEnabled.12\";s:4:\"dotx\";s:71:\"application/vnd.openxmlformats-officedocument.wordprocessingml.template\";s:4:\"dotm\";s:48:\"application/vnd.ms-word.template.macroEnabled.12\";s:4:\"xlsx\";s:65:\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\";s:4:\"xlsm\";s:46:\"application/vnd.ms-excel.sheet.macroEnabled.12\";s:4:\"xlsb\";s:53:\"application/vnd.ms-excel.sheet.binary.macroEnabled.12\";s:4:\"xltx\";s:68:\"application/vnd.openxmlformats-officedocument.spreadsheetml.template\";s:4:\"xltm\";s:49:\"application/vnd.ms-excel.template.macroEnabled.12\";s:4:\"xlam\";s:46:\"application/vnd.ms-excel.addin.macroEnabled.12\";s:4:\"pptx\";s:73:\"application/vnd.openxmlformats-officedocument.presentationml.presentation\";s:4:\"pptm\";s:58:\"application/vnd.ms-powerpoint.presentation.macroEnabled.12\";s:4:\"ppsx\";s:70:\"application/vnd.openxmlformats-officedocument.presentationml.slideshow\";s:4:\"ppsm\";s:55:\"application/vnd.ms-powerpoint.slideshow.macroEnabled.12\";s:4:\"potx\";s:69:\"application/vnd.openxmlformats-officedocument.presentationml.template\";s:4:\"potm\";s:54:\"application/vnd.ms-powerpoint.template.macroEnabled.12\";s:4:\"ppam\";s:51:\"application/vnd.ms-powerpoint.addin.macroEnabled.12\";s:4:\"sldx\";s:66:\"application/vnd.openxmlformats-officedocument.presentationml.slide\";s:4:\"sldm\";s:51:\"application/vnd.ms-powerpoint.slide.macroEnabled.12\";s:28:\"onetoc|onetoc2|onetmp|onepkg\";s:19:\"application/onenote\";s:4:\"oxps\";s:16:\"application/oxps\";s:3:\"xps\";s:30:\"application/vnd.ms-xpsdocument\";s:3:\"odt\";s:39:\"application/vnd.oasis.opendocument.text\";s:3:\"odp\";s:47:\"application/vnd.oasis.opendocument.presentation\";s:3:\"ods\";s:46:\"application/vnd.oasis.opendocument.spreadsheet\";s:3:\"odg\";s:43:\"application/vnd.oasis.opendocument.graphics\";s:3:\"odc\";s:40:\"application/vnd.oasis.opendocument.chart\";s:3:\"odb\";s:43:\"application/vnd.oasis.opendocument.database\";s:3:\"odf\";s:42:\"application/vnd.oasis.opendocument.formula\";s:6:\"wp|wpd\";s:23:\"application/wordperfect\";s:3:\"key\";s:29:\"application/vnd.apple.keynote\";s:7:\"numbers\";s:29:\"application/vnd.apple.numbers\";s:5:\"pages\";s:27:\"application/vnd.apple.pages\";s:3:\"svg\";s:13:\"image/svg+xml\";s:4:\"svgz\";s:13:\"image/svg+xml\";s:3:\"xml\";s:8:\"text/xml\";}s:13:\"administrator\";b:1;s:8:\"wp_roles\";s:13:\"administrator\";s:16:\"activate_plugins\";b:1;s:9:\"add_users\";b:1;s:12:\"create_users\";b:1;s:9:\"customize\";b:1;s:19:\"delete_others_pages\";b:1;s:19:\"delete_others_posts\";b:1;s:12:\"delete_pages\";b:1;s:14:\"delete_plugins\";b:1;s:12:\"delete_posts\";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:13:\"delete_themes\";b:1;s:12:\"delete_users\";b:1;s:14:\"edit_dashboard\";b:1;s:10:\"edit_files\";b:1;s:17:\"edit_others_pages\";b:1;s:17:\"edit_others_posts\";b:1;s:10:\"edit_pages\";b:1;s:12:\"edit_plugins\";b:1;s:10:\"edit_posts\";b:1;s:18:\"edit_private_pages\";b:1;s:18:\"edit_private_posts\";b:1;s:20:\"edit_published_pages\";b:1;s:20:\"edit_published_posts\";b:1;s:18:\"edit_theme_options\";b:1;s:11:\"edit_themes\";b:1;s:10:\"edit_users\";b:1;s:6:\"export\";b:1;s:6:\"import\";b:1;s:15:\"install_plugins\";b:1;s:14:\"install_themes\";b:1;s:10:\"list_users\";b:1;s:17:\"manage_categories\";b:1;s:14:\"manage_options\";b:1;s:17:\"moderate_comments\";b:1;s:13:\"promote_users\";b:1;s:13:\"publish_pages\";b:1;s:13:\"publish_posts\";b:1;s:4:\"read\";b:1;s:18:\"read_private_pages\";b:1;s:18:\"read_private_posts\";b:1;s:12:\"remove_users\";b:1;s:13:\"switch_themes\";b:1;s:15:\"unfiltered_html\";b:1;s:11:\"update_core\";b:1;s:14:\"update_plugins\";b:1;s:13:\"update_themes\";b:1;s:12:\"upload_files\";b:1;s:14:\"upload_plugins\";b:1;s:13:\"upload_themes\";b:1;s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:8:\"ftgadmin\";s:10:\"first_name\";s:4:\"Ryan\";s:9:\"last_name\";s:13:\"Reiffenberger\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:18:\"show_welcome_panel\";s:1:\"0\";s:39:\"wplc_dashboard_quick_press_last_post_id\";s:3:\"277\";s:25:\"community-events-location\";s:36:\"a:1:{s:2:\"ip\";s:13:\"208.107.204.0\";}\";s:18:\"fl_assistant_state\";s:785:\"a:8:{s:8:\"appOrder\";a:0:{}s:6:\"window\";a:4:{s:6:\"origin\";a:2:{i:0;i:1;i:1;i:0;}s:5:\"width\";i:520;s:8:\"isHidden\";b:1;s:16:\"hiddenAppearance\";s:0:\"\";}s:10:\"appearance\";a:1:{s:10:\"brightness\";s:5:\"light\";}s:7:\"history\";a:2:{s:5:\"index\";i:3;s:7:\"entries\";a:4:{i:0;a:4:{s:8:\"pathname\";s:8:\"/fl-home\";s:6:\"search\";s:0:\"\";s:4:\"hash\";s:0:\"\";s:3:\"key\";s:6:\"i66ly9\";}i:1;a:4:{s:8:\"pathname\";s:10:\"/libraries\";s:6:\"search\";s:0:\"\";s:4:\"hash\";s:0:\"\";s:3:\"key\";s:6:\"y3dno6\";}i:2;a:4:{s:8:\"pathname\";s:15:\"/libraries/2402\";s:6:\"search\";s:0:\"\";s:4:\"hash\";s:0:\"\";s:3:\"key\";s:6:\"n9mgeg\";}i:3;a:4:{s:8:\"pathname\";s:17:\"/fl-cloud-connect\";s:6:\"search\";s:0:\"\";s:4:\"hash\";s:0:\"\";s:3:\"key\";s:6:\"px76i4\";}}}s:13:\"searchHistory\";a:0:{}s:17:\"shouldShowInAdmin\";b:1;s:11:\"isAppHidden\";b:0;s:9:\"shortcuts\";a:0:{}}\";s:20:\"_fl_builder_launched\";s:1:\"1\";s:28:\"_yoast_wpseo_profile_updated\";s:10:\"1644965414\";s:24:\"fl_builder_user_settings\";s:202:\"a:3:{s:4:\"skin\";s:5:\"light\";s:8:\"lightbox\";a:4:{s:5:\"width\";s:3:\"686\";s:6:\"height\";s:3:\"823\";s:3:\"top\";s:3:\"0px\";s:4:\"left\";s:6:\"1131px\";}s:6:\"pinned\";a:2:{s:5:\"width\";s:3:\"380\";s:8:\"position\";s:0:\"\";}}\";s:18:\"wplc_user-settings\";s:21:\"libraryContent=browse\";s:23:\"wplc_user-settings-time\";s:10:\"1645426668\";s:27:\"_woocommerce_tracks_anon_id\";s:28:\"woo:dFv3r2VZQwlu7bIMsWmRcZX1\";s:14:\"wc_last_active\";s:10:\"1646352000\";s:17:\"spbc_browser_sign\";s:32:\"724f91934fad2af3614832a6ab849268\";s:26:\"spbc_browser_sign__updated\";s:10:\"1645815478\";s:15:\"spbc_user_agent\";s:115:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\";s:27:\"_wcs_subscription_ids_cache\";s:6:\"a:0:{}\";s:23:\"wplc_media_library_mode\";s:4:\"list\";s:11:\"last_update\";s:10:\"1646357074\";s:18:\"billing_first_name\";s:4:\"Ryan\";s:17:\"billing_last_name\";s:13:\"Reiffenberger\";s:17:\"billing_address_1\";s:23:\"3120 West Rambler Place\";s:17:\"billing_address_2\";s:4:\"#303\";s:12:\"billing_city\";s:11:\"Sioux Falls\";s:13:\"billing_state\";s:2:\"SD\";s:16:\"billing_postcode\";s:5:\"57108\";s:15:\"billing_country\";s:2:\"US\";s:13:\"billing_email\";s:16:\"ryan@ftghost.net\";s:13:\"billing_phone\";s:12:\"605-310-7208\";s:15:\"shipping_method\";s:0:\"\";s:28:\"wplc__wcpay_customer_id_live\";s:18:\"cus_LC86D6fYzSMvZr\";s:15:\"paying_customer\";s:1:\"1\";s:30:\"_woocommerce_persistent_cart_1\";s:761:\"a:1:{s:4:\"cart\";a:2:{s:32:\"c7e1249ffc03eb9ded908c236bd1996d\";a:11:{s:3:\"key\";s:32:\"c7e1249ffc03eb9ded908c236bd1996d\";s:10:\"product_id\";i:87;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:39.9500000000000028421709430404007434844970703125;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:39.9500000000000028421709430404007434844970703125;s:8:\"line_tax\";i:0;}s:32:\"9778d5d219c5080b9a6a17bef029331c\";a:6:{s:3:\"key\";s:32:\"9778d5d219c5080b9a6a17bef029331c\";s:10:\"product_id\";i:82;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";}}}\";s:12:\"_order_count\";s:1:\"0\";s:22:\"jetpack_tracks_anon_id\";s:32:\"jetpack:91w73iHtKUnu70HHWw42v+JC\";s:23:\"jetpack_tracks_wpcom_id\";s:9:\"130672632\";s:34:\"manageedit-shop_ordercolumnshidden\";s:6:\"a:0:{}\";s:24:\"edit_shop_order_per_page\";s:2:\"20\";s:14:\"account_status\";s:8:\"approved\";s:24:\"um_member_directory_data\";s:137:\"a:5:{s:14:\"account_status\";s:8:\"approved\";s:15:\"hide_in_members\";b:0;s:13:\"profile_photo\";b:0;s:11:\"cover_photo\";b:0;s:8:\"verified\";b:0;}\";s:35:\"um_user_profile_url_slug_user_login\";s:8:\"ftgadmin\";s:24:\"wplc_yoast_notifications\";s:9491:\"a:2:{i:0;a:2:{s:7:\"message\";s:339:\"<p>We see that you enabled automatic updates for WordPress. We recommend that you do this for Yoast SEO as well. This way we can guarantee that WordPress and Yoast SEO will continue to run smoothly together. <a href=\"http://www.dubdelivery.app/wp-admin/plugins.php\">Go to your plugins overview to enable auto-updates for Yoast SEO.</a></p>\";s:7:\"options\";a:10:{s:4:\"type\";s:7:\"warning\";s:2:\"id\";s:17:\"wpseo-auto-update\";s:4:\"user\";O:7:\"WP_User\":8:{s:4:\"data\";O:8:\"stdClass\":10:{s:2:\"ID\";s:1:\"1\";s:10:\"user_login\";s:8:\"ftgadmin\";s:9:\"user_pass\";s:34:\"$P$BfEYhMaDL/fk1K4hNppbwzIxZJwG3v.\";s:13:\"user_nicename\";s:8:\"ftgadmin\";s:10:\"user_email\";s:27:\"ftgadmin@ticket.ftghost.net\";s:8:\"user_url\";s:26:\"http://www.dubdelivery.app\";s:15:\"user_registered\";s:19:\"2022-02-15 21:27:30\";s:19:\"user_activation_key\";s:0:\"\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:8:\"ftgadmin\";}s:2:\"ID\";i:1;s:4:\"caps\";a:1:{s:13:\"administrator\";b:1;}s:7:\"cap_key\";s:17:\"wplc_capabilities\";s:5:\"roles\";a:1:{i:0;s:13:\"administrator\";}s:7:\"allcaps\";a:117:{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:20:\"wpseo_manage_options\";b:1;s:10:\"copy_posts\";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:13:\"administrator\";b:1;}s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;}s:5:\"nonce\";N;s:8:\"priority\";d:0.8000000000000000444089209850062616169452667236328125;s:9:\"data_json\";a:0:{}s:13:\"dismissal_key\";N;s:12:\"capabilities\";s:20:\"wpseo_manage_options\";s:16:\"capability_check\";s:3:\"all\";s:14:\"yoast_branding\";b:0;}}i:1;a:2:{s:7:\"message\";s:447:\"It looks like you aren\'t using our <strong>Yoast WooCommerce SEO addon</strong>. <a href=\"https://yoa.st/1o0?php_version=7.4&platform=wordpress&platform_version=5.9.1&software=free&software_version=18.2&days_active=6-30&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:4:\"user\";O:7:\"WP_User\":8:{s:4:\"data\";O:8:\"stdClass\":10:{s:2:\"ID\";s:1:\"1\";s:10:\"user_login\";s:8:\"ftgadmin\";s:9:\"user_pass\";s:34:\"$P$BfEYhMaDL/fk1K4hNppbwzIxZJwG3v.\";s:13:\"user_nicename\";s:8:\"ftgadmin\";s:10:\"user_email\";s:27:\"ftgadmin@ticket.ftghost.net\";s:8:\"user_url\";s:26:\"http://www.dubdelivery.app\";s:15:\"user_registered\";s:19:\"2022-02-15 21:27:30\";s:19:\"user_activation_key\";s:0:\"\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:8:\"ftgadmin\";}s:2:\"ID\";i:1;s:4:\"caps\";a:1:{s:13:\"administrator\";b:1;}s:7:\"cap_key\";s:17:\"wplc_capabilities\";s:5:\"roles\";a:1:{i:0;s:13:\"administrator\";}s:7:\"allcaps\";a:117:{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:20:\"wpseo_manage_options\";b:1;s:10:\"copy_posts\";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:13:\"administrator\";b:1;}s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;}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;}}}\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";s:13:\"administrator\";s:5:\"roles\";a:1:{i:0;s:13:\"administrator\";}s:18:\"can_access_wpadmin\";i:1;s:20:\"can_not_see_adminbar\";i:0;s:17:\"can_edit_everyone\";i:1;s:19:\"can_delete_everyone\";i:1;s:16:\"can_edit_profile\";i:1;s:18:\"can_delete_profile\";i:1;s:16:\"default_homepage\";i:1;s:11:\"after_login\";s:14:\"redirect_admin\";s:12:\"after_logout\";s:13:\"redirect_home\";s:12:\"can_view_all\";i:1;s:24:\"can_make_private_profile\";i:1;s:26:\"can_access_private_profile\";i:1;s:6:\"status\";s:8:\"approved\";s:16:\"auto_approve_act\";s:16:\"redirect_profile\";s:11:\"super_admin\";i:1;}','no');
INSERT INTO `wplc_options` VALUES (18550,'um_hidden_admin_notices','a:1:{i:0;s:11:\"wrong_pages\";}','yes');
INSERT INTO `wplc_options` VALUES (18621,'feedback_unread_count','0','yes');
INSERT INTO `wplc_options` VALUES (18781,'woocommerce_shop_page_display','both','yes');
INSERT INTO `wplc_options` VALUES (18782,'woocommerce_category_archive_display','both','yes');
INSERT INTO `wplc_options` VALUES (19009,'wpseo_taxonomy_meta','a:1:{s:11:\"product_tag\";a:1:{i:46;a:3:{s:13:\"wpseo_focuskw\";s:1:\"w\";s:13:\"wpseo_linkdex\";s:2:\"32\";s:19:\"wpseo_content_score\";s:1:\"0\";}}}','yes');
INSERT INTO `wplc_options` VALUES (23594,'woocommerce_attribute_lookup_direct_updates','no','yes');
INSERT INTO `wplc_options` VALUES (23595,'wc_connect_taxes_enabled','yes','yes');
INSERT INTO `wplc_options` VALUES (24943,'um_cached_users_queue','0','no');
INSERT INTO `wplc_options` VALUES (28133,'modula_wisdom_admin_emails','a:1:{s:24:\"modula-best-grid-gallery\";s:0:\"\";}','yes');
INSERT INTO `wplc_options` VALUES (28134,'modula_wisdom_last_track_time','a:1:{s:24:\"modula-best-grid-gallery\";i:1692396260;}','yes');
INSERT INTO `wplc_options` VALUES (29450,'litespeed.crawler.bypass_list','[]','yes');
INSERT INTO `wplc_options` VALUES (32400,'spbc_settings','a:64:{s:8:\"spbc_key\";s:15:\"uvuteqazava4yzu\";s:11:\"2fa__enable\";s:1:\"0\";s:10:\"2fa__roles\";a:0:{}s:24:\"bfp__allowed_wrong_auths\";s:1:\"5\";s:19:\"bfp__delay__1_fails\";s:1:\"3\";s:19:\"bfp__delay__5_fails\";s:2:\"10\";s:26:\"bfp__block_period__5_fails\";s:4:\"3600\";s:19:\"bfp__count_interval\";s:3:\"900\";s:26:\"login_page_rename__enabled\";s:1:\"0\";s:23:\"login_page_rename__name\";s:5:\"login\";s:27:\"login_page_rename__redirect\";s:0:\"\";s:29:\"there_was_signature_treatment\";i:0;s:18:\"fw__custom_message\";s:0:\"\";s:24:\"traffic_control__enabled\";s:1:\"1\";s:36:\"traffic_control__autoblock_timeframe\";i:3600;s:33:\"traffic_control__autoblock_amount\";s:4:\"1000\";s:33:\"traffic_control__autoblock_period\";s:4:\"3600\";s:41:\"traffic_control__exclude_authorised_users\";i:0;s:19:\"scanner__auto_start\";s:1:\"1\";s:26:\"scanner__auto_start_manual\";s:1:\"0\";s:31:\"scanner__auto_start_manual_time\";s:0:\"\";s:29:\"scanner__auto_start_manual_tz\";s:1:\"0\";s:23:\"scanner__outbound_links\";s:1:\"0\";s:31:\"scanner__outbound_links_mirrors\";s:0:\"\";s:32:\"scanner__important_files_listing\";s:1:\"0\";s:27:\"scanner__heuristic_analysis\";s:1:\"1\";s:27:\"scanner__signature_analysis\";s:1:\"1\";s:18:\"scanner__auto_cure\";s:1:\"1\";s:23:\"scanner__dir_exclusions\";s:0:\"\";s:21:\"scanner__list_unknown\";s:1:\"0\";s:33:\"scanner__list_unknown__older_than\";s:1:\"0\";s:31:\"scanner__auto_start__set_period\";i:86400;s:26:\"scanner__frontend_analysis\";s:1:\"1\";s:32:\"scanner__frontend_analysis__csrf\";s:1:\"0\";s:46:\"scanner__frontend_analysis__domains_exclusions\";s:219:\"twitter.com\nyoutube.com\nyoutube-nocookie.com\nimg.youtube.com\nmail.ru\nok.ru\nvk.com\nrutube.ru\ndailymotion.com\nyandex.ru\nflikr.com\nfacebook.com\nvimeo.com\nmetacafe.com\nyahoo.com\nmailchimp.com\ngoogletagmanager.com\ngoogle.com\";s:12:\"waf__enabled\";s:1:\"1\";s:14:\"waf__xss_check\";s:1:\"1\";s:14:\"waf__sql_check\";s:1:\"1\";s:15:\"waf__file_check\";s:1:\"1\";s:33:\"waf__file_check__uploaded_plugins\";s:1:\"0\";s:18:\"waf__exploit_check\";s:1:\"1\";s:17:\"data__set_cookies\";s:1:\"1\";s:36:\"data__set_cookies__alt_sessions_type\";s:1:\"0\";s:24:\"data__additional_headers\";s:1:\"1\";s:31:\"misc__prevent_logins_collecting\";s:1:\"0\";s:25:\"misc__backend_logs_enable\";i:0;s:31:\"misc__forbid_to_show_in_iframes\";s:1:\"1\";s:29:\"misc__show_link_in_login_form\";s:1:\"1\";s:27:\"misc__complete_deactivation\";s:1:\"0\";s:17:\"monitoring__users\";s:1:\"1\";s:24:\"wp__use_builtin_http_api\";s:1:\"1\";s:18:\"wp__disable_xmlrpc\";s:1:\"0\";s:42:\"wp__disable_rest_api_for_non_authenticated\";s:1:\"0\";s:15:\"admin_bar__show\";s:1:\"1\";s:32:\"admin_bar__admins_online_counter\";i:1;s:30:\"admin_bar__brute_force_counter\";s:1:\"1\";s:27:\"admin_bar__firewall_counter\";s:1:\"1\";s:37:\"spbc_trusted_and_affiliate__shortcode\";i:0;s:41:\"spbc_trusted_and_affiliate__shortcode_tag\";s:0:\"\";s:34:\"spbc_trusted_and_affiliate__footer\";i:0;s:34:\"spbc_trusted_and_affiliate__add_id\";i:0;s:40:\"spbc_scanner_user_can_force_pscan_update\";b:0;s:31:\"admin_bar__users_online_counter\";s:1:\"1\";s:27:\"fw__append_standard_message\";b:1;}','yes');
INSERT INTO `wplc_options` VALUES (35494,'mainwp_cache_control_cache_solution','SiteGround Optimizer','yes');
INSERT INTO `wplc_options` VALUES (35504,'mainwp_child_auto_purge_cache','0','yes');
INSERT INTO `wplc_options` VALUES (35505,'mainwp_child_cloud_flair_enabled','0','yes');
INSERT INTO `wplc_options` VALUES (35506,'mainwp_cloudflair_email','','yes');
INSERT INTO `wplc_options` VALUES (35507,'mainwp_cloudflair_key','','yes');
INSERT INTO `wplc_options` VALUES (35508,'mainwp_cache_control_log','{\"status\":\"Disabled\",\"action\":\"SUCCESS\"}','yes');
INSERT INTO `wplc_options` VALUES (35600,'woocommerce_admin_version','3.3.2','yes');
INSERT INTO `wplc_options` VALUES (38158,'cleantalk_timelabel_reg','1649957716','yes');
INSERT INTO `wplc_options` VALUES (41383,'fl_themes_subscription_email','63686265742e6c7462796261757072676679796e734065727465726f6172737376726565','no');
INSERT INTO `wplc_options` VALUES (42253,'seedprod_migration_run_once','1','yes');
INSERT INTO `wplc_options` VALUES (42254,'seedprod_run_activation','1','yes');
INSERT INTO `wplc_options` VALUES (42255,'seedprod_settings','{\"api_key\":\"\",\"enable_coming_soon_mode\":false,\"enable_maintenance_mode\":false,\"enable_login_mode\":false,\"enable_404_mode\":false}','yes');
INSERT INTO `wplc_options` VALUES (42256,'seedprod_over_time','a:3:{s:17:\"installed_version\";s:6:\"6.10.0\";s:14:\"installed_date\";i:1650899621;s:13:\"installed_pro\";s:4:\"lite\";}','yes');
INSERT INTO `wplc_options` VALUES (42257,'seedprod_token','3f3dc317-070d-4374-b366-c7b7283e26df','yes');
INSERT INTO `wplc_options` VALUES (42261,'seedprod_notifications','a:4:{s:6:\"update\";i:1701781202;s:4:\"feed\";a:0:{}s:6:\"events\";a:0:{}s:9:\"dismissed\";a:0:{}}','yes');
INSERT INTO `wplc_options` VALUES (42262,'seedprod_review','a:2:{s:4:\"time\";i:1657403880;s:9:\"dismissed\";b:1;}','yes');
INSERT INTO `wplc_options` VALUES (42263,'seedprod_app_settings','{  \n   \"facebook_g_app_id\":\"\",\n   \"disable_seedprod_button\":false\n}','yes');
INSERT INTO `wplc_options` VALUES (42264,'seedprod_onetime_flush_rewrite','1','yes');
INSERT INTO `wplc_options` VALUES (42267,'seedprod_coming_soon_page_id','829','yes');
INSERT INTO `wplc_options` VALUES (42268,'seedprod_maintenance_mode_page_id','415','yes');
INSERT INTO `wplc_options` VALUES (42269,'seedprod_login_page_id','','yes');
INSERT INTO `wplc_options` VALUES (42270,'seedprod_404_page_id','','yes');
INSERT INTO `wplc_options` VALUES (42617,'gpagespeedi_options','a:27:{s:20:\"google_developer_key\";s:0:\"\";s:17:\"response_language\";s:5:\"en_US\";s:8:\"strategy\";s:7:\"desktop\";s:17:\"store_screenshots\";i:1;s:18:\"max_execution_time\";i:300;s:12:\"max_run_time\";i:0;s:10:\"sleep_time\";i:0;s:16:\"recheck_interval\";i:86400;s:12:\"use_schedule\";i:1;s:11:\"check_pages\";i:1;s:11:\"check_posts\";i:1;s:13:\"cpt_whitelist\";s:0:\"\";s:16:\"check_categories\";i:1;s:17:\"check_custom_urls\";i:1;s:18:\"first_run_complete\";i:1;s:17:\"last_run_finished\";i:1;s:11:\"bad_api_key\";i:1;s:18:\"pagespeed_disabled\";i:1;s:15:\"api_restriction\";i:1;s:17:\"new_ignored_items\";i:1;s:13:\"backend_error\";i:1;s:10:\"check_logs\";i:1;s:14:\"log_api_errors\";i:1;s:22:\"new_activation_message\";b:0;s:9:\"heartbeat\";s:8:\"standard\";s:8:\"mutex_id\";i:9223372036854775807;s:7:\"version\";s:5:\"4.0.8\";}','yes');
INSERT INTO `wplc_options` VALUES (42618,'gpagespeedi_ui_options','a:2:{s:14:\"action_message\";b:0;s:15:\"view_preference\";s:7:\"desktop\";}','yes');
INSERT INTO `wplc_options` VALUES (44392,'mainwp_time_capsule_hide_plugin','','yes');
INSERT INTO `wplc_options` VALUES (44393,'mainwp_pagespeed_hide_plugin','hide','no');
INSERT INTO `wplc_options` VALUES (44807,'mainwp_cache_control_last_purged','1676329265','yes');
INSERT INTO `wplc_options` VALUES (46013,'rewrite_rules','a:194:{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: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:26:\"^news-sitemap\\.xml(\\.gz)?$\";s:90:\"index.php?wds_news_sitemap=1&wds_news_sitemap_type=index&wds_news_sitemap_gzip=$matches[1]\";s:44:\"^news-([^/]+?)-sitemap([0-9]+)?\\.xml(\\.gz)?$\";s:130:\"index.php?wds_news_sitemap=1&wds_news_sitemap_type=$matches[1]&wds_news_sitemap_page=$matches[2]&wds_news_sitemap_gzip=$matches[3]\";s:21:\"^sitemap\\.xml(\\.gz)?$\";s:75:\"index.php?wds_sitemap=1&wds_sitemap_type=index&wds_sitemap_gzip=$matches[1]\";s:39:\"^([^/]+?)-sitemap([0-9]+)?\\.xml(\\.gz)?$\";s:110:\"index.php?wds_sitemap=1&wds_sitemap_type=$matches[1]&wds_sitemap_page=$matches[2]&wds_sitemap_gzip=$matches[3]\";s:35:\"^broken-link-checker-scan/([^/]*)/?\";s:39:\"index.php?blc-scan-complete=$matches[1]\";s:30:\"^broken-link-checker/([^/]*)/?\";s:33:\"index.php?user-review=$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: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: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: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: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: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: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:36:\"shop/.+?/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:46:\"shop/.+?/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:66:\"shop/.+?/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:61:\"shop/.+?/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:61:\"shop/.+?/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:42:\"shop/.+?/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:27:\"shop/(.+?)/([^/]+)/embed/?$\";s:64:\"index.php?product_cat=$matches[1]&product=$matches[2]&embed=true\";s:31:\"shop/(.+?)/([^/]+)/trackback/?$\";s:58:\"index.php?product_cat=$matches[1]&product=$matches[2]&tb=1\";s:51:\"shop/(.+?)/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:70:\"index.php?product_cat=$matches[1]&product=$matches[2]&feed=$matches[3]\";s:46:\"shop/(.+?)/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:70:\"index.php?product_cat=$matches[1]&product=$matches[2]&feed=$matches[3]\";s:39:\"shop/(.+?)/([^/]+)/page/?([0-9]{1,})/?$\";s:71:\"index.php?product_cat=$matches[1]&product=$matches[2]&paged=$matches[3]\";s:46:\"shop/(.+?)/([^/]+)/comment-page-([0-9]{1,})/?$\";s:71:\"index.php?product_cat=$matches[1]&product=$matches[2]&cpage=$matches[3]\";s:36:\"shop/(.+?)/([^/]+)/wc-api(/(.*))?/?$\";s:72:\"index.php?product_cat=$matches[1]&product=$matches[2]&wc-api=$matches[4]\";s:40:\"shop/.+?/[^/]+/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:51:\"shop/.+?/[^/]+/attachment/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:35:\"shop/(.+?)/([^/]+)(?:/([0-9]+))?/?$\";s:70:\"index.php?product_cat=$matches[1]&product=$matches[2]&page=$matches[3]\";s:25:\"shop/.+?/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:35:\"shop/.+?/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:55:\"shop/.+?/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:50:\"shop/.+?/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:50:\"shop/.+?/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:31:\"shop/.+?/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:12:\"robots\\.txt$\";s:18:\"index.php?robots=1\";s:13:\"favicon\\.ico$\";s:19:\"index.php?favicon=1\";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:40:\"index.php?&page_id=354&cpage=$matches[1]\";s:17:\"wc-api(/(.*))?/?$\";s:29:\"index.php?&wc-api=$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: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: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: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: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: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: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:31:\"(.?.+?)/members-area(/(.*))?/?$\";s:55:\"index.php?pagename=$matches[1]&members-area=$matches[3]\";s:29:\"(.?.+?)/my-profile(/(.*))?/?$\";s:53:\"index.php?pagename=$matches[1]&my-profile=$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:36:\"(.?.+?)/view-subscription(/(.*))?/?$\";s:60:\"index.php?pagename=$matches[1]&view-subscription=$matches[3]\";s:32:\"(.?.+?)/subscriptions(/(.*))?/?$\";s:56:\"index.php?pagename=$matches[1]&subscriptions=$matches[3]\";s:46:\"(.?.+?)/subscription-payment-method(/(.*))?/?$\";s:70:\"index.php?pagename=$matches[1]&subscription-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:24:\"(.?.+?)(?:/([0-9]+))?/?$\";s:47:\"index.php?pagename=$matches[1]&page=$matches[2]\";s:31:\".+?/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:41:\".+?/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:61:\".+?/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:56:\".+?/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:56:\".+?/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:37:\".+?/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:22:\"(.+?)/([^/]+)/embed/?$\";s:63:\"index.php?category_name=$matches[1]&name=$matches[2]&embed=true\";s:26:\"(.+?)/([^/]+)/trackback/?$\";s:57:\"index.php?category_name=$matches[1]&name=$matches[2]&tb=1\";s:46:\"(.+?)/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:69:\"index.php?category_name=$matches[1]&name=$matches[2]&feed=$matches[3]\";s:41:\"(.+?)/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:69:\"index.php?category_name=$matches[1]&name=$matches[2]&feed=$matches[3]\";s:34:\"(.+?)/([^/]+)/page/?([0-9]{1,})/?$\";s:70:\"index.php?category_name=$matches[1]&name=$matches[2]&paged=$matches[3]\";s:41:\"(.+?)/([^/]+)/comment-page-([0-9]{1,})/?$\";s:70:\"index.php?category_name=$matches[1]&name=$matches[2]&cpage=$matches[3]\";s:31:\"(.+?)/([^/]+)/wc-api(/(.*))?/?$\";s:71:\"index.php?category_name=$matches[1]&name=$matches[2]&wc-api=$matches[4]\";s:35:\".+?/[^/]+/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:46:\".+?/[^/]+/attachment/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:30:\"(.+?)/([^/]+)(?:/([0-9]+))?/?$\";s:69:\"index.php?category_name=$matches[1]&name=$matches[2]&page=$matches[3]\";s:20:\".+?/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:30:\".+?/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:50:\".+?/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:45:\".+?/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:45:\".+?/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:26:\".+?/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:38:\"(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:33:\"(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:14:\"(.+?)/embed/?$\";s:46:\"index.php?category_name=$matches[1]&embed=true\";s:26:\"(.+?)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:33:\"(.+?)/comment-page-([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&cpage=$matches[2]\";s:23:\"(.+?)/wc-api(/(.*))?/?$\";s:54:\"index.php?category_name=$matches[1]&wc-api=$matches[3]\";s:8:\"(.+?)/?$\";s:35:\"index.php?category_name=$matches[1]\";}','yes');
INSERT INTO `wplc_options` VALUES (47377,'wc_has_tracked_default_theme','1','yes');
INSERT INTO `wplc_options` VALUES (47390,'woocommerce_task_list_reminder_bar_hidden','yes','yes');
INSERT INTO `wplc_options` VALUES (52823,'spbc_remote_calls','a:40:{s:13:\"check_website\";a:2:{s:9:\"last_call\";i:0;s:8:\"cooldown\";i:0;}s:18:\"close_renew_banner\";a:1:{s:9:\"last_call\";i:0;}s:13:\"update_plugin\";a:1:{s:9:\"last_call\";i:0;}s:22:\"drop_security_firewall\";a:1:{s:9:\"last_call\";i:0;}s:15:\"update_settings\";a:1:{s:9:\"last_call\";i:0;}s:16:\"cron_update_task\";a:1:{s:9:\"last_call\";i:0;}s:19:\"perform_service_get\";a:1:{s:9:\"last_call\";i:0;}s:24:\"run_service_template_get\";a:2:{s:9:\"last_call\";i:0;s:8:\"cooldown\";i:60;}s:24:\"update_security_firewall\";a:2:{s:9:\"last_call\";i:1685467090;s:8:\"cooldown\";i:300;}s:32:\"update_security_firewall__worker\";a:2:{s:9:\"last_call\";i:1685467204;s:8:\"cooldown\";i:0;}s:15:\"secfw_send_logs\";a:1:{s:9:\"last_call\";i:0;}s:18:\"private_record_add\";a:2:{s:9:\"last_call\";i:0;s:8:\"cooldown\";i:0;}s:21:\"private_record_delete\";a:2:{s:9:\"last_call\";i:0;s:8:\"cooldown\";i:0;}s:21:\"update_pscan_statuses\";a:2:{s:9:\"last_call\";i:0;s:8:\"cooldown\";i:0;}s:25:\"download__quarantine_file\";a:2:{s:9:\"last_call\";i:0;s:8:\"cooldown\";i:3;}s:23:\"backup_signatures_files\";a:1:{s:9:\"last_call\";i:0;}s:15:\"rollback_repair\";a:1:{s:9:\"last_call\";i:0;}s:25:\"scanner_signatures_update\";a:1:{s:9:\"last_call\";i:0;}s:20:\"scanner_clear_hashes\";a:1:{s:9:\"last_call\";i:0;}s:19:\"scanner__controller\";a:2:{s:9:\"last_call\";i:1685406104;s:8:\"cooldown\";i:1;}s:26:\"scanner__get_remote_hashes\";a:1:{s:9:\"last_call\";i:0;}s:26:\"scanner__count_hashes_plug\";a:1:{s:9:\"last_call\";i:0;}s:32:\"scanner__get_remote_hashes__plug\";a:1:{s:9:\"last_call\";i:0;}s:20:\"scanner__clear_table\";a:1:{s:9:\"last_call\";i:0;}s:20:\"scanner__count_files\";a:1:{s:9:\"last_call\";i:0;}s:13:\"scanner__scan\";a:1:{s:9:\"last_call\";i:0;}s:31:\"scanner__count_files__by_status\";a:1:{s:9:\"last_call\";i:0;}s:23:\"scanner__scan_heuristic\";a:1:{s:9:\"last_call\";i:0;}s:24:\"scanner__scan_signatures\";a:1:{s:9:\"last_call\";i:0;}s:19:\"scanner__count_cure\";a:1:{s:9:\"last_call\";i:0;}s:13:\"scanner__cure\";a:1:{s:9:\"last_call\";i:0;}s:20:\"scanner__links_count\";a:1:{s:9:\"last_call\";i:0;}s:19:\"scanner__links_scan\";a:1:{s:9:\"last_call\";i:0;}s:22:\"scanner__frontend_scan\";a:1:{s:9:\"last_call\";i:0;}s:22:\"scanner__check_listing\";a:1:{s:9:\"last_call\";i:0;}s:19:\"scanner__check_file\";a:2:{s:9:\"last_call\";i:0;s:8:\"cooldown\";i:0;}s:30:\"scanner__check_file__heuristic\";a:2:{s:9:\"last_call\";i:0;s:8:\"cooldown\";i:0;}s:30:\"scanner__check_file__signature\";a:2:{s:9:\"last_call\";i:0;s:8:\"cooldown\";i:0;}s:5:\"debug\";a:1:{s:9:\"last_call\";i:0;}s:12:\"post_api_key\";a:1:{s:9:\"last_call\";i:0;}}','no');
INSERT INTO `wplc_options` VALUES (55906,'duplicate_post_version','4.5','yes');
INSERT INTO `wplc_options` VALUES (56301,'cleantalk_remote_calls','a:18:{s:18:\"close_renew_banner\";a:2:{s:9:\"last_call\";i:0;s:8:\"cooldown\";i:0;}s:13:\"check_website\";a:2:{s:9:\"last_call\";i:0;s:8:\"cooldown\";i:0;}s:15:\"update_settings\";a:2:{s:9:\"last_call\";i:0;s:8:\"cooldown\";i:0;}s:24:\"run_service_template_get\";a:2:{s:9:\"last_call\";i:0;s:8:\"cooldown\";i:3600;}s:10:\"sfw_update\";a:2:{s:9:\"last_call\";i:1691258471;s:8:\"cooldown\";i:0;}s:18:\"sfw_update__worker\";a:2:{s:9:\"last_call\";i:1692557048;s:8:\"cooldown\";i:0;}s:13:\"sfw_send_logs\";a:2:{s:9:\"last_call\";i:0;s:8:\"cooldown\";i:0;}s:18:\"private_record_add\";a:2:{s:9:\"last_call\";i:0;s:8:\"cooldown\";i:0;}s:21:\"private_record_delete\";a:2:{s:9:\"last_call\";i:0;s:8:\"cooldown\";i:0;}s:14:\"install_plugin\";a:2:{s:9:\"last_call\";i:0;s:8:\"cooldown\";i:0;}s:15:\"activate_plugin\";a:2:{s:9:\"last_call\";i:0;s:8:\"cooldown\";i:0;}s:17:\"deactivate_plugin\";a:2:{s:9:\"last_call\";i:0;s:8:\"cooldown\";i:0;}s:16:\"uninstall_plugin\";a:2:{s:9:\"last_call\";i:0;s:8:\"cooldown\";i:0;}s:5:\"debug\";a:2:{s:9:\"last_call\";i:0;s:8:\"cooldown\";i:0;}s:9:\"debug_sfw\";a:2:{s:9:\"last_call\";i:0;s:8:\"cooldown\";i:0;}s:16:\"cron_update_task\";a:1:{s:9:\"last_call\";i:0;}s:12:\"post_api_key\";a:1:{s:9:\"last_call\";i:0;}s:10:\"rest_check\";a:1:{s:9:\"last_call\";i:0;}}','yes');
INSERT INTO `wplc_options` VALUES (56659,'seedprod_one_click_upgrade','b8776295a66731293f5a739da48ba8111c422c55ac15b72f9fd77fa326e1e3fd12a4c69d9b559f1ddc4a02ba6485a5ad6a6c28382b35c3d8f7b6493ae2f0df54','yes');
INSERT INTO `wplc_options` VALUES (56947,'bvmgredirect','no','no');
INSERT INTO `wplc_options` VALUES (56948,'bvActivateTime','1657401364','no');
INSERT INTO `wplc_options` VALUES (56950,'bvAccountsList','a:3:{s:32:\"c0586288ee0d1669d39a2fcc7661daf7\";a:7:{s:6:\"secret\";s:32:\"ffcee6f345c7c4c062ced191686a73d4\";s:11:\"account_gid\";s:8:\"vLeqayQz\";s:14:\"lastbackuptime\";i:1657401481;s:11:\"migrateguru\";b:1;s:12:\"account_type\";s:11:\"migrateguru\";s:3:\"url\";s:26:\"http://www.dubdelivery.app\";s:5:\"email\";s:20:\"ry******@ftghost.net\";}s:32:\"eb3db05c3c7c6c7861187eb085c62596\";a:7:{s:6:\"secret\";s:32:\"9b44856650d176381a8af459d1bc4ee1\";s:11:\"account_gid\";s:8:\"vLeqayQz\";s:14:\"lastbackuptime\";i:1658061416;s:11:\"migrateguru\";b:1;s:12:\"account_type\";s:11:\"migrateguru\";s:3:\"url\";s:26:\"http://www.dubdelivery.app\";s:5:\"email\";s:20:\"ry******@ftghost.net\";}s:32:\"3c32c3ad17740247ef045f7051970169\";a:7:{s:6:\"secret\";s:32:\"39fcbee9db28033254a57f0ce8e5fa4d\";s:11:\"account_gid\";s:8:\"vLeqayQz\";s:14:\"lastbackuptime\";i:1658947150;s:11:\"migrateguru\";b:1;s:12:\"account_type\";s:11:\"migrateguru\";s:3:\"url\";s:26:\"http://www.dubdelivery.app\";s:5:\"email\";s:20:\"ry******@ftghost.net\";}}','no');
INSERT INTO `wplc_options` VALUES (56951,'bvLastRecvTime','1658947158','no');
INSERT INTO `wplc_options` VALUES (58441,'user_count','11','no');
INSERT INTO `wplc_options` VALUES (58442,'db_upgraded','','yes');
INSERT INTO `wplc_options` VALUES (58508,'woocommerce_force_ssl_checkout','no','yes');
INSERT INTO `wplc_options` VALUES (58509,'woocommerce_unforce_ssl_checkout','no','yes');
INSERT INTO `wplc_options` VALUES (59193,'updraft_task_manager_dbversion','1.1','yes');
INSERT INTO `wplc_options` VALUES (59280,'message','2022-07-16','yes');
INSERT INTO `wplc_options` VALUES (59384,'woocommerce_navigation_intro_modal_dismissed','yes','yes');
INSERT INTO `wplc_options` VALUES (59390,'wc_downloads_approved_directories_mode','disabled','yes');
INSERT INTO `wplc_options` VALUES (59441,'wpo_wcpdf_installed_template_paths','a:1:{s:101:\"/home/dubdeliv/public_html/wp-content/plugins/woocommerce-pdf-invoices-packing-slips/templates/Simple\";s:14:\"default/Simple\";}','yes');
INSERT INTO `wplc_options` VALUES (59462,'Wf_Woocommerce_Packing_List','a:10:{s:38:\"woocommerce_wf_packinglist_companyname\";s:0:\"\";s:31:\"woocommerce_wf_packinglist_logo\";s:0:\"\";s:33:\"woocommerce_wf_packinglist_footer\";s:0:\"\";s:38:\"woocommerce_wf_packinglist_sender_name\";s:21:\"Baddies Smoke Fatties\";s:47:\"woocommerce_wf_packinglist_sender_address_line1\";s:16:\"280 Vernon Drive\";s:47:\"woocommerce_wf_packinglist_sender_address_line2\";s:6:\"Unit 1\";s:38:\"woocommerce_wf_packinglist_sender_city\";s:10:\"Harrisburg\";s:10:\"wf_country\";s:5:\"US:SD\";s:44:\"woocommerce_wf_packinglist_sender_postalcode\";s:5:\"57032\";s:30:\"woocommerce_wf_add_rtl_support\";s:2:\"No\";}','yes');
INSERT INTO `wplc_options` VALUES (59463,'wfpklist_basic_version_prev','3.0.2','yes');
INSERT INTO `wplc_options` VALUES (59464,'wfpklist_basic_version','3.0.2','yes');
INSERT INTO `wplc_options` VALUES (59465,'wt_pklist_installation_date','1657981014','yes');
INSERT INTO `wplc_options` VALUES (59466,'wf_pklist_options_migrated','1','yes');
INSERT INTO `wplc_options` VALUES (59467,'wf_woocommerce_packing_list_invoice','a:23:{s:39:\"woocommerce_wf_generate_for_orderstatus\";a:1:{i:0;s:12:\"wc-completed\";}s:29:\"woocommerce_wf_attach_invoice\";a:0:{}s:31:\"woocommerce_wf_packinglist_logo\";s:0:\"\";s:34:\"woocommerce_wf_add_invoice_in_mail\";s:2:\"No\";s:40:\"woocommerce_wf_packinglist_frontend_info\";s:2:\"No\";s:36:\"woocommerce_wf_invoice_number_format\";s:8:\"[number]\";s:37:\"woocommerce_wf_Current_Invoice_number\";s:1:\"1\";s:35:\"woocommerce_wf_invoice_start_number\";s:1:\"1\";s:36:\"woocommerce_wf_invoice_number_prefix\";s:0:\"\";s:37:\"woocommerce_wf_invoice_padding_number\";s:1:\"0\";s:37:\"woocommerce_wf_invoice_number_postfix\";s:0:\"\";s:37:\"woocommerce_wf_invoice_as_ordernumber\";s:3:\"Yes\";s:29:\"woocommerce_wf_enable_invoice\";s:3:\"Yes\";s:43:\"woocommerce_wf_add_customer_note_in_invoice\";s:2:\"No\";s:41:\"woocommerce_wf_packinglist_variation_data\";s:3:\"Yes\";s:26:\"wf_invoice_contactno_email\";a:3:{i:0;s:14:\"contact_number\";i:1;s:5:\"email\";i:2;s:3:\"vat\";}s:39:\"woocommerce_wf_orderdate_as_invoicedate\";s:3:\"Yes\";s:30:\"woocommerce_wf_custom_pdf_name\";s:18:\"[prefix][order_no]\";s:37:\"woocommerce_wf_custom_pdf_name_prefix\";s:8:\"Invoice_\";s:34:\"wf_woocommerce_invoice_free_orders\";s:3:\"Yes\";s:38:\"wf_woocommerce_invoice_free_line_items\";s:3:\"Yes\";s:42:\"wf_woocommerce_invoice_prev_install_orders\";s:2:\"No\";s:41:\"wt_pklist_total_tax_column_display_option\";s:6:\"amount\";}','yes');
INSERT INTO `wplc_options` VALUES (59468,'wf_woocommerce_packing_list_packinglist','a:3:{s:39:\"woocommerce_wf_attach_image_packinglist\";s:3:\"Yes\";s:47:\"woocommerce_wf_add_customer_note_in_packinglist\";s:2:\"No\";s:36:\"woocommerce_wf_packinglist_footer_pk\";s:2:\"No\";}','yes');
INSERT INTO `wplc_options` VALUES (59469,'wf_woocommerce_packing_list_deliverynote','a:3:{s:40:\"woocommerce_wf_attach_image_deliverynote\";s:3:\"Yes\";s:48:\"woocommerce_wf_add_customer_note_in_deliverynote\";s:2:\"No\";s:36:\"woocommerce_wf_packinglist_footer_dn\";s:2:\"No\";}','yes');
INSERT INTO `wplc_options` VALUES (59470,'wf_woocommerce_packing_list_dispatchlabel','a:2:{s:49:\"woocommerce_wf_add_customer_note_in_dispatchlabel\";s:2:\"No\";s:36:\"woocommerce_wf_packinglist_footer_dl\";s:2:\"No\";}','yes');
INSERT INTO `wplc_options` VALUES (59471,'wf_woocommerce_packing_list_shippinglabel','a:1:{s:36:\"woocommerce_wf_packinglist_footer_sl\";s:2:\"No\";}','yes');
INSERT INTO `wplc_options` VALUES (59472,'wf_pklist_templates_migrated','1','yes');
INSERT INTO `wplc_options` VALUES (59473,'wf_pklist_module_status_migrated','1','yes');
INSERT INTO `wplc_options` VALUES (59474,'wt_pklist_common_modules','a:5:{s:7:\"invoice\";i:1;s:11:\"packinglist\";i:1;s:13:\"shippinglabel\";i:1;s:12:\"deliverynote\";i:1;s:13:\"dispatchlabel\";i:1;}','yes');
INSERT INTO `wplc_options` VALUES (59476,'wt_pklist_admin_modules','a:3:{s:10:\"customizer\";i:1;s:18:\"uninstall-feedback\";i:1;s:9:\"freevspro\";i:1;}','yes');
INSERT INTO `wplc_options` VALUES (59927,'pp_lite_activation_date','1660521600','yes');
INSERT INTO `wplc_options` VALUES (60588,'fs_active_plugins','O:8:\"stdClass\":3:{s:7:\"plugins\";a:1:{s:25:\"woo-coupon-usage/freemius\";O:8:\"stdClass\":4:{s:7:\"version\";s:5:\"2.6.2\";s:4:\"type\";s:6:\"plugin\";s:9:\"timestamp\";i:1705404543;s:11:\"plugin_path\";s:37:\"woo-coupon-usage/woo-coupon-usage.php\";}}s:7:\"abspath\";s:48:\"/home/customer/www/dubdelivery.club/public_html/\";s:6:\"newest\";O:8:\"stdClass\":5:{s:11:\"plugin_path\";s:37:\"woo-coupon-usage/woo-coupon-usage.php\";s:8:\"sdk_path\";s:25:\"woo-coupon-usage/freemius\";s:7:\"version\";s:5:\"2.6.2\";s:13:\"in_activation\";b:0;s:9:\"timestamp\";i:1705404543;}}','yes');
INSERT INTO `wplc_options` VALUES (60589,'fs_debug_mode','','yes');
INSERT INTO `wplc_options` VALUES (60590,'fs_accounts','a:18:{s:21:\"id_slug_type_path_map\";a:2:{i:2732;a:3:{s:4:\"slug\";s:16:\"woo-coupon-usage\";s:4:\"type\";s:6:\"plugin\";s:4:\"path\";s:37:\"woo-coupon-usage/woo-coupon-usage.php\";}i:6995;a:2:{s:4:\"slug\";s:38:\"local-delivery-drivers-for-woocommerce\";s:4:\"type\";s:6:\"plugin\";}}s:11:\"plugin_data\";a:2:{s:16:\"woo-coupon-usage\";a:17:{s:16:\"plugin_main_file\";O:8:\"stdClass\":1:{s:4:\"path\";s:37:\"woo-coupon-usage/woo-coupon-usage.php\";}s:20:\"is_network_activated\";b:0;s:17:\"install_timestamp\";i:1658153801;s:17:\"was_plugin_loaded\";b:1;s:21:\"is_plugin_new_install\";b:0;s:16:\"sdk_last_version\";s:5:\"2.6.1\";s:11:\"sdk_version\";s:5:\"2.6.2\";s:16:\"sdk_upgrade_mode\";b:1;s:18:\"sdk_downgrade_mode\";b:0;s:19:\"plugin_last_version\";s:6:\"5.12.4\";s:14:\"plugin_version\";s:6:\"5.12.6\";s:19:\"plugin_upgrade_mode\";b:1;s:21:\"plugin_downgrade_mode\";b:0;s:17:\"connectivity_test\";a:6:{s:12:\"is_connected\";b:1;s:4:\"host\";s:19:\"stg-03.ftgstage.com\";s:9:\"server_ip\";s:13:\"184.83.104.75\";s:9:\"is_active\";b:1;s:9:\"timestamp\";i:1658153801;s:7:\"version\";s:5:\"5.1.1\";}s:15:\"prev_is_premium\";b:0;s:21:\"is_pending_activation\";b:1;s:19:\"last_load_timestamp\";i:1705968004;}s:38:\"local-delivery-drivers-for-woocommerce\";a:27:{s:16:\"plugin_main_file\";O:8:\"stdClass\":1:{s:9:\"prev_path\";s:81:\"local-delivery-drivers-for-woocommerce/local-delivery-drivers-for-wooCommerce.php\";}s:20:\"is_network_activated\";b:0;s:17:\"install_timestamp\";i:1670527579;s:17:\"was_plugin_loaded\";b:1;s:21:\"is_plugin_new_install\";b:1;s:16:\"sdk_last_version\";N;s:11:\"sdk_version\";s:5:\"2.5.3\";s:16:\"sdk_upgrade_mode\";b:1;s:18:\"sdk_downgrade_mode\";b:0;s:19:\"plugin_last_version\";N;s:14:\"plugin_version\";s:5:\"1.8.8\";s:19:\"plugin_upgrade_mode\";b:1;s:21:\"plugin_downgrade_mode\";b:0;s:17:\"connectivity_test\";a:6:{s:12:\"is_connected\";b:1;s:4:\"host\";s:20:\"www.dubdelivery.club\";s:9:\"server_ip\";s:13:\"35.209.83.246\";s:9:\"is_active\";b:1;s:9:\"timestamp\";i:1670527579;s:7:\"version\";s:5:\"1.8.8\";}s:15:\"prev_is_premium\";b:0;s:30:\"is_diagnostic_tracking_allowed\";b:1;s:30:\"is_extensions_tracking_allowed\";b:1;s:14:\"has_trial_plan\";b:1;s:19:\"keepalive_timestamp\";i:1671557594;s:20:\"activation_timestamp\";i:1670527590;s:14:\"sync_timestamp\";i:1671478172;s:22:\"install_sync_timestamp\";i:1671557594;s:15:\"is_whitelabeled\";b:0;s:9:\"beta_data\";a:2:{s:7:\"is_beta\";b:0;s:7:\"version\";s:5:\"1.8.8\";}s:21:\"trial_promotion_shown\";i:1671128900;s:16:\"uninstall_reason\";O:8:\"stdClass\":3:{s:2:\"id\";s:1:\"1\";s:4:\"info\";s:0:\"\";s:12:\"is_anonymous\";b:0;}s:19:\"last_load_timestamp\";i:1705537487;}}s:13:\"file_slug_map\";a:2:{s:37:\"woo-coupon-usage/woo-coupon-usage.php\";s:16:\"woo-coupon-usage\";s:81:\"local-delivery-drivers-for-woocommerce/local-delivery-drivers-for-wooCommerce.php\";s:38:\"local-delivery-drivers-for-woocommerce\";}s:7:\"plugins\";a:2:{s:16:\"woo-coupon-usage\";O:9:\"FS_Plugin\":24:{s:16:\"parent_plugin_id\";N;s:5:\"title\";s:33:\"Coupon Affiliates for WooCommerce\";s:4:\"slug\";s:16:\"woo-coupon-usage\";s:12:\"premium_slug\";s:20:\"woo-coupon-usage-pro\";s:4:\"type\";s:6:\"plugin\";s:20:\"affiliate_moderation\";b:0;s:19:\"is_wp_org_compliant\";b:1;s:22:\"premium_releases_count\";N;s:4:\"file\";s:37:\"woo-coupon-usage/woo-coupon-usage.php\";s:7:\"version\";s:6:\"5.12.6\";s:11:\"auto_update\";N;s:4:\"info\";N;s:10:\"is_premium\";b:0;s:14:\"premium_suffix\";s:5:\"(PRO)\";s:7:\"is_live\";b:1;s:9:\"bundle_id\";N;s:17:\"bundle_public_key\";N;s:17:\"opt_in_moderation\";N;s:10:\"public_key\";s:32:\"pk_a8d9ceeaec08247afd31dbb3e26b3\";s:10:\"secret_key\";N;s:2:\"id\";s:4:\"2732\";s:7:\"updated\";N;s:7:\"created\";N;s:22:\"\0FS_Entity\0_is_updated\";b:1;}s:38:\"local-delivery-drivers-for-woocommerce\";O:9:\"FS_Plugin\":24:{s:16:\"parent_plugin_id\";N;s:5:\"title\";s:38:\"Local Delivery Drivers for WooCommerce\";s:4:\"slug\";s:38:\"local-delivery-drivers-for-woocommerce\";s:12:\"premium_slug\";s:46:\"local-delivery-drivers-for-woocommerce-premium\";s:4:\"type\";s:6:\"plugin\";s:20:\"affiliate_moderation\";s:8:\"selected\";s:19:\"is_wp_org_compliant\";b:1;s:22:\"premium_releases_count\";N;s:4:\"file\";s:81:\"local-delivery-drivers-for-woocommerce/local-delivery-drivers-for-wooCommerce.php\";s:7:\"version\";s:5:\"1.8.8\";s:11:\"auto_update\";N;s:4:\"info\";N;s:10:\"is_premium\";b:0;s:14:\"premium_suffix\";s:7:\"Premium\";s:7:\"is_live\";b:1;s:9:\"bundle_id\";N;s:17:\"bundle_public_key\";N;s:17:\"opt_in_moderation\";N;s:10:\"public_key\";s:32:\"pk_5ae065da4addc985fe67f63c46a51\";s:10:\"secret_key\";N;s:2:\"id\";s:4:\"6995\";s:7:\"updated\";N;s:7:\"created\";N;s:22:\"\0FS_Entity\0_is_updated\";b:0;}}s:9:\"unique_id\";s:32:\"6a0ff6205b7fbe5eae38d412757c98ad\";s:13:\"admin_notices\";a:2:{s:16:\"woo-coupon-usage\";a:0:{}s:38:\"local-delivery-drivers-for-woocommerce\";a:0:{}}s:6:\"addons\";a:2:{i:2732;a:2:{i:0;O:9:\"FS_Plugin\":24:{s:16:\"parent_plugin_id\";s:4:\"2732\";s:5:\"title\";s:22:\"TeraWallet Integration\";s:4:\"slug\";s:39:\"woo-coupon-usage-terawallet-integration\";s:12:\"premium_slug\";s:47:\"woo-coupon-usage-terawallet-integration-premium\";s:4:\"type\";s:6:\"plugin\";s:20:\"affiliate_moderation\";N;s:19:\"is_wp_org_compliant\";b:0;s:22:\"premium_releases_count\";i:1;s:4:\"file\";N;s:7:\"version\";N;s:11:\"auto_update\";N;s:4:\"info\";O:14:\"FS_Plugin_Info\":13:{s:9:\"plugin_id\";s:4:\"9452\";s:11:\"description\";s:80:\"Integrate Coupon Affiliates with the TeraWallet plugin for store credit payouts.\";s:17:\"short_description\";s:80:\"Integrate Coupon Affiliates with the TeraWallet plugin for store credit payouts.\";s:10:\"banner_url\";s:67:\"https://s3-us-west-2.amazonaws.com/freemius/plugins/9452/banner.png\";s:15:\"card_banner_url\";s:72:\"https://s3-us-west-2.amazonaws.com/freemius/plugins/9452/card_banner.png\";s:15:\"selling_point_0\";N;s:15:\"selling_point_1\";N;s:15:\"selling_point_2\";N;s:11:\"screenshots\";N;s:2:\"id\";s:4:\"2513\";s:7:\"updated\";s:19:\"2021-12-07 20:16:36\";s:7:\"created\";s:19:\"2021-12-07 02:26:04\";s:22:\"\0FS_Entity\0_is_updated\";b:0;}s:10:\"is_premium\";b:0;s:14:\"premium_suffix\";s:9:\"(Premium)\";s:7:\"is_live\";b:1;s:9:\"bundle_id\";N;s:17:\"bundle_public_key\";N;s:17:\"opt_in_moderation\";N;s:10:\"public_key\";s:32:\"pk_7888096b8be99a6e427deb15d8e93\";s:10:\"secret_key\";N;s:2:\"id\";s:4:\"9452\";s:7:\"updated\";s:19:\"2023-06-03 22:00:44\";s:7:\"created\";s:19:\"2021-12-07 01:51:43\";s:22:\"\0FS_Entity\0_is_updated\";b:0;}i:1;O:9:\"FS_Plugin\":24:{s:16:\"parent_plugin_id\";s:4:\"2732\";s:5:\"title\";s:30:\"YITH Account Funds Integration\";s:4:\"slug\";s:38:\"woo-coupon-usage-yithfunds-integration\";s:12:\"premium_slug\";s:46:\"woo-coupon-usage-yithfunds-integration-premium\";s:4:\"type\";s:6:\"plugin\";s:20:\"affiliate_moderation\";N;s:19:\"is_wp_org_compliant\";b:0;s:22:\"premium_releases_count\";i:1;s:4:\"file\";N;s:7:\"version\";N;s:11:\"auto_update\";N;s:4:\"info\";O:14:\"FS_Plugin_Info\":13:{s:9:\"plugin_id\";s:4:\"9474\";s:11:\"description\";s:88:\"Integrate Coupon Affiliates with the YITH Account Funds plugin for store credit payouts.\";s:17:\"short_description\";s:88:\"Integrate Coupon Affiliates with the YITH Account Funds plugin for store credit payouts.\";s:10:\"banner_url\";N;s:15:\"card_banner_url\";N;s:15:\"selling_point_0\";N;s:15:\"selling_point_1\";N;s:15:\"selling_point_2\";N;s:11:\"screenshots\";N;s:2:\"id\";s:4:\"2517\";s:7:\"updated\";N;s:7:\"created\";s:19:\"2021-12-08 17:48:15\";s:22:\"\0FS_Entity\0_is_updated\";b:0;}s:10:\"is_premium\";b:0;s:14:\"premium_suffix\";s:9:\"(Premium)\";s:7:\"is_live\";b:1;s:9:\"bundle_id\";N;s:17:\"bundle_public_key\";N;s:17:\"opt_in_moderation\";N;s:10:\"public_key\";s:32:\"pk_b8cb2e3a90dbb5fd755f434b4990e\";s:10:\"secret_key\";N;s:2:\"id\";s:4:\"9474\";s:7:\"updated\";s:19:\"2023-05-21 01:21:23\";s:7:\"created\";s:19:\"2021-12-08 17:16:15\";s:22:\"\0FS_Entity\0_is_updated\";b:0;}}i:6995;a:4:{i:0;O:9:\"FS_Plugin\":24:{s:16:\"parent_plugin_id\";s:4:\"6995\";s:5:\"title\";s:28:\"Delivery Drivers for Vendors\";s:4:\"slug\";s:28:\"delivery-drivers-for-vendors\";s:12:\"premium_slug\";s:36:\"delivery-drivers-for-vendors-premium\";s:4:\"type\";s:6:\"plugin\";s:20:\"affiliate_moderation\";N;s:19:\"is_wp_org_compliant\";b:1;s:22:\"premium_releases_count\";i:11;s:4:\"file\";N;s:7:\"version\";N;s:11:\"auto_update\";N;s:4:\"info\";O:14:\"FS_Plugin_Info\":13:{s:9:\"plugin_id\";s:4:\"8117\";s:11:\"description\";s:425:\"<h2>Manage delivery drivers</h2>\n<p>Allow your vendors to have their own drivers, manage the delivery process, see routes, reports, commissions, and more.</p>\n\n<h2>Manage Orders</h2>\n<p>Allow your vendor to assign delivery drivers to orders, update order statuses and more.</p>\n\nFor more details please click on the following link:\n<a href=\"https://powerfulwp.com/vendors-drivers-manager-premium/\">Vendors Drivers Manager</a>\";s:17:\"short_description\";s:127:\"Let your WooCommerce marketplace vendors manage their drivers, assign drivers to orders, routes, reports, commission, and more!\";s:10:\"banner_url\";s:61:\"//s3-us-west-2.amazonaws.com/freemius/plugins/8117/banner.png\";s:15:\"card_banner_url\";s:66:\"//s3-us-west-2.amazonaws.com/freemius/plugins/8117/card_banner.png\";s:15:\"selling_point_0\";s:49:\"Vendors can work with their own delivery drivers.\";s:15:\"selling_point_1\";s:37:\"Vendors can assign drivers to orders.\";s:15:\"selling_point_2\";s:93:\"Vendors can manage the delivery process, see routes, drivers\' commissions, reports, and more.\";s:11:\"screenshots\";O:8:\"stdClass\":3:{s:12:\"screenshot_0\";s:68:\"//s3-us-west-2.amazonaws.com/freemius/plugins/8117/screenshots/0.png\";s:12:\"screenshot_2\";s:68:\"//s3-us-west-2.amazonaws.com/freemius/plugins/8117/screenshots/2.png\";s:12:\"screenshot_3\";s:68:\"//s3-us-west-2.amazonaws.com/freemius/plugins/8117/screenshots/3.png\";}s:2:\"id\";s:4:\"2140\";s:7:\"updated\";s:19:\"2022-07-29 16:17:25\";s:7:\"created\";s:19:\"2021-04-01 13:15:18\";s:22:\"\0FS_Entity\0_is_updated\";b:0;}s:10:\"is_premium\";b:0;s:14:\"premium_suffix\";s:9:\"(Premium)\";s:7:\"is_live\";b:1;s:9:\"bundle_id\";N;s:17:\"bundle_public_key\";N;s:17:\"opt_in_moderation\";N;s:10:\"public_key\";s:32:\"pk_eb967f7dffb13569754dd05f9f072\";s:10:\"secret_key\";N;s:2:\"id\";s:4:\"8117\";s:7:\"updated\";s:19:\"2022-12-18 22:32:07\";s:7:\"created\";s:19:\"2021-04-01 11:48:11\";s:22:\"\0FS_Entity\0_is_updated\";b:0;}i:1;O:9:\"FS_Plugin\":24:{s:16:\"parent_plugin_id\";s:4:\"6995\";s:5:\"title\";s:23:\"Delivey Drivers Manager\";s:4:\"slug\";s:24:\"delivery-drivers-manager\";s:12:\"premium_slug\";s:32:\"delivery-drivers-manager-premium\";s:4:\"type\";s:6:\"plugin\";s:20:\"affiliate_moderation\";N;s:19:\"is_wp_org_compliant\";b:0;s:22:\"premium_releases_count\";i:16;s:4:\"file\";N;s:7:\"version\";N;s:11:\"auto_update\";N;s:4:\"info\";O:14:\"FS_Plugin_Info\":13:{s:9:\"plugin_id\";s:4:\"8281\";s:11:\"description\";s:424:\"<h2>Delivery drivers manager</h2>\n<p>Allow delivery driver manager to manage the delivery process, see routes, reports, commissions, and more.</p>\n\n<h2>Manage Orders</h2>\n<p>Allow your delivery driver manager to assign delivery drivers to orders, update order statuses and more.</p>\n\nFor more details please click on the following link:\n<a href=\"https://powerfulwp.com/delivery-drivers-manager/\">Delivery drivers manager</a>\";s:17:\"short_description\";s:74:\"Let your staff or third-party logistics companies manage delivery drivers.\";s:10:\"banner_url\";s:61:\"//s3-us-west-2.amazonaws.com/freemius/plugins/8281/banner.png\";s:15:\"card_banner_url\";s:66:\"//s3-us-west-2.amazonaws.com/freemius/plugins/8281/card_banner.png\";s:15:\"selling_point_0\";s:74:\"Let your staff or third-party logistics companies manage delivery drivers.\";s:15:\"selling_point_1\";s:64:\"Front-end mobile-friendly delivery drivers management dashboard.\";s:15:\"selling_point_2\";N;s:11:\"screenshots\";O:8:\"stdClass\":3:{s:12:\"screenshot_1\";s:68:\"//s3-us-west-2.amazonaws.com/freemius/plugins/8281/screenshots/1.png\";s:12:\"screenshot_2\";s:68:\"//s3-us-west-2.amazonaws.com/freemius/plugins/8281/screenshots/2.png\";s:12:\"screenshot_3\";s:68:\"//s3-us-west-2.amazonaws.com/freemius/plugins/8281/screenshots/3.png\";}s:2:\"id\";s:4:\"2179\";s:7:\"updated\";s:19:\"2021-05-09 21:34:46\";s:7:\"created\";s:19:\"2021-04-29 21:20:18\";s:22:\"\0FS_Entity\0_is_updated\";b:0;}s:10:\"is_premium\";b:0;s:14:\"premium_suffix\";s:9:\"(Premium)\";s:7:\"is_live\";b:1;s:9:\"bundle_id\";N;s:17:\"bundle_public_key\";N;s:17:\"opt_in_moderation\";N;s:10:\"public_key\";s:32:\"pk_a23f29749fd50960f01cdb867ba39\";s:10:\"secret_key\";N;s:2:\"id\";s:4:\"8281\";s:7:\"updated\";s:19:\"2022-12-19 05:36:05\";s:7:\"created\";s:19:\"2021-04-29 20:57:22\";s:22:\"\0FS_Entity\0_is_updated\";b:0;}i:2;O:9:\"FS_Plugin\":24:{s:16:\"parent_plugin_id\";s:4:\"6995\";s:5:\"title\";s:37:\"Pickup Locations for Delivery Drivers\";s:4:\"slug\";s:37:\"pickup-locations-for-delivery-drivers\";s:12:\"premium_slug\";s:45:\"pickup-locations-for-delivery-drivers-premium\";s:4:\"type\";s:6:\"plugin\";s:20:\"affiliate_moderation\";N;s:19:\"is_wp_org_compliant\";b:0;s:22:\"premium_releases_count\";i:5;s:4:\"file\";N;s:7:\"version\";N;s:11:\"auto_update\";N;s:4:\"info\";O:14:\"FS_Plugin_Info\":13:{s:9:\"plugin_id\";s:4:\"9776\";s:11:\"description\";s:139:\"Premium addon for local delivery drivers for WooCommerce\nPickup Locations for Delivery Drivers\nAssign pickup locations for delivery drivers\";s:17:\"short_description\";s:37:\"Pickup Locations for Delivery Drivers\";s:10:\"banner_url\";s:61:\"//s3-us-west-2.amazonaws.com/freemius/plugins/9776/banner.png\";s:15:\"card_banner_url\";s:66:\"//s3-us-west-2.amazonaws.com/freemius/plugins/9776/card_banner.png\";s:15:\"selling_point_0\";s:84:\"Admin can create unlimited pickup locations for delivery drivers on the admin panel.\";s:15:\"selling_point_1\";s:92:\"Admin can select a pickup location and assign it to the order on the admin panel order page.\";s:15:\"selling_point_2\";s:70:\"Admin can auto-assign pickup locations base on products or categories.\";s:11:\"screenshots\";O:8:\"stdClass\":2:{s:12:\"screenshot_0\";s:68:\"//s3-us-west-2.amazonaws.com/freemius/plugins/9776/screenshots/0.png\";s:12:\"screenshot_1\";s:68:\"//s3-us-west-2.amazonaws.com/freemius/plugins/9776/screenshots/1.png\";}s:2:\"id\";s:4:\"2631\";s:7:\"updated\";s:19:\"2022-01-31 21:22:59\";s:7:\"created\";s:19:\"2022-01-27 15:43:45\";s:22:\"\0FS_Entity\0_is_updated\";b:0;}s:10:\"is_premium\";b:0;s:14:\"premium_suffix\";s:9:\"(Premium)\";s:7:\"is_live\";b:1;s:9:\"bundle_id\";N;s:17:\"bundle_public_key\";N;s:17:\"opt_in_moderation\";N;s:10:\"public_key\";s:32:\"pk_89f8244d46417a37d8d2001933b12\";s:10:\"secret_key\";N;s:2:\"id\";s:4:\"9776\";s:7:\"updated\";s:19:\"2022-12-08 08:28:55\";s:7:\"created\";s:19:\"2022-01-22 13:27:04\";s:22:\"\0FS_Entity\0_is_updated\";b:0;}i:3;O:9:\"FS_Plugin\":24:{s:16:\"parent_plugin_id\";s:4:\"6995\";s:5:\"title\";s:29:\"Payments for delivery drivers\";s:4:\"slug\";s:29:\"payments-for-delivery-drivers\";s:12:\"premium_slug\";s:37:\"payments-for-delivery-drivers-premium\";s:4:\"type\";s:6:\"plugin\";s:20:\"affiliate_moderation\";N;s:19:\"is_wp_org_compliant\";b:0;s:22:\"premium_releases_count\";i:1;s:4:\"file\";N;s:7:\"version\";N;s:11:\"auto_update\";N;s:4:\"info\";O:14:\"FS_Plugin_Info\":13:{s:9:\"plugin_id\";s:5:\"10780\";s:11:\"description\";s:178:\"The payments for delivery drivers addon let you send commission payments or any other payments to your delivery drivers with PayPal.\n\n* A PayPal account with balance is required.\";s:17:\"short_description\";N;s:10:\"banner_url\";s:62:\"//s3-us-west-2.amazonaws.com/freemius/plugins/10780/banner.png\";s:15:\"card_banner_url\";s:67:\"//s3-us-west-2.amazonaws.com/freemius/plugins/10780/card_banner.png\";s:15:\"selling_point_0\";s:46:\"Pay your delivery drivers with PayPal Payouts.\";s:15:\"selling_point_1\";s:16:\"Manage Payments.\";s:15:\"selling_point_2\";s:16:\"Payment History.\";s:11:\"screenshots\";O:8:\"stdClass\":2:{s:12:\"screenshot_0\";s:69:\"//s3-us-west-2.amazonaws.com/freemius/plugins/10780/screenshots/0.png\";s:12:\"screenshot_1\";s:69:\"//s3-us-west-2.amazonaws.com/freemius/plugins/10780/screenshots/1.png\";}s:2:\"id\";s:4:\"2962\";s:7:\"updated\";s:19:\"2022-08-05 08:59:56\";s:7:\"created\";s:19:\"2022-07-29 11:35:37\";s:22:\"\0FS_Entity\0_is_updated\";b:0;}s:10:\"is_premium\";b:0;s:14:\"premium_suffix\";s:9:\"(Premium)\";s:7:\"is_live\";b:1;s:9:\"bundle_id\";N;s:17:\"bundle_public_key\";N;s:17:\"opt_in_moderation\";N;s:10:\"public_key\";s:32:\"pk_0df7e541b909aa005f07c4a26d9d4\";s:10:\"secret_key\";N;s:2:\"id\";s:5:\"10780\";s:7:\"updated\";s:19:\"2022-12-06 07:43:12\";s:7:\"created\";s:19:\"2022-07-29 10:56:36\";s:22:\"\0FS_Entity\0_is_updated\";b:0;}}}s:5:\"plans\";a:1:{s:38:\"local-delivery-drivers-for-woocommerce\";a:2:{i:0;O:14:\"FS_Plugin_Plan\":21:{s:9:\"plugin_id\";s:8:\"Njk5NQ==\";s:4:\"name\";s:8:\"ZnJlZQ==\";s:5:\"title\";s:8:\"RnJlZQ==\";s:11:\"description\";N;s:17:\"is_free_localhost\";s:4:\"MQ==\";s:17:\"is_block_features\";s:4:\"MQ==\";s:12:\"license_type\";s:4:\"MA==\";s:16:\"is_https_support\";s:0:\"\";s:12:\"trial_period\";N;s:23:\"is_require_subscription\";s:0:\"\";s:10:\"support_kb\";N;s:13:\"support_forum\";N;s:13:\"support_email\";N;s:13:\"support_phone\";N;s:13:\"support_skype\";N;s:18:\"is_success_manager\";s:0:\"\";s:11:\"is_featured\";s:0:\"\";s:2:\"id\";s:8:\"MTE0MDE=\";s:7:\"updated\";N;s:7:\"created\";s:28:\"MjAyMC0xMC0wMyAxODo1ODowNQ==\";s:22:\"\0FS_Entity\0_is_updated\";b:0;}i:1;O:14:\"FS_Plugin_Plan\":21:{s:9:\"plugin_id\";s:8:\"Njk5NQ==\";s:4:\"name\";s:12:\"cHJlbWl1bQ==\";s:5:\"title\";s:12:\"UHJlbWl1bQ==\";s:11:\"description\";s:64:\"TG9jYWwgRGVsaXZlcnkgRHJpdmVycyBmb3IgV29vQ29tbWVyY2UgUHJlbWl1bQ==\";s:17:\"is_free_localhost\";s:4:\"MQ==\";s:17:\"is_block_features\";s:4:\"MQ==\";s:12:\"license_type\";s:4:\"MA==\";s:16:\"is_https_support\";s:0:\"\";s:12:\"trial_period\";s:4:\"MTQ=\";s:23:\"is_require_subscription\";s:4:\"MQ==\";s:10:\"support_kb\";s:100:\"aHR0cHM6Ly9wb3dlcmZ1bHdwLmNvbS9kb2NzL2xvY2FsLWRlbGl2ZXJ5LWRyaXZlcnMtZm9yLXdvb2NvbW1lcmNlLXByZW1pdW0v\";s:13:\"support_forum\";N;s:13:\"support_email\";s:28:\"YXBvd2VyZnVsd3BAZ21haWwuY29t\";s:13:\"support_phone\";N;s:13:\"support_skype\";N;s:18:\"is_success_manager\";s:0:\"\";s:11:\"is_featured\";s:4:\"MQ==\";s:2:\"id\";s:8:\"MTE0MDI=\";s:7:\"updated\";s:28:\"MjAyMS0wOC0wMSAyMjowMDo1OQ==\";s:7:\"created\";s:28:\"MjAyMC0xMC0wMyAyMToyNjo0Mw==\";s:22:\"\0FS_Entity\0_is_updated\";b:0;}}}s:14:\"active_plugins\";O:8:\"stdClass\":3:{s:9:\"timestamp\";i:1671557594;s:3:\"md5\";s:32:\"b83e467393ba67bcea54ba158ae0b828\";s:7:\"plugins\";a:44:{s:52:\"activecampaign-subscription-forms/activecampaign.php\";a:5:{s:4:\"slug\";s:33:\"activecampaign-subscription-forms\";s:7:\"version\";s:6:\"8.1.10\";s:5:\"title\";s:14:\"ActiveCampaign\";s:9:\"is_active\";b:1;s:14:\"is_uninstalled\";b:0;}s:65:\"activecampaign-for-woocommerce/activecampaign-for-woocommerce.php\";a:5:{s:4:\"slug\";s:30:\"activecampaign-for-woocommerce\";s:7:\"version\";s:5:\"1.9.3\";s:5:\"title\";s:30:\"ActiveCampaign for WooCommerce\";s:9:\"is_active\";b:1;s:14:\"is_uninstalled\";b:0;}s:47:\"woo-variation-gallery/woo-variation-gallery.php\";a:5:{s:4:\"slug\";s:21:\"woo-variation-gallery\";s:7:\"version\";s:6:\"1.3.13\";s:5:\"title\";s:51:\"Additional Variation Images Gallery for WooCommerce\";s:9:\"is_active\";b:1;s:14:\"is_uninstalled\";b:0;}s:21:\"age-gate/age-gate.php\";a:5:{s:4:\"slug\";s:8:\"age-gate\";s:7:\"version\";s:5:\"3.0.9\";s:5:\"title\";s:8:\"Age Gate\";s:9:\"is_active\";b:1;s:14:\"is_uninstalled\";b:0;}s:57:\"age-gate-user-registration/age-gate-user-registration.php\";a:5:{s:4:\"slug\";s:26:\"age-gate-user-registration\";s:7:\"version\";s:5:\"0.2.1\";s:5:\"title\";s:26:\"Age Gate User Registration\";s:9:\"is_active\";b:1;s:14:\"is_uninstalled\";b:0;}s:28:\"agecheckernet/agechecker.php\";a:5:{s:4:\"slug\";s:13:\"agecheckernet\";s:7:\"version\";s:6:\"1.13.4\";s:5:\"title\";s:30:\"Age Verification for eCommerce\";s:9:\"is_active\";b:1;s:14:\"is_uninstalled\";b:0;}s:43:\"all-in-one-seo-pack/all_in_one_seo_pack.php\";a:5:{s:4:\"slug\";s:19:\"all-in-one-seo-pack\";s:7:\"version\";s:5:\"4.2.8\";s:5:\"title\";s:14:\"All in One SEO\";s:9:\"is_active\";b:1;s:14:\"is_uninstalled\";b:0;}s:36:\"cleantalk-spam-protect/cleantalk.php\";a:5:{s:4:\"slug\";s:22:\"cleantalk-spam-protect\";s:7:\"version\";s:5:\"6.0.1\";s:5:\"title\";s:22:\"Anti-Spam by CleanTalk\";s:9:\"is_active\";b:1;s:14:\"is_uninstalled\";b:0;}s:85:\"automatic-order-printing-for-woocommerce/automatic-order-printing-for-woocommerce.php\";a:5:{s:4:\"slug\";s:40:\"automatic-order-printing-for-woocommerce\";s:7:\"version\";s:5:\"1.0.8\";s:5:\"title\";s:40:\"Automatic Order Printing for WooCommerce\";s:9:\"is_active\";b:1;s:14:\"is_uninstalled\";b:0;}s:35:\"wp-time-capsule/wp-time-capsule.php\";a:5:{s:4:\"slug\";s:15:\"wp-time-capsule\";s:7:\"version\";s:7:\"1.22.13\";s:5:\"title\";s:37:\"Backup and Staging by WP Time Capsule\";s:9:\"is_active\";b:1;s:14:\"is_uninstalled\";b:0;}s:29:\"beaver-builder/fl-builder.php\";a:5:{s:4:\"slug\";s:14:\"beaver-builder\";s:7:\"version\";s:7:\"2.5.1.2\";s:5:\"title\";s:35:\"Beaver Builder Plugin (Pro Version)\";s:9:\"is_active\";b:1;s:14:\"is_uninstalled\";b:0;}s:34:\"beaver-themer/bb-theme-builder.php\";a:5:{s:4:\"slug\";s:13:\"beaver-themer\";s:7:\"version\";s:7:\"1.4.0.1\";s:5:\"title\";s:13:\"Beaver Themer\";s:9:\"is_active\";b:1;s:14:\"is_uninstalled\";b:0;}s:33:\"classic-editor/classic-editor.php\";a:5:{s:4:\"slug\";s:14:\"classic-editor\";s:7:\"version\";s:5:\"1.6.2\";s:5:\"title\";s:14:\"Classic Editor\";s:9:\"is_active\";b:1;s:14:\"is_uninstalled\";b:0;}s:35:\"classic-widgets/classic-widgets.php\";a:5:{s:4:\"slug\";s:15:\"classic-widgets\";s:7:\"version\";s:3:\"0.3\";s:5:\"title\";s:15:\"Classic Widgets\";s:9:\"is_active\";b:1;s:14:\"is_uninstalled\";b:0;}s:31:\"code-snippets/code-snippets.php\";a:5:{s:4:\"slug\";s:13:\"code-snippets\";s:7:\"version\";s:5:\"3.2.2\";s:5:\"title\";s:13:\"Code Snippets\";s:9:\"is_active\";b:1;s:14:\"is_uninstalled\";b:0;}s:27:\"coming-soon/coming-soon.php\";a:5:{s:4:\"slug\";s:11:\"coming-soon\";s:7:\"version\";s:6:\"6.15.6\";s:5:\"title\";s:89:\"Coming Soon Page, Maintenance Mode, Landing Pages & WordPress Website Builder by SeedProd\";s:9:\"is_active\";b:1;s:14:\"is_uninstalled\";b:0;}s:37:\"woo-coupon-usage/woo-coupon-usage.php\";a:5:{s:4:\"slug\";s:16:\"woo-coupon-usage\";s:7:\"version\";s:5:\"5.4.0\";s:5:\"title\";s:33:\"Coupon Affiliates for WooCommerce\";s:9:\"is_active\";b:1;s:14:\"is_uninstalled\";b:0;}s:57:\"disable-right-click-for-wp/disable-right-click-for-wp.php\";a:5:{s:4:\"slug\";s:26:\"disable-right-click-for-wp\";s:7:\"version\";s:5:\"1.1.6\";s:5:\"title\";s:26:\"Disable Right Click For WP\";s:9:\"is_active\";b:1;s:14:\"is_uninstalled\";b:0;}s:75:\"easy-woocommerce-auto-sku-generator/easy-woocommerce-auto-sku-generator.php\";a:5:{s:4:\"slug\";s:35:\"easy-woocommerce-auto-sku-generator\";s:7:\"version\";s:5:\"1.1.2\";s:5:\"title\";s:39:\"Easy Auto SKU Generator for WooCommerce\";s:9:\"is_active\";b:1;s:14:\"is_uninstalled\";b:0;}s:55:\"google-pagespeed-insights/google-pagespeed-insights.php\";a:5:{s:4:\"slug\";s:25:\"google-pagespeed-insights\";s:7:\"version\";s:5:\"4.0.8\";s:5:\"title\";s:30:\"Insights from Google PageSpeed\";s:9:\"is_active\";b:1;s:14:\"is_uninstalled\";b:0;}s:19:\"jetpack/jetpack.php\";a:5:{s:4:\"slug\";s:7:\"jetpack\";s:7:\"version\";s:4:\"11.6\";s:5:\"title\";s:7:\"Jetpack\";s:9:\"is_active\";b:1;s:14:\"is_uninstalled\";b:0;}s:81:\"local-delivery-drivers-for-woocommerce/local-delivery-drivers-for-wooCommerce.php\";a:5:{s:4:\"slug\";s:38:\"local-delivery-drivers-for-woocommerce\";s:7:\"version\";s:5:\"1.8.8\";s:5:\"title\";s:38:\"Local Delivery Drivers for WooCommerce\";s:9:\"is_active\";b:1;s:14:\"is_uninstalled\";b:0;}s:29:\"mainwp-child/mainwp-child.php\";a:5:{s:4:\"slug\";s:12:\"mainwp-child\";s:7:\"version\";s:7:\"4.3.0.1\";s:5:\"title\";s:12:\"MainWP Child\";s:9:\"is_active\";b:1;s:14:\"is_uninstalled\";b:0;}s:45:\"mainwp-child-reports/mainwp-child-reports.php\";a:5:{s:4:\"slug\";s:20:\"mainwp-child-reports\";s:7:\"version\";s:5:\"2.0.8\";s:5:\"title\";s:20:\"MainWP Child Reports\";s:9:\"is_active\";b:1;s:14:\"is_uninstalled\";b:0;}s:28:\"migrate-guru/migrateguru.php\";a:5:{s:4:\"slug\";s:12:\"migrate-guru\";s:7:\"version\";s:4:\"4.78\";s:5:\"title\";s:12:\"Migrate Guru\";s:9:\"is_active\";b:1;s:14:\"is_uninstalled\";b:0;}s:35:\"modula-best-grid-gallery/Modula.php\";a:5:{s:4:\"slug\";s:24:\"modula-best-grid-gallery\";s:7:\"version\";s:6:\"2.6.92\";s:5:\"title\";s:6:\"Modula\";s:9:\"is_active\";b:1;s:14:\"is_uninstalled\";b:0;}s:55:\"pw-woocommerce-hosted-page-master/pinwheel-checkout.php\";a:5:{s:4:\"slug\";s:33:\"pw-woocommerce-hosted-page-master\";s:7:\"version\";s:5:\"2.0.0\";s:5:\"title\";s:31:\"Pinwheel Hosted Payment Gateway\";s:9:\"is_active\";b:1;s:14:\"is_uninstalled\";b:0;}s:56:\"powerpack-addon-for-beaver-builder/bb-powerpack-lite.php\";a:5:{s:4:\"slug\";s:34:\"powerpack-addon-for-beaver-builder\";s:7:\"version\";s:7:\"1.2.9.3\";s:5:\"title\";s:33:\"PowerPack Lite for Beaver Builder\";s:9:\"is_active\";b:1;s:14:\"is_uninstalled\";b:0;}s:27:\"redirection/redirection.php\";a:5:{s:4:\"slug\";s:11:\"redirection\";s:7:\"version\";s:5:\"5.3.5\";s:5:\"title\";s:11:\"Redirection\";s:9:\"is_active\";b:1;s:14:\"is_uninstalled\";b:0;}s:55:\"security-malware-firewall/security-malware-firewall.php\";a:5:{s:4:\"slug\";s:25:\"security-malware-firewall\";s:7:\"version\";s:4:\"2.99\";s:5:\"title\";s:21:\"Security by CleanTalk\";s:9:\"is_active\";b:1;s:14:\"is_uninstalled\";b:0;}s:43:\"siteground-migrator/siteground-migrator.php\";a:5:{s:4:\"slug\";s:19:\"siteground-migrator\";s:7:\"version\";s:5:\"2.0.4\";s:5:\"title\";s:19:\"SiteGround Migrator\";s:9:\"is_active\";b:1;s:14:\"is_uninstalled\";b:0;}s:31:\"sg-cachepress/sg-cachepress.php\";a:5:{s:4:\"slug\";s:13:\"sg-cachepress\";s:7:\"version\";s:5:\"7.2.6\";s:5:\"title\";s:20:\"SiteGround Optimizer\";s:9:\"is_active\";b:1;s:14:\"is_uninstalled\";b:0;}s:27:\"sg-security/sg-security.php\";a:5:{s:4:\"slug\";s:11:\"sg-security\";s:7:\"version\";s:5:\"1.3.7\";s:5:\"title\";s:19:\"SiteGround Security\";s:9:\"is_active\";b:1;s:14:\"is_uninstalled\";b:0;}s:43:\"woocommerce-tipping/woocommerce-tipping.php\";a:5:{s:4:\"slug\";s:19:\"woocommerce-tipping\";s:7:\"version\";s:5:\"1.0.9\";s:5:\"title\";s:23:\"Tipping for WooCommerce\";s:9:\"is_active\";b:1;s:14:\"is_uninstalled\";b:0;}s:40:\"bb-ultimate-addons/bb-ultimate-addon.php\";a:5:{s:4:\"slug\";s:18:\"bb-ultimate-addons\";s:7:\"version\";s:6:\"1.34.2\";s:5:\"title\";s:34:\"Ultimate Addons for Beaver Builder\";s:9:\"is_active\";b:1;s:14:\"is_uninstalled\";b:0;}s:33:\"user-switching/user-switching.php\";a:5:{s:4:\"slug\";s:14:\"user-switching\";s:7:\"version\";s:5:\"1.7.0\";s:5:\"title\";s:14:\"User Switching\";s:9:\"is_active\";b:1;s:14:\"is_uninstalled\";b:0;}s:69:\"whws-display-user-meta-shortcode/whws-display-user-meta-shortcode.php\";a:5:{s:4:\"slug\";s:32:\"whws-display-user-meta-shortcode\";s:7:\"version\";s:3:\"0.6\";s:5:\"title\";s:32:\"WHWS Display User Meta Shortcode\";s:9:\"is_active\";b:1;s:14:\"is_uninstalled\";b:0;}s:27:\"woocommerce/woocommerce.php\";a:5:{s:4:\"slug\";s:11:\"woocommerce\";s:7:\"version\";s:5:\"7.1.1\";s:5:\"title\";s:11:\"WooCommerce\";s:9:\"is_active\";b:1;s:14:\"is_uninstalled\";b:0;}s:59:\"woocommerce-product-bundles/woocommerce-product-bundles.php\";a:5:{s:4:\"slug\";s:27:\"woocommerce-product-bundles\";s:7:\"version\";s:6:\"6.16.0\";s:5:\"title\";s:27:\"WooCommerce Product Bundles\";s:9:\"is_active\";b:1;s:14:\"is_uninstalled\";b:0;}s:45:\"woocommerce-services/woocommerce-services.php\";a:5:{s:4:\"slug\";s:20:\"woocommerce-services\";s:7:\"version\";s:5:\"2.1.0\";s:5:\"title\";s:26:\"WooCommerce Shipping & Tax\";s:9:\"is_active\";b:1;s:14:\"is_uninstalled\";b:0;}s:41:\"woocommerce-square/woocommerce-square.php\";a:5:{s:4:\"slug\";s:18:\"woocommerce-square\";s:7:\"version\";s:5:\"3.4.1\";s:5:\"title\";s:18:\"WooCommerce Square\";s:9:\"is_active\";b:1;s:14:\"is_uninstalled\";b:0;}s:17:\"wpcore/wpcore.php\";a:5:{s:4:\"slug\";s:6:\"wpcore\";s:7:\"version\";s:5:\"1.9.1\";s:5:\"title\";s:21:\"WPCore Plugin Manager\";s:9:\"is_active\";b:1;s:14:\"is_uninstalled\";b:0;}s:29:\"wp-mail-smtp/wp_mail_smtp.php\";a:5:{s:4:\"slug\";s:12:\"wp-mail-smtp\";s:7:\"version\";s:5:\"3.6.1\";s:5:\"title\";s:12:\"WP Mail SMTP\";s:9:\"is_active\";b:1;s:14:\"is_uninstalled\";b:0;}s:51:\"woocommerce-memberships/woocommerce-memberships.php\";a:5:{s:4:\"slug\";s:39:\"woocommerce-com-woocommerce-memberships\";s:7:\"version\";s:6:\"1.24.0\";s:5:\"title\";s:23:\"WooCommerce Memberships\";s:9:\"is_active\";b:1;s:14:\"is_uninstalled\";b:0;}}}s:11:\"all_plugins\";O:8:\"stdClass\":3:{s:9:\"timestamp\";i:1671557594;s:3:\"md5\";s:32:\"8869280fb4c74f8b0f63ebc13649dcbb\";s:7:\"plugins\";a:49:{s:52:\"activecampaign-subscription-forms/activecampaign.php\";a:5:{s:4:\"slug\";s:33:\"activecampaign-subscription-forms\";s:7:\"version\";s:6:\"8.1.10\";s:5:\"title\";s:14:\"ActiveCampaign\";s:9:\"is_active\";b:0;s:14:\"is_uninstalled\";b:0;}s:65:\"activecampaign-for-woocommerce/activecampaign-for-woocommerce.php\";a:5:{s:4:\"slug\";s:30:\"activecampaign-for-woocommerce\";s:7:\"version\";s:5:\"1.9.3\";s:5:\"title\";s:30:\"ActiveCampaign for WooCommerce\";s:9:\"is_active\";b:0;s:14:\"is_uninstalled\";b:0;}s:47:\"woo-variation-gallery/woo-variation-gallery.php\";a:5:{s:4:\"slug\";s:21:\"woo-variation-gallery\";s:7:\"version\";s:6:\"1.3.13\";s:5:\"title\";s:51:\"Additional Variation Images Gallery for WooCommerce\";s:9:\"is_active\";b:0;s:14:\"is_uninstalled\";b:0;}s:21:\"age-gate/age-gate.php\";a:6:{s:4:\"slug\";s:8:\"age-gate\";s:7:\"version\";s:5:\"3.0.9\";s:5:\"title\";s:8:\"Age Gate\";s:9:\"is_active\";b:0;s:14:\"is_uninstalled\";b:0;s:7:\"Version\";s:6:\"3.0.13\";}s:57:\"age-gate-user-registration/age-gate-user-registration.php\";a:5:{s:4:\"slug\";s:26:\"age-gate-user-registration\";s:7:\"version\";s:5:\"0.2.1\";s:5:\"title\";s:26:\"Age Gate User Registration\";s:9:\"is_active\";b:0;s:14:\"is_uninstalled\";b:0;}s:28:\"agecheckernet/agechecker.php\";a:5:{s:4:\"slug\";s:13:\"agecheckernet\";s:7:\"version\";s:6:\"1.13.4\";s:5:\"title\";s:30:\"Age Verification for eCommerce\";s:9:\"is_active\";b:0;s:14:\"is_uninstalled\";b:0;}s:43:\"all-in-one-seo-pack/all_in_one_seo_pack.php\";a:5:{s:4:\"slug\";s:19:\"all-in-one-seo-pack\";s:7:\"version\";s:5:\"4.2.8\";s:5:\"title\";s:14:\"All in One SEO\";s:9:\"is_active\";b:0;s:14:\"is_uninstalled\";b:0;}s:36:\"cleantalk-spam-protect/cleantalk.php\";a:6:{s:4:\"slug\";s:22:\"cleantalk-spam-protect\";s:7:\"version\";s:5:\"6.0.1\";s:5:\"title\";s:22:\"Anti-Spam by CleanTalk\";s:9:\"is_active\";b:0;s:14:\"is_uninstalled\";b:0;s:7:\"Version\";s:3:\"6.1\";}s:26:\"assistant/fl-assistant.php\";a:6:{s:4:\"slug\";s:9:\"assistant\";s:7:\"version\";s:5:\"1.3.4\";s:5:\"title\";s:9:\"Assistant\";s:9:\"is_active\";b:0;s:14:\"is_uninstalled\";b:0;s:7:\"Version\";s:5:\"1.3.5\";}s:85:\"automatic-order-printing-for-woocommerce/automatic-order-printing-for-woocommerce.php\";a:5:{s:4:\"slug\";s:40:\"automatic-order-printing-for-woocommerce\";s:7:\"version\";s:5:\"1.0.8\";s:5:\"title\";s:40:\"Automatic Order Printing for WooCommerce\";s:9:\"is_active\";b:0;s:14:\"is_uninstalled\";b:0;}s:35:\"wp-time-capsule/wp-time-capsule.php\";a:5:{s:4:\"slug\";s:15:\"wp-time-capsule\";s:7:\"version\";s:7:\"1.22.13\";s:5:\"title\";s:37:\"Backup and Staging by WP Time Capsule\";s:9:\"is_active\";b:0;s:14:\"is_uninstalled\";b:0;}s:29:\"beaver-builder/fl-builder.php\";a:5:{s:4:\"slug\";s:14:\"beaver-builder\";s:7:\"version\";s:7:\"2.5.1.2\";s:5:\"title\";s:35:\"Beaver Builder Plugin (Pro Version)\";s:9:\"is_active\";b:0;s:14:\"is_uninstalled\";b:0;}s:34:\"beaver-themer/bb-theme-builder.php\";a:5:{s:4:\"slug\";s:13:\"beaver-themer\";s:7:\"version\";s:7:\"1.4.0.1\";s:5:\"title\";s:13:\"Beaver Themer\";s:9:\"is_active\";b:0;s:14:\"is_uninstalled\";b:0;}s:33:\"classic-editor/classic-editor.php\";a:5:{s:4:\"slug\";s:14:\"classic-editor\";s:7:\"version\";s:5:\"1.6.2\";s:5:\"title\";s:14:\"Classic Editor\";s:9:\"is_active\";b:0;s:14:\"is_uninstalled\";b:0;}s:35:\"classic-widgets/classic-widgets.php\";a:5:{s:4:\"slug\";s:15:\"classic-widgets\";s:7:\"version\";s:3:\"0.3\";s:5:\"title\";s:15:\"Classic Widgets\";s:9:\"is_active\";b:0;s:14:\"is_uninstalled\";b:0;}s:31:\"code-snippets/code-snippets.php\";a:5:{s:4:\"slug\";s:13:\"code-snippets\";s:7:\"version\";s:5:\"3.2.2\";s:5:\"title\";s:13:\"Code Snippets\";s:9:\"is_active\";b:0;s:14:\"is_uninstalled\";b:0;}s:27:\"coming-soon/coming-soon.php\";a:6:{s:4:\"slug\";s:11:\"coming-soon\";s:7:\"version\";s:6:\"6.15.6\";s:5:\"title\";s:89:\"Coming Soon Page, Maintenance Mode, Landing Pages & WordPress Website Builder by SeedProd\";s:9:\"is_active\";b:0;s:14:\"is_uninstalled\";b:0;s:7:\"Version\";s:6:\"6.15.7\";}s:37:\"woo-coupon-usage/woo-coupon-usage.php\";a:5:{s:4:\"slug\";s:16:\"woo-coupon-usage\";s:7:\"version\";s:5:\"5.4.0\";s:5:\"title\";s:33:\"Coupon Affiliates for WooCommerce\";s:9:\"is_active\";b:0;s:14:\"is_uninstalled\";b:0;}s:57:\"disable-right-click-for-wp/disable-right-click-for-wp.php\";a:5:{s:4:\"slug\";s:26:\"disable-right-click-for-wp\";s:7:\"version\";s:5:\"1.1.6\";s:5:\"title\";s:26:\"Disable Right Click For WP\";s:9:\"is_active\";b:0;s:14:\"is_uninstalled\";b:0;}s:75:\"easy-woocommerce-auto-sku-generator/easy-woocommerce-auto-sku-generator.php\";a:5:{s:4:\"slug\";s:35:\"easy-woocommerce-auto-sku-generator\";s:7:\"version\";s:5:\"1.1.2\";s:5:\"title\";s:39:\"Easy Auto SKU Generator for WooCommerce\";s:9:\"is_active\";b:0;s:14:\"is_uninstalled\";b:0;}s:48:\"identity-verification-for-woocommerce/realid.php\";a:5:{s:4:\"slug\";s:37:\"identity-verification-for-woocommerce\";s:7:\"version\";s:5:\"1.2.2\";s:5:\"title\";s:37:\"Identity Verification for WooCommerce\";s:9:\"is_active\";b:0;s:14:\"is_uninstalled\";b:0;}s:55:\"google-pagespeed-insights/google-pagespeed-insights.php\";a:5:{s:4:\"slug\";s:25:\"google-pagespeed-insights\";s:7:\"version\";s:5:\"4.0.8\";s:5:\"title\";s:30:\"Insights from Google PageSpeed\";s:9:\"is_active\";b:0;s:14:\"is_uninstalled\";b:0;}s:19:\"jetpack/jetpack.php\";a:5:{s:4:\"slug\";s:7:\"jetpack\";s:7:\"version\";s:4:\"11.6\";s:5:\"title\";s:7:\"Jetpack\";s:9:\"is_active\";b:0;s:14:\"is_uninstalled\";b:0;}s:35:\"litespeed-cache/litespeed-cache.php\";a:6:{s:4:\"slug\";s:15:\"litespeed-cache\";s:7:\"version\";s:3:\"5.3\";s:5:\"title\";s:15:\"LiteSpeed Cache\";s:9:\"is_active\";b:0;s:14:\"is_uninstalled\";b:0;s:7:\"Version\";s:5:\"5.3.1\";}s:81:\"local-delivery-drivers-for-woocommerce/local-delivery-drivers-for-wooCommerce.php\";a:5:{s:4:\"slug\";s:38:\"local-delivery-drivers-for-woocommerce\";s:7:\"version\";s:5:\"1.8.8\";s:5:\"title\";s:38:\"Local Delivery Drivers for WooCommerce\";s:9:\"is_active\";b:0;s:14:\"is_uninstalled\";b:0;}s:29:\"mainwp-child/mainwp-child.php\";a:6:{s:4:\"slug\";s:12:\"mainwp-child\";s:7:\"version\";s:7:\"4.3.0.1\";s:5:\"title\";s:12:\"MainWP Child\";s:9:\"is_active\";b:0;s:14:\"is_uninstalled\";b:0;s:7:\"Version\";s:5:\"4.3.1\";}s:45:\"mainwp-child-reports/mainwp-child-reports.php\";a:6:{s:4:\"slug\";s:20:\"mainwp-child-reports\";s:7:\"version\";s:5:\"2.0.8\";s:5:\"title\";s:20:\"MainWP Child Reports\";s:9:\"is_active\";b:0;s:14:\"is_uninstalled\";b:0;s:7:\"Version\";s:3:\"2.1\";}s:28:\"migrate-guru/migrateguru.php\";a:5:{s:4:\"slug\";s:12:\"migrate-guru\";s:7:\"version\";s:4:\"4.78\";s:5:\"title\";s:12:\"Migrate Guru\";s:9:\"is_active\";b:0;s:14:\"is_uninstalled\";b:0;}s:35:\"modula-best-grid-gallery/Modula.php\";a:6:{s:4:\"slug\";s:24:\"modula-best-grid-gallery\";s:7:\"version\";s:6:\"2.6.92\";s:5:\"title\";s:6:\"Modula\";s:9:\"is_active\";b:0;s:14:\"is_uninstalled\";b:0;s:7:\"Version\";s:5:\"2.7.1\";}s:55:\"pw-woocommerce-hosted-page-master/pinwheel-checkout.php\";a:5:{s:4:\"slug\";s:33:\"pw-woocommerce-hosted-page-master\";s:7:\"version\";s:5:\"2.0.0\";s:5:\"title\";s:31:\"Pinwheel Hosted Payment Gateway\";s:9:\"is_active\";b:0;s:14:\"is_uninstalled\";b:0;}s:56:\"powerpack-addon-for-beaver-builder/bb-powerpack-lite.php\";a:5:{s:4:\"slug\";s:34:\"powerpack-addon-for-beaver-builder\";s:7:\"version\";s:7:\"1.2.9.3\";s:5:\"title\";s:33:\"PowerPack Lite for Beaver Builder\";s:9:\"is_active\";b:0;s:14:\"is_uninstalled\";b:0;}s:27:\"redirection/redirection.php\";a:6:{s:4:\"slug\";s:11:\"redirection\";s:7:\"version\";s:5:\"5.3.5\";s:5:\"title\";s:11:\"Redirection\";s:9:\"is_active\";b:0;s:14:\"is_uninstalled\";b:0;s:7:\"Version\";s:5:\"5.3.6\";}s:55:\"security-malware-firewall/security-malware-firewall.php\";a:6:{s:4:\"slug\";s:25:\"security-malware-firewall\";s:7:\"version\";s:4:\"2.99\";s:5:\"title\";s:21:\"Security by CleanTalk\";s:9:\"is_active\";b:0;s:14:\"is_uninstalled\";b:0;s:7:\"Version\";s:5:\"2.100\";}s:43:\"siteground-migrator/siteground-migrator.php\";a:5:{s:4:\"slug\";s:19:\"siteground-migrator\";s:7:\"version\";s:5:\"2.0.4\";s:5:\"title\";s:19:\"SiteGround Migrator\";s:9:\"is_active\";b:0;s:14:\"is_uninstalled\";b:0;}s:31:\"sg-cachepress/sg-cachepress.php\";a:5:{s:4:\"slug\";s:13:\"sg-cachepress\";s:7:\"version\";s:5:\"7.2.6\";s:5:\"title\";s:20:\"SiteGround Optimizer\";s:9:\"is_active\";b:0;s:14:\"is_uninstalled\";b:0;}s:27:\"sg-security/sg-security.php\";a:5:{s:4:\"slug\";s:11:\"sg-security\";s:7:\"version\";s:5:\"1.3.7\";s:5:\"title\";s:19:\"SiteGround Security\";s:9:\"is_active\";b:0;s:14:\"is_uninstalled\";b:0;}s:43:\"woocommerce-tipping/woocommerce-tipping.php\";a:5:{s:4:\"slug\";s:19:\"woocommerce-tipping\";s:7:\"version\";s:5:\"1.0.9\";s:5:\"title\";s:23:\"Tipping for WooCommerce\";s:9:\"is_active\";b:0;s:14:\"is_uninstalled\";b:0;}s:40:\"bb-ultimate-addons/bb-ultimate-addon.php\";a:5:{s:4:\"slug\";s:18:\"bb-ultimate-addons\";s:7:\"version\";s:6:\"1.34.2\";s:5:\"title\";s:34:\"Ultimate Addons for Beaver Builder\";s:9:\"is_active\";b:0;s:14:\"is_uninstalled\";b:0;}s:33:\"user-switching/user-switching.php\";a:5:{s:4:\"slug\";s:14:\"user-switching\";s:7:\"version\";s:5:\"1.7.0\";s:5:\"title\";s:14:\"User Switching\";s:9:\"is_active\";b:0;s:14:\"is_uninstalled\";b:0;}s:69:\"whws-display-user-meta-shortcode/whws-display-user-meta-shortcode.php\";a:5:{s:4:\"slug\";s:32:\"whws-display-user-meta-shortcode\";s:7:\"version\";s:3:\"0.6\";s:5:\"title\";s:32:\"WHWS Display User Meta Shortcode\";s:9:\"is_active\";b:0;s:14:\"is_uninstalled\";b:0;}s:27:\"woocommerce/woocommerce.php\";a:6:{s:4:\"slug\";s:11:\"woocommerce\";s:7:\"version\";s:5:\"7.1.1\";s:5:\"title\";s:11:\"WooCommerce\";s:9:\"is_active\";b:0;s:14:\"is_uninstalled\";b:0;s:7:\"Version\";s:5:\"7.2.0\";}s:35:\"woocommerce-pip/woocommerce-pip.php\";a:5:{s:4:\"slug\";s:15:\"woocommerce-pip\";s:7:\"version\";s:6:\"3.11.4\";s:5:\"title\";s:40:\"WooCommerce Print Invoices/Packing Lists\";s:9:\"is_active\";b:0;s:14:\"is_uninstalled\";b:0;}s:59:\"woocommerce-product-bundles/woocommerce-product-bundles.php\";a:5:{s:4:\"slug\";s:27:\"woocommerce-product-bundles\";s:7:\"version\";s:6:\"6.16.0\";s:5:\"title\";s:27:\"WooCommerce Product Bundles\";s:9:\"is_active\";b:0;s:14:\"is_uninstalled\";b:0;}s:45:\"woocommerce-services/woocommerce-services.php\";a:5:{s:4:\"slug\";s:20:\"woocommerce-services\";s:7:\"version\";s:5:\"2.1.0\";s:5:\"title\";s:26:\"WooCommerce Shipping & Tax\";s:9:\"is_active\";b:0;s:14:\"is_uninstalled\";b:0;}s:41:\"woocommerce-square/woocommerce-square.php\";a:5:{s:4:\"slug\";s:18:\"woocommerce-square\";s:7:\"version\";s:5:\"3.4.1\";s:5:\"title\";s:18:\"WooCommerce Square\";s:9:\"is_active\";b:0;s:14:\"is_uninstalled\";b:0;}s:17:\"wpcore/wpcore.php\";a:5:{s:4:\"slug\";s:6:\"wpcore\";s:7:\"version\";s:5:\"1.9.1\";s:5:\"title\";s:21:\"WPCore Plugin Manager\";s:9:\"is_active\";b:0;s:14:\"is_uninstalled\";b:0;}s:29:\"wp-mail-smtp/wp_mail_smtp.php\";a:6:{s:4:\"slug\";s:12:\"wp-mail-smtp\";s:7:\"version\";s:5:\"3.6.1\";s:5:\"title\";s:12:\"WP Mail SMTP\";s:9:\"is_active\";b:0;s:14:\"is_uninstalled\";b:0;s:7:\"Version\";s:5:\"3.7.0\";}s:51:\"woocommerce-memberships/woocommerce-memberships.php\";a:5:{s:4:\"slug\";s:39:\"woocommerce-com-woocommerce-memberships\";s:7:\"version\";s:6:\"1.24.0\";s:5:\"title\";s:23:\"WooCommerce Memberships\";s:9:\"is_active\";b:0;s:14:\"is_uninstalled\";b:0;}s:19:\"wpforms/wpforms.php\";a:5:{s:4:\"slug\";s:7:\"wpforms\";s:7:\"version\";s:5:\"1.7.8\";s:5:\"title\";s:7:\"WPForms\";s:9:\"is_active\";b:0;s:14:\"is_uninstalled\";b:0;}}}s:10:\"all_themes\";O:8:\"stdClass\":3:{s:9:\"timestamp\";i:1671557594;s:3:\"md5\";s:32:\"5d15edd6f9ef00e3d1321a5b64299a0b\";s:6:\"themes\";a:3:{s:8:\"bb-theme\";a:5:{s:4:\"slug\";s:8:\"bb-theme\";s:7:\"version\";s:8:\"1.7.12.1\";s:5:\"title\";s:20:\"Beaver Builder Theme\";s:9:\"is_active\";b:0;s:14:\"is_uninstalled\";b:0;}s:14:\"bb-theme-child\";a:5:{s:4:\"slug\";s:14:\"bb-theme-child\";s:7:\"version\";s:3:\"1.0\";s:5:\"title\";s:26:\"Beaver Builder Child Theme\";s:9:\"is_active\";b:1;s:14:\"is_uninstalled\";b:0;}s:17:\"twentytwentythree\";a:5:{s:4:\"slug\";s:17:\"twentytwentythree\";s:7:\"version\";s:3:\"1.0\";s:5:\"title\";s:19:\"Twenty Twenty-Three\";s:9:\"is_active\";b:0;s:14:\"is_uninstalled\";b:0;}}}s:5:\"sites\";a:1:{s:38:\"local-delivery-drivers-for-woocommerce\";O:7:\"FS_Site\":25:{s:7:\"site_id\";s:9:\"142294669\";s:9:\"plugin_id\";s:4:\"6995\";s:7:\"user_id\";s:7:\"6454422\";s:5:\"title\";s:18:\"Düb Delivery Club\";s:3:\"url\";s:28:\"https://www.dubdelivery.club\";s:7:\"version\";s:5:\"1.8.8\";s:8:\"language\";s:5:\"en-US\";s:16:\"platform_version\";s:5:\"6.1.1\";s:11:\"sdk_version\";s:5:\"2.5.3\";s:28:\"programming_language_version\";s:6:\"7.4.33\";s:7:\"plan_id\";s:5:\"11401\";s:10:\"license_id\";N;s:13:\"trial_plan_id\";N;s:10:\"trial_ends\";N;s:10:\"is_premium\";b:0;s:15:\"is_disconnected\";b:0;s:9:\"is_active\";b:1;s:14:\"is_uninstalled\";b:0;s:7:\"is_beta\";b:0;s:10:\"public_key\";s:32:\"pk_5ca3f9d9106c53c740cb4a2cd9762\";s:10:\"secret_key\";s:32:\"sk_6;(q>i-wVsHt:da&FwswnG(_&nD*U\";s:2:\"id\";s:8:\"10849332\";s:7:\"updated\";N;s:7:\"created\";s:19:\"2022-12-08 19:26:30\";s:22:\"\0FS_Entity\0_is_updated\";b:0;}}s:5:\"users\";a:1:{i:6454422;O:7:\"FS_User\":12:{s:5:\"email\";s:25:\"wordpress@fallstech.group\";s:5:\"first\";s:16:\"Falls Tech Group\";s:4:\"last\";s:20:\"System Administrator\";s:11:\"is_verified\";b:1;s:11:\"customer_id\";N;s:5:\"gross\";N;s:10:\"public_key\";s:32:\"pk_930f56ab58e3adc046a7f4d335325\";s:10:\"secret_key\";s:32:\"sk_XbxUxqp{>-kA4r*4N0^!CNNmWI.Jg\";s:2:\"id\";s:7:\"6454422\";s:7:\"updated\";N;s:7:\"created\";s:19:\"2022-12-08 19:26:29\";s:22:\"\0FS_Entity\0_is_updated\";b:0;}}s:23:\"user_id_license_ids_map\";a:1:{i:6995;a:1:{i:6454422;a:0:{}}}s:12:\"all_licenses\";a:1:{i:6995;a:0:{}}s:7:\"updates\";a:1:{i:6995;N;}s:12:\"gc_timestamp\";a:0:{}s:10:\"theme_data\";a:0:{}}','yes');
INSERT INTO `wplc_options` VALUES (60591,'fs_gdpr','a:1:{s:2:\"u1\";a:2:{s:8:\"required\";b:0;s:18:\"show_opt_in_notice\";b:0;}}','yes');
INSERT INTO `wplc_options` VALUES (60592,'fs_api_cache','a:1:{s:55:\"get:/v1/plugins/2732/addons.json?enriched=true&count=50\";O:8:\"stdClass\":3:{s:6:\"result\";O:8:\"stdClass\":1:{s:7:\"plugins\";a:2:{i:0;O:8:\"stdClass\":34:{s:16:\"parent_plugin_id\";s:4:\"2732\";s:12:\"developer_id\";s:4:\"3440\";s:8:\"store_id\";s:4:\"1152\";s:10:\"install_id\";s:7:\"8639363\";s:4:\"slug\";s:39:\"woo-coupon-usage-terawallet-integration\";s:5:\"title\";s:22:\"TeraWallet Integration\";s:11:\"environment\";i:0;s:4:\"icon\";s:99:\"https://s3-us-west-2.amazonaws.com/freemius/plugins/9452/icons/4623eedca7d3a0e8aa59b5101391f013.png\";s:15:\"default_plan_id\";s:5:\"15936\";s:5:\"plans\";i:15936;s:8:\"features\";N;s:17:\"money_back_period\";i:14;s:13:\"refund_policy\";s:8:\"flexible\";s:24:\"annual_renewals_discount\";N;s:22:\"renewals_discount_type\";s:10:\"percentage\";s:11:\"is_released\";b:1;s:15:\"is_sdk_required\";b:1;s:18:\"is_pricing_visible\";b:1;s:19:\"is_wp_org_compliant\";b:0;s:6:\"is_off\";b:0;s:24:\"is_only_for_new_installs\";b:0;s:14:\"installs_limit\";N;s:19:\"free_releases_count\";i:0;s:22:\"premium_releases_count\";i:1;s:17:\"accepted_payments\";i:0;s:7:\"plan_id\";s:1:\"0\";s:4:\"type\";s:6:\"plugin\";s:9:\"is_static\";b:0;s:10:\"public_key\";s:32:\"pk_7888096b8be99a6e427deb15d8e93\";s:2:\"id\";s:4:\"9452\";s:7:\"created\";s:19:\"2021-12-07 01:51:43\";s:7:\"updated\";s:19:\"2023-06-03 22:00:44\";s:4:\"info\";O:8:\"stdClass\":13:{s:9:\"plugin_id\";s:4:\"9452\";s:3:\"url\";N;s:11:\"description\";s:80:\"Integrate Coupon Affiliates with the TeraWallet plugin for store credit payouts.\";s:17:\"short_description\";s:80:\"Integrate Coupon Affiliates with the TeraWallet plugin for store credit payouts.\";s:10:\"banner_url\";s:67:\"https://s3-us-west-2.amazonaws.com/freemius/plugins/9452/banner.png\";s:15:\"card_banner_url\";s:72:\"https://s3-us-west-2.amazonaws.com/freemius/plugins/9452/card_banner.png\";s:15:\"selling_point_0\";N;s:15:\"selling_point_1\";N;s:15:\"selling_point_2\";N;s:11:\"screenshots\";N;s:2:\"id\";s:4:\"2513\";s:7:\"created\";s:19:\"2021-12-07 02:26:04\";s:7:\"updated\";s:19:\"2021-12-07 20:16:36\";}s:12:\"premium_slug\";s:47:\"woo-coupon-usage-terawallet-integration-premium\";}i:1;O:8:\"stdClass\":34:{s:16:\"parent_plugin_id\";s:4:\"2732\";s:12:\"developer_id\";s:4:\"3440\";s:8:\"store_id\";s:4:\"1152\";s:10:\"install_id\";s:7:\"8649767\";s:4:\"slug\";s:38:\"woo-coupon-usage-yithfunds-integration\";s:5:\"title\";s:30:\"YITH Account Funds Integration\";s:11:\"environment\";i:0;s:4:\"icon\";s:99:\"https://s3-us-west-2.amazonaws.com/freemius/plugins/9474/icons/7fb707ae97a1bac67e3c05904963fb56.png\";s:15:\"default_plan_id\";s:5:\"15953\";s:5:\"plans\";i:15953;s:8:\"features\";N;s:17:\"money_back_period\";N;s:13:\"refund_policy\";N;s:24:\"annual_renewals_discount\";N;s:22:\"renewals_discount_type\";s:10:\"percentage\";s:11:\"is_released\";b:1;s:15:\"is_sdk_required\";b:1;s:18:\"is_pricing_visible\";b:1;s:19:\"is_wp_org_compliant\";b:0;s:6:\"is_off\";b:0;s:24:\"is_only_for_new_installs\";b:0;s:14:\"installs_limit\";N;s:19:\"free_releases_count\";i:0;s:22:\"premium_releases_count\";i:1;s:17:\"accepted_payments\";i:0;s:7:\"plan_id\";s:1:\"0\";s:4:\"type\";s:6:\"plugin\";s:9:\"is_static\";b:0;s:10:\"public_key\";s:32:\"pk_b8cb2e3a90dbb5fd755f434b4990e\";s:2:\"id\";s:4:\"9474\";s:7:\"created\";s:19:\"2021-12-08 17:16:15\";s:7:\"updated\";s:19:\"2023-05-21 01:21:23\";s:4:\"info\";O:8:\"stdClass\":13:{s:9:\"plugin_id\";s:4:\"9474\";s:3:\"url\";N;s:11:\"description\";s:88:\"Integrate Coupon Affiliates with the YITH Account Funds plugin for store credit payouts.\";s:17:\"short_description\";s:88:\"Integrate Coupon Affiliates with the YITH Account Funds plugin for store credit payouts.\";s:10:\"banner_url\";N;s:15:\"card_banner_url\";N;s:15:\"selling_point_0\";N;s:15:\"selling_point_1\";N;s:15:\"selling_point_2\";N;s:11:\"screenshots\";N;s:2:\"id\";s:4:\"2517\";s:7:\"created\";s:19:\"2021-12-08 17:48:15\";s:7:\"updated\";N;}s:12:\"premium_slug\";s:46:\"woo-coupon-usage-yithfunds-integration-premium\";}}}s:7:\"created\";i:1705537494;s:9:\"timestamp\";i:1705623894;}}','no');
INSERT INTO `wplc_options` VALUES (60595,'wcusage_my_plugin_do_activation_redirect','1','yes');
INSERT INTO `wplc_options` VALUES (60596,'wcusage_clicks_db_version','4','yes');
INSERT INTO `wplc_options` VALUES (60597,'wcusage_activity_db_version','3','yes');
INSERT INTO `wplc_options` VALUES (60598,'wcusage_custom_roles_version','1','yes');
INSERT INTO `wplc_options` VALUES (60600,'wcusage_update_notice_dismissed','1','yes');
INSERT INTO `wplc_options` VALUES (60601,'wcusage_update_notice_dismissed_version','5.2.1','yes');
INSERT INTO `wplc_options` VALUES (60602,'wcusage_options','a:331:{s:22:\"wcusage_dashboard_page\";s:0:\"\";s:23:\"wcusage_field_affiliate\";s:1:\"0\";s:35:\"wcusage_field_affiliate_fixed_order\";s:1:\"0\";s:37:\"wcusage_field_affiliate_fixed_product\";s:1:\"0\";s:38:\"wcusage_field_affiliate_custom_message\";s:0:\"\";s:40:\"wcusage_field_commission_before_discount\";s:1:\"0\";s:41:\"wcusage_field_commission_include_shipping\";s:1:\"0\";s:47:\"wcusage_field_commission_before_discount_custom\";s:1:\"0\";s:37:\"wcusage_field_commission_include_fees\";s:1:\"0\";s:22:\"wcusage_field_show_tax\";s:1:\"0\";s:28:\"wcusage_field_show_tax_fixed\";s:1:\"0\";s:38:\"wcusage_field_affiliate_deduct_percent\";s:1:\"0\";s:43:\"wcusage_field_affiliate_deduct_percent_show\";i:0;s:20:\"wcusage_field_orders\";s:2:\"10\";s:31:\"wcusage_field_order_type_custom\";a:2:{s:13:\"wc-processing\";s:1:\"1\";s:12:\"wc-completed\";i:1;}s:24:\"wcusage_field_order_sort\";s:8:\"paiddate\";s:24:\"wcusage_field_from_email\";s:0:\"\";s:23:\"wcusage_field_from_name\";s:0:\"\";s:26:\"wcusage_field_email_enable\";s:1:\"1\";s:27:\"wcusage_field_email_subject\";s:16:\"New Coupon Usage\";s:27:\"wcusage_field_email_message\";s:207:\"Hello {name},\r\n\r\nCongratulations, your coupon code \'{coupon}\' has just been used in a new order.\r\n\r\nYou have earned {commission} in unpaid commission!\r\n\r\nThank you for your support.\r\n\r\nDüb Delivery Services\";s:23:\"wcusage_field_color_tab\";s:7:\"#333333\";s:28:\"wcusage_field_color_tab_font\";s:7:\"#ffffff\";s:29:\"wcusage_field_color_tab_hover\";s:7:\"#000000\";s:34:\"wcusage_field_color_tab_hover_font\";s:7:\"#ffffff\";s:25:\"wcusage_field_color_table\";s:7:\"#333333\";s:30:\"wcusage_field_color_table_font\";s:7:\"#ffffff\";s:26:\"wcusage_field_color_button\";s:7:\"#333333\";s:31:\"wcusage_field_color_button_font\";s:7:\"#ffffff\";s:32:\"wcusage_field_color_button_hover\";s:7:\"#131313\";s:37:\"wcusage_field_color_button_font_hover\";s:7:\"#ffffff\";s:30:\"wcusage_field_color_stats_icon\";s:7:\"#bebebe\";s:18:\"wcusage_field_text\";s:0:\"\";s:25:\"wcusage_field_account_tab\";i:0;s:33:\"wcusage_field_account_tab_affonly\";i:0;s:23:\"wcusage_field_loginform\";i:1;s:21:\"wcusage_field_orderid\";i:0;s:20:\"wcusage_field_status\";i:0;s:26:\"wcusage_field_ordercountry\";i:0;s:23:\"wcusage_field_ordercity\";i:0;s:23:\"wcusage_field_ordername\";i:0;s:20:\"wcusage_field_amount\";i:1;s:26:\"wcusage_field_amount_saved\";i:1;s:27:\"wcusage_field_show_shipping\";i:0;s:27:\"wcusage_field_list_products\";i:1;s:38:\"wcusage_field_show_orders_table_totals\";i:1;s:36:\"wcusage_field_show_settings_tab_show\";i:1;s:39:\"wcusage_field_show_settings_tab_account\";i:1;s:30:\"wcusage_field_show_logout_link\";i:1;s:29:\"wcusage_field_enable_currency\";i:0;s:25:\"wcusage_field_show_graphs\";i:1;s:31:\"wcusage_field_show_months_table\";i:1;s:38:\"wcusage_field_show_months_table_export\";i:1;s:38:\"wcusage_field_show_orders_table_export\";i:1;s:29:\"wcusage_field_show_commission\";i:1;s:22:\"wcusage_field_lifetime\";i:0;s:26:\"wcusage_field_lifetime_all\";i:0;s:35:\"wcusage_field_lifetime_require_user\";i:1;s:29:\"wcusage_field_lifetime_expire\";s:1:\"0\";s:32:\"wcusage_field_affiliate_per_user\";i:0;s:50:\"wcusage_field_affiliate_percent_role_administrator\";s:0:\"\";s:54:\"wcusage_field_affiliate_fixed_order_role_administrator\";s:0:\"\";s:56:\"wcusage_field_affiliate_fixed_product_role_administrator\";s:0:\"\";s:43:\"wcusage_field_affiliate_percent_role_editor\";s:0:\"\";s:47:\"wcusage_field_affiliate_fixed_order_role_editor\";s:0:\"\";s:49:\"wcusage_field_affiliate_fixed_product_role_editor\";s:0:\"\";s:43:\"wcusage_field_affiliate_percent_role_author\";s:0:\"\";s:47:\"wcusage_field_affiliate_fixed_order_role_author\";s:0:\"\";s:49:\"wcusage_field_affiliate_fixed_product_role_author\";s:0:\"\";s:48:\"wcusage_field_affiliate_percent_role_contributor\";s:0:\"\";s:52:\"wcusage_field_affiliate_fixed_order_role_contributor\";s:0:\"\";s:54:\"wcusage_field_affiliate_fixed_product_role_contributor\";s:0:\"\";s:47:\"wcusage_field_affiliate_percent_role_subscriber\";s:0:\"\";s:51:\"wcusage_field_affiliate_fixed_order_role_subscriber\";s:0:\"\";s:53:\"wcusage_field_affiliate_fixed_product_role_subscriber\";s:0:\"\";s:50:\"wcusage_field_affiliate_percent_role_wpseo_manager\";s:0:\"\";s:54:\"wcusage_field_affiliate_fixed_order_role_wpseo_manager\";s:0:\"\";s:56:\"wcusage_field_affiliate_fixed_product_role_wpseo_manager\";s:0:\"\";s:49:\"wcusage_field_affiliate_percent_role_wpseo_editor\";s:0:\"\";s:53:\"wcusage_field_affiliate_fixed_order_role_wpseo_editor\";s:0:\"\";s:55:\"wcusage_field_affiliate_fixed_product_role_wpseo_editor\";s:0:\"\";s:45:\"wcusage_field_affiliate_percent_role_customer\";s:0:\"\";s:49:\"wcusage_field_affiliate_fixed_order_role_customer\";s:0:\"\";s:51:\"wcusage_field_affiliate_fixed_product_role_customer\";s:0:\"\";s:49:\"wcusage_field_affiliate_percent_role_shop_manager\";s:0:\"\";s:53:\"wcusage_field_affiliate_fixed_order_role_shop_manager\";s:0:\"\";s:55:\"wcusage_field_affiliate_fixed_product_role_shop_manager\";s:0:\"\";s:53:\"wcusage_field_affiliate_percent_role_coupon_affiliate\";s:0:\"\";s:57:\"wcusage_field_affiliate_fixed_order_role_coupon_affiliate\";s:0:\"\";s:59:\"wcusage_field_affiliate_fixed_product_role_coupon_affiliate\";s:0:\"\";s:33:\"wcusage_field_allow_assigned_user\";i:1;s:36:\"wcusage_field_allow_multiple_coupons\";i:0;s:29:\"wcusage_field_fraud_block_ips\";s:0:\"\";s:33:\"wcusage_field_fraud_block_domains\";s:0:\"\";s:40:\"wcusage_field_fraud_block_domains_manual\";i:0;s:43:\"wcusage_field_enable_directlinks_protection\";i:0;s:25:\"wcusage_field_urls_enable\";i:1;s:26:\"wcusage_field_apply_enable\";i:1;s:34:\"wcusage_field_apply_instant_enable\";i:1;s:25:\"wcusage_field_urls_prefix\";s:6:\"coupon\";s:24:\"wcusage_urls_cookie_days\";s:2:\"30\";s:29:\"wcusage_field_default_ref_url\";s:26:\"http://www.dubdelivery.app\";s:29:\"wcusage_field_urls_tab_enable\";i:1;s:35:\"wcusage_field_urls_generator_enable\";i:1;s:36:\"wcusage_field_urls_statistics_enable\";i:1;s:23:\"wcusage_field_text_urls\";s:0:\"\";s:32:\"wcusage_field_show_click_history\";i:1;s:39:\"wcusage_field_show_click_history_amount\";s:2:\"10\";s:43:\"wcusage_field_show_click_history_pagination\";i:1;s:42:\"wcusage_field_show_click_history_converted\";i:1;s:28:\"wcusage_field_track_click_ip\";i:1;s:30:\"wcusage_field_track_all_clicks\";i:1;s:28:\"wcusage_field_show_campaigns\";i:1;s:24:\"wcusage_field_src_prefix\";s:3:\"src\";s:26:\"wcusage_field_show_qrcodes\";i:0;s:32:\"wcusage_field_enable_directlinks\";i:0;s:30:\"wcusage_field_directlinks_text\";s:0:\"\";s:42:\"wcusage_field_enable_directlinks_campaigns\";i:1;s:28:\"wcusage_field_show_shortlink\";i:0;s:33:\"wcusage_field_show_shortlink_slug\";s:4:\"link\";s:25:\"wcusage_field_show_social\";i:1;s:34:\"wcusage_field_show_social_facebook\";i:1;s:33:\"wcusage_field_show_social_twitter\";i:1;s:34:\"wcusage_field_show_social_whatsapp\";i:0;s:32:\"wcusage_field_show_social_tumblr\";i:0;s:34:\"wcusage_field_show_social_telegram\";i:0;s:32:\"wcusage_field_show_social_reddit\";i:0;s:31:\"wcusage_field_show_social_email\";i:1;s:38:\"wcusage_field_show_social_twitter_text\";s:22:\"Düb Delivery Services\";s:39:\"wcusage_field_show_social_email_subject\";s:40:\"Check this out on Düb Delivery Services\";s:39:\"wcusage_field_show_social_email_message\";s:41:\"I saw this and thought you would like it:\";s:30:\"wcusage_field_creatives_enable\";i:1;s:27:\"wcusage_field_landing_pages\";i:0;s:32:\"wcusage_field_landing_pages_show\";i:0;s:32:\"wcusage_field_landing_pages_text\";s:0:\"\";s:32:\"wcusage_field_email_enable_extra\";i:1;s:39:\"wcusage_field_email_registration_enable\";i:1;s:40:\"wcusage_field_email_registration_subject\";s:31:\"Affiliate Application Submitted\";s:40:\"wcusage_field_email_registration_message\";s:167:\"Hello {name},<br/><br/>Your affiliate application for the coupon code \'{coupon}\' has been submitted.<br/><br/>We will review your application and get back to you soon.\";s:43:\"wcusage_field_email_registration_new_enable\";i:1;s:44:\"wcusage_field_email_registration_new_subject\";s:31:\"Affiliate Account Login Details\";s:44:\"wcusage_field_email_registration_new_message\";s:186:\"Hello {name},<br/><br/>Your new affiliate account has been created.<br/><br/>Username: {username}<br/><br/>You can login and access the affiliate dashboard page here: <br/>{dashboardurl}\";s:45:\"wcusage_field_email_registration_admin_enable\";i:1;s:46:\"wcusage_field_email_registration_admin_subject\";s:25:\"New Affiliate Application\";s:46:\"wcusage_field_email_registration_admin_message\";s:194:\"You have received a new coupon affiliate application!<br/><br/>Username: {username}<br/><br/>Preferred coupon code: {coupon}<br/><br/>You can approve or decline this application here: {adminurl}\";s:46:\"wcusage_field_email_registration_accept_enable\";i:1;s:47:\"wcusage_field_email_registration_accept_subject\";s:31:\"Affiliate Application Accepted!\";s:47:\"wcusage_field_email_registration_accept_message\";s:171:\"Your affiliate application has been accepted for the coupon code: {coupon}<br/><br/>Get started by visiting the affiliate dashboard here: {dashboardurl}<br/><br/>{message}\";s:47:\"wcusage_field_email_registration_decline_enable\";i:1;s:48:\"wcusage_field_email_registration_decline_subject\";s:30:\"Affiliate Application Declined\";s:48:\"wcusage_field_email_registration_decline_message\";s:226:\"Sorry, your affiliate application has been declined for the coupon code: {coupon}<br/><br/>Please feel free to submit another application for a different coupon code, or contact us if you have any questions.<br/><br/>{message}\";s:39:\"wcusage_field_email_payout_admin_enable\";i:1;s:40:\"wcusage_field_email_payout_admin_subject\";s:28:\"New Payout Request: {coupon}\";s:40:\"wcusage_field_email_payout_admin_message\";s:209:\"You have received a new payout request from an affiliate.<br/><br/>Username: {username}<br/><br/>Coupon code: {coupon}<br/><br/>Amount: &#36;{amount}<br/><br/>You can manage this payout here: {adminpayoutsurl}\";s:45:\"wcusage_field_email_payout_admin_bulk_subject\";s:28:\"{number} New Payout Requests\";s:45:\"wcusage_field_email_payout_admin_bulk_message\";s:151:\"{number} new commission payouts have been automatically requested:<br/><br/>{payoutslist}<br/><br/>You can manage these payouts here: {adminpayoutsurl}\";s:43:\"wcusage_field_email_payout_affiliate_enable\";i:1;s:44:\"wcusage_field_email_payout_affiliate_subject\";s:22:\"New Commission Payout!\";s:44:\"wcusage_field_email_payout_affiliate_message\";s:183:\"Hello {name},<br/><br/>Your latest payout request #{id} has now been successfully paid.<br/><br/>Coupon code: {coupon}<br/><br/>Amount: &#36;{amount}<br/><br/>Payment method: {method}\";s:44:\"wcusage_field_email_direct_link_admin_enable\";i:1;s:45:\"wcusage_field_email_direct_link_admin_subject\";s:41:\"New Domain Request (Direct Link Tracking)\";s:45:\"wcusage_field_email_direct_link_admin_message\";s:186:\"You have received a new domain request for direct link tracking.<br/><br/>Coupon code: {coupon}<br/><br/>Domain: {domain}<br/><br/>You can approve or decline this domain here: {adminurl}\";s:45:\"wcusage_field_email_direct_link_accept_enable\";i:1;s:46:\"wcusage_field_email_direct_link_accept_subject\";s:25:\"Domain Accepted: {domain}\";s:46:\"wcusage_field_email_direct_link_accept_message\";s:277:\"Hello {name},<br/><br/>Your domain has been accepted for direct link tracking.<br/><br/>Coupon code: {coupon}<br/><br/>Domain: {domain}<br/><br/>You can now link directly to our website on this domain, and it will work in the same way as a referral URL.<br/><br/>{dashboardurl}\";s:46:\"wcusage_field_email_direct_link_decline_enable\";i:1;s:47:\"wcusage_field_email_direct_link_decline_subject\";s:25:\"Domain Declined: {domain}\";s:47:\"wcusage_field_email_direct_link_decline_message\";s:142:\"Hello {name},<br/><br/>Sorry, your domain has been declined for direct link tracking.<br/><br/>Coupon code: {coupon}<br/><br/>Domain: {domain}\";s:37:\"wcusage_field_email_mla_invite_enable\";i:1;s:38:\"wcusage_field_email_mla_invite_subject\";s:28:\"Affiliate Program Invitation\";s:38:\"wcusage_field_email_mla_invite_message\";s:191:\"Hello,<br/><br/>You have just been invited to join our affiliate program.<br/><br/>Earn commission on all the sales that you refer to us!<br/><br/>Get started by registering here: {inviteurl}\";s:43:\"wcusage_field_email_mla_sub_referral_enable\";i:1;s:44:\"wcusage_field_email_mla_sub_referral_subject\";s:32:\"(MLA) New Sub-Affiliate Referral\";s:44:\"wcusage_field_email_mla_sub_referral_message\";s:171:\"Hello {name},<br/><br/>Congratulations, your sub-affiliate member \'{sub-affiliate-user}\' has referrered a new sale!<br/><br/>You earned a commission share of: {commission}\";s:41:\"wcusage_field_email_mla_sub_signup_enable\";i:1;s:42:\"wcusage_field_email_mla_sub_signup_subject\";s:24:\"New Sub-Affiliate Signup\";s:42:\"wcusage_field_email_mla_sub_signup_message\";s:222:\"Hello {name},<br/><br/>The user \'{sub-affiliate-user}\' has just become a tier {sub-affiliate-tier} affiliate in your MLA network!<br/><br/>You will earn {sub-affiliate-commission}% commission on all sales they refer to us.\";s:39:\"wcusage_field_enable_currency_save_rate\";i:0;s:29:\"wcusage_field_currency_number\";s:1:\"5\";s:29:\"wcusage_field_tracking_enable\";i:1;s:28:\"wcusage_field_payouts_enable\";i:1;s:30:\"wcusage_field_payout_threshold\";s:1:\"0\";s:25:\"wcusage_field_payout_days\";s:1:\"0\";s:37:\"wcusage_field_payout_details_required\";i:1;s:35:\"wcusage_field_enable_payoutschedule\";i:0;s:27:\"wcusage_payouts_auto_accept\";i:0;s:37:\"wcusage_payouts_auto_accept_threshold\";s:3:\"200\";s:40:\"wcusage_payouts_auto_accept_first_manual\";i:0;s:27:\"wcusage_field_paypal_enable\";i:0;s:36:\"wcusage_field_tr_payouts_paypal_only\";s:6:\"Manual\";s:36:\"wcusage_field_tr_payouts_paypal_info\";s:0:\"\";s:33:\"wcusage_field_paypal_enable_field\";i:1;s:31:\"wcusage_field_tr_payouts_paypal\";s:15:\"Payment Details\";s:28:\"wcusage_field_paypal2_enable\";i:0;s:37:\"wcusage_field_tr_payouts_paypal2_only\";s:6:\"Manual\";s:37:\"wcusage_field_tr_payouts_paypal2_info\";s:0:\"\";s:34:\"wcusage_field_paypal2_enable_field\";i:1;s:32:\"wcusage_field_tr_payouts_paypal2\";s:15:\"Payment Details\";s:33:\"wcusage_field_banktransfer_enable\";i:0;s:42:\"wcusage_field_tr_payouts_banktransfer_only\";s:13:\"Bank Transfer\";s:42:\"wcusage_field_tr_payouts_banktransfer_info\";s:0:\"\";s:42:\"wcusage_field_tr_payouts_banktransfer_name\";s:10:\"Payee Name\";s:42:\"wcusage_field_tr_payouts_banktransfer_sort\";s:9:\"Sort Code\";s:45:\"wcusage_field_tr_payouts_banktransfer_account\";s:14:\"Account Number\";s:30:\"wcusage_field_paypalapi_enable\";i:0;s:39:\"wcusage_field_tr_payouts_paypalapi_only\";s:14:\"PayPal Payouts\";s:34:\"wcusage_field_tr_payouts_paypalapi\";s:20:\"PayPal Email Address\";s:39:\"wcusage_field_tr_payouts_paypalapi_info\";s:0:\"\";s:42:\"wcusage_field_tr_payouts_paypalapi_subject\";s:17:\"Commission Payout\";s:42:\"wcusage_field_tr_payouts_paypalapi_message\";s:52:\"Congrats, you have received a new commission payout!\";s:39:\"wcusage_field_tr_payouts_paypalapi_test\";i:0;s:26:\"wcusage_field_paypalapi_id\";s:0:\"\";s:30:\"wcusage_field_paypalapi_secret\";s:0:\"\";s:31:\"wcusage_field_paypalapi_test_id\";s:0:\"\";s:35:\"wcusage_field_paypalapi_test_secret\";s:0:\"\";s:30:\"wcusage_field_stripeapi_enable\";i:0;s:39:\"wcusage_field_tr_payouts_stripeapi_only\";s:14:\"Stripe Payouts\";s:34:\"wcusage_field_tr_payouts_stripeapi\";s:14:\"Stripe Account\";s:39:\"wcusage_field_tr_payouts_stripeapi_info\";s:0:\"\";s:39:\"wcusage_field_tr_payouts_stripeapi_test\";i:0;s:31:\"wcusage_field_stripeapi_publish\";s:0:\"\";s:30:\"wcusage_field_stripeapi_secret\";s:0:\"\";s:36:\"wcusage_field_stripeapi_test_publish\";s:0:\"\";s:35:\"wcusage_field_stripeapi_test_secret\";s:0:\"\";s:32:\"wcusage_field_storecredit_enable\";i:0;s:41:\"wcusage_field_tr_payouts_storecredit_only\";s:12:\"Store Credit\";s:41:\"wcusage_field_tr_payouts_storecredit_info\";s:0:\"\";s:44:\"wcusage_field_tr_payouts_storecredit_balance\";s:20:\"Store Credit Balance\";s:48:\"wcusage_field_tr_payouts_storecredit_description\";s:20:\"Affiliate Commission\";s:45:\"wcusage_field_tr_payouts_storecredit_discount\";s:21:\"Store Credit Discount\";s:46:\"wcusage_field_tr_payouts_storecredit_available\";s:32:\"Affiliate store credit available\";s:42:\"wcusage_field_tr_payouts_storecredit_apply\";s:36:\"Apply {credit} credit to this order.\";s:46:\"wcusage_field_tr_payouts_storecredit_users_col\";i:1;s:42:\"wcusage_field_tr_payouts_storecredit_bonus\";s:1:\"0\";s:34:\"wcusage_field_payouts_enable_admin\";i:1;s:28:\"wcusage_field_enable_reports\";i:0;s:40:\"wcusage_field_enable_reports_user_option\";i:1;s:36:\"wcusage_field_enable_reports_default\";i:1;s:36:\"wcusage_field_pdfreports_text_header\";s:0:\"\";s:36:\"wcusage_field_pdfreports_text_footer\";s:0:\"\";s:35:\"wcusage_field_pdfreports_text_title\";s:16:\"Affiliate Report\";s:32:\"wcusage_field_reports_show_sales\";i:1;s:35:\"wcusage_field_pdfreports_text_sales\";s:16:\"Sales Statistics\";s:37:\"wcusage_field_reports_show_commission\";i:1;s:40:\"wcusage_field_pdfreports_text_commission\";s:21:\"Commission Statistics\";s:35:\"wcusage_field_reports_show_referral\";i:1;s:33:\"wcusage_field_pdfreports_text_url\";s:23:\"Referral URL Statistics\";s:32:\"wcusage_field_custom_tabs_number\";s:1:\"2\";s:33:\"wcusage_field_registration_enable\";i:1;s:42:\"wcusage_field_registration_coupon_template\";s:0:\"\";s:38:\"wcusage_field_registration_auto_accept\";i:0;s:40:\"wcusage_field_registration_enable_logout\";i:1;s:39:\"wcusage_field_registration_enable_login\";i:1;s:51:\"wcusage_field_registration_enable_register_loggedin\";i:1;s:43:\"wcusage_field_registration_disable_existing\";i:1;s:27:\"wcusage_field_register_role\";i:1;s:39:\"wcusage_field_register_role_only_accept\";i:0;s:42:\"wcusage_field_register_role_remove_pending\";i:1;s:38:\"wcusage_field_registration_auto_coupon\";i:0;s:45:\"wcusage_field_registration_auto_coupon_format\";s:18:\"{username}{amount}\";s:40:\"wcusage_field_registration_emailusername\";i:0;s:41:\"wcusage_field_registration_enable_website\";i:0;s:39:\"wcusage_field_registration_website_text\";s:12:\"Your Website\";s:45:\"wcusage_field_registration_enable_website_req\";i:1;s:41:\"wcusage_field_registration_enable_promote\";i:0;s:39:\"wcusage_field_registration_promote_text\";s:24:\"How will you promote us?\";s:45:\"wcusage_field_registration_enable_promote_req\";i:1;s:42:\"wcusage_field_registration_enable_referrer\";i:0;s:40:\"wcusage_field_registration_referrer_text\";s:26:\"How did you hear about us?\";s:46:\"wcusage_field_registration_enable_referrer_req\";i:0;s:32:\"wcusage_field_form_style_columns\";i:0;s:37:\"wcusage_field_registration_form_title\";s:0:\"\";s:45:\"wcusage_field_registration_submit_button_text\";s:0:\"\";s:39:\"wcusage_field_registration_enable_terms\";i:0;s:40:\"wcusage_field_registration_terms_message\";s:64:\"I have read and agree to the Affiliate Terms and Privacy Policy.\";s:41:\"wcusage_field_registration_accept_message\";s:112:\"Your affiliate application for the coupon code &quot;{coupon}&quot; has been submitted. Please check your email.\";s:44:\"wcusage_field_registration_checkout_checkbox\";i:0;s:49:\"wcusage_field_registration_checkout_checkbox_text\";s:40:\"Click here to join our affiliate program\";s:52:\"wcusage_field_registration_checkout_checkbox_checked\";i:0;s:34:\"wcusage_registration_recaptcha_key\";s:0:\"\";s:37:\"wcusage_registration_recaptcha_secret\";s:0:\"\";s:42:\"wcusage_field_subscriptions_renewals_limit\";s:1:\"0\";s:24:\"wcusage_field_show_boxed\";i:1;s:29:\"wcusage_field_show_tabs_icons\";i:1;s:42:\"wcusage_field_enable_order_commission_meta\";i:1;s:42:\"wcusage_field_enable_coupon_all_stats_meta\";i:1;s:49:\"wcusage_field_enable_never_update_commission_meta\";i:0;s:23:\"wcusage_field_load_ajax\";i:1;s:32:\"wcusage_field_load_ajax_per_page\";i:1;s:23:\"wcusage_field_page_load\";i:0;s:27:\"wcusage_field_hide_all_time\";i:0;s:27:\"wcusage_enable_activity_log\";i:1;s:35:\"wcusage_field_show_coupon_if_single\";i:1;s:24:\"wcusage_field_urlprivate\";i:1;s:24:\"wcusage_field_justcoupon\";i:1;s:33:\"wcusage_field_coupon_applied_hide\";i:1;s:39:\"wcusage_field_coupon_hide_woo_marketing\";i:1;s:30:\"wcusage_field_show_column_code\";i:1;s:34:\"wcusage_field_show_orders_aff_info\";i:1;s:29:\"wcusage_field_settings_legacy\";i:0;s:37:\"wcusage_field_lifetime_track_register\";i:0;s:39:\"wcusage_field_show_social_whatsapp_text\";s:0:\"\";s:44:\"wcusage_field_registration_multiple_template\";i:0;s:48:\"wcusage_field_registration_coupon_template_field\";s:35:\"What type of coupon would you like?\";s:48:\"wcusage_field_registration_coupon_template_label\";s:7:\"Default\";s:50:\"wcusage_field_registration_coupon_template_label_2\";s:0:\"\";s:44:\"wcusage_field_registration_coupon_template_2\";s:0:\"\";s:50:\"wcusage_field_registration_coupon_template_label_3\";s:0:\"\";s:44:\"wcusage_field_registration_coupon_template_3\";s:0:\"\";s:50:\"wcusage_field_registration_coupon_template_label_4\";s:0:\"\";s:44:\"wcusage_field_registration_coupon_template_4\";s:0:\"\";s:50:\"wcusage_field_registration_coupon_template_label_5\";s:0:\"\";s:44:\"wcusage_field_registration_coupon_template_5\";s:0:\"\";s:35:\"wcusage_registration_enable_captcha\";s:1:\"0\";s:40:\"wcusage_field_registration_custom_fields\";s:1:\"5\";s:41:\"wcusage_field_registration_custom_label_1\";s:0:\"\";s:43:\"wcusage_field_registration_custom_options_1\";s:0:\"\";s:44:\"wcusage_field_registration_custom_required_1\";s:0:\"\";s:41:\"wcusage_field_registration_custom_label_2\";s:0:\"\";s:43:\"wcusage_field_registration_custom_options_2\";s:0:\"\";s:44:\"wcusage_field_registration_custom_required_2\";s:0:\"\";s:41:\"wcusage_field_registration_custom_label_3\";s:0:\"\";s:43:\"wcusage_field_registration_custom_options_3\";s:0:\"\";s:44:\"wcusage_field_registration_custom_required_3\";s:0:\"\";s:41:\"wcusage_field_registration_custom_label_4\";s:0:\"\";s:43:\"wcusage_field_registration_custom_options_4\";s:0:\"\";s:44:\"wcusage_field_registration_custom_required_4\";s:0:\"\";s:41:\"wcusage_field_registration_custom_label_5\";s:0:\"\";s:43:\"wcusage_field_registration_custom_options_5\";s:0:\"\";s:44:\"wcusage_field_registration_custom_required_5\";s:0:\"\";s:40:\"wcusage_field_registration_auto_new_user\";i:0;}','yes');
INSERT INTO `wplc_options` VALUES (60603,'wcusage_field_order_type_custom_isset','1','yes');
INSERT INTO `wplc_options` VALUES (61937,'glideffxf_data_install','2027-05-30','yes');
INSERT INTO `wplc_options` VALUES (61950,'skuautoffxf_auto_number','5','yes');
INSERT INTO `wplc_options` VALUES (61951,'skuautoffxf_auto_prefix','DUB-','yes');
INSERT INTO `wplc_options` VALUES (61952,'skuautoffxf_letters_and_numbers','ffxf_landnum','yes');
INSERT INTO `wplc_options` VALUES (61953,'skuautoffxf_auto_ID','no','yes');
INSERT INTO `wplc_options` VALUES (61954,'skuautoffxf_previous','no','yes');
INSERT INTO `wplc_options` VALUES (61955,'skuautoffxf_auto_variant','no','yes');
INSERT INTO `wplc_options` VALUES (61956,'skuautoffxf_duplicate_sku','no','yes');
INSERT INTO `wplc_options` VALUES (62074,'litespeed.conf.debug-exc_strings','[]','yes');
INSERT INTO `wplc_options` VALUES (62075,'litespeed.conf.media-vpi','','yes');
INSERT INTO `wplc_options` VALUES (62076,'litespeed.conf.media-vpi_cron','1','yes');
INSERT INTO `wplc_options` VALUES (62077,'litespeed.conf.qc-token','','yes');
INSERT INTO `wplc_options` VALUES (62078,'litespeed.conf.qc-nameservers','','yes');
INSERT INTO `wplc_options` VALUES (62208,'litespeed.admin_display._summary','{\"new_version.last_check\":1659454903,\"new_version.v\":\"5.1\"}','yes');
INSERT INTO `wplc_options` VALUES (62306,'ffxf_rate_sku','2022-09-14','yes');
INSERT INTO `wplc_options` VALUES (63346,'cleantalk_notice_key_is_incorrect','2022-07-28','yes');
INSERT INTO `wplc_options` VALUES (64151,'litespeed.purge._summary','[]','yes');
INSERT INTO `wplc_options` VALUES (64161,'litespeed.img_optm._summary','{\"last_requested\":1662382034,\"reduced\":85982774,\"last_pull\":1662382110,\"img_taken\":1660}','yes');
INSERT INTO `wplc_options` VALUES (64162,'litespeed.img_optm.need_pull','9','yes');
INSERT INTO `wplc_options` VALUES (64231,'_transient_wpcore_payload','a:1:{i:0;a:2:{s:7:\"success\";b:1;s:4:\"data\";a:3:{s:4:\"name\";s:18:\"Managed WP Install\";s:3:\"key\";s:20:\"kstjqhQjK5vUIuygcoFd\";s:7:\"plugins\";a:18:{i:0;a:3:{s:4:\"slug\";s:13:\"wordpress-seo\";s:8:\"required\";i:0;s:4:\"name\";s:9:\"Yoast SEO\";}i:1;a:3:{s:4:\"slug\";s:14:\"duplicate-post\";s:8:\"required\";i:0;s:4:\"name\";s:20:\"Yoast Duplicate Post\";}i:2;a:3:{s:4:\"slug\";s:22:\"cleantalk-spam-protect\";s:8:\"required\";i:0;s:4:\"name\";s:48:\"Spam protection, AntiSpam, FireWall by CleanTalk\";}i:3;a:3:{s:4:\"slug\";s:12:\"mainwp-child\";s:8:\"required\";i:0;s:4:\"name\";s:86:\"MainWP Child &#8211; Securely connects sites to the MainWP WordPress Manager Dashboard\";}i:4;a:3:{s:4:\"slug\";s:11:\"redirection\";s:8:\"required\";i:0;s:4:\"name\";s:11:\"Redirection\";}i:5;a:3:{s:4:\"slug\";s:12:\"wp-mail-smtp\";s:8:\"required\";i:0;s:4:\"name\";s:74:\"WP Mail SMTP by WPForms &#8211; The Most Popular SMTP and Email Log Plugin\";}i:6;a:3:{s:4:\"slug\";s:6:\"wpcore\";s:8:\"required\";i:0;s:4:\"name\";s:21:\"WPCore Plugin Manager\";}i:7;a:3:{s:4:\"slug\";s:15:\"wp-time-capsule\";s:8:\"required\";i:0;s:4:\"name\";s:37:\"Backup and Staging by WP Time Capsule\";}i:8;a:3:{s:4:\"slug\";s:20:\"mainwp-child-reports\";s:8:\"required\";i:0;s:4:\"name\";s:20:\"MainWP Child Reports\";}i:9;a:3:{s:4:\"slug\";s:24:\"modula-best-grid-gallery\";s:8:\"required\";i:0;s:4:\"name\";s:66:\"Customizable WordPress Gallery Plugin &#8211; Modula Image Gallery\";}i:10;a:3:{s:4:\"slug\";s:15:\"litespeed-cache\";s:8:\"required\";i:0;s:4:\"name\";s:15:\"LiteSpeed Cache\";}i:11;a:3:{s:4:\"slug\";s:25:\"security-malware-firewall\";s:8:\"required\";i:0;s:4:\"name\";s:40:\"Security &amp; Malware scan by CleanTalk\";}i:12;a:3:{s:4:\"slug\";s:14:\"classic-editor\";s:8:\"required\";i:0;s:4:\"name\";s:14:\"Classic Editor\";}i:13;a:5:{s:4:\"slug\";s:14:\"beaver-builder\";s:6:\"source\";s:135:\"https://s3.ca-central-1.amazonaws.com/wpcore-production/custom-plugin-files/68d43de2-0101-4145-a3db-9fd7dc6c8447/3909/bb-plugin-pro.zip\";s:12:\"external_url\";s:33:\"https://www.fallstechnology.group\";s:8:\"required\";i:0;s:4:\"name\";s:18:\"Beaver Builder Pro\";}i:14;a:5:{s:4:\"slug\";s:14:\"wp-forms-elite\";s:6:\"source\";s:129:\"https://s3.ca-central-1.amazonaws.com/wpcore-production/custom-plugin-files/1bbee5f9-0574-45dc-9fcb-0d674ea31e4c/3721/wpforms.zip\";s:12:\"external_url\";s:33:\"https://www.fallstechnology.group\";s:8:\"required\";i:0;s:4:\"name\";s:14:\"WP Forms Elite\";}i:15;a:5:{s:4:\"slug\";s:13:\"beaver-themer\";s:6:\"source\";s:138:\"https://s3.ca-central-1.amazonaws.com/wpcore-production/custom-plugin-files/cccce9fe-866d-4904-9241-a5434d19f3b8/3906/bb-theme-builder.zip\";s:12:\"external_url\";s:27:\"https://www.fallstech.group\";s:8:\"required\";i:0;s:4:\"name\";s:21:\"Beaver Builder Themer\";}i:16;a:5:{s:4:\"slug\";s:9:\"assistant\";s:6:\"source\";s:137:\"https://s3.ca-central-1.amazonaws.com/wpcore-production/custom-plugin-files/c07c77e3-0ab1-430c-a082-1d774784a278/3908/assistant.1.0.3.zip\";s:12:\"external_url\";s:27:\"https://www.fallstech.group\";s:8:\"required\";i:0;s:4:\"name\";s:24:\"Beaver Builder Assistant\";}i:17;a:5:{s:4:\"slug\";s:18:\"bb-ultimate-addons\";s:6:\"source\";s:146:\"https://s3.ca-central-1.amazonaws.com/wpcore-production/custom-plugin-files/9c4d41df-7c97-4648-8b8b-d922230bdb47/3910/bb-ultimate-addon-1.34.2.zip\";s:12:\"external_url\";s:27:\"https://www.fallstech.group\";s:8:\"required\";i:0;s:4:\"name\";s:30:\"Beaver Builder Ultimate Addons\";}}}}}','yes');
INSERT INTO `wplc_options` VALUES (64254,'_transient_jetpack_autoloader_plugin_paths','a:3:{i:0;s:25:\"{{WP_PLUGIN_DIR}}/jetpack\";i:1;s:29:\"{{WP_PLUGIN_DIR}}/woocommerce\";i:2;s:38:\"{{WP_PLUGIN_DIR}}/woocommerce-services\";}','yes');
INSERT INTO `wplc_options` VALUES (64257,'_transient_wpforms_htaccess_file','a:3:{s:4:\"size\";i:737;s:5:\"mtime\";i:1665174649;s:5:\"ctime\";i:1665174649;}','yes');
INSERT INTO `wplc_options` VALUES (64260,'litespeed.crawler._summary','{\"list_size\":\"0\",\"last_update_time\":0,\"curr_crawler\":1,\"curr_crawler_beginning_time\":1659268441,\"last_pos\":0,\"last_count\":0,\"last_crawled\":0,\"last_start_time\":1659268441,\"last_status\":\"stopped\",\"is_running\":0,\"end_reason\":\"end\",\"meta_save_time\":1659268441,\"pos_reset_check\":0,\"done\":0,\"this_full_beginning_time\":1659268441,\"last_full_time_cost\":0,\"last_crawler_total_cost\":0,\"crawler_stats\":[{\"W\":0}]}','yes');
INSERT INTO `wplc_options` VALUES (64261,'litespeed.router.hash','6BZut5','yes');
INSERT INTO `wplc_options` VALUES (64262,'_transient_woocommerce_reports-transient-version','1698383062','yes');
INSERT INTO `wplc_options` VALUES (64317,'_transient_product_query-transient-version','1705537779','yes');
INSERT INTO `wplc_options` VALUES (64322,'_transient_shipping-transient-version','1688752799','yes');
INSERT INTO `wplc_options` VALUES (64422,'_transient_orders-transient-version','1671378826','yes');
INSERT INTO `wplc_options` VALUES (66245,'_transient_health-check-site-status-result','{\"good\":20,\"recommended\":5,\"critical\":0}','yes');
INSERT INTO `wplc_options` VALUES (67405,'cleantalk_settings','a:76:{s:6:\"apikey\";s:15:\"y4u2u6u7u9eza9y\";s:12:\"sfw__enabled\";s:1:\"1\";s:15:\"sfw__anti_flood\";i:0;s:27:\"sfw__anti_flood__view_limit\";d:20;s:17:\"sfw__anti_crawler\";i:0;s:30:\"sfw__use_delete_to_clear_table\";s:1:\"0\";s:15:\"sfw__random_get\";s:2:\"-1\";s:25:\"forms__registrations_test\";s:1:\"1\";s:20:\"forms__comments_test\";s:1:\"1\";s:25:\"forms__contact_forms_test\";s:1:\"1\";s:33:\"forms__general_contact_forms_test\";s:1:\"1\";s:23:\"forms__wc_checkout_test\";s:1:\"1\";s:29:\"forms__wc_register_from_order\";s:1:\"1\";s:21:\"forms__wc_add_to_cart\";s:1:\"0\";s:18:\"forms__search_test\";s:1:\"1\";s:21:\"forms__check_external\";s:1:\"0\";s:37:\"forms__check_external__capture_buffer\";i:0;s:21:\"forms__check_internal\";s:1:\"0\";s:31:\"comments__disable_comments__all\";s:1:\"0\";s:33:\"comments__disable_comments__posts\";s:1:\"0\";s:33:\"comments__disable_comments__pages\";s:1:\"0\";s:33:\"comments__disable_comments__media\";s:1:\"0\";s:29:\"comments__bp_private_messages\";s:1:\"1\";s:31:\"comments__check_comments_number\";s:1:\"1\";s:25:\"comments__remove_old_spam\";s:1:\"0\";s:31:\"comments__remove_comments_links\";s:1:\"0\";s:26:\"comments__show_check_links\";s:1:\"1\";s:40:\"comments__manage_comments_on_public_page\";s:1:\"0\";s:28:\"comments__hide_website_field\";i:0;s:23:\"data__protect_logged_in\";s:1:\"1\";s:14:\"data__use_ajax\";s:1:\"0\";s:23:\"data__use_static_js_key\";s:2:\"-1\";s:27:\"data__general_postdata_test\";s:1:\"0\";s:17:\"data__set_cookies\";s:1:\"3\";s:26:\"data__bot_detector_enabled\";i:0;s:11:\"data__pixel\";s:1:\"3\";s:29:\"data__email_check_before_post\";s:1:\"1\";s:20:\"data__honeypot_field\";s:1:\"1\";s:19:\"data__email_decoder\";s:1:\"0\";s:26:\"data__email_decoder_buffer\";i:0;s:29:\"data__wc_store_blocked_orders\";i:0;s:33:\"exclusions__log_excluded_requests\";s:1:\"0\";s:16:\"exclusions__urls\";s:0:\"\";s:28:\"exclusions__urls__use_regexp\";i:0;s:18:\"exclusions__fields\";s:0:\"\";s:30:\"exclusions__fields__use_regexp\";i:0;s:22:\"exclusions__form_signs\";s:0:\"\";s:17:\"exclusions__roles\";a:1:{i:0;s:13:\"Administrator\";}s:15:\"admin_bar__show\";s:1:\"1\";s:27:\"admin_bar__all_time_counter\";s:1:\"0\";s:24:\"admin_bar__daily_counter\";s:1:\"0\";s:22:\"admin_bar__sfw_counter\";s:1:\"0\";s:29:\"misc__send_connection_reports\";i:0;s:14:\"misc__async_js\";i:0;s:16:\"misc__store_urls\";s:1:\"1\";s:27:\"misc__complete_deactivation\";i:0;s:16:\"misc__debug_ajax\";i:0;s:24:\"wp__use_builtin_http_api\";s:1:\"1\";s:18:\"wp__comment_notify\";s:1:\"1\";s:25:\"wp__comment_notify__roles\";a:1:{i:0;s:13:\"administrator\";}s:26:\"wp__dashboard_widget__show\";s:1:\"1\";s:32:\"trusted_and_affiliate__shortcode\";i:0;s:36:\"trusted_and_affiliate__shortcode_tag\";s:0:\"\";s:29:\"trusted_and_affiliate__footer\";i:0;s:34:\"trusted_and_affiliate__under_forms\";i:0;s:29:\"trusted_and_affiliate__add_id\";i:0;s:12:\"data__ssl_on\";s:1:\"0\";s:32:\"multisite__allow_custom_settings\";i:1;s:20:\"multisite__work_mode\";i:1;s:25:\"multisite__hoster_api_key\";s:0:\"\";s:22:\"multisite__white_label\";i:0;s:35:\"multisite__white_label__plugin_name\";s:22:\"Anti-Spam by CleanTalk\";s:32:\"multisite__use_settings_template\";i:0;s:46:\"multisite__use_settings_template_apply_for_new\";i:0;s:50:\"multisite__use_settings_template_apply_for_current\";i:0;s:61:\"multisite__use_settings_template_apply_for_current_list_sites\";s:0:\"\";}','yes');
INSERT INTO `wplc_options` VALUES (67408,'cleantalk_rc_counter','a:2:{s:18:\"counter_start_time\";i:1692556992;s:11:\"count_calls\";i:27;}','yes');
INSERT INTO `wplc_options` VALUES (67409,'cleantalk_fw_stats','a:9:{s:17:\"firewall_updating\";b:0;s:15:\"updating_folder\";s:97:\"/home/customer/www/dubdelivery.club/public_html/wp-content/uploads/cleantalk_fw_files_for_blog_1/\";s:20:\"firewall_updating_id\";N;s:23:\"firewall_update_percent\";i:0;s:28:\"firewall_updating_last_start\";i:1692556993;s:23:\"expected_networks_count\";b:0;s:17:\"expected_ua_count\";b:0;s:11:\"update_mode\";i:0;s:5:\"calls\";i:13;}','yes');
INSERT INTO `wplc_options` VALUES (67418,'spbc_fw_stats','a:13:{s:7:\"entries\";i:43757;s:15:\"last_send_count\";i:20;s:18:\"firewall_last_send\";N;s:8:\"updating\";b:0;s:15:\"updating_folder\";s:87:\"/home/customer/www/dubdelivery.club/public_html/wp-content/uploads/fw_files_for_blog_1/\";s:14:\"update_percent\";i:10;s:11:\"updating_id\";s:32:\"26b1f24a1e10f95807d2a1a690705da7\";s:19:\"updating_last_start\";i:1685467090;s:17:\"is_on_maintenance\";b:0;s:5:\"calls\";i:5;s:11:\"files_count\";i:1;s:12:\"last_updated\";i:1677224209;s:9:\"last_send\";i:1677234603;}','no');
INSERT INTO `wplc_options` VALUES (67421,'spbc_counter__firewall','a:24:{i:1677297600;a:1:{s:4:\"pass\";i:129;}i:1677301200;a:1:{s:4:\"pass\";i:128;}i:1677304800;a:1:{s:4:\"pass\";i:127;}i:1677308400;a:1:{s:4:\"pass\";i:126;}i:1677312000;a:1:{s:4:\"pass\";i:125;}i:1677315600;a:1:{s:4:\"pass\";i:127;}i:1677319200;a:1:{s:4:\"pass\";i:128;}i:1677322800;a:1:{s:4:\"pass\";i:126;}i:1677326400;a:1:{s:4:\"pass\";i:157;}i:1677330000;a:1:{s:4:\"pass\";i:127;}i:1677333600;a:1:{s:4:\"pass\";i:128;}i:1677337200;a:1:{s:4:\"pass\";i:128;}i:1677340800;a:1:{s:4:\"pass\";i:129;}i:1677344400;a:1:{s:4:\"pass\";i:130;}i:1677348000;a:1:{s:4:\"pass\";i:129;}i:1677351600;a:1:{s:4:\"pass\";i:137;}i:1677355200;a:1:{s:4:\"pass\";i:128;}i:1677358800;a:1:{s:4:\"pass\";i:129;}i:1677362400;a:1:{s:4:\"pass\";i:126;}i:1677366000;a:1:{s:4:\"pass\";i:132;}i:1677369600;a:1:{s:4:\"pass\";i:128;}i:1677373200;a:1:{s:4:\"pass\";i:127;}i:1677376800;a:1:{s:4:\"pass\";i:128;}i:1677380400;a:1:{s:4:\"pass\";i:59;}}','yes');
INSERT INTO `wplc_options` VALUES (67876,'spbc_plugins','a:51:{s:30:\"activecampaign-for-woocommerce\";a:4:{s:4:\"Name\";s:30:\"ActiveCampaign for WooCommerce\";s:7:\"Version\";s:5:\"2.0.2\";s:7:\"plugins\";s:65:\"activecampaign-for-woocommerce/activecampaign-for-woocommerce.php\";s:7:\"checked\";b:1;}s:33:\"activecampaign-subscription-forms\";a:4:{s:4:\"Name\";s:0:\"\";s:7:\"Version\";s:6:\"8.1.10\";s:7:\"plugins\";s:52:\"activecampaign-subscription-forms/activecampaign.php\";s:7:\"checked\";b:1;}s:8:\"age-gate\";a:4:{s:4:\"Name\";s:8:\"Age Gate\";s:7:\"Version\";s:5:\"3.1.2\";s:7:\"plugins\";s:21:\"age-gate/age-gate.php\";s:7:\"checked\";b:1;}s:26:\"age-gate-user-registration\";a:5:{s:4:\"Name\";s:26:\"Age Gate User Registration\";s:7:\"Version\";s:5:\"0.2.1\";s:7:\"plugins\";s:57:\"age-gate-user-registration/age-gate-user-registration.php\";s:23:\"should_be_checked_again\";b:1;s:7:\"checked\";b:1;}s:13:\"agecheckernet\";a:4:{s:4:\"Name\";s:30:\"Age Verification for eCommerce\";s:7:\"Version\";s:6:\"1.15.0\";s:7:\"plugins\";s:28:\"agecheckernet/agechecker.php\";s:7:\"checked\";b:1;}s:19:\"all-in-one-seo-pack\";a:4:{s:4:\"Name\";s:14:\"All in One SEO\";s:7:\"Version\";s:7:\"4.3.1.1\";s:7:\"plugins\";s:43:\"all-in-one-seo-pack/all_in_one_seo_pack.php\";s:7:\"checked\";b:1;}s:9:\"assistant\";a:4:{s:4:\"Name\";s:9:\"Assistant\";s:7:\"Version\";s:5:\"1.3.8\";s:7:\"plugins\";s:26:\"assistant/fl-assistant.php\";s:7:\"checked\";b:1;}s:40:\"automatic-order-printing-for-woocommerce\";a:6:{s:4:\"Name\";s:40:\"Automatic Order Printing for WooCommerce\";s:7:\"Version\";s:5:\"1.0.8\";s:7:\"plugins\";s:85:\"automatic-order-printing-for-woocommerce/automatic-order-printing-for-woocommerce.php\";s:5:\"error\";s:55:\"REMOTE_FILE_NOT_FOUND_OR_VERSION_IS_NOT_SUPPORTED__PLUG\";s:23:\"should_be_checked_again\";b:1;s:7:\"checked\";b:1;}s:18:\"bb-ultimate-addons\";a:6:{s:4:\"Name\";s:34:\"Ultimate Addons for Beaver Builder\";s:7:\"Version\";s:6:\"1.34.2\";s:7:\"plugins\";s:40:\"bb-ultimate-addons/bb-ultimate-addon.php\";s:5:\"error\";s:55:\"REMOTE_FILE_NOT_FOUND_OR_VERSION_IS_NOT_SUPPORTED__PLUG\";s:23:\"should_be_checked_again\";b:1;s:7:\"checked\";b:1;}s:14:\"beaver-builder\";a:6:{s:4:\"Name\";s:35:\"Beaver Builder Plugin (Pro Version)\";s:7:\"Version\";s:7:\"2.5.1.2\";s:7:\"plugins\";s:29:\"beaver-builder/fl-builder.php\";s:5:\"error\";s:55:\"REMOTE_FILE_NOT_FOUND_OR_VERSION_IS_NOT_SUPPORTED__PLUG\";s:23:\"should_be_checked_again\";b:1;s:7:\"checked\";b:1;}s:13:\"beaver-themer\";a:6:{s:4:\"Name\";s:13:\"Beaver Themer\";s:7:\"Version\";s:7:\"1.4.0.1\";s:7:\"plugins\";s:34:\"beaver-themer/bb-theme-builder.php\";s:5:\"error\";s:55:\"REMOTE_FILE_NOT_FOUND_OR_VERSION_IS_NOT_SUPPORTED__PLUG\";s:23:\"should_be_checked_again\";b:1;s:7:\"checked\";b:1;}s:14:\"classic-editor\";a:4:{s:4:\"Name\";s:0:\"\";s:7:\"Version\";s:5:\"1.6.2\";s:7:\"plugins\";s:33:\"classic-editor/classic-editor.php\";s:7:\"checked\";b:1;}s:15:\"classic-widgets\";a:4:{s:4:\"Name\";s:0:\"\";s:7:\"Version\";s:3:\"0.3\";s:7:\"plugins\";s:35:\"classic-widgets/classic-widgets.php\";s:7:\"checked\";b:1;}s:22:\"cleantalk-spam-protect\";a:4:{s:4:\"Name\";s:22:\"Anti-Spam by CleanTalk\";s:7:\"Version\";s:5:\"6.4.1\";s:7:\"plugins\";s:36:\"cleantalk-spam-protect/cleantalk.php\";s:7:\"checked\";b:1;}s:13:\"code-snippets\";a:4:{s:4:\"Name\";s:0:\"\";s:7:\"Version\";s:5:\"3.2.2\";s:7:\"plugins\";s:31:\"code-snippets/code-snippets.php\";s:7:\"checked\";b:1;}s:11:\"coming-soon\";a:4:{s:4:\"Name\";s:89:\"Coming Soon Page, Maintenance Mode, Landing Pages & WordPress Website Builder by SeedProd\";s:7:\"Version\";s:6:\"6.15.7\";s:7:\"plugins\";s:27:\"coming-soon/coming-soon.php\";s:7:\"checked\";b:1;}s:26:\"disable-right-click-for-wp\";a:4:{s:4:\"Name\";s:0:\"\";s:7:\"Version\";s:5:\"1.1.6\";s:7:\"plugins\";s:37:\"disable-right-click-for-wp/readme.txt\";s:7:\"checked\";b:1;}s:35:\"easy-woocommerce-auto-sku-generator\";a:4:{s:4:\"Name\";s:0:\"\";s:7:\"Version\";s:5:\"1.1.2\";s:7:\"plugins\";s:75:\"easy-woocommerce-auto-sku-generator/easy-woocommerce-auto-sku-generator.php\";s:7:\"checked\";b:1;}s:25:\"google-pagespeed-insights\";a:4:{s:4:\"Name\";s:0:\"\";s:7:\"Version\";s:5:\"4.0.8\";s:7:\"plugins\";s:55:\"google-pagespeed-insights/google-pagespeed-insights.php\";s:7:\"checked\";b:1;}s:37:\"identity-verification-for-woocommerce\";a:4:{s:4:\"Name\";s:37:\"Identity Verification for WooCommerce\";s:7:\"Version\";s:6:\"1.2.10\";s:7:\"plugins\";s:48:\"identity-verification-for-woocommerce/realid.php\";s:7:\"checked\";b:1;}s:7:\"jetpack\";a:4:{s:4:\"Name\";s:7:\"Jetpack\";s:7:\"Version\";s:6:\"11.8.4\";s:7:\"plugins\";s:19:\"jetpack/jetpack.php\";s:7:\"checked\";b:1;}s:15:\"litespeed-cache\";a:4:{s:4:\"Name\";s:15:\"LiteSpeed Cache\";s:7:\"Version\";s:5:\"5.3.3\";s:7:\"plugins\";s:35:\"litespeed-cache/litespeed-cache.php\";s:7:\"checked\";b:1;}s:12:\"mainwp-child\";a:4:{s:4:\"Name\";s:12:\"MainWP Child\";s:7:\"Version\";s:3:\"4.4\";s:7:\"plugins\";s:29:\"mainwp-child/mainwp-child.php\";s:7:\"checked\";b:1;}s:20:\"mainwp-child-reports\";a:4:{s:4:\"Name\";s:20:\"MainWP Child Reports\";s:7:\"Version\";s:3:\"2.1\";s:7:\"plugins\";s:45:\"mainwp-child-reports/mainwp-child-reports.php\";s:7:\"checked\";b:1;}s:12:\"migrate-guru\";a:4:{s:4:\"Name\";s:12:\"Migrate Guru\";s:7:\"Version\";s:4:\"4.85\";s:7:\"plugins\";s:28:\"migrate-guru/migrateguru.php\";s:7:\"checked\";b:1;}s:24:\"modula-best-grid-gallery\";a:4:{s:4:\"Name\";s:6:\"Modula\";s:7:\"Version\";s:5:\"2.7.1\";s:7:\"plugins\";s:35:\"modula-best-grid-gallery/Modula.php\";s:7:\"checked\";b:1;}s:34:\"powerpack-addon-for-beaver-builder\";a:4:{s:4:\"Name\";s:0:\"\";s:7:\"Version\";s:7:\"1.2.9.3\";s:7:\"plugins\";s:56:\"powerpack-addon-for-beaver-builder/bb-powerpack-lite.php\";s:7:\"checked\";b:1;}s:33:\"pw-woocommerce-hosted-page-master\";a:6:{s:4:\"Name\";s:31:\"Pinwheel Hosted Payment Gateway\";s:7:\"Version\";s:5:\"2.0.0\";s:7:\"plugins\";s:55:\"pw-woocommerce-hosted-page-master/pinwheel-checkout.php\";s:5:\"error\";s:55:\"REMOTE_FILE_NOT_FOUND_OR_VERSION_IS_NOT_SUPPORTED__PLUG\";s:23:\"should_be_checked_again\";b:1;s:7:\"checked\";b:1;}s:11:\"redirection\";a:4:{s:4:\"Name\";s:11:\"Redirection\";s:7:\"Version\";s:5:\"5.3.9\";s:7:\"plugins\";s:27:\"redirection/redirection.php\";s:7:\"checked\";b:1;}s:25:\"security-malware-firewall\";a:4:{s:4:\"Name\";s:21:\"Security by CleanTalk\";s:7:\"Version\";s:5:\"2.103\";s:7:\"plugins\";s:55:\"security-malware-firewall/security-malware-firewall.php\";s:7:\"checked\";b:1;}s:13:\"sg-cachepress\";a:4:{s:4:\"Name\";s:20:\"SiteGround Optimizer\";s:7:\"Version\";s:5:\"7.3.1\";s:7:\"plugins\";s:31:\"sg-cachepress/sg-cachepress.php\";s:7:\"checked\";b:1;}s:11:\"sg-security\";a:4:{s:4:\"Name\";s:19:\"SiteGround Security\";s:7:\"Version\";s:5:\"1.4.1\";s:7:\"plugins\";s:27:\"sg-security/sg-security.php\";s:7:\"checked\";b:1;}s:19:\"siteground-migrator\";a:4:{s:4:\"Name\";s:19:\"SiteGround Migrator\";s:7:\"Version\";s:5:\"2.0.8\";s:7:\"plugins\";s:43:\"siteground-migrator/siteground-migrator.php\";s:7:\"checked\";b:1;}s:14:\"user-switching\";a:4:{s:4:\"Name\";s:0:\"\";s:7:\"Version\";s:5:\"1.7.0\";s:7:\"plugins\";s:33:\"user-switching/user-switching.php\";s:7:\"checked\";b:1;}s:32:\"whws-display-user-meta-shortcode\";a:4:{s:4:\"Name\";s:0:\"\";s:7:\"Version\";s:3:\"0.6\";s:7:\"plugins\";s:69:\"whws-display-user-meta-shortcode/whws-display-user-meta-shortcode.php\";s:7:\"checked\";b:1;}s:16:\"woo-coupon-usage\";a:4:{s:4:\"Name\";s:33:\"Coupon Affiliates for WooCommerce\";s:7:\"Version\";s:5:\"5.4.1\";s:7:\"plugins\";s:37:\"woo-coupon-usage/woo-coupon-usage.php\";s:7:\"checked\";b:1;}s:21:\"woo-variation-gallery\";a:4:{s:4:\"Name\";s:0:\"\";s:7:\"Version\";s:6:\"1.3.13\";s:7:\"plugins\";s:47:\"woo-variation-gallery/woo-variation-gallery.php\";s:7:\"checked\";b:1;}s:11:\"woocommerce\";a:4:{s:4:\"Name\";s:11:\"WooCommerce\";s:7:\"Version\";s:5:\"7.4.0\";s:7:\"plugins\";s:27:\"woocommerce/woocommerce.php\";s:7:\"checked\";b:1;}s:15:\"woocommerce-pip\";a:6:{s:4:\"Name\";s:40:\"WooCommerce Print Invoices/Packing Lists\";s:7:\"Version\";s:6:\"3.11.4\";s:7:\"plugins\";s:35:\"woocommerce-pip/woocommerce-pip.php\";s:5:\"error\";s:55:\"REMOTE_FILE_NOT_FOUND_OR_VERSION_IS_NOT_SUPPORTED__PLUG\";s:23:\"should_be_checked_again\";b:1;s:7:\"checked\";b:1;}s:27:\"woocommerce-product-bundles\";a:6:{s:4:\"Name\";s:27:\"WooCommerce Product Bundles\";s:7:\"Version\";s:6:\"6.16.0\";s:7:\"plugins\";s:59:\"woocommerce-product-bundles/woocommerce-product-bundles.php\";s:5:\"error\";s:55:\"REMOTE_FILE_NOT_FOUND_OR_VERSION_IS_NOT_SUPPORTED__PLUG\";s:23:\"should_be_checked_again\";b:1;s:7:\"checked\";b:1;}s:20:\"woocommerce-services\";a:4:{s:4:\"Name\";s:26:\"WooCommerce Shipping & Tax\";s:7:\"Version\";s:5:\"2.2.3\";s:7:\"plugins\";s:45:\"woocommerce-services/woocommerce-services.php\";s:7:\"checked\";b:1;}s:18:\"woocommerce-square\";a:4:{s:4:\"Name\";s:18:\"WooCommerce Square\";s:7:\"Version\";s:5:\"3.5.0\";s:7:\"plugins\";s:41:\"woocommerce-square/woocommerce-square.php\";s:7:\"checked\";b:1;}s:19:\"woocommerce-tipping\";a:6:{s:4:\"Name\";s:23:\"Tipping for WooCommerce\";s:7:\"Version\";s:5:\"1.0.9\";s:7:\"plugins\";s:43:\"woocommerce-tipping/woocommerce-tipping.php\";s:5:\"error\";s:55:\"REMOTE_FILE_NOT_FOUND_OR_VERSION_IS_NOT_SUPPORTED__PLUG\";s:23:\"should_be_checked_again\";b:1;s:7:\"checked\";b:1;}s:14:\"wp-forms-elite\";a:6:{s:4:\"Name\";s:7:\"WPForms\";s:7:\"Version\";s:5:\"1.6.6\";s:7:\"plugins\";s:26:\"wp-forms-elite/wpforms.php\";s:5:\"error\";s:55:\"REMOTE_FILE_NOT_FOUND_OR_VERSION_IS_NOT_SUPPORTED__PLUG\";s:23:\"should_be_checked_again\";b:1;s:7:\"checked\";b:1;}s:12:\"wp-mail-smtp\";a:4:{s:4:\"Name\";s:12:\"WP Mail SMTP\";s:7:\"Version\";s:5:\"3.7.0\";s:7:\"plugins\";s:29:\"wp-mail-smtp/wp_mail_smtp.php\";s:7:\"checked\";b:1;}s:15:\"wp-time-capsule\";a:4:{s:4:\"Name\";s:0:\"\";s:7:\"Version\";s:7:\"1.22.13\";s:7:\"plugins\";s:35:\"wp-time-capsule/wp-time-capsule.php\";s:7:\"checked\";b:1;}s:6:\"wpcore\";a:4:{s:4:\"Name\";s:0:\"\";s:7:\"Version\";s:5:\"1.9.1\";s:7:\"plugins\";s:17:\"wpcore/wpcore.php\";s:7:\"checked\";b:1;}s:38:\"local-delivery-drivers-for-woocommerce\";a:4:{s:4:\"Name\";s:38:\"Local Delivery Drivers for WooCommerce\";s:7:\"Version\";s:5:\"1.8.8\";s:7:\"plugins\";s:81:\"local-delivery-drivers-for-woocommerce/local-delivery-drivers-for-wooCommerce.php\";s:7:\"checked\";b:1;}s:23:\"woocommerce-memberships\";a:6:{s:4:\"Name\";s:23:\"WooCommerce Memberships\";s:7:\"Version\";s:6:\"1.24.0\";s:7:\"plugins\";s:51:\"woocommerce-memberships/woocommerce-memberships.php\";s:5:\"error\";s:55:\"REMOTE_FILE_NOT_FOUND_OR_VERSION_IS_NOT_SUPPORTED__PLUG\";s:23:\"should_be_checked_again\";b:1;s:7:\"checked\";b:1;}s:7:\"wpforms\";a:6:{s:4:\"Name\";s:7:\"WPForms\";s:7:\"Version\";s:5:\"1.7.8\";s:7:\"plugins\";s:19:\"wpforms/wpforms.php\";s:5:\"error\";s:55:\"REMOTE_FILE_NOT_FOUND_OR_VERSION_IS_NOT_SUPPORTED__PLUG\";s:23:\"should_be_checked_again\";b:1;s:7:\"checked\";b:1;}s:25:\"woocommerce-subscriptions\";a:6:{s:4:\"Name\";s:25:\"WooCommerce Subscriptions\";s:7:\"Version\";s:5:\"4.8.1\";s:7:\"plugins\";s:55:\"woocommerce-subscriptions/woocommerce-subscriptions.php\";s:5:\"error\";s:55:\"REMOTE_FILE_NOT_FOUND_OR_VERSION_IS_NOT_SUPPORTED__PLUG\";s:23:\"should_be_checked_again\";b:1;s:7:\"checked\";b:1;}}','no');
INSERT INTO `wplc_options` VALUES (67877,'spbc_themes','a:3:{s:8:\"bb-theme\";a:6:{s:4:\"Name\";s:20:\"Beaver Builder Theme\";s:7:\"Version\";s:8:\"1.7.12.1\";s:6:\"themes\";s:8:\"bb-theme\";s:5:\"error\";s:55:\"REMOTE_FILE_NOT_FOUND_OR_VERSION_IS_NOT_SUPPORTED__PLUG\";s:23:\"should_be_checked_again\";b:1;s:7:\"checked\";b:1;}s:14:\"bb-theme-child\";a:6:{s:4:\"Name\";s:26:\"Beaver Builder Child Theme\";s:7:\"Version\";s:3:\"1.0\";s:6:\"themes\";s:14:\"bb-theme-child\";s:5:\"error\";s:55:\"REMOTE_FILE_NOT_FOUND_OR_VERSION_IS_NOT_SUPPORTED__PLUG\";s:23:\"should_be_checked_again\";b:1;s:7:\"checked\";b:1;}s:17:\"twentytwentythree\";a:4:{s:4:\"Name\";s:19:\"Twenty Twenty-Three\";s:7:\"Version\";s:3:\"1.0\";s:6:\"themes\";s:17:\"twentytwentythree\";s:7:\"checked\";b:1;}}','no');
INSERT INTO `wplc_options` VALUES (68292,'_transient_product-transient-version','1705537779','yes');
INSERT INTO `wplc_options` VALUES (68468,'https_migration_required','1','yes');
INSERT INTO `wplc_options` VALUES (69114,'woo_order_auto_print','a:11:{s:10:\"store_name\";s:21:\"Dub Delivery Services\";s:13:\"store_address\";s:16:\"280 Vernon Drive\";s:15:\"store_address_2\";s:6:\"Unit 1\";s:10:\"store_city\";s:10:\"Harrisburg\";s:19:\"store_country_state\";s:5:\"US:SD\";s:14:\"store_postcode\";s:5:\"57032\";s:13:\"store_logo_id\";s:4:\"1068\";s:10:\"store_logo\";s:71:\"https://www.dubdelivery.club/wp-content/uploads/2022/09/finaldub-01.png\";s:6:\"enable\";s:2:\"on\";s:17:\"printnode_api_key\";s:43:\"4DAKltJfB4seqw_M-Nzst33Ivd5m2ibphu4fi1_DFQM\";s:10:\"enable_log\";s:2:\"on\";}','yes');
INSERT INTO `wplc_options` VALUES (69128,'setting-error-tgmpa','2022-08-08','yes');
INSERT INTO `wplc_options` VALUES (69138,'woocommerce_product_bundles_version','6.16.0','yes');
INSERT INTO `wplc_options` VALUES (69139,'woocommerce_product_bundles_db_version','6.16.0','yes');
INSERT INTO `wplc_options` VALUES (69141,'wc_pb_maintenance_notices','a:1:{i:0;s:7:\"welcome\";}','yes');
INSERT INTO `wplc_options` VALUES (69143,'wc_pb_notice_options','a:1:{s:8:\"loopback\";a:2:{s:11:\"last_tested\";s:10:\"1659977705\";s:11:\"last_result\";s:4:\"pass\";}}','yes');
INSERT INTO `wplc_options` VALUES (69146,'woocommerce_pb_tracking_data','a:4:{s:8:\"products\";a:22:{s:14:\"products_count\";i:19;s:21:\"product_bundles_count\";i:0;s:19:\"bundled_items_count\";i:0;s:32:\"bundled_items_per_bundle_average\";i:0;s:37:\"bundled_items_in_largest_bundle_count\";i:0;s:27:\"products_bundle_sells_count\";i:0;s:45:\"products_non_zero_bundle_sell_discounts_count\";i:0;s:29:\"product_bundles_virtual_count\";i:0;s:31:\"product_bundles_assembled_count\";i:0;s:33:\"product_bundles_unassembled_count\";i:0;s:48:\"product_bundles_assembled_preserved_weight_count\";i:0;s:46:\"product_bundles_assembled_ignored_weight_count\";i:0;s:37:\"product_bundles_layout_standard_count\";i:0;s:36:\"product_bundles_layout_tabular_count\";i:0;s:33:\"product_bundles_layout_grid_count\";i:0;s:43:\"product_bundles_form_location_default_count\";i:0;s:47:\"product_bundles_form_location_before_tabs_count\";i:0;s:43:\"product_bundles_item_grouping_grouped_count\";i:0;s:40:\"product_bundles_item_grouping_flat_count\";i:0;s:40:\"product_bundles_item_grouping_none_count\";i:0;s:50:\"product_bundles_positive_min_max_bundle_size_count\";i:0;s:38:\"product_bundles_editable_in_cart_count\";i:0;}s:13:\"bundled_items\";a:14:{s:28:\"bundled_items_optional_count\";i:0;s:40:\"bundled_items_quantity_max_neq_min_count\";i:0;s:44:\"bundled_items_quantity_default_neq_min_count\";i:0;s:40:\"bundled_items_shipped_individually_count\";i:0;s:39:\"bundled_items_priced_individually_count\";i:0;s:45:\"bundled_items_visibility_single_product_count\";i:0;s:35:\"bundled_items_visibility_cart_count\";i:0;s:36:\"bundled_items_visibility_order_count\";i:0;s:51:\"bundled_items_price_visibility_single_product_count\";i:0;s:41:\"bundled_items_price_visibility_cart_count\";i:0;s:42:\"bundled_items_price_visibility_order_count\";i:0;s:34:\"bundled_items_override_title_count\";i:0;s:40:\"bundled_items_override_description_count\";i:0;s:34:\"bundled_items_hide_thumbnail_count\";i:0;}s:12:\"integrations\";a:27:{s:30:\"all_products_for_subscriptions\";a:2:{s:7:\"enabled\";s:2:\"no\";s:45:\"product_bundles_with_subscription_plans_count\";i:0;}s:14:\"product_addons\";a:1:{s:7:\"enabled\";s:2:\"no\";}s:6:\"blocks\";a:1:{s:7:\"enabled\";s:3:\"yes\";}s:14:\"bulk_discounts\";a:2:{s:7:\"enabled\";s:2:\"no\";s:41:\"product_bundles_with_bulk_discounts_count\";i:0;}s:13:\"cost_of_goods\";a:1:{s:7:\"enabled\";s:2:\"no\";}s:18:\"composite_products\";a:1:{s:7:\"enabled\";s:2:\"no\";}s:9:\"elementor\";a:1:{s:7:\"enabled\";s:2:\"no\";}s:4:\"divi\";a:1:{s:7:\"enabled\";s:2:\"no\";}s:8:\"flatsome\";a:1:{s:7:\"enabled\";s:2:\"no\";}s:13:\"give_products\";a:1:{s:7:\"enabled\";s:2:\"no\";}s:11:\"memberships\";a:1:{s:7:\"enabled\";s:3:\"yes\";}s:18:\"min_max_quantities\";a:1:{s:7:\"enabled\";s:2:\"no\";}s:15:\"name_your_price\";a:1:{s:7:\"enabled\";s:2:\"no\";}s:17:\"one_page_checkout\";a:1:{s:7:\"enabled\";s:2:\"no\";}s:3:\"pip\";a:1:{s:7:\"enabled\";s:2:\"no\";}s:23:\"points_rewards_products\";a:1:{s:7:\"enabled\";s:2:\"no\";}s:10:\"pre_orders\";a:1:{s:7:\"enabled\";s:2:\"no\";}s:4:\"ppec\";a:1:{s:7:\"enabled\";s:2:\"no\";}s:9:\"quickview\";a:1:{s:7:\"enabled\";s:2:\"no\";}s:10:\"storefront\";a:1:{s:7:\"enabled\";s:2:\"no\";}s:11:\"shipstation\";a:1:{s:7:\"enabled\";s:2:\"no\";}s:8:\"shipwire\";a:1:{s:7:\"enabled\";s:2:\"no\";}s:6:\"stripe\";a:1:{s:7:\"enabled\";s:2:\"no\";}s:13:\"subscriptions\";a:2:{s:7:\"enabled\";s:3:\"yes\";s:37:\"bundled_items_subscription_type_count\";i:0;}s:5:\"wcpay\";a:1:{s:7:\"enabled\";s:2:\"no\";}s:11:\"wc_services\";a:1:{s:7:\"enabled\";s:3:\"yes\";}s:9:\"wishlists\";a:1:{s:7:\"enabled\";s:2:\"no\";}}s:4:\"info\";a:3:{s:10:\"iterations\";i:1;s:5:\"month\";i:11;s:4:\"year\";i:2023;}}','yes');
INSERT INTO `wplc_options` VALUES (69186,'_transient_woocommerce_bundles_stock_reports-transient-version','1701272423','yes');
INSERT INTO `wplc_options` VALUES (69225,'woocommerce_ces_shown_for_actions','a:3:{i:0;s:14:\"product_update\";i:1;s:15:\"settings_change\";i:2;s:19:\"product_add_publish\";}','yes');
INSERT INTO `wplc_options` VALUES (69234,'_transient_woocommerce_bundles_revenue_reports-transient-version','1659979639','yes');
INSERT INTO `wplc_options` VALUES (69567,'wc_pip_invoice_show_optional_order_details','a:4:{i:0;s:20:\"show_shipping_method\";i:1;s:21:\"show_customer_details\";i:2;s:18:\"show_customer_note\";i:3;s:12:\"show_coupons\";}','yes');
INSERT INTO `wplc_options` VALUES (69568,'wc_pip_invoice_show_optional_product_fields','a:1:{i:0;s:3:\"sku\";}','yes');
INSERT INTO `wplc_options` VALUES (69569,'wc_pip_invoice_show_tax_exclusive_item_prices','no','yes');
INSERT INTO `wplc_options` VALUES (69570,'wc_pip_use_order_number','yes','yes');
INSERT INTO `wplc_options` VALUES (69571,'wc_pip_invoice_number_start','1','yes');
INSERT INTO `wplc_options` VALUES (69572,'wc_pip_invoice_minimum_digits','1','yes');
INSERT INTO `wplc_options` VALUES (69573,'wc_pip_packing_list_show_optional_order_details','a:2:{i:0;s:21:\"show_customer_details\";i:1;s:18:\"show_customer_note\";}','yes');
INSERT INTO `wplc_options` VALUES (69574,'wc_pip_packing_list_show_optional_document_fields','a:2:{i:0;s:11:\"show_footer\";i:1;s:25:\"show_terms_and_conditions\";}','yes');
INSERT INTO `wplc_options` VALUES (69575,'wc_pip_packing_list_show_optional_product_fields','a:2:{i:0;s:3:\"sku\";i:1;s:6:\"weight\";}','yes');
INSERT INTO `wplc_options` VALUES (69576,'wc_pip_packing_list_exclude_virtual_items','no','yes');
INSERT INTO `wplc_options` VALUES (69577,'wc_pip_pick_list_output_type','order','yes');
INSERT INTO `wplc_options` VALUES (69578,'wc_pip_pick_list_show_optional_product_fields','a:3:{i:0;s:7:\"details\";i:1;s:3:\"sku\";i:2;s:6:\"weight\";}','yes');
INSERT INTO `wplc_options` VALUES (69579,'wc_pip_pick_list_exclude_virtual_items','no','yes');
INSERT INTO `wplc_options` VALUES (69580,'wc_pip_lifecycle_events','[{\"name\":\"install\",\"time\":1659970930,\"version\":\"3.11.4\"}]','no');
INSERT INTO `wplc_options` VALUES (69581,'wc_pip_version','3.11.4','yes');
INSERT INTO `wplc_options` VALUES (69586,'wc_pip_company_logo','https://www.dubdelivery.club/wp-content/uploads/2022/07/Black-Out-Wide-w-color-e1659219127956.png','yes');
INSERT INTO `wplc_options` VALUES (69621,'woo_order_auto_print_strings','a:16:{s:12:\"from_address\";s:12:\"From Address\";s:15:\"billing_address\";s:15:\"Billing Address\";s:16:\"shipping_address\";s:16:\"Delivery Address\";s:12:\"order_number\";s:12:\"Order Number\";s:10:\"order_date\";s:10:\"Order Date\";s:14:\"payment_method\";s:14:\"Payment Method\";s:15:\"shipping_method\";s:15:\"Shipping Method\";s:5:\"email\";s:5:\"Email\";s:3:\"tel\";s:3:\"Tel\";s:5:\"image\";s:5:\"Image\";s:7:\"product\";s:7:\"Product\";s:3:\"sku\";s:3:\"SKU\";s:3:\"qty\";s:3:\"Qty\";s:5:\"price\";s:5:\"Price\";s:11:\"total_price\";s:11:\"Total Price\";s:14:\"customer_notes\";s:14:\"Customer Notes\";}','yes');
INSERT INTO `wplc_options` VALUES (69675,'wc_pip_milestone_messages','a:1:{s:22:\"packing-list-generated\";s:43:\"you have generated your first packing list!\";}','yes');
INSERT INTO `wplc_options` VALUES (69750,'woocommerce_free_shipping_6_settings','a:6:{s:5:\"title\";s:13:\"Free Delivery\";s:8:\"requires\";s:6:\"either\";s:10:\"min_amount\";s:3:\"100\";s:16:\"ignore_discounts\";s:2:\"no\";s:24:\"allowed_membership_plans\";s:0:\"\";s:27:\"disallowed_membership_plans\";s:0:\"\";}','yes');
INSERT INTO `wplc_options` VALUES (70850,'wptc-notice','2022-08-09','yes');
INSERT INTO `wplc_options` VALUES (72769,'woocommerce_gateway_order','a:4:{s:4:\"bacs\";i:0;s:6:\"cheque\";i:1;s:3:\"cod\";i:2;s:14:\"pinwheelpayapp\";i:3;}','yes');
INSERT INTO `wplc_options` VALUES (72829,'wp_age_gate_restrictions','a:17:{s:7:\"min_age\";s:2:\"21\";s:16:\"restriction_type\";s:3:\"all\";s:9:\"multi_age\";i:0;s:17:\"restrict_register\";i:1;s:10:\"input_type\";s:7:\"buttons\";s:7:\"stepped\";i:0;s:12:\"button_order\";s:6:\"no-yes\";s:16:\"inherit_category\";i:0;s:8:\"remember\";s:1:\"1\";s:13:\"remember_days\";s:3:\"365\";s:18:\"remember_timescale\";s:4:\"days\";s:19:\"remember_auto_check\";i:0;s:11:\"date_format\";s:8:\"mmddyyyy\";s:13:\"ignore_logged\";i:0;s:11:\"rechallenge\";s:1:\"1\";s:15:\"fail_link_title\";s:6:\"Custom\";s:9:\"fail_link\";s:22:\"https://www.google.com\";}','yes');
INSERT INTO `wplc_options` VALUES (72830,'wp_age_gate_messages','a:16:{s:11:\"instruction\";s:0:\"\";s:9:\"messaging\";s:0:\"\";s:17:\"invalid_input_msg\";s:22:\"Your input was invalid\";s:13:\"under_age_msg\";s:43:\"You are not old enough to view this content\";s:17:\"generic_error_msg\";s:35:\"An error occurred, please try again\";s:16:\"remember_me_text\";s:11:\"Remember me\";s:14:\"yes_no_message\";s:29:\"Are you over %s years of age?\";s:8:\"yes_text\";s:3:\"Yes\";s:7:\"no_text\";s:2:\"No\";s:10:\"additional\";s:0:\"\";s:11:\"button_text\";s:6:\"Submit\";s:14:\"cookie_message\";s:85:\"Your browser does not support cookies, you may experience problems entering this site\";s:8:\"text_day\";s:3:\"Day\";s:10:\"text_month\";s:5:\"Month\";s:9:\"text_year\";s:4:\"Year\";s:10:\"aria_label\";s:36:\"Verify you are over %s years of age?\";}','yes');
INSERT INTO `wplc_options` VALUES (72831,'wp_age_gate_validation_messages','a:8:{s:17:\"validate_required\";s:29:\"The {field} field is required\";s:16:\"validate_numeric\";s:34:\"The {field} field must be a number\";s:16:\"validate_max_len\";s:56:\"The {field} field needs to be {param} characters or less\";s:16:\"validate_min_len\";s:57:\"The {field} field needs to be at least {param} characters\";s:20:\"validate_min_numeric\";s:79:\"The {field} field needs to be a numeric value, equal to, or higher than {param}\";s:20:\"validate_max_numeric\";s:78:\"The {field} field needs to be a numeric value, equal to, or lower than {param}\";s:16:\"validate_min_age\";s:71:\"The {field} field needs to have an age greater than or equal to {param}\";s:13:\"validate_date\";s:28:\"The date provided is invalid\";}','yes');
INSERT INTO `wplc_options` VALUES (72832,'wp_age_gate_appearance','a:19:{s:4:\"logo\";N;s:17:\"background_colour\";N;s:18:\"background_opacity\";i:1;s:16:\"background_image\";N;s:24:\"background_image_opacity\";i:1;s:17:\"foreground_colour\";N;s:18:\"foreground_opacity\";i:1;s:11:\"text_colour\";N;s:7:\"styling\";i:1;s:12:\"device_width\";i:1;s:12:\"switch_title\";i:0;s:12:\"custom_title\";s:16:\"Age Verification\";s:8:\"auto_tab\";i:0;s:15:\"title_separator\";s:1:\"-\";s:12:\"title_format\";s:9:\"page-name\";s:10:\"transition\";s:0:\"\";s:16:\"background_pos_x\";s:6:\"center\";s:16:\"background_pos_y\";s:6:\"center\";s:11:\"blur_amount\";i:5;}','yes');
INSERT INTO `wplc_options` VALUES (72833,'wp_age_gate_advanced','a:24:{s:6:\"use_js\";i:1;s:12:\"save_to_file\";i:0;s:10:\"custom_css\";s:0:\"\";s:17:\"restrict_archives\";i:0;s:10:\"dev_notify\";i:1;s:16:\"dev_hide_warning\";i:0;s:18:\"anonymous_age_gate\";i:0;s:8:\"endpoint\";s:4:\"ajax\";s:16:\"use_default_lang\";i:1;s:12:\"use_meta_box\";i:0;s:11:\"custom_bots\";a:0:{}s:18:\"inherit_taxonomies\";a:1:{i:0;s:10:\"categories\";}s:16:\"enable_quicktags\";i:0;s:8:\"full_nav\";s:6:\"toggle\";s:20:\"enable_import_export\";i:0;s:12:\"post_to_self\";i:0;s:9:\"filter_qs\";i:0;s:8:\"js_hooks\";i:0;s:11:\"cookie_name\";s:0:\"\";s:7:\"rta_tag\";i:0;s:13:\"munge_options\";i:0;s:10:\"trap_focus\";i:0;s:13:\"disable_right\";i:0;s:14:\"preload_images\";i:1;}','yes');
INSERT INTO `wplc_options` VALUES (72834,'wp_age_gate_access','a:33:{s:4:\"post\";i:0;s:4:\"page\";i:0;s:10:\"attachment\";i:0;s:8:\"revision\";i:0;s:13:\"nav_menu_item\";i:0;s:10:\"custom_css\";i:0;s:19:\"customize_changeset\";i:0;s:12:\"oembed_cache\";i:0;s:12:\"user_request\";i:0;s:8:\"wp_block\";i:0;s:11:\"wp_template\";i:0;s:16:\"wp_template_part\";i:0;s:16:\"wp_global_styles\";i:0;s:13:\"wp_navigation\";i:0;s:7:\"wpforms\";i:0;s:8:\"seedprod\";i:0;s:7:\"product\";i:0;s:17:\"product_variation\";i:0;s:10:\"shop_order\";i:0;s:17:\"shop_order_refund\";i:0;s:11:\"shop_coupon\";i:0;s:20:\"shop_order_placehold\";i:0;s:8:\"feedback\";i:0;s:19:\"fl-builder-template\";i:0;s:14:\"modula-gallery\";i:0;s:15:\"fl-theme-layout\";i:0;s:11:\"jp_mem_plan\";i:0;s:12:\"jp_pay_order\";i:0;s:14:\"jp_pay_product\";i:0;s:16:\"wp_mainwp_alerts\";i:0;s:20:\"auto-print-templates\";i:0;s:16:\"fl_asst_notation\";i:0;s:16:\"scheduled-action\";i:0;}','yes');
INSERT INTO `wplc_options` VALUES (72836,'wp_age_gate_api','a:2:{s:4:\"base\";s:18:\"https://agegate.io\";s:3:\"api\";s:23:\"/api/license-manager/v1\";}','yes');
INSERT INTO `wplc_options` VALUES (73758,'wp_age_gate_addon_age-gate-user-registration','a:4:{s:13:\"invalid_error\";s:25:\"Please enter a valid date\";s:18:\"registration_error\";s:38:\"Sorry, you must be over %s to register\";s:13:\"account_error\";s:26:\"Sorry, you must be over %s\";s:14:\"checkout_error\";s:38:\"Sorry, you must be over %s to purchase\";}','yes');
INSERT INTO `wplc_options` VALUES (73759,'wp_age_gate_addon_age-gate-user-registration_version','0.2.1','yes');
INSERT INTO `wplc_options` VALUES (76105,'litespeed.cdn\\quic._summary','{\"conf_md5\":\"6cbe0f4db0fd76cc05b02bb8a69e719b\"}','yes');
INSERT INTO `wplc_options` VALUES (76693,'amm_drcfw_show_msg','1','yes');
INSERT INTO `wplc_options` VALUES (76804,'configure_settings','','yes');
INSERT INTO `wplc_options` VALUES (76805,'woo_variation_gallery','a:12:{s:15:\"slider_autoplay\";s:3:\"yes\";s:21:\"slider_autoplay_speed\";s:4:\"5000\";s:11:\"slide_speed\";s:3:\"300\";s:11:\"slider_fade\";s:2:\"no\";s:12:\"slider_arrow\";s:3:\"yes\";s:4:\"zoom\";s:3:\"yes\";s:8:\"lightbox\";s:3:\"yes\";s:15:\"thumbnail_slide\";s:3:\"yes\";s:15:\"thumbnail_arrow\";s:3:\"yes\";s:13:\"zoom_position\";s:9:\"top-right\";s:18:\"thumbnail_position\";s:6:\"bottom\";s:31:\"thumbnail_position_small_device\";s:6:\"bottom\";}','yes');
INSERT INTO `wplc_options` VALUES (78700,'woocommerce_admin_created_default_shipping_zones','yes','yes');
INSERT INTO `wplc_options` VALUES (78701,'woocommerce_admin_reviewed_default_shipping_zones','yes','yes');
INSERT INTO `wplc_options` VALUES (79690,'wp_mail_smtp_mail_key','wHNy1tVxOJoATtthGgroaDcXOcOSg24bZIjKzGPAqmg=','yes');
INSERT INTO `wplc_options` VALUES (79802,'activecampaign_notice_index','1','yes');
INSERT INTO `wplc_options` VALUES (79844,'aioseo_options_internal','{\"internal\":{\"validLicenseKey\":null,\"lastActiveVersion\":\"4.5.4\",\"migratedVersion\":\"0.0\",\"siteAnalysis\":{\"connectToken\":null,\"score\":0,\"results\":\"\",\"competitors\":[]},\"headlineAnalysis\":{\"headlines\":[]},\"wizard\":\"{\\\"currentStage\\\":\\\"category\\\",\\\"stages\\\":[\\\"import\\\",\\\"category\\\",\\\"additional-information\\\",\\\"features\\\",\\\"search-appearance\\\",\\\"smart-recommendations\\\",\\\"license-key\\\"],\\\"importers\\\":[\\\"yoast-seo\\\"],\\\"category\\\":{\\\"category\\\":\\\"online-store\\\",\\\"categoryOther\\\":null,\\\"siteTitle\\\":\\\"D\\\\u00fcb Delivery Services\\\",\\\"metaDescription\\\":\\\"Dub Delivery | Local Art Delivery with a Twist. Get access to premium products by participating in our Art Auctions and get the gift that keeps on giving.\\\"},\\\"additionalInformation\\\":{\\\"siteRepresents\\\":\\\"organization\\\",\\\"person\\\":null,\\\"organizationName\\\":null,\\\"organizationLogo\\\":null,\\\"personName\\\":null,\\\"personLogo\\\":null,\\\"phone\\\":null,\\\"contactType\\\":null,\\\"contactTypeManual\\\":null,\\\"socialShareImage\\\":null,\\\"social\\\":{\\\"profiles\\\":{\\\"sameUsername\\\":{\\\"enable\\\":true,\\\"username\\\":null,\\\"included\\\":[\\\"facebookPageUrl\\\",\\\"twitterUrl\\\",\\\"pinterestUrl\\\",\\\"instagramUrl\\\",\\\"youtubeUrl\\\",\\\"linkedinUrl\\\"]},\\\"urls\\\":{\\\"facebookPageUrl\\\":null,\\\"twitterUrl\\\":null,\\\"instagramUrl\\\":null,\\\"pinterestUrl\\\":null,\\\"youtubeUrl\\\":null,\\\"linkedinUrl\\\":null,\\\"tumblrUrl\\\":null,\\\"yelpPageUrl\\\":null,\\\"soundCloudUrl\\\":null,\\\"wikipediaUrl\\\":null,\\\"myspaceUrl\\\":null,\\\"googlePlacesUrl\\\":null}}}},\\\"features\\\":[\\\"optimized-search-appearance\\\",\\\"analytics\\\",\\\"conversion-tools\\\",\\\"image-seo\\\",\\\"sitemaps\\\",\\\"redirects\\\",\\\"video-sitemap\\\",\\\"index-now\\\",\\\"link-assistant\\\",\\\"rest-api\\\"],\\\"searchAppearance\\\":{\\\"underConstruction\\\":false,\\\"postTypes\\\":{\\\"postTypes\\\":{\\\"all\\\":true,\\\"included\\\":[\\\"post\\\",\\\"page\\\",\\\"attachment\\\",\\\"product\\\"]}},\\\"multipleAuthors\\\":true,\\\"redirectAttachmentPages\\\":true},\\\"smartRecommendations\\\":{\\\"accountInfo\\\":null,\\\"usageTracking\\\":true},\\\"licenseKey\\\":null}\",\"category\":\"online-store\",\"categoryOther\":null,\"deprecatedOptions\":[],\"searchStatistics\":{\"profile\":[],\"trustToken\":null,\"rolling\":\"last28Days\"}},\"integrations\":{\"semrush\":{\"accessToken\":null,\"tokenType\":null,\"expires\":null,\"refreshToken\":null}},\"database\":{\"installedTables\":\"{\\\"wplc_aioseo_posts\\\":[\\\"id\\\",\\\"post_id\\\",\\\"title\\\",\\\"description\\\",\\\"keywords\\\",\\\"keyphrases\\\",\\\"page_analysis\\\",\\\"primary_term\\\",\\\"canonical_url\\\",\\\"og_title\\\",\\\"og_description\\\",\\\"og_object_type\\\",\\\"og_image_type\\\",\\\"og_image_url\\\",\\\"og_image_width\\\",\\\"og_image_height\\\",\\\"og_image_custom_url\\\",\\\"og_image_custom_fields\\\",\\\"og_video\\\",\\\"og_custom_url\\\",\\\"og_article_section\\\",\\\"og_article_tags\\\",\\\"twitter_use_og\\\",\\\"twitter_card\\\",\\\"twitter_image_type\\\",\\\"twitter_image_url\\\",\\\"twitter_image_custom_url\\\",\\\"twitter_image_custom_fields\\\",\\\"twitter_title\\\",\\\"twitter_description\\\",\\\"seo_score\\\",\\\"schema\\\",\\\"schema_type\\\",\\\"schema_type_options\\\",\\\"pillar_content\\\",\\\"robots_default\\\",\\\"robots_noindex\\\",\\\"robots_noarchive\\\",\\\"robots_nosnippet\\\",\\\"robots_nofollow\\\",\\\"robots_noimageindex\\\",\\\"robots_noodp\\\",\\\"robots_notranslate\\\",\\\"robots_max_snippet\\\",\\\"robots_max_videopreview\\\",\\\"robots_max_imagepreview\\\",\\\"images\\\",\\\"image_scan_date\\\",\\\"priority\\\",\\\"frequency\\\",\\\"videos\\\",\\\"video_thumbnail\\\",\\\"video_scan_date\\\",\\\"local_seo\\\",\\\"limit_modified_date\\\",\\\"options\\\",\\\"created\\\",\\\"updated\\\"],\\\"wplc_actionscheduler_actions\\\":[],\\\"wplc_actionscheduler_logs\\\":[],\\\"wplc_actionscheduler_groups\\\":[],\\\"wplc_actionscheduler_claims\\\":[],\\\"wplc_aioseo_notifications\\\":[]}\"}}','yes');
INSERT INTO `wplc_options` VALUES (79845,'aioseo_options_internal_lite','{\"internal\":{\"activated\":1701741122,\"firstActivated\":1661445204,\"installed\":0,\"connect\":{\"key\":null,\"time\":0,\"network\":false,\"token\":null}}}','yes');
INSERT INTO `wplc_options` VALUES (79846,'widget_aioseo-breadcrumb-widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes');
INSERT INTO `wplc_options` VALUES (79847,'widget_aioseo-html-sitemap-widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes');
INSERT INTO `wplc_options` VALUES (79848,'aioseo_options_dynamic_localized','a:22:{s:42:\"searchAppearance_taxonomies_category_title\";s:41:\"#taxonomy_title #separator_sa #site_title\";s:52:\"searchAppearance_taxonomies_category_metaDescription\";s:21:\"#taxonomy_description\";s:42:\"searchAppearance_taxonomies_post_tag_title\";s:41:\"#taxonomy_title #separator_sa #site_title\";s:52:\"searchAppearance_taxonomies_post_tag_metaDescription\";s:21:\"#taxonomy_description\";s:45:\"searchAppearance_taxonomies_product_cat_title\";s:41:\"#taxonomy_title #separator_sa #site_title\";s:55:\"searchAppearance_taxonomies_product_cat_metaDescription\";s:21:\"#taxonomy_description\";s:45:\"searchAppearance_taxonomies_product_tag_title\";s:41:\"#taxonomy_title #separator_sa #site_title\";s:55:\"searchAppearance_taxonomies_product_tag_metaDescription\";s:21:\"#taxonomy_description\";s:62:\"searchAppearance_taxonomies_fl-builder-template-category_title\";s:41:\"#taxonomy_title #separator_sa #site_title\";s:72:\"searchAppearance_taxonomies_fl-builder-template-category_metaDescription\";s:21:\"#taxonomy_description\";s:37:\"searchAppearance_postTypes_post_title\";s:37:\"#post_title #separator_sa #site_title\";s:47:\"searchAppearance_postTypes_post_metaDescription\";s:0:\"\";s:37:\"searchAppearance_postTypes_page_title\";s:37:\"#post_title #separator_sa #site_title\";s:47:\"searchAppearance_postTypes_page_metaDescription\";s:0:\"\";s:43:\"searchAppearance_postTypes_attachment_title\";s:37:\"#post_title #separator_sa #site_title\";s:53:\"searchAppearance_postTypes_attachment_metaDescription\";s:0:\"\";s:40:\"searchAppearance_postTypes_product_title\";s:37:\"#post_title #separator_sa #site_title\";s:50:\"searchAppearance_postTypes_product_metaDescription\";s:13:\"#post_excerpt\";s:52:\"searchAppearance_postTypes_fl-builder-template_title\";s:37:\"#post_title #separator_sa #site_title\";s:62:\"searchAppearance_postTypes_fl-builder-template_metaDescription\";s:13:\"#post_content\";s:53:\"searchAppearance_postTypes_auto-print-templates_title\";s:37:\"#post_title #separator_sa #site_title\";s:63:\"searchAppearance_postTypes_auto-print-templates_metaDescription\";s:13:\"#post_content\";}','yes');
INSERT INTO `wplc_options` VALUES (79850,'aioseo_dynamic_settings_backup','{}','yes');
INSERT INTO `wplc_options` VALUES (79851,'aioseo_options','{\"internal\":[],\"webmasterTools\":{\"google\":\"\",\"bing\":\"\",\"yandex\":\"\",\"baidu\":\"\",\"pinterest\":\"\",\"microsoftClarityProjectId\":\"\",\"norton\":\"\",\"miscellaneousVerification\":\"\"},\"breadcrumbs\":{\"enable\":true,\"separator\":\"&raquo;\",\"homepageLink\":true,\"homepageLabel\":\"Home\",\"breadcrumbPrefix\":\"\",\"archiveFormat\":\"Archives for #breadcrumb_archive_post_type_name\",\"searchResultFormat\":\"Search Results for \'#breadcrumb_search_string\'\",\"errorFormat404\":\"404 - Page Not Found\",\"showCurrentItem\":true,\"linkCurrentItem\":false,\"categoryFullHierarchy\":false,\"showBlogHome\":false},\"rssContent\":{\"before\":\"\",\"after\":\"The post #post_link appeared first on #site_link.\"},\"advanced\":{\"truSeo\":true,\"headlineAnalyzer\":true,\"seoAnalysis\":true,\"dashboardWidgets\":[\"seoNews\",\"seoOverview\",\"seoSetup\"],\"announcements\":true,\"postTypes\":{\"all\":true,\"included\":[\"post\",\"page\",\"product\"]},\"taxonomies\":{\"all\":true,\"included\":[\"category\",\"post_tag\",\"product_cat\",\"product_tag\"]},\"uninstall\":false},\"sitemap\":{\"general\":{\"enable\":true,\"filename\":\"sitemap\",\"indexes\":true,\"linksPerIndex\":1000,\"postTypes\":{\"all\":true,\"included\":[\"post\",\"page\",\"attachment\",\"product\"]},\"taxonomies\":{\"all\":true,\"included\":[\"category\",\"post_tag\",\"product_cat\",\"product_tag\"]},\"author\":false,\"date\":false,\"additionalPages\":{\"enable\":false,\"pages\":[]},\"advancedSettings\":{\"enable\":false,\"excludeImages\":false,\"excludePosts\":[],\"excludeTerms\":[],\"priority\":{\"homePage\":{\"priority\":\"{\\\"label\\\":\\\"default\\\",\\\"value\\\":\\\"default\\\"}\",\"frequency\":\"{\\\"label\\\":\\\"default\\\",\\\"value\\\":\\\"default\\\"}\"},\"postTypes\":{\"grouped\":true,\"priority\":\"{\\\"label\\\":\\\"default\\\",\\\"value\\\":\\\"default\\\"}\",\"frequency\":\"{\\\"label\\\":\\\"default\\\",\\\"value\\\":\\\"default\\\"}\"},\"taxonomies\":{\"grouped\":true,\"priority\":\"{\\\"label\\\":\\\"default\\\",\\\"value\\\":\\\"default\\\"}\",\"frequency\":\"{\\\"label\\\":\\\"default\\\",\\\"value\\\":\\\"default\\\"}\"},\"archive\":{\"priority\":\"{\\\"label\\\":\\\"default\\\",\\\"value\\\":\\\"default\\\"}\",\"frequency\":\"{\\\"label\\\":\\\"default\\\",\\\"value\\\":\\\"default\\\"}\"},\"author\":{\"priority\":\"{\\\"label\\\":\\\"default\\\",\\\"value\\\":\\\"default\\\"}\",\"frequency\":\"{\\\"label\\\":\\\"default\\\",\\\"value\\\":\\\"default\\\"}\"}}}},\"rss\":{\"enable\":true,\"linksPerIndex\":50,\"postTypes\":{\"all\":true,\"included\":[\"post\",\"page\",\"product\"]}},\"html\":{\"enable\":true,\"pageUrl\":\"\",\"postTypes\":{\"all\":true,\"included\":[\"post\",\"page\",\"product\"]},\"taxonomies\":{\"all\":true,\"included\":[\"category\",\"post_tag\",\"product_cat\",\"product_tag\"]},\"sortOrder\":\"publish_date\",\"sortDirection\":\"asc\",\"publicationDate\":true,\"compactArchives\":false,\"advancedSettings\":{\"enable\":false,\"nofollowLinks\":false,\"excludePosts\":[],\"excludeTerms\":[]}}},\"social\":{\"profiles\":{\"sameUsername\":{\"enable\":false,\"username\":\"\",\"included\":[\"facebookPageUrl\",\"twitterUrl\",\"pinterestUrl\",\"instagramUrl\",\"youtubeUrl\",\"linkedinUrl\"]},\"urls\":{\"facebookPageUrl\":\"\",\"twitterUrl\":\"\",\"instagramUrl\":\"\",\"pinterestUrl\":\"\",\"youtubeUrl\":\"\",\"linkedinUrl\":\"\",\"tumblrUrl\":\"\",\"yelpPageUrl\":\"\",\"soundCloudUrl\":\"\",\"wikipediaUrl\":\"\",\"myspaceUrl\":\"\",\"googlePlacesUrl\":\"\"},\"additionalUrls\":\"\"},\"facebook\":{\"general\":{\"enable\":true,\"defaultImageSourcePosts\":\"default\",\"customFieldImagePosts\":\"\",\"defaultImagePosts\":\"https:\\/\\/www.dubdelivery.club\\/wp-content\\/uploads\\/2022\\/07\\/pascal-meier-1uVCTVSn-2o-unsplash-scaled.jpg\",\"defaultImagePostsWidth\":0,\"defaultImagePostsHeight\":0,\"showAuthor\":true,\"siteName\":\"#site_title\"},\"homePage\":{\"image\":\"\",\"title\":\"#site_title\",\"description\":\"\",\"imageWidth\":0,\"imageHeight\":0,\"objectType\":\"website\"},\"advanced\":{\"enable\":true,\"adminId\":\"\",\"appId\":\"\",\"authorUrl\":\"\",\"generateArticleTags\":true,\"useKeywordsInTags\":false,\"useCategoriesInTags\":false,\"usePostTagsInTags\":true}},\"twitter\":{\"general\":{\"enable\":true,\"useOgData\":false,\"defaultCardType\":\"summary_large_image\",\"defaultImageSourcePosts\":\"default\",\"customFieldImagePosts\":\"\",\"defaultImagePosts\":\"https:\\/\\/www.dubdelivery.club\\/wp-content\\/uploads\\/2022\\/07\\/pascal-meier-1uVCTVSn-2o-unsplash-scaled.jpg\",\"showAuthor\":true,\"additionalData\":true},\"homePage\":{\"image\":\"\",\"title\":\"\",\"description\":\"\",\"cardType\":\"summary\"}}},\"searchAppearance\":{\"global\":{\"separator\":\"&#124;\",\"siteTitle\":\"#site_title #separator_sa #tagline\",\"metaDescription\":\"\",\"keywords\":\"\",\"schema\":{\"websiteName\":\"D\\u00fcb Delivery Club\",\"websiteAlternateName\":null,\"siteRepresents\":\"organization\",\"person\":\"\",\"organizationName\":\"\",\"organizationLogo\":\"\",\"personName\":\"\",\"personLogo\":\"\",\"phone\":\"\",\"contactType\":\"\",\"contactTypeManual\":\"\"}},\"advanced\":{\"globalRobotsMeta\":{\"default\":true,\"noindex\":false,\"nofollow\":false,\"noindexPaginated\":true,\"nofollowPaginated\":true,\"noindexFeed\":true,\"noarchive\":false,\"noimageindex\":false,\"notranslate\":false,\"nosnippet\":false,\"noodp\":false,\"maxSnippet\":-1,\"maxVideoPreview\":-1,\"maxImagePreview\":\"large\"},\"sitelinks\":true,\"noIndexEmptyCat\":true,\"removeStopWords\":false,\"noPaginationForCanonical\":true,\"useKeywords\":false,\"keywordsLooking\":true,\"useCategoriesForMetaKeywords\":false,\"useTagsForMetaKeywords\":false,\"dynamicallyGenerateKeywords\":false,\"pagedFormat\":\"- Page #page_number\",\"runShortcodes\":false,\"crawlCleanup\":{\"enable\":false,\"feeds\":{\"global\":true,\"globalComments\":false,\"staticBlogPage\":true,\"authors\":true,\"postComments\":false,\"search\":false,\"attachments\":false,\"archives\":{\"all\":false,\"included\":[]},\"taxonomies\":{\"all\":false,\"included\":[\"category\"]},\"atom\":false,\"rdf\":false,\"paginated\":false},\"removeUnrecognizedQueryArgs\":true,\"allowedQueryArgs\":\"\\/^utm_*\\/\"}},\"archives\":{\"author\":{\"show\":true,\"title\":\"#author_first_name #author_last_name, Author at #site_title\",\"metaDescription\":\"\",\"advanced\":{\"robotsMeta\":{\"default\":true,\"noindex\":false,\"nofollow\":false,\"noarchive\":false,\"noimageindex\":false,\"notranslate\":false,\"nosnippet\":false,\"noodp\":false,\"maxSnippet\":-1,\"maxVideoPreview\":-1,\"maxImagePreview\":\"large\"},\"showDateInGooglePreview\":true,\"showPostThumbnailInSearch\":true,\"showMetaBox\":true,\"keywords\":\"\"}},\"date\":{\"show\":false,\"title\":\"#archive_date #separator_sa #site_title\",\"metaDescription\":\"\",\"advanced\":{\"robotsMeta\":{\"default\":false,\"noindex\":true,\"nofollow\":false,\"noarchive\":false,\"noimageindex\":false,\"notranslate\":false,\"nosnippet\":false,\"noodp\":false,\"maxSnippet\":-1,\"maxVideoPreview\":-1,\"maxImagePreview\":\"large\"},\"showDateInGooglePreview\":true,\"showPostThumbnailInSearch\":true,\"showMetaBox\":true,\"keywords\":\"\"}},\"search\":{\"show\":false,\"title\":\"You searched for #search_term #separator_sa #site_title\",\"metaDescription\":\"\",\"advanced\":{\"robotsMeta\":{\"default\":false,\"noindex\":true,\"nofollow\":false,\"noarchive\":false,\"noimageindex\":false,\"notranslate\":false,\"nosnippet\":false,\"noodp\":false,\"maxSnippet\":-1,\"maxVideoPreview\":-1,\"maxImagePreview\":\"large\"},\"showDateInGooglePreview\":true,\"showPostThumbnailInSearch\":true,\"showMetaBox\":true,\"keywords\":\"\"}}}},\"tools\":{\"robots\":{\"enable\":false,\"rules\":[],\"robotsDetected\":true},\"importExport\":{\"backup\":{\"lastTime\":\"\",\"data\":\"\"}}},\"deprecated\":{\"webmasterTools\":{\"googleAnalytics\":{\"id\":\"\",\"advanced\":false,\"trackingDomain\":\"\",\"multipleDomains\":false,\"additionalDomains\":\"\",\"anonymizeIp\":false,\"displayAdvertiserTracking\":false,\"excludeUsers\":[],\"trackOutboundLinks\":false,\"enhancedLinkAttribution\":false,\"enhancedEcommerce\":false}},\"searchAppearance\":{\"global\":{\"descriptionFormat\":\"\",\"schema\":{\"enableSchemaMarkup\":true}},\"advanced\":{\"autogenerateDescriptions\":true,\"runShortcodesInDescription\":true,\"useContentForAutogeneratedDescriptions\":false,\"excludePosts\":[],\"excludeTerms\":[]}},\"sitemap\":{\"general\":{\"advancedSettings\":{\"dynamic\":true}}},\"tools\":{\"blocker\":{\"blockBots\":false,\"blockReferer\":false,\"track\":false,\"custom\":{\"enable\":false,\"bots\":\"Abonti\\naggregator\\nAhrefsBot\\nasterias\\nBDCbot\\nBLEXBot\\nBuiltBotTough\\nBullseye\\nBunnySlippers\\nca-crawler\\nCCBot\\nCegbfeieh\\nCheeseBot\\nCherryPicker\\nCopyRightCheck\\ncosmos\\nCrescent\\ndiscobot\\nDittoSpyder\\nDotBot\\nDownload Ninja\\nEasouSpider\\nEmailCollector\\nEmailSiphon\\nEmailWolf\\nEroCrawler\\nExtractorPro\\nFasterfox\\nFeedBooster\\nFoobot\\nGenieo\\ngrub-client\\nHarvest\\nhloader\\nhttplib\\nHTTrack\\nhumanlinks\\nieautodiscovery\\nInfoNaviRobot\\nIstellaBot\\nJava\\/1.\\nJennyBot\\nk2spider\\nKenjin Spider\\nKeyword Density\\/0.9\\nlarbin\\nLexiBot\\nlibWeb\\nlibwww\\nLinkextractorPro\\nlinko\\nLinkScan\\/8.1a Unix\\nLinkWalker\\nLNSpiderguy\\nlwp-trivial\\nmagpie\\nMata Hari\\nMaxPointCrawler\\nMegaIndex\\nMicrosoft URL Control\\nMIIxpc\\nMippin\\nMissigua Locator\\nMister PiX\\nMJ12bot\\nmoget\\nMSIECrawler\\nNetAnts\\nNICErsPRO\\nNiki-Bot\\nNPBot\\nNutch\\nOffline Explorer\\nOpenfind\\npanscient.com\\nPHP\\/5.{\\nProPowerBot\\/2.14\\nProWebWalker\\nPython-urllib\\nQueryN Metasearch\\nRepoMonkey\\nSISTRIX\\nsitecheck.Internetseer.com\\nSiteSnagger\\nSnapPreviewBot\\nSogou\\nSpankBot\\nspanner\\nspbot\\nSpinn3r\\nsuzuran\\nSzukacz\\/1.4\\nTeleport\\nTelesoft\\nThe Intraformant\\nTheNomad\\nTightTwatBot\\nTitan\\ntoCrawl\\/UrlDispatcher\\nTrue_Robot\\nturingos\\nTurnitinBot\\nUbiCrawler\\nUnisterBot\\nURLy Warning\\nVCI\\nWBSearchBot\\nWeb Downloader\\/6.9\\nWeb Image Collector\\nWebAuto\\nWebBandit\\nWebCopier\\nWebEnhancer\\nWebmasterWorldForumBot\\nWebReaper\\nWebSauger\\nWebsite Quester\\nWebster Pro\\nWebStripper\\nWebZip\\nWotbox\\nwsr-agent\\nWWW-Collector-E\\nXenu\\nZao\\nZeus\\nZyBORG\\ncoccoc\\nIncutio\\nlmspider\\nmemoryBot\\nserf\\nUnknown\\nuptime files\",\"referer\":\"semalt.com\\nkambasoft.com\\nsavetubevideo.com\\nbuttons-for-website.com\\nsharebutton.net\\nsoundfrost.org\\nsrecorder.com\\nsoftomix.com\\nsoftomix.net\\nmyprintscreen.com\\njoinandplay.me\\nfbfreegifts.com\\nopenmediasoft.com\\nzazagames.org\\nextener.org\\nopenfrost.com\\nopenfrost.net\\ngooglsucks.com\\nbest-seo-offer.com\\nbuttons-for-your-website.com\\nwww.Get-Free-Traffic-Now.com\\nbest-seo-solution.com\\nbuy-cheap-online.info\\nsite3.free-share-buttons.com\\nwebmaster-traffic.com\"}}}}}','yes');
INSERT INTO `wplc_options` VALUES (79852,'aioseo_options_lite','{\"advanced\":{\"usageTracking\":false}}','yes');
INSERT INTO `wplc_options` VALUES (79853,'aioseo_options_dynamic','{\"sitemap\":{\"priority\":{\"postTypes\":{\"post\":{\"priority\":\"{\\\"label\\\":\\\"default\\\",\\\"value\\\":\\\"default\\\"}\",\"frequency\":\"{\\\"label\\\":\\\"default\\\",\\\"value\\\":\\\"default\\\"}\"},\"page\":{\"priority\":\"{\\\"label\\\":\\\"default\\\",\\\"value\\\":\\\"default\\\"}\",\"frequency\":\"{\\\"label\\\":\\\"default\\\",\\\"value\\\":\\\"default\\\"}\"},\"attachment\":{\"priority\":\"{\\\"label\\\":\\\"default\\\",\\\"value\\\":\\\"default\\\"}\",\"frequency\":\"{\\\"label\\\":\\\"default\\\",\\\"value\\\":\\\"default\\\"}\"},\"product\":{\"priority\":\"{\\\"label\\\":\\\"default\\\",\\\"value\\\":\\\"default\\\"}\",\"frequency\":\"{\\\"label\\\":\\\"default\\\",\\\"value\\\":\\\"default\\\"}\"},\"fl-builder-template\":{\"priority\":\"{\\\"label\\\":\\\"default\\\",\\\"value\\\":\\\"default\\\"}\",\"frequency\":\"{\\\"label\\\":\\\"default\\\",\\\"value\\\":\\\"default\\\"}\"},\"auto-print-templates\":{\"priority\":\"{\\\"label\\\":\\\"default\\\",\\\"value\\\":\\\"default\\\"}\",\"frequency\":\"{\\\"label\\\":\\\"default\\\",\\\"value\\\":\\\"default\\\"}\"}},\"taxonomies\":[]}},\"social\":{\"facebook\":{\"general\":{\"postTypes\":{\"post\":{\"objectType\":\"article\"},\"page\":{\"objectType\":\"article\"},\"attachment\":{\"objectType\":\"article\"},\"product\":{\"objectType\":\"article\"},\"fl-builder-template\":{\"objectType\":\"article\"},\"auto-print-templates\":{\"objectType\":\"article\"}}}}},\"searchAppearance\":{\"postTypes\":{\"post\":{\"show\":true,\"advanced\":{\"robotsMeta\":{\"default\":true,\"noindex\":false,\"nofollow\":false,\"noarchive\":false,\"noimageindex\":false,\"notranslate\":false,\"nosnippet\":false,\"noodp\":false,\"maxSnippet\":-1,\"maxVideoPreview\":-1,\"maxImagePreview\":\"large\"},\"showDateInGooglePreview\":true,\"showPostThumbnailInSearch\":true,\"showMetaBox\":true,\"bulkEditing\":\"enabled\"},\"title\":\"#post_title #separator_sa #site_title\",\"metaDescription\":\"\",\"schemaType\":\"Article\",\"webPageType\":\"WebPage\",\"articleType\":\"Article\",\"customFields\":\"\"},\"page\":{\"show\":true,\"advanced\":{\"robotsMeta\":{\"default\":true,\"noindex\":false,\"nofollow\":false,\"noarchive\":false,\"noimageindex\":false,\"notranslate\":false,\"nosnippet\":false,\"noodp\":false,\"maxSnippet\":-1,\"maxVideoPreview\":-1,\"maxImagePreview\":\"large\"},\"showDateInGooglePreview\":true,\"showPostThumbnailInSearch\":true,\"showMetaBox\":true,\"bulkEditing\":\"enabled\"},\"title\":\"#post_title #separator_sa #site_title\",\"metaDescription\":\"\",\"schemaType\":\"WebPage\",\"webPageType\":\"WebPage\",\"articleType\":\"none\",\"customFields\":\"\"},\"attachment\":{\"show\":true,\"advanced\":{\"robotsMeta\":{\"default\":true,\"noindex\":false,\"nofollow\":false,\"noarchive\":false,\"noimageindex\":false,\"notranslate\":false,\"nosnippet\":false,\"noodp\":false,\"maxSnippet\":-1,\"maxVideoPreview\":-1,\"maxImagePreview\":\"large\"},\"showDateInGooglePreview\":true,\"showPostThumbnailInSearch\":true,\"showMetaBox\":true,\"bulkEditing\":\"enabled\"},\"title\":\"#post_title #separator_sa #site_title\",\"metaDescription\":\"\",\"schemaType\":\"ItemPage\",\"webPageType\":\"ItemPage\",\"articleType\":\"none\",\"customFields\":\"\",\"redirectAttachmentUrls\":\"attachment\"},\"product\":{\"show\":true,\"advanced\":{\"robotsMeta\":{\"default\":true,\"noindex\":false,\"nofollow\":false,\"noarchive\":false,\"noimageindex\":false,\"notranslate\":false,\"nosnippet\":false,\"noodp\":false,\"maxSnippet\":-1,\"maxVideoPreview\":-1,\"maxImagePreview\":\"large\"},\"showDateInGooglePreview\":true,\"showPostThumbnailInSearch\":true,\"showMetaBox\":true,\"bulkEditing\":\"enabled\"},\"title\":\"#post_title #separator_sa #site_title\",\"metaDescription\":\"#post_excerpt\",\"schemaType\":\"WebPage\",\"webPageType\":\"ItemPage\",\"articleType\":\"BlogPosting\",\"customFields\":\"\"},\"fl-builder-template\":{\"show\":true,\"advanced\":{\"robotsMeta\":{\"default\":true,\"noindex\":false,\"nofollow\":false,\"noarchive\":false,\"noimageindex\":false,\"notranslate\":false,\"nosnippet\":false,\"noodp\":false,\"maxSnippet\":-1,\"maxVideoPreview\":-1,\"maxImagePreview\":\"large\"},\"showDateInGooglePreview\":true,\"showPostThumbnailInSearch\":true,\"showMetaBox\":true,\"bulkEditing\":\"enabled\"},\"title\":\"#post_title #separator_sa #site_title\",\"metaDescription\":\"#post_content\",\"schemaType\":\"WebPage\",\"webPageType\":\"WebPage\",\"articleType\":\"BlogPosting\",\"customFields\":\"\"},\"auto-print-templates\":{\"show\":true,\"advanced\":{\"robotsMeta\":{\"default\":true,\"noindex\":false,\"nofollow\":false,\"noarchive\":false,\"noimageindex\":false,\"notranslate\":false,\"nosnippet\":false,\"noodp\":false,\"maxSnippet\":-1,\"maxVideoPreview\":-1,\"maxImagePreview\":\"large\"},\"showDateInGooglePreview\":true,\"showPostThumbnailInSearch\":true,\"showMetaBox\":true,\"bulkEditing\":\"enabled\"},\"title\":\"#post_title #separator_sa #site_title\",\"metaDescription\":\"#post_content\",\"schemaType\":\"WebPage\",\"webPageType\":\"WebPage\",\"articleType\":\"BlogPosting\",\"customFields\":\"\"}},\"taxonomies\":{\"category\":{\"show\":true,\"advanced\":{\"robotsMeta\":{\"default\":true,\"noindex\":false,\"nofollow\":false,\"noarchive\":false,\"noimageindex\":false,\"notranslate\":false,\"nosnippet\":false,\"noodp\":false,\"maxSnippet\":-1,\"maxVideoPreview\":-1,\"maxImagePreview\":\"large\"},\"showDateInGooglePreview\":true,\"showPostThumbnailInSearch\":true,\"showMetaBox\":true},\"title\":\"#taxonomy_title #separator_sa #site_title\",\"metaDescription\":\"#taxonomy_description\"},\"post_tag\":{\"show\":true,\"advanced\":{\"robotsMeta\":{\"default\":true,\"noindex\":false,\"nofollow\":false,\"noarchive\":false,\"noimageindex\":false,\"notranslate\":false,\"nosnippet\":false,\"noodp\":false,\"maxSnippet\":-1,\"maxVideoPreview\":-1,\"maxImagePreview\":\"large\"},\"showDateInGooglePreview\":true,\"showPostThumbnailInSearch\":true,\"showMetaBox\":true},\"title\":\"#taxonomy_title #separator_sa #site_title\",\"metaDescription\":\"#taxonomy_description\"},\"product_cat\":{\"show\":true,\"advanced\":{\"robotsMeta\":{\"default\":true,\"noindex\":false,\"nofollow\":false,\"noarchive\":false,\"noimageindex\":false,\"notranslate\":false,\"nosnippet\":false,\"noodp\":false,\"maxSnippet\":-1,\"maxVideoPreview\":-1,\"maxImagePreview\":\"large\"},\"showDateInGooglePreview\":true,\"showPostThumbnailInSearch\":true,\"showMetaBox\":true},\"title\":\"#taxonomy_title #separator_sa #site_title\",\"metaDescription\":\"#taxonomy_description\"},\"product_tag\":{\"show\":true,\"advanced\":{\"robotsMeta\":{\"default\":true,\"noindex\":false,\"nofollow\":false,\"noarchive\":false,\"noimageindex\":false,\"notranslate\":false,\"nosnippet\":false,\"noodp\":false,\"maxSnippet\":-1,\"maxVideoPreview\":-1,\"maxImagePreview\":\"large\"},\"showDateInGooglePreview\":true,\"showPostThumbnailInSearch\":true,\"showMetaBox\":true},\"title\":\"#taxonomy_title #separator_sa #site_title\",\"metaDescription\":\"#taxonomy_description\"},\"fl-builder-template-category\":{\"show\":true,\"advanced\":{\"robotsMeta\":{\"default\":true,\"noindex\":false,\"nofollow\":false,\"noarchive\":false,\"noimageindex\":false,\"notranslate\":false,\"nosnippet\":false,\"noodp\":false,\"maxSnippet\":-1,\"maxVideoPreview\":-1,\"maxImagePreview\":\"large\"},\"showDateInGooglePreview\":true,\"showPostThumbnailInSearch\":true,\"showMetaBox\":true},\"title\":\"#taxonomy_title #separator_sa #site_title\",\"metaDescription\":\"#taxonomy_description\"}},\"archives\":[]}}','yes');
INSERT INTO `wplc_options` VALUES (79854,'aioseo_options_localized','a:22:{s:33:\"searchAppearance_global_siteTitle\";s:34:\"#site_title #separator_sa #tagline\";s:36:\"searchAppearance_archives_date_title\";s:39:\"#archive_date #separator_sa #site_title\";s:38:\"searchAppearance_archives_author_title\";s:59:\"#author_first_name #author_last_name, Author at #site_title\";s:38:\"searchAppearance_archives_search_title\";s:55:\"You searched for #search_term #separator_sa #site_title\";s:32:\"social_facebook_general_siteName\";s:11:\"#site_title\";s:28:\"breadcrumbs_breadcrumbPrefix\";s:0:\"\";s:25:\"breadcrumbs_archiveFormat\";s:47:\"Archives for #breadcrumb_archive_post_type_name\";s:30:\"breadcrumbs_searchResultFormat\";s:46:\"Search Results for \'#breadcrumb_search_string\'\";s:26:\"breadcrumbs_errorFormat404\";s:20:\"404 - Page Not Found\";s:30:\"social_facebook_homePage_title\";s:11:\"#site_title\";s:36:\"social_facebook_homePage_description\";s:0:\"\";s:29:\"social_twitter_homePage_title\";s:0:\"\";s:35:\"social_twitter_homePage_description\";s:0:\"\";s:39:\"searchAppearance_global_metaDescription\";s:0:\"\";s:32:\"searchAppearance_global_keywords\";s:0:\"\";s:37:\"searchAppearance_advanced_pagedFormat\";s:19:\"- Page #page_number\";s:48:\"searchAppearance_archives_author_metaDescription\";s:0:\"\";s:50:\"searchAppearance_archives_author_advanced_keywords\";s:0:\"\";s:46:\"searchAppearance_archives_date_metaDescription\";s:0:\"\";s:48:\"searchAppearance_archives_date_advanced_keywords\";s:0:\"\";s:48:\"searchAppearance_archives_search_metaDescription\";s:0:\"\";s:50:\"searchAppearance_archives_search_advanced_keywords\";s:0:\"\";}','yes');
INSERT INTO `wplc_options` VALUES (83471,'_transient_woocommerce_webhook_ids_status_active','a:6:{i:0;i:6;i:1;i:5;i:2;i:4;i:3;i:3;i:4;i:2;i:5;i:1;}','yes');
INSERT INTO `wplc_options` VALUES (85748,'wcusage_register_db_version','2.7','yes');
INSERT INTO `wplc_options` VALUES (85750,'litespeed.admin_display.thirdparty_litespeed_check','1','yes');
INSERT INTO `wplc_options` VALUES (85753,'brainstrom_bundled_products','a:0:{}','yes');
INSERT INTO `wplc_options` VALUES (86838,'wc_square_is_active','yes','yes');
INSERT INTO `wplc_options` VALUES (86840,'wc_square_milestone_version','3.1.0','yes');
INSERT INTO `wplc_options` VALUES (86855,'jetpack_protect_activating','activating','no');
INSERT INTO `wplc_options` VALUES (86916,'wc_square_access_tokens','a:1:{s:10:\"production\";s:168:\"nZlgGgEkxtlDsyYu3Eeu8GFSZWZwWCtsRENLWXgvYU5KODhnMnVSdzcyVlJnTXlxT0FCMXlxcFZZZ0VnMW9CVmZUNjIycjFUVnRCSzBJdGFCQ1orNm54alE1NEhRc1RKT3NoNW92VHJTYmFIOUM2RVJ6ZXpTV0kzdXRRPQ==\";}','yes');
INSERT INTO `wplc_options` VALUES (86917,'wc_square_refresh_tokens','a:1:{s:10:\"production\";s:168:\"XJYqMbmBnSEmeTlAwTIy42ducUxDdFFBUHlYMnQ0ZFhMQUZkMmh6NWFzSytTL1JWOWkxUFNIWDRXUkg5SVhjejQvWEF3cUl4Q0xoTkY2U2Z0WEtpN29JR1F1bEZ5K09uamViME81WDJPOXJOelZLQWJaUlV5RG5iZUVzPQ==\";}','yes');
INSERT INTO `wplc_options` VALUES (86932,'wc_square_settings','a:9:{s:14:\"enable_sandbox\";s:2:\"no\";s:16:\"sandbox_settings\";s:0:\"\";s:22:\"sandbox_application_id\";s:0:\"\";s:13:\"sandbox_token\";s:0:\"\";s:22:\"production_location_id\";s:13:\"L77VEE90QVTBF\";s:16:\"system_of_record\";s:11:\"woocommerce\";s:21:\"enable_inventory_sync\";s:2:\"no\";s:21:\"hide_missing_products\";s:2:\"no\";s:21:\"debug_logging_enabled\";s:2:\"no\";}','yes');
INSERT INTO `wplc_options` VALUES (87226,'_transient_dirsize_cache','a:7215:{s:59:\"/home/dubdeliv/public_html/wp-content/uploads/mainwp/backup\";i:13;s:52:\"/home/dubdeliv/public_html/wp-content/uploads/mainwp\";i:13;s:92:\"/home/dubdeliv/public_html/wp-content/uploads/beaver-builder/icons/ultimate-icons/demo-files\";i:3205;s:87:\"/home/dubdeliv/public_html/wp-content/uploads/beaver-builder/icons/ultimate-icons/fonts\";i:521080;s:81:\"/home/dubdeliv/public_html/wp-content/uploads/beaver-builder/icons/ultimate-icons\";i:1429152;s:66:\"/home/dubdeliv/public_html/wp-content/uploads/beaver-builder/icons\";i:1429152;s:66:\"/home/dubdeliv/public_html/wp-content/uploads/beaver-builder/cache\";i:5536134;s:60:\"/home/dubdeliv/public_html/wp-content/uploads/beaver-builder\";i:6965286;s:59:\"/home/dubdeliv/public_html/wp-content/uploads/wpforms/cache\";i:154030;s:53:\"/home/dubdeliv/public_html/wp-content/uploads/wpforms\";i:154767;s:65:\"/home/dubdeliv/public_html/wp-content/uploads/woocommerce_uploads\";i:13;s:74:\"/home/dubdeliv/public_html/wp-content/uploads/woo-order-auto-print/2022/08\";i:19576;s:71:\"/home/dubdeliv/public_html/wp-content/uploads/woo-order-auto-print/2022\";i:19576;s:66:\"/home/dubdeliv/public_html/wp-content/uploads/woo-order-auto-print\";i:19642;s:62:\"/home/dubdeliv/public_html/wp-content/uploads/tCapsule/backups\";i:28;s:54:\"/home/dubdeliv/public_html/wp-content/uploads/tCapsule\";i:28;s:100:\"/home/dubdeliv/public_html/wp-content/uploads/wpo_wcpdf_05b56293b45bffd393c7855e6bda794f/attachments\";i:13;s:95:\"/home/dubdeliv/public_html/wp-content/uploads/wpo_wcpdf_05b56293b45bffd393c7855e6bda794f/dompdf\";i:264;s:94:\"/home/dubdeliv/public_html/wp-content/uploads/wpo_wcpdf_05b56293b45bffd393c7855e6bda794f/fonts\";i:5078920;s:88:\"/home/dubdeliv/public_html/wp-content/uploads/wpo_wcpdf_05b56293b45bffd393c7855e6bda794f\";i:5079197;s:65:\"/home/dubdeliv/public_html/wp-content/uploads/fw_files_for_blog_1\";i:5;s:96:\"/home/dubdeliv/public_html/wp-content/uploads/print-invoices-packing-slip-labels-for-woocommerce\";i:39;s:53:\"/home/dubdeliv/public_html/wp-content/uploads/2022/09\";i:1396934;s:53:\"/home/dubdeliv/public_html/wp-content/uploads/2022/06\";i:12092035;s:53:\"/home/dubdeliv/public_html/wp-content/uploads/2022/08\";i:78286698;s:53:\"/home/dubdeliv/public_html/wp-content/uploads/2022/04\";i:0;s:53:\"/home/dubdeliv/public_html/wp-content/uploads/2022/07\";i:41659190;s:53:\"/home/dubdeliv/public_html/wp-content/uploads/2022/02\";i:19381687;s:50:\"/home/dubdeliv/public_html/wp-content/uploads/2022\";i:152816544;s:61:\"/home/dubdeliv/public_html/wp-content/uploads/bb-plugin/icons\";i:0;s:61:\"/home/dubdeliv/public_html/wp-content/uploads/bb-plugin/cache\";i:352563;s:55:\"/home/dubdeliv/public_html/wp-content/uploads/bb-plugin\";i:352563;s:58:\"/home/dubdeliv/public_html/wp-content/uploads/wpo/add-type\";i:63;s:56:\"/home/dubdeliv/public_html/wp-content/uploads/wpo/images\";i:21886;s:67:\"/home/dubdeliv/public_html/wp-content/uploads/wpo/content-digest/on\";i:18;s:68:\"/home/dubdeliv/public_html/wp-content/uploads/wpo/content-digest/off\";i:19;s:64:\"/home/dubdeliv/public_html/wp-content/uploads/wpo/content-digest\";i:37;s:85:\"/home/dubdeliv/public_html/wp-content/uploads/wpo/module-loaded/mime/server-signature\";i:383;s:68:\"/home/dubdeliv/public_html/wp-content/uploads/wpo/module-loaded/mime\";i:383;s:88:\"/home/dubdeliv/public_html/wp-content/uploads/wpo/module-loaded/rewrite/server-signature\";i:386;s:71:\"/home/dubdeliv/public_html/wp-content/uploads/wpo/module-loaded/rewrite\";i:386;s:88:\"/home/dubdeliv/public_html/wp-content/uploads/wpo/module-loaded/headers/server-signature\";i:386;s:71:\"/home/dubdeliv/public_html/wp-content/uploads/wpo/module-loaded/headers\";i:386;s:63:\"/home/dubdeliv/public_html/wp-content/uploads/wpo/module-loaded\";i:1155;s:69:\"/home/dubdeliv/public_html/wp-content/uploads/wpo/server-signature/on\";i:141;s:70:\"/home/dubdeliv/public_html/wp-content/uploads/wpo/server-signature/off\";i:142;s:66:\"/home/dubdeliv/public_html/wp-content/uploads/wpo/server-signature\";i:283;s:49:\"/home/dubdeliv/public_html/wp-content/uploads/wpo\";i:23424;s:54:\"/home/dubdeliv/public_html/wp-content/uploads/bb-theme\";i:138946;s:53:\"/home/dubdeliv/public_html/wp-content/uploads/wc-logs\";i:16525;s:45:\"/home/dubdeliv/public_html/wp-content/uploads\";i:166788702;s:80:\"/home/customer/www/dubdelivery.club/public_html/wp-content/uploads/wpforms/cache\";i:159874;s:74:\"/home/customer/www/dubdelivery.club/public_html/wp-content/uploads/wpforms\";i:160611;s:126:\"/home/customer/www/dubdelivery.club/public_html/wp-content/uploads/1665155658-2668c906a9d19e8b004e276512f39f5f58dc5f87/plugins\";i:0;s:125:\"/home/customer/www/dubdelivery.club/public_html/wp-content/uploads/1665155658-2668c906a9d19e8b004e276512f39f5f58dc5f87/themes\";i:0;s:122:\"/home/customer/www/dubdelivery.club/public_html/wp-content/uploads/1665155658-2668c906a9d19e8b004e276512f39f5f58dc5f87/sql\";i:0;s:118:\"/home/customer/www/dubdelivery.club/public_html/wp-content/uploads/1665155658-2668c906a9d19e8b004e276512f39f5f58dc5f87\";i:0;s:75:\"/home/customer/www/dubdelivery.club/public_html/wp-content/uploads/bb-theme\";i:138946;s:116:\"/home/customer/www/dubdelivery.club/public_html/wp-content/uploads/wpo_wcpdf_05b56293b45bffd393c7855e6bda794f/dompdf\";i:264;s:115:\"/home/customer/www/dubdelivery.club/public_html/wp-content/uploads/wpo_wcpdf_05b56293b45bffd393c7855e6bda794f/fonts\";i:5078920;s:121:\"/home/customer/www/dubdelivery.club/public_html/wp-content/uploads/wpo_wcpdf_05b56293b45bffd393c7855e6bda794f/attachments\";i:13;s:109:\"/home/customer/www/dubdelivery.club/public_html/wp-content/uploads/wpo_wcpdf_05b56293b45bffd393c7855e6bda794f\";i:5079197;s:106:\"/home/customer/www/dubdelivery.club/public_html/wp-content/uploads/wpo/module-loaded/mime/server-signature\";i:383;s:89:\"/home/customer/www/dubdelivery.club/public_html/wp-content/uploads/wpo/module-loaded/mime\";i:383;s:109:\"/home/customer/www/dubdelivery.club/public_html/wp-content/uploads/wpo/module-loaded/headers/server-signature\";i:386;s:92:\"/home/customer/www/dubdelivery.club/public_html/wp-content/uploads/wpo/module-loaded/headers\";i:386;s:109:\"/home/customer/www/dubdelivery.club/public_html/wp-content/uploads/wpo/module-loaded/rewrite/server-signature\";i:386;s:92:\"/home/customer/www/dubdelivery.club/public_html/wp-content/uploads/wpo/module-loaded/rewrite\";i:386;s:84:\"/home/customer/www/dubdelivery.club/public_html/wp-content/uploads/wpo/module-loaded\";i:1155;s:79:\"/home/customer/www/dubdelivery.club/public_html/wp-content/uploads/wpo/add-type\";i:63;s:91:\"/home/customer/www/dubdelivery.club/public_html/wp-content/uploads/wpo/server-signature/off\";i:142;s:90:\"/home/customer/www/dubdelivery.club/public_html/wp-content/uploads/wpo/server-signature/on\";i:141;s:87:\"/home/customer/www/dubdelivery.club/public_html/wp-content/uploads/wpo/server-signature\";i:283;s:89:\"/home/customer/www/dubdelivery.club/public_html/wp-content/uploads/wpo/content-digest/off\";i:19;s:88:\"/home/customer/www/dubdelivery.club/public_html/wp-content/uploads/wpo/content-digest/on\";i:18;s:85:\"/home/customer/www/dubdelivery.club/public_html/wp-content/uploads/wpo/content-digest\";i:37;s:77:\"/home/customer/www/dubdelivery.club/public_html/wp-content/uploads/wpo/images\";i:21886;s:70:\"/home/customer/www/dubdelivery.club/public_html/wp-content/uploads/wpo\";i:23424;s:83:\"/home/customer/www/dubdelivery.club/public_html/wp-content/uploads/tCapsule/backups\";i:28;s:75:\"/home/customer/www/dubdelivery.club/public_html/wp-content/uploads/tCapsule\";i:28;s:94:\"/home/customer/www/dubdelivery.club/public_html/wp-content/uploads/siteground-optimizer-assets\";i:0;s:74:\"/home/customer/www/dubdelivery.club/public_html/wp-content/uploads/wc-logs\";i:13;s:117:\"/home/customer/www/dubdelivery.club/public_html/wp-content/uploads/print-invoices-packing-slip-labels-for-woocommerce\";i:39;s:113:\"/home/customer/www/dubdelivery.club/public_html/wp-content/uploads/beaver-builder/icons/ultimate-icons/demo-files\";i:3205;s:108:\"/home/customer/www/dubdelivery.club/public_html/wp-content/uploads/beaver-builder/icons/ultimate-icons/fonts\";i:521080;s:102:\"/home/customer/www/dubdelivery.club/public_html/wp-content/uploads/beaver-builder/icons/ultimate-icons\";i:1429152;s:87:\"/home/customer/www/dubdelivery.club/public_html/wp-content/uploads/beaver-builder/icons\";i:1429152;s:87:\"/home/customer/www/dubdelivery.club/public_html/wp-content/uploads/beaver-builder/cache\";i:6226008;s:81:\"/home/customer/www/dubdelivery.club/public_html/wp-content/uploads/beaver-builder\";i:7655160;s:86:\"/home/customer/www/dubdelivery.club/public_html/wp-content/uploads/woocommerce_uploads\";i:13;s:74:\"/home/customer/www/dubdelivery.club/public_html/wp-content/uploads/2022/04\";i:0;s:74:\"/home/customer/www/dubdelivery.club/public_html/wp-content/uploads/2022/07\";i:42121078;s:74:\"/home/customer/www/dubdelivery.club/public_html/wp-content/uploads/2022/08\";i:91254213;s:74:\"/home/customer/www/dubdelivery.club/public_html/wp-content/uploads/2022/06\";i:12092035;s:74:\"/home/customer/www/dubdelivery.club/public_html/wp-content/uploads/2022/09\";i:3690971;s:74:\"/home/customer/www/dubdelivery.club/public_html/wp-content/uploads/2022/10\";i:0;s:74:\"/home/customer/www/dubdelivery.club/public_html/wp-content/uploads/2022/02\";i:19381687;s:71:\"/home/customer/www/dubdelivery.club/public_html/wp-content/uploads/2022\";i:168539984;s:95:\"/home/customer/www/dubdelivery.club/public_html/wp-content/uploads/woo-order-auto-print/2022/08\";i:19576;s:95:\"/home/customer/www/dubdelivery.club/public_html/wp-content/uploads/woo-order-auto-print/2022/09\";i:43387;s:92:\"/home/customer/www/dubdelivery.club/public_html/wp-content/uploads/woo-order-auto-print/2022\";i:62963;s:87:\"/home/customer/www/dubdelivery.club/public_html/wp-content/uploads/woo-order-auto-print\";i:63029;s:80:\"/home/customer/www/dubdelivery.club/public_html/wp-content/uploads/mainwp/backup\";i:13;s:73:\"/home/customer/www/dubdelivery.club/public_html/wp-content/uploads/mainwp\";i:13;s:82:\"/home/customer/www/dubdelivery.club/public_html/wp-content/uploads/bb-plugin/icons\";i:0;s:82:\"/home/customer/www/dubdelivery.club/public_html/wp-content/uploads/bb-plugin/cache\";i:352563;s:76:\"/home/customer/www/dubdelivery.club/public_html/wp-content/uploads/bb-plugin\";i:352563;s:66:\"/home/customer/www/dubdelivery.club/public_html/wp-content/uploads\";i:183373678;s:55:\"/home/customer/www/dubdelivery.club/public_html/cgi-bin\";i:0;s:64:\"/home/customer/www/dubdelivery.club/public_html/wp-admin/network\";i:125036;s:65:\"/home/customer/www/dubdelivery.club/public_html/wp-admin/includes\";i:2966244;s:61:\"/home/customer/www/dubdelivery.club/public_html/wp-admin/user\";i:3418;s:75:\"/home/customer/www/dubdelivery.club/public_html/wp-admin/css/colors/sunrise\";i:79307;s:72:\"/home/customer/www/dubdelivery.club/public_html/wp-admin/css/colors/blue\";i:78570;s:74:\"/home/customer/www/dubdelivery.club/public_html/wp-admin/css/colors/modern\";i:78247;s:73:\"/home/customer/www/dubdelivery.club/public_html/wp-admin/css/colors/ocean\";i:76021;s:76:\"/home/customer/www/dubdelivery.club/public_html/wp-admin/css/colors/midnight\";i:79386;s:77:\"/home/customer/www/dubdelivery.club/public_html/wp-admin/css/colors/ectoplasm\";i:78534;s:74:\"/home/customer/www/dubdelivery.club/public_html/wp-admin/css/colors/coffee\";i:76792;s:73:\"/home/customer/www/dubdelivery.club/public_html/wp-admin/css/colors/light\";i:79254;s:67:\"/home/customer/www/dubdelivery.club/public_html/wp-admin/css/colors\";i:649988;s:60:\"/home/customer/www/dubdelivery.club/public_html/wp-admin/css\";i:2506753;s:67:\"/home/customer/www/dubdelivery.club/public_html/wp-admin/js/widgets\";i:139376;s:59:\"/home/customer/www/dubdelivery.club/public_html/wp-admin/js\";i:1908892;s:63:\"/home/customer/www/dubdelivery.club/public_html/wp-admin/images\";i:396786;s:62:\"/home/customer/www/dubdelivery.club/public_html/wp-admin/maint\";i:7597;s:56:\"/home/customer/www/dubdelivery.club/public_html/wp-admin\";i:9201734;s:70:\"/home/customer/www/dubdelivery.club/public_html/wp-includes/php-compat\";i:1251;s:81:\"/home/customer/www/dubdelivery.club/public_html/wp-includes/blocks/page-list-item\";i:1055;s:73:\"/home/customer/www/dubdelivery.club/public_html/wp-includes/blocks/column\";i:1443;s:85:\"/home/customer/www/dubdelivery.club/public_html/wp-includes/blocks/post-comments-form\";i:9484;s:83:\"/home/customer/www/dubdelivery.club/public_html/wp-includes/blocks/term-description\";i:1017;s:77:\"/home/customer/www/dubdelivery.club/public_html/wp-includes/blocks/navigation\";i:138260;s:73:\"/home/customer/www/dubdelivery.club/public_html/wp-includes/blocks/button\";i:16094;s:76:\"/home/customer/www/dubdelivery.club/public_html/wp-includes/blocks/read-more\";i:2280;s:74:\"/home/customer/www/dubdelivery.club/public_html/wp-includes/blocks/columns\";i:8535;s:75:\"/home/customer/www/dubdelivery.club/public_html/wp-includes/blocks/freeform\";i:38063;s:94:\"/home/customer/www/dubdelivery.club/public_html/wp-includes/blocks/comments-pagination-numbers\";i:1779;s:78:\"/home/customer/www/dubdelivery.club/public_html/wp-includes/blocks/post-author\";i:2893;s:77:\"/home/customer/www/dubdelivery.club/public_html/wp-includes/blocks/media-text\";i:13669;s:75:\"/home/customer/www/dubdelivery.club/public_html/wp-includes/blocks/calendar\";i:3750;s:72:\"/home/customer/www/dubdelivery.club/public_html/wp-includes/blocks/quote\";i:6200;s:76:\"/home/customer/www/dubdelivery.club/public_html/wp-includes/blocks/site-logo\";i:9535;s:71:\"/home/customer/www/dubdelivery.club/public_html/wp-includes/blocks/list\";i:1944;s:91:\"/home/customer/www/dubdelivery.club/public_html/wp-includes/blocks/query-pagination-numbers\";i:1779;s:83:\"/home/customer/www/dubdelivery.club/public_html/wp-includes/blocks/query-pagination\";i:9144;s:72:\"/home/customer/www/dubdelivery.club/public_html/wp-includes/blocks/audio\";i:3456;s:76:\"/home/customer/www/dubdelivery.club/public_html/wp-includes/blocks/home-link\";i:1076;s:75:\"/home/customer/www/dubdelivery.club/public_html/wp-includes/blocks/comments\";i:28862;s:76:\"/home/customer/www/dubdelivery.club/public_html/wp-includes/blocks/post-date\";i:1293;s:73:\"/home/customer/www/dubdelivery.club/public_html/wp-includes/blocks/avatar\";i:1874;s:72:\"/home/customer/www/dubdelivery.club/public_html/wp-includes/blocks/query\";i:6813;s:74:\"/home/customer/www/dubdelivery.club/public_html/wp-includes/blocks/missing\";i:564;s:79:\"/home/customer/www/dubdelivery.club/public_html/wp-includes/blocks/comment-date\";i:1058;s:76:\"/home/customer/www/dubdelivery.club/public_html/wp-includes/blocks/shortcode\";i:4781;s:92:\"/home/customer/www/dubdelivery.club/public_html/wp-includes/blocks/query-pagination-previous\";i:951;s:72:\"/home/customer/www/dubdelivery.club/public_html/wp-includes/blocks/video\";i:11417;s:77:\"/home/customer/www/dubdelivery.club/public_html/wp-includes/blocks/post-title\";i:1829;s:76:\"/home/customer/www/dubdelivery.club/public_html/wp-includes/blocks/page-list\";i:7792;s:72:\"/home/customer/www/dubdelivery.club/public_html/wp-includes/blocks/group\";i:12943;s:71:\"/home/customer/www/dubdelivery.club/public_html/wp-includes/blocks/html\";i:3584;s:75:\"/home/customer/www/dubdelivery.club/public_html/wp-includes/blocks/loginout\";i:510;s:82:\"/home/customer/www/dubdelivery.club/public_html/wp-includes/blocks/latest-comments\";i:4765;s:79:\"/home/customer/www/dubdelivery.club/public_html/wp-includes/blocks/widget-group\";i:319;s:76:\"/home/customer/www/dubdelivery.club/public_html/wp-includes/blocks/paragraph\";i:5127;s:85:\"/home/customer/www/dubdelivery.club/public_html/wp-includes/blocks/navigation-submenu\";i:5812;s:72:\"/home/customer/www/dubdelivery.club/public_html/wp-includes/blocks/block\";i:5014;s:75:\"/home/customer/www/dubdelivery.club/public_html/wp-includes/blocks/nextpage\";i:2985;s:79:\"/home/customer/www/dubdelivery.club/public_html/wp-includes/blocks/site-tagline\";i:1430;s:85:\"/home/customer/www/dubdelivery.club/public_html/wp-includes/blocks/comment-reply-link\";i:1001;s:71:\"/home/customer/www/dubdelivery.club/public_html/wp-includes/blocks/file\";i:9351;s:71:\"/home/customer/www/dubdelivery.club/public_html/wp-includes/blocks/more\";i:3698;s:83:\"/home/customer/www/dubdelivery.club/public_html/wp-includes/blocks/query-no-results\";i:845;s:79:\"/home/customer/www/dubdelivery.club/public_html/wp-includes/blocks/post-excerpt\";i:2809;s:79:\"/home/customer/www/dubdelivery.club/public_html/wp-includes/blocks/post-content\";i:845;s:79:\"/home/customer/www/dubdelivery.club/public_html/wp-includes/blocks/text-columns\";i:2980;s:86:\"/home/customer/www/dubdelivery.club/public_html/wp-includes/blocks/comment-author-name\";i:1138;s:74:\"/home/customer/www/dubdelivery.club/public_html/wp-includes/blocks/heading\";i:2049;s:95:\"/home/customer/www/dubdelivery.club/public_html/wp-includes/blocks/comments-pagination-previous\";i:969;s:74:\"/home/customer/www/dubdelivery.club/public_html/wp-includes/blocks/pattern\";i:324;s:79:\"/home/customer/www/dubdelivery.club/public_html/wp-includes/blocks/social-links\";i:51064;s:88:\"/home/customer/www/dubdelivery.club/public_html/wp-includes/blocks/post-author-biography\";i:922;s:72:\"/home/customer/www/dubdelivery.club/public_html/wp-includes/blocks/verse\";i:1653;s:74:\"/home/customer/www/dubdelivery.club/public_html/wp-includes/blocks/buttons\";i:11089;s:76:\"/home/customer/www/dubdelivery.club/public_html/wp-includes/blocks/pullquote\";i:7653;s:79:\"/home/customer/www/dubdelivery.club/public_html/wp-includes/blocks/preformatted\";i:1468;s:71:\"/home/customer/www/dubdelivery.club/public_html/wp-includes/blocks/code\";i:2426;s:72:\"/home/customer/www/dubdelivery.club/public_html/wp-includes/blocks/image\";i:25224;s:72:\"/home/customer/www/dubdelivery.club/public_html/wp-includes/blocks/table\";i:28378;s:86:\"/home/customer/www/dubdelivery.club/public_html/wp-includes/blocks/post-featured-image\";i:25915;s:80:\"/home/customer/www/dubdelivery.club/public_html/wp-includes/blocks/post-template\";i:5221;s:70:\"/home/customer/www/dubdelivery.club/public_html/wp-includes/blocks/rss\";i:5023;s:72:\"/home/customer/www/dubdelivery.club/public_html/wp-includes/blocks/embed\";i:10994;s:74:\"/home/customer/www/dubdelivery.club/public_html/wp-includes/blocks/gallery\";i:75476;s:77:\"/home/customer/www/dubdelivery.club/public_html/wp-includes/blocks/categories\";i:2105;s:91:\"/home/customer/www/dubdelivery.club/public_html/wp-includes/blocks/comments-pagination-next\";i:957;s:75:\"/home/customer/www/dubdelivery.club/public_html/wp-includes/blocks/archives\";i:1585;s:79:\"/home/customer/www/dubdelivery.club/public_html/wp-includes/blocks/latest-posts\";i:11200;s:78:\"/home/customer/www/dubdelivery.club/public_html/wp-includes/blocks/query-title\";i:1393;s:87:\"/home/customer/www/dubdelivery.club/public_html/wp-includes/blocks/post-navigation-link\";i:3059;s:82:\"/home/customer/www/dubdelivery.club/public_html/wp-includes/blocks/comment-content\";i:1369;s:84:\"/home/customer/www/dubdelivery.club/public_html/wp-includes/blocks/comment-edit-link\";i:1159;s:76:\"/home/customer/www/dubdelivery.club/public_html/wp-includes/blocks/tag-cloud\";i:3446;s:83:\"/home/customer/www/dubdelivery.club/public_html/wp-includes/blocks/post-author-name\";i:1069;s:78:\"/home/customer/www/dubdelivery.club/public_html/wp-includes/blocks/social-link\";i:2250;s:72:\"/home/customer/www/dubdelivery.club/public_html/wp-includes/blocks/cover\";i:77248;s:81:\"/home/customer/www/dubdelivery.club/public_html/wp-includes/blocks/comments-title\";i:1646;s:83:\"/home/customer/www/dubdelivery.club/public_html/wp-includes/blocks/comment-template\";i:2856;s:76:\"/home/customer/www/dubdelivery.club/public_html/wp-includes/blocks/list-item\";i:876;s:86:\"/home/customer/www/dubdelivery.club/public_html/wp-includes/blocks/comments-pagination\";i:8453;s:77:\"/home/customer/www/dubdelivery.club/public_html/wp-includes/blocks/post-terms\";i:1661;s:73:\"/home/customer/www/dubdelivery.club/public_html/wp-includes/blocks/spacer\";i:4179;s:82:\"/home/customer/www/dubdelivery.club/public_html/wp-includes/blocks/navigation-link\";i:11573;s:77:\"/home/customer/www/dubdelivery.club/public_html/wp-includes/blocks/site-title\";i:2167;s:88:\"/home/customer/www/dubdelivery.club/public_html/wp-includes/blocks/query-pagination-next\";i:939;s:80:\"/home/customer/www/dubdelivery.club/public_html/wp-includes/blocks/legacy-widget\";i:501;s:76:\"/home/customer/www/dubdelivery.club/public_html/wp-includes/blocks/separator\";i:5308;s:80:\"/home/customer/www/dubdelivery.club/public_html/wp-includes/blocks/template-part\";i:8383;s:73:\"/home/customer/www/dubdelivery.club/public_html/wp-includes/blocks/search\";i:8701;s:66:\"/home/customer/www/dubdelivery.club/public_html/wp-includes/blocks\";i:1254376;s:78:\"/home/customer/www/dubdelivery.club/public_html/wp-includes/Text/Diff/Renderer\";i:5535;s:76:\"/home/customer/www/dubdelivery.club/public_html/wp-includes/Text/Diff/Engine\";i:31662;s:69:\"/home/customer/www/dubdelivery.club/public_html/wp-includes/Text/Diff\";i:44010;s:64:\"/home/customer/www/dubdelivery.club/public_html/wp-includes/Text\";i:56929;s:64:\"/home/customer/www/dubdelivery.club/public_html/wp-includes/pomo\";i:54177;s:65:\"/home/customer/www/dubdelivery.club/public_html/wp-includes/fonts\";i:289826;s:72:\"/home/customer/www/dubdelivery.club/public_html/wp-includes/certificates\";i:233231;s:75:\"/home/customer/www/dubdelivery.club/public_html/wp-includes/SimplePie/Cache\";i:39607;s:81:\"/home/customer/www/dubdelivery.club/public_html/wp-includes/SimplePie/Decode/HTML\";i:17241;s:76:\"/home/customer/www/dubdelivery.club/public_html/wp-includes/SimplePie/Decode\";i:17241;s:75:\"/home/customer/www/dubdelivery.club/public_html/wp-includes/SimplePie/Parse\";i:20551;s:82:\"/home/customer/www/dubdelivery.club/public_html/wp-includes/SimplePie/Content/Type\";i:8015;s:77:\"/home/customer/www/dubdelivery.club/public_html/wp-includes/SimplePie/Content\";i:8015;s:85:\"/home/customer/www/dubdelivery.club/public_html/wp-includes/SimplePie/XML/Declaration\";i:7098;s:73:\"/home/customer/www/dubdelivery.club/public_html/wp-includes/SimplePie/XML\";i:7098;s:73:\"/home/customer/www/dubdelivery.club/public_html/wp-includes/SimplePie/Net\";i:7493;s:74:\"/home/customer/www/dubdelivery.club/public_html/wp-includes/SimplePie/HTTP\";i:11487;s:69:\"/home/customer/www/dubdelivery.club/public_html/wp-includes/SimplePie\";i:458625;s:72:\"/home/customer/www/dubdelivery.club/public_html/wp-includes/style-engine\";i:38240;s:74:\"/home/customer/www/dubdelivery.club/public_html/wp-includes/block-patterns\";i:8843;s:78:\"/home/customer/www/dubdelivery.club/public_html/wp-includes/rest-api/endpoints\";i:737446;s:75:\"/home/customer/www/dubdelivery.club/public_html/wp-includes/rest-api/fields\";i:22340;s:75:\"/home/customer/www/dubdelivery.club/public_html/wp-includes/rest-api/search\";i:15909;s:68:\"/home/customer/www/dubdelivery.club/public_html/wp-includes/rest-api\";i:862847;s:78:\"/home/customer/www/dubdelivery.club/public_html/wp-includes/sitemaps/providers\";i:16711;s:68:\"/home/customer/www/dubdelivery.club/public_html/wp-includes/sitemaps\";i:46858;s:67:\"/home/customer/www/dubdelivery.club/public_html/wp-includes/widgets\";i:157493;s:74:\"/home/customer/www/dubdelivery.club/public_html/wp-includes/block-supports\";i:96918;s:72:\"/home/customer/www/dubdelivery.club/public_html/wp-includes/theme-compat\";i:15443;s:63:\"/home/customer/www/dubdelivery.club/public_html/wp-includes/IXR\";i:33915;s:78:\"/home/customer/www/dubdelivery.club/public_html/wp-includes/css/dist/edit-site\";i:257772;s:79:\"/home/customer/www/dubdelivery.club/public_html/wp-includes/css/dist/components\";i:348353;s:82:\"/home/customer/www/dubdelivery.club/public_html/wp-includes/css/dist/block-library\";i:734082;s:86:\"/home/customer/www/dubdelivery.club/public_html/wp-includes/css/dist/customize-widgets\";i:24658;s:89:\"/home/customer/www/dubdelivery.club/public_html/wp-includes/css/dist/list-reusable-blocks\";i:18974;s:75:\"/home/customer/www/dubdelivery.club/public_html/wp-includes/css/dist/editor\";i:75828;s:83:\"/home/customer/www/dubdelivery.club/public_html/wp-includes/css/dist/format-library\";i:8166;s:84:\"/home/customer/www/dubdelivery.club/public_html/wp-includes/css/dist/block-directory\";i:14924;s:76:\"/home/customer/www/dubdelivery.club/public_html/wp-includes/css/dist/widgets\";i:23682;s:81:\"/home/customer/www/dubdelivery.club/public_html/wp-includes/css/dist/edit-widgets\";i:106298;s:84:\"/home/customer/www/dubdelivery.club/public_html/wp-includes/css/dist/reusable-blocks\";i:2216;s:72:\"/home/customer/www/dubdelivery.club/public_html/wp-includes/css/dist/nux\";i:11618;s:78:\"/home/customer/www/dubdelivery.club/public_html/wp-includes/css/dist/edit-post\";i:204758;s:81:\"/home/customer/www/dubdelivery.club/public_html/wp-includes/css/dist/block-editor\";i:569571;s:68:\"/home/customer/www/dubdelivery.club/public_html/wp-includes/css/dist\";i:2400900;s:63:\"/home/customer/www/dubdelivery.club/public_html/wp-includes/css\";i:3048347;s:66:\"/home/customer/www/dubdelivery.club/public_html/wp-includes/assets\";i:22976;s:74:\"/home/customer/www/dubdelivery.club/public_html/wp-includes/js/dist/vendor\";i:2546686;s:79:\"/home/customer/www/dubdelivery.club/public_html/wp-includes/js/dist/development\";i:178306;s:67:\"/home/customer/www/dubdelivery.club/public_html/wp-includes/js/dist\";i:17656960;s:68:\"/home/customer/www/dubdelivery.club/public_html/wp-includes/js/jcrop\";i:24976;s:72:\"/home/customer/www/dubdelivery.club/public_html/wp-includes/js/jquery/ui\";i:808535;s:69:\"/home/customer/www/dubdelivery.club/public_html/wp-includes/js/jquery\";i:1334335;s:72:\"/home/customer/www/dubdelivery.club/public_html/wp-includes/js/swfupload\";i:8715;s:67:\"/home/customer/www/dubdelivery.club/public_html/wp-includes/js/crop\";i:20004;s:71:\"/home/customer/www/dubdelivery.club/public_html/wp-includes/js/thickbox\";i:31233;s:76:\"/home/customer/www/dubdelivery.club/public_html/wp-includes/js/imgareaselect\";i:49549;s:73:\"/home/customer/www/dubdelivery.club/public_html/wp-includes/js/codemirror\";i:1287141;s:93:\"/home/customer/www/dubdelivery.club/public_html/wp-includes/js/tinymce/skins/wordpress/images\";i:14207;s:86:\"/home/customer/www/dubdelivery.club/public_html/wp-includes/js/tinymce/skins/wordpress\";i:22831;s:90:\"/home/customer/www/dubdelivery.club/public_html/wp-includes/js/tinymce/skins/lightgray/img\";i:2856;s:92:\"/home/customer/www/dubdelivery.club/public_html/wp-includes/js/tinymce/skins/lightgray/fonts\";i:155760;s:86:\"/home/customer/www/dubdelivery.club/public_html/wp-includes/js/tinymce/skins/lightgray\";i:210254;s:76:\"/home/customer/www/dubdelivery.club/public_html/wp-includes/js/tinymce/skins\";i:233085;s:85:\"/home/customer/www/dubdelivery.club/public_html/wp-includes/js/tinymce/plugins/wpview\";i:8985;s:90:\"/home/customer/www/dubdelivery.club/public_html/wp-includes/js/tinymce/plugins/wpeditimage\";i:37711;s:84:\"/home/customer/www/dubdelivery.club/public_html/wp-includes/js/tinymce/plugins/media\";i:57914;s:84:\"/home/customer/www/dubdelivery.club/public_html/wp-includes/js/tinymce/plugins/lists\";i:97383;s:91:\"/home/customer/www/dubdelivery.club/public_html/wp-includes/js/tinymce/plugins/wpautoresize\";i:8332;s:88:\"/home/customer/www/dubdelivery.club/public_html/wp-includes/js/tinymce/plugins/wordpress\";i:50628;s:86:\"/home/customer/www/dubdelivery.club/public_html/wp-includes/js/tinymce/plugins/charmap\";i:31811;s:85:\"/home/customer/www/dubdelivery.club/public_html/wp-includes/js/tinymce/plugins/wplink\";i:26476;s:88:\"/home/customer/www/dubdelivery.club/public_html/wp-includes/js/tinymce/plugins/wpdialogs\";i:3761;s:91:\"/home/customer/www/dubdelivery.club/public_html/wp-includes/js/tinymce/plugins/compat3x/css\";i:8179;s:87:\"/home/customer/www/dubdelivery.club/public_html/wp-includes/js/tinymce/plugins/compat3x\";i:21758;s:84:\"/home/customer/www/dubdelivery.club/public_html/wp-includes/js/tinymce/plugins/paste\";i:113193;s:88:\"/home/customer/www/dubdelivery.club/public_html/wp-includes/js/tinymce/plugins/textcolor\";i:16237;s:81:\"/home/customer/www/dubdelivery.club/public_html/wp-includes/js/tinymce/plugins/hr\";i:1347;s:88:\"/home/customer/www/dubdelivery.club/public_html/wp-includes/js/tinymce/plugins/wpgallery\";i:4806;s:84:\"/home/customer/www/dubdelivery.club/public_html/wp-includes/js/tinymce/plugins/image\";i:55874;s:89:\"/home/customer/www/dubdelivery.club/public_html/wp-includes/js/tinymce/plugins/fullscreen\";i:7779;s:92:\"/home/customer/www/dubdelivery.club/public_html/wp-includes/js/tinymce/plugins/wptextpattern\";i:11923;s:90:\"/home/customer/www/dubdelivery.club/public_html/wp-includes/js/tinymce/plugins/colorpicker\";i:4910;s:86:\"/home/customer/www/dubdelivery.club/public_html/wp-includes/js/tinymce/plugins/wpemoji\";i:5099;s:83:\"/home/customer/www/dubdelivery.club/public_html/wp-includes/js/tinymce/plugins/link\";i:32949;s:87:\"/home/customer/www/dubdelivery.club/public_html/wp-includes/js/tinymce/plugins/tabfocus\";i:5336;s:93:\"/home/customer/www/dubdelivery.club/public_html/wp-includes/js/tinymce/plugins/directionality\";i:2749;s:78:\"/home/customer/www/dubdelivery.club/public_html/wp-includes/js/tinymce/plugins\";i:606961;s:84:\"/home/customer/www/dubdelivery.club/public_html/wp-includes/js/tinymce/themes/inlite\";i:452642;s:84:\"/home/customer/www/dubdelivery.club/public_html/wp-includes/js/tinymce/themes/modern\";i:446221;s:77:\"/home/customer/www/dubdelivery.club/public_html/wp-includes/js/tinymce/themes\";i:898863;s:76:\"/home/customer/www/dubdelivery.club/public_html/wp-includes/js/tinymce/utils\";i:18822;s:76:\"/home/customer/www/dubdelivery.club/public_html/wp-includes/js/tinymce/langs\";i:15529;s:70:\"/home/customer/www/dubdelivery.club/public_html/wp-includes/js/tinymce\";i:2853651;s:71:\"/home/customer/www/dubdelivery.club/public_html/wp-includes/js/plupload\";i:489844;s:85:\"/home/customer/www/dubdelivery.club/public_html/wp-includes/js/mediaelement/renderers\";i:18880;s:75:\"/home/customer/www/dubdelivery.club/public_html/wp-includes/js/mediaelement\";i:721307;s:62:\"/home/customer/www/dubdelivery.club/public_html/wp-includes/js\";i:26886648;s:68:\"/home/customer/www/dubdelivery.club/public_html/wp-includes/html-api\";i:77819;s:69:\"/home/customer/www/dubdelivery.club/public_html/wp-includes/customize\";i:174759;s:69:\"/home/customer/www/dubdelivery.club/public_html/wp-includes/PHPMailer\";i:228372;s:76:\"/home/customer/www/dubdelivery.club/public_html/wp-includes/Requests/library\";i:261;s:80:\"/home/customer/www/dubdelivery.club/public_html/wp-includes/Requests/src/Utility\";i:6651;s:79:\"/home/customer/www/dubdelivery.club/public_html/wp-includes/Requests/src/Cookie\";i:4174;s:78:\"/home/customer/www/dubdelivery.club/public_html/wp-includes/Requests/src/Proxy\";i:4217;s:81:\"/home/customer/www/dubdelivery.club/public_html/wp-includes/Requests/src/Response\";i:3003;s:82:\"/home/customer/www/dubdelivery.club/public_html/wp-includes/Requests/src/Transport\";i:34845;s:87:\"/home/customer/www/dubdelivery.club/public_html/wp-includes/Requests/src/Exception/Http\";i:16715;s:92:\"/home/customer/www/dubdelivery.club/public_html/wp-includes/Requests/src/Exception/Transport\";i:1397;s:82:\"/home/customer/www/dubdelivery.club/public_html/wp-includes/Requests/src/Exception\";i:22464;s:77:\"/home/customer/www/dubdelivery.club/public_html/wp-includes/Requests/src/Auth\";i:2541;s:72:\"/home/customer/www/dubdelivery.club/public_html/wp-includes/Requests/src\";i:211548;s:68:\"/home/customer/www/dubdelivery.club/public_html/wp-includes/Requests\";i:211809;s:72:\"/home/customer/www/dubdelivery.club/public_html/wp-includes/images/media\";i:2419;s:70:\"/home/customer/www/dubdelivery.club/public_html/wp-includes/images/wlw\";i:4413;s:74:\"/home/customer/www/dubdelivery.club/public_html/wp-includes/images/smilies\";i:10082;s:74:\"/home/customer/www/dubdelivery.club/public_html/wp-includes/images/crystal\";i:15541;s:66:\"/home/customer/www/dubdelivery.club/public_html/wp-includes/images\";i:103747;s:98:\"/home/customer/www/dubdelivery.club/public_html/wp-includes/sodium_compat/namespaced/Core/ChaCha20\";i:224;s:103:\"/home/customer/www/dubdelivery.club/public_html/wp-includes/sodium_compat/namespaced/Core/Curve25519/Ge\";i:602;s:100:\"/home/customer/www/dubdelivery.club/public_html/wp-includes/sodium_compat/namespaced/Core/Curve25519\";i:820;s:98:\"/home/customer/www/dubdelivery.club/public_html/wp-includes/sodium_compat/namespaced/Core/Poly1305\";i:112;s:89:\"/home/customer/www/dubdelivery.club/public_html/wp-includes/sodium_compat/namespaced/Core\";i:2444;s:84:\"/home/customer/www/dubdelivery.club/public_html/wp-includes/sodium_compat/namespaced\";i:2698;s:83:\"/home/customer/www/dubdelivery.club/public_html/wp-includes/sodium_compat/src/PHP52\";i:4116;s:93:\"/home/customer/www/dubdelivery.club/public_html/wp-includes/sodium_compat/src/Core32/ChaCha20\";i:6407;s:97:\"/home/customer/www/dubdelivery.club/public_html/wp-includes/sodium_compat/src/Core32/SecretStream\";i:3656;s:98:\"/home/customer/www/dubdelivery.club/public_html/wp-includes/sodium_compat/src/Core32/Curve25519/Ge\";i:8177;s:95:\"/home/customer/www/dubdelivery.club/public_html/wp-includes/sodium_compat/src/Core32/Curve25519\";i:122690;s:93:\"/home/customer/www/dubdelivery.club/public_html/wp-includes/sodium_compat/src/Core32/Poly1305\";i:15965;s:84:\"/home/customer/www/dubdelivery.club/public_html/wp-includes/sodium_compat/src/Core32\";i:437041;s:89:\"/home/customer/www/dubdelivery.club/public_html/wp-includes/sodium_compat/src/Core/Base64\";i:22135;s:91:\"/home/customer/www/dubdelivery.club/public_html/wp-includes/sodium_compat/src/Core/ChaCha20\";i:5264;s:95:\"/home/customer/www/dubdelivery.club/public_html/wp-includes/sodium_compat/src/Core/SecretStream\";i:3624;s:96:\"/home/customer/www/dubdelivery.club/public_html/wp-includes/sodium_compat/src/Core/Curve25519/Ge\";i:7881;s:93:\"/home/customer/www/dubdelivery.club/public_html/wp-includes/sodium_compat/src/Core/Curve25519\";i:121645;s:91:\"/home/customer/www/dubdelivery.club/public_html/wp-includes/sodium_compat/src/Core/Poly1305\";i:12912;s:82:\"/home/customer/www/dubdelivery.club/public_html/wp-includes/sodium_compat/src/Core\";i:452743;s:77:\"/home/customer/www/dubdelivery.club/public_html/wp-includes/sodium_compat/src\";i:1207254;s:77:\"/home/customer/www/dubdelivery.club/public_html/wp-includes/sodium_compat/lib\";i:87301;s:73:\"/home/customer/www/dubdelivery.club/public_html/wp-includes/sodium_compat\";i:1303466;s:73:\"/home/customer/www/dubdelivery.club/public_html/wp-includes/random_compat\";i:43330;s:63:\"/home/customer/www/dubdelivery.club/public_html/wp-includes/ID3\";i:1155209;s:59:\"/home/customer/www/dubdelivery.club/public_html/wp-includes\";i:43685913;s:70:\"/home/customer/www/dubdelivery.club/public_html/wp-content/jetpack-waf\";i:576;s:69:\"/home/customer/www/dubdelivery.club/public_html/wp-content/mu-plugins\";i:999;s:76:\"/home/customer/www/dubdelivery.club/public_html/wp-content/litespeed/crawler\";i:401;s:68:\"/home/customer/www/dubdelivery.club/public_html/wp-content/litespeed\";i:401;s:66:\"/home/customer/www/dubdelivery.club/public_html/wp-content/upgrade\";i:0;s:68:\"/home/customer/www/dubdelivery.club/public_html/wp-content/wphb-logs\";i:0;s:116:\"/home/customer/www/dubdelivery.club/public_html/wp-content/wphb-cache/cache/www.dubdelivery.club/product-category/10\";i:71100;s:116:\"/home/customer/www/dubdelivery.club/public_html/wp-content/wphb-cache/cache/www.dubdelivery.club/product-category/30\";i:71003;s:113:\"/home/customer/www/dubdelivery.club/public_html/wp-content/wphb-cache/cache/www.dubdelivery.club/product-category\";i:142103;s:133:\"/home/customer/www/dubdelivery.club/public_html/wp-content/wphb-cache/cache/www.dubdelivery.club/shop/50/cookies-forbidden-fruit-gift\";i:81902;s:104:\"/home/customer/www/dubdelivery.club/public_html/wp-content/wphb-cache/cache/www.dubdelivery.club/shop/50\";i:81902;s:101:\"/home/customer/www/dubdelivery.club/public_html/wp-content/wphb-cache/cache/www.dubdelivery.club/shop\";i:81902;s:119:\"/home/customer/www/dubdelivery.club/public_html/wp-content/wphb-cache/cache/www.dubdelivery.club/product-tag/couch-lock\";i:116917;s:120:\"/home/customer/www/dubdelivery.club/public_html/wp-content/wphb-cache/cache/www.dubdelivery.club/product-tag/chill-vibes\";i:80855;s:108:\"/home/customer/www/dubdelivery.club/public_html/wp-content/wphb-cache/cache/www.dubdelivery.club/product-tag\";i:197772;s:96:\"/home/customer/www/dubdelivery.club/public_html/wp-content/wphb-cache/cache/www.dubdelivery.club\";i:421777;s:137:\"/home/customer/www/dubdelivery.club/public_html/wp-content/wphb-cache/cache/mobile/www.dubdelivery.club/shop/50/runtz-sour-diesel-gift-1g\";i:81126;s:111:\"/home/customer/www/dubdelivery.club/public_html/wp-content/wphb-cache/cache/mobile/www.dubdelivery.club/shop/50\";i:81126;s:108:\"/home/customer/www/dubdelivery.club/public_html/wp-content/wphb-cache/cache/mobile/www.dubdelivery.club/shop\";i:81126;s:128:\"/home/customer/www/dubdelivery.club/public_html/wp-content/wphb-cache/cache/mobile/www.dubdelivery.club/product-tag/rechargeable\";i:91645;s:122:\"/home/customer/www/dubdelivery.club/public_html/wp-content/wphb-cache/cache/mobile/www.dubdelivery.club/product-tag/sativa\";i:70018;s:115:\"/home/customer/www/dubdelivery.club/public_html/wp-content/wphb-cache/cache/mobile/www.dubdelivery.club/product-tag\";i:161663;s:103:\"/home/customer/www/dubdelivery.club/public_html/wp-content/wphb-cache/cache/mobile/www.dubdelivery.club\";i:242789;s:82:\"/home/customer/www/dubdelivery.club/public_html/wp-content/wphb-cache/cache/mobile\";i:242789;s:75:\"/home/customer/www/dubdelivery.club/public_html/wp-content/wphb-cache/cache\";i:664566;s:69:\"/home/customer/www/dubdelivery.club/public_html/wp-content/wphb-cache\";i:665089;s:58:\"/home/customer/www/dubdelivery.club/public_html/wp-content\";i:184042922;s:74:\"/home/customer/www/dubdelivery.club/public_html/.well-known/acme-challenge\";i:348;s:74:\"/home/customer/www/dubdelivery.club/public_html/.well-known/pki-validation\";i:0;s:59:\"/home/customer/www/dubdelivery.club/public_html/.well-known\";i:348;s:47:\"/home/customer/www/dubdelivery.club/public_html\";i:239556880;s:89:\"/home/customer/www/dubdelivery.club/public_html/wp-content/themes/twentytwentythree/parts\";i:727;s:90:\"/home/customer/www/dubdelivery.club/public_html/wp-content/themes/twentytwentythree/styles\";i:52766;s:93:\"/home/customer/www/dubdelivery.club/public_html/wp-content/themes/twentytwentythree/templates\";i:10639;s:92:\"/home/customer/www/dubdelivery.club/public_html/wp-content/themes/twentytwentythree/patterns\";i:9098;s:110:\"/home/customer/www/dubdelivery.club/public_html/wp-content/themes/twentytwentythree/assets/fonts/ibm-plex-mono\";i:148118;s:104:\"/home/customer/www/dubdelivery.club/public_html/wp-content/themes/twentytwentythree/assets/fonts/dm-sans\";i:79121;s:102:\"/home/customer/www/dubdelivery.club/public_html/wp-content/themes/twentytwentythree/assets/fonts/inter\";i:807760;s:113:\"/home/customer/www/dubdelivery.club/public_html/wp-content/themes/twentytwentythree/assets/fonts/source-serif-pro\";i:1409152;s:96:\"/home/customer/www/dubdelivery.club/public_html/wp-content/themes/twentytwentythree/assets/fonts\";i:2444151;s:90:\"/home/customer/www/dubdelivery.club/public_html/wp-content/themes/twentytwentythree/assets\";i:2444151;s:83:\"/home/customer/www/dubdelivery.club/public_html/wp-content/themes/twentytwentythree\";i:2630043;s:106:\"/home/customer/www/dubdelivery.club/public_html/wp-content/themes/bb-theme/includes/vendor/Less/Tree/Mixin\";i:11449;s:100:\"/home/customer/www/dubdelivery.club/public_html/wp-content/themes/bb-theme/includes/vendor/Less/Tree\";i:93085;s:104:\"/home/customer/www/dubdelivery.club/public_html/wp-content/themes/bb-theme/includes/vendor/Less/.easymin\";i:24;s:105:\"/home/customer/www/dubdelivery.club/public_html/wp-content/themes/bb-theme/includes/vendor/Less/Exception\";i:8521;s:105:\"/home/customer/www/dubdelivery.club/public_html/wp-content/themes/bb-theme/includes/vendor/Less/SourceMap\";i:15082;s:102:\"/home/customer/www/dubdelivery.club/public_html/wp-content/themes/bb-theme/includes/vendor/Less/Output\";i:2626;s:103:\"/home/customer/www/dubdelivery.club/public_html/wp-content/themes/bb-theme/includes/vendor/Less/Visitor\";i:31283;s:95:\"/home/customer/www/dubdelivery.club/public_html/wp-content/themes/bb-theme/includes/vendor/Less\";i:278612;s:90:\"/home/customer/www/dubdelivery.club/public_html/wp-content/themes/bb-theme/includes/vendor\";i:278612;s:83:\"/home/customer/www/dubdelivery.club/public_html/wp-content/themes/bb-theme/includes\";i:440916;s:78:\"/home/customer/www/dubdelivery.club/public_html/wp-content/themes/bb-theme/img\";i:4162;s:82:\"/home/customer/www/dubdelivery.club/public_html/wp-content/themes/bb-theme/classes\";i:256219;s:84:\"/home/customer/www/dubdelivery.club/public_html/wp-content/themes/bb-theme/languages\";i:696345;s:79:\"/home/customer/www/dubdelivery.club/public_html/wp-content/themes/bb-theme/json\";i:161488;s:97:\"/home/customer/www/dubdelivery.club/public_html/wp-content/themes/bb-theme/src/customizer-preview\";i:23;s:98:\"/home/customer/www/dubdelivery.club/public_html/wp-content/themes/bb-theme/src/customizer-controls\";i:24;s:78:\"/home/customer/www/dubdelivery.club/public_html/wp-content/themes/bb-theme/src\";i:47;s:80:\"/home/customer/www/dubdelivery.club/public_html/wp-content/themes/bb-theme/build\";i:5076;s:78:\"/home/customer/www/dubdelivery.club/public_html/wp-content/themes/bb-theme/css\";i:407937;s:81:\"/home/customer/www/dubdelivery.club/public_html/wp-content/themes/bb-theme/js/ace\";i:1250379;s:77:\"/home/customer/www/dubdelivery.club/public_html/wp-content/themes/bb-theme/js\";i:1576079;s:79:\"/home/customer/www/dubdelivery.club/public_html/wp-content/themes/bb-theme/less\";i:139672;s:97:\"/home/customer/www/dubdelivery.club/public_html/wp-content/themes/bb-theme/bigcommerce/components\";i:471;s:86:\"/home/customer/www/dubdelivery.club/public_html/wp-content/themes/bb-theme/bigcommerce\";i:471;s:74:\"/home/customer/www/dubdelivery.club/public_html/wp-content/themes/bb-theme\";i:3828995;s:88:\"/home/customer/www/dubdelivery.club/public_html/wp-content/themes/bb-theme-child/classes\";i:325;s:80:\"/home/customer/www/dubdelivery.club/public_html/wp-content/themes/bb-theme-child\";i:60171;s:65:\"/home/customer/www/dubdelivery.club/public_html/wp-content/themes\";i:6519237;s:100:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/pw-woocommerce-hosted-page-master\";i:156418;s:144:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce-memberships/vendor/skyverge/wc-plugin-framework/woocommerce/admin\";i:38265;s:149:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce-memberships/vendor/skyverge/wc-plugin-framework/woocommerce/api/traits\";i:3884;s:142:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce-memberships/vendor/skyverge/wc-plugin-framework/woocommerce/api\";i:51293;s:147:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce-memberships/vendor/skyverge/wc-plugin-framework/woocommerce/Handlers\";i:8325;s:153:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce-memberships/vendor/skyverge/wc-plugin-framework/woocommerce/i18n/languages\";i:169473;s:143:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce-memberships/vendor/skyverge/wc-plugin-framework/woocommerce/i18n\";i:169473;s:159:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce-memberships/vendor/skyverge/wc-plugin-framework/woocommerce/rest-api/Controllers\";i:11232;s:147:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce-memberships/vendor/skyverge/wc-plugin-framework/woocommerce/rest-api\";i:15119;s:151:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce-memberships/vendor/skyverge/wc-plugin-framework/woocommerce/Settings_API\";i:26357;s:148:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce-memberships/vendor/skyverge/wc-plugin-framework/woocommerce/Addresses\";i:8593;s:148:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce-memberships/vendor/skyverge/wc-plugin-framework/woocommerce/utilities\";i:39132;s:155:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce-memberships/vendor/skyverge/wc-plugin-framework/woocommerce/assets/css/admin\";i:3463;s:149:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce-memberships/vendor/skyverge/wc-plugin-framework/woocommerce/assets/css\";i:3463;s:154:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce-memberships/vendor/skyverge/wc-plugin-framework/woocommerce/assets/js/admin\";i:3463;s:148:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce-memberships/vendor/skyverge/wc-plugin-framework/woocommerce/assets/js\";i:3463;s:152:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce-memberships/vendor/skyverge/wc-plugin-framework/woocommerce/assets/images\";i:885;s:145:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce-memberships/vendor/skyverge/wc-plugin-framework/woocommerce/assets\";i:7811;s:152:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce-memberships/vendor/skyverge/wc-plugin-framework/woocommerce/compatibility\";i:27811;s:138:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce-memberships/vendor/skyverge/wc-plugin-framework/woocommerce\";i:590174;s:126:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce-memberships/vendor/skyverge/wc-plugin-framework\";i:626126;s:106:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce-memberships/vendor/skyverge\";i:626126;s:134:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce-memberships/vendor/woocommerce/action-scheduler/classes\";i:149000;s:137:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce-memberships/vendor/woocommerce/action-scheduler/deprecated\";i:11408;s:146:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce-memberships/vendor/woocommerce/action-scheduler/lib/cron-expression\";i:33205;s:130:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce-memberships/vendor/woocommerce/action-scheduler/lib\";i:33205;s:126:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce-memberships/vendor/woocommerce/action-scheduler\";i:241402;s:109:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce-memberships/vendor/woocommerce\";i:241402;s:97:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce-memberships/vendor\";i:867528;s:112:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce-memberships/i18n/languages/blocks\";i:58717;s:105:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce-memberships/i18n/languages\";i:1059181;s:95:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce-memberships/i18n\";i:1059181;s:110:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce-memberships/templates/myaccount\";i:53350;s:105:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce-memberships/templates/loop\";i:1332;s:113:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce-memberships/templates/emails/plain\";i:7466;s:107:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce-memberships/templates/emails\";i:15090;s:115:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce-memberships/templates/single-product\";i:3420;s:100:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce-memberships/templates\";i:81103;s:133:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce-memberships/src/admin/Views/Meta_Boxes/User_Membership\";i:21555;s:131:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce-memberships/src/admin/Views/Meta_Boxes/Profile_Field\";i:31390;s:117:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce-memberships/src/admin/Views/Meta_Boxes\";i:52945;s:129:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce-memberships/src/admin/Views/Modals/User_Membership\";i:2326;s:127:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce-memberships/src/admin/Views/Modals/Profile_Field\";i:3580;s:113:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce-memberships/src/admin/Views/Modals\";i:5906;s:106:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce-memberships/src/admin/Views\";i:58851;s:117:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce-memberships/src/admin/meta-boxes/views\";i:81575;s:111:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce-memberships/src/admin/meta-boxes\";i:200400;s:107:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce-memberships/src/admin/modals\";i:42404;s:115:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce-memberships/src/admin/Profile_Fields\";i:27031;s:100:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce-memberships/src/admin\";i:618151;s:101:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce-memberships/src/blocks\";i:29460;s:101:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce-memberships/src/api/v4\";i:6096;s:101:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce-memberships/src/api/v3\";i:3134;s:101:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce-memberships/src/api/v2\";i:3134;s:98:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce-memberships/src/api\";i:129519;s:114:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce-memberships/src/frontend/My_Account\";i:41776;s:103:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce-memberships/src/frontend\";i:105932;s:131:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce-memberships/src/Data_Stores/Profile_Field_Definition\";i:10483;s:120:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce-memberships/src/Data_Stores/Profile_Field\";i:6425;s:106:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce-memberships/src/Data_Stores\";i:16908;s:102:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce-memberships/src/Helpers\";i:3450;s:98:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce-memberships/src/cli\";i:101819;s:101:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce-memberships/src/emails\";i:38429;s:125:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce-memberships/src/integrations/one-page-checkout\";i:2691;s:131:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce-memberships/src/integrations/subscriptions/functions\";i:3830;s:121:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce-memberships/src/integrations/subscriptions\";i:222446;s:114:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce-memberships/src/integrations/groups\";i:13673;s:136:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce-memberships/src/integrations/measurement-price-calculator\";i:10301;s:118:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce-memberships/src/integrations/Courseware\";i:19805;s:116:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce-memberships/src/integrations/bookings\";i:3275;s:115:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce-memberships/src/integrations/bbpress\";i:5617;s:107:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce-memberships/src/integrations\";i:333442;s:104:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce-memberships/src/functions\";i:85215;s:104:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce-memberships/src/utilities\";i:116492;s:120:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce-memberships/src/Profile_Fields/Exceptions\";i:3562;s:109:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce-memberships/src/Profile_Fields\";i:39294;s:107:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce-memberships/src/Restrictions\";i:94035;s:94:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce-memberships/src\";i:2362877;s:107:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce-memberships/assets/css/admin\";i:66236;s:108:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce-memberships/assets/css/blocks\";i:10534;s:110:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce-memberships/assets/css/frontend\";i:6198;s:101:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce-memberships/assets/css\";i:82968;s:106:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce-memberships/assets/js/admin\";i:67166;s:107:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce-memberships/assets/js/blocks\";i:126232;s:109:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce-memberships/assets/js/frontend\";i:31333;s:100:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce-memberships/assets/js\";i:224731;s:104:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce-memberships/assets/images\";i:3432;s:97:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce-memberships/assets\";i:311131;s:139:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce-memberships/lib/prospress/action-scheduler/classes/abstracts\";i:64810;s:139:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce-memberships/lib/prospress/action-scheduler/classes/schedules\";i:10729;s:137:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce-memberships/lib/prospress/action-scheduler/classes/actions\";i:2751;s:139:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce-memberships/lib/prospress/action-scheduler/classes/migration\";i:24601;s:141:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce-memberships/lib/prospress/action-scheduler/classes/data-stores\";i:77012;s:136:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce-memberships/lib/prospress/action-scheduler/classes/WP_CLI\";i:18753;s:136:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce-memberships/lib/prospress/action-scheduler/classes/schema\";i:3763;s:129:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce-memberships/lib/prospress/action-scheduler/classes\";i:274239;s:132:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce-memberships/lib/prospress/action-scheduler/deprecated\";i:13199;s:141:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce-memberships/lib/prospress/action-scheduler/lib/cron-expression\";i:33205;s:125:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce-memberships/lib/prospress/action-scheduler/lib\";i:36481;s:121:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce-memberships/lib/prospress/action-scheduler\";i:376546;s:104:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce-memberships/lib/prospress\";i:376546;s:94:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce-memberships/lib\";i:376546;s:90:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce-memberships\";i:5174474;s:80:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/agecheckernet\";i:100169;s:109:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/activecampaign-for-woocommerce/admin/views\";i:106850;s:112:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/activecampaign-for-woocommerce/admin/partials\";i:10709;s:107:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/activecampaign-for-woocommerce/admin/css\";i:15014;s:106:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/activecampaign-for-woocommerce/admin/js\";i:1799989;s:111:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/activecampaign-for-woocommerce/admin/scripts\";i:26588;s:103:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/activecampaign-for-woocommerce/admin\";i:2050012;s:113:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/activecampaign-for-woocommerce/includes/events\";i:13407;s:115:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/activecampaign-for-woocommerce/includes/commands\";i:102609;s:130:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/activecampaign-for-woocommerce/includes/repositories/interfaces\";i:1710;s:119:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/activecampaign-for-woocommerce/includes/repositories\";i:42658;s:122:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/activecampaign-for-woocommerce/includes/abandoned_carts\";i:56274;s:113:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/activecampaign-for-woocommerce/includes/traits\";i:28576;s:117:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/activecampaign-for-woocommerce/includes/exceptions\";i:2955;s:124:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/activecampaign-for-woocommerce/includes/models/interfaces\";i:2334;s:125:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/activecampaign-for-woocommerce/includes/models/serializers\";i:16584;s:123:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/activecampaign-for-woocommerce/includes/models/factories\";i:20228;s:113:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/activecampaign-for-woocommerce/includes/models\";i:131959;s:124:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/activecampaign-for-woocommerce/includes/orders/historical\";i:63095;s:113:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/activecampaign-for-woocommerce/includes/orders\";i:183888;s:113:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/activecampaign-for-woocommerce/includes/config\";i:21537;s:117:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/activecampaign-for-woocommerce/includes/api-client\";i:26438;s:116:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/activecampaign-for-woocommerce/includes/customers\";i:11513;s:115:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/activecampaign-for-woocommerce/includes/products\";i:27341;s:115:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/activecampaign-for-woocommerce/includes/services\";i:7577;s:106:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/activecampaign-for-woocommerce/includes\";i:723085;s:135:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/activecampaign-for-woocommerce/ac_vendor/ralouphie/getallheaders/src\";i:1640;s:131:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/activecampaign-for-woocommerce/ac_vendor/ralouphie/getallheaders\";i:4273;s:117:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/activecampaign-for-woocommerce/ac_vendor/ralouphie\";i:4273;s:137:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/activecampaign-for-woocommerce/ac_vendor/brick/money/.github/workflows\";i:1720;s:127:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/activecampaign-for-woocommerce/ac_vendor/brick/money/.github\";i:1737;s:131:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/activecampaign-for-woocommerce/ac_vendor/brick/money/src/Context\";i:4988;s:133:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/activecampaign-for-woocommerce/ac_vendor/brick/money/src/Exception\";i:4066;s:144:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/activecampaign-for-woocommerce/ac_vendor/brick/money/src/ExchangeRateProvider\";i:14411;s:123:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/activecampaign-for-woocommerce/ac_vendor/brick/money/src\";i:89787;s:124:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/activecampaign-for-woocommerce/ac_vendor/brick/money/data\";i:16034;s:119:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/activecampaign-for-woocommerce/ac_vendor/brick/money\";i:116141;s:132:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/activecampaign-for-woocommerce/ac_vendor/brick/math/src/Exception\";i:3372;s:142:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/activecampaign-for-woocommerce/ac_vendor/brick/math/src/Internal/Calculator\";i:19808;s:131:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/activecampaign-for-woocommerce/ac_vendor/brick/math/src/Internal\";i:40780;s:122:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/activecampaign-for-woocommerce/ac_vendor/brick/math/src\";i:137234;s:118:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/activecampaign-for-woocommerce/ac_vendor/brick/math\";i:156551;s:113:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/activecampaign-for-woocommerce/ac_vendor/brick\";i:272692;s:133:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/activecampaign-for-woocommerce/ac_vendor/php-di/php-di/src/Invoker\";i:4401;s:134:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/activecampaign-for-woocommerce/ac_vendor/php-di/php-di/src/Compiler\";i:23562;s:131:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/activecampaign-for-woocommerce/ac_vendor/php-di/php-di/src/Proxy\";i:3182;s:133:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/activecampaign-for-woocommerce/ac_vendor/php-di/php-di/src/Factory\";i:489;s:136:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/activecampaign-for-woocommerce/ac_vendor/php-di/php-di/src/Annotation\";i:2734;s:143:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/activecampaign-for-woocommerce/ac_vendor/php-di/php-di/src/Definition/Dumper\";i:4445;s:143:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/activecampaign-for-woocommerce/ac_vendor/php-di/php-di/src/Definition/Source\";i:28976;s:145:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/activecampaign-for-woocommerce/ac_vendor/php-di/php-di/src/Definition/Resolver\";i:28547;s:153:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/activecampaign-for-woocommerce/ac_vendor/php-di/php-di/src/Definition/ObjectDefinition\";i:3359;s:146:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/activecampaign-for-woocommerce/ac_vendor/php-di/php-di/src/Definition/Exception\";i:891;s:143:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/activecampaign-for-woocommerce/ac_vendor/php-di/php-di/src/Definition/Helper\";i:10465;s:136:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/activecampaign-for-woocommerce/ac_vendor/php-di/php-di/src/Definition\";i:99774;s:125:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/activecampaign-for-woocommerce/ac_vendor/php-di/php-di/src\";i:170332;s:121:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/activecampaign-for-woocommerce/ac_vendor/php-di/php-di\";i:204562;s:140:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/activecampaign-for-woocommerce/ac_vendor/php-di/invoker/.github/workflows\";i:2343;s:130:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/activecampaign-for-woocommerce/ac_vendor/php-di/invoker/.github\";i:3705;s:126:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/activecampaign-for-woocommerce/ac_vendor/php-di/invoker/doc\";i:3474;s:154:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/activecampaign-for-woocommerce/ac_vendor/php-di/invoker/src/ParameterResolver/Container\";i:3295;s:144:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/activecampaign-for-woocommerce/ac_vendor/php-di/invoker/src/ParameterResolver\";i:11112;s:137:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/activecampaign-for-woocommerce/ac_vendor/php-di/invoker/src/Reflection\";i:1597;s:136:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/activecampaign-for-woocommerce/ac_vendor/php-di/invoker/src/Exception\";i:1565;s:126:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/activecampaign-for-woocommerce/ac_vendor/php-di/invoker/src\";i:22207;s:122:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/activecampaign-for-woocommerce/ac_vendor/php-di/invoker\";i:40029;s:146:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/activecampaign-for-woocommerce/ac_vendor/php-di/phpdoc-reader/.github/workflows\";i:2356;s:136:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/activecampaign-for-woocommerce/ac_vendor/php-di/phpdoc-reader/.github\";i:2356;s:155:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/activecampaign-for-woocommerce/ac_vendor/php-di/phpdoc-reader/src/PhpDocReader/PhpParser\";i:7581;s:145:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/activecampaign-for-woocommerce/ac_vendor/php-di/phpdoc-reader/src/PhpDocReader\";i:18133;s:132:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/activecampaign-for-woocommerce/ac_vendor/php-di/phpdoc-reader/src\";i:18133;s:128:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/activecampaign-for-woocommerce/ac_vendor/php-di/phpdoc-reader\";i:24420;s:114:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/activecampaign-for-woocommerce/ac_vendor/php-di\";i:269011;s:151:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/activecampaign-for-woocommerce/ac_vendor/laravel/serializable-closure/src/Exceptions\";i:1219;s:150:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/activecampaign-for-woocommerce/ac_vendor/laravel/serializable-closure/src/Contracts\";i:759;s:148:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/activecampaign-for-woocommerce/ac_vendor/laravel/serializable-closure/src/Signers\";i:1091;s:148:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/activecampaign-for-woocommerce/ac_vendor/laravel/serializable-closure/src/Support\";i:49730;s:152:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/activecampaign-for-woocommerce/ac_vendor/laravel/serializable-closure/src/Serializers\";i:16655;s:140:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/activecampaign-for-woocommerce/ac_vendor/laravel/serializable-closure/src\";i:74666;s:136:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/activecampaign-for-woocommerce/ac_vendor/laravel/serializable-closure\";i:79913;s:115:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/activecampaign-for-woocommerce/ac_vendor/laravel\";i:79913;s:125:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/activecampaign-for-woocommerce/ac_vendor/psr/container/src\";i:1629;s:121:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/activecampaign-for-woocommerce/ac_vendor/psr/container\";i:3743;s:128:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/activecampaign-for-woocommerce/ac_vendor/psr/http-factory/src\";i:4879;s:124:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/activecampaign-for-woocommerce/ac_vendor/psr/http-factory\";i:7208;s:129:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/activecampaign-for-woocommerce/ac_vendor/psr/http-message/docs\";i:15040;s:128:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/activecampaign-for-woocommerce/ac_vendor/psr/http-message/src\";i:47455;s:124:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/activecampaign-for-woocommerce/ac_vendor/psr/http-message\";i:65790;s:128:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/activecampaign-for-woocommerce/ac_vendor/psr/log/Psr/Log/Test\";i:9517;s:123:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/activecampaign-for-woocommerce/ac_vendor/psr/log/Psr/Log\";i:21087;s:119:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/activecampaign-for-woocommerce/ac_vendor/psr/log/Psr\";i:21087;s:115:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/activecampaign-for-woocommerce/ac_vendor/psr/log\";i:24089;s:127:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/activecampaign-for-woocommerce/ac_vendor/psr/http-client/src\";i:1996;s:123:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/activecampaign-for-woocommerce/ac_vendor/psr/http-client\";i:4651;s:111:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/activecampaign-for-woocommerce/ac_vendor/psr\";i:105481;s:137:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/activecampaign-for-woocommerce/ac_vendor/guzzlehttp/psr7/src/Exception\";i:254;s:127:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/activecampaign-for-woocommerce/ac_vendor/guzzlehttp/psr7/src\";i:212754;s:123:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/activecampaign-for-woocommerce/ac_vendor/guzzlehttp/psr7\";i:256572;s:131:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/activecampaign-for-woocommerce/ac_vendor/guzzlehttp/promises/src\";i:57150;s:146:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/activecampaign-for-woocommerce/ac_vendor/guzzlehttp/promises/vendor-bin/phpstan\";i:208;s:144:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/activecampaign-for-woocommerce/ac_vendor/guzzlehttp/promises/vendor-bin/psalm\";i:147;s:151:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/activecampaign-for-woocommerce/ac_vendor/guzzlehttp/promises/vendor-bin/php-cs-fixer\";i:163;s:138:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/activecampaign-for-woocommerce/ac_vendor/guzzlehttp/promises/vendor-bin\";i:518;s:127:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/activecampaign-for-woocommerce/ac_vendor/guzzlehttp/promises\";i:80489;s:137:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/activecampaign-for-woocommerce/ac_vendor/guzzlehttp/guzzle/src/Handler\";i:69037;s:136:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/activecampaign-for-woocommerce/ac_vendor/guzzlehttp/guzzle/src/Cookie\";i:31611;s:139:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/activecampaign-for-woocommerce/ac_vendor/guzzlehttp/guzzle/src/Exception\";i:8261;s:129:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/activecampaign-for-woocommerce/ac_vendor/guzzlehttp/guzzle/src\";i:221959;s:125:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/activecampaign-for-woocommerce/ac_vendor/guzzlehttp/guzzle\";i:371762;s:118:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/activecampaign-for-woocommerce/ac_vendor/guzzlehttp\";i:708823;s:137:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/activecampaign-for-woocommerce/ac_vendor/symfony/deprecation-contracts\";i:4309;s:115:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/activecampaign-for-woocommerce/ac_vendor/symfony\";i:4309;s:107:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/activecampaign-for-woocommerce/ac_vendor\";i:1444502;s:107:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/activecampaign-for-woocommerce/languages\";i:930;s:134:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/activecampaign-for-woocommerce/vendor/brick/money/.github/workflows\";i:1720;s:124:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/activecampaign-for-woocommerce/vendor/brick/money/.github\";i:1737;s:128:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/activecampaign-for-woocommerce/vendor/brick/money/src/Context\";i:4799;s:130:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/activecampaign-for-woocommerce/vendor/brick/money/src/Exception\";i:4021;s:141:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/activecampaign-for-woocommerce/vendor/brick/money/src/ExchangeRateProvider\";i:14249;s:120:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/activecampaign-for-woocommerce/vendor/brick/money/src\";i:88968;s:121:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/activecampaign-for-woocommerce/vendor/brick/money/data\";i:16034;s:116:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/activecampaign-for-woocommerce/vendor/brick/money\";i:115322;s:129:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/activecampaign-for-woocommerce/vendor/brick/math/src/Exception\";i:3309;s:139:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/activecampaign-for-woocommerce/vendor/brick/math/src/Internal/Calculator\";i:19754;s:128:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/activecampaign-for-woocommerce/vendor/brick/math/src/Internal\";i:40699;s:119:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/activecampaign-for-woocommerce/vendor/brick/math/src\";i:136883;s:115:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/activecampaign-for-woocommerce/vendor/brick/math\";i:156200;s:110:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/activecampaign-for-woocommerce/vendor/brick\";i:271522;s:113:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/activecampaign-for-woocommerce/vendor/composer\";i:124261;s:104:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/activecampaign-for-woocommerce/vendor\";i:395961;s:113:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/activecampaign-for-woocommerce/public/partials\";i:401;s:108:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/activecampaign-for-woocommerce/public/css\";i:99;s:107:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/activecampaign-for-woocommerce/public/js\";i:4253;s:104:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/activecampaign-for-woocommerce/public\";i:12916;s:104:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/activecampaign-for-woocommerce/assets\";i:1617671;s:97:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/activecampaign-for-woocommerce\";i:6298190;s:130:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wpmu-dev-seo/includes/external/recommended-notices/assets/fonts\";i:6083;s:128:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wpmu-dev-seo/includes/external/recommended-notices/assets/css\";i:3661;s:127:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wpmu-dev-seo/includes/external/recommended-notices/assets/js\";i:947;s:131:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wpmu-dev-seo/includes/external/recommended-notices/assets/images\";i:87026;s:124:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wpmu-dev-seo/includes/external/recommended-notices/assets\";i:97717;s:117:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wpmu-dev-seo/includes/external/recommended-notices\";i:121965;s:102:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wpmu-dev-seo/includes/external/dash\";i:56879;s:97:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wpmu-dev-seo/includes/external\";i:240449;s:101:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wpmu-dev-seo/includes/core/crawler\";i:4922;s:105:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wpmu-dev-seo/includes/core/admin/pages\";i:5987;s:122:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wpmu-dev-seo/includes/core/admin/templates/wp-dashboard\";i:3143;s:116:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wpmu-dev-seo/includes/core/admin/templates/health\";i:1895;s:117:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wpmu-dev-seo/includes/core/admin/templates/metabox\";i:13194;s:114:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wpmu-dev-seo/includes/core/admin/templates/term\";i:17652;s:117:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wpmu-dev-seo/includes/core/admin/templates/sitemap\";i:78400;s:116:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wpmu-dev-seo/includes/core/admin/templates/onpage\";i:62808;s:119:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wpmu-dev-seo/includes/core/admin/templates/dashboard\";i:79536;s:116:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wpmu-dev-seo/includes/core/admin/templates/emails\";i:30495;s:113:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wpmu-dev-seo/includes/core/admin/templates/xsl\";i:25;s:124:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wpmu-dev-seo/includes/core/admin/templates/advanced-tools\";i:26085;s:120:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wpmu-dev-seo/includes/core/admin/templates/lighthouse\";i:16818;s:118:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wpmu-dev-seo/includes/core/admin/templates/settings\";i:32965;s:119:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wpmu-dev-seo/includes/core/admin/templates/post-list\";i:4753;s:116:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wpmu-dev-seo/includes/core/admin/templates/schema\";i:49409;s:116:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wpmu-dev-seo/includes/core/admin/templates/social\";i:10554;s:109:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wpmu-dev-seo/includes/core/admin/templates\";i:501838;s:102:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wpmu-dev-seo/includes/core/admin/ui\";i:0;s:108:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wpmu-dev-seo/includes/core/admin/settings\";i:150317;s:99:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wpmu-dev-seo/includes/core/admin\";i:698570;s:103:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wpmu-dev-seo/includes/core/redirects\";i:40707;s:101:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wpmu-dev-seo/includes/core/configs\";i:44005;s:105:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wpmu-dev-seo/includes/core/woocommerce\";i:19516;s:102:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wpmu-dev-seo/includes/core/entities\";i:92533;s:100:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wpmu-dev-seo/includes/core/seomoz\";i:12215;s:114:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wpmu-dev-seo/includes/core/resources/stop-words\";i:143241;s:103:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wpmu-dev-seo/includes/core/resources\";i:157391;s:104:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wpmu-dev-seo/includes/core/buddypress\";i:1084;s:105:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wpmu-dev-seo/includes/core/controllers\";i:166763;s:114:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wpmu-dev-seo/includes/core/readability/formulas\";i:2619;s:105:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wpmu-dev-seo/includes/core/readability\";i:3406;s:107:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wpmu-dev-seo/includes/core/sitemaps/news\";i:18783;s:108:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wpmu-dev-seo/includes/core/sitemaps/video\";i:11606;s:116:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wpmu-dev-seo/includes/core/sitemaps/general/query\";i:24421;s:110:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wpmu-dev-seo/includes/core/sitemaps/general\";i:31459;s:102:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wpmu-dev-seo/includes/core/sitemaps\";i:128009;s:103:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wpmu-dev-seo/includes/core/autolinks\";i:42111;s:100:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wpmu-dev-seo/includes/core/models\";i:24968;s:100:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wpmu-dev-seo/includes/core/checks\";i:45808;s:112:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wpmu-dev-seo/includes/core/third-party-import\";i:55778;s:103:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wpmu-dev-seo/includes/core/multisite\";i:6279;s:111:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wpmu-dev-seo/includes/core/lighthouse/checks\";i:102975;s:111:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wpmu-dev-seo/includes/core/lighthouse/tables\";i:8535;s:104:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wpmu-dev-seo/includes/core/lighthouse\";i:142494;s:99:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wpmu-dev-seo/includes/core/cache\";i:8053;s:114:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wpmu-dev-seo/includes/core/breadcrumbs/builders\";i:26178;s:105:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wpmu-dev-seo/includes/core/breadcrumbs\";i:33480;s:98:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wpmu-dev-seo/includes/core/wpml\";i:7704;s:108:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wpmu-dev-seo/includes/core/schema/sources\";i:22129;s:106:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wpmu-dev-seo/includes/core/schema/types\";i:2843;s:106:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wpmu-dev-seo/includes/core/schema/loops\";i:2802;s:110:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wpmu-dev-seo/includes/core/schema/fragments\";i:58210;s:100:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wpmu-dev-seo/includes/core/schema\";i:117436;s:100:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wpmu-dev-seo/includes/core/social\";i:11428;s:102:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wpmu-dev-seo/includes/core/services\";i:32671;s:93:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wpmu-dev-seo/includes/core\";i:2006208;s:101:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wpmu-dev-seo/includes/assets/fonts\";i:519679;s:111:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wpmu-dev-seo/includes/assets/shared-ui/fonts\";i:519679;s:108:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wpmu-dev-seo/includes/assets/shared-ui/js\";i:434604;s:112:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wpmu-dev-seo/includes/assets/shared-ui/images\";i:2131752;s:105:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wpmu-dev-seo/includes/assets/shared-ui\";i:3086035;s:108:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wpmu-dev-seo/includes/assets/css/external\";i:23804;s:99:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wpmu-dev-seo/includes/assets/css\";i:5077499;s:126:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wpmu-dev-seo/includes/assets/js/modules/metabox/readability\";i:9746;s:123:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wpmu-dev-seo/includes/assets/js/modules/metabox/advanced\";i:5900;s:130:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wpmu-dev-seo/includes/assets/js/modules/metabox/seo/checks/post\";i:25963;s:134:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wpmu-dev-seo/includes/assets/js/modules/metabox/seo/checks/endpoint\";i:24244;s:125:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wpmu-dev-seo/includes/assets/js/modules/metabox/seo/checks\";i:50207;s:118:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wpmu-dev-seo/includes/assets/js/modules/metabox/seo\";i:74517;s:121:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wpmu-dev-seo/includes/assets/js/modules/metabox/social\";i:1785;s:114:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wpmu-dev-seo/includes/assets/js/modules/metabox\";i:102456;s:127:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wpmu-dev-seo/includes/assets/js/modules/adv-tools/breadcrumb\";i:15528;s:126:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wpmu-dev-seo/includes/assets/js/modules/adv-tools/autolinks\";i:24092;s:116:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wpmu-dev-seo/includes/assets/js/modules/adv-tools\";i:48881;s:106:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wpmu-dev-seo/includes/assets/js/modules\";i:151337;s:117:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wpmu-dev-seo/includes/assets/js/components/crawler\";i:31799;s:116:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wpmu-dev-seo/includes/assets/js/components/import\";i:16276;s:119:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wpmu-dev-seo/includes/assets/js/components/redirects\";i:36095;s:117:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wpmu-dev-seo/includes/assets/js/components/notices\";i:2590;s:121:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wpmu-dev-seo/includes/assets/js/components/form-fields\";i:1933;s:117:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wpmu-dev-seo/includes/assets/js/components/configs\";i:35625;s:121:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wpmu-dev-seo/includes/assets/js/components/woocommerce\";i:8558;s:118:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wpmu-dev-seo/includes/assets/js/components/sitemaps\";i:20412;s:124:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wpmu-dev-seo/includes/assets/js/components/autolinks/list\";i:2651;s:119:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wpmu-dev-seo/includes/assets/js/components/autolinks\";i:2651;s:126:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wpmu-dev-seo/includes/assets/js/components/lighthouse/utils\";i:5546;s:127:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wpmu-dev-seo/includes/assets/js/components/lighthouse/checks\";i:91261;s:127:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wpmu-dev-seo/includes/assets/js/components/lighthouse/tables\";i:4445;s:120:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wpmu-dev-seo/includes/assets/js/components/lighthouse\";i:120935;s:118:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wpmu-dev-seo/includes/assets/js/components/settings\";i:8205;s:122:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wpmu-dev-seo/includes/assets/js/components/input-fields\";i:15008;s:115:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wpmu-dev-seo/includes/assets/js/components/email\";i:6669;s:125:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wpmu-dev-seo/includes/assets/js/components/schema/reducers\";i:3922;s:127:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wpmu-dev-seo/includes/assets/js/components/schema/components\";i:94221;s:167:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wpmu-dev-seo/includes/assets/js/components/schema/resources/property-blueprints/software-application\";i:15172;s:153:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wpmu-dev-seo/includes/assets/js/components/schema/resources/property-blueprints/course\";i:12994;s:158:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wpmu-dev-seo/includes/assets/js/components/schema/resources/property-blueprints/job-posting\";i:13762;s:155:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wpmu-dev-seo/includes/assets/js/components/schema/resources/property-blueprints/web-page\";i:6658;s:153:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wpmu-dev-seo/includes/assets/js/components/schema/resources/property-blueprints/recipe\";i:15463;s:152:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wpmu-dev-seo/includes/assets/js/components/schema/resources/property-blueprints/movie\";i:5009;s:153:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wpmu-dev-seo/includes/assets/js/components/schema/resources/property-blueprints/how-to\";i:8511;s:161:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wpmu-dev-seo/includes/assets/js/components/schema/resources/property-blueprints/local-business\";i:18653;s:153:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wpmu-dev-seo/includes/assets/js/components/schema/resources/property-blueprints/review\";i:5041;s:151:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wpmu-dev-seo/includes/assets/js/components/schema/resources/property-blueprints/book\";i:9400;s:152:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wpmu-dev-seo/includes/assets/js/components/schema/resources/property-blueprints/event\";i:16771;s:154:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wpmu-dev-seo/includes/assets/js/components/schema/resources/property-blueprints/article\";i:11251;s:154:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wpmu-dev-seo/includes/assets/js/components/schema/resources/property-blueprints/product\";i:44216;s:155:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wpmu-dev-seo/includes/assets/js/components/schema/resources/property-blueprints/faq-page\";i:3918;s:146:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wpmu-dev-seo/includes/assets/js/components/schema/resources/property-blueprints\";i:194909;s:134:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wpmu-dev-seo/includes/assets/js/components/schema/resources/sources\";i:7788;s:126:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wpmu-dev-seo/includes/assets/js/components/schema/resources\";i:235288;s:122:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wpmu-dev-seo/includes/assets/js/components/schema/utils\";i:41809;s:124:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wpmu-dev-seo/includes/assets/js/components/schema/actions\";i:4061;s:116:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wpmu-dev-seo/includes/assets/js/components/schema\";i:379301;s:109:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wpmu-dev-seo/includes/assets/js/components\";i:731524;s:107:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wpmu-dev-seo/includes/assets/js/external\";i:99351;s:104:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wpmu-dev-seo/includes/assets/js/utils\";i:4907;s:104:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wpmu-dev-seo/includes/assets/js/build\";i:3808088;s:102:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wpmu-dev-seo/includes/assets/js/es6\";i:50969;s:98:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wpmu-dev-seo/includes/assets/js\";i:4913678;s:108:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wpmu-dev-seo/includes/assets/images/icons\";i:133599;s:102:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wpmu-dev-seo/includes/assets/images\";i:1879710;s:95:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wpmu-dev-seo/includes/assets\";i:15476601;s:88:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wpmu-dev-seo/includes\";i:17727762;s:110:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wpmu-dev-seo/vendor_prefixed/syllable/tests\";i:14362;s:114:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wpmu-dev-seo/vendor_prefixed/syllable/languages\";i:2542991;s:114:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wpmu-dev-seo/vendor_prefixed/syllable/src/Cache\";i:3087;s:115:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wpmu-dev-seo/vendor_prefixed/syllable/src/Source\";i:6179;s:115:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wpmu-dev-seo/vendor_prefixed/syllable/src/Hyphen\";i:2223;s:108:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wpmu-dev-seo/vendor_prefixed/syllable/src\";i:29923;s:104:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wpmu-dev-seo/vendor_prefixed/syllable\";i:2606456;s:95:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wpmu-dev-seo/vendor_prefixed\";i:2606456;s:89:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wpmu-dev-seo/languages\";i:302476;s:95:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wpmu-dev-seo/vendor/composer\";i:82332;s:86:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wpmu-dev-seo/vendor\";i:82515;s:79:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wpmu-dev-seo\";i:20835546;s:91:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wordpress-seo/admin/ajax\";i:6927;s:101:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wordpress-seo/admin/import/plugins\";i:59936;s:93:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wordpress-seo/admin/import\";i:67860;s:94:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wordpress-seo/admin/metabox\";i:65983;s:95:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wordpress-seo/admin/tracking\";i:24514;s:97:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wordpress-seo/admin/statistics\";i:7966;s:96:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wordpress-seo/admin/endpoints\";i:3824;s:92:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wordpress-seo/admin/roles\";i:8133;s:97:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wordpress-seo/admin/exceptions\";i:1090;s:96:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wordpress-seo/admin/notifiers\";i:3612;s:95:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wordpress-seo/admin/taxonomy\";i:39298;s:95:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wordpress-seo/admin/watchers\";i:6817;s:92:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wordpress-seo/admin/pages\";i:5812;s:96:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wordpress-seo/admin/formatter\";i:30874;s:105:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wordpress-seo/admin/views/tabs/network\";i:11886;s:102:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wordpress-seo/admin/views/tabs/tool\";i:7897;s:107:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wordpress-seo/admin/views/tabs/dashboard\";i:2105;s:97:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wordpress-seo/admin/views/tabs\";i:21888;s:97:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wordpress-seo/admin/views/form\";i:1101;s:92:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wordpress-seo/admin/views\";i:104019;s:99:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wordpress-seo/admin/capabilities\";i:15766;s:96:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wordpress-seo/admin/listeners\";i:304;s:94:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wordpress-seo/admin/filters\";i:9133;s:114:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wordpress-seo/admin/google_search_console/views\";i:3369;s:108:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wordpress-seo/admin/google_search_console\";i:3804;s:91:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wordpress-seo/admin/menu\";i:26149;s:95:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wordpress-seo/admin/services\";i:2475;s:86:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wordpress-seo/admin\";i:803351;s:135:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/wordproof/wordpress-sdk/app/Exceptions\";i:124;s:131:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/wordproof/wordpress-sdk/app/Config\";i:6011;s:144:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/wordproof/wordpress-sdk/app/DataTransferObjects\";i:748;s:132:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/wordproof/wordpress-sdk/app/Helpers\";i:36467;s:137:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/wordproof/wordpress-sdk/app/Translations\";i:2497;s:132:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/wordproof/wordpress-sdk/app/Support\";i:15719;s:136:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/wordproof/wordpress-sdk/app/Controllers\";i:30850;s:124:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/wordproof/wordpress-sdk/app\";i:100510;s:126:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/wordproof/wordpress-sdk/build\";i:26236;s:120:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/wordproof/wordpress-sdk\";i:126746;s:106:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/wordproof\";i:126746;s:140:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Provider/Exception\";i:1225;s:130:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Provider\";i:33740;s:127:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Token\";i:8698;s:136:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/OptionProvider\";i:3990;s:137:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Grant/Exception\";i:804;s:127:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Grant\";i:10346;s:126:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Tool\";i:15110;s:121:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src\";i:71884;s:117:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client\";i:71884;s:103:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/league\";i:71884;s:114:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/psr/container/src\";i:1680;s:110:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/psr/container\";i:1680;s:117:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/psr/http-message/src\";i:46661;s:113:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/psr/http-message\";i:46661;s:112:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/psr/log/Psr/Log\";i:11844;s:108:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/psr/log/Psr\";i:11844;s:104:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/psr/log\";i:11844;s:100:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/psr\";i:60185;s:116:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src\";i:172782;s:112:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7\";i:172782;s:120:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/promises/src\";i:60156;s:116:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/promises\";i:60156;s:126:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Handler\";i:59034;s:125:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Cookie\";i:27884;s:128:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Exception\";i:9195;s:118:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src\";i:198714;s:114:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle\";i:198714;s:107:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp\";i:431652;s:134:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/symfony/dependency-injection/Argument\";i:907;s:135:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/symfony/dependency-injection/Exception\";i:7089;s:138:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/symfony/dependency-injection/ParameterBag\";i:18515;s:125:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/symfony/dependency-injection\";i:50999;s:104:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/symfony\";i:50999;s:96:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed\";i:741466;s:93:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wordpress-seo/inc/sitemaps\";i:100570;s:95:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wordpress-seo/inc/exceptions\";i:402;s:92:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wordpress-seo/inc/options\";i:140622;s:84:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wordpress-seo/inc\";i:535346;s:96:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wordpress-seo/vendor/composer\";i:312810;s:87:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wordpress-seo/vendor\";i:312988;s:91:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wordpress-seo/src/routes\";i:60954;s:101:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wordpress-seo/src/analytics/domain\";i:4658;s:109:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wordpress-seo/src/analytics/user-interface\";i:1609;s:106:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wordpress-seo/src/analytics/application\";i:6466;s:94:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wordpress-seo/src/analytics\";i:12733;s:102:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wordpress-seo/src/values/open-graph\";i:1157;s:98:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wordpress-seo/src/values/robots\";i:4147;s:102:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wordpress-seo/src/values/indexables\";i:1407;s:97:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wordpress-seo/src/values/oauth\";i:3219;s:91:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wordpress-seo/src/values\";i:12762;s:94:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wordpress-seo/src/wordpress\";i:1474;s:98:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wordpress-seo/src/presentations\";i:53939;s:93:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wordpress-seo/src/wrappers\";i:3034;s:93:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wordpress-seo/src/commands\";i:15203;s:97:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wordpress-seo/src/repositories\";i:51282;s:111:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wordpress-seo/src/actions/addon-installation\";i:6340;s:109:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wordpress-seo/src/actions/importing/aioseo\";i:66599;s:102:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wordpress-seo/src/actions/importing\";i:79461;s:101:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wordpress-seo/src/actions/indexing\";i:37520;s:103:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wordpress-seo/src/actions/indexables\";i:3855;s:100:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wordpress-seo/src/actions/wincher\";i:12471;s:100:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wordpress-seo/src/actions/semrush\";i:4582;s:106:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wordpress-seo/src/actions/configuration\";i:7205;s:92:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wordpress-seo/src/actions\";i:158199;s:114:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wordpress-seo/src/exceptions/addon-installation\";i:948;s:105:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wordpress-seo/src/exceptions/indexable\";i:6789;s:105:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wordpress-seo/src/exceptions/importing\";i:427;s:108:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wordpress-seo/src/exceptions/oauth/tokens\";i:1336;s:101:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wordpress-seo/src/exceptions/oauth\";i:2072;s:95:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wordpress-seo/src/exceptions\";i:12111;s:101:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wordpress-seo/src/generated/assets\";i:18800;s:94:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wordpress-seo/src/generated\";i:517528;s:101:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wordpress-seo/src/presenters/admin\";i:41770;s:106:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wordpress-seo/src/presenters/open-graph\";i:12964;s:101:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wordpress-seo/src/presenters/debug\";i:2443;s:103:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wordpress-seo/src/presenters/twitter\";i:5950;s:101:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wordpress-seo/src/presenters/slack\";i:2142;s:105:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wordpress-seo/src/presenters/webmaster\";i:2983;s:95:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wordpress-seo/src/presenters\";i:96327;s:93:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wordpress-seo/src/builders\";i:90323;s:91:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wordpress-seo/src/models\";i:9007;s:122:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wordpress-seo/src/integrations/admin/addon-installation\";i:9540;s:103:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wordpress-seo/src/integrations/admin\";i:150051;s:109:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wordpress-seo/src/integrations/third-party\";i:76637;s:104:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wordpress-seo/src/integrations/blocks\";i:15755;s:106:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wordpress-seo/src/integrations/watchers\";i:104990;s:107:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wordpress-seo/src/integrations/front-end\";i:67982;s:104:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wordpress-seo/src/integrations/alerts\";i:1848;s:97:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wordpress-seo/src/integrations\";i:484370;s:92:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wordpress-seo/src/loggers\";i:1094;s:102:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wordpress-seo/src/config/migrations\";i:35565;s:91:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wordpress-seo/src/config\";i:81007;s:102:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wordpress-seo/src/generators/schema\";i:44607;s:95:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wordpress-seo/src/generators\";i:85232;s:100:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wordpress-seo/src/surfaces/values\";i:12166;s:93:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wordpress-seo/src/surfaces\";i:37175;s:106:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wordpress-seo/src/deprecated/admin/ryte\";i:10188;s:107:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wordpress-seo/src/deprecated/admin/views\";i:5886;s:101:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wordpress-seo/src/deprecated/admin\";i:17526;s:104:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wordpress-seo/src/deprecated/frontend\";i:10942;s:100:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wordpress-seo/src/deprecated/i18n\";i:2201;s:106:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wordpress-seo/src/deprecated/src/routes\";i:26758;s:123:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wordpress-seo/src/deprecated/src/schema-templates/assets\";i:13332;s:116:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wordpress-seo/src/deprecated/src/schema-templates\";i:13332;s:121:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wordpress-seo/src/deprecated/src/actions/configuration\";i:294;s:107:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wordpress-seo/src/deprecated/src/actions\";i:18295;s:116:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wordpress-seo/src/deprecated/src/presenters/admin\";i:793;s:110:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wordpress-seo/src/deprecated/src/presenters\";i:793;s:118:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wordpress-seo/src/deprecated/src/integrations/admin\";i:26022;s:124:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wordpress-seo/src/deprecated/src/integrations/third-party\";i:6145;s:112:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wordpress-seo/src/deprecated/src/integrations\";i:35102;s:129:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wordpress-seo/src/deprecated/src/generators/schema/third-party\";i:3107;s:117:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wordpress-seo/src/deprecated/src/generators/schema\";i:3107;s:110:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wordpress-seo/src/deprecated/src/generators\";i:3107;s:124:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wordpress-seo/src/deprecated/src/conditionals/third-party\";i:1176;s:112:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wordpress-seo/src/deprecated/src/conditionals\";i:3723;s:121:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wordpress-seo/src/deprecated/src/services/health-check\";i:11969;s:108:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wordpress-seo/src/deprecated/src/services\";i:11969;s:107:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wordpress-seo/src/deprecated/src/helpers\";i:6751;s:99:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wordpress-seo/src/deprecated/src\";i:119830;s:95:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wordpress-seo/src/deprecated\";i:150537;s:97:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wordpress-seo/src/initializers\";i:13708;s:92:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wordpress-seo/src/context\";i:18238;s:94:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wordpress-seo/src/memoizers\";i:7531;s:103:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wordpress-seo/src/conditionals/admin\";i:5299;s:109:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wordpress-seo/src/conditionals/third-party\";i:7281;s:104:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wordpress-seo/src/conditionals/traits\";i:475;s:97:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wordpress-seo/src/conditionals\";i:37624;s:106:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wordpress-seo/src/services/health-check\";i:31351;s:110:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wordpress-seo/src/services/importing/aioseo\";i:11468;s:103:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wordpress-seo/src/services/importing\";i:17251;s:104:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wordpress-seo/src/services/indexables\";i:2336;s:93:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wordpress-seo/src/services\";i:50938;s:103:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wordpress-seo/src/helpers/open-graph\";i:5565;s:100:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wordpress-seo/src/helpers/twitter\";i:1152;s:99:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wordpress-seo/src/helpers/schema\";i:14129;s:92:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wordpress-seo/src/helpers\";i:191534;s:84:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wordpress-seo/src\";i:2263767;s:89:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wordpress-seo/css/dist\";i:1324118;s:84:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wordpress-seo/css\";i:1328289;s:98:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wordpress-seo/js/dist/languages\";i:2020107;s:98:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wordpress-seo/js/dist/externals\";i:1484280;s:88:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wordpress-seo/js/dist\";i:6159343;s:83:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wordpress-seo/js\";i:6159343;s:99:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wordpress-seo/packages/js/images\";i:206388;s:92:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wordpress-seo/packages/js\";i:206388;s:89:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wordpress-seo/packages\";i:206388;s:95:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wordpress-seo/lib/migrations\";i:42007;s:105:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wordpress-seo/lib/dependency-injection\";i:2133;s:84:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wordpress-seo/lib\";i:140700;s:95:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wordpress-seo/images/academy\";i:107992;s:87:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wordpress-seo/images\";i:591025;s:80:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wordpress-seo\";i:13155278;s:96:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/broken-link-checker/languages\";i:2512113;s:110:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/broken-link-checker/app/action-links/plugin\";i:2929;s:103:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/broken-link-checker/app/action-links\";i:2929;s:109:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/broken-link-checker/app/admin-modals/local\";i:7549;s:110:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/broken-link-checker/app/admin-modals/legacy\";i:6616;s:121:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/broken-link-checker/app/admin-modals/plugin-activation\";i:6858;s:103:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/broken-link-checker/app/admin-modals\";i:21023;s:120:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/broken-link-checker/app/broken-links-actions/handlers\";i:12914;s:122:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/broken-link-checker/app/broken-links-actions/processors\";i:16657;s:111:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/broken-link-checker/app/broken-links-actions\";i:44814;s:112:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/broken-link-checker/app/scheduled-events/scan\";i:8544;s:125:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/broken-link-checker/app/scheduled-events/sync-scan-results\";i:2142;s:114:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/broken-link-checker/app/scheduled-events/legacy\";i:3576;s:118:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/broken-link-checker/app/scheduled-events/edit-links\";i:6443;s:107:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/broken-link-checker/app/scheduled-events\";i:20705;s:114:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/broken-link-checker/app/hub-endpoints/edit-link\";i:982;s:114:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/broken-link-checker/app/hub-endpoints/scan-data\";i:5015;s:116:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/broken-link-checker/app/hub-endpoints/unlink-link\";i:1322;s:113:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/broken-link-checker/app/hub-endpoints/set-data\";i:1818;s:118:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/broken-link-checker/app/hub-endpoints/nofollow-link\";i:1347;s:104:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/broken-link-checker/app/hub-endpoints\";i:10484;s:102:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/broken-link-checker/app/scan-models\";i:4426;s:110:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/broken-link-checker/app/admin-notices/local\";i:6290;s:114:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/broken-link-checker/app/admin-notices/multisite\";i:6184;s:111:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/broken-link-checker/app/admin-notices/legacy\";i:4393;s:104:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/broken-link-checker/app/admin-notices\";i:16867;s:125:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/broken-link-checker/app/virtual-posts/recipient-activation\";i:4809;s:104:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/broken-link-checker/app/virtual-posts\";i:4809;s:109:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/broken-link-checker/app/http-requests/scan\";i:7497;s:122:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/broken-link-checker/app/http-requests/sync-scan-results\";i:11463;s:118:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/broken-link-checker/app/http-requests/edit-complete\";i:2726;s:104:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/broken-link-checker/app/http-requests\";i:21686;s:110:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/broken-link-checker/app/options/links-queue\";i:11138;s:107:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/broken-link-checker/app/options/settings\";i:8832;s:98:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/broken-link-checker/app/options\";i:19970;s:128:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/broken-link-checker/app/emails/recipient-activation/templates\";i:35123;s:118:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/broken-link-checker/app/emails/recipient-activation\";i:41704;s:119:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/broken-link-checker/app/emails/scan-report/templates\";i:58199;s:109:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/broken-link-checker/app/emails/scan-report\";i:79519;s:97:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/broken-link-checker/app/emails\";i:121223;s:113:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/broken-link-checker/app/webhooks/scan-complete\";i:1805;s:125:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/broken-link-checker/app/webhooks/recipient-activation/view\";i:331;s:120:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/broken-link-checker/app/webhooks/recipient-activation\";i:6819;s:99:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/broken-link-checker/app/webhooks\";i:8624;s:110:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/broken-link-checker/app/rest-endpoints/scan\";i:5732;s:123:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/broken-link-checker/app/rest-endpoints/settings/includes\";i:3741;s:114:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/broken-link-checker/app/rest-endpoints/settings\";i:21421;s:113:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/broken-link-checker/app/rest-endpoints/avatars\";i:4286;s:105:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/broken-link-checker/app/rest-endpoints\";i:31439;s:113:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/broken-link-checker/app/admin-pages/cloud-page\";i:23440;s:116:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/broken-link-checker/app/admin-pages/local-submenu\";i:8519;s:116:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/broken-link-checker/app/admin-pages/cloud-submenu\";i:4050;s:102:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/broken-link-checker/app/admin-pages\";i:36009;s:90:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/broken-link-checker/app\";i:365008;s:102:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/broken-link-checker/core/interfaces\";i:1931;s:98:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/broken-link-checker/core/traits\";i:17153;s:107:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/broken-link-checker/core/utils/abstracts\";i:2357;s:97:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/broken-link-checker/core/utils\";i:32969;s:103:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/broken-link-checker/core/controllers\";i:36235;s:98:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/broken-link-checker/core/models\";i:13659;s:97:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/broken-link-checker/core/views\";i:5919;s:91:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/broken-link-checker/core\";i:117295;s:112:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/broken-link-checker/legacy/modules/containers\";i:71836;s:108:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/broken-link-checker/legacy/modules/extras\";i:43519;s:110:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/broken-link-checker/legacy/modules/checkers\";i:15644;s:109:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/broken-link-checker/legacy/modules/parsers\";i:28894;s:101:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/broken-link-checker/legacy/modules\";i:159893;s:108:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/broken-link-checker/legacy/includes/admin\";i:93193;s:117:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/broken-link-checker/legacy/includes/screen-options\";i:9974;s:102:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/broken-link-checker/legacy/includes\";i:333506;s:103:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/broken-link-checker/legacy/languages\";i:2492131;s:98:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/broken-link-checker/legacy/core\";i:171361;s:97:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/broken-link-checker/legacy/idn\";i:157197;s:97:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/broken-link-checker/legacy/css\";i:12279;s:96:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/broken-link-checker/legacy/js\";i:6693;s:113:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/broken-link-checker/legacy/images/font-awesome\";i:9228;s:100:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/broken-link-checker/legacy/images\";i:16224;s:93:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/broken-link-checker/legacy\";i:3370289;s:104:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/broken-link-checker/assets/common/css\";i:136;s:115:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/broken-link-checker/assets/common/js/react/hooks\";i:1256;s:120:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/broken-link-checker/assets/common/js/react/components\";i:34850;s:109:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/broken-link-checker/assets/common/js/react\";i:36106;s:103:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/broken-link-checker/assets/common/js\";i:36106;s:100:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/broken-link-checker/assets/common\";i:36242;s:99:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/broken-link-checker/assets/fonts\";i:322615;s:97:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/broken-link-checker/assets/css\";i:591070;s:109:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/broken-link-checker/assets/js/local-notice\";i:84;s:109:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/broken-link-checker/assets/js/legacy-modal\";i:100453;s:106:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/broken-link-checker/assets/js/dashboard\";i:213871;s:108:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/broken-link-checker/assets/js/local-modal\";i:99655;s:113:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/broken-link-checker/assets/js/activation-popup\";i:96643;s:96:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/broken-link-checker/assets/js\";i:510706;s:107:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/broken-link-checker/assets/images/social\";i:1133;s:100:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/broken-link-checker/assets/images\";i:138554;s:93:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/broken-link-checker/assets\";i:1599187;s:86:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/broken-link-checker\";i:8014957;s:112:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/easy-woocommerce-auto-sku-generator/languages\";i:26399;s:106:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/easy-woocommerce-auto-sku-generator/inc\";i:46742;s:113:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/easy-woocommerce-auto-sku-generator/assets/css\";i:30505;s:112:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/easy-woocommerce-auto-sku-generator/assets/js\";i:41076;s:109:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/easy-woocommerce-auto-sku-generator/assets\";i:71581;s:102:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/easy-woocommerce-auto-sku-generator\";i:172958;s:84:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/classic-editor/js\";i:624;s:81:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/classic-editor\";i:63402;s:94:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/jetpack/modules/wordads/css\";i:1508;s:93:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/jetpack/modules/wordads/js\";i:10732;s:103:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/jetpack/modules/wordads/php/networks\";i:77;s:94:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/jetpack/modules/wordads/php\";i:30248;s:90:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/jetpack/modules/wordads\";i:68003;s:96:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/jetpack/modules/subscriptions\";i:44606;s:107:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/jetpack/modules/google-analytics/classes\";i:37232;s:99:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/jetpack/modules/google-analytics\";i:41653;s:92:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/jetpack/modules/seo-tools\";i:27322;s:88:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/jetpack/modules/stats\";i:18645;s:91:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/jetpack/modules/comments\";i:42186;s:96:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/jetpack/modules/comment-likes\";i:2001;s:101:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/jetpack/modules/verification-tools\";i:4812;s:103:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/jetpack/modules/cloudflare-analytics\";i:1216;s:87:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/jetpack/modules/scan\";i:14049;s:92:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/jetpack/modules/site-icon\";i:1277;s:94:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/jetpack/modules/memberships\";i:17454;s:99:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/jetpack/modules/contact-form/css\";i:144418;s:98:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/jetpack/modules/contact-form/js\";i:54525;s:102:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/jetpack/modules/contact-form/images\";i:5464;s:95:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/jetpack/modules/contact-form\";i:470125;s:97:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/jetpack/modules/videopress/css\";i:5715;s:96:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/jetpack/modules/videopress/js\";i:35358;s:93:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/jetpack/modules/videopress\";i:158356;s:103:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/jetpack/modules/masterbar/admin-menu\";i:178612;s:118:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/jetpack/modules/masterbar/nudges/additional-css/css\";i:262;s:117:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/jetpack/modules/masterbar/nudges/additional-css/js\";i:1207;s:114:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/jetpack/modules/masterbar/nudges/additional-css\";i:9311;s:99:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/jetpack/modules/masterbar/nudges\";i:11062;s:102:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/jetpack/modules/masterbar/masterbar\";i:53594;s:106:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/jetpack/modules/masterbar/wp-posts-list\";i:5219;s:112:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/jetpack/modules/masterbar/admin-color-schemes\";i:5215;s:105:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/jetpack/modules/masterbar/profile-edit\";i:10109;s:104:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/jetpack/modules/masterbar/inline-help\";i:6270;s:92:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/jetpack/modules/masterbar\";i:270081;s:91:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/jetpack/modules/sitemaps\";i:141463;s:91:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/jetpack/modules/markdown\";i:30394;s:92:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/jetpack/modules/wpcom-tos\";i:928;s:101:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/jetpack/modules/tiled-gallery/math\";i:3433;s:114:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/jetpack/modules/tiled-gallery/tiled-gallery/rtl\";i:2456;s:129:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/jetpack/modules/tiled-gallery/tiled-gallery/templates/partials\";i:4774;s:120:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/jetpack/modules/tiled-gallery/tiled-gallery/templates\";i:8605;s:110:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/jetpack/modules/tiled-gallery/tiled-gallery\";i:52533;s:96:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/jetpack/modules/tiled-gallery\";i:66611;s:89:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/jetpack/modules/photon\";i:1760;s:91:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/jetpack/modules/gravatar\";i:47;s:100:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/jetpack/modules/sharedaddy/images\";i:93298;s:102:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/jetpack/modules/sharedaddy/services\";i:11646;s:93:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/jetpack/modules/sharedaddy\";i:358797;s:108:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/jetpack/modules/widgets/goodreads/css/rtl\";i:1080;s:104:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/jetpack/modules/widgets/goodreads/css\";i:2094;s:100:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/jetpack/modules/widgets/goodreads\";i:2094;s:100:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/jetpack/modules/widgets/milestone\";i:29111;s:107:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/jetpack/modules/widgets/google-translate\";i:846;s:100:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/jetpack/modules/widgets/top-posts\";i:1696;s:100:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/jetpack/modules/widgets/instagram\";i:968;s:103:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/jetpack/modules/widgets/social-icons\";i:7282;s:109:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/jetpack/modules/widgets/social-media-icons\";i:1221;s:97:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/jetpack/modules/widgets/flickr\";i:4068;s:103:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/jetpack/modules/widgets/image-widget\";i:210;s:106:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/jetpack/modules/widgets/migrate-to-core\";i:14297;s:98:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/jetpack/modules/widgets/authors\";i:432;s:104:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/jetpack/modules/widgets/eu-cookie-law\";i:17170;s:107:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/jetpack/modules/widgets/facebook-likebox\";i:48;s:112:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/jetpack/modules/widgets/wordpress-post-widget\";i:32852;s:108:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/jetpack/modules/widgets/gallery/templates\";i:3361;s:106:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/jetpack/modules/widgets/gallery/css/rtl\";i:262;s:102:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/jetpack/modules/widgets/gallery/css\";i:981;s:101:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/jetpack/modules/widgets/gallery/js\";i:6887;s:98:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/jetpack/modules/widgets/gallery\";i:11229;s:103:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/jetpack/modules/widgets/my-community\";i:655;s:106:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/jetpack/modules/widgets/simple-payments\";i:27874;s:103:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/jetpack/modules/widgets/contact-info\";i:1786;s:90:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/jetpack/modules/widgets\";i:462009;s:101:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/jetpack/modules/custom-css/csstidy\";i:169338;s:108:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/jetpack/modules/custom-css/custom-css/css\";i:23700;s:107:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/jetpack/modules/custom-css/custom-css/js\";i:142388;s:118:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/jetpack/modules/custom-css/custom-css/preprocessors\";i:202208;s:104:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/jetpack/modules/custom-css/custom-css\";i:369957;s:93:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/jetpack/modules/custom-css\";i:576111;s:88:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/jetpack/modules/likes\";i:46370;s:112:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/jetpack/modules/woocommerce-analytics/classes\";i:19753;s:104:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/jetpack/modules/woocommerce-analytics\";i:22236;s:112:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/jetpack/modules/theme-tools/responsive-videos\";i:2561;s:108:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/jetpack/modules/theme-tools/site-logo/inc\";i:18438;s:107:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/jetpack/modules/theme-tools/site-logo/js\";i:768;s:104:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/jetpack/modules/theme-tools/site-logo\";i:19206;s:106:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/jetpack/modules/theme-tools/social-menu\";i:68953;s:101:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/jetpack/modules/theme-tools/compat\";i:127657;s:110:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/jetpack/modules/theme-tools/content-options\";i:48466;s:97:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/jetpack/modules/theme-tools/js\";i:210;s:94:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/jetpack/modules/theme-tools\";i:328238;s:95:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/jetpack/modules/geo-location\";i:12611;s:110:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/jetpack/modules/calypsoify/gutenberg-styles\";i:2753;s:93:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/jetpack/modules/calypsoify\";i:55261;s:93:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/jetpack/modules/photon-cdn\";i:27909;s:91:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/jetpack/modules/carousel\";i:375528;s:105:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/jetpack/modules/infinite-scroll/themes\";i:37066;s:98:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/jetpack/modules/infinite-scroll\";i:141094;s:100:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/jetpack/modules/related-posts/rtl\";i:4565;s:96:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/jetpack/modules/related-posts\";i:102978;s:96:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/jetpack/modules/plugin-search\";i:56576;s:86:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/jetpack/modules/sso\";i:29722;s:98:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/jetpack/modules/simple-payments\";i:32978;s:96:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/jetpack/modules/post-by-email\";i:12204;s:97:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/jetpack/modules/shortcodes/img\";i:16498;s:97:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/jetpack/modules/shortcodes/css\";i:25038;s:96:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/jetpack/modules/shortcodes/js\";i:135066;s:100:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/jetpack/modules/shortcodes/images\";i:9815;s:93:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/jetpack/modules/shortcodes\";i:509309;s:122:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/jetpack/modules/widget-visibility/widget-conditions/rtl\";i:2485;s:118:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/jetpack/modules/widget-visibility/widget-conditions\";i:28642;s:100:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/jetpack/modules/widget-visibility\";i:72570;s:101:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/jetpack/modules/wpcom-block-editor\";i:21182;s:111:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/jetpack/modules/custom-post-types/comics/rtl\";i:820;s:107:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/jetpack/modules/custom-post-types/comics\";i:9498;s:104:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/jetpack/modules/custom-post-types/css\";i:10649;s:103:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/jetpack/modules/custom-post-types/js\";i:5446;s:100:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/jetpack/modules/custom-post-types\";i:166859;s:82:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/jetpack/modules\";i:5214992;s:133:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-identity-crisis/src/_inc\";i:2083;s:128:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-identity-crisis/src\";i:51887;s:130:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-identity-crisis/build\";i:69404;s:124:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-identity-crisis\";i:156876;s:139:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-waf/src/brute-force-protection\";i:46395;s:127:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-waf/src/exceptions\";i:1246;s:116:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-waf/src\";i:185886;s:112:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-waf\";i:215190;s:145:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-wordads/src/dashboard/scss/functions\";i:1882;s:135:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-wordads/src/dashboard/scss\";i:29561;s:151:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-wordads/src/dashboard/components/card/test\";i:326;s:146:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-wordads/src/dashboard/components/card\";i:5249;s:153:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-wordads/src/dashboard/components/button/test\";i:700;s:148:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-wordads/src/dashboard/components/button\";i:5555;s:156:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-wordads/src/dashboard/components/module-control\";i:6423;s:153:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-wordads/src/dashboard/components/notice/test\";i:900;s:148:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-wordads/src/dashboard/components/notice\";i:8880;s:162:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-wordads/src/dashboard/components/global-notices/store\";i:2275;s:161:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-wordads/src/dashboard/components/global-notices/test\";i:528;s:156:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-wordads/src/dashboard/components/global-notices\";i:5520;s:151:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-wordads/src/dashboard/components/dashboard\";i:3386;s:158:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-wordads/src/dashboard/components/form-toggle/test\";i:808;s:153:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-wordads/src/dashboard/components/form-toggle\";i:6485;s:141:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-wordads/src/dashboard/components\";i:41498;s:149:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-wordads/src/dashboard/store/reducer/test\";i:1691;s:144:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-wordads/src/dashboard/store/reducer\";i:2879;s:149:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-wordads/src/dashboard/store/actions/test\";i:1195;s:144:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-wordads/src/dashboard/store/actions\";i:3535;s:146:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-wordads/src/dashboard/store/selectors\";i:1753;s:136:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-wordads/src/dashboard/store\";i:10045;s:130:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-wordads/src/dashboard\";i:88467;s:133:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-wordads/src/initializers\";i:3299;s:120:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-wordads/src\";i:97337;s:122:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-wordads/tools\";i:2920;s:132:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-wordads/build/dashboard\";i:144615;s:122:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-wordads/build\";i:144615;s:116:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-wordads\";i:274297;s:134:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-search/src/classic-search\";i:56969;s:129:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-search/src/dashboard\";i:13110;s:131:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-search/src/widgets/css\";i:3775;s:130:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-search/src/widgets/js\";i:13173;s:127:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-search/src/widgets\";i:57043;s:149:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-search/src/customizer/customize-controls\";i:8220;s:130:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-search/src/customizer\";i:16502;s:130:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-search/src/customberg\";i:4787;s:134:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-search/src/instant-search\";i:25036;s:124:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-search/src/wpes\";i:28863;s:132:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-search/src/initializers\";i:6499;s:119:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-search/src\";i:280079;s:131:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-search/build/dashboard\";i:367591;s:132:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-search/build/customberg\";i:265497;s:136:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-search/build/instant-search\";i:240267;s:121:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-search/build\";i:873355;s:129:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-search/compatibility\";i:2214;s:115:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-search\";i:1206169;s:121:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-redirect/src\";i:2602;s:117:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-redirect\";i:30373;s:122:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-licensing/src\";i:21700;s:118:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-licensing\";i:52042;s:119:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-abtest/src\";i:2932;s:115:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-abtest\";i:34378;s:115:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-ip/src\";i:8078;s:111:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-ip\";i:29646;s:123:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-options/legacy\";i:251;s:116:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-options\";i:28571;s:128:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-post-list/tests/php\";i:16807;s:124:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-post-list/tests\";i:16807;s:122:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-post-list/src\";i:13459;s:118:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-post-list\";i:54428;s:128:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-action-bar/src/scss\";i:450;s:126:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-action-bar/src/js\";i:46763;s:123:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-action-bar/src\";i:48550;s:125:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-action-bar/build\";i:48104;s:119:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-action-bar\";i:121957;s:124:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-jitm/src/images\";i:24109;s:117:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-jitm/src\";i:54802;s:126:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-jitm/build/images\";i:24109;s:119:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-jitm/build\";i:44781;s:113:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-jitm\";i:142620;s:120:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-partner/src\";i:15907;s:116:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-partner\";i:45076;s:122:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-compat/legacy\";i:21556;s:126:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-compat/lib/tracks\";i:1321;s:119:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-compat/lib\";i:89628;s:115:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-compat\";i:138147;s:122:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-constants/src\";i:3414;s:118:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-constants\";i:30150;s:136:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-backup/src/js/reducers/test\";i:5975;s:131:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-backup/src/js/reducers\";i:9487;s:133:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-backup/src/js/hooks/test\";i:2942;s:135:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-backup/src/js/hooks/assets\";i:62000;s:128:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-backup/src/js/hooks\";i:72598;s:139:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-backup/src/js/components/Admin\";i:20773;s:139:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-backup/src/js/components/icons\";i:7474;s:150:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-backup/src/js/components/backup-promotion\";i:856;s:142:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-backup/src/js/components/masthead\";i:11604;s:156:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-backup/src/js/components/review-request/stories\";i:539;s:148:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-backup/src/js/components/review-request\";i:2587;s:182:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-backup/src/js/components/backup-storage-space/storage-addon-upsell-prompt\";i:7303;s:168:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-backup/src/js/components/backup-storage-space/storage-meter\";i:2252;s:176:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-backup/src/js/components/backup-storage-space/storage-usage-details\";i:3827;s:154:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-backup/src/js/components/backup-storage-space\";i:18964;s:133:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-backup/src/js/components\";i:77673;s:135:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-backup/src/js/actions/test\";i:5378;s:130:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-backup/src/js/actions\";i:7932;s:137:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-backup/src/js/selectors/test\";i:13891;s:132:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-backup/src/js/selectors\";i:16113;s:122:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-backup/src/js\";i:185071;s:119:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-backup/src\";i:236140;s:128:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-backup/build/images\";i:6938;s:121:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-backup/build\";i:247943;s:115:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-backup\";i:525524;s:125:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-a8c-mc-stats/src\";i:4365;s:121:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-a8c-mc-stats\";i:29925;s:119:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-config/src\";i:11782;s:115:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-config\";i:39656;s:124:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-stats-admin/src\";i:36988;s:120:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-stats-admin\";i:60925;s:118:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-blaze/src\";i:7198;s:120:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-blaze/build\";i:36378;s:114:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-blaze\";i:70372;s:118:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-stats/src\";i:31069;s:114:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-stats\";i:55299;s:129:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-device-detection/src\";i:59177;s:125:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-device-detection\";i:86468;s:130:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-plugins-installer/src\";i:12196;s:126:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-plugins-installer\";i:35569;s:118:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-error/src\";i:271;s:114:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-error\";i:25809;s:119:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-blocks/src\";i:9091;s:115:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-blocks\";i:35438;s:127:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-videopress/src/tus\";i:40867;s:123:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-videopress/src\";i:221880;s:131:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-videopress/build/admin\";i:408494;s:129:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-videopress/build/lib\";i:18441;s:132:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-videopress/build/images\";i:70635;s:151:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-videopress/build/block-editor/blocks/video\";i:190245;s:145:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-videopress/build/block-editor/blocks\";i:190245;s:149:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-videopress/build/block-editor/extensions\";i:81;s:138:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-videopress/build/block-editor\";i:203012;s:125:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-videopress/build\";i:700582;s:119:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-videopress\";i:999546;s:117:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-logo/src\";i:6247;s:113:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-logo\";i:32977;s:119:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-status/src\";i:42361;s:115:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-status\";i:73680;s:125:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-sync/src/modules\";i:336943;s:130:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-sync/src/replicastore\";i:40026;s:117:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-sync/src\";i:680135;s:113:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-sync\";i:737110;s:126:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-forms/dist/blocks\";i:181888;s:129:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-forms/dist/dashboard\";i:150163;s:119:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-forms/dist\";i:332051;s:126:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-forms/src/service\";i:9860;s:135:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-forms/src/contact-form/css\";i:157559;s:134:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-forms/src/contact-form/js\";i:56554;s:138:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-forms/src/contact-form/images\";i:5464;s:131:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-forms/src/contact-form\";i:497655;s:128:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-forms/src/dashboard\";i:12682;s:118:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-forms/src\";i:535672;s:114:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-forms\";i:897117;s:122:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-assets/src/js\";i:2281;s:119:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-assets/src\";i:32575;s:121:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-assets/build\";i:6135;s:115:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-assets\";i:73732;s:118:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-roles/src\";i:1863;s:114:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-roles\";i:28303;s:148:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-google-fonts-provider/src/introspectors\";i:3857;s:134:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-google-fonts-provider/src\";i:17419;s:130:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-google-fonts-provider\";i:41621;s:129:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-password-checker/src\";i:33861;s:125:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-password-checker\";i:58995;s:121:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-admin-ui/src\";i:6534;s:117:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-admin-ui\";i:32044;s:124:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-connection/dist\";i:2191;s:132:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-connection/src/webhooks\";i:6218;s:123:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-connection/src\";i:256828;s:126:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-connection/legacy\";i:85458;s:119:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-connection\";i:402629;s:132:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-my-jetpack/src/products\";i:78792;s:123:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-my-jetpack/src\";i:108461;s:132:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-my-jetpack/build/images\";i:1086709;s:125:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-my-jetpack/build\";i:1455460;s:119:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-my-jetpack\";i:1621097;s:145:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-publicize/src/social-image-generator\";i:19345;s:125:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-publicize/src/js\";i:3343;s:122:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-publicize/src\";i:178243;s:124:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-publicize/build\";i:3088;s:118:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-publicize\";i:216046;s:125:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-lazy-images/dist\";i:20549;s:127:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-lazy-images/src/js\";i:6261;s:131:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-lazy-images/src/images\";i:42;s:124:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-lazy-images/src\";i:22799;s:120:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-lazy-images\";i:77870;s:129:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-import/src/endpoints\";i:46390;s:119:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-import/src\";i:48884;s:115:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-import\";i:71788;s:100:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic\";i:8889460;s:89:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/jetpack/jetpack_vendor\";i:8893202;s:78:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/jetpack/sal\";i:127457;s:110:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/jetpack/vendor/automattic/jetpack-plans/src\";i:11200;s:106:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/jetpack/vendor/automattic/jetpack-plans\";i:34842;s:111:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/jetpack/vendor/automattic/jetpack-backup/src\";i:156;s:107:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/jetpack/vendor/automattic/jetpack-backup\";i:156;s:109:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/jetpack/vendor/automattic/jetpack-sync/src\";i:597;s:105:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/jetpack/vendor/automattic/jetpack-sync\";i:597;s:110:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/jetpack/vendor/automattic/jetpack-roles/src\";i:145;s:106:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/jetpack/vendor/automattic/jetpack-roles\";i:145;s:115:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/jetpack/vendor/automattic/jetpack-connection/src\";i:460;s:118:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/jetpack/vendor/automattic/jetpack-connection/legacy\";i:331;s:111:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/jetpack/vendor/automattic/jetpack-connection\";i:791;s:92:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/jetpack/vendor/automattic\";i:36531;s:100:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/jetpack/vendor/jetpack-autoloader\";i:51772;s:108:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/jetpack/vendor/wikimedia/aho-corasick/src\";i:9749;s:110:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/jetpack/vendor/wikimedia/aho-corasick/bench\";i:3460;s:104:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/jetpack/vendor/wikimedia/aho-corasick\";i:26294;s:91:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/jetpack/vendor/wikimedia\";i:26294;s:113:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/jetpack/vendor/nojimage/twitter-text-php/build\";i:3282;s:124:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/jetpack/vendor/nojimage/twitter-text-php/lib/Twitter/Text\";i:235325;s:119:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/jetpack/vendor/nojimage/twitter-text-php/lib/Twitter\";i:235325;s:111:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/jetpack/vendor/nojimage/twitter-text-php/lib\";i:235325;s:107:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/jetpack/vendor/nojimage/twitter-text-php\";i:248528;s:90:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/jetpack/vendor/nojimage\";i:248528;s:90:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/jetpack/vendor/composer\";i:328672;s:81:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/jetpack/vendor\";i:692915;s:102:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/jetpack/extensions/plugins/payments\";i:611;s:103:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/jetpack/extensions/plugins/publicize\";i:511;s:120:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/jetpack/extensions/plugins/post-publish-qr-post-panel\";i:601;s:114:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/jetpack/extensions/plugins/launchpad-save-modal\";i:1351;s:115:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/jetpack/extensions/plugins/site-editor-snackbars\";i:521;s:93:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/jetpack/extensions/plugins\";i:3595;s:98:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/jetpack/extensions/blocks/revue\";i:1654;s:108:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/jetpack/extensions/blocks/blogging-prompt\";i:1152;s:102:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/jetpack/extensions/blocks/pinterest\";i:8867;s:99:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/jetpack/extensions/blocks/button\";i:9186;s:100:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/jetpack/extensions/blocks/wordads\";i:3533;s:108:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/jetpack/extensions/blocks/google-calendar\";i:2266;s:96:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/jetpack/extensions/blocks/map\";i:6439;s:107:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/jetpack/extensions/blocks/business-hours\";i:4448;s:106:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/jetpack/extensions/blocks/subscriptions\";i:28535;s:96:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/jetpack/extensions/blocks/gif\";i:2346;s:98:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/jetpack/extensions/blocks/story\";i:15717;s:108:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/jetpack/extensions/blocks/social-previews\";i:520;s:99:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/jetpack/extensions/blocks/recipe\";i:3513;s:102:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/jetpack/extensions/blocks/donations\";i:7281;s:106:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/jetpack/extensions/blocks/image-compare\";i:2360;s:110:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/jetpack/extensions/blocks/google-docs-embed\";i:4445;s:102:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/jetpack/extensions/blocks/anchor-fm\";i:6511;s:110:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/jetpack/extensions/blocks/instagram-gallery\";i:4593;s:124:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/jetpack/extensions/blocks/videopress/video-chapters/utils\";i:3835;s:118:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/jetpack/extensions/blocks/videopress/video-chapters\";i:3835;s:103:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/jetpack/extensions/blocks/videopress\";i:4867;s:102:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/jetpack/extensions/blocks/mailchimp\";i:8411;s:101:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/jetpack/extensions/blocks/markdown\";i:522;s:123:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/jetpack/extensions/blocks/send-a-message/whatsapp-button\";i:1007;s:107:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/jetpack/extensions/blocks/send-a-message\";i:2037;s:103:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/jetpack/extensions/blocks/eventbrite\";i:8021;s:106:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/jetpack/extensions/blocks/tiled-gallery\";i:5589;s:107:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/jetpack/extensions/blocks/cookie-consent\";i:2567;s:102:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/jetpack/extensions/blocks/opentable\";i:6446;s:101:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/jetpack/extensions/blocks/calendly\";i:8016;s:124:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/jetpack/extensions/blocks/premium-content/logged-out-view\";i:2177;s:124:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/jetpack/extensions/blocks/premium-content/subscriber-view\";i:1852;s:121:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/jetpack/extensions/blocks/premium-content/login-button\";i:1881;s:134:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/jetpack/extensions/blocks/premium-content/_inc/subscription-service\";i:37985;s:113:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/jetpack/extensions/blocks/premium-content/_inc\";i:43462;s:116:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/jetpack/extensions/blocks/premium-content/buttons\";i:1116;s:108:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/jetpack/extensions/blocks/premium-content\";i:54215;s:107:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/jetpack/extensions/blocks/payments-intro\";i:586;s:101:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/jetpack/extensions/blocks/ai-image\";i:1341;s:105:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/jetpack/extensions/blocks/ai-paragraph\";i:1365;s:108:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/jetpack/extensions/blocks/payment-buttons\";i:1722;s:104:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/jetpack/extensions/blocks/rating-star\";i:7186;s:99:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/jetpack/extensions/blocks/amazon\";i:955;s:107:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/jetpack/extensions/blocks/repeat-visitor\";i:1592;s:117:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/jetpack/extensions/blocks/podcast-player/templates\";i:6737;s:107:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/jetpack/extensions/blocks/podcast-player\";i:16303;s:108:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/jetpack/extensions/blocks/simple-payments\";i:2971;s:100:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/jetpack/extensions/blocks/ai-chat\";i:1058;s:111:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/jetpack/extensions/blocks/recurring-payments\";i:383;s:102:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/jetpack/extensions/blocks/slideshow\";i:7113;s:105:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/jetpack/extensions/blocks/contact-info\";i:4842;s:92:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/jetpack/extensions/blocks\";i:261474;s:127:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/jetpack/extensions/extended-blocks/premium-content-container\";i:605;s:112:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/jetpack/extensions/extended-blocks/core-cover\";i:530;s:112:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/jetpack/extensions/extended-blocks/core-audio\";i:530;s:112:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/jetpack/extensions/extended-blocks/core-video\";i:530;s:118:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/jetpack/extensions/extended-blocks/videopress-video\";i:1132;s:101:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/jetpack/extensions/extended-blocks\";i:3327;s:85:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/jetpack/extensions\";i:268396;s:78:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/jetpack/src\";i:13417;s:92:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/jetpack/_inc/blocks/revue\";i:3154;s:102:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/jetpack/_inc/blocks/blogging-prompt\";i:3706;s:93:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/jetpack/_inc/blocks/button\";i:1507;s:102:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/jetpack/_inc/blocks/google-calendar\";i:2097;s:90:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/jetpack/_inc/blocks/map\";i:10857;s:101:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/jetpack/_inc/blocks/business-hours\";i:1984;s:100:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/jetpack/_inc/blocks/subscriptions\";i:18165;s:90:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/jetpack/_inc/blocks/gif\";i:2508;s:92:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/jetpack/_inc/blocks/story\";i:85430;s:93:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/jetpack/_inc/blocks/recipe\";i:6802;s:96:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/jetpack/_inc/blocks/donations\";i:26712;s:100:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/jetpack/_inc/blocks/editor-assets\";i:801961;s:100:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/jetpack/_inc/blocks/image-compare\";i:19253;s:104:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/jetpack/_inc/blocks/google-docs-embed\";i:10514;s:99:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/jetpack/_inc/blocks/contact-form\";i:3910;s:104:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/jetpack/_inc/blocks/instagram-gallery\";i:6223;s:96:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/jetpack/_inc/blocks/mailchimp\";i:8961;s:101:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/jetpack/_inc/blocks/send-a-message\";i:10447;s:97:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/jetpack/_inc/blocks/eventbrite\";i:2836;s:100:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/jetpack/_inc/blocks/tiled-gallery\";i:30163;s:101:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/jetpack/_inc/blocks/cookie-consent\";i:5016;s:96:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/jetpack/_inc/blocks/opentable\";i:4810;s:95:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/jetpack/_inc/blocks/calendly\";i:1897;s:102:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/jetpack/_inc/blocks/premium-content\";i:3528;s:102:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/jetpack/_inc/blocks/payment-buttons\";i:2017;s:98:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/jetpack/_inc/blocks/rating-star\";i:4091;s:101:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/jetpack/_inc/blocks/repeat-visitor\";i:3547;s:101:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/jetpack/_inc/blocks/podcast-player\";i:112449;s:94:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/jetpack/_inc/blocks/ai-chat\";i:27088;s:105:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/jetpack/_inc/blocks/recurring-payments\";i:4074;s:96:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/jetpack/_inc/blocks/slideshow\";i:40029;s:93:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/jetpack/_inc/blocks/images\";i:1916646;s:99:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/jetpack/_inc/blocks/contact-info\";i:1371;s:86:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/jetpack/_inc/blocks\";i:9505519;s:99:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/jetpack/_inc/fonts/automatticons\";i:49737;s:85:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/jetpack/_inc/fonts\";i:49737;s:92:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/jetpack/_inc/social-logos\";i:50503;s:96:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/jetpack/_inc/build/wordads/js\";i:4765;s:93:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/jetpack/_inc/build/wordads\";i:4765;s:99:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/jetpack/_inc/build/comment-likes\";i:637;s:90:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/jetpack/_inc/build/scan\";i:747;s:101:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/jetpack/_inc/build/contact-form/js\";i:31234;s:98:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/jetpack/_inc/build/contact-form\";i:31234;s:99:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/jetpack/_inc/build/videopress/js\";i:16392;s:96:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/jetpack/_inc/build/videopress\";i:16392;s:106:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/jetpack/_inc/build/masterbar/admin-menu\";i:2356;s:120:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/jetpack/_inc/build/masterbar/nudges/additional-css/js\";i:746;s:117:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/jetpack/_inc/build/masterbar/nudges/additional-css\";i:746;s:102:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/jetpack/_inc/build/masterbar/nudges\";i:746;s:105:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/jetpack/_inc/build/masterbar/masterbar\";i:4518;s:128:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/jetpack/_inc/build/masterbar/admin-color-schemes/colors/fresh\";i:11791;s:130:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/jetpack/_inc/build/masterbar/admin-color-schemes/colors/sunrise\";i:11665;s:127:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/jetpack/_inc/build/masterbar/admin-color-schemes/colors/blue\";i:11666;s:129:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/jetpack/_inc/build/masterbar/admin-color-schemes/colors/modern\";i:11664;s:130:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/jetpack/_inc/build/masterbar/admin-color-schemes/colors/aquatic\";i:33939;s:135:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/jetpack/_inc/build/masterbar/admin-color-schemes/colors/classic-dark\";i:33926;s:128:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/jetpack/_inc/build/masterbar/admin-color-schemes/colors/ocean\";i:11639;s:131:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/jetpack/_inc/build/masterbar/admin-color-schemes/colors/midnight\";i:11636;s:137:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/jetpack/_inc/build/masterbar/admin-color-schemes/colors/classic-bright\";i:33568;s:129:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/jetpack/_inc/build/masterbar/admin-color-schemes/colors/sakura\";i:33997;s:132:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/jetpack/_inc/build/masterbar/admin-color-schemes/colors/ectoplasm\";i:11637;s:129:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/jetpack/_inc/build/masterbar/admin-color-schemes/colors/coffee\";i:11664;s:132:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/jetpack/_inc/build/masterbar/admin-color-schemes/colors/nightfall\";i:33940;s:129:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/jetpack/_inc/build/masterbar/admin-color-schemes/colors/sunset\";i:33940;s:131:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/jetpack/_inc/build/masterbar/admin-color-schemes/colors/contrast\";i:33867;s:135:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/jetpack/_inc/build/masterbar/admin-color-schemes/colors/classic-blue\";i:33952;s:128:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/jetpack/_inc/build/masterbar/admin-color-schemes/colors/light\";i:11814;s:134:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/jetpack/_inc/build/masterbar/admin-color-schemes/colors/powder-snow\";i:33964;s:122:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/jetpack/_inc/build/masterbar/admin-color-schemes/colors\";i:410269;s:115:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/jetpack/_inc/build/masterbar/admin-color-schemes\";i:410269;s:95:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/jetpack/_inc/build/masterbar\";i:417889;s:113:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/jetpack/_inc/build/tiled-gallery/tiled-gallery\";i:3119;s:99:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/jetpack/_inc/build/tiled-gallery\";i:3119;s:92:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/jetpack/_inc/build/photon\";i:769;s:96:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/jetpack/_inc/build/sharedaddy\";i:16407;s:103:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/jetpack/_inc/build/widgets/milestone\";i:1273;s:110:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/jetpack/_inc/build/widgets/google-translate\";i:906;s:106:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/jetpack/_inc/build/widgets/social-icons\";i:2421;s:107:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/jetpack/_inc/build/widgets/eu-cookie-law\";i:2469;s:104:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/jetpack/_inc/build/widgets/gallery/js\";i:2783;s:101:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/jetpack/_inc/build/widgets/gallery\";i:2783;s:109:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/jetpack/_inc/build/widgets/simple-payments\";i:8611;s:106:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/jetpack/_inc/build/widgets/contact-info\";i:908;s:93:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/jetpack/_inc/build/widgets\";i:22498;s:110:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/jetpack/_inc/build/custom-css/custom-css/js\";i:2245;s:107:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/jetpack/_inc/build/custom-css/custom-css\";i:2245;s:96:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/jetpack/_inc/build/custom-css\";i:2245;s:91:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/jetpack/_inc/build/likes\";i:7762;s:94:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/jetpack/_inc/build/carousel\";i:125230;s:101:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/jetpack/_inc/build/infinite-scroll\";i:13243;s:99:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/jetpack/_inc/build/related-posts\";i:6105;s:99:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/jetpack/_inc/build/shortcodes/js\";i:51237;s:96:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/jetpack/_inc/build/shortcodes\";i:51237;s:110:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/jetpack/_inc/build/widget-visibility/editor\";i:37440;s:121:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/jetpack/_inc/build/widget-visibility/widget-conditions\";i:4952;s:103:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/jetpack/_inc/build/widget-visibility\";i:42392;s:92:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/jetpack/_inc/build/images\";i:395627;s:110:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/jetpack/_inc/build/custom-post-types/comics\";i:2186;s:106:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/jetpack/_inc/build/custom-post-types/js\";i:3487;s:103:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/jetpack/_inc/build/custom-post-types\";i:5673;s:85:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/jetpack/_inc/build\";i:2940477;s:105:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/jetpack/_inc/genericons/genericons/rtl\";i:28350;s:101:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/jetpack/_inc/genericons/genericons\";i:192146;s:90:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/jetpack/_inc/genericons\";i:222446;s:92:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/jetpack/_inc/lib/debugger\";i:85444;s:92:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/jetpack/_inc/lib/markdown\";i:104618;s:108:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/jetpack/_inc/lib/core-api/wpcom-endpoints\";i:132226;s:105:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/jetpack/_inc/lib/core-api/wpcom-fields\";i:17040;s:92:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/jetpack/_inc/lib/core-api\";i:237114;s:95:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/jetpack/_inc/lib/admin-pages\";i:83330;s:83:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/jetpack/_inc/lib\";i:999824;s:79:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/jetpack/_inc\";i:13811127;s:86:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/jetpack/views/admin\";i:6693;s:80:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/jetpack/views\";i:6693;s:97:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/jetpack/json-endpoints/jetpack\";i:221570;s:89:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/jetpack/json-endpoints\";i:913370;s:78:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/jetpack/css\";i:601168;s:94:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/jetpack/3rd-party/debug-bar\";i:7110;s:84:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/jetpack/3rd-party\";i:69642;s:97:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/jetpack/images/recommendations\";i:11424211;s:97:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/jetpack/images/odyssey-upgrade\";i:575754;s:85:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/jetpack/images/rss\";i:31391;s:87:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/jetpack/images/plans\";i:9843;s:90:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/jetpack/images/products\";i:840989;s:86:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/jetpack/images/apps\";i:13814;s:81:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/jetpack/images\";i:14328138;s:74:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/jetpack\";i:46298826;s:100:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/google-pagespeed-insights/classes\";i:123825;s:108:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/google-pagespeed-insights/templates/parts\";i:15157;s:102:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/google-pagespeed-insights/templates\";i:60755;s:152:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/google-pagespeed-insights/documentation/assets/blueprint-css/plugins/link-icons/icons\";i:97942;s:146:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/google-pagespeed-insights/documentation/assets/blueprint-css/plugins/link-icons\";i:99751;s:139:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/google-pagespeed-insights/documentation/assets/blueprint-css/plugins/rtl\";i:4804;s:149:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/google-pagespeed-insights/documentation/assets/blueprint-css/plugins/buttons/icons\";i:1647;s:143:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/google-pagespeed-insights/documentation/assets/blueprint-css/plugins/buttons\";i:4572;s:146:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/google-pagespeed-insights/documentation/assets/blueprint-css/plugins/fancy-type\";i:2556;s:135:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/google-pagespeed-insights/documentation/assets/blueprint-css/plugins\";i:111683;s:131:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/google-pagespeed-insights/documentation/assets/blueprint-css/src\";i:20668;s:127:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/google-pagespeed-insights/documentation/assets/blueprint-css\";i:147857;s:120:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/google-pagespeed-insights/documentation/assets/images\";i:656525;s:113:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/google-pagespeed-insights/documentation/assets\";i:804382;s:106:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/google-pagespeed-insights/documentation\";i:825083;s:103:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/google-pagespeed-insights/assets/css\";i:18176;s:120:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/google-pagespeed-insights/assets/js/templates/summary\";i:410;s:126:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/google-pagespeed-insights/assets/js/templates/view-snapshot\";i:119;s:120:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/google-pagespeed-insights/assets/js/templates/details\";i:7734;s:112:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/google-pagespeed-insights/assets/js/templates\";i:8263;s:102:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/google-pagespeed-insights/assets/js\";i:28812;s:106:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/google-pagespeed-insights/assets/images\";i:69968;s:99:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/google-pagespeed-insights/assets\";i:116956;s:105:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/google-pagespeed-insights/translations\";i:239395;s:195:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/google-pagespeed-insights/lib/google-api-php-client/vendor/google/apiclient-services/src/Google/Service/Pagespeedonline/Resource\";i:0;s:186:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/google-pagespeed-insights/lib/google-api-php-client/vendor/google/apiclient-services/src/Google/Service/Pagespeedonline\";i:0;s:170:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/google-pagespeed-insights/lib/google-api-php-client/vendor/google/apiclient-services/src/Google/Service\";i:0;s:162:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/google-pagespeed-insights/lib/google-api-php-client/vendor/google/apiclient-services/src/Google\";i:0;s:155:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/google-pagespeed-insights/lib/google-api-php-client/vendor/google/apiclient-services/src\";i:0;s:151:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/google-pagespeed-insights/lib/google-api-php-client/vendor/google/apiclient-services\";i:0;s:147:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/google-pagespeed-insights/lib/google-api-php-client/vendor/google/auth/src/Cache\";i:0;s:152:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/google-pagespeed-insights/lib/google-api-php-client/vendor/google/auth/src/Subscriber\";i:0;s:153:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/google-pagespeed-insights/lib/google-api-php-client/vendor/google/auth/src/Credentials\";i:0;s:152:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/google-pagespeed-insights/lib/google-api-php-client/vendor/google/auth/src/Middleware\";i:0;s:153:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/google-pagespeed-insights/lib/google-api-php-client/vendor/google/auth/src/HttpHandler\";i:0;s:141:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/google-pagespeed-insights/lib/google-api-php-client/vendor/google/auth/src\";i:0;s:137:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/google-pagespeed-insights/lib/google-api-php-client/vendor/google/auth\";i:0;s:132:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/google-pagespeed-insights/lib/google-api-php-client/vendor/google\";i:0;s:129:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/google-pagespeed-insights/lib/google-api-php-client/vendor/bin\";i:0;s:166:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/google-pagespeed-insights/lib/google-api-php-client/vendor/phpseclib/phpseclib/phpseclib/System/SSH\";i:0;s:162:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/google-pagespeed-insights/lib/google-api-php-client/vendor/phpseclib/phpseclib/phpseclib/System\";i:0;s:161:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/google-pagespeed-insights/lib/google-api-php-client/vendor/phpseclib/phpseclib/phpseclib/Crypt\";i:0;s:160:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/google-pagespeed-insights/lib/google-api-php-client/vendor/phpseclib/phpseclib/phpseclib/File\";i:0;s:164:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/google-pagespeed-insights/lib/google-api-php-client/vendor/phpseclib/phpseclib/phpseclib/Net/SFTP\";i:0;s:159:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/google-pagespeed-insights/lib/google-api-php-client/vendor/phpseclib/phpseclib/phpseclib/Net\";i:0;s:160:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/google-pagespeed-insights/lib/google-api-php-client/vendor/phpseclib/phpseclib/phpseclib/Math\";i:0;s:155:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/google-pagespeed-insights/lib/google-api-php-client/vendor/phpseclib/phpseclib/phpseclib\";i:0;s:152:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/google-pagespeed-insights/lib/google-api-php-client/vendor/phpseclib/phpseclib/travis\";i:0;s:151:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/google-pagespeed-insights/lib/google-api-php-client/vendor/phpseclib/phpseclib/build\";i:0;s:145:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/google-pagespeed-insights/lib/google-api-php-client/vendor/phpseclib/phpseclib\";i:0;s:135:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/google-pagespeed-insights/lib/google-api-php-client/vendor/phpseclib\";i:0;s:157:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/google-pagespeed-insights/lib/google-api-php-client/vendor/react/promise/src/React/Promise\";i:0;s:149:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/google-pagespeed-insights/lib/google-api-php-client/vendor/react/promise/src/React\";i:0;s:143:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/google-pagespeed-insights/lib/google-api-php-client/vendor/react/promise/src\";i:0;s:139:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/google-pagespeed-insights/lib/google-api-php-client/vendor/react/promise\";i:0;s:131:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/google-pagespeed-insights/lib/google-api-php-client/vendor/react\";i:0;s:145:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/google-pagespeed-insights/lib/google-api-php-client/vendor/monolog/monolog/doc\";i:0;s:163:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/google-pagespeed-insights/lib/google-api-php-client/vendor/monolog/monolog/src/Monolog/Formatter\";i:0;s:176:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/google-pagespeed-insights/lib/google-api-php-client/vendor/monolog/monolog/src/Monolog/Handler/FingersCrossed\";i:0;s:166:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/google-pagespeed-insights/lib/google-api-php-client/vendor/monolog/monolog/src/Monolog/Handler/Curl\";i:0;s:171:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/google-pagespeed-insights/lib/google-api-php-client/vendor/monolog/monolog/src/Monolog/Handler/SyslogUdp\";i:0;s:161:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/google-pagespeed-insights/lib/google-api-php-client/vendor/monolog/monolog/src/Monolog/Handler\";i:0;s:163:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/google-pagespeed-insights/lib/google-api-php-client/vendor/monolog/monolog/src/Monolog/Processor\";i:0;s:153:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/google-pagespeed-insights/lib/google-api-php-client/vendor/monolog/monolog/src/Monolog\";i:0;s:145:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/google-pagespeed-insights/lib/google-api-php-client/vendor/monolog/monolog/src\";i:0;s:141:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/google-pagespeed-insights/lib/google-api-php-client/vendor/monolog/monolog\";i:0;s:133:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/google-pagespeed-insights/lib/google-api-php-client/vendor/monolog\";i:0;s:134:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/google-pagespeed-insights/lib/google-api-php-client/vendor/composer\";i:0;s:170:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/google-pagespeed-insights/lib/google-api-php-client/vendor/firebase/php-jwt/Firebase/PHP-JWT/Exceptions\";i:0;s:174:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/google-pagespeed-insights/lib/google-api-php-client/vendor/firebase/php-jwt/Firebase/PHP-JWT/Authentication\";i:0;s:159:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/google-pagespeed-insights/lib/google-api-php-client/vendor/firebase/php-jwt/Firebase/PHP-JWT\";i:0;s:151:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/google-pagespeed-insights/lib/google-api-php-client/vendor/firebase/php-jwt/Firebase\";i:0;s:142:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/google-pagespeed-insights/lib/google-api-php-client/vendor/firebase/php-jwt\";i:0;s:134:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/google-pagespeed-insights/lib/google-api-php-client/vendor/firebase\";i:0;s:146:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/google-pagespeed-insights/lib/google-api-php-client/vendor/psr/http-message/src\";i:0;s:142:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/google-pagespeed-insights/lib/google-api-php-client/vendor/psr/http-message\";i:0;s:141:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/google-pagespeed-insights/lib/google-api-php-client/vendor/psr/log/Psr/Log\";i:0;s:137:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/google-pagespeed-insights/lib/google-api-php-client/vendor/psr/log/Psr\";i:0;s:133:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/google-pagespeed-insights/lib/google-api-php-client/vendor/psr/log\";i:0;s:139:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/google-pagespeed-insights/lib/google-api-php-client/vendor/psr/cache/src\";i:0;s:135:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/google-pagespeed-insights/lib/google-api-php-client/vendor/psr/cache\";i:0;s:129:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/google-pagespeed-insights/lib/google-api-php-client/vendor/psr\";i:0;s:158:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/google-pagespeed-insights/lib/google-api-php-client/vendor/guzzlehttp/streams/src/Exception\";i:0;s:148:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/google-pagespeed-insights/lib/google-api-php-client/vendor/guzzlehttp/streams/src\";i:0;s:144:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/google-pagespeed-insights/lib/google-api-php-client/vendor/guzzlehttp/streams\";i:0;s:145:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/google-pagespeed-insights/lib/google-api-php-client/vendor/guzzlehttp/psr7/src\";i:0;s:141:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/google-pagespeed-insights/lib/google-api-php-client/vendor/guzzlehttp/psr7\";i:0;s:149:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/google-pagespeed-insights/lib/google-api-php-client/vendor/guzzlehttp/ringphp/docs\";i:0;s:158:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/google-pagespeed-insights/lib/google-api-php-client/vendor/guzzlehttp/ringphp/src/Exception\";i:0;s:155:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/google-pagespeed-insights/lib/google-api-php-client/vendor/guzzlehttp/ringphp/src/Client\";i:0;s:155:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/google-pagespeed-insights/lib/google-api-php-client/vendor/guzzlehttp/ringphp/src/Future\";i:0;s:148:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/google-pagespeed-insights/lib/google-api-php-client/vendor/guzzlehttp/ringphp/src\";i:0;s:144:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/google-pagespeed-insights/lib/google-api-php-client/vendor/guzzlehttp/ringphp\";i:0;s:148:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/google-pagespeed-insights/lib/google-api-php-client/vendor/guzzlehttp/guzzle/docs\";i:0;s:155:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/google-pagespeed-insights/lib/google-api-php-client/vendor/guzzlehttp/guzzle/src/Message\";i:0;s:158:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/google-pagespeed-insights/lib/google-api-php-client/vendor/guzzlehttp/guzzle/src/Subscriber\";i:0;s:154:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/google-pagespeed-insights/lib/google-api-php-client/vendor/guzzlehttp/guzzle/src/Cookie\";i:0;s:157:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/google-pagespeed-insights/lib/google-api-php-client/vendor/guzzlehttp/guzzle/src/Exception\";i:0;s:152:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/google-pagespeed-insights/lib/google-api-php-client/vendor/guzzlehttp/guzzle/src/Post\";i:0;s:153:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/google-pagespeed-insights/lib/google-api-php-client/vendor/guzzlehttp/guzzle/src/Event\";i:0;s:147:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/google-pagespeed-insights/lib/google-api-php-client/vendor/guzzlehttp/guzzle/src\";i:0;s:149:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/google-pagespeed-insights/lib/google-api-php-client/vendor/guzzlehttp/guzzle/build\";i:0;s:143:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/google-pagespeed-insights/lib/google-api-php-client/vendor/guzzlehttp/guzzle\";i:0;s:136:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/google-pagespeed-insights/lib/google-api-php-client/vendor/guzzlehttp\";i:0;s:125:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/google-pagespeed-insights/lib/google-api-php-client/vendor\";i:0;s:135:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/google-pagespeed-insights/lib/google-api-php-client/src/Google/Utils\";i:0;s:141:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/google-pagespeed-insights/lib/google-api-php-client/src/Google/AuthHandler\";i:0;s:134:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/google-pagespeed-insights/lib/google-api-php-client/src/Google/Task\";i:0;s:134:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/google-pagespeed-insights/lib/google-api-php-client/src/Google/Http\";i:0;s:137:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/google-pagespeed-insights/lib/google-api-php-client/src/Google/Service\";i:0;s:141:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/google-pagespeed-insights/lib/google-api-php-client/src/Google/AccessToken\";i:0;s:129:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/google-pagespeed-insights/lib/google-api-php-client/src/Google\";i:0;s:122:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/google-pagespeed-insights/lib/google-api-php-client/src\";i:0;s:118:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/google-pagespeed-insights/lib/google-api-php-client\";i:0;s:96:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/google-pagespeed-insights/lib\";i:0;s:92:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/google-pagespeed-insights\";i:1384840;s:102:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/age-gate-user-registration/dist/img\";i:23371;s:98:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/age-gate-user-registration/dist\";i:41803;s:132:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/age-gate-user-registration/vendor/league/plates/example/templates\";i:666;s:122:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/age-gate-user-registration/vendor/league/plates/example\";i:971;s:132:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/age-gate-user-registration/vendor/league/plates/.github/workflows\";i:1447;s:122:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/age-gate-user-registration/vendor/league/plates/.github\";i:1447;s:133:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/age-gate-user-registration/vendor/league/plates/doc/content/engine\";i:8252;s:137:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/age-gate-user-registration/vendor/league/plates/doc/content/extensions\";i:5214;s:136:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/age-gate-user-registration/vendor/league/plates/doc/content/templates\";i:18363;s:142:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/age-gate-user-registration/vendor/league/plates/doc/content/getting-started\";i:1845;s:126:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/age-gate-user-registration/vendor/league/plates/doc/content\";i:36614;s:135:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/age-gate-user-registration/vendor/league/plates/doc/layouts/_default\";i:4712;s:135:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/age-gate-user-registration/vendor/league/plates/doc/layouts/partials\";i:268;s:137:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/age-gate-user-registration/vendor/league/plates/doc/layouts/shortcodes\";i:142;s:126:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/age-gate-user-registration/vendor/league/plates/doc/layouts\";i:5122;s:129:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/age-gate-user-registration/vendor/league/plates/doc/static/css\";i:318;s:132:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/age-gate-user-registration/vendor/league/plates/doc/static/images\";i:2306;s:133:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/age-gate-user-registration/vendor/league/plates/doc/static/favicon\";i:12049;s:125:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/age-gate-user-registration/vendor/league/plates/doc/static\";i:14686;s:118:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/age-gate-user-registration/vendor/league/plates/doc\";i:56894;s:127:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/age-gate-user-registration/vendor/league/plates/src/Template\";i:24427;s:128:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/age-gate-user-registration/vendor/league/plates/src/Extension\";i:5106;s:118:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/age-gate-user-registration/vendor/league/plates/src\";i:35490;s:114:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/age-gate-user-registration/vendor/league/plates\";i:102932;s:107:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/age-gate-user-registration/vendor/league\";i:102932;s:125:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/age-gate-user-registration/vendor/brick/math/src/Exception\";i:3309;s:135:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/age-gate-user-registration/vendor/brick/math/src/Internal/Calculator\";i:19979;s:124:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/age-gate-user-registration/vendor/brick/math/src/Internal\";i:40930;s:115:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/age-gate-user-registration/vendor/brick/math/src\";i:136904;s:111:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/age-gate-user-registration/vendor/brick/math\";i:156153;s:106:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/age-gate-user-registration/vendor/brick\";i:156153;s:128:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/age-gate-user-registration/vendor/agegate/utility/src/Facades\";i:1339;s:120:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/age-gate-user-registration/vendor/agegate/utility/src\";i:9031;s:116:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/age-gate-user-registration/vendor/agegate/utility\";i:9691;s:125:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/age-gate-user-registration/vendor/agegate/common/src/Admin\";i:10594;s:129:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/age-gate-user-registration/vendor/agegate/common/src/Immutable\";i:2801;s:130:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/age-gate-user-registration/vendor/agegate/common/src/Interfaces\";i:152;s:127:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/age-gate-user-registration/vendor/agegate/common/src/Helpers\";i:385;s:130:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/age-gate-user-registration/vendor/agegate/common/src/Controller\";i:1391;s:124:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/age-gate-user-registration/vendor/agegate/common/src/Form\";i:10036;s:119:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/age-gate-user-registration/vendor/agegate/common/src\";i:44528;s:115:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/age-gate-user-registration/vendor/agegate/common\";i:45262;s:108:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/age-gate-user-registration/vendor/agegate\";i:54953;s:117:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/age-gate-user-registration/vendor/erusev/parsedown\";i:48974;s:107:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/age-gate-user-registration/vendor/erusev\";i:48974;s:127:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/age-gate-user-registration/vendor/asylum/utility/src/Facades\";i:834;s:119:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/age-gate-user-registration/vendor/asylum/utility/src\";i:21304;s:115:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/age-gate-user-registration/vendor/asylum/utility\";i:25754;s:118:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/age-gate-user-registration/vendor/asylum/common/src\";i:2527;s:114:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/age-gate-user-registration/vendor/asylum/common\";i:3116;s:132:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/age-gate-user-registration/vendor/asylum/validation/tests/Filters\";i:8788;s:135:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/age-gate-user-registration/vendor/asylum/validation/tests/Validators\";i:43999;s:124:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/age-gate-user-registration/vendor/asylum/validation/tests\";i:92672;s:127:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/age-gate-user-registration/vendor/asylum/validation/src/lang\";i:72425;s:122:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/age-gate-user-registration/vendor/asylum/validation/src\";i:130854;s:121:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/age-gate-user-registration/vendor/asylum/validation/ci\";i:7452;s:118:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/age-gate-user-registration/vendor/asylum/validation\";i:351816;s:125:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/age-gate-user-registration/vendor/asylum/update/src/Update\";i:5161;s:129:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/age-gate-user-registration/vendor/asylum/update/src/Interfaces\";i:312;s:118:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/age-gate-user-registration/vendor/asylum/update/src\";i:5473;s:114:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/age-gate-user-registration/vendor/asylum/update\";i:6065;s:107:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/age-gate-user-registration/vendor/asylum\";i:386751;s:145:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/age-gate-user-registration/vendor/nicmart/string-template/tests/StringTemplate\";i:9330;s:130:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/age-gate-user-registration/vendor/nicmart/string-template/tests\";i:9330;s:143:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/age-gate-user-registration/vendor/nicmart/string-template/src/StringTemplate\";i:9043;s:128:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/age-gate-user-registration/vendor/nicmart/string-template/src\";i:9043;s:135:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/age-gate-user-registration/vendor/nicmart/string-template/benchmarks\";i:4017;s:124:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/age-gate-user-registration/vendor/nicmart/string-template\";i:31219;s:108:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/age-gate-user-registration/vendor/nicmart\";i:31219;s:109:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/age-gate-user-registration/vendor/composer\";i:106167;s:143:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/age-gate-user-registration/vendor/jaybizzle/crawler-detect/.github/workflows\";i:2120;s:133:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/age-gate-user-registration/vendor/jaybizzle/crawler-detect/.github\";i:2120;s:138:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/age-gate-user-registration/vendor/jaybizzle/crawler-detect/src/Fixtures\";i:36226;s:129:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/age-gate-user-registration/vendor/jaybizzle/crawler-detect/src\";i:40385;s:129:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/age-gate-user-registration/vendor/jaybizzle/crawler-detect/raw\";i:39012;s:125:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/age-gate-user-registration/vendor/jaybizzle/crawler-detect\";i:89384;s:110:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/age-gate-user-registration/vendor/jaybizzle\";i:89384;s:125:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/age-gate-user-registration/vendor/illuminate/contracts/Bus\";i:2176;s:127:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/age-gate-user-registration/vendor/illuminate/contracts/Redis\";i:1805;s:135:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/age-gate-user-registration/vendor/illuminate/contracts/Notifications\";i:1382;s:139:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/age-gate-user-registration/vendor/illuminate/contracts/Database/Eloquent\";i:3555;s:137:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/age-gate-user-registration/vendor/illuminate/contracts/Database/Events\";i:92;s:130:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/age-gate-user-registration/vendor/illuminate/contracts/Database\";i:4638;s:132:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/age-gate-user-registration/vendor/illuminate/contracts/Foundation\";i:5522;s:128:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/age-gate-user-registration/vendor/illuminate/contracts/Config\";i:1162;s:129:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/age-gate-user-registration/vendor/illuminate/contracts/Hashing\";i:946;s:132:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/age-gate-user-registration/vendor/illuminate/contracts/Filesystem\";i:5209;s:127:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/age-gate-user-registration/vendor/illuminate/contracts/Debug\";i:1001;s:127:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/age-gate-user-registration/vendor/illuminate/contracts/Cache\";i:6275;s:129:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/age-gate-user-registration/vendor/illuminate/contracts/Console\";i:2067;s:126:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/age-gate-user-registration/vendor/illuminate/contracts/Mail\";i:3736;s:128:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/age-gate-user-registration/vendor/illuminate/contracts/Cookie\";i:2051;s:126:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/age-gate-user-registration/vendor/illuminate/contracts/View\";i:2739;s:132:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/age-gate-user-registration/vendor/illuminate/contracts/Encryption\";i:1452;s:126:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/age-gate-user-registration/vendor/illuminate/contracts/Http\";i:880;s:131:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/age-gate-user-registration/vendor/illuminate/contracts/Container\";i:5696;s:132:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/age-gate-user-registration/vendor/illuminate/contracts/Validation\";i:4051;s:127:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/age-gate-user-registration/vendor/illuminate/contracts/Queue\";i:8801;s:134:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/age-gate-user-registration/vendor/illuminate/contracts/Broadcasting\";i:1897;s:130:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/age-gate-user-registration/vendor/illuminate/contracts/Pipeline\";i:1053;s:129:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/age-gate-user-registration/vendor/illuminate/contracts/Session\";i:3895;s:133:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/age-gate-user-registration/vendor/illuminate/contracts/Translation\";i:1955;s:129:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/age-gate-user-registration/vendor/illuminate/contracts/Routing\";i:10543;s:129:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/age-gate-user-registration/vendor/illuminate/contracts/Support\";i:4434;s:133:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/age-gate-user-registration/vendor/illuminate/contracts/Auth/Access\";i:4033;s:137:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/age-gate-user-registration/vendor/illuminate/contracts/Auth/Middleware\";i:99;s:126:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/age-gate-user-registration/vendor/illuminate/contracts/Auth\";i:12667;s:128:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/age-gate-user-registration/vendor/illuminate/contracts/Events\";i:1829;s:132:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/age-gate-user-registration/vendor/illuminate/contracts/Pagination\";i:5430;s:121:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/age-gate-user-registration/vendor/illuminate/contracts\";i:107187;s:128:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/age-gate-user-registration/vendor/illuminate/macroable/Traits\";i:2851;s:121:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/age-gate-user-registration/vendor/illuminate/macroable\";i:4675;s:130:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/age-gate-user-registration/vendor/illuminate/collections/Traits\";i:28402;s:123:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/age-gate-user-registration/vendor/illuminate/collections\";i:159859;s:111:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/age-gate-user-registration/vendor/illuminate\";i:271721;s:118:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/age-gate-user-registration/vendor/psr/container/src\";i:1382;s:114:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/age-gate-user-registration/vendor/psr/container\";i:3701;s:121:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/age-gate-user-registration/vendor/psr/simple-cache/src\";i:5022;s:117:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/age-gate-user-registration/vendor/psr/simple-cache\";i:7545;s:104:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/age-gate-user-registration/vendor/psr\";i:11246;s:139:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/age-gate-user-registration/vendor/symfony/polyfill-php80/Resources/stubs\";i:2168;s:133:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/age-gate-user-registration/vendor/symfony/polyfill-php80/Resources\";i:2168;s:123:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/age-gate-user-registration/vendor/symfony/polyfill-php80\";i:12526;s:123:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/age-gate-user-registration/vendor/symfony/polyfill-ctype\";i:12285;s:139:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/age-gate-user-registration/vendor/symfony/polyfill-php81/Resources/stubs\";i:421;s:133:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/age-gate-user-registration/vendor/symfony/polyfill-php81/Resources\";i:421;s:123:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/age-gate-user-registration/vendor/symfony/polyfill-php81\";i:4504;s:108:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/age-gate-user-registration/vendor/symfony\";i:29315;s:132:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/age-gate-user-registration/vendor/jawira/case-converter/src/Split\";i:3725;s:131:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/age-gate-user-registration/vendor/jawira/case-converter/src/Glue\";i:8365;s:126:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/age-gate-user-registration/vendor/jawira/case-converter/src\";i:25307;s:122:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/age-gate-user-registration/vendor/jawira/case-converter\";i:27611;s:107:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/age-gate-user-registration/vendor/jawira\";i:27611;s:129:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/age-gate-user-registration/vendor/adbario/php-dot-notation/src\";i:17259;s:125:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/age-gate-user-registration/vendor/adbario/php-dot-notation\";i:99240;s:108:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/age-gate-user-registration/vendor/adbario\";i:99240;s:122:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/age-gate-user-registration/vendor/ramsey/collection/bin\";i:0;s:132:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/age-gate-user-registration/vendor/ramsey/collection/src/Exception\";i:3667;s:126:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/age-gate-user-registration/vendor/ramsey/collection/src/Map\";i:18494;s:127:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/age-gate-user-registration/vendor/ramsey/collection/src/Tool\";i:6087;s:122:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/age-gate-user-registration/vendor/ramsey/collection/src\";i:82552;s:118:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/age-gate-user-registration/vendor/ramsey/collection\";i:96721;s:128:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/age-gate-user-registration/vendor/ramsey/uuid/src/Nonstandard\";i:11020;s:124:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/age-gate-user-registration/vendor/ramsey/uuid/src/Builder\";i:8244;s:124:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/age-gate-user-registration/vendor/ramsey/uuid/src/Rfc4122\";i:34949;s:123:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/age-gate-user-registration/vendor/ramsey/uuid/src/Fields\";i:2817;s:121:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/age-gate-user-registration/vendor/ramsey/uuid/src/Lazy\";i:17925;s:126:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/age-gate-user-registration/vendor/ramsey/uuid/src/Validator\";i:2394;s:122:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/age-gate-user-registration/vendor/ramsey/uuid/src/Codec\";i:15801;s:121:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/age-gate-user-registration/vendor/ramsey/uuid/src/Guid\";i:9765;s:126:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/age-gate-user-registration/vendor/ramsey/uuid/src/Generator\";i:27054;s:130:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/age-gate-user-registration/vendor/ramsey/uuid/src/Provider/Node\";i:11385;s:129:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/age-gate-user-registration/vendor/ramsey/uuid/src/Provider/Dce\";i:6609;s:130:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/age-gate-user-registration/vendor/ramsey/uuid/src/Provider/Time\";i:2267;s:125:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/age-gate-user-registration/vendor/ramsey/uuid/src/Provider\";i:22480;s:126:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/age-gate-user-registration/vendor/ramsey/uuid/src/Exception\";i:7811;s:131:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/age-gate-user-registration/vendor/ramsey/uuid/src/Converter/Time\";i:11458;s:133:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/age-gate-user-registration/vendor/ramsey/uuid/src/Converter/Number\";i:3801;s:126:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/age-gate-user-registration/vendor/ramsey/uuid/src/Converter\";i:18648;s:121:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/age-gate-user-registration/vendor/ramsey/uuid/src/Math\";i:13314;s:121:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/age-gate-user-registration/vendor/ramsey/uuid/src/Type\";i:14509;s:116:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/age-gate-user-registration/vendor/ramsey/uuid/src\";i:289674;s:112:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/age-gate-user-registration/vendor/ramsey/uuid\";i:298405;s:107:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/age-gate-user-registration/vendor/ramsey\";i:395126;s:100:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/age-gate-user-registration/vendor\";i:1811563;s:112:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/age-gate-user-registration/src/Admin/Settings\";i:4994;s:114:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/age-gate-user-registration/src/Admin/Controller\";i:816;s:103:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/age-gate-user-registration/src/Admin\";i:6361;s:104:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/age-gate-user-registration/src/Update\";i:520;s:105:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/age-gate-user-registration/src/Enqueue\";i:874;s:120:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/age-gate-user-registration/src/Resources/views/inputs\";i:3670;s:113:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/age-gate-user-registration/src/Resources/views\";i:6005;s:125:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/age-gate-user-registration/src/Resources/assets/scss/admin\";i:0;s:126:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/age-gate-user-registration/src/Resources/assets/scss/public\";i:861;s:119:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/age-gate-user-registration/src/Resources/assets/scss\";i:861;s:118:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/age-gate-user-registration/src/Resources/assets/img\";i:23371;s:123:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/age-gate-user-registration/src/Resources/assets/js/admin\";i:0;s:124:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/age-gate-user-registration/src/Resources/assets/js/public\";i:416;s:117:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/age-gate-user-registration/src/Resources/assets/js\";i:416;s:114:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/age-gate-user-registration/src/Resources/assets\";i:24648;s:107:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/age-gate-user-registration/src/Resources\";i:30653;s:106:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/age-gate-user-registration/src/Settings\";i:871;s:109:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/age-gate-user-registration/src/Integration\";i:15573;s:97:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/age-gate-user-registration/src\";i:55378;s:93:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/age-gate-user-registration\";i:1910594;s:88:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/coming-soon/languages\";i:995;s:103:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/coming-soon/resources/data-templates\";i:453963;s:94:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/coming-soon/resources/views\";i:65541;s:88:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/coming-soon/resources\";i:519504;s:91:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/coming-soon/app/includes\";i:168199;s:121:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/coming-soon/app/backwards/themes/default/bootstrap/css\";i:121865;s:120:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/coming-soon/app/backwards/themes/default/bootstrap/js\";i:37045;s:117:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/coming-soon/app/backwards/themes/default/bootstrap\";i:158910;s:114:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/coming-soon/app/backwards/themes/default/images\";i:835;s:107:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/coming-soon/app/backwards/themes/default\";i:163775;s:99:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/coming-soon/app/backwards/themes\";i:163775;s:92:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/coming-soon/app/backwards\";i:212005;s:82:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/coming-soon/app\";i:817122;s:106:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/coming-soon/public/lite/vue-backend/img\";i:8476;s:106:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/coming-soon/public/lite/vue-backend/css\";i:39483;s:105:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/coming-soon/public/lite/vue-backend/js\";i:3070166;s:102:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/coming-soon/public/lite/vue-backend\";i:3120775;s:90:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/coming-soon/public/lite\";i:3120775;s:100:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/coming-soon/public/img/drag-icons\";i:21613;s:103:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/coming-soon/public/img/font-previews\";i:55693;s:89:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/coming-soon/public/img\";i:792601;s:95:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/coming-soon/public/svg/logos\";i:157510;s:89:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/coming-soon/public/svg\";i:197481;s:89:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/coming-soon/public/css\";i:2241426;s:88:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/coming-soon/public/js\";i:405734;s:101:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/coming-soon/public/fontawesome/css\";i:59305;s:106:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/coming-soon/public/fontawesome/webfonts\";i:2929598;s:97:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/coming-soon/public/fontawesome\";i:2988903;s:85:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/coming-soon/public\";i:9746920;s:78:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/coming-soon\";i:11123776;s:93:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/disable-right-click-for-wp\";i:11758;s:136:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/powerpack-addon-for-beaver-builder/modules/pp-facebook-embed/includes\";i:1577;s:131:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/powerpack-addon-for-beaver-builder/modules/pp-facebook-embed/css\";i:51;s:130:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/powerpack-addon-for-beaver-builder/modules/pp-facebook-embed/js\";i:906;s:127:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/powerpack-addon-for-beaver-builder/modules/pp-facebook-embed\";i:7932;s:128:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/powerpack-addon-for-beaver-builder/modules/pp-spacer/includes\";i:2731;s:123:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/powerpack-addon-for-beaver-builder/modules/pp-spacer/css\";i:452;s:122:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/powerpack-addon-for-beaver-builder/modules/pp-spacer/js\";i:1435;s:119:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/powerpack-addon-for-beaver-builder/modules/pp-spacer\";i:13659;s:130:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/powerpack-addon-for-beaver-builder/modules/pp-infolist/includes\";i:11521;s:125:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/powerpack-addon-for-beaver-builder/modules/pp-infolist/css\";i:2769;s:124:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/powerpack-addon-for-beaver-builder/modules/pp-infolist/js\";i:5069;s:121:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/powerpack-addon-for-beaver-builder/modules/pp-infolist\";i:55444;s:136:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/powerpack-addon-for-beaver-builder/modules/pp-business-hours/includes\";i:8209;s:131:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/powerpack-addon-for-beaver-builder/modules/pp-business-hours/css\";i:630;s:130:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/powerpack-addon-for-beaver-builder/modules/pp-business-hours/js\";i:1268;s:127:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/powerpack-addon-for-beaver-builder/modules/pp-business-hours\";i:29538;s:136:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/powerpack-addon-for-beaver-builder/modules/pp-line-separator/includes\";i:7273;s:131:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/powerpack-addon-for-beaver-builder/modules/pp-line-separator/css\";i:1317;s:130:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/powerpack-addon-for-beaver-builder/modules/pp-line-separator/js\";i:646;s:127:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/powerpack-addon-for-beaver-builder/modules/pp-line-separator\";i:31360;s:135:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/powerpack-addon-for-beaver-builder/modules/pp-twitter-tweet/includes\";i:898;s:130:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/powerpack-addon-for-beaver-builder/modules/pp-twitter-tweet/css\";i:55;s:129:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/powerpack-addon-for-beaver-builder/modules/pp-twitter-tweet/js\";i:689;s:126:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/powerpack-addon-for-beaver-builder/modules/pp-twitter-tweet\";i:10297;s:138:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/powerpack-addon-for-beaver-builder/modules/pp-twitter-timeline/includes\";i:1308;s:133:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/powerpack-addon-for-beaver-builder/modules/pp-twitter-timeline/css\";i:286;s:132:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/powerpack-addon-for-beaver-builder/modules/pp-twitter-timeline/js\";i:689;s:129:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/powerpack-addon-for-beaver-builder/modules/pp-twitter-timeline\";i:12239;s:137:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/powerpack-addon-for-beaver-builder/modules/pp-twitter-buttons/includes\";i:2200;s:132:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/powerpack-addon-for-beaver-builder/modules/pp-twitter-buttons/css\";i:230;s:131:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/powerpack-addon-for-beaver-builder/modules/pp-twitter-buttons/js\";i:0;s:128:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/powerpack-addon-for-beaver-builder/modules/pp-twitter-buttons\";i:13331;s:134:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/powerpack-addon-for-beaver-builder/modules/pp-twitter-grid/includes\";i:709;s:129:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/powerpack-addon-for-beaver-builder/modules/pp-twitter-grid/css\";i:222;s:128:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/powerpack-addon-for-beaver-builder/modules/pp-twitter-grid/js\";i:680;s:125:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/powerpack-addon-for-beaver-builder/modules/pp-twitter-grid\";i:10459;s:136:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/powerpack-addon-for-beaver-builder/modules/pp-contact-form-7/includes\";i:16286;s:131:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/powerpack-addon-for-beaver-builder/modules/pp-contact-form-7/css\";i:1512;s:130:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/powerpack-addon-for-beaver-builder/modules/pp-contact-form-7/js\";i:1907;s:127:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/powerpack-addon-for-beaver-builder/modules/pp-contact-form-7\";i:66961;s:133:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/powerpack-addon-for-beaver-builder/modules/pp-breadcrumbs/includes\";i:4517;s:128:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/powerpack-addon-for-beaver-builder/modules/pp-breadcrumbs/css\";i:990;s:127:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/powerpack-addon-for-beaver-builder/modules/pp-breadcrumbs/js\";i:944;s:124:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/powerpack-addon-for-beaver-builder/modules/pp-breadcrumbs\";i:14694;s:133:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/powerpack-addon-for-beaver-builder/modules/pp-dual-button/includes\";i:24628;s:128:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/powerpack-addon-for-beaver-builder/modules/pp-dual-button/css\";i:15567;s:127:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/powerpack-addon-for-beaver-builder/modules/pp-dual-button/js\";i:2681;s:124:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/powerpack-addon-for-beaver-builder/modules/pp-dual-button\";i:71690;s:137:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/powerpack-addon-for-beaver-builder/modules/pp-facebook-button/includes\";i:1376;s:131:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/powerpack-addon-for-beaver-builder/modules/pp-facebook-button/js\";i:3387;s:128:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/powerpack-addon-for-beaver-builder/modules/pp-facebook-button\";i:10605;s:129:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/powerpack-addon-for-beaver-builder/modules/pp-heading/includes\";i:28312;s:124:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/powerpack-addon-for-beaver-builder/modules/pp-heading/css\";i:4923;s:123:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/powerpack-addon-for-beaver-builder/modules/pp-heading/js\";i:2629;s:120:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/powerpack-addon-for-beaver-builder/modules/pp-heading\";i:81524;s:135:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/powerpack-addon-for-beaver-builder/modules/pp-fancy-heading/includes\";i:2464;s:130:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/powerpack-addon-for-beaver-builder/modules/pp-fancy-heading/css\";i:1076;s:129:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/powerpack-addon-for-beaver-builder/modules/pp-fancy-heading/js\";i:1042;s:126:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/powerpack-addon-for-beaver-builder/modules/pp-fancy-heading\";i:15700;s:135:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/powerpack-addon-for-beaver-builder/modules/pp-facebook-page/includes\";i:1300;s:130:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/powerpack-addon-for-beaver-builder/modules/pp-facebook-page/css\";i:263;s:129:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/powerpack-addon-for-beaver-builder/modules/pp-facebook-page/js\";i:1999;s:126:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/powerpack-addon-for-beaver-builder/modules/pp-facebook-page\";i:8196;s:130:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/powerpack-addon-for-beaver-builder/modules/pp-iconlist/includes\";i:3937;s:125:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/powerpack-addon-for-beaver-builder/modules/pp-iconlist/css\";i:547;s:124:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/powerpack-addon-for-beaver-builder/modules/pp-iconlist/js\";i:727;s:121:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/powerpack-addon-for-beaver-builder/modules/pp-iconlist\";i:17210;s:129:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/powerpack-addon-for-beaver-builder/modules/pp-infobox/includes\";i:27575;s:124:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/powerpack-addon-for-beaver-builder/modules/pp-infobox/css\";i:4494;s:123:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/powerpack-addon-for-beaver-builder/modules/pp-infobox/js\";i:793;s:120:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/powerpack-addon-for-beaver-builder/modules/pp-infobox\";i:76083;s:139:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/powerpack-addon-for-beaver-builder/modules/pp-facebook-comments/includes\";i:795;s:133:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/powerpack-addon-for-beaver-builder/modules/pp-facebook-comments/js\";i:916;s:130:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/powerpack-addon-for-beaver-builder/modules/pp-facebook-comments\";i:5313;s:109:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/powerpack-addon-for-beaver-builder/modules\";i:552235;s:110:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/powerpack-addon-for-beaver-builder/includes\";i:98832;s:114:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/powerpack-addon-for-beaver-builder/classes/wpml\";i:13360;s:109:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/powerpack-addon-for-beaver-builder/classes\";i:111046;s:111:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/powerpack-addon-for-beaver-builder/languages\";i:311232;s:112:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/powerpack-addon-for-beaver-builder/assets/css\";i:173501;s:111:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/powerpack-addon-for-beaver-builder/assets/js\";i:178763;s:133:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/powerpack-addon-for-beaver-builder/assets/images/templates/400x400\";i:368426;s:125:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/powerpack-addon-for-beaver-builder/assets/images/templates\";i:726854;s:115:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/powerpack-addon-for-beaver-builder/assets/images\";i:726854;s:108:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/powerpack-addon-for-beaver-builder/assets\";i:1079118;s:101:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/powerpack-addon-for-beaver-builder\";i:2208175;s:98:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wpforms/includes/admin/overview\";i:21253;s:104:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wpforms/includes/admin/builder/panels\";i:56841;s:97:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wpforms/includes/admin/builder\";i:116035;s:89:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wpforms/includes/admin\";i:331069;s:93:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wpforms/includes/providers\";i:57307;s:93:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wpforms/includes/templates\";i:10746;s:90:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wpforms/includes/fields\";i:276305;s:100:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wpforms/includes/emails/templates\";i:20680;s:90:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wpforms/includes/emails\";i:41293;s:93:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wpforms/includes/functions\";i:127322;s:83:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wpforms/includes\";i:951576;s:132:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wpforms/vendor/tijsverkoyen/css-to-inline-styles/src/Css/Property\";i:4786;s:128:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wpforms/vendor/tijsverkoyen/css-to-inline-styles/src/Css/Rule\";i:6563;s:123:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wpforms/vendor/tijsverkoyen/css-to-inline-styles/src/Css\";i:13220;s:119:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wpforms/vendor/tijsverkoyen/css-to-inline-styles/src\";i:20553;s:115:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wpforms/vendor/tijsverkoyen/css-to-inline-styles\";i:22044;s:94:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wpforms/vendor/tijsverkoyen\";i:22044;s:128:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wpforms/vendor/woocommerce/action-scheduler/classes/abstracts\";i:75715;s:128:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wpforms/vendor/woocommerce/action-scheduler/classes/schedules\";i:10729;s:126:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wpforms/vendor/woocommerce/action-scheduler/classes/actions\";i:2769;s:128:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wpforms/vendor/woocommerce/action-scheduler/classes/migration\";i:25683;s:130:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wpforms/vendor/woocommerce/action-scheduler/classes/data-stores\";i:90102;s:125:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wpforms/vendor/woocommerce/action-scheduler/classes/WP_CLI\";i:19518;s:125:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wpforms/vendor/woocommerce/action-scheduler/classes/schema\";i:7503;s:118:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wpforms/vendor/woocommerce/action-scheduler/classes\";i:309808;s:121:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wpforms/vendor/woocommerce/action-scheduler/deprecated\";i:13295;s:130:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wpforms/vendor/woocommerce/action-scheduler/lib/cron-expression\";i:29942;s:114:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wpforms/vendor/woocommerce/action-scheduler/lib\";i:33750;s:110:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wpforms/vendor/woocommerce/action-scheduler\";i:406796;s:93:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wpforms/vendor/woocommerce\";i:406796;s:101:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wpforms/vendor/mk-j/php_xlsxwriter\";i:50845;s:86:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wpforms/vendor/mk-j\";i:50845;s:90:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wpforms/vendor/composer\";i:21026;s:109:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wpforms/vendor/true/punycode/src/Exception\";i:640;s:99:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wpforms/vendor/true/punycode/src\";i:11535;s:95:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wpforms/vendor/true/punycode\";i:12593;s:86:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wpforms/vendor/true\";i:12593;s:122:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wpforms/vendor/symfony/polyfill-iconv/Resources/charset\";i:1520367;s:114:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wpforms/vendor/symfony/polyfill-iconv/Resources\";i:1520367;s:104:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wpforms/vendor/symfony/polyfill-iconv\";i:1547713;s:107:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wpforms/vendor/symfony/css-selector/Node\";i:18821;s:117:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wpforms/vendor/symfony/css-selector/Parser/Handler\";i:10158;s:119:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wpforms/vendor/symfony/css-selector/Parser/Tokenizer\";i:7020;s:118:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wpforms/vendor/symfony/css-selector/Parser/Shortcut\";i:5746;s:109:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wpforms/vendor/symfony/css-selector/Parser\";i:44449;s:118:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wpforms/vendor/symfony/css-selector/XPath/Extension\";i:30971;s:108:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wpforms/vendor/symfony/css-selector/XPath\";i:42659;s:112:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wpforms/vendor/symfony/css-selector/Exception\";i:4299;s:102:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wpforms/vendor/symfony/css-selector\";i:113288;s:125:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wpforms/vendor/symfony/polyfill-mbstring/Resources/unidata\";i:55556;s:117:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wpforms/vendor/symfony/polyfill-mbstring/Resources\";i:55556;s:107:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wpforms/vendor/symfony/polyfill-mbstring\";i:91341;s:89:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wpforms/vendor/symfony\";i:1752342;s:104:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wpforms/vendor/stripe/stripe-php/data\";i:224085;s:112:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wpforms/vendor/stripe/stripe-php/lib/Terminal\";i:3680;s:114:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wpforms/vendor/stripe/stripe-php/lib/HttpClient\";i:18742;s:117:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wpforms/vendor/stripe/stripe-php/lib/ApiOperations\";i:11336;s:117:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wpforms/vendor/stripe/stripe-php/lib/BillingPortal\";i:1526;s:111:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wpforms/vendor/stripe/stripe-php/lib/Issuing\";i:17867;s:113:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wpforms/vendor/stripe/stripe-php/lib/Reporting\";i:4440;s:119:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wpforms/vendor/stripe/stripe-php/lib/Exception/OAuth\";i:2564;s:113:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wpforms/vendor/stripe/stripe-php/lib/Exception\";i:15369;s:120:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wpforms/vendor/stripe/stripe-php/lib/Service/Terminal\";i:6816;s:125:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wpforms/vendor/stripe/stripe-php/lib/Service/BillingPortal\";i:1186;s:119:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wpforms/vendor/stripe/stripe-php/lib/Service/Issuing\";i:14308;s:121:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wpforms/vendor/stripe/stripe-php/lib/Service/Reporting\";i:3853;s:120:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wpforms/vendor/stripe/stripe-php/lib/Service/Checkout\";i:2795;s:117:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wpforms/vendor/stripe/stripe-php/lib/Service/Radar\";i:7409;s:117:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wpforms/vendor/stripe/stripe-php/lib/Service/Sigma\";i:1720;s:111:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wpforms/vendor/stripe/stripe-php/lib/Service\";i:203902;s:112:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wpforms/vendor/stripe/stripe-php/lib/Checkout\";i:6566;s:109:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wpforms/vendor/stripe/stripe-php/lib/Radar\";i:5183;s:109:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wpforms/vendor/stripe/stripe-php/lib/Sigma\";i:1783;s:108:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wpforms/vendor/stripe/stripe-php/lib/Util\";i:24452;s:103:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wpforms/vendor/stripe/stripe-php/lib\";i:699359;s:99:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wpforms/vendor/stripe/stripe-php\";i:936596;s:88:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wpforms/vendor/stripe\";i:936596;s:81:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wpforms/vendor\";i:3202420;s:112:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wpforms/libs/bjeavons/zxcvbn-php/src/Matchers\";i:1141618;s:103:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wpforms/libs/bjeavons/zxcvbn-php/src\";i:1161925;s:99:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wpforms/libs/bjeavons/zxcvbn-php\";i:1167067;s:88:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wpforms/libs/bjeavons\";i:1167067;s:79:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wpforms/libs\";i:1167067;s:96:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wpforms/templates/admin/forms\";i:2360;s:101:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wpforms/templates/admin/components\";i:4223;s:106:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wpforms/templates/admin/payments/single\";i:11955;s:99:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wpforms/templates/admin/payments\";i:15002;s:112:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wpforms/templates/admin/empty-states/payments\";i:3141;s:103:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wpforms/templates/admin/empty-states\";i:4601;s:96:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wpforms/templates/admin/pages\";i:6671;s:107:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wpforms/templates/admin/dashboard/widget\";i:2941;s:100:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wpforms/templates/admin/dashboard\";i:2941;s:100:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wpforms/templates/admin/challenge\";i:11294;s:108:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wpforms/templates/admin/form-embed-wizard\";i:5370;s:99:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wpforms/templates/admin/settings\";i:3494;s:90:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wpforms/templates/admin\";i:62385;s:100:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wpforms/templates/builder/payment\";i:1143;s:102:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wpforms/templates/builder/revisions\";i:4170;s:103:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wpforms/templates/builder/fullscreen\";i:3658;s:101:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wpforms/templates/builder/antispam\";i:1203;s:92:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wpforms/templates/builder\";i:20101;s:109:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wpforms/templates/education/admin/payments\";i:1189;s:121:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wpforms/templates/education/admin/settings/geolocation\";i:4412;s:109:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wpforms/templates/education/admin/settings\";i:5557;s:100:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wpforms/templates/education/admin\";i:6746;s:94:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wpforms/templates/education\";i:6746;s:112:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wpforms/templates/fields/internal-information\";i:1880;s:99:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wpforms/templates/fields/content\";i:2206;s:105:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wpforms/templates/fields/number-slider\";i:2112;s:91:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wpforms/templates/fields\";i:6198;s:91:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wpforms/templates/emails\";i:14302;s:107:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wpforms/templates/integrations/elementor\";i:1995;s:97:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wpforms/templates/integrations\";i:1995;s:84:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wpforms/templates\";i:113714;s:98:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wpforms/src/Admin/Notifications\";i:38435;s:99:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wpforms/src/Admin/Builder/Traits\";i:15233;s:92:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wpforms/src/Admin/Builder\";i:110151;s:91:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wpforms/src/Admin/Addons\";i:11231;s:94:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wpforms/src/Admin/Dashboard\";i:7729;s:90:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wpforms/src/Admin/Pages\";i:43488;s:101:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wpforms/src/Admin/Settings/Captcha\";i:20994;s:93:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wpforms/src/Admin/Settings\";i:33395;s:95:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wpforms/src/Admin/Forms/Ajax\";i:6789;s:90:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wpforms/src/Admin/Forms\";i:51746;s:108:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wpforms/src/Admin/Payments/Views/Overview\";i:66761;s:99:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wpforms/src/Admin/Payments/Views\";i:92063;s:93:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wpforms/src/Admin/Payments\";i:100354;s:92:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wpforms/src/Admin/Helpers\";i:15383;s:96:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wpforms/src/Admin/Tools/Views\";i:53485;s:100:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wpforms/src/Admin/Tools/Importers\";i:57599;s:90:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wpforms/src/Admin/Tools\";i:116175;s:91:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wpforms/src/Admin/Traits\";i:11717;s:109:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wpforms/src/Admin/Education/Admin/Settings\";i:4429;s:100:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wpforms/src/Admin/Education/Admin\";i:4429;s:102:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wpforms/src/Admin/Education/Builder\";i:15528;s:94:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wpforms/src/Admin/Education\";i:40852;s:84:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wpforms/src/Admin\";i:647951;s:97:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wpforms/src/SmartTags/SmartTag\";i:24887;s:88:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wpforms/src/SmartTags\";i:35459;s:119:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wpforms/src/Pro/Admin/Builder/Notifications/Advanced\";i:34683;s:110:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wpforms/src/Pro/Admin/Builder/Notifications\";i:34683;s:96:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wpforms/src/Pro/Admin/Builder\";i:46027;s:95:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wpforms/src/Pro/Admin/Addons\";i:3885;s:105:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wpforms/src/Pro/Admin/Entries/Overview\";i:29988;s:103:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wpforms/src/Pro/Admin/Entries/Export\";i:59712;s:96:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wpforms/src/Pro/Admin/Entries\";i:154041;s:94:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wpforms/src/Pro/Admin/Pages\";i:11238;s:97:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wpforms/src/Pro/Admin/Settings\";i:10823;s:112:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wpforms/src/Pro/Admin/Education/Admin/Entries\";i:2733;s:113:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wpforms/src/Pro/Admin/Education/Admin/Settings\";i:1074;s:104:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wpforms/src/Pro/Admin/Education/Admin\";i:16697;s:106:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wpforms/src/Pro/Admin/Education/Builder\";i:5908;s:98:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wpforms/src/Pro/Admin/Education\";i:27117;s:88:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wpforms/src/Pro/Admin\";i:289846;s:101:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wpforms/src/Pro/SmartTags/SmartTag\";i:2088;s:92:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wpforms/src/Pro/SmartTags\";i:4098;s:91:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wpforms/src/Pro/Frontend\";i:1925;s:105:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wpforms/src/Pro/Integrations/Elementor\";i:1124;s:106:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wpforms/src/Pro/Integrations/PopupMaker\";i:1716;s:105:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wpforms/src/Pro/Integrations/Gutenberg\";i:1496;s:107:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wpforms/src/Pro/Integrations/LiteConnect\";i:33486;s:113:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wpforms/src/Pro/Integrations/TranslationsPress\";i:11452;s:100:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wpforms/src/Pro/Integrations/Divi\";i:1986;s:101:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wpforms/src/Pro/Integrations/WPorg\";i:2763;s:95:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wpforms/src/Pro/Integrations\";i:54023;s:89:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wpforms/src/Pro/Access\";i:22653;s:90:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wpforms/src/Pro/Reports\";i:7156;s:105:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wpforms/src/Pro/Forms/Fields/Pagebreak\";i:4261;s:104:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wpforms/src/Pro/Forms/Fields/Richtext\";i:2396;s:101:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wpforms/src/Pro/Forms/Fields/Radio\";i:442;s:101:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wpforms/src/Pro/Forms/Fields/Phone\";i:1175;s:100:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wpforms/src/Pro/Forms/Fields/Name\";i:1088;s:104:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wpforms/src/Pro/Forms/Fields/DateTime\";i:6343;s:106:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wpforms/src/Pro/Forms/Fields/FileUpload\";i:17517;s:101:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wpforms/src/Pro/Forms/Fields/Email\";i:2036;s:104:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wpforms/src/Pro/Forms/Fields/Checkbox\";i:451;s:102:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wpforms/src/Pro/Forms/Fields/Traits\";i:1078;s:100:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wpforms/src/Pro/Forms/Fields/Base\";i:2155;s:108:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wpforms/src/Pro/Forms/Fields/PaymentTotal\";i:1054;s:102:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wpforms/src/Pro/Forms/Fields/Layout\";i:17607;s:102:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wpforms/src/Pro/Forms/Fields/Select\";i:445;s:106:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wpforms/src/Pro/Forms/Fields/CreditCard\";i:5833;s:103:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wpforms/src/Pro/Forms/Fields/Address\";i:1365;s:95:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wpforms/src/Pro/Forms/Fields\";i:65246;s:88:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wpforms/src/Pro/Forms\";i:65759;s:90:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wpforms/src/Pro/Helpers\";i:11878;s:91:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wpforms/src/Pro/AntiSpam\";i:24529;s:96:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wpforms/src/Pro/Tasks/Actions\";i:26708;s:88:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wpforms/src/Pro/Tasks\";i:26708;s:93:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wpforms/src/Pro/Migrations\";i:18591;s:82:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wpforms/src/Pro\";i:528139;s:87:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wpforms/src/Frontend\";i:109930;s:106:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wpforms/src/Providers/Provider/Settings\";i:25614;s:97:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wpforms/src/Providers/Provider\";i:34336;s:88:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wpforms/src/Providers\";i:36043;s:102:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wpforms/src/Integrations/WPMailSMTP\";i:5536;s:106:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wpforms/src/Integrations/DefaultContent\";i:1719;s:96:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wpforms/src/Integrations/SMTP\";i:8464;s:105:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wpforms/src/Integrations/UsageTracking\";i:19746;s:101:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wpforms/src/Integrations/Elementor\";i:13482;s:105:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wpforms/src/Integrations/DefaultThemes\";i:5768;s:101:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wpforms/src/Integrations/Gutenberg\";i:21667;s:103:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wpforms/src/Integrations/LiteConnect\";i:27477;s:119:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wpforms/src/Integrations/Stripe/Admin/Builder/Traits\";i:6109;s:112:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wpforms/src/Integrations/Stripe/Admin/Builder\";i:14365;s:104:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wpforms/src/Integrations/Stripe/Admin\";i:36886;s:112:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wpforms/src/Integrations/Stripe/Fields/Traits\";i:9514;s:105:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wpforms/src/Integrations/Stripe/Fields\";i:31161;s:102:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wpforms/src/Integrations/Stripe/Api\";i:32368;s:98:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wpforms/src/Integrations/Stripe\";i:142981;s:96:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wpforms/src/Integrations/Divi\";i:9285;s:108:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wpforms/src/Integrations/UncannyAutomator\";i:5270;s:97:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wpforms/src/Integrations/WPorg\";i:3717;s:91:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wpforms/src/Integrations\";i:267949;s:95:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wpforms/src/Emails/Templates\";i:9802;s:85:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wpforms/src/Emails\";i:37411;s:85:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wpforms/src/Access\";i:1373;s:105:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wpforms/src/Forms/Fields/PaymentSelect\";i:16833;s:105:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wpforms/src/Forms/Fields/PaymentSingle\";i:12734;s:96:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wpforms/src/Forms/Fields/Base\";i:699;s:107:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wpforms/src/Forms/Fields/PaymentCheckbox\";i:18276;s:104:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wpforms/src/Forms/Fields/PaymentTotal\";i:7300;s:107:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wpforms/src/Forms/Fields/PaymentMultiple\";i:16843;s:91:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wpforms/src/Forms/Fields\";i:72685;s:84:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wpforms/src/Forms\";i:145020;s:86:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wpforms/src/Helpers\";i:58140;s:85:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wpforms/src/Logger\";i:31986;s:92:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wpforms/src/Tasks/Actions\";i:32896;s:84:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wpforms/src/Tasks\";i:51229;s:89:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wpforms/src/Migrations\";i:23578;s:90:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wpforms/src/Db/Payments\";i:24755;s:81:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wpforms/src/Db\";i:24755;s:78:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wpforms/src\";i:2020196;s:101:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wpforms/pro/includes/admin/entries\";i:129846;s:93:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wpforms/pro/includes/admin\";i:169641;s:96:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wpforms/pro/includes/payments\";i:11218;s:94:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wpforms/pro/includes/fields\";i:350262;s:87:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wpforms/pro/includes\";i:636467;s:107:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wpforms/pro/templates/admin/empty-states\";i:1391;s:106:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wpforms/pro/templates/admin/entry-print\";i:16234;s:107:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wpforms/pro/templates/admin/lite-connect\";i:1600;s:115:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wpforms/pro/templates/admin/entries/single-entry\";i:3101;s:102:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wpforms/pro/templates/admin/entries\";i:3101;s:94:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wpforms/pro/templates/admin\";i:28237;s:115:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wpforms/pro/templates/builder/payments/recurring\";i:911;s:105:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wpforms/pro/templates/builder/payments\";i:911;s:105:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wpforms/pro/templates/builder/antispam\";i:642;s:96:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wpforms/pro/templates/builder\";i:1553;s:113:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wpforms/pro/templates/education/admin/settings\";i:1671;s:112:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wpforms/pro/templates/education/admin/entries\";i:11765;s:104:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wpforms/pro/templates/education/admin\";i:15516;s:106:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wpforms/pro/templates/education/builder\";i:3082;s:98:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wpforms/pro/templates/education\";i:18598;s:95:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wpforms/pro/templates/fields\";i:5835;s:88:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wpforms/pro/templates\";i:54223;s:78:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wpforms/pro\";i:747967;s:87:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wpforms/assets/fonts\";i:16607;s:91:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wpforms/assets/languages\";i:286014;s:95:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wpforms/assets/pro/languages\";i:105096;s:105:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wpforms/assets/pro/css/frontend/modern\";i:212944;s:98:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wpforms/assets/pro/css/frontend\";i:212944;s:104:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wpforms/assets/pro/css/fields/content\";i:25989;s:105:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wpforms/assets/pro/css/fields/richtext\";i:113915;s:102:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wpforms/assets/pro/css/fields/phone\";i:325136;s:96:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wpforms/assets/pro/css/fields\";i:553448;s:107:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wpforms/assets/pro/css/integrations/divi\";i:1617169;s:102:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wpforms/assets/pro/css/integrations\";i:1617169;s:89:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wpforms/assets/pro/css\";i:3018864;s:102:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wpforms/assets/pro/js/admin/builder\";i:102100;s:104:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wpforms/assets/pro/js/admin/education\";i:12438;s:94:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wpforms/assets/pro/js/admin\";i:265184;s:95:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wpforms/assets/pro/js/fields\";i:27120;s:88:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wpforms/assets/pro/js\";i:436209;s:104:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wpforms/assets/pro/lib/intl-tel-input\";i:283029;s:89:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wpforms/assets/pro/lib\";i:406187;s:99:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wpforms/assets/pro/images/layout\";i:14316;s:99:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wpforms/assets/pro/images/vendor\";i:245226;s:101:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wpforms/assets/pro/images/richtext\";i:15600;s:109:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wpforms/assets/pro/images/entries/payments\";i:1558;s:100:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wpforms/assets/pro/images/entries\";i:1558;s:92:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wpforms/assets/pro/images\";i:462252;s:85:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wpforms/assets/pro\";i:4428608;s:91:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wpforms/assets/css/admin\";i:81380;s:93:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wpforms/assets/css/builder\";i:1219316;s:101:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wpforms/assets/css/frontend/modern\";i:583624;s:102:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wpforms/assets/css/frontend/classic\";i:478822;s:94:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wpforms/assets/css/frontend\";i:1064869;s:101:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wpforms/assets/css/emails/partials\";i:2808;s:92:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wpforms/assets/css/emails\";i:107629;s:103:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wpforms/assets/css/integrations/divi\";i:3035956;s:105:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wpforms/assets/css/integrations/stripe\";i:105234;s:98:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wpforms/assets/css/integrations\";i:3141190;s:85:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wpforms/assets/css\";i:7441900;s:98:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wpforms/assets/js/admin/builder\";i:5134;s:90:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wpforms/assets/js/admin\";i:5134;s:107:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wpforms/assets/js/components/admin/forms\";i:43379;s:109:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wpforms/assets/js/components/admin/builder\";i:114799;s:110:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wpforms/assets/js/components/admin/payments\";i:34301;s:111:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wpforms/assets/js/components/admin/education\";i:17740;s:107:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wpforms/assets/js/components/admin/pages\";i:24950;s:108:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wpforms/assets/js/components/admin/fields\";i:49102;s:111:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wpforms/assets/js/components/admin/challenge\";i:53380;s:111:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wpforms/assets/js/components/admin/gutenberg\";i:201308;s:108:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wpforms/assets/js/components/admin/logger\";i:3133;s:101:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wpforms/assets/js/components/admin\";i:584695;s:95:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wpforms/assets/js/components\";i:584695;s:102:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wpforms/assets/js/integrations/divi\";i:275520;s:107:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wpforms/assets/js/integrations/elementor\";i:20307;s:104:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wpforms/assets/js/integrations/stripe\";i:79321;s:97:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wpforms/assets/js/integrations\";i:375148;s:84:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wpforms/assets/js\";i:1692331;s:90:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wpforms/assets/lib/lity\";i:8371;s:100:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wpforms/assets/lib/jquery.confirm\";i:50760;s:95:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wpforms/assets/lib/flatpickr\";i:65753;s:103:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wpforms/assets/lib/jquery.timepicker\";i:16638;s:104:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wpforms/assets/lib/font-awesome/fonts\";i:950853;s:98:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wpforms/assets/lib/font-awesome\";i:983257;s:103:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wpforms/assets/lib/jquery.minicolors\";i:20394;s:104:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wpforms/assets/lib/jquery.tooltipster\";i:46842;s:85:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wpforms/assets/lib\";i:1604831;s:98:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wpforms/assets/images/analytics\";i:161340;s:98:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wpforms/assets/images/community\";i:18623;s:96:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wpforms/assets/images/builder\";i:103961;s:110:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wpforms/assets/images/geolocation-education\";i:326758;s:104:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wpforms/assets/images/payments/single\";i:10173;s:104:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wpforms/assets/images/payments/status\";i:4591;s:97:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wpforms/assets/images/payments\";i:20563;s:110:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wpforms/assets/images/empty-states/payments\";i:125520;s:101:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wpforms/assets/images/empty-states\";i:227482;s:106:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wpforms/assets/images/integrations/divi\";i:692;s:116:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wpforms/assets/images/integrations/elementor/font\";i:18380;s:111:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wpforms/assets/images/integrations/elementor\";i:37539;s:111:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wpforms/assets/images/integrations/gutenberg\";i:4966;s:108:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wpforms/assets/images/integrations/stripe\";i:8026;s:101:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wpforms/assets/images/integrations\";i:51223;s:98:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wpforms/assets/images/challenge\";i:115111;s:93:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wpforms/assets/images/smtp\";i:109842;s:95:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wpforms/assets/images/stripe\";i:4303;s:94:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wpforms/assets/images/about\";i:372528;s:106:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wpforms/assets/images/admin-flyout-menu\";i:8689;s:101:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wpforms/assets/images/lite-connect\";i:6519;s:98:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wpforms/assets/images/anti-spam\";i:14012;s:105:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wpforms/assets/images/constant-contact\";i:395429;s:109:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wpforms/assets/images/lite-settings-access\";i:1150555;s:88:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wpforms/assets/images\";i:3569117;s:81:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wpforms/assets\";i:19039408;s:74:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wpforms\";i:27385042;s:101:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/includes/admin/reports\";i:166998;s:105:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/includes/admin/list-tables\";i:56985;s:99:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/includes/admin/notes\";i:13619;s:110:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/includes/admin/meta-boxes/views\";i:132207;s:104:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/includes/admin/meta-boxes\";i:219709;s:106:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/includes/admin/helper/views\";i:15406;s:100:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/includes/admin/helper\";i:102250;s:127:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/includes/admin/marketplace-suggestions/templates\";i:1574;s:123:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/includes/admin/marketplace-suggestions/views\";i:287;s:117:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/includes/admin/marketplace-suggestions\";i:10184;s:99:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/includes/admin/views\";i:123072;s:114:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/includes/admin/plugin-updates/views\";i:2685;s:108:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/includes/admin/plugin-updates\";i:18386;s:108:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/includes/admin/settings/views\";i:48368;s:102:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/includes/admin/settings\";i:160355;s:112:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/includes/admin/importers/mappings\";i:9091;s:109:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/includes/admin/importers/views\";i:12752;s:103:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/includes/admin/importers\";i:57532;s:93:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/includes/admin\";i:1450298;s:117:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/includes/shipping/legacy-free-shipping\";i:7209;s:122:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/includes/shipping/legacy-flat-rate/includes\";i:5093;s:113:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/includes/shipping/legacy-flat-rate\";i:17093;s:109:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/includes/shipping/local-pickup\";i:2807;s:115:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/includes/shipping/flat-rate/includes\";i:3407;s:106:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/includes/shipping/flat-rate\";i:11337;s:110:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/includes/shipping/free-shipping\";i:7112;s:118:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/includes/shipping/legacy-local-delivery\";i:5881;s:126:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/includes/shipping/legacy-international-delivery\";i:2643;s:116:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/includes/shipping/legacy-local-pickup\";i:6892;s:96:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/includes/shipping\";i:60974;s:94:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/includes/import\";i:54786;s:94:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/includes/blocks\";i:2122;s:97:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/includes/abstracts\";i:258518;s:100:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/includes/log-handlers\";i:22773;s:97:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/includes/libraries\";i:26600;s:98:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/includes/interfaces\";i:35472;s:94:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/includes/traits\";i:2124;s:91:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/includes/cli\";i:38371;s:106:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/includes/rest-api/Utilities\";i:2852;s:118:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/includes/rest-api/Controllers/Telemetry\";i:3406;s:117:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/includes/rest-api/Controllers/Version3\";i:340076;s:117:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/includes/rest-api/Controllers/Version2\";i:439633;s:117:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/includes/rest-api/Controllers/Version1\";i:396543;s:108:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/includes/rest-api/Controllers\";i:1179658;s:96:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/includes/rest-api\";i:1192924;s:101:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/includes/theme-support\";i:25675;s:102:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/includes/payment-tokens\";i:6598;s:94:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/includes/emails\";i:98992;s:101:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/includes/tracks/events\";i:44208;s:94:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/includes/tracks\";i:67952;s:126:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/includes/integrations/maxmind-geolocation/views\";i:839;s:120:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/includes/integrations/maxmind-geolocation\";i:15063;s:100:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/includes/integrations\";i:15063;s:95:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/includes/widgets\";i:60578;s:98:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/includes/customizer\";i:31206;s:94:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/includes/export\";i:41111;s:99:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/includes/data-stores\";i:333636;s:101:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/includes/legacy/api/v1\";i:119753;s:101:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/includes/legacy/api/v3\";i:315747;s:101:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/includes/legacy/api/v2\";i:257294;s:98:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/includes/legacy/api\";i:730589;s:94:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/includes/legacy\";i:817055;s:93:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/includes/queue\";i:8898;s:95:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/includes/walkers\";i:8177;s:106:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/includes/react-admin/emails\";i:3687;s:99:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/includes/react-admin\";i:33959;s:98:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/includes/shortcodes\";i:50878;s:103:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/includes/gateways/cheque\";i:4604;s:112:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/includes/gateways/paypal/includes\";i:54515;s:113:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/includes/gateways/paypal/assets/js\";i:2162;s:117:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/includes/gateways/paypal/assets/images\";i:2454;s:110:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/includes/gateways/paypal/assets\";i:4616;s:103:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/includes/gateways/paypal\";i:77003;s:101:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/includes/gateways/bacs\";i:14577;s:100:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/includes/gateways/cod\";i:12952;s:96:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/includes/gateways\";i:115407;s:117:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/includes/wccom-site/rest-api/endpoints\";i:11513;s:107:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/includes/wccom-site/rest-api\";i:17775;s:130:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/includes/wccom-site/installation/installation-steps\";i:10811;s:111:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/includes/wccom-site/installation\";i:27453;s:98:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/includes/wccom-site\";i:72158;s:87:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/includes\";i:7014192;s:124:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/vendor/sabberworm/php-css-parser/src/Property\";i:12540;s:123:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/vendor/sabberworm/php-css-parser/src/RuleSet\";i:41962;s:120:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/vendor/sabberworm/php-css-parser/src/Rule\";i:10160;s:123:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/vendor/sabberworm/php-css-parser/src/CSSList\";i:29203;s:123:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/vendor/sabberworm/php-css-parser/src/Parsing\";i:16119;s:121:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/vendor/sabberworm/php-css-parser/src/Value\";i:33050;s:123:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/vendor/sabberworm/php-css-parser/src/Comment\";i:1617;s:115:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/vendor/sabberworm/php-css-parser/src\";i:161410;s:111:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/vendor/sabberworm/php-css-parser\";i:162514;s:96:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/vendor/sabberworm\";i:162514;s:119:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/vendor/automattic/jetpack-autoloader/src\";i:81237;s:115:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/vendor/automattic/jetpack-autoloader\";i:81237;s:118:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/vendor/automattic/jetpack-constants/src\";i:3370;s:114:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/vendor/automattic/jetpack-constants\";i:3370;s:96:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/vendor/automattic\";i:84607;s:89:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/vendor/bin\";i:19348;s:104:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/vendor/jetpack-autoloader\";i:51170;s:115:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/vendor/pelago/emogrifier/src/Caching\";i:2073;s:111:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/vendor/pelago/emogrifier/src/Css\";i:8803;s:121:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/vendor/pelago/emogrifier/src/HtmlProcessor\";i:30875;s:117:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/vendor/pelago/emogrifier/src/Utilities\";i:8638;s:107:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/vendor/pelago/emogrifier/src\";i:93292;s:103:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/vendor/pelago/emogrifier\";i:94360;s:92:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/vendor/pelago\";i:94360;s:129:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/vendor/composer/installers/src/Composer/Installers\";i:77612;s:118:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/vendor/composer/installers/src/Composer\";i:77612;s:109:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/vendor/composer/installers/src\";i:78080;s:105:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/vendor/composer/installers\";i:79355;s:94:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/vendor/composer\";i:665838;s:113:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/vendor/maxmind-db/reader/ext/tests\";i:709;s:107:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/vendor/maxmind-db/reader/ext\";i:31960;s:125:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/vendor/maxmind-db/reader/src/MaxMind/Db/Reader\";i:14712;s:118:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/vendor/maxmind-db/reader/src/MaxMind/Db\";i:26352;s:115:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/vendor/maxmind-db/reader/src/MaxMind\";i:26352;s:107:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/vendor/maxmind-db/reader/src\";i:26352;s:103:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/vendor/maxmind-db/reader\";i:73510;s:96:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/vendor/maxmind-db\";i:73510;s:124:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/vendor/symfony/polyfill-php80/Resources/stubs\";i:2168;s:118:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/vendor/symfony/polyfill-php80/Resources\";i:2168;s:108:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/vendor/symfony/polyfill-php80\";i:10522;s:111:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/vendor/symfony/css-selector/Node\";i:17182;s:121:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/vendor/symfony/css-selector/Parser/Handler\";i:10164;s:123:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/vendor/symfony/css-selector/Parser/Tokenizer\";i:6588;s:122:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/vendor/symfony/css-selector/Parser/Shortcut\";i:5802;s:113:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/vendor/symfony/css-selector/Parser\";i:42755;s:122:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/vendor/symfony/css-selector/XPath/Extension\";i:29007;s:112:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/vendor/symfony/css-selector/XPath\";i:39841;s:116:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/vendor/symfony/css-selector/Exception\";i:4181;s:106:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/vendor/symfony/css-selector\";i:107180;s:93:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/vendor/symfony\";i:117702;s:85:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/vendor\";i:1270137;s:93:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/i18n/languages\";i:1617266;s:83:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/i18n\";i:1878318;s:90:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/sample-data\";i:220033;s:97:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/templates/checkout\";i:33307;s:98:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/templates/myaccount\";i:48026;s:93:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/templates/cart\";i:31702;s:94:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/templates/order\";i:17646;s:96:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/templates/notices\";i:2782;s:95:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/templates/global\";i:10172;s:93:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/templates/loop\";i:10473;s:101:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/templates/emails/plain\";i:35717;s:95:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/templates/emails\";i:86235;s:93:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/templates/auth\";i:6753;s:108:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/templates/single-product/tabs\";i:3986;s:115:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/templates/single-product/add-to-cart\";i:15573;s:103:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/templates/single-product\";i:42621;s:88:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/templates\";i:315667;s:97:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/src/Admin/Composer\";i:2432;s:104:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/src/Admin/PluginsProvider\";i:2800;s:126:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/src/Admin/RemoteInboxNotifications/Transformers\";i:7998;s:113:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/src/Admin/RemoteInboxNotifications\";i:68776;s:114:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/src/Admin/API/Reports/Revenue/Stats\";i:15901;s:108:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/src/Admin/API/Reports/Revenue\";i:17500;s:112:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/src/Admin/API/Reports/Stock/Stats\";i:8866;s:106:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/src/Admin/API/Reports/Stock\";i:27500;s:113:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/src/Admin/API/Reports/Orders/Stats\";i:70306;s:107:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/src/Admin/API/Reports/Orders\";i:111763;s:112:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/src/Admin/API/Reports/Taxes/Stats\";i:30365;s:106:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/src/Admin/API/Reports/Taxes\";i:53302;s:111:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/src/Admin/API/Reports/Categories\";i:24444;s:107:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/src/Admin/API/Reports/Import\";i:8776;s:107:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/src/Admin/API/Reports/Export\";i:6937;s:116:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/src/Admin/API/Reports/Customers/Stats\";i:22011;s:110:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/src/Admin/API/Reports/Customers\";i:78779;s:115:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/src/Admin/API/Reports/Products/Stats\";i:35658;s:109:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/src/Admin/API/Reports/Products\";i:69433;s:117:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/src/Admin/API/Reports/Variations/Stats\";i:37308;s:111:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/src/Admin/API/Reports/Variations\";i:72013;s:116:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/src/Admin/API/Reports/Downloads/Files\";i:594;s:116:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/src/Admin/API/Reports/Downloads/Stats\";i:21583;s:110:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/src/Admin/API/Reports/Downloads\";i:50988;s:114:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/src/Admin/API/Reports/Coupons/Stats\";i:37798;s:108:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/src/Admin/API/Reports/Coupons\";i:66213;s:122:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/src/Admin/API/Reports/PerformanceIndicators\";i:19355;s:100:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/src/Admin/API/Reports\";i:721874;s:102:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/src/Admin/API/Templates\";i:6234;s:92:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/src/Admin/API\";i:1001801;s:94:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/src/Admin/Notes\";i:74220;s:98:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/src/Admin/Marketing\";i:27033;s:105:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/src/Admin/DateTimeProvider\";i:885;s:99:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/src/Admin/Schedulers\";i:9968;s:98:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/src/Admin/Overrides\";i:11224;s:123:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/src/Admin/Features/PaymentGatewaySuggestions\";i:44303;s:124:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/src/Admin/Features/ShippingPartnerSuggestions\";i:10743;s:108:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/src/Admin/Features/Navigation\";i:47526;s:119:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/src/Admin/Features/OnboardingTasks/Tasks\";i:41613;s:113:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/src/Admin/Features/OnboardingTasks\";i:84231;s:116:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/src/Admin/Features/ProductBlockEditor\";i:20246;s:97:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/src/Admin/Features\";i:227783;s:88:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/src/Admin\";i:1501055;s:119:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/src/Database/Migrations/CustomOrderTable\";i:40791;s:102:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/src/Database/Migrations\";i:103964;s:91:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/src/Database\";i:103964;s:90:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/src/Caching\";i:20638;s:89:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/src/Caches\";i:3406;s:92:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/src/Utilities\";i:33221;s:90:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/src/Proxies\";i:5142;s:99:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/src/Checkout/Helpers\";i:8657;s:91:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/src/Checkout\";i:8657;s:108:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/src/Internal/Admin/Onboarding\";i:39870;s:114:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/src/Internal/Admin/Orders/MetaBoxes\";i:13735;s:104:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/src/Internal/Admin/Orders\";i:87814;s:103:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/src/Internal/Admin/Notes\";i:108237;s:109:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/src/Internal/Admin/ProductForm\";i:15030;s:112:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/src/Internal/Admin/WCPayPromotion\";i:7500;s:118:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/src/Internal/Admin/RemoteFreeExtensions\";i:28615;s:107:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/src/Internal/Admin/Marketing\";i:5773;s:108:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/src/Internal/Admin/Schedulers\";i:21501;s:112:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/src/Internal/Admin/ProductReviews\";i:73843;s:97:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/src/Internal/Admin\";i:553489;s:134:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/src/Internal/ProductDownloads/ApprovedDirectories/Admin\";i:29372;s:128:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/src/Internal/ProductDownloads/ApprovedDirectories\";i:53710;s:108:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/src/Internal/ProductDownloads\";i:53710;s:98:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/src/Internal/Orders\";i:13289;s:100:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/src/Internal/Settings\";i:1628;s:107:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/src/Internal/BatchProcessing\";i:18762;s:97:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/src/Internal/WCCom\";i:685;s:101:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/src/Internal/Utilities\";i:34168;s:109:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/src/Internal/DataStores/Orders\";i:195134;s:102:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/src/Internal/DataStores\";i:200214;s:115:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/src/Internal/ProductAttributesLookup\";i:56649;s:98:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/src/Internal/Traits\";i:8165;s:100:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/src/Internal/Features\";i:42292;s:129:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/src/Internal/DependencyManagement/ServiceProviders\";i:18929;s:112:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/src/Internal/DependencyManagement\";i:33914;s:91:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/src/Internal\";i:1033545;s:82:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/src\";i:2721169;s:98:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/client/admin/config\";i:1788;s:91:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/client/admin\";i:1788;s:85:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/client\";i:1788;s:91:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/assets/fonts\";i:94747;s:116:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/assets/client/admin/marketing-coupons\";i:27840;s:115:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/assets/client/admin/wp-admin-scripts\";i:209246;s:109:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/assets/client/admin/navigation\";i:42055;s:113:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/assets/client/admin/profile-wizard\";i:19708;s:123:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/assets/client/admin/analytics-report-revenue\";i:5055;s:117:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/assets/client/admin/navigation-opt-out\";i:8032;s:109:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/assets/client/admin/components\";i:1040636;s:123:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/assets/client/admin/shipping-recommendations\";i:5253;s:125:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/assets/client/admin/analytics-report-downloads\";i:4925;s:106:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/assets/client/admin/notices\";i:2431;s:111:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/assets/client/admin/product-page\";i:9712;s:115:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/assets/client/admin/dashboard-charts\";i:6315;s:105:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/assets/client/admin/chunks\";i:1082750;s:108:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/assets/client/admin/undefined\";i:26158;s:126:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/assets/client/admin/analytics-report-categories\";i:5269;s:125:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/assets/client/admin/wcpay-payment-welcome-page\";i:11284;s:124:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/assets/client/admin/payment-method-promotions\";i:9810;s:121:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/assets/client/admin/analytics-report-stock\";i:4925;s:111:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/assets/client/admin/leaderboards\";i:4642;s:123:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/assets/client/admin/analytics-report-coupons\";i:4925;s:122:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/assets/client/admin/analytics-report-orders\";i:5055;s:119:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/assets/client/admin/activity-panels-help\";i:4833;s:107:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/assets/client/admin/currency\";i:5004;s:109:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/assets/client/admin/onboarding\";i:437721;s:151:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/blocks/product-inventory-email\";i:588;s:155:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/blocks/product-shipping-fee-fields\";i:15768;s:156:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/blocks/product-schedule-sale-fields\";i:16187;s:162:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/blocks/product-shipping-dimensions-fields\";i:17211;s:158:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/blocks/product-track-inventory-fields\";i:16024;s:139:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/blocks/conditional\";i:547;s:139:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/blocks/product-sku\";i:568;s:141:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/blocks/product-radio\";i:731;s:144:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/blocks/product-checkbox\";i:16158;s:127:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/blocks\";i:83782;s:132:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/collapsible\";i:575;s:135:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/product-images\";i:653;s:129:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/checkbox\";i:2774;s:134:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/inventory-sku\";i:2328;s:140:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/shipping-dimensions\";i:5931;s:136:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/product-summary\";i:662;s:136:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/inventory-email\";i:2963;s:132:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/conditional\";i:2185;s:132:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/product-tab\";i:15545;s:136:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/product-section\";i:16543;s:136:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/product-pricing\";i:650;s:126:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/radio\";i:2283;s:134:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/schedule-sale\";i:3936;s:136:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/track-inventory\";i:3077;s:133:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/shipping-fee\";i:4544;s:133:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/product-name\";i:535;s:120:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks\";i:148966;s:113:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/assets/client/admin/product-editor\";i:316709;s:105:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/assets/client/admin/explat\";i:45433;s:102:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/assets/client/admin/app\";i:806423;s:108:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/assets/client/admin/dashboard\";i:8867;s:105:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/assets/client/admin/tracks\";i:8193;s:120:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/assets/client/admin/customer-effort-score\";i:43323;s:125:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/assets/client/admin/analytics-report-customers\";i:4925;s:103:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/assets/client/admin/data\";i:140274;s:109:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/assets/client/admin/homescreen\";i:47983;s:121:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/assets/client/admin/analytics-report-taxes\";i:4925;s:111:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/assets/client/admin/admin-layout\";i:16609;s:127:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/assets/client/admin/beta-features-tracking-modal\";i:8182;s:115:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/assets/client/admin/analytics-report\";i:4109;s:103:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/assets/client/admin/null\";i:7827;s:126:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/assets/client/admin/print-shipping-label-banner\";i:13682;s:124:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/assets/client/admin/analytics-report-products\";i:5269;s:115:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/assets/client/admin/add-product-page\";i:5282;s:120:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/assets/client/admin/activity-panels-inbox\";i:14883;s:111:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/assets/client/admin/store-alerts\";i:8028;s:111:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/assets/client/admin/experimental\";i:101141;s:105:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/assets/client/admin/number\";i:2387;s:126:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/assets/client/admin/analytics-report-variations\";i:4925;s:109:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/assets/client/admin/csv-export\";i:5223;s:116:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/assets/client/admin/store-performance\";i:4575;s:117:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/assets/client/admin/analytics-settings\";i:8095;s:116:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/assets/client/admin/edit-product-page\";i:5239;s:121:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/assets/client/admin/multichannel-marketing\";i:12890;s:103:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/assets/client/admin/date\";i:41912;s:98:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/assets/client/admin\";i:5121614;s:92:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/assets/client\";i:5121614;s:113:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/assets/css/photoswipe/default-skin\";i:22461;s:100:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/assets/css/photoswipe\";i:31039;s:106:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/assets/css/jquery-ui/images\";i:19610;s:99:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/assets/css/jquery-ui\";i:109637;s:89:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/assets/css\";i:2019811;s:103:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/assets/js/jquery-payment\";i:25997;s:94:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/assets/js/admin\";i:450729;s:94:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/assets/js/round\";i:2269;s:93:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/assets/js/zoom\";i:8725;s:97:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/assets/js/frontend\";i:189585;s:102:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/assets/js/jquery-qrcode\";i:45226;s:99:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/assets/js/photoswipe\";i:156193;s:110:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/assets/js/jquery-ui-touch-punch\";i:6353;s:103:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/assets/js/jquery-blockui\";i:29563;s:99:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/assets/js/flexslider\";i:74822;s:98:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/assets/js/js-cookie\";i:5706;s:98:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/assets/js/selectWoo\";i:462834;s:102:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/assets/js/jquery-cookie\";i:4528;s:99:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/assets/js/accounting\";i:16753;s:100:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/assets/js/jquery-flot\";i:213453;s:100:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/assets/js/prettyPhoto\";i:56653;s:96:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/assets/js/select2\";i:443542;s:102:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/assets/js/jquery-tiptip\";i:10286;s:100:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/assets/js/stupidtable\";i:5713;s:109:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/assets/js/jquery-serializejson\";i:22445;s:88:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/assets/js\";i:2231375;s:114:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/assets/images/payment_methods/72x72\";i:25766;s:108:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/assets/images/payment_methods\";i:25766;s:102:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/assets/images/marketing\";i:75846;s:111:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/assets/images/icons/credit-cards\";i:36070;s:98:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/assets/images/icons\";i:40913;s:104:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/assets/images/admin_notes\";i:30986;s:102:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/assets/images/task_list\";i:160999;s:103:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/assets/images/onboarding\";i:161007;s:110:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/assets/images/shipping_partners\";i:177905;s:105:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/assets/images/product_data\";i:1441;s:92:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/assets/images\";i:1242108;s:85:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/assets\";i:10709655;s:105:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/packages/woocommerce-admin\";i:203;s:147:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/automattic/jetpack-autoloader/src\";i:81400;s:143:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/automattic/jetpack-autoloader\";i:99816;s:124:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/automattic\";i:99816;s:132:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/jetpack-autoloader\";i:51562;s:157:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/composer/installers/src/Composer/Installers\";i:77612;s:146:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/composer/installers/src/Composer\";i:77612;s:137:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/composer/installers/src\";i:78080;s:133:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/composer/installers\";i:79355;s:122:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/composer\";i:128963;s:113:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor\";i:281429;s:122:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/packages/woocommerce-blocks/templates/parts\";i:1868;s:124:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/packages/woocommerce-blocks/templates/notices\";i:4187;s:137:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/packages/woocommerce-blocks/templates/templates/blockified\";i:8088;s:126:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/packages/woocommerce-blocks/templates/templates\";i:9905;s:129:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/packages/woocommerce-blocks/templates/emails/plain\";i:1684;s:123:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/packages/woocommerce-blocks/templates/emails\";i:3337;s:116:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/packages/woocommerce-blocks/templates\";i:19297;s:114:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/packages/woocommerce-blocks/patches\";i:1673;s:121:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/BlockTypes\";i:251464;s:116:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/Utils\";i:47573;s:146:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/Interactivity/directives/attributes\";i:2270;s:140:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/Interactivity/directives/tags\";i:339;s:135:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/Interactivity/directives\";i:8703;s:124:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/Interactivity\";i:12303;s:123:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/Integrations\";i:6333;s:132:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/Payments/Integrations\";i:11254;s:119:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/Payments\";i:21533;s:117:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/Assets\";i:20995;s:119:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/Registry\";i:5604;s:130:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/StoreApi/Exceptions\";i:7013;s:128:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/StoreApi/Payments\";i:3859;s:129:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/StoreApi/Utilities\";i:120505;s:129:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/StoreApi/Routes/V1\";i:137184;s:126:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/StoreApi/Routes\";i:137520;s:130:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/StoreApi/Formatters\";i:3796;s:130:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/StoreApi/Schemas/V1\";i:141342;s:127:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/StoreApi/Schemas\";i:152289;s:119:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/StoreApi\";i:458665;s:120:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/Templates\";i:32522;s:119:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/Shipping\";i:19249;s:132:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/Domain/Services/Email\";i:4642;s:126:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/Domain/Services\";i:24916;s:117:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/Domain\";i:44065;s:110:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/packages/woocommerce-blocks/src\";i:985239;s:115:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/packages/woocommerce-blocks/patterns\";i:66980;s:129:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/product-category\";i:1595;s:121:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/checkout\";i:1005;s:126:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/store-notices\";i:498;s:129:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/related-products\";i:432;s:125:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/stock-filter\";i:930;s:131:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/product-categories\";i:1072;s:128:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/checkout-blocks\";i:185230;s:162:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/cart-blocks/cart-express-payment--checkout-blocks\";i:15922;s:166:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/cart-blocks/cart-line-items--mini-cart-contents-block\";i:18134;s:124:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/cart-blocks\";i:136482;s:128:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/product-reviews\";i:414;s:128:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/product-details\";i:408;s:126:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/rating-filter\";i:864;s:198:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/vendors--attribute-filter-wrapper--cart-blocks/cart-cross-sells-products--cart-blocks\";i:19846;s:159:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/vendors--attribute-filter-wrapper--cart-blocks\";i:19846;s:134:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/product-results-count\";i:499;s:132:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/handpicked-products\";i:1422;s:129:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/attribute-filter\";i:1116;s:151:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/inner-blocks/proceed-to-checkout-block\";i:570;s:147:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/inner-blocks/checkout-fields-block\";i:640;s:161:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/inner-blocks/cart-accepted-payment-methods-block\";i:469;s:166:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/inner-blocks/checkout-order-summary-coupon-form-block\";i:625;s:142:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/inner-blocks/cart-items-block\";i:566;s:156:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/inner-blocks/mini-cart-products-table-block\";i:632;s:160:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/inner-blocks/checkout-order-summary-taxes-block\";i:626;s:156:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/inner-blocks/checkout-billing-address-block\";i:600;s:159:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/inner-blocks/cart-order-summary-shipping-block\";i:567;s:147:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/inner-blocks/cart-line-items-block\";i:590;s:151:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/inner-blocks/checkout-order-note-block\";i:618;s:147:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/inner-blocks/mini-cart-items-block\";i:633;s:155:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/inner-blocks/checkout-pickup-options-block\";i:584;s:153:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/inner-blocks/mini-cart-cart-button-block\";i:816;s:159:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/inner-blocks/cart-order-summary-discount-block\";i:627;s:148:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/inner-blocks/mini-cart-footer-block\";i:617;s:163:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/inner-blocks/checkout-order-summary-subtotal-block\";i:635;s:157:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/inner-blocks/mini-cart-shopping-button-block\";i:827;s:150:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/inner-blocks/cart-order-summary-block\";i:588;s:157:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/inner-blocks/checkout-shipping-address-block\";i:603;s:156:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/inner-blocks/checkout-shipping-method-block\";i:682;s:159:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/inner-blocks/cart-order-summary-subtotal-block\";i:627;s:148:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/inner-blocks/cart-cross-sells-block\";i:442;s:156:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/inner-blocks/empty-mini-cart-contents-block\";i:616;s:142:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/inner-blocks/empty-cart-block\";i:587;s:143:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/inner-blocks/filled-cart-block\";i:598;s:157:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/inner-blocks/filled-mini-cart-contents-block\";i:622;s:163:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/inner-blocks/checkout-order-summary-shipping-block\";i:575;s:157:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/inner-blocks/mini-cart-checkout-button-block\";i:837;s:154:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/inner-blocks/cart-order-summary-fee-block\";i:613;s:156:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/inner-blocks/checkout-express-payment-block\";i:674;s:160:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/inner-blocks/checkout-contact-information-block\";i:612;s:157:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/inner-blocks/cart-cross-sells-products-block\";i:660;s:157:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/inner-blocks/checkout-shipping-methods-block\";i:694;s:162:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/inner-blocks/cart-order-summary-coupon-form-block\";i:617;s:163:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/inner-blocks/checkout-order-summary-discount-block\";i:635;s:156:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/inner-blocks/cart-order-summary-taxes-block\";i:618;s:147:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/inner-blocks/mini-cart-title-block\";i:614;s:165:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/inner-blocks/checkout-order-summary-cart-items-block\";i:628;s:158:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/inner-blocks/checkout-order-summary-fee-block\";i:621;s:154:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/inner-blocks/checkout-order-summary-block\";i:578;s:143:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/inner-blocks/cart-totals-block\";i:677;s:147:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/inner-blocks/checkout-totals-block\";i:662;s:152:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/inner-blocks/cart-express-payment-block\";i:606;s:158:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/inner-blocks/cart-order-summary-heading-block\";i:672;s:146:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/inner-blocks/checkout-terms-block\";i:677;s:148:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/inner-blocks/checkout-actions-block\";i:581;s:148:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/inner-blocks/checkout-payment-block\";i:583;s:125:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/inner-blocks\";i:30041;s:170:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/vendors--checkout-blocks/billing-address--checkout-blocks\";i:14699;s:137:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/vendors--checkout-blocks\";i:58380;s:133:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/product-best-sellers\";i:1603;s:125:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/product-meta\";i:419;s:125:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/price-filter\";i:852;s:134:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/product-image-gallery\";i:444;s:127:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/filter-wrapper\";i:355;s:137:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/mini-cart-contents-block\";i:23701;s:124:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/product-tag\";i:1378;s:130:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/featured-category\";i:1843;s:201:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/vendors--cart-blocks/cart-cross-sells-products--cart-blocks/cart-line-items--cart-blocks\";i:15217;s:172:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/vendors--cart-blocks/cart-cross-sells-products--cart-blocks\";i:70639;s:173:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/vendors--cart-blocks/order-summary-shipping--checkout-blocks\";i:21314;s:166:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/vendors--cart-blocks/cart-line-items--checkout-blocks\";i:10240;s:133:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/vendors--cart-blocks\";i:122448;s:134:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/products-by-attribute\";i:1564;s:129:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/customer-account\";i:739;s:127:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/single-product\";i:519;s:129:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/featured-product\";i:1878;s:124:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/breadcrumbs\";i:761;s:127:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/active-filters\";i:621;s:125:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/all-products\";i:727;s:129:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/add-to-cart-form\";i:455;s:128:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/catalog-sorting\";i:540;s:112:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build\";i:4190032;s:127:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/css/abstracts\";i:10017;s:117:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/css\";i:18935;s:173:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/editor-components/search-list-control/test/__snapshots__\";i:138325;s:159:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/editor-components/search-list-control/test\";i:147806;s:154:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/editor-components/search-list-control\";i:174643;s:150:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/editor-components/heading-toolbar\";i:3835;s:160:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/editor-components/error-placeholder/stories\";i:2179;s:152:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/editor-components/error-placeholder\";i:5161;s:146:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/editor-components/block-title\";i:1658;s:161:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/editor-components/external-link-card/stories\";i:794;s:153:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/editor-components/external-link-card\";i:3605;s:158:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/editor-components/product-orderby-control\";i:1702;s:150:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/editor-components/editable-button\";i:2186;s:155:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/editor-components/grid-content-control\";i:2064;s:163:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/editor-components/sidebar-compatibility-notice\";i:2616;s:154:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/editor-components/text-toolbar-button\";i:675;s:160:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/editor-components/no-payment-methods-notice\";i:1109;s:150:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/editor-components/product-control\";i:6256;s:140:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/editor-components/utils\";i:6325;s:162:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/editor-components/expandable-search-list-item\";i:1094;s:148:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/editor-components/page-selector\";i:1076;s:154:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/editor-components/product-tag-control\";i:5003;s:150:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/editor-components/feedback-prompt\";i:3140;s:149:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/editor-components/default-notice\";i:4453;s:171:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/editor-components/incompatible-payment-gateways-notice\";i:5921;s:159:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/editor-components/product-category-control\";i:5497;s:156:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/editor-components/product-stock-control\";i:3004;s:154:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/editor-components/grid-layout-control\";i:2667;s:157:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/editor-components/tag/test/__snapshots__\";i:17478;s:143:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/editor-components/tag/test\";i:18566;s:138:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/editor-components/tag\";i:22087;s:152:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/editor-components/edit-product-link\";i:1526;s:165:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/editor-components/product-attribute-term-control\";i:6447;s:151:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/editor-components/products-control\";i:2774;s:134:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/editor-components\";i:276524;s:130:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/icons/library\";i:16950;s:130:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/icons/stories\";i:1985;s:122:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/icons\";i:20097;s:127:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/middleware\";i:3354;s:140:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/product-category\";i:12351;s:150:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/checkout/phone-number/test\";i:911;s:145:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/checkout/phone-number\";i:1695;s:149:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/checkout/order-notes/test\";i:2791;s:144:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/checkout/order-notes\";i:5147;s:139:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/checkout/styles\";i:4088;s:167:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/checkout/inner-blocks/checkout-fields-block\";i:4895;s:176:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/checkout/inner-blocks/checkout-billing-address-block\";i:11333;s:171:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/checkout/inner-blocks/checkout-order-note-block\";i:3375;s:179:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/checkout/inner-blocks/checkout-order-summary-cart-items\";i:2247;s:175:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/checkout/inner-blocks/checkout-pickup-options-block\";i:11879;s:177:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/checkout/inner-blocks/checkout-order-summary-shipping\";i:2600;s:177:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/checkout/inner-blocks/checkout-order-summary-subtotal\";i:2362;s:177:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/checkout/inner-blocks/checkout-shipping-address-block\";i:9295;s:183:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/checkout/inner-blocks/checkout-shipping-method-block/shared\";i:4776;s:176:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/checkout/inner-blocks/checkout-shipping-method-block\";i:24452;s:176:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/checkout/inner-blocks/checkout-express-payment-block\";i:3437;s:180:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/checkout/inner-blocks/checkout-contact-information-block\";i:7908;s:180:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/checkout/inner-blocks/checkout-order-summary-coupon-form\";i:2594;s:201:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/checkout/inner-blocks/checkout-shipping-methods-block/no-shipping-placeholder\";i:1494;s:177:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/checkout/inner-blocks/checkout-shipping-methods-block\";i:14682;s:177:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/checkout/inner-blocks/checkout-order-summary-discount\";i:3175;s:179:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/checkout/inner-blocks/checkout-order-summary-block/test\";i:13825;s:174:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/checkout/inner-blocks/checkout-order-summary-block\";i:18602;s:167:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/checkout/inner-blocks/checkout-totals-block\";i:3292;s:171:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/checkout/inner-blocks/checkout-terms-block/test\";i:4738;s:166:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/checkout/inner-blocks/checkout-terms-block\";i:14121;s:174:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/checkout/inner-blocks/checkout-order-summary-taxes\";i:4586;s:172:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/checkout/inner-blocks/checkout-order-summary-fee\";i:2357;s:168:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/checkout/inner-blocks/checkout-actions-block\";i:7352;s:168:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/checkout/inner-blocks/checkout-payment-block\";i:6457;s:145:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/checkout/inner-blocks\";i:169701;s:142:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/checkout/form-step\";i:4996;s:153:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/checkout/checkout-order-error\";i:4242;s:143:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/checkout/empty-cart\";i:1460;s:132:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/checkout\";i:211011;s:137:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/store-notices\";i:1689;s:166:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/cart/inner-blocks/cart-order-summary-taxes\";i:4575;s:172:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/cart/inner-blocks/proceed-to-checkout-block/test\";i:1614;s:167:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/cart/inner-blocks/proceed-to-checkout-block\";i:9402;s:177:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/cart/inner-blocks/cart-accepted-payment-methods-block\";i:2018;s:169:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/cart/inner-blocks/cart-order-summary-discount\";i:3147;s:158:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/cart/inner-blocks/cart-items-block\";i:2650;s:169:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/cart/inner-blocks/cart-order-summary-shipping\";i:4389;s:172:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/cart/inner-blocks/cart-order-summary-coupon-form\";i:2566;s:163:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/cart/inner-blocks/cart-line-items-block\";i:2169;s:168:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/cart/inner-blocks/cart-order-summary-heading\";i:3260;s:166:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/cart/inner-blocks/cart-order-summary-block\";i:4606;s:164:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/cart/inner-blocks/cart-cross-sells-block\";i:2227;s:158:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/cart/inner-blocks/empty-cart-block\";i:5556;s:159:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/cart/inner-blocks/filled-cart-block\";i:4015;s:164:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/cart/inner-blocks/cart-order-summary-fee\";i:2339;s:159:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/cart/inner-blocks/cart-totals-block\";i:3097;s:167:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/cart/inner-blocks/cart-cross-sells-products\";i:5266;s:168:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/cart/inner-blocks/cart-express-payment-block\";i:3485;s:169:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/cart/inner-blocks/cart-order-summary-subtotal\";i:2350;s:141:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/cart/inner-blocks\";i:74325;s:133:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/cart/test\";i:10417;s:158:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/cart/cart-cross-sells-product-list\";i:2999;s:128:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/cart\";i:106602;s:155:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/stock-filter/test/__snapshots__\";i:10410;s:141:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/stock-filter/test\";i:26042;s:136:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/stock-filter\";i:55238;s:142:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/product-categories\";i:10289;s:135:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/product-new\";i:4630;s:196:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/mini-cart/mini-cart-contents/inner-blocks/mini-cart-products-table-block\";i:2405;s:187:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/mini-cart/mini-cart-contents/inner-blocks/mini-cart-items-block\";i:2496;s:193:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/mini-cart/mini-cart-contents/inner-blocks/mini-cart-cart-button-block\";i:3810;s:188:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/mini-cart/mini-cart-contents/inner-blocks/mini-cart-footer-block\";i:7607;s:197:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/mini-cart/mini-cart-contents/inner-blocks/mini-cart-shopping-button-block\";i:3939;s:196:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/mini-cart/mini-cart-contents/inner-blocks/empty-mini-cart-contents-block\";i:2993;s:197:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/mini-cart/mini-cart-contents/inner-blocks/filled-mini-cart-contents-block\";i:3439;s:197:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/mini-cart/mini-cart-contents/inner-blocks/mini-cart-checkout-button-block\";i:4015;s:187:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/mini-cart/mini-cart-contents/inner-blocks/mini-cart-title-block\";i:2442;s:165:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/mini-cart/mini-cart-contents/inner-blocks\";i:40970;s:152:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/mini-cart/mini-cart-contents\";i:50407;s:148:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/mini-cart/quantity-badge\";i:1250;s:138:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/mini-cart/test\";i:4079;s:133:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/mini-cart\";i:79840;s:142:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/rating-filter/test\";i:13739;s:137:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/rating-filter\";i:40001;s:145:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/product-results-count\";i:1842;s:176:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/cart-checkout-shared/payment-methods/express-payment\";i:9061;s:165:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/cart-checkout-shared/payment-methods/test\";i:5251;s:179:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/cart-checkout-shared/payment-methods/no-payment-methods\";i:770;s:160:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/cart-checkout-shared/payment-methods\";i:39708;s:162:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/cart-checkout-shared/use-forced-layout\";i:6054;s:159:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/cart-checkout-shared/block-settings\";i:991;s:158:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/cart-checkout-shared/view-switcher\";i:6053;s:160:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/cart-checkout-shared/sidebar-notices\";i:3904;s:144:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/cart-checkout-shared\";i:63066;s:143:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/handpicked-products\";i:9113;s:141:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/product-top-rated\";i:4656;s:145:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/attribute-filter/test\";i:4493;s:140:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/attribute-filter\";i:50220;s:144:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/product-best-sellers\";i:6601;s:141:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/price-filter/test\";i:2803;s:136:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/price-filter\";i:25427;s:138:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/filter-wrapper\";i:12961;s:156:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/featured-items/featured-category\";i:5616;s:155:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/featured-items/featured-product\";i:5281;s:138:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/featured-items\";i:60181;s:139:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/product-on-sale\";i:5663;s:135:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/product-tag\";i:10858;s:138:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/product-search\";i:11876;s:145:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/classic-template/test\";i:1360;s:147:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/classic-template/assets\";i:192925;s:140:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/classic-template\";i:218231;s:145:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/products-by-attribute\";i:10093;s:140:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/customer-account\";i:9767;s:143:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/single-product/edit\";i:7697;s:138:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/single-product\";i:10758;s:150:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/reviews/reviews-by-product\";i:8044;s:143:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/reviews/all-reviews\";i:4789;s:151:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/reviews/reviews-by-category\";i:6637;s:131:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/reviews\";i:39191;s:145:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/products/all-products\";i:14922;s:132:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/products\";i:19818;s:157:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/product-query/variations/elements\";i:2679;s:148:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/product-query/variations\";i:8318;s:156:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/product-query/inspector-controls\";i:3603;s:137:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/product-query\";i:29066;s:137:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/shared/styles\";i:577;s:130:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/shared\";i:577;s:135:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/breadcrumbs\";i:2504;s:138:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/active-filters\";i:31893;s:139:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/catalog-sorting\";i:1889;s:123:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks\";i:1157902;s:127:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/utils/test\";i:6165;s:122:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/utils\";i:19262;s:132:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/types/type-defs\";i:79883;s:139:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/types/type-guards/test\";i:4682;s:134:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/types/type-guards\";i:12119;s:122:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/types\";i:92062;s:144:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/extensions/google-analytics\";i:10122;s:150:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/extensions/payment-methods/cheque\";i:1207;s:150:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/extensions/payment-methods/paypal\";i:1120;s:148:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/extensions/payment-methods/bacs\";i:1224;s:147:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/extensions/payment-methods/cod\";i:2572;s:143:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/extensions/payment-methods\";i:6123;s:176:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/extensions/shipping-methods/shared-components/settings-card\";i:1140;s:177:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/extensions/shipping-methods/shared-components/settings-modal\";i:1478;s:177:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/extensions/shipping-methods/shared-components/sortable-table\";i:5731;s:179:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/extensions/shipping-methods/shared-components/settings-section\";i:1269;s:162:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/extensions/shipping-methods/shared-components\";i:9837;s:174:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/extensions/shipping-methods/pickup-location/edit-location\";i:6741;s:160:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/extensions/shipping-methods/pickup-location\";i:26711;s:144:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/extensions/shipping-methods\";i:36548;s:127:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/extensions\";i:52793;s:132:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/hooks/test\";i:7829;s:127:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/hooks\";i:20024;s:147:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/product-rating\";i:1443;s:158:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/formatted-monetary-amount\";i:3001;s:156:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/radio-control-accordion\";i:1958;s:147:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/noninteractive\";i:2154;s:147:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/button/stories\";i:910;s:139:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/button\";i:3955;s:154:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/notice-banner/stories\";i:2558;s:151:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/notice-banner/test\";i:3005;s:158:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/notice-banner/screenshots\";i:47575;s:146:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/notice-banner\";i:59277;s:150:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/read-more/stories\";i:1742;s:147:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/read-more/test\";i:2458;s:142:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/read-more\";i:12335;s:154:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/product-price/stories\";i:964;s:165:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/product-price/test/__snapshots__\";i:1068;s:151:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/product-price/test\";i:2377;s:146:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/product-price\";i:11701;s:145:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/tabs/stories\";i:1065;s:137:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/tabs\";i:5116;s:144:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/sort-select\";i:2316;s:145:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/summary/test\";i:4135;s:140:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/summary\";i:9028;s:144:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/state-input\";i:4239;s:153:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/filter-submit-button\";i:1379;s:165:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/product-list/product-sort-select\";i:1428;s:163:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/product-list/product-list-item\";i:2892;s:145:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/product-list\";i:19474;s:166:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/cart-checkout/shipping-calculator\";i:4253;s:164:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/cart-checkout/address-form/test\";i:4806;s:159:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/cart-checkout/address-form\";i:15995;s:160:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/cart-checkout/product-badge\";i:728;s:165:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/cart-checkout/order-summary/test\";i:988;s:160:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/cart-checkout/order-summary\";i:10010;s:155:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/cart-checkout/policies\";i:1661;s:181:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/cart-checkout/product-details/test/__snapshots__\";i:1504;s:167:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/cart-checkout/product-details/test\";i:2963;s:162:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/cart-checkout/product-details\";i:4960;s:162:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/cart-checkout/product-summary\";i:1060;s:168:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/cart-checkout/cart-line-items-table\";i:13040;s:164:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/cart-checkout/shipping-location\";i:607;s:170:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/cart-checkout/product-low-stock-badge\";i:928;s:163:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/cart-checkout/product-metadata\";i:1263;s:167:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/cart-checkout/payment-method-label\";i:2091;s:168:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/cart-checkout/return-to-cart-button\";i:1124;s:165:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/cart-checkout/place-order-button\";i:830;s:167:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/cart-checkout/payment-method-icons\";i:6495;s:175:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/cart-checkout/form-step/test/__snapshots__\";i:5989;s:161:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/cart-checkout/form-step/test\";i:8532;s:156:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/cart-checkout/form-step\";i:13533;s:165:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/cart-checkout/product-sale-badge\";i:1591;s:170:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/cart-checkout/product-backorder-badge\";i:457;s:160:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/cart-checkout/product-image\";i:1051;s:171:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/cart-checkout/local-pickup-select/test\";i:3474;s:166:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/cart-checkout/local-pickup-select\";i:5261;s:167:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/cart-checkout/totals/shipping/test\";i:11086;s:162:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/cart-checkout/totals/shipping\";i:23950;s:173:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/cart-checkout/totals/footer-item/stories\";i:1891;s:184:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/cart-checkout/totals/footer-item/test/__snapshots__\";i:3422;s:170:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/cart-checkout/totals/footer-item/test\";i:6389;s:165:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/cart-checkout/totals/footer-item\";i:11744;s:170:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/cart-checkout/totals/discount/stories\";i:2609;s:162:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/cart-checkout/totals/discount\";i:6085;s:168:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/cart-checkout/totals/coupon/stories\";i:1581;s:160:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/cart-checkout/totals/coupon\";i:6368;s:153:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/cart-checkout/totals\";i:48372;s:169:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/cart-checkout/shipping-rates-control\";i:5858;s:177:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/cart-checkout/shipping-rates-control-package\";i:10477;s:167:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/cart-checkout/pickup-location/test\";i:3103;s:162:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/cart-checkout/pickup-location\";i:5348;s:146:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/cart-checkout\";i:158347;s:153:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/price-slider/stories\";i:1421;s:150:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/price-slider/test\";i:2063;s:145:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/price-slider\";i:28309;s:141:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/skeleton\";i:714;s:147:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/sidebar-layout\";i:3436;s:146:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/checkbox-list\";i:4926;s:138:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/title\";i:1571;s:137:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/form\";i:615;s:154:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/snackbar-list/stories\";i:1645;s:146:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/snackbar-list\";i:5879;s:149:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/load-more-button\";i:938;s:141:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/combobox\";i:7370;s:157:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/label/test/__snapshots__\";i:1101;s:143:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/label/test\";i:2981;s:138:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/label\";i:4511;s:140:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/spinner\";i:772;s:141:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/textarea\";i:1330;s:157:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/form-token-field/stories\";i:822;s:149:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/form-token-field\";i:4888;s:151:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/filter-placeholder\";i:771;s:158:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/quantity-selector/stories\";i:857;s:150:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/quantity-selector\";i:9371;s:152:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/filter-reset-button\";i:1059;s:153:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/block-error-boundary\";i:5710;s:139:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/drawer\";i:4565;s:153:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/product-name/stories\";i:646;s:164:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/product-name/test/__snapshots__\";i:933;s:150:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/product-name/test\";i:2077;s:145:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/product-name\";i:4413;s:157:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/reviews/review-list-item\";i:11808;s:159:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/reviews/review-sort-select\";i:1312;s:152:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/reviews/review-list\";i:1359;s:140:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/reviews\";i:15266;s:154:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/country-input/stories\";i:6493;s:146:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/country-input\";i:9782;s:148:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/pagination/test\";i:931;s:143:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/pagination\";i:9274;s:153:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/filter-element-label\";i:1230;s:146:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/radio-control\";i:7644;s:145:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/loading-mask\";i:1456;s:145:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/chip/stories\";i:1534;s:156:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/chip/test/__snapshots__\";i:7249;s:142:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/chip/test\";i:10067;s:137:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/chip\";i:18280;s:132:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components\";i:451090;s:132:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/utils/test\";i:6783;s:127:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/utils\";i:35618;s:150:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/hocs/with-scroll-to-top/test\";i:2424;s:145:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/hocs/with-scroll-to-top\";i:4491;s:131:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/hocs/test\";i:4235;s:126:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/hocs\";i:14140;s:145:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/context/event-emit/test\";i:3953;s:140:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/context/event-emit\";i:12429;s:144:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/context/hooks/shipping\";i:4635;s:145:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/context/hooks/cart/test\";i:12043;s:140:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/context/hooks/cart\";i:30888;s:156:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/context/hooks/payment-methods/test\";i:1190;s:151:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/context/hooks/payment-methods\";i:13535;s:152:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/context/hooks/collections/test\";i:8189;s:147:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/context/hooks/collections\";i:20598;s:140:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/context/hooks/test\";i:12739;s:135:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/context/hooks\";i:105645;s:162:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/context/providers/cart-checkout/shipping\";i:9996;s:158:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/context/providers/cart-checkout/cart\";i:709;s:169:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/context/providers/cart-checkout/checkout-events\";i:11965;s:168:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/context/providers/cart-checkout/payment-events\";i:6021;s:153:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/context/providers/cart-checkout\";i:41676;s:168:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/context/providers/add-to-cart-form/form/submit\";i:4047;s:161:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/context/providers/add-to-cart-form/form\";i:4931;s:167:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/context/providers/add-to-cart-form/form-state\";i:15926;s:156:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/context/providers/add-to-cart-form\";i:20911;s:139:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/context/providers\";i:67115;s:134:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/context/test\";i:1025;s:129:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/context\";i:188008;s:121:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base\";i:709378;s:126:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/hocs/test\";i:18855;s:121:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/hocs\";i:35710;s:125:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/previews\";i:29559;s:153:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks-registry/payment-methods/test\";i:11479;s:148:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks-registry/payment-methods\";i:29452;s:154:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks-registry/block-components/test\";i:2647;s:149:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks-registry/block-components\";i:8788;s:132:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks-registry\";i:38311;s:135:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/data/checkout/test\";i:6445;s:130:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/data/checkout\";i:33522;s:135:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/data/store-notices\";i:2409;s:131:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/data/cart/test\";i:21704;s:126:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/data/cart\";i:73600;s:135:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/data/payment/utils\";i:10599;s:134:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/data/payment/test\";i:30906;s:129:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/data/payment\";i:70419;s:127:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/data/utils\";i:4979;s:137:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/data/validation/test\";i:8838;s:132:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/data/validation\";i:15382;s:138:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/data/query-state/test\";i:4485;s:133:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/data/query-state\";i:8937;s:138:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/data/collections/test\";i:9577;s:133:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/data/collections\";i:21279;s:133:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/data/schema/test\";i:10041;s:128:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/data/schema\";i:20367;s:121:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/data\";i:261729;s:154:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/button\";i:15534;s:164:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/related-products\";i:2531;s:155:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/summary\";i:5353;s:163:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/product-reviews\";i:4397;s:163:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/product-details\";i:3984;s:158:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/title/test\";i:1847;s:153:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/title\";i:12555;s:151:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/sku\";i:6789;s:160:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/product-meta\";i:2258;s:169:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/product-image-gallery\";i:3014;s:158:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/image/test\";i:7493;s:153:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/image\";i:21723;s:154:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/rating\";i:9536;s:163:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/stock-indicator\";i:5831;s:208:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/add-to-cart/product-types/variable/variation-attributes/test\";i:9648;s:203:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/add-to-cart/product-types/variable/variation-attributes\";i:24893;s:182:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/add-to-cart/product-types/variable\";i:26427;s:173:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/add-to-cart/product-types\";i:28152;s:166:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/add-to-cart/shared\";i:6893;s:159:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/add-to-cart\";i:42117;s:158:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/sale-badge\";i:6477;s:154:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/shared\";i:5385;s:153:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/price\";i:8757;s:164:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/add-to-cart-form\";i:3069;s:147:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements\";i:159698;s:130:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/atomic/blocks\";i:162755;s:129:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/atomic/utils\";i:15043;s:123:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/atomic\";i:177798;s:124:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/filters\";i:5112;s:132:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/settings/blocks\";i:3735;s:137:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/settings/shared/test\";i:2558;s:132:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/settings/shared\";i:13669;s:125:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/settings\";i:17404;s:128:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/shared/hocs\";i:2466;s:131:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/shared/context\";i:3599;s:123:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/shared\";i:6065;s:130:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/interactivity\";i:15495;s:116:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js\";i:2919493;s:113:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets\";i:2938428;s:129:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/packages/woocommerce-blocks/packages/checkout/slot\";i:3701;s:142:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/packages/woocommerce-blocks/packages/checkout/components/button\";i:115;s:151:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/packages/woocommerce-blocks/packages/checkout/components/text-input/test\";i:4996;s:146:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/packages/woocommerce-blocks/packages/checkout/components/text-input\";i:16469;s:150:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/packages/woocommerce-blocks/packages/checkout/components/discounts-meta\";i:843;s:158:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/packages/woocommerce-blocks/packages/checkout/components/validation-input-error\";i:1530;s:141:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/packages/woocommerce-blocks/packages/checkout/components/panel\";i:2940;s:164:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/packages/woocommerce-blocks/packages/checkout/components/store-notices-container/test\";i:5856;s:159:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/packages/woocommerce-blocks/packages/checkout/components/store-notices-container\";i:16191;s:159:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/packages/woocommerce-blocks/packages/checkout/components/order-shipping-packages\";i:890;s:160:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/packages/woocommerce-blocks/packages/checkout/components/checkbox-control/stories\";i:557;s:152:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/packages/woocommerce-blocks/packages/checkout/components/checkbox-control\";i:4838;s:141:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/packages/woocommerce-blocks/packages/checkout/components/label\";i:112;s:148:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/packages/woocommerce-blocks/packages/checkout/components/store-notice\";i:511;s:146:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/packages/woocommerce-blocks/packages/checkout/components/order-meta\";i:815;s:163:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/packages/woocommerce-blocks/packages/checkout/components/order-local-pickup-packages\";i:1352;s:150:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/packages/woocommerce-blocks/packages/checkout/components/error-boundary\";i:877;s:150:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/packages/woocommerce-blocks/packages/checkout/components/totals-wrapper\";i:1500;s:159:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/packages/woocommerce-blocks/packages/checkout/components/totals/subtotal/stories\";i:978;s:151:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/packages/woocommerce-blocks/packages/checkout/components/totals/subtotal\";i:2035;s:155:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/packages/woocommerce-blocks/packages/checkout/components/totals/fees/stories\";i:1201;s:147:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/packages/woocommerce-blocks/packages/checkout/components/totals/fees\";i:2654;s:156:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/packages/woocommerce-blocks/packages/checkout/components/totals/taxes/stories\";i:807;s:148:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/packages/woocommerce-blocks/packages/checkout/components/totals/taxes\";i:2743;s:155:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/packages/woocommerce-blocks/packages/checkout/components/totals/item/stories\";i:777;s:147:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/packages/woocommerce-blocks/packages/checkout/components/totals/item\";i:2706;s:142:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/packages/woocommerce-blocks/packages/checkout/components/totals\";i:10334;s:135:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/packages/woocommerce-blocks/packages/checkout/components\";i:60286;s:146:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/packages/woocommerce-blocks/packages/checkout/utils/validation/test\";i:5845;s:141:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/packages/woocommerce-blocks/packages/checkout/utils/validation\";i:8854;s:130:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/packages/woocommerce-blocks/packages/checkout/utils\";i:9701;s:145:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/packages/woocommerce-blocks/packages/checkout/blocks-registry/test\";i:2106;s:140:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/packages/woocommerce-blocks/packages/checkout/blocks-registry\";i:49032;s:145:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/packages/woocommerce-blocks/packages/checkout/filter-registry/test\";i:4606;s:140:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/packages/woocommerce-blocks/packages/checkout/filter-registry\";i:13375;s:124:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/packages/woocommerce-blocks/packages/checkout\";i:136325;s:133:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/packages/woocommerce-blocks/packages/prices/utils/test\";i:3199;s:128:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/packages/woocommerce-blocks/packages/prices/utils\";i:7911;s:122:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/packages/woocommerce-blocks/packages/prices\";i:7936;s:115:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/packages/woocommerce-blocks/packages\";i:144261;s:135:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/packages/woocommerce-blocks/images/template-placeholders\";i:2886;s:129:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/packages/woocommerce-blocks/images/payment-methods\";i:61832;s:122:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/packages/woocommerce-blocks/images/previews\";i:522602;s:132:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/packages/woocommerce-blocks/images/block-placeholders\";i:6508;s:113:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/packages/woocommerce-blocks/images\";i:833137;s:106:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/packages/woocommerce-blocks\";i:10387070;s:122:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/packages/action-scheduler/classes/abstracts\";i:78990;s:122:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/packages/action-scheduler/classes/schedules\";i:10785;s:120:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/packages/action-scheduler/classes/actions\";i:3360;s:122:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/packages/action-scheduler/classes/migration\";i:25638;s:124:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/packages/action-scheduler/classes/data-stores\";i:97846;s:119:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/packages/action-scheduler/classes/WP_CLI\";i:19448;s:119:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/packages/action-scheduler/classes/schema\";i:7501;s:112:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/packages/action-scheduler/classes\";i:329632;s:115:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/packages/action-scheduler/deprecated\";i:13295;s:124:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/packages/action-scheduler/lib/cron-expression\";i:29942;s:108:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/packages/action-scheduler/lib\";i:33750;s:104:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/packages/action-scheduler\";i:437787;s:87:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/packages\";i:10825060;s:124:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/lib/packages/League/Container/ServiceProvider\";i:6476;s:117:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/lib/packages/League/Container/Argument\";i:6726;s:118:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/lib/packages/League/Container/Exception\";i:551;s:119:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/lib/packages/League/Container/Definition\";i:12789;s:118:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/lib/packages/League/Container/Inflector\";i:6143;s:108:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/lib/packages/League/Container\";i:45593;s:98:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/lib/packages/League\";i:45593;s:105:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/lib/packages/Psr/Container\";i:1438;s:95:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/lib/packages/Psr\";i:1438;s:91:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/lib/packages\";i:47031;s:82:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/lib\";i:47031;s:78:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce\";i:35064910;s:122:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/bb-ultimate-addons/modules/uabb-call-to-action/includes\";i:30725;s:117:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/bb-ultimate-addons/modules/uabb-call-to-action/css\";i:1428;s:116:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/bb-ultimate-addons/modules/uabb-call-to-action/js\";i:924;s:113:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/bb-ultimate-addons/modules/uabb-call-to-action\";i:114018;s:117:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/bb-ultimate-addons/modules/uabb-countdown/includes\";i:64324;s:112:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/bb-ultimate-addons/modules/uabb-countdown/css\";i:6108;s:111:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/bb-ultimate-addons/modules/uabb-countdown/js\";i:79612;s:108:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/bb-ultimate-addons/modules/uabb-countdown\";i:233736;s:119:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/bb-ultimate-addons/modules/uabb-star-rating/includes\";i:6185;s:114:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/bb-ultimate-addons/modules/uabb-star-rating/css\";i:1134;s:115:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/bb-ultimate-addons/modules/uabb-star-rating/icon\";i:2880;s:110:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/bb-ultimate-addons/modules/uabb-star-rating\";i:17865;s:116:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/bb-ultimate-addons/modules/creative-link/includes\";i:26367;s:111:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/bb-ultimate-addons/modules/creative-link/css\";i:18794;s:112:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/bb-ultimate-addons/modules/creative-link/icon\";i:1268;s:107:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/bb-ultimate-addons/modules/creative-link\";i:85942;s:123:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/bb-ultimate-addons/modules/interactive-banner-1/includes\";i:26017;s:118:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/bb-ultimate-addons/modules/interactive-banner-1/css\";i:18264;s:117:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/bb-ultimate-addons/modules/interactive-banner-1/js\";i:6853;s:119:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/bb-ultimate-addons/modules/interactive-banner-1/icon\";i:1246;s:114:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/bb-ultimate-addons/modules/interactive-banner-1\";i:108104;s:113:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/bb-ultimate-addons/modules/uabb-video/includes\";i:39550;s:108:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/bb-ultimate-addons/modules/uabb-video/css\";i:10639;s:107:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/bb-ultimate-addons/modules/uabb-video/js\";i:9111;s:109:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/bb-ultimate-addons/modules/uabb-video/icon\";i:1068;s:104:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/bb-ultimate-addons/modules/uabb-video\";i:164844;s:121:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/bb-ultimate-addons/modules/advanced-separator/includes\";i:17684;s:115:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/bb-ultimate-addons/modules/advanced-separator/js\";i:4475;s:112:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/bb-ultimate-addons/modules/advanced-separator\";i:83466;s:113:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/bb-ultimate-addons/modules/image-icon/includes\";i:16375;s:108:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/bb-ultimate-addons/modules/image-icon/css\";i:1020;s:107:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/bb-ultimate-addons/modules/image-icon/js\";i:4161;s:104:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/bb-ultimate-addons/modules/image-icon\";i:69736;s:123:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/bb-ultimate-addons/modules/uabb-wp-forms-styler/includes\";i:86978;s:118:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/bb-ultimate-addons/modules/uabb-wp-forms-styler/css\";i:3465;s:117:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/bb-ultimate-addons/modules/uabb-wp-forms-styler/js\";i:5366;s:114:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/bb-ultimate-addons/modules/uabb-wp-forms-styler\";i:202083;s:114:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/bb-ultimate-addons/modules/pricing-box/includes\";i:103171;s:109:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/bb-ultimate-addons/modules/pricing-box/css\";i:6903;s:108:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/bb-ultimate-addons/modules/pricing-box/js\";i:1064;s:105:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/bb-ultimate-addons/modules/pricing-box\";i:291969;s:115:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/bb-ultimate-addons/modules/progress-bar/includes\";i:47629;s:110:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/bb-ultimate-addons/modules/progress-bar/css\";i:3157;s:109:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/bb-ultimate-addons/modules/progress-bar/js\";i:10270;s:111:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/bb-ultimate-addons/modules/progress-bar/icon\";i:1269;s:106:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/bb-ultimate-addons/modules/progress-bar\";i:150149;s:114:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/bb-ultimate-addons/modules/info-circle/includes\";i:61857;s:109:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/bb-ultimate-addons/modules/info-circle/css\";i:3108;s:108:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/bb-ultimate-addons/modules/info-circle/js\";i:10610;s:110:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/bb-ultimate-addons/modules/info-circle/icon\";i:1390;s:105:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/bb-ultimate-addons/modules/info-circle\";i:235830;s:147:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/bb-ultimate-addons/modules/uabb-login-form/includes/vendor/google/apiclient/docs\";i:50497;s:159:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/bb-ultimate-addons/modules/uabb-login-form/includes/vendor/google/apiclient/src/Google/Utils\";i:9779;s:165:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/bb-ultimate-addons/modules/uabb-login-form/includes/vendor/google/apiclient/src/Google/AuthHandler\";i:6954;s:158:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/bb-ultimate-addons/modules/uabb-login-form/includes/vendor/google/apiclient/src/Google/Task\";i:8928;s:158:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/bb-ultimate-addons/modules/uabb-login-form/includes/vendor/google/apiclient/src/Google/Http\";i:22626;s:161:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/bb-ultimate-addons/modules/uabb-login-form/includes/vendor/google/apiclient/src/Google/Service\";i:12438;s:165:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/bb-ultimate-addons/modules/uabb-login-form/includes/vendor/google/apiclient/src/Google/AccessToken\";i:9962;s:153:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/bb-ultimate-addons/modules/uabb-login-form/includes/vendor/google/apiclient/src/Google\";i:120173;s:146:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/bb-ultimate-addons/modules/uabb-login-form/includes/vendor/google/apiclient/src\";i:120173;s:142:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/bb-ultimate-addons/modules/uabb-login-form/includes/vendor/google/apiclient\";i:199938;s:157:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/bb-ultimate-addons/modules/uabb-login-form/includes/vendor/google/apiclient-services/tests\";i:2355;s:186:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/bb-ultimate-addons/modules/uabb-login-form/includes/vendor/google/apiclient-services/src/Google/Service/Oauth2/Resource\";i:3368;s:177:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/bb-ultimate-addons/modules/uabb-login-form/includes/vendor/google/apiclient-services/src/Google/Service/Oauth2\";i:11243;s:170:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/bb-ultimate-addons/modules/uabb-login-form/includes/vendor/google/apiclient-services/src/Google/Service\";i:15959;s:162:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/bb-ultimate-addons/modules/uabb-login-form/includes/vendor/google/apiclient-services/src/Google\";i:15959;s:155:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/bb-ultimate-addons/modules/uabb-login-form/includes/vendor/google/apiclient-services/src\";i:15959;s:151:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/bb-ultimate-addons/modules/uabb-login-form/includes/vendor/google/apiclient-services\";i:32564;s:147:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/bb-ultimate-addons/modules/uabb-login-form/includes/vendor/google/auth/src/Cache\";i:14923;s:152:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/bb-ultimate-addons/modules/uabb-login-form/includes/vendor/google/auth/src/Subscriber\";i:11846;s:153:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/bb-ultimate-addons/modules/uabb-login-form/includes/vendor/google/auth/src/Credentials\";i:38488;s:152:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/bb-ultimate-addons/modules/uabb-login-form/includes/vendor/google/auth/src/Middleware\";i:12253;s:153:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/bb-ultimate-addons/modules/uabb-login-form/includes/vendor/google/auth/src/HttpHandler\";i:8055;s:141:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/bb-ultimate-addons/modules/uabb-login-form/includes/vendor/google/auth/src\";i:162496;s:137:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/bb-ultimate-addons/modules/uabb-login-form/includes/vendor/google/auth\";i:196803;s:132:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/bb-ultimate-addons/modules/uabb-login-form/includes/vendor/google\";i:429305;s:153:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/bb-ultimate-addons/modules/uabb-login-form/includes/vendor/ralouphie/getallheaders/src\";i:1686;s:149:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/bb-ultimate-addons/modules/uabb-login-form/includes/vendor/ralouphie/getallheaders\";i:4393;s:135:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/bb-ultimate-addons/modules/uabb-login-form/includes/vendor/ralouphie\";i:4393;s:172:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/bb-ultimate-addons/modules/uabb-login-form/includes/vendor/phpseclib/phpseclib/phpseclib/System/SSH/Agent\";i:6113;s:166:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/bb-ultimate-addons/modules/uabb-login-form/includes/vendor/phpseclib/phpseclib/phpseclib/System/SSH\";i:15200;s:162:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/bb-ultimate-addons/modules/uabb-login-form/includes/vendor/phpseclib/phpseclib/phpseclib/System\";i:15200;s:161:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/bb-ultimate-addons/modules/uabb-login-form/includes/vendor/phpseclib/phpseclib/phpseclib/Crypt\";i:496064;s:165:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/bb-ultimate-addons/modules/uabb-login-form/includes/vendor/phpseclib/phpseclib/phpseclib/File/ASN1\";i:917;s:160:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/bb-ultimate-addons/modules/uabb-login-form/includes/vendor/phpseclib/phpseclib/phpseclib/File\";i:271437;s:164:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/bb-ultimate-addons/modules/uabb-login-form/includes/vendor/phpseclib/phpseclib/phpseclib/Net/SFTP\";i:22588;s:159:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/bb-ultimate-addons/modules/uabb-login-form/includes/vendor/phpseclib/phpseclib/phpseclib/Net\";i:364898;s:160:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/bb-ultimate-addons/modules/uabb-login-form/includes/vendor/phpseclib/phpseclib/phpseclib/Math\";i:129804;s:155:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/bb-ultimate-addons/modules/uabb-login-form/includes/vendor/phpseclib/phpseclib/phpseclib\";i:1277961;s:145:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/bb-ultimate-addons/modules/uabb-login-form/includes/vendor/phpseclib/phpseclib\";i:1285636;s:135:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/bb-ultimate-addons/modules/uabb-login-form/includes/vendor/phpseclib\";i:1285636;s:163:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/bb-ultimate-addons/modules/uabb-login-form/includes/vendor/monolog/monolog/src/Monolog/Formatter\";i:50245;s:176:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/bb-ultimate-addons/modules/uabb-login-form/includes/vendor/monolog/monolog/src/Monolog/Handler/FingersCrossed\";i:3461;s:166:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/bb-ultimate-addons/modules/uabb-login-form/includes/vendor/monolog/monolog/src/Monolog/Handler/Curl\";i:1554;s:171:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/bb-ultimate-addons/modules/uabb-login-form/includes/vendor/monolog/monolog/src/Monolog/Handler/SyslogUdp\";i:1457;s:167:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/bb-ultimate-addons/modules/uabb-login-form/includes/vendor/monolog/monolog/src/Monolog/Handler/Slack\";i:8719;s:161:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/bb-ultimate-addons/modules/uabb-login-form/includes/vendor/monolog/monolog/src/Monolog/Handler\";i:238245;s:163:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/bb-ultimate-addons/modules/uabb-login-form/includes/vendor/monolog/monolog/src/Monolog/Processor\";i:18276;s:153:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/bb-ultimate-addons/modules/uabb-login-form/includes/vendor/monolog/monolog/src/Monolog\";i:353714;s:145:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/bb-ultimate-addons/modules/uabb-login-form/includes/vendor/monolog/monolog/src\";i:353714;s:141:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/bb-ultimate-addons/modules/uabb-login-form/includes/vendor/monolog/monolog\";i:385458;s:133:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/bb-ultimate-addons/modules/uabb-login-form/includes/vendor/monolog\";i:385458;s:134:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/bb-ultimate-addons/modules/uabb-login-form/includes/vendor/composer\";i:49316;s:146:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/bb-ultimate-addons/modules/uabb-login-form/includes/vendor/firebase/php-jwt/src\";i:15040;s:142:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/bb-ultimate-addons/modules/uabb-login-form/includes/vendor/firebase/php-jwt\";i:25501;s:134:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/bb-ultimate-addons/modules/uabb-login-form/includes/vendor/firebase\";i:25501;s:146:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/bb-ultimate-addons/modules/uabb-login-form/includes/vendor/psr/http-message/src\";i:47704;s:142:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/bb-ultimate-addons/modules/uabb-login-form/includes/vendor/psr/http-message\";i:50936;s:146:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/bb-ultimate-addons/modules/uabb-login-form/includes/vendor/psr/log/Psr/Log/Test\";i:9563;s:141:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/bb-ultimate-addons/modules/uabb-login-form/includes/vendor/psr/log/Psr/Log\";i:21488;s:137:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/bb-ultimate-addons/modules/uabb-login-form/includes/vendor/psr/log/Psr\";i:21488;s:133:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/bb-ultimate-addons/modules/uabb-login-form/includes/vendor/psr/log\";i:24583;s:139:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/bb-ultimate-addons/modules/uabb-login-form/includes/vendor/psr/cache/src\";i:8869;s:135:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/bb-ultimate-addons/modules/uabb-login-form/includes/vendor/psr/cache\";i:11554;s:129:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/bb-ultimate-addons/modules/uabb-login-form/includes/vendor/psr\";i:87073;s:145:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/bb-ultimate-addons/modules/uabb-login-form/includes/vendor/guzzlehttp/psr7/src\";i:151035;s:141:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/bb-ultimate-addons/modules/uabb-login-form/includes/vendor/guzzlehttp/psr7\";i:185285;s:149:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/bb-ultimate-addons/modules/uabb-login-form/includes/vendor/guzzlehttp/promises/src\";i:45221;s:145:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/bb-ultimate-addons/modules/uabb-login-form/includes/vendor/guzzlehttp/promises\";i:64377;s:155:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/bb-ultimate-addons/modules/uabb-login-form/includes/vendor/guzzlehttp/guzzle/src/Handler\";i:61009;s:154:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/bb-ultimate-addons/modules/uabb-login-form/includes/vendor/guzzlehttp/guzzle/src/Cookie\";i:28123;s:157:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/bb-ultimate-addons/modules/uabb-login-form/includes/vendor/guzzlehttp/guzzle/src/Exception\";i:8762;s:147:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/bb-ultimate-addons/modules/uabb-login-form/includes/vendor/guzzlehttp/guzzle/src\";i:200709;s:143:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/bb-ultimate-addons/modules/uabb-login-form/includes/vendor/guzzlehttp/guzzle\";i:338440;s:136:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/bb-ultimate-addons/modules/uabb-login-form/includes/vendor/guzzlehttp\";i:588102;s:125:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/bb-ultimate-addons/modules/uabb-login-form/includes/vendor\";i:2854969;s:118:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/bb-ultimate-addons/modules/uabb-login-form/includes\";i:2913285;s:113:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/bb-ultimate-addons/modules/uabb-login-form/css\";i:8238;s:112:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/bb-ultimate-addons/modules/uabb-login-form/js\";i:14140;s:114:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/bb-ultimate-addons/modules/uabb-login-form/icon\";i:1145;s:109:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/bb-ultimate-addons/modules/uabb-login-form\";i:3068882;s:113:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/bb-ultimate-addons/modules/uabb-photo/includes\";i:9296;s:108:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/bb-ultimate-addons/modules/uabb-photo/css\";i:276;s:107:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/bb-ultimate-addons/modules/uabb-photo/js\";i:1307;s:104:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/bb-ultimate-addons/modules/uabb-photo\";i:44766;s:113:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/bb-ultimate-addons/modules/spacer-gap/includes\";i:2497;s:107:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/bb-ultimate-addons/modules/spacer-gap/js\";i:1404;s:104:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/bb-ultimate-addons/modules/spacer-gap\";i:9432;s:124:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/bb-ultimate-addons/modules/uabb-marketing-button/includes\";i:27289;s:119:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/bb-ultimate-addons/modules/uabb-marketing-button/css\";i:5793;s:118:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/bb-ultimate-addons/modules/uabb-marketing-button/js\";i:1002;s:120:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/bb-ultimate-addons/modules/uabb-marketing-button/icon\";i:2350;s:115:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/bb-ultimate-addons/modules/uabb-marketing-button\";i:86670;s:114:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/bb-ultimate-addons/modules/uabb-button/includes\";i:58623;s:109:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/bb-ultimate-addons/modules/uabb-button/css\";i:181;s:108:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/bb-ultimate-addons/modules/uabb-button/js\";i:8516;s:105:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/bb-ultimate-addons/modules/uabb-button\";i:116778;s:118:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/bb-ultimate-addons/modules/uabb-price-list/includes\";i:29004;s:113:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/bb-ultimate-addons/modules/uabb-price-list/css\";i:5104;s:112:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/bb-ultimate-addons/modules/uabb-price-list/js\";i:996;s:114:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/bb-ultimate-addons/modules/uabb-price-list/icon\";i:1583;s:109:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/bb-ultimate-addons/modules/uabb-price-list\";i:108992;s:120:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/bb-ultimate-addons/modules/uabb-woo-products/includes\";i:39087;s:126:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/bb-ultimate-addons/modules/uabb-woo-products/templates/loop\";i:3186;s:121:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/bb-ultimate-addons/modules/uabb-woo-products/templates\";i:20487;s:115:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/bb-ultimate-addons/modules/uabb-woo-products/css\";i:31922;s:114:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/bb-ultimate-addons/modules/uabb-woo-products/js\";i:21080;s:116:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/bb-ultimate-addons/modules/uabb-woo-products/icon\";i:1304;s:111:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/bb-ultimate-addons/modules/uabb-woo-products\";i:245440;s:114:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/bb-ultimate-addons/modules/uabb-search/includes\";i:14342;s:109:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/bb-ultimate-addons/modules/uabb-search/css\";i:8062;s:108:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/bb-ultimate-addons/modules/uabb-search/js\";i:10280;s:110:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/bb-ultimate-addons/modules/uabb-search/icon\";i:834;s:105:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/bb-ultimate-addons/modules/uabb-search\";i:66189;s:122:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/bb-ultimate-addons/modules/uabb-business-hours/includes\";i:17566;s:117:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/bb-ultimate-addons/modules/uabb-business-hours/css\";i:205;s:116:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/bb-ultimate-addons/modules/uabb-business-hours/js\";i:983;s:113:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/bb-ultimate-addons/modules/uabb-business-hours\";i:60072;s:121:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/bb-ultimate-addons/modules/uabb-woo-mini-cart/includes\";i:30952;s:116:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/bb-ultimate-addons/modules/uabb-woo-mini-cart/css\";i:16967;s:115:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/bb-ultimate-addons/modules/uabb-woo-mini-cart/js\";i:12482;s:117:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/bb-ultimate-addons/modules/uabb-woo-mini-cart/icon\";i:2703;s:112:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/bb-ultimate-addons/modules/uabb-woo-mini-cart\";i:103187;s:112:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/bb-ultimate-addons/modules/slide-box/includes\";i:75037;s:107:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/bb-ultimate-addons/modules/slide-box/css\";i:7148;s:106:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/bb-ultimate-addons/modules/slide-box/js\";i:21206;s:103:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/bb-ultimate-addons/modules/slide-box\";i:235512;s:113:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/bb-ultimate-addons/modules/uabb-table/includes\";i:43191;s:108:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/bb-ultimate-addons/modules/uabb-table/css\";i:2649;s:107:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/bb-ultimate-addons/modules/uabb-table/js\";i:11448;s:109:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/bb-ultimate-addons/modules/uabb-table/icon\";i:778;s:104:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/bb-ultimate-addons/modules/uabb-table\";i:169309;s:111:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/bb-ultimate-addons/modules/info-box/includes\";i:81433;s:106:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/bb-ultimate-addons/modules/info-box/css\";i:4734;s:105:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/bb-ultimate-addons/modules/info-box/js\";i:17696;s:107:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/bb-ultimate-addons/modules/info-box/icon\";i:1871;s:102:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/bb-ultimate-addons/modules/info-box\";i:297047;s:125:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/bb-ultimate-addons/modules/uabb-beforeafterslider/includes\";i:26750;s:120:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/bb-ultimate-addons/modules/uabb-beforeafterslider/css\";i:9271;s:119:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/bb-ultimate-addons/modules/uabb-beforeafterslider/js\";i:22581;s:116:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/bb-ultimate-addons/modules/uabb-beforeafterslider\";i:93299;s:113:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/bb-ultimate-addons/modules/info-table/includes\";i:66185;s:108:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/bb-ultimate-addons/modules/info-table/css\";i:2232;s:107:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/bb-ultimate-addons/modules/info-table/js\";i:5464;s:104:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/bb-ultimate-addons/modules/info-table\";i:174738;s:111:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/bb-ultimate-addons/modules/uabb-faq/includes\";i:31735;s:106:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/bb-ultimate-addons/modules/uabb-faq/css\";i:2819;s:105:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/bb-ultimate-addons/modules/uabb-faq/js\";i:4849;s:107:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/bb-ultimate-addons/modules/uabb-faq/icon\";i:2577;s:102:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/bb-ultimate-addons/modules/uabb-faq\";i:88682;s:116:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/bb-ultimate-addons/modules/advanced-tabs/includes\";i:60564;s:111:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/bb-ultimate-addons/modules/advanced-tabs/css\";i:7984;s:110:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/bb-ultimate-addons/modules/advanced-tabs/js\";i:17547;s:107:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/bb-ultimate-addons/modules/advanced-tabs\";i:169164;s:119:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/bb-ultimate-addons/modules/uabb-devices/includes/svg\";i:32526;s:115:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/bb-ultimate-addons/modules/uabb-devices/includes\";i:78709;s:110:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/bb-ultimate-addons/modules/uabb-devices/css\";i:23443;s:109:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/bb-ultimate-addons/modules/uabb-devices/js\";i:13298;s:111:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/bb-ultimate-addons/modules/uabb-devices/icon\";i:695;s:113:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/bb-ultimate-addons/modules/uabb-devices/images\";i:10460;s:106:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/bb-ultimate-addons/modules/uabb-devices\";i:175365;s:122:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/bb-ultimate-addons/modules/uabb-image-carousel/includes\";i:27997;s:117:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/bb-ultimate-addons/modules/uabb-image-carousel/css\";i:8578;s:116:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/bb-ultimate-addons/modules/uabb-image-carousel/js\";i:5280;s:113:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/bb-ultimate-addons/modules/uabb-image-carousel\";i:94435;s:115:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/bb-ultimate-addons/modules/uabb-hotspot/includes\";i:66220;s:110:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/bb-ultimate-addons/modules/uabb-hotspot/css\";i:12024;s:109:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/bb-ultimate-addons/modules/uabb-hotspot/js\";i:24685;s:111:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/bb-ultimate-addons/modules/uabb-hotspot/icon\";i:1199;s:106:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/bb-ultimate-addons/modules/uabb-hotspot\";i:200152;s:107:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/bb-ultimate-addons/modules/team/includes\";i:43343;s:102:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/bb-ultimate-addons/modules/team/css\";i:1486;s:101:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/bb-ultimate-addons/modules/team/js\";i:1858;s:103:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/bb-ultimate-addons/modules/team/icon\";i:915;s:98:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/bb-ultimate-addons/modules/team\";i:157033;s:122:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/bb-ultimate-addons/modules/uabb-content-toggle/includes\";i:37439;s:117:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/bb-ultimate-addons/modules/uabb-content-toggle/css\";i:6608;s:116:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/bb-ultimate-addons/modules/uabb-content-toggle/js\";i:21926;s:118:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/bb-ultimate-addons/modules/uabb-content-toggle/icon\";i:907;s:113:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/bb-ultimate-addons/modules/uabb-content-toggle\";i:139702;s:120:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/bb-ultimate-addons/modules/uabb-contact-form/includes\";i:71499;s:115:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/bb-ultimate-addons/modules/uabb-contact-form/css\";i:6840;s:114:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/bb-ultimate-addons/modules/uabb-contact-form/js\";i:21720;s:111:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/bb-ultimate-addons/modules/uabb-contact-form\";i:251063;s:127:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/bb-ultimate-addons/modules/uabb-caldera-form-styler/includes\";i:51239;s:122:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/bb-ultimate-addons/modules/uabb-caldera-form-styler/css\";i:23231;s:121:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/bb-ultimate-addons/modules/uabb-caldera-form-styler/js\";i:5748;s:118:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/bb-ultimate-addons/modules/uabb-caldera-form-styler\";i:119836;s:118:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/bb-ultimate-addons/modules/image-separator/includes\";i:10692;s:113:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/bb-ultimate-addons/modules/image-separator/css\";i:1947;s:112:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/bb-ultimate-addons/modules/image-separator/js\";i:3961;s:109:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/bb-ultimate-addons/modules/image-separator\";i:61802;s:124:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/bb-ultimate-addons/modules/uabb-business-reviews/includes\";i:42871;s:119:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/bb-ultimate-addons/modules/uabb-business-reviews/css\";i:16173;s:118:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/bb-ultimate-addons/modules/uabb-business-reviews/js\";i:14279;s:120:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/bb-ultimate-addons/modules/uabb-business-reviews/icon\";i:4551;s:115:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/bb-ultimate-addons/modules/uabb-business-reviews\";i:196668;s:120:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/bb-ultimate-addons/modules/uabb-social-share/includes\";i:36851;s:115:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/bb-ultimate-addons/modules/uabb-social-share/css\";i:28728;s:114:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/bb-ultimate-addons/modules/uabb-social-share/js\";i:5640;s:111:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/bb-ultimate-addons/modules/uabb-social-share\";i:107880;s:114:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/bb-ultimate-addons/modules/modal-popup/includes\";i:63405;s:109:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/bb-ultimate-addons/modules/modal-popup/css\";i:23579;s:108:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/bb-ultimate-addons/modules/modal-popup/js\";i:33367;s:105:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/bb-ultimate-addons/modules/modal-popup\";i:254081;s:122:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/bb-ultimate-addons/modules/uabb-woo-categories/includes\";i:21035;s:123:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/bb-ultimate-addons/modules/uabb-woo-categories/templates\";i:1198;s:117:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/bb-ultimate-addons/modules/uabb-woo-categories/css\";i:13318;s:116:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/bb-ultimate-addons/modules/uabb-woo-categories/js\";i:4045;s:118:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/bb-ultimate-addons/modules/uabb-woo-categories/icon\";i:1246;s:113:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/bb-ultimate-addons/modules/uabb-woo-categories\";i:95131;s:112:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/bb-ultimate-addons/modules/info-list/includes\";i:41119;s:107:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/bb-ultimate-addons/modules/info-list/css\";i:74373;s:106:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/bb-ultimate-addons/modules/info-list/js\";i:1151;s:108:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/bb-ultimate-addons/modules/info-list/icon\";i:1679;s:103:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/bb-ultimate-addons/modules/info-list\";i:183964;s:120:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/bb-ultimate-addons/modules/uabb-retina-image/includes\";i:14769;s:115:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/bb-ultimate-addons/modules/uabb-retina-image/css\";i:1089;s:116:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/bb-ultimate-addons/modules/uabb-retina-image/icon\";i:1133;s:111:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/bb-ultimate-addons/modules/uabb-retina-image\";i:53601;s:114:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/bb-ultimate-addons/modules/info-banner/includes\";i:37006;s:109:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/bb-ultimate-addons/modules/info-banner/css\";i:18049;s:108:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/bb-ultimate-addons/modules/info-banner/js\";i:205;s:110:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/bb-ultimate-addons/modules/info-banner/icon\";i:895;s:105:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/bb-ultimate-addons/modules/info-banner\";i:165663;s:121:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/bb-ultimate-addons/modules/uabb-advanced-menu/includes\";i:147769;s:116:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/bb-ultimate-addons/modules/uabb-advanced-menu/img\";i:364;s:116:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/bb-ultimate-addons/modules/uabb-advanced-menu/css\";i:9621;s:115:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/bb-ultimate-addons/modules/uabb-advanced-menu/js\";i:21091;s:112:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/bb-ultimate-addons/modules/uabb-advanced-menu\";i:316268;s:127:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/bb-ultimate-addons/modules/mailchimp-subscribe-form/includes\";i:76840;s:122:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/bb-ultimate-addons/modules/mailchimp-subscribe-form/css\";i:7167;s:121:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/bb-ultimate-addons/modules/mailchimp-subscribe-form/js\";i:9382;s:118:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/bb-ultimate-addons/modules/mailchimp-subscribe-form\";i:235559;s:113:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/bb-ultimate-addons/modules/google-map/includes\";i:6972;s:108:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/bb-ultimate-addons/modules/google-map/css\";i:249;s:107:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/bb-ultimate-addons/modules/google-map/js\";i:27555;s:104:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/bb-ultimate-addons/modules/google-map\";i:65422;s:121:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/bb-ultimate-addons/modules/advanced-accordion/includes\";i:36617;s:116:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/bb-ultimate-addons/modules/advanced-accordion/css\";i:3997;s:115:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/bb-ultimate-addons/modules/advanced-accordion/js\";i:12591;s:112:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/bb-ultimate-addons/modules/advanced-accordion\";i:131046;s:112:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/bb-ultimate-addons/modules/list-icon/includes\";i:19159;s:107:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/bb-ultimate-addons/modules/list-icon/css\";i:1109;s:106:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/bb-ultimate-addons/modules/list-icon/js\";i:4025;s:103:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/bb-ultimate-addons/modules/list-icon\";i:78949;s:126:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/bb-ultimate-addons/modules/uabb-fluent-form-styler/includes\";i:33331;s:121:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/bb-ultimate-addons/modules/uabb-fluent-form-styler/css\";i:1833;s:120:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/bb-ultimate-addons/modules/uabb-fluent-form-styler/js\";i:974;s:117:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/bb-ultimate-addons/modules/uabb-fluent-form-styler\";i:78075;s:113:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/bb-ultimate-addons/modules/fancy-text/includes\";i:26461;s:108:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/bb-ultimate-addons/modules/fancy-text/css\";i:15699;s:107:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/bb-ultimate-addons/modules/fancy-text/js\";i:35696;s:104:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/bb-ultimate-addons/modules/fancy-text\";i:123621;s:115:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/bb-ultimate-addons/modules/uabb-numbers/includes\";i:37941;s:110:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/bb-ultimate-addons/modules/uabb-numbers/css\";i:4149;s:109:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/bb-ultimate-addons/modules/uabb-numbers/js\";i:16260;s:106:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/bb-ultimate-addons/modules/uabb-numbers\";i:154097;s:121:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/bb-ultimate-addons/modules/uabb-video-gallery/includes\";i:47263;s:116:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/bb-ultimate-addons/modules/uabb-video-gallery/css\";i:16783;s:115:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/bb-ultimate-addons/modules/uabb-video-gallery/js\";i:13629;s:117:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/bb-ultimate-addons/modules/uabb-video-gallery/icon\";i:2065;s:112:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/bb-ultimate-addons/modules/uabb-video-gallery\";i:195564;s:113:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/bb-ultimate-addons/modules/blog-posts/includes\";i:139287;s:108:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/bb-ultimate-addons/modules/blog-posts/img\";i:7883;s:108:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/bb-ultimate-addons/modules/blog-posts/css\";i:13007;s:107:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/bb-ultimate-addons/modules/blog-posts/js\";i:61081;s:104:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/bb-ultimate-addons/modules/blog-posts\";i:484904;s:125:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/bb-ultimate-addons/modules/uabb-table-of-contents/includes\";i:26917;s:120:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/bb-ultimate-addons/modules/uabb-table-of-contents/css\";i:2503;s:119:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/bb-ultimate-addons/modules/uabb-table-of-contents/js\";i:10535;s:121:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/bb-ultimate-addons/modules/uabb-table-of-contents/icon\";i:2377;s:116:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/bb-ultimate-addons/modules/uabb-table-of-contents\";i:87220;s:116:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/bb-ultimate-addons/modules/advanced-icon/includes\";i:15574;s:111:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/bb-ultimate-addons/modules/advanced-icon/css\";i:64;s:110:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/bb-ultimate-addons/modules/advanced-icon/js\";i:1913;s:107:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/bb-ultimate-addons/modules/advanced-icon\";i:47516;s:114:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/bb-ultimate-addons/modules/dual-button/includes\";i:83360;s:109:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/bb-ultimate-addons/modules/dual-button/css\";i:13364;s:108:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/bb-ultimate-addons/modules/dual-button/js\";i:7026;s:105:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/bb-ultimate-addons/modules/dual-button\";i:192116;s:111:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/bb-ultimate-addons/modules/flip-box/includes\";i:45993;s:106:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/bb-ultimate-addons/modules/flip-box/css\";i:25139;s:105:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/bb-ultimate-addons/modules/flip-box/js\";i:13385;s:107:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/bb-ultimate-addons/modules/flip-box/icon\";i:864;s:102:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/bb-ultimate-addons/modules/flip-box\";i:218276;s:121:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/bb-ultimate-addons/modules/dual-color-heading/includes\";i:26643;s:116:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/bb-ultimate-addons/modules/dual-color-heading/css\";i:1759;s:115:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/bb-ultimate-addons/modules/dual-color-heading/js\";i:160;s:112:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/bb-ultimate-addons/modules/dual-color-heading\";i:72612;s:115:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/bb-ultimate-addons/modules/uabb-heading/includes\";i:30835;s:110:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/bb-ultimate-addons/modules/uabb-heading/css\";i:2470;s:109:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/bb-ultimate-addons/modules/uabb-heading/js\";i:225;s:106:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/bb-ultimate-addons/modules/uabb-heading\";i:113924;s:125:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/bb-ultimate-addons/modules/uabb-registration-form/includes\";i:61992;s:120:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/bb-ultimate-addons/modules/uabb-registration-form/css\";i:7273;s:119:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/bb-ultimate-addons/modules/uabb-registration-form/js\";i:24392;s:116:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/bb-ultimate-addons/modules/uabb-registration-form\";i:217446;s:116:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/bb-ultimate-addons/modules/photo-gallery/includes\";i:43457;s:111:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/bb-ultimate-addons/modules/photo-gallery/css\";i:8107;s:110:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/bb-ultimate-addons/modules/photo-gallery/js\";i:34323;s:114:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/bb-ultimate-addons/modules/photo-gallery/images\";i:2778;s:107:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/bb-ultimate-addons/modules/photo-gallery\";i:173689;s:120:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/bb-ultimate-addons/modules/uabb-gravity-form/includes\";i:118656;s:115:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/bb-ultimate-addons/modules/uabb-gravity-form/css\";i:5338;s:114:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/bb-ultimate-addons/modules/uabb-gravity-form/js\";i:8758;s:111:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/bb-ultimate-addons/modules/uabb-gravity-form\";i:309902;s:117:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/bb-ultimate-addons/modules/uabb-separator/includes\";i:1569;s:111:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/bb-ultimate-addons/modules/uabb-separator/js\";i:703;s:108:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/bb-ultimate-addons/modules/uabb-separator\";i:10538;s:109:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/bb-ultimate-addons/modules/ribbon/includes\";i:22122;s:104:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/bb-ultimate-addons/modules/ribbon/css\";i:2190;s:105:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/bb-ultimate-addons/modules/ribbon/icon\";i:1124;s:100:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/bb-ultimate-addons/modules/ribbon\";i:52111;s:123:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/bb-ultimate-addons/modules/interactive-banner-2/includes\";i:18119;s:118:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/bb-ultimate-addons/modules/interactive-banner-2/css\";i:27302;s:117:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/bb-ultimate-addons/modules/interactive-banner-2/js\";i:2689;s:119:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/bb-ultimate-addons/modules/interactive-banner-2/icon\";i:1385;s:114:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/bb-ultimate-addons/modules/interactive-banner-2\";i:91008;s:118:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/bb-ultimate-addons/modules/uabb-off-canvas/includes\";i:50966;s:113:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/bb-ultimate-addons/modules/uabb-off-canvas/css\";i:4504;s:112:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/bb-ultimate-addons/modules/uabb-off-canvas/js\";i:15619;s:114:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/bb-ultimate-addons/modules/uabb-off-canvas/icon\";i:1078;s:109:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/bb-ultimate-addons/modules/uabb-off-canvas\";i:165203;s:123:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/bb-ultimate-addons/modules/uabb-woo-add-to-cart/includes\";i:15053;s:118:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/bb-ultimate-addons/modules/uabb-woo-add-to-cart/css\";i:2198;s:117:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/bb-ultimate-addons/modules/uabb-woo-add-to-cart/js\";i:2982;s:119:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/bb-ultimate-addons/modules/uabb-woo-add-to-cart/icon\";i:2249;s:114:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/bb-ultimate-addons/modules/uabb-woo-add-to-cart\";i:55649;s:114:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/bb-ultimate-addons/modules/uabb-how-to/includes\";i:55270;s:109:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/bb-ultimate-addons/modules/uabb-how-to/css\";i:867;s:108:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/bb-ultimate-addons/modules/uabb-how-to/js\";i:1379;s:110:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/bb-ultimate-addons/modules/uabb-how-to/icon\";i:1066;s:105:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/bb-ultimate-addons/modules/uabb-how-to\";i:146682;s:121:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/bb-ultimate-addons/modules/uabb-contact-form7/includes\";i:93323;s:116:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/bb-ultimate-addons/modules/uabb-contact-form7/css\";i:2633;s:115:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/bb-ultimate-addons/modules/uabb-contact-form7/js\";i:5718;s:112:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/bb-ultimate-addons/modules/uabb-contact-form7\";i:254836;s:109:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/bb-ultimate-addons/modules/ihover/includes\";i:30241;s:104:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/bb-ultimate-addons/modules/ihover/css\";i:79255;s:103:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/bb-ultimate-addons/modules/ihover/js\";i:4610;s:105:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/bb-ultimate-addons/modules/ihover/icon\";i:1121;s:100:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/bb-ultimate-addons/modules/ihover\";i:189243;s:119:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/bb-ultimate-addons/modules/adv-testimonials/includes\";i:77800;s:114:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/bb-ultimate-addons/modules/adv-testimonials/css\";i:4925;s:113:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/bb-ultimate-addons/modules/adv-testimonials/js\";i:6588;s:110:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/bb-ultimate-addons/modules/adv-testimonials\";i:201845;s:116:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/bb-ultimate-addons/modules/uabb-timeline/includes\";i:52688;s:111:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/bb-ultimate-addons/modules/uabb-timeline/img\";i:4713;s:111:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/bb-ultimate-addons/modules/uabb-timeline/css\";i:59003;s:110:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/bb-ultimate-addons/modules/uabb-timeline/js\";i:18317;s:112:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/bb-ultimate-addons/modules/uabb-timeline/icon\";i:2090;s:107:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/bb-ultimate-addons/modules/uabb-timeline\";i:197932;s:93:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/bb-ultimate-addons/modules\";i:13813530;s:125:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/bb-ultimate-addons/admin/bsf-analytics/assets/css/minified\";i:608;s:127:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/bb-ultimate-addons/admin/bsf-analytics/assets/css/unminified\";i:778;s:116:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/bb-ultimate-addons/admin/bsf-analytics/assets/css\";i:1386;s:112:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/bb-ultimate-addons/admin/bsf-analytics/assets\";i:1386;s:105:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/bb-ultimate-addons/admin/bsf-analytics\";i:25494;s:115:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/bb-ultimate-addons/admin/bsf-core/includes/views\";i:2335;s:109:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/bb-ultimate-addons/admin/bsf-core/includes\";i:22948;s:117:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/bb-ultimate-addons/admin/bsf-core/plugin-installer\";i:10166;s:108:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/bb-ultimate-addons/admin/bsf-core/classes\";i:12768;s:112:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/bb-ultimate-addons/admin/bsf-core/auto-update\";i:22783;s:113:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/bb-ultimate-addons/admin/bsf-core/assets/fonts\";i:7039;s:111:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/bb-ultimate-addons/admin/bsf-core/assets/css\";i:36789;s:110:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/bb-ultimate-addons/admin/bsf-core/assets/js\";i:36842;s:114:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/bb-ultimate-addons/admin/bsf-core/assets/images\";i:25559;s:107:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/bb-ultimate-addons/admin/bsf-core/assets\";i:106229;s:100:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/bb-ultimate-addons/admin/bsf-core\";i:289703;s:91:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/bb-ultimate-addons/admin\";i:315259;s:126:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/bb-ultimate-addons/includes/icons/ultimate-icons/demo-files\";i:3205;s:121:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/bb-ultimate-addons/includes/icons/ultimate-icons/fonts\";i:521080;s:115:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/bb-ultimate-addons/includes/icons/ultimate-icons\";i:1429152;s:100:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/bb-ultimate-addons/includes/icons\";i:1429152;s:94:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/bb-ultimate-addons/includes\";i:1593089;s:115:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/bb-ultimate-addons/classes/batch-process/helpers\";i:21538;s:107:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/bb-ultimate-addons/classes/batch-process\";i:70123;s:98:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/bb-ultimate-addons/classes/wpml\";i:33654;s:93:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/bb-ultimate-addons/classes\";i:1122807;s:95:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/bb-ultimate-addons/languages\";i:1740165;s:106:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/bb-ultimate-addons/fields/uabb-file/css\";i:576;s:105:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/bb-ultimate-addons/fields/uabb-file/js\";i:2482;s:102:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/bb-ultimate-addons/fields/uabb-file\";i:7041;s:110:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/bb-ultimate-addons/fields/uabb-sortable/css\";i:567;s:109:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/bb-ultimate-addons/fields/uabb-sortable/js\";i:1084;s:106:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/bb-ultimate-addons/fields/uabb-sortable\";i:5633;s:110:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/bb-ultimate-addons/fields/uabb-gradient/css\";i:2161;s:109:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/bb-ultimate-addons/fields/uabb-gradient/js\";i:824;s:106:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/bb-ultimate-addons/fields/uabb-gradient\";i:13328;s:109:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/bb-ultimate-addons/fields/uabb-msg-box/css\";i:832;s:105:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/bb-ultimate-addons/fields/uabb-msg-box\";i:3967;s:106:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/bb-ultimate-addons/fields/uabb-date/css\";i:173;s:102:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/bb-ultimate-addons/fields/uabb-date\";i:21781;s:119:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/bb-ultimate-addons/fields/uabb-hotspot-draggable/css\";i:1262;s:118:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/bb-ultimate-addons/fields/uabb-hotspot-draggable/js\";i:1095;s:115:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/bb-ultimate-addons/fields/uabb-hotspot-draggable\";i:5091;s:92:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/bb-ultimate-addons/fields\";i:59729;s:93:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/bb-ultimate-addons/objects\";i:28564;s:100:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/bb-ultimate-addons/assets/presets\";i:512500;s:104:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/bb-ultimate-addons/assets/dynamic-css\";i:19881;s:96:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/bb-ultimate-addons/assets/css\";i:139641;s:110:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/bb-ultimate-addons/assets/js/global-scripts\";i:129994;s:95:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/bb-ultimate-addons/assets/js\";i:570931;s:99:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/bb-ultimate-addons/assets/images\";i:2908;s:92:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/bb-ultimate-addons/assets\";i:1245861;s:103:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/bb-ultimate-addons/lib/astra-notices\";i:13410;s:89:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/bb-ultimate-addons/lib\";i:13410;s:85:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/bb-ultimate-addons\";i:20063331;s:99:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/code-snippets/dist/editor-themes\";i:135024;s:85:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/code-snippets/dist\";i:549912;s:131:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/code-snippets/vendor/composer/installers/src/Composer/Installers\";i:77612;s:120:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/code-snippets/vendor/composer/installers/src/Composer\";i:77612;s:111:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/code-snippets/vendor/composer/installers/src\";i:78080;s:107:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/code-snippets/vendor/composer/installers\";i:82160;s:96:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/code-snippets/vendor/composer\";i:128370;s:87:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/code-snippets/vendor\";i:129141;s:89:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/code-snippets/css/edit\";i:4403;s:84:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/code-snippets/css\";i:16997;s:87:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/code-snippets/assets\";i:4904;s:100:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/code-snippets/js/common/TagEditor\";i:5606;s:90:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/code-snippets/js/common\";i:8449;s:93:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/code-snippets/js/utils/api\";i:3806;s:89:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/code-snippets/js/utils\";i:6246;s:97:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/code-snippets/js/types/modules\";i:1391;s:92:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/code-snippets/js/types/wp\";i:2590;s:89:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/code-snippets/js/types\";i:8436;s:99:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/code-snippets/js/Edit/components\";i:12081;s:95:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/code-snippets/js/Edit/fields\";i:10418;s:102:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/code-snippets/js/Edit/SnippetEditor\";i:12951;s:88:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/code-snippets/js/Edit\";i:43617;s:90:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/code-snippets/js/manage\";i:4921;s:92:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/code-snippets/js/settings\";i:3262;s:83:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/code-snippets/js\";i:82332;s:93:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/code-snippets/php/rest-api\";i:15259;s:94:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/code-snippets/php/front-end\";i:13249;s:96:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/code-snippets/php/admin-menus\";i:31423;s:90:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/code-snippets/php/views\";i:6228;s:91:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/code-snippets/php/export\";i:11543;s:93:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/code-snippets/php/settings\";i:23717;s:84:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/code-snippets/php\";i:235600;s:80:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/code-snippets\";i:1060033;s:87:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/litespeed-cache/lang\";i:148397;s:86:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/litespeed-cache/inc\";i:119;s:86:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/litespeed-cache/cli\";i:24555;s:101:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/litespeed-cache/src/data_structure\";i:2681;s:90:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/litespeed-cache/src/cdn\";i:9207;s:86:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/litespeed-cache/src\";i:863422;s:94:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/litespeed-cache/data/preset\";i:7667;s:87:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/litespeed-cache/data\";i:27372;s:99:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/litespeed-cache/assets/img/icons\";i:118293;s:93:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/litespeed-cache/assets/img\";i:136175;s:99:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/litespeed-cache/assets/css/fonts\";i:10867;s:93:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/litespeed-cache/assets/css\";i:171568;s:92:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/litespeed-cache/assets/js\";i:1055672;s:89:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/litespeed-cache/assets\";i:1363415;s:94:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/litespeed-cache/tpl/crawler\";i:24390;s:94:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/litespeed-cache/tpl/presets\";i:9017;s:93:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/litespeed-cache/tpl/banner\";i:17811;s:90:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/litespeed-cache/tpl/inc\";i:8980;s:94:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/litespeed-cache/tpl/toolbox\";i:37928;s:90:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/litespeed-cache/tpl/cdn\";i:26401;s:95:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/litespeed-cache/tpl/img_optm\";i:23113;s:94:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/litespeed-cache/tpl/general\";i:17431;s:92:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/litespeed-cache/tpl/cache\";i:50030;s:96:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/litespeed-cache/tpl/page_optm\";i:56520;s:91:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/litespeed-cache/tpl/dash\";i:31918;s:94:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/litespeed-cache/tpl/db_optm\";i:8301;s:86:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/litespeed-cache/tpl\";i:314071;s:94:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/litespeed-cache/lib/css-min\";i:51053;s:97:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/litespeed-cache/lib/jsmin_data\";i:987;s:86:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/litespeed-cache/lib\";i:118180;s:93:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/litespeed-cache/thirdparty\";i:64909;s:82:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/litespeed-cache\";i:3115329;s:84:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-defender/vault\";i:18;s:88:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-defender/languages\";i:223333;s:111:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-defender/vendor/league/uri/src/Exceptions\";i:860;s:112:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-defender/vendor/league/uri/src/UriTemplate\";i:20453;s:100:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-defender/vendor/league/uri/src\";i:118666;s:96:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-defender/vendor/league/uri\";i:122794;s:122:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-defender/vendor/league/uri-interfaces/src/Exceptions\";i:2486;s:121:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-defender/vendor/league/uri-interfaces/src/Contracts\";i:42357;s:116:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-defender/vendor/league/uri-interfaces/src/Idna\";i:11446;s:111:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-defender/vendor/league/uri-interfaces/src\";i:56289;s:107:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-defender/vendor/league/uri-interfaces\";i:59331;s:92:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-defender/vendor/league\";i:182125;s:89:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-defender/vendor/bin\";i:9985;s:110:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-defender/vendor/brick/math/src/Exception\";i:3447;s:120:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-defender/vendor/brick/math/src/Internal/Calculator\";i:19376;s:109:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-defender/vendor/brick/math/src/Internal\";i:41084;s:100:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-defender/vendor/brick/math/src\";i:136371;s:96:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-defender/vendor/brick/math\";i:141823;s:91:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-defender/vendor/brick\";i:141823;s:111:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-defender/vendor/spomky-labs/base64url/src\";i:1407;s:107:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-defender/vendor/spomky-labs/base64url\";i:3499;s:114:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-defender/vendor/spomky-labs/cbor-php/src/Tag\";i:20882;s:122:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-defender/vendor/spomky-labs/cbor-php/src/OtherObject\";i:14293;s:110:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-defender/vendor/spomky-labs/cbor-php/src\";i:76115;s:106:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-defender/vendor/spomky-labs/cbor-php\";i:82534;s:97:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-defender/vendor/spomky-labs\";i:86033;s:121:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-defender/vendor/web-auth/cose-lib/src/Algorithm/Mac\";i:4124;s:133:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-defender/vendor/web-auth/cose-lib/src/Algorithm/Signature/ECDSA\";i:9380;s:131:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-defender/vendor/web-auth/cose-lib/src/Algorithm/Signature/RSA\";i:11229;s:133:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-defender/vendor/web-auth/cose-lib/src/Algorithm/Signature/EdDSA\";i:3881;s:127:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-defender/vendor/web-auth/cose-lib/src/Algorithm/Signature\";i:25010;s:117:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-defender/vendor/web-auth/cose-lib/src/Algorithm\";i:31758;s:111:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-defender/vendor/web-auth/cose-lib/src/Key\";i:14480;s:107:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-defender/vendor/web-auth/cose-lib/src\";i:56887;s:103:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-defender/vendor/web-auth/cose-lib\";i:58743;s:115:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-defender/vendor/web-auth/metadata-service/src\";i:86941;s:111:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-defender/vendor/web-auth/metadata-service\";i:89215;s:121:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-defender/vendor/web-auth/webauthn-lib/src/TrustPath\";i:5125;s:124:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-defender/vendor/web-auth/webauthn-lib/src/TokenBinding\";i:4896;s:119:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-defender/vendor/web-auth/webauthn-lib/src/Counter\";i:1680;s:135:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-defender/vendor/web-auth/webauthn-lib/src/CertificateChainChecker\";i:8658;s:136:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-defender/vendor/web-auth/webauthn-lib/src/AuthenticationExtensions\";i:8658;s:132:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-defender/vendor/web-auth/webauthn-lib/src/AttestationStatement\";i:67182;s:116:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-defender/vendor/web-auth/webauthn-lib/src/Util\";i:1539;s:111:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-defender/vendor/web-auth/webauthn-lib/src\";i:217224;s:107:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-defender/vendor/web-auth/webauthn-lib\";i:220097;s:94:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-defender/vendor/web-auth\";i:368055;s:109:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-defender/vendor/nyholm/psr7/src/Factory\";i:4467;s:101:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-defender/vendor/nyholm/psr7/src\";i:49459;s:97:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-defender/vendor/nyholm/psr7\";i:59017;s:108:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-defender/vendor/nyholm/psr7-server/src\";i:12825;s:104:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-defender/vendor/nyholm/psr7-server\";i:17696;s:92:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-defender/vendor/nyholm\";i:76713;s:114:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-defender/vendor/php-http/message-factory/src\";i:3599;s:110:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-defender/vendor/php-http/message-factory\";i:9346;s:94:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-defender/vendor/php-http\";i:9346;s:132:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-defender/vendor/woocommerce/action-scheduler/classes/abstracts\";i:81675;s:132:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-defender/vendor/woocommerce/action-scheduler/classes/schedules\";i:11133;s:130:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-defender/vendor/woocommerce/action-scheduler/classes/actions\";i:3508;s:132:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-defender/vendor/woocommerce/action-scheduler/classes/migration\";i:26665;s:134:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-defender/vendor/woocommerce/action-scheduler/classes/data-stores\";i:101189;s:129:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-defender/vendor/woocommerce/action-scheduler/classes/WP_CLI\";i:20162;s:129:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-defender/vendor/woocommerce/action-scheduler/classes/schema\";i:7716;s:122:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-defender/vendor/woocommerce/action-scheduler/classes\";i:341077;s:125:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-defender/vendor/woocommerce/action-scheduler/deprecated\";i:13664;s:134:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-defender/vendor/woocommerce/action-scheduler/lib/cron-expression\";i:34115;s:118:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-defender/vendor/woocommerce/action-scheduler/lib\";i:38112;s:114:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-defender/vendor/woocommerce/action-scheduler\";i:462391;s:97:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-defender/vendor/woocommerce\";i:462391;s:112:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-defender/vendor/beberlei/assert/lib/Assert\";i:168416;s:105:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-defender/vendor/beberlei/assert/lib\";i:168416;s:101:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-defender/vendor/beberlei/assert\";i:170688;s:94:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-defender/vendor/beberlei\";i:170688;s:94:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-defender/vendor/composer\";i:175228;s:109:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-defender/vendor/web-token/jwt-core/Util\";i:38667;s:104:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-defender/vendor/web-token/jwt-core\";i:59203;s:128:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-defender/vendor/web-token/jwt-signature-algorithm-rsa/Util\";i:8390;s:123:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-defender/vendor/web-token/jwt-signature-algorithm-rsa\";i:20459;s:125:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-defender/vendor/web-token/jwt-signature-algorithm-ecdsa\";i:6582;s:117:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-defender/vendor/web-token/jwt-key-mgmt/Analyzer\";i:24100;s:121:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-defender/vendor/web-token/jwt-key-mgmt/KeyConverter\";i:27084;s:108:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-defender/vendor/web-token/jwt-key-mgmt\";i:68860;s:125:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-defender/vendor/web-token/jwt-signature-algorithm-eddsa\";i:5599;s:119:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-defender/vendor/web-token/jwt-signature/Algorithm\";i:1890;s:120:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-defender/vendor/web-token/jwt-signature/Serializer\";i:17422;s:109:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-defender/vendor/web-token/jwt-signature\";i:53123;s:95:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-defender/vendor/web-token\";i:213826;s:107:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-defender/vendor/gettext/languages/bin\";i:10001;s:128:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-defender/vendor/gettext/languages/src/cldr-data/main/en-US\";i:37164;s:122:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-defender/vendor/gettext/languages/src/cldr-data/main\";i:37164;s:130:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-defender/vendor/gettext/languages/src/cldr-data/supplemental\";i:72587;s:117:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-defender/vendor/gettext/languages/src/cldr-data\";i:109751;s:116:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-defender/vendor/gettext/languages/src/Exporter\";i:19613;s:107:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-defender/vendor/gettext/languages/src\";i:171980;s:103:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-defender/vendor/gettext/languages\";i:186505;s:115:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-defender/vendor/gettext/gettext/src/Generator\";i:10151;s:112:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-defender/vendor/gettext/gettext/src/Loader\";i:13043;s:113:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-defender/vendor/gettext/gettext/src/Scanner\";i:12740;s:105:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-defender/vendor/gettext/gettext/src\";i:58154;s:101:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-defender/vendor/gettext/gettext\";i:75159;s:93:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-defender/vendor/gettext\";i:261664;s:106:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-defender/vendor/vlucas/valitron/lang\";i:62563;s:114:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-defender/vendor/vlucas/valitron/src/Valitron\";i:46979;s:105:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-defender/vendor/vlucas/valitron/src\";i:46979;s:101:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-defender/vendor/vlucas/valitron\";i:147518;s:92:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-defender/vendor/vlucas\";i:147518;s:106:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-defender/vendor/psr/http-factory/src\";i:4969;s:102:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-defender/vendor/psr/http-factory\";i:7298;s:107:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-defender/vendor/psr/http-message/docs\";i:15040;s:106:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-defender/vendor/psr/http-message/src\";i:48067;s:102:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-defender/vendor/psr/http-message\";i:66401;s:106:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-defender/vendor/psr/log/Psr/Log/Test\";i:9724;s:101:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-defender/vendor/psr/log/Psr/Log\";i:21673;s:97:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-defender/vendor/psr/log/Psr\";i:21673;s:93:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-defender/vendor/psr/log\";i:24666;s:105:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-defender/vendor/psr/http-client/src\";i:1985;s:101:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-defender/vendor/psr/http-client\";i:4640;s:89:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-defender/vendor/psr\";i:103005;s:128:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-defender/vendor/thecodingmachine/safe/generated/Exceptions\";i:25395;s:117:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-defender/vendor/thecodingmachine/safe/generated\";i:1188820;s:129:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-defender/vendor/thecodingmachine/safe/deprecated/Exceptions\";i:1269;s:118:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-defender/vendor/thecodingmachine/safe/deprecated\";i:40385;s:122:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-defender/vendor/thecodingmachine/safe/lib/Exceptions\";i:1781;s:111:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-defender/vendor/thecodingmachine/safe/lib\";i:21412;s:107:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-defender/vendor/thecodingmachine/safe\";i:1322507;s:102:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-defender/vendor/thecodingmachine\";i:1322507;s:124:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-defender/vendor/symfony/polyfill-php80/Resources/stubs\";i:2257;s:118:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-defender/vendor/symfony/polyfill-php80/Resources\";i:2257;s:108:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-defender/vendor/symfony/polyfill-php80\";i:12869;s:108:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-defender/vendor/symfony/polyfill-ctype\";i:12607;s:107:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-defender/vendor/symfony/process/Pipes\";i:17185;s:111:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-defender/vendor/symfony/process/Exception\";i:6170;s:101:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-defender/vendor/symfony/process\";i:96649;s:93:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-defender/vendor/symfony\";i:122125;s:107:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-defender/vendor/ramsey/collection/bin\";i:0;s:117:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-defender/vendor/ramsey/collection/src/Exception\";i:3807;s:111:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-defender/vendor/ramsey/collection/src/Map\";i:19258;s:112:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-defender/vendor/ramsey/collection/src/Tool\";i:6306;s:107:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-defender/vendor/ramsey/collection/src\";i:84642;s:103:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-defender/vendor/ramsey/collection\";i:99355;s:113:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-defender/vendor/ramsey/uuid/src/Nonstandard\";i:11403;s:109:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-defender/vendor/ramsey/uuid/src/Builder\";i:8529;s:109:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-defender/vendor/ramsey/uuid/src/Rfc4122\";i:36061;s:108:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-defender/vendor/ramsey/uuid/src/Fields\";i:2931;s:106:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-defender/vendor/ramsey/uuid/src/Lazy\";i:18498;s:111:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-defender/vendor/ramsey/uuid/src/Validator\";i:2481;s:107:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-defender/vendor/ramsey/uuid/src/Codec\";i:16330;s:106:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-defender/vendor/ramsey/uuid/src/Guid\";i:10103;s:111:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-defender/vendor/ramsey/uuid/src/Generator\";i:28014;s:115:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-defender/vendor/ramsey/uuid/src/Provider/Node\";i:11814;s:114:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-defender/vendor/ramsey/uuid/src/Provider/Dce\";i:6841;s:115:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-defender/vendor/ramsey/uuid/src/Provider/Time\";i:2359;s:110:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-defender/vendor/ramsey/uuid/src/Provider\";i:23326;s:111:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-defender/vendor/ramsey/uuid/src/Exception\";i:8100;s:116:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-defender/vendor/ramsey/uuid/src/Converter/Time\";i:11833;s:118:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-defender/vendor/ramsey/uuid/src/Converter/Number\";i:3940;s:111:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-defender/vendor/ramsey/uuid/src/Converter\";i:19273;s:106:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-defender/vendor/ramsey/uuid/src/Math\";i:13704;s:106:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-defender/vendor/ramsey/uuid/src/Type\";i:15100;s:101:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-defender/vendor/ramsey/uuid/src\";i:299391;s:97:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-defender/vendor/ramsey/uuid\";i:308122;s:92:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-defender/vendor/ramsey\";i:407477;s:113:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-defender/vendor/fgrosse/phpasn1/lib/Utility\";i:11711;s:120:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-defender/vendor/fgrosse/phpasn1/lib/ASN1/Composite\";i:3708;s:120:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-defender/vendor/fgrosse/phpasn1/lib/ASN1/Universal\";i:37726;s:120:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-defender/vendor/fgrosse/phpasn1/lib/ASN1/Exception\";i:1080;s:110:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-defender/vendor/fgrosse/phpasn1/lib/ASN1\";i:145463;s:114:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-defender/vendor/fgrosse/phpasn1/lib/X509/CSR\";i:6756;s:114:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-defender/vendor/fgrosse/phpasn1/lib/X509/SAN\";i:6070;s:110:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-defender/vendor/fgrosse/phpasn1/lib/X509\";i:22097;s:105:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-defender/vendor/fgrosse/phpasn1/lib\";i:179271;s:101:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-defender/vendor/fgrosse/phpasn1\";i:191293;s:93:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-defender/vendor/fgrosse\";i:191293;s:85:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-defender/vendor\";i:4451985;s:98:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-defender/framework/component\";i:3296;s:94:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-defender/framework/model\";i:1575;s:95:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-defender/framework/helper\";i:4191;s:93:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-defender/framework/base\";i:32749;s:91:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-defender/framework/db\";i:9348;s:95:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-defender/framework/design\";i:220;s:88:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-defender/framework\";i:51379;s:97:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-defender/src/component/scan\";i:1642;s:109:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-defender/src/component/security-headers\";i:20679;s:95:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-defender/src/component/ip\";i:10251;s:112:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-defender/src/component/http/remote-address\";i:8890;s:97:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-defender/src/component/http\";i:11302;s:99:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-defender/src/component/config\";i:33491;s:113:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-defender/src/component/two-factor/providers\";i:37368;s:103:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-defender/src/component/two-factor\";i:39337;s:98:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-defender/src/component/audit\";i:83482;s:116:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-defender/src/component/security-tweaks/servers\";i:31460;s:108:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-defender/src/component/security-tweaks\";i:86421;s:99:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-defender/src/component/logger\";i:2982;s:92:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-defender/src/component\";i:1010423;s:101:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-defender/src/model/notification\";i:37441;s:96:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-defender/src/model/setting\";i:62673;s:88:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-defender/src/model\";i:158242;s:89:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-defender/src/traits\";i:98486;s:98:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-defender/src/view/ip-lockout\";i:5964;s:98:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-defender/src/view/mask-login\";i:3564;s:104:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-defender/src/view/two-fa/providers\";i:13159;s:94:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-defender/src/view/two-fa\";i:33526;s:93:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-defender/src/view/email\";i:55362;s:87:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-defender/src/view\";i:98441;s:95:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-defender/src/integrations\";i:6991;s:93:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-defender/src/controller\";i:376814;s:107:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-defender/src/extra/binary-to-text-php\";i:25131;s:116:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-defender/src/extra/maxmind-db/reader/ext/tests\";i:709;s:110:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-defender/src/extra/maxmind-db/reader/ext\";i:26671;s:128:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-defender/src/extra/maxmind-db/reader/src/MaxMind/Db/Reader\";i:16421;s:121:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-defender/src/extra/maxmind-db/reader/src/MaxMind/Db\";i:27630;s:118:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-defender/src/extra/maxmind-db/reader/src/MaxMind\";i:27630;s:110:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-defender/src/extra/maxmind-db/reader/src\";i:27630;s:106:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-defender/src/extra/maxmind-db/reader\";i:79379;s:99:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-defender/src/extra/maxmind-db\";i:79379;s:98:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-defender/src/extra/phpqrcode\";i:143377;s:125:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-defender/src/extra/php-codesniffer-php-token/Exceptions\";i:1402;s:125:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-defender/src/extra/php-codesniffer-php-token/Tokenizers\";i:261372;s:119:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-defender/src/extra/php-codesniffer-php-token/Util\";i:50911;s:114:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-defender/src/extra/php-codesniffer-php-token\";i:385658;s:88:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-defender/src/extra\";i:641784;s:96:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-defender/src/behavior/scan\";i:38101;s:101:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-defender/src/behavior/scan-item\";i:25263;s:91:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-defender/src/behavior\";i:66495;s:82:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-defender/src\";i:2546761;s:98:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-defender/assets/email-images\";i:10169;s:95:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-defender/assets/img/modal\";i:29377;s:89:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-defender/assets/img\";i:1557163;s:91:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-defender/assets/fonts\";i:322615;s:102:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-defender/assets/email-assets/img\";i:1200;s:98:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-defender/assets/email-assets\";i:1200;s:89:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-defender/assets/app\";i:3625073;s:89:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-defender/assets/css\";i:640259;s:102:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-defender/assets/js/vendor/moment\";i:58237;s:111:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-defender/assets/js/vendor/daterangepicker\";i:39202;s:113:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-defender/assets/js/vendor/codemirror/scroll\";i:12935;s:112:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-defender/assets/js/vendor/codemirror/merge\";i:41224;s:112:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-defender/assets/js/vendor/codemirror/clike\";i:37026;s:116:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-defender/assets/js/vendor/codemirror/htmlmixed\";i:9049;s:110:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-defender/assets/js/vendor/codemirror/xml\";i:17149;s:110:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-defender/assets/js/vendor/codemirror/css\";i:64575;s:117:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-defender/assets/js/vendor/codemirror/javascript\";i:65645;s:110:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-defender/assets/js/vendor/codemirror/php\";i:26920;s:113:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-defender/assets/js/vendor/codemirror/search\";i:35129;s:106:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-defender/assets/js/vendor/codemirror\";i:718334;s:95:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-defender/assets/js/vendor\";i:943721;s:88:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-defender/assets/js\";i:2458898;s:85:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-defender/assets\";i:8615377;s:97:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-defender/extra/shared-tasks\";i:24454;s:124:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-defender/extra/recommended-plugins-notice/assets/fonts\";i:6083;s:122:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-defender/extra/recommended-plugins-notice/assets/css\";i:3661;s:121:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-defender/extra/recommended-plugins-notice/assets/js\";i:947;s:125:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-defender/extra/recommended-plugins-notice/assets/images\";i:87026;s:118:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-defender/extra/recommended-plugins-notice/assets\";i:97717;s:111:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-defender/extra/recommended-plugins-notice\";i:121965;s:96:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-defender/extra/dash-notice\";i:56874;s:84:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-defender/extra\";i:203293;s:127:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-defender/lib/packages/Invoker/ParameterResolver/Container\";i:2966;s:117:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-defender/lib/packages/Invoker/ParameterResolver\";i:10615;s:110:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-defender/lib/packages/Invoker/Reflection\";i:1848;s:109:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-defender/lib/packages/Invoker/Exception\";i:1749;s:99:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-defender/lib/packages/Invoker\";i:23088;s:104:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-defender/lib/packages/Opis/Closure\";i:73733;s:96:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-defender/lib/packages/Opis\";i:73733;s:114:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-defender/lib/packages/PhpDocReader/PhpParser\";i:7855;s:104:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-defender/lib/packages/PhpDocReader\";i:18768;s:102:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-defender/lib/packages/DI/Invoker\";i:4700;s:103:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-defender/lib/packages/DI/Compiler\";i:24707;s:100:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-defender/lib/packages/DI/Proxy\";i:3297;s:102:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-defender/lib/packages/DI/Factory\";i:526;s:105:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-defender/lib/packages/DI/Annotation\";i:2913;s:112:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-defender/lib/packages/DI/Definition/Dumper\";i:4642;s:112:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-defender/lib/packages/DI/Definition/Source\";i:31012;s:114:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-defender/lib/packages/DI/Definition/Resolver\";i:30390;s:122:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-defender/lib/packages/DI/Definition/ObjectDefinition\";i:3559;s:115:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-defender/lib/packages/DI/Definition/Exception\";i:1015;s:112:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-defender/lib/packages/DI/Definition/Helper\";i:11050;s:105:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-defender/lib/packages/DI/Definition\";i:106188;s:94:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-defender/lib/packages/DI\";i:181121;s:105:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-defender/lib/packages/Psr/Container\";i:1473;s:95:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-defender/lib/packages/Psr\";i:1473;s:91:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-defender/lib/packages\";i:298183;s:82:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-defender/lib\";i:298183;s:78:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-defender\";i:16402868;s:99:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/whws-display-user-meta-shortcode\";i:5138;s:106:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/cleantalk-spam-protect/inc/images/flags\";i:137399;s:100:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/cleantalk-spam-protect/inc/images\";i:199741;s:93:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/cleantalk-spam-protect/inc\";i:795847;s:94:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/cleantalk-spam-protect/i18n\";i:165777;s:110:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/cleantalk-spam-protect/templates/lock-pages\";i:4323;s:99:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/cleantalk-spam-protect/templates\";i:5288;s:105:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/cleantalk-spam-protect/css/fonts/icons\";i:169681;s:99:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/cleantalk-spam-protect/css/fonts\";i:169681;s:100:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/cleantalk-spam-protect/css/images\";i:36376;s:93:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/cleantalk-spam-protect/css\";i:269234;s:92:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/cleantalk-spam-protect/js\";i:606976;s:113:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/cleantalk-spam-protect/lib/Cleantalk/Variables\";i:13083;s:119:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/cleantalk-spam-protect/lib/Cleantalk/Common/Firewall\";i:4214;s:115:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/cleantalk-spam-protect/lib/Cleantalk/Common/HTTP\";i:20654;s:110:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/cleantalk-spam-protect/lib/Cleantalk/Common\";i:145790;s:125:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/cleantalk-spam-protect/lib/Cleantalk/Antispam/Integrations\";i:30364;s:112:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/cleantalk-spam-protect/lib/Cleantalk/Antispam\";i:83420;s:113:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/cleantalk-spam-protect/lib/Cleantalk/Templates\";i:1687;s:130:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/cleantalk-spam-protect/lib/Cleantalk/ApbctWP/FindSpam/ListTable\";i:36686;s:120:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/cleantalk-spam-protect/lib/Cleantalk/ApbctWP/FindSpam\";i:109190;s:121:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/cleantalk-spam-protect/lib/Cleantalk/ApbctWP/Variables\";i:17917;s:124:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/cleantalk-spam-protect/lib/Cleantalk/ApbctWP/UpdatePlugin\";i:8821;s:120:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/cleantalk-spam-protect/lib/Cleantalk/ApbctWP/Antispam\";i:3750;s:120:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/cleantalk-spam-protect/lib/Cleantalk/ApbctWP/Firewall\";i:100269;s:120:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/cleantalk-spam-protect/lib/Cleantalk/ApbctWP/Localize\";i:3603;s:116:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/cleantalk-spam-protect/lib/Cleantalk/ApbctWP/HTTP\";i:7062;s:111:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/cleantalk-spam-protect/lib/Cleantalk/ApbctWP\";i:470564;s:103:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/cleantalk-spam-protect/lib/Cleantalk\";i:714544;s:93:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/cleantalk-spam-protect/lib\";i:718593;s:89:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/cleantalk-spam-protect\";i:2887604;s:99:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce-services/dist/chunks\";i:1559313;s:99:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce-services/dist/images\";i:145609;s:92:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce-services/dist\";i:2493696;s:106:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce-services/classes/wc-api-dev\";i:13969;s:95:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce-services/classes\";i:349641;s:102:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce-services/i18n/languages\";i:1714524;s:92:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce-services/i18n\";i:1763968;s:108:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce-services/images/payment-logos\";i:213150;s:94:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce-services/images\";i:261178;s:87:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce-services\";i:4945715;s:118:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/modula-best-grid-gallery/includes/elementor/widgets\";i:1514;s:110:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/modula-best-grid-gallery/includes/elementor\";i:8691;s:111:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/modula-best-grid-gallery/includes/admin/tabs\";i:12366;s:118:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/modula-best-grid-gallery/includes/admin/pages/about\";i:10875;s:112:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/modula-best-grid-gallery/includes/admin/pages\";i:10875;s:122:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/modula-best-grid-gallery/includes/admin/templates/modal\";i:6239;s:116:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/modula-best-grid-gallery/includes/admin/templates\";i:6239;s:106:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/modula-best-grid-gallery/includes/admin\";i:288720;s:109:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/modula-best-grid-gallery/includes/tracking\";i:45577;s:143:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/modula-best-grid-gallery/includes/divi-extension/includes/modules/ModulaDivi\";i:5437;s:132:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/modula-best-grid-gallery/includes/divi-extension/includes/modules\";i:5517;s:137:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/modula-best-grid-gallery/includes/divi-extension/includes/fields/Input\";i:1474;s:131:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/modula-best-grid-gallery/includes/divi-extension/includes/fields\";i:1536;s:124:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/modula-best-grid-gallery/includes/divi-extension/includes\";i:8078;s:122:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/modula-best-grid-gallery/includes/divi-extension/styles\";i:651;s:123:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/modula-best-grid-gallery/includes/divi-extension/scripts\";i:5256;s:115:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/modula-best-grid-gallery/includes/divi-extension\";i:14677;s:110:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/modula-best-grid-gallery/includes/libraries\";i:14824;s:129:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/modula-best-grid-gallery/includes/submodules/banner/assets/img\";i:513897;s:129:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/modula-best-grid-gallery/includes/submodules/banner/assets/css\";i:6405;s:125:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/modula-best-grid-gallery/includes/submodules/banner/assets\";i:520302;s:118:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/modula-best-grid-gallery/includes/submodules/banner\";i:527991;s:111:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/modula-best-grid-gallery/includes/submodules\";i:527991;s:107:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/modula-best-grid-gallery/includes/widget\";i:4931;s:107:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/modula-best-grid-gallery/includes/helper\";i:12883;s:105:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/modula-best-grid-gallery/includes/grid\";i:5203;s:111:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/modula-best-grid-gallery/includes/duplicator\";i:7973;s:123:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/modula-best-grid-gallery/includes/public/templates/items\";i:3228;s:117:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/modula-best-grid-gallery/includes/public/templates\";i:6981;s:107:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/modula-best-grid-gallery/includes/public\";i:39171;s:113:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/modula-best-grid-gallery/includes/troubleshoot\";i:7737;s:114:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/modula-best-grid-gallery/includes/compatibility\";i:6677;s:110:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/modula-best-grid-gallery/includes/uninstall\";i:9118;s:113:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/modula-best-grid-gallery/includes/migrate/tabs\";i:5817;s:124:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/modula-best-grid-gallery/includes/migrate/wp-core-gallery\";i:8548;s:108:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/modula-best-grid-gallery/includes/migrate\";i:29856;s:129:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/modula-best-grid-gallery/includes/modula-beaver-block/includes\";i:302;s:120:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/modula-best-grid-gallery/includes/modula-beaver-block\";i:3148;s:100:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/modula-best-grid-gallery/includes\";i:1083796;s:101:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/modula-best-grid-gallery/languages\";i:125981;s:110:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/modula-best-grid-gallery/assets/font/modula\";i:14329;s:125:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/modula-best-grid-gallery/assets/font/material-design-icons\";i:1899838;s:106:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/modula-best-grid-gallery/assets/font/dm\";i:76493;s:103:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/modula-best-grid-gallery/assets/font\";i:1990660;s:107:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/modula-best-grid-gallery/assets/src/scss\";i:2125;s:116:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/modula-best-grid-gallery/assets/src/js/components\";i:25820;s:111:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/modula-best-grid-gallery/assets/src/js/utils\";i:6939;s:105:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/modula-best-grid-gallery/assets/src/js\";i:34333;s:102:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/modula-best-grid-gallery/assets/src\";i:36458;s:108:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/modula-best-grid-gallery/assets/css/admin\";i:388533;s:108:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/modula-best-grid-gallery/assets/css/front\";i:66065;s:102:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/modula-best-grid-gallery/assets/css\";i:483929;s:107:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/modula-best-grid-gallery/assets/js/admin\";i:487585;s:107:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/modula-best-grid-gallery/assets/js/front\";i:524108;s:101:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/modula-best-grid-gallery/assets/js\";i:1589530;s:112:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/modula-best-grid-gallery/assets/images/addons\";i:418498;s:116:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/modula-best-grid-gallery/assets/images/onboarding\";i:143406;s:114:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/modula-best-grid-gallery/assets/images/settings\";i:4233;s:105:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/modula-best-grid-gallery/assets/images\";i:717115;s:98:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/modula-best-grid-gallery/assets\";i:4817692;s:91:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/modula-best-grid-gallery\";i:6137618;s:83:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wpcore/languages\";i:1025;s:79:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wpcore/views\";i:5876;s:84:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wpcore/assets/img\";i:110068;s:84:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wpcore/assets/css\";i:3346;s:83:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wpcore/assets/js\";i:923;s:80:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wpcore/assets\";i:114337;s:113:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wpcore/lib/TGM-Plugin-Activation-2.6.1/plugins\";i:0;s:115:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wpcore/lib/TGM-Plugin-Activation-2.6.1/languages\";i:482354;s:105:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wpcore/lib/TGM-Plugin-Activation-2.6.1\";i:680935;s:77:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wpcore/lib\";i:701062;s:73:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wpcore\";i:828043;s:93:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/snapshot-backups/languages\";i:170521;s:117:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/snapshot-backups/vendor/google/apiclient/src/Utils\";i:9791;s:123:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/snapshot-backups/vendor/google/apiclient/src/AuthHandler\";i:8541;s:116:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/snapshot-backups/vendor/google/apiclient/src/Task\";i:12351;s:116:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/snapshot-backups/vendor/google/apiclient/src/Http\";i:23060;s:119:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/snapshot-backups/vendor/google/apiclient/src/Service\";i:12547;s:123:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/snapshot-backups/vendor/google/apiclient/src/AccessToken\";i:10263;s:111:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/snapshot-backups/vendor/google/apiclient/src\";i:130494;s:107:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/snapshot-backups/vendor/google/apiclient\";i:159482;s:150:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/snapshot-backups/vendor/google/apiclient-services/src/Google/Service/Drive/Resource\";i:56830;s:141:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/snapshot-backups/vendor/google/apiclient-services/src/Google/Service/Drive\";i:166133;s:135:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/snapshot-backups/vendor/google/apiclient-services/src/Google/Service\";i:208470;s:127:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/snapshot-backups/vendor/google/apiclient-services/src/Google\";i:208470;s:120:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/snapshot-backups/vendor/google/apiclient-services/src\";i:208470;s:116:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/snapshot-backups/vendor/google/apiclient-services\";i:220016;s:112:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/snapshot-backups/vendor/google/auth/src/Cache\";i:14897;s:117:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/snapshot-backups/vendor/google/auth/src/Subscriber\";i:12347;s:118:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/snapshot-backups/vendor/google/auth/src/Credentials\";i:47324;s:117:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/snapshot-backups/vendor/google/auth/src/Middleware\";i:12927;s:118:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/snapshot-backups/vendor/google/auth/src/HttpHandler\";i:9723;s:106:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/snapshot-backups/vendor/google/auth/src\";i:198893;s:102:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/snapshot-backups/vendor/google/auth\";i:237603;s:97:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/snapshot-backups/vendor/google\";i:617101;s:118:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/snapshot-backups/vendor/ralouphie/getallheaders/src\";i:1684;s:114:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/snapshot-backups/vendor/ralouphie/getallheaders\";i:4317;s:100:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/snapshot-backups/vendor/ralouphie\";i:4317;s:94:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/snapshot-backups/vendor/bin\";i:0;s:137:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/snapshot-backups/vendor/phpseclib/phpseclib/phpseclib/System/SSH/Agent\";i:6477;s:131:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/snapshot-backups/vendor/phpseclib/phpseclib/phpseclib/System/SSH\";i:17062;s:127:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/snapshot-backups/vendor/phpseclib/phpseclib/phpseclib/System\";i:17062;s:126:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/snapshot-backups/vendor/phpseclib/phpseclib/phpseclib/Crypt\";i:495701;s:130:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/snapshot-backups/vendor/phpseclib/phpseclib/phpseclib/File/ASN1\";i:915;s:125:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/snapshot-backups/vendor/phpseclib/phpseclib/phpseclib/File\";i:271732;s:129:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/snapshot-backups/vendor/phpseclib/phpseclib/phpseclib/Net/SFTP\";i:22586;s:124:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/snapshot-backups/vendor/phpseclib/phpseclib/phpseclib/Net\";i:368541;s:125:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/snapshot-backups/vendor/phpseclib/phpseclib/phpseclib/Math\";i:129802;s:120:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/snapshot-backups/vendor/phpseclib/phpseclib/phpseclib\";i:1283388;s:110:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/snapshot-backups/vendor/phpseclib/phpseclib\";i:1290787;s:100:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/snapshot-backups/vendor/phpseclib\";i:1290787;s:100:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/snapshot-backups/vendor/squizlabs\";i:0;s:128:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/snapshot-backups/vendor/monolog/monolog/src/Monolog/Formatter\";i:50406;s:141:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/snapshot-backups/vendor/monolog/monolog/src/Monolog/Handler/FingersCrossed\";i:3455;s:131:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/snapshot-backups/vendor/monolog/monolog/src/Monolog/Handler/Curl\";i:1552;s:136:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/snapshot-backups/vendor/monolog/monolog/src/Monolog/Handler/SyslogUdp\";i:1455;s:132:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/snapshot-backups/vendor/monolog/monolog/src/Monolog/Handler/Slack\";i:8717;s:126:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/snapshot-backups/vendor/monolog/monolog/src/Monolog/Handler\";i:238380;s:128:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/snapshot-backups/vendor/monolog/monolog/src/Monolog/Processor\";i:18258;s:118:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/snapshot-backups/vendor/monolog/monolog/src/Monolog\";i:355133;s:110:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/snapshot-backups/vendor/monolog/monolog/src\";i:355133;s:106:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/snapshot-backups/vendor/monolog/monolog\";i:386883;s:98:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/snapshot-backups/vendor/monolog\";i:386883;s:111:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/snapshot-backups/vendor/myclabs/php-enum/src\";i:4969;s:107:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/snapshot-backups/vendor/myclabs/php-enum\";i:10430;s:98:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/snapshot-backups/vendor/myclabs\";i:10430;s:131:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/snapshot-backups/vendor/wp-coding-standards/wpcs/WordPress-Extra\";i:8017;s:130:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/snapshot-backups/vendor/wp-coding-standards/wpcs/WordPress-Docs\";i:5887;s:130:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/snapshot-backups/vendor/wp-coding-standards/wpcs/WordPress-Core\";i:23443;s:138:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/snapshot-backups/vendor/wp-coding-standards/wpcs/WordPress/Sniffs/Utils\";i:22604;s:138:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/snapshot-backups/vendor/wp-coding-standards/wpcs/WordPress/Sniffs/Files\";i:8897;s:135:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/snapshot-backups/vendor/wp-coding-standards/wpcs/WordPress/Sniffs/WP\";i:147870;s:143:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/snapshot-backups/vendor/wp-coding-standards/wpcs/WordPress/Sniffs/WhiteSpace\";i:34471;s:150:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/snapshot-backups/vendor/wp-coding-standards/wpcs/WordPress/Sniffs/NamingConventions\";i:65561;s:145:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/snapshot-backups/vendor/wp-coding-standards/wpcs/WordPress/Sniffs/CodeAnalysis\";i:14340;s:135:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/snapshot-backups/vendor/wp-coding-standards/wpcs/WordPress/Sniffs/DB\";i:41440;s:141:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/snapshot-backups/vendor/wp-coding-standards/wpcs/WordPress/Sniffs/DateTime\";i:7366;s:136:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/snapshot-backups/vendor/wp-coding-standards/wpcs/WordPress/Sniffs/PHP\";i:37522;s:141:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/snapshot-backups/vendor/wp-coding-standards/wpcs/WordPress/Sniffs/Security\";i:31371;s:140:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/snapshot-backups/vendor/wp-coding-standards/wpcs/WordPress/Sniffs/Classes\";i:6461;s:139:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/snapshot-backups/vendor/wp-coding-standards/wpcs/WordPress/Sniffs/Arrays\";i:69203;s:132:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/snapshot-backups/vendor/wp-coding-standards/wpcs/WordPress/Sniffs\";i:487106;s:133:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/snapshot-backups/vendor/wp-coding-standards/wpcs/WordPress/Docs/WP\";i:7070;s:141:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/snapshot-backups/vendor/wp-coding-standards/wpcs/WordPress/Docs/WhiteSpace\";i:2301;s:148:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/snapshot-backups/vendor/wp-coding-standards/wpcs/WordPress/Docs/NamingConventions\";i:3876;s:143:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/snapshot-backups/vendor/wp-coding-standards/wpcs/WordPress/Docs/CodeAnalysis\";i:817;s:139:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/snapshot-backups/vendor/wp-coding-standards/wpcs/WordPress/Docs/DateTime\";i:1080;s:134:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/snapshot-backups/vendor/wp-coding-standards/wpcs/WordPress/Docs/PHP\";i:1834;s:139:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/snapshot-backups/vendor/wp-coding-standards/wpcs/WordPress/Docs/Security\";i:798;s:138:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/snapshot-backups/vendor/wp-coding-standards/wpcs/WordPress/Docs/Classes\";i:1505;s:137:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/snapshot-backups/vendor/wp-coding-standards/wpcs/WordPress/Docs/Arrays\";i:5409;s:130:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/snapshot-backups/vendor/wp-coding-standards/wpcs/WordPress/Docs\";i:24690;s:125:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/snapshot-backups/vendor/wp-coding-standards/wpcs/WordPress\";i:660796;s:115:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/snapshot-backups/vendor/wp-coding-standards/wpcs\";i:853398;s:110:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/snapshot-backups/vendor/wp-coding-standards\";i:853398;s:120:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/snapshot-backups/vendor/paragonie/random_compat/other\";i:1673;s:119:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/snapshot-backups/vendor/paragonie/random_compat/dist\";i:703;s:118:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/snapshot-backups/vendor/paragonie/random_compat/lib\";i:1357;s:114:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/snapshot-backups/vendor/paragonie/random_compat\";i:6669;s:100:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/snapshot-backups/vendor/paragonie\";i:6669;s:99:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/snapshot-backups/vendor/composer\";i:72706;s:111:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/snapshot-backups/vendor/firebase/php-jwt/src\";i:25078;s:107:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/snapshot-backups/vendor/firebase/php-jwt\";i:35344;s:99:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/snapshot-backups/vendor/firebase\";i:35344;s:103:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/snapshot-backups/vendor/dealerdirect\";i:0;s:111:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/snapshot-backups/vendor/psr/http-message/src\";i:47674;s:107:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/snapshot-backups/vendor/psr/http-message\";i:50813;s:111:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/snapshot-backups/vendor/psr/log/Psr/Log/Test\";i:9724;s:106:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/snapshot-backups/vendor/psr/log/Psr/Log\";i:21652;s:102:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/snapshot-backups/vendor/psr/log/Psr\";i:21652;s:98:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/snapshot-backups/vendor/psr/log\";i:24644;s:104:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/snapshot-backups/vendor/psr/cache/src\";i:8861;s:100:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/snapshot-backups/vendor/psr/cache\";i:11521;s:94:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/snapshot-backups/vendor/psr\";i:86978;s:110:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/snapshot-backups/vendor/guzzlehttp/psr7/src\";i:171097;s:106:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/snapshot-backups/vendor/guzzlehttp/psr7\";i:207836;s:114:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/snapshot-backups/vendor/guzzlehttp/promises/src\";i:59754;s:110:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/snapshot-backups/vendor/guzzlehttp/promises\";i:80609;s:120:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/snapshot-backups/vendor/guzzlehttp/guzzle/src/Handler\";i:60952;s:119:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/snapshot-backups/vendor/guzzlehttp/guzzle/src/Cookie\";i:28109;s:122:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/snapshot-backups/vendor/guzzlehttp/guzzle/src/Exception\";i:8742;s:112:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/snapshot-backups/vendor/guzzlehttp/guzzle/src\";i:202183;s:108:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/snapshot-backups/vendor/guzzlehttp/guzzle\";i:338256;s:101:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/snapshot-backups/vendor/guzzlehttp\";i:626701;s:134:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/snapshot-backups/vendor/symfony/polyfill-intl-idn/Resources/unidata\";i:278500;s:126:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/snapshot-backups/vendor/symfony/polyfill-intl-idn/Resources\";i:278500;s:116:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/snapshot-backups/vendor/symfony/polyfill-intl-idn\";i:317761;s:113:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/snapshot-backups/vendor/symfony/polyfill-php72\";i:11765;s:129:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/snapshot-backups/vendor/symfony/polyfill-php70/Resources/stubs\";i:765;s:123:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/snapshot-backups/vendor/symfony/polyfill-php70/Resources\";i:765;s:113:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/snapshot-backups/vendor/symfony/polyfill-php70\";i:6996;s:141:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/snapshot-backups/vendor/symfony/polyfill-intl-normalizer/Resources/unidata\";i:144806;s:139:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/snapshot-backups/vendor/symfony/polyfill-intl-normalizer/Resources/stubs\";i:352;s:133:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/snapshot-backups/vendor/symfony/polyfill-intl-normalizer/Resources\";i:145158;s:123:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/snapshot-backups/vendor/symfony/polyfill-intl-normalizer\";i:158155;s:98:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/snapshot-backups/vendor/symfony\";i:494677;s:125:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/snapshot-backups/vendor/maennchen/zipstream-php/src/Option\";i:8988;s:128:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/snapshot-backups/vendor/maennchen/zipstream-php/src/Exception\";i:2294;s:118:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/snapshot-backups/vendor/maennchen/zipstream-php/src\";i:63750;s:123:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/snapshot-backups/vendor/maennchen/zipstream-php/test/bug\";i:896;s:119:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/snapshot-backups/vendor/maennchen/zipstream-php/test\";i:21722;s:114:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/snapshot-backups/vendor/maennchen/zipstream-php\";i:95992;s:100:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/snapshot-backups/vendor/maennchen\";i:95992;s:90:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/snapshot-backups/vendor\";i:4582166;s:94:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/snapshot-backups/assets/img\";i:1500096;s:96:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/snapshot-backups/assets/fonts\";i:322615;s:94:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/snapshot-backups/assets/src\";i:0;s:94:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/snapshot-backups/assets/css\";i:1213191;s:93:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/snapshot-backups/assets/js\";i:4733568;s:90:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/snapshot-backups/assets\";i:7769470;s:96:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/snapshot-backups/tpl/elements\";i:1767;s:94:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/snapshot-backups/tpl/common\";i:10454;s:109:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/snapshot-backups/tpl/pages/hosting_backups\";i:2470;s:101:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/snapshot-backups/tpl/pages/backups\";i:33646;s:106:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/snapshot-backups/tpl/pages/destinations\";i:7175;s:93:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/snapshot-backups/tpl/pages\";i:139059;s:99:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/snapshot-backups/tpl/mail/common\";i:0;s:104:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/snapshot-backups/tpl/mail/backup-fail\";i:21372;s:92:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/snapshot-backups/tpl/mail\";i:94419;s:106:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/snapshot-backups/tpl/modals/modal_parts\";i:74523;s:115:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/snapshot-backups/tpl/modals/destinations/dropbox\";i:30247;s:111:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/snapshot-backups/tpl/modals/destinations/ftp\";i:34158;s:116:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/snapshot-backups/tpl/modals/destinations/onedrive\";i:31376;s:107:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/snapshot-backups/tpl/modals/destinations\";i:95781;s:94:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/snapshot-backups/tpl/modals\";i:294892;s:87:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/snapshot-backups/tpl\";i:540591;s:100:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/snapshot-backups/lib/wpmudev/dash\";i:56874;s:95:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/snapshot-backups/lib/wpmudev\";i:56874;s:111:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/snapshot-backups/lib/snapshot/configs/traits\";i:11071;s:104:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/snapshot-backups/lib/snapshot/configs\";i:33584;s:110:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/snapshot-backups/lib/snapshot/model/restore\";i:26276;s:122:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/snapshot-backups/lib/snapshot/model/request/destination\";i:7615;s:117:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/snapshot-backups/lib/snapshot/model/request/export\";i:1850;s:110:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/snapshot-backups/lib/snapshot/model/request\";i:55450;s:109:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/snapshot-backups/lib/snapshot/model/export\";i:372;s:119:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/snapshot-backups/lib/snapshot/model/backup/zipstream\";i:10257;s:109:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/snapshot-backups/lib/snapshot/model/backup\";i:28347;s:102:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/snapshot-backups/lib/snapshot/model\";i:157992;s:107:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/snapshot-backups/lib/snapshot/task/check\";i:3659;s:109:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/snapshot-backups/lib/snapshot/task/hosting\";i:5261;s:109:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/snapshot-backups/lib/snapshot/task/restore\";i:10280;s:121:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/snapshot-backups/lib/snapshot/task/request/destination\";i:15402;s:116:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/snapshot-backups/lib/snapshot/task/request/export\";i:1221;s:109:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/snapshot-backups/lib/snapshot/task/request\";i:36909;s:108:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/snapshot-backups/lib/snapshot/task/export\";i:11760;s:118:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/snapshot-backups/lib/snapshot/task/backup/zipstream\";i:14717;s:108:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/snapshot-backups/lib/snapshot/task/backup\";i:61475;s:101:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/snapshot-backups/lib/snapshot/task\";i:135575;s:108:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/snapshot-backups/lib/snapshot/cli/command\";i:11063;s:100:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/snapshot-backups/lib/snapshot/cli\";i:11954;s:107:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/snapshot-backups/lib/snapshot/exceptions\";i:712;s:107:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/snapshot-backups/lib/snapshot/helper/zip\";i:6988;s:109:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/snapshot-backups/lib/snapshot/helper/codec\";i:3777;s:112:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/snapshot-backups/lib/snapshot/helper/replacer\";i:789;s:103:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/snapshot-backups/lib/snapshot/helper\";i:91900;s:109:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/snapshot-backups/lib/snapshot/integrations\";i:4712;s:124:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/snapshot-backups/lib/snapshot/controller/ajax/destination\";i:14726;s:112:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/snapshot-backups/lib/snapshot/controller/ajax\";i:72892;s:122:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/snapshot-backups/lib/snapshot/controller/service/export\";i:4227;s:122:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/snapshot-backups/lib/snapshot/controller/service/backup\";i:12994;s:115:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/snapshot-backups/lib/snapshot/controller/service\";i:26810;s:107:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/snapshot-backups/lib/snapshot/controller\";i:185972;s:111:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/snapshot-backups/lib/snapshot/authentication\";i:15460;s:96:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/snapshot-backups/lib/snapshot\";i:659282;s:87:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/snapshot-backups/lib\";i:724001;s:83:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/snapshot-backups\";i:13790669;s:97:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-smush-pro/_src/scss/modules\";i:44826;s:103:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-smush-pro/_src/scss/accessibility\";i:1538;s:89:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-smush-pro/_src/scss\";i:67260;s:95:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-smush-pro/_src/react/bulk\";i:6989;s:98:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-smush-pro/_src/react/modules\";i:7658;s:97:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-smush-pro/_src/react/common\";i:5295;s:96:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-smush-pro/_src/react/utils\";i:1369;s:101:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-smush-pro/_src/react/views/webp\";i:20237;s:96:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-smush-pro/_src/react/views\";i:20237;s:90:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-smush-pro/_src/react\";i:41548;s:95:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-smush-pro/_src/js/modules\";i:91956;s:93:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-smush-pro/_src/js/smush\";i:70844;s:96:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-smush-pro/_src/js/frontend\";i:9315;s:94:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-smush-pro/_src/js/common\";i:23527;s:93:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-smush-pro/_src/js/utils\";i:3576;s:87:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-smush-pro/_src/js\";i:206367;s:84:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-smush-pro/_src\";i:315733;s:89:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-smush-pro/languages\";i:125260;s:129:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-smush-pro/vendor/mixpanel/mixpanel-php/docs/phpdoc-cache-03\";i:42454;s:124:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-smush-pro/vendor/mixpanel/mixpanel-php/docs/namespaces\";i:13852;s:121:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-smush-pro/vendor/mixpanel/mixpanel-php/docs/reports\";i:41890;s:129:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-smush-pro/vendor/mixpanel/mixpanel-php/docs/phpdoc-cache-54\";i:82507;s:121:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-smush-pro/vendor/mixpanel/mixpanel-php/docs/classes\";i:472683;s:118:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-smush-pro/vendor/mixpanel/mixpanel-php/docs/font\";i:693344;s:129:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-smush-pro/vendor/mixpanel/mixpanel-php/docs/phpdoc-cache-10\";i:59739;s:129:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-smush-pro/vendor/mixpanel/mixpanel-php/docs/phpdoc-cache-2e\";i:113;s:129:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-smush-pro/vendor/mixpanel/mixpanel-php/docs/files/Producers\";i:23930;s:124:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-smush-pro/vendor/mixpanel/mixpanel-php/docs/files/Base\";i:2112;s:138:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-smush-pro/vendor/mixpanel/mixpanel-php/docs/files/ConsumerStrategies\";i:19745;s:119:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-smush-pro/vendor/mixpanel/mixpanel-php/docs/files\";i:178719;s:129:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-smush-pro/vendor/mixpanel/mixpanel-php/docs/phpdoc-cache-c8\";i:12707;s:120:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-smush-pro/vendor/mixpanel/mixpanel-php/docs/graphs\";i:16834;s:129:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-smush-pro/vendor/mixpanel/mixpanel-php/docs/phpdoc-cache-91\";i:37373;s:129:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-smush-pro/vendor/mixpanel/mixpanel-php/docs/phpdoc-cache-9f\";i:40867;s:129:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-smush-pro/vendor/mixpanel/mixpanel-php/docs/phpdoc-cache-a3\";i:11061;s:149:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-smush-pro/vendor/mixpanel/mixpanel-php/docs/css/phpdocumentor-clean-icons/fonts\";i:13615;s:143:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-smush-pro/vendor/mixpanel/mixpanel-php/docs/css/phpdocumentor-clean-icons\";i:16139;s:117:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-smush-pro/vendor/mixpanel/mixpanel-php/docs/css\";i:172086;s:126:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-smush-pro/vendor/mixpanel/mixpanel-php/docs/js/ui/1.10.4\";i:228539;s:119:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-smush-pro/vendor/mixpanel/mixpanel-php/docs/js/ui\";i:228539;s:116:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-smush-pro/vendor/mixpanel/mixpanel-php/docs/js\";i:449220;s:129:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-smush-pro/vendor/mixpanel/mixpanel-php/docs/phpdoc-cache-7a\";i:40189;s:128:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-smush-pro/vendor/mixpanel/mixpanel-php/docs/images/iviewer\";i:12346;s:120:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-smush-pro/vendor/mixpanel/mixpanel-php/docs/images\";i:83891;s:129:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-smush-pro/vendor/mixpanel/mixpanel-php/docs/phpdoc-cache-db\";i:17004;s:113:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-smush-pro/vendor/mixpanel/mixpanel-php/docs\";i:2480260;s:123:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-smush-pro/vendor/mixpanel/mixpanel-php/test/Producers\";i:17085;s:118:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-smush-pro/vendor/mixpanel/mixpanel-php/test/Base\";i:3126;s:132:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-smush-pro/vendor/mixpanel/mixpanel-php/test/ConsumerStrategies\";i:6773;s:113:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-smush-pro/vendor/mixpanel/mixpanel-php/test\";i:27712;s:127:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-smush-pro/vendor/mixpanel/mixpanel-php/examples/consumers\";i:671;s:117:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-smush-pro/vendor/mixpanel/mixpanel-php/examples\";i:10532;s:122:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-smush-pro/vendor/mixpanel/mixpanel-php/lib/Producers\";i:30287;s:117:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-smush-pro/vendor/mixpanel/mixpanel-php/lib/Base\";i:2162;s:131:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-smush-pro/vendor/mixpanel/mixpanel-php/lib/ConsumerStrategies\";i:19610;s:112:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-smush-pro/vendor/mixpanel/mixpanel-php/lib\";i:61789;s:108:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-smush-pro/vendor/mixpanel/mixpanel-php\";i:2598197;s:95:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-smush-pro/vendor/mixpanel\";i:2598197;s:95:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-smush-pro/vendor/composer\";i:20216;s:86:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-smush-pro/vendor\";i:2618596;s:90:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-smush-pro/app/common\";i:17194;s:89:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-smush-pro/app/pages\";i:67600;s:94:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-smush-pro/app/views/bulk\";i:11449;s:98:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-smush-pro/app/views/lazyload\";i:33865;s:97:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-smush-pro/app/views/summary\";i:2779;s:94:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-smush-pro/app/views/webp\";i:9930;s:99:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-smush-pro/app/views/directory\";i:2941;s:104:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-smush-pro/app/views/dashboard/bulk\";i:4786;s:106:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-smush-pro/app/views/dashboard/upsell\";i:2226;s:104:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-smush-pro/app/views/dashboard/webp\";i:2505;s:103:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-smush-pro/app/views/dashboard/cdn\";i:4446;s:99:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-smush-pro/app/views/dashboard\";i:28531;s:93:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-smush-pro/app/views/cdn\";i:7290;s:102:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-smush-pro/app/views/integrations\";i:2624;s:103:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-smush-pro/app/views/bulk-settings\";i:3631;s:97:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-smush-pro/app/views/nextgen\";i:8290;s:98:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-smush-pro/app/views/settings\";i:10625;s:95:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-smush-pro/app/views/email\";i:44945;s:89:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-smush-pro/app/views\";i:186788;s:96:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-smush-pro/app/assets/fonts\";i:597883;s:94:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-smush-pro/app/assets/css\";i:1043631;s:93:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-smush-pro/app/assets/js\";i:5269936;s:108:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-smush-pro/app/assets/images/bulk-smush\";i:11056;s:105:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-smush-pro/app/assets/images/updated\";i:56235;s:108:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-smush-pro/app/assets/images/onboarding\";i:173693;s:111:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-smush-pro/app/assets/images/stop-scanning\";i:35138;s:103:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-smush-pro/app/assets/images/email\";i:55760;s:97:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-smush-pro/app/assets/images\";i:1718545;s:90:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-smush-pro/app/assets\";i:8629995;s:90:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-smush-pro/app/modals\";i:31389;s:83:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-smush-pro/app\";i:9047208;s:97:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-smush-pro/core/modules/bulk\";i:24680;s:98:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-smush-pro/core/modules/async\";i:13394;s:103:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-smush-pro/core/modules/background\";i:28015;s:100:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-smush-pro/core/modules/helpers\";i:24545;s:92:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-smush-pro/core/modules\";i:366397;s:90:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-smush-pro/core/smush\";i:30828;s:90:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-smush-pro/core/media\";i:62611;s:88:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-smush-pro/core/api\";i:19353;s:91:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-smush-pro/core/resize\";i:13531;s:90:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-smush-pro/core/stats\";i:33582;s:92:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-smush-pro/core/png2jpg\";i:30532;s:105:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-smush-pro/core/external/wdev-logger\";i:48473;s:105:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-smush-pro/core/external/dash-notice\";i:56874;s:93:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-smush-pro/core/external\";i:105347;s:89:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-smush-pro/core/webp\";i:12337;s:105:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-smush-pro/core/integrations/nextgen\";i:56094;s:97:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-smush-pro/core/integrations\";i:188518;s:92:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-smush-pro/core/backups\";i:17755;s:87:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-smush-pro/core/s3\";i:14090;s:98:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-smush-pro/core/media-library\";i:39117;s:84:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-smush-pro/core\";i:1135632;s:79:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-smush-pro\";i:13271050;s:117:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/automatic-order-printing-for-woocommerce/admin/css\";i:582;s:116:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/automatic-order-printing-for-woocommerce/admin/js\";i:492;s:113:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/automatic-order-printing-for-woocommerce/admin\";i:23185;s:116:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/automatic-order-printing-for-woocommerce/includes\";i:124884;s:117:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/automatic-order-printing-for-woocommerce/languages\";i:20455;s:152:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/automatic-order-printing-for-woocommerce/vendor/sabberworm/php-css-parser/tests/files\";i:9128;s:169:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/automatic-order-printing-for-woocommerce/vendor/sabberworm/php-css-parser/tests/Sabberworm/CSS/RuleSet\";i:14153;s:169:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/automatic-order-printing-for-woocommerce/vendor/sabberworm/php-css-parser/tests/Sabberworm/CSS/CSSList\";i:1607;s:161:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/automatic-order-printing-for-woocommerce/vendor/sabberworm/php-css-parser/tests/Sabberworm/CSS\";i:53725;s:157:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/automatic-order-printing-for-woocommerce/vendor/sabberworm/php-css-parser/tests/Sabberworm\";i:53725;s:146:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/automatic-order-printing-for-woocommerce/vendor/sabberworm/php-css-parser/tests\";i:63532;s:168:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/automatic-order-printing-for-woocommerce/vendor/sabberworm/php-css-parser/lib/Sabberworm/CSS/Property\";i:6811;s:167:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/automatic-order-printing-for-woocommerce/vendor/sabberworm/php-css-parser/lib/Sabberworm/CSS/RuleSet\";i:28555;s:164:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/automatic-order-printing-for-woocommerce/vendor/sabberworm/php-css-parser/lib/Sabberworm/CSS/Rule\";i:6520;s:167:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/automatic-order-printing-for-woocommerce/vendor/sabberworm/php-css-parser/lib/Sabberworm/CSS/CSSList\";i:19691;s:167:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/automatic-order-printing-for-woocommerce/vendor/sabberworm/php-css-parser/lib/Sabberworm/CSS/Parsing\";i:10049;s:165:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/automatic-order-printing-for-woocommerce/vendor/sabberworm/php-css-parser/lib/Sabberworm/CSS/Value\";i:20916;s:167:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/automatic-order-printing-for-woocommerce/vendor/sabberworm/php-css-parser/lib/Sabberworm/CSS/Comment\";i:1192;s:159:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/automatic-order-printing-for-woocommerce/vendor/sabberworm/php-css-parser/lib/Sabberworm/CSS\";i:104900;s:155:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/automatic-order-printing-for-woocommerce/vendor/sabberworm/php-css-parser/lib/Sabberworm\";i:104900;s:144:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/automatic-order-printing-for-woocommerce/vendor/sabberworm/php-css-parser/lib\";i:104900;s:140:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/automatic-order-printing-for-woocommerce/vendor/sabberworm/php-css-parser\";i:351687;s:125:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/automatic-order-printing-for-woocommerce/vendor/sabberworm\";i:351687;s:146:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/automatic-order-printing-for-woocommerce/vendor/dompdf/dompdf/src/FrameReflower\";i:114979;s:138:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/automatic-order-printing-for-woocommerce/vendor/dompdf/dompdf/src/Frame\";i:21905;s:143:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/automatic-order-printing-for-woocommerce/vendor/dompdf/dompdf/src/Positioner\";i:16356;s:136:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/automatic-order-printing-for-woocommerce/vendor/dompdf/dompdf/src/Css\";i:196672;s:141:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/automatic-order-printing-for-woocommerce/vendor/dompdf/dompdf/src/Renderer\";i:76788;s:138:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/automatic-order-printing-for-woocommerce/vendor/dompdf/dompdf/src/Image\";i:9111;s:142:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/automatic-order-printing-for-woocommerce/vendor/dompdf/dompdf/src/Exception\";i:619;s:147:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/automatic-order-printing-for-woocommerce/vendor/dompdf/dompdf/src/FrameDecorator\";i:88563;s:140:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/automatic-order-printing-for-woocommerce/vendor/dompdf/dompdf/src/Adapter\";i:111053;s:132:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/automatic-order-printing-for-woocommerce/vendor/dompdf/dompdf/src\";i:843264;s:133:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/automatic-order-printing-for-woocommerce/vendor/dompdf/dompdf/temp\";i:0;s:138:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/automatic-order-printing-for-woocommerce/vendor/dompdf/dompdf/lib/fonts\";i:8292122;s:136:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/automatic-order-printing-for-woocommerce/vendor/dompdf/dompdf/lib/res\";i:9000;s:141:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/automatic-order-printing-for-woocommerce/vendor/dompdf/dompdf/lib/html5lib\";i:509268;s:132:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/automatic-order-printing-for-woocommerce/vendor/dompdf/dompdf/lib\";i:9029627;s:128:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/automatic-order-printing-for-woocommerce/vendor/dompdf/dompdf\";i:9914638;s:121:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/automatic-order-printing-for-woocommerce/vendor/dompdf\";i:9914638;s:138:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/automatic-order-printing-for-woocommerce/vendor/cmb2/cmb2/includes/shim\";i:15838;s:139:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/automatic-order-printing-for-woocommerce/vendor/cmb2/cmb2/includes/types\";i:64525;s:142:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/automatic-order-printing-for-woocommerce/vendor/cmb2/cmb2/includes/rest-api\";i:58625;s:133:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/automatic-order-printing-for-woocommerce/vendor/cmb2/cmb2/includes\";i:408978;s:134:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/automatic-order-printing-for-woocommerce/vendor/cmb2/cmb2/languages\";i:1793283;s:142:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/automatic-order-printing-for-woocommerce/vendor/cmb2/cmb2/css/sass/partials\";i:26955;s:133:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/automatic-order-printing-for-woocommerce/vendor/cmb2/cmb2/css/sass\";i:27730;s:128:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/automatic-order-printing-for-woocommerce/vendor/cmb2/cmb2/css\";i:371396;s:127:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/automatic-order-printing-for-woocommerce/vendor/cmb2/cmb2/js\";i:151036;s:131:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/automatic-order-printing-for-woocommerce/vendor/cmb2/cmb2/images\";i:24597;s:124:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/automatic-order-printing-for-woocommerce/vendor/cmb2/cmb2\";i:3165969;s:119:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/automatic-order-printing-for-woocommerce/vendor/cmb2\";i:3165969;s:123:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/automatic-order-printing-for-woocommerce/vendor/composer\";i:29770;s:144:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/automatic-order-printing-for-woocommerce/vendor/printnode/printnode-php/tests\";i:39567;s:152:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/automatic-order-printing-for-woocommerce/vendor/printnode/printnode-php/src/PrintNode\";i:39792;s:142:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/automatic-order-printing-for-woocommerce/vendor/printnode/printnode-php/src\";i:39792;s:147:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/automatic-order-printing-for-woocommerce/vendor/printnode/printnode-php/examples\";i:6907;s:138:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/automatic-order-printing-for-woocommerce/vendor/printnode/printnode-php\";i:89440;s:124:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/automatic-order-printing-for-woocommerce/vendor/printnode\";i:89440;s:147:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/automatic-order-printing-for-woocommerce/vendor/phenx/php-font-lib/tests/FontLib\";i:1504;s:139:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/automatic-order-printing-for-woocommerce/vendor/phenx/php-font-lib/tests\";i:1504;s:138:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/automatic-order-printing-for-woocommerce/vendor/phenx/php-font-lib/maps\";i:103891;s:156:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/automatic-order-printing-for-woocommerce/vendor/phenx/php-font-lib/src/FontLib/Table/Type\";i:32116;s:151:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/automatic-order-printing-for-woocommerce/vendor/phenx/php-font-lib/src/FontLib/Table\";i:36380;s:150:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/automatic-order-printing-for-woocommerce/vendor/phenx/php-font-lib/src/FontLib/WOFF\";i:3629;s:155:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/automatic-order-printing-for-woocommerce/vendor/phenx/php-font-lib/src/FontLib/Exception\";i:202;s:149:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/automatic-order-printing-for-woocommerce/vendor/phenx/php-font-lib/src/FontLib/EOT\";i:6666;s:151:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/automatic-order-printing-for-woocommerce/vendor/phenx/php-font-lib/src/FontLib/Glyph\";i:18116;s:154:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/automatic-order-printing-for-woocommerce/vendor/phenx/php-font-lib/src/FontLib/TrueType\";i:14949;s:154:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/automatic-order-printing-for-woocommerce/vendor/phenx/php-font-lib/src/FontLib/OpenType\";i:831;s:145:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/automatic-order-printing-for-woocommerce/vendor/phenx/php-font-lib/src/FontLib\";i:100927;s:137:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/automatic-order-printing-for-woocommerce/vendor/phenx/php-font-lib/src\";i:100927;s:146:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/automatic-order-printing-for-woocommerce/vendor/phenx/php-font-lib/sample-fonts\";i:102684;s:133:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/automatic-order-printing-for-woocommerce/vendor/phenx/php-font-lib\";i:336964;s:142:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/automatic-order-printing-for-woocommerce/vendor/phenx/php-svg-lib/tests/Svg\";i:1920;s:138:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/automatic-order-printing-for-woocommerce/vendor/phenx/php-svg-lib/tests\";i:1920;s:149:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/automatic-order-printing-for-woocommerce/vendor/phenx/php-svg-lib/src/Svg/Gradient\";i:310;s:144:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/automatic-order-printing-for-woocommerce/vendor/phenx/php-svg-lib/src/Svg/Tag\";i:40681;s:148:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/automatic-order-printing-for-woocommerce/vendor/phenx/php-svg-lib/src/Svg/Surface\";i:205232;s:140:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/automatic-order-printing-for-woocommerce/vendor/phenx/php-svg-lib/src/Svg\";i:274875;s:136:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/automatic-order-printing-for-woocommerce/vendor/phenx/php-svg-lib/src\";i:275358;s:132:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/automatic-order-printing-for-woocommerce/vendor/phenx/php-svg-lib\";i:322660;s:120:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/automatic-order-printing-for-woocommerce/vendor/phenx\";i:659624;s:132:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/automatic-order-printing-for-woocommerce/vendor/cmb2-conditionals\";i:63080;s:114:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/automatic-order-printing-for-woocommerce/vendor\";i:14274386;s:124:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/automatic-order-printing-for-woocommerce/templates/simple\";i:4663;s:117:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/automatic-order-printing-for-woocommerce/templates\";i:4663;s:118:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/automatic-order-printing-for-woocommerce/public/css\";i:99;s:117:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/automatic-order-printing-for-woocommerce/public/js\";i:838;s:114:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/automatic-order-printing-for-woocommerce/public\";i:3547;s:107:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/automatic-order-printing-for-woocommerce\";i:14484214;s:122:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-mail-smtp/vendor_prefixed/google/apiclient/src/Utils\";i:10542;s:128:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-mail-smtp/vendor_prefixed/google/apiclient/src/AuthHandler\";i:9832;s:121:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-mail-smtp/vendor_prefixed/google/apiclient/src/Task\";i:13107;s:121:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-mail-smtp/vendor_prefixed/google/apiclient/src/Http\";i:25094;s:124:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-mail-smtp/vendor_prefixed/google/apiclient/src/Service\";i:12652;s:128:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-mail-smtp/vendor_prefixed/google/apiclient/src/AccessToken\";i:12960;s:116:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-mail-smtp/vendor_prefixed/google/apiclient/src\";i:145030;s:112:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-mail-smtp/vendor_prefixed/google/apiclient\";i:155286;s:140:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-mail-smtp/vendor_prefixed/google/apiclient-services/src/Gmail/Resource\";i:87889;s:131:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-mail-smtp/vendor_prefixed/google/apiclient-services/src/Gmail\";i:191900;s:125:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-mail-smtp/vendor_prefixed/google/apiclient-services/src\";i:219905;s:121:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-mail-smtp/vendor_prefixed/google/apiclient-services\";i:219905;s:117:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-mail-smtp/vendor_prefixed/google/auth/src/Cache\";i:19987;s:123:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-mail-smtp/vendor_prefixed/google/auth/src/Credentials\";i:53376;s:122:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-mail-smtp/vendor_prefixed/google/auth/src/Middleware\";i:17476;s:123:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-mail-smtp/vendor_prefixed/google/auth/src/HttpHandler\";i:10933;s:111:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-mail-smtp/vendor_prefixed/google/auth/src\";i:214743;s:107:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-mail-smtp/vendor_prefixed/google/auth\";i:226150;s:102:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-mail-smtp/vendor_prefixed/google\";i:601341;s:145:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-mail-smtp/vendor_prefixed/phpseclib/phpseclib/phpseclib/Crypt/EC/BaseCurves\";i:61572;s:141:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-mail-smtp/vendor_prefixed/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves\";i:104562;s:147:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-mail-smtp/vendor_prefixed/phpseclib/phpseclib/phpseclib/Crypt/EC/Formats/Keys\";i:91986;s:152:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-mail-smtp/vendor_prefixed/phpseclib/phpseclib/phpseclib/Crypt/EC/Formats/Signature\";i:4846;s:142:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-mail-smtp/vendor_prefixed/phpseclib/phpseclib/phpseclib/Crypt/EC/Formats\";i:96832;s:134:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-mail-smtp/vendor_prefixed/phpseclib/phpseclib/phpseclib/Crypt/EC\";i:280679;s:147:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-mail-smtp/vendor_prefixed/phpseclib/phpseclib/phpseclib/Crypt/DH/Formats/Keys\";i:7232;s:142:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-mail-smtp/vendor_prefixed/phpseclib/phpseclib/phpseclib/Crypt/DH/Formats\";i:7232;s:134:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-mail-smtp/vendor_prefixed/phpseclib/phpseclib/phpseclib/Crypt/DH\";i:11048;s:148:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-mail-smtp/vendor_prefixed/phpseclib/phpseclib/phpseclib/Crypt/RSA/Formats/Keys\";i:53178;s:143:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-mail-smtp/vendor_prefixed/phpseclib/phpseclib/phpseclib/Crypt/RSA/Formats\";i:53178;s:135:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-mail-smtp/vendor_prefixed/phpseclib/phpseclib/phpseclib/Crypt/RSA\";i:85848;s:145:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-mail-smtp/vendor_prefixed/phpseclib/phpseclib/phpseclib/Crypt/Common/Traits\";i:2876;s:151:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-mail-smtp/vendor_prefixed/phpseclib/phpseclib/phpseclib/Crypt/Common/Formats/Keys\";i:65276;s:156:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-mail-smtp/vendor_prefixed/phpseclib/phpseclib/phpseclib/Crypt/Common/Formats/Signature\";i:1433;s:146:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-mail-smtp/vendor_prefixed/phpseclib/phpseclib/phpseclib/Crypt/Common/Formats\";i:66709;s:138:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-mail-smtp/vendor_prefixed/phpseclib/phpseclib/phpseclib/Crypt/Common\";i:219984;s:148:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-mail-smtp/vendor_prefixed/phpseclib/phpseclib/phpseclib/Crypt/DSA/Formats/Keys\";i:27742;s:153:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-mail-smtp/vendor_prefixed/phpseclib/phpseclib/phpseclib/Crypt/DSA/Formats/Signature\";i:4284;s:143:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-mail-smtp/vendor_prefixed/phpseclib/phpseclib/phpseclib/Crypt/DSA/Formats\";i:32026;s:135:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-mail-smtp/vendor_prefixed/phpseclib/phpseclib/phpseclib/Crypt/DSA\";i:40543;s:131:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-mail-smtp/vendor_prefixed/phpseclib/phpseclib/phpseclib/Crypt\";i:724173;s:142:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-mail-smtp/vendor_prefixed/phpseclib/phpseclib/phpseclib/Common/Functions\";i:16516;s:132:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-mail-smtp/vendor_prefixed/phpseclib/phpseclib/phpseclib/Common\";i:16516;s:135:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-mail-smtp/vendor_prefixed/phpseclib/phpseclib/phpseclib/Exception\";i:6632;s:141:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-mail-smtp/vendor_prefixed/phpseclib/phpseclib/phpseclib/Math/PrimeField\";i:10669;s:149:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-mail-smtp/vendor_prefixed/phpseclib/phpseclib/phpseclib/Math/Common/FiniteField\";i:1041;s:137:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-mail-smtp/vendor_prefixed/phpseclib/phpseclib/phpseclib/Math/Common\";i:1433;s:142:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-mail-smtp/vendor_prefixed/phpseclib/phpseclib/phpseclib/Math/BinaryField\";i:14054;s:153:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-mail-smtp/vendor_prefixed/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/GMP\";i:1196;s:164:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-mail-smtp/vendor_prefixed/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/PHP/Reductions\";i:36850;s:153:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-mail-smtp/vendor_prefixed/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/PHP\";i:45777;s:167:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-mail-smtp/vendor_prefixed/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/BCMath/Reductions\";i:9790;s:156:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-mail-smtp/vendor_prefixed/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/BCMath\";i:15033;s:149:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-mail-smtp/vendor_prefixed/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines\";i:201704;s:141:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-mail-smtp/vendor_prefixed/phpseclib/phpseclib/phpseclib/Math/BigInteger\";i:201704;s:130:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-mail-smtp/vendor_prefixed/phpseclib/phpseclib/phpseclib/Math\";i:259771;s:125:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-mail-smtp/vendor_prefixed/phpseclib/phpseclib/phpseclib\";i:1007833;s:115:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-mail-smtp/vendor_prefixed/phpseclib/phpseclib\";i:1008914;s:105:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-mail-smtp/vendor_prefixed/phpseclib\";i:1008914;s:133:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-mail-smtp/vendor_prefixed/monolog/monolog/src/Monolog/Formatter\";i:50420;s:146:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-mail-smtp/vendor_prefixed/monolog/monolog/src/Monolog/Handler/FingersCrossed\";i:3596;s:136:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-mail-smtp/vendor_prefixed/monolog/monolog/src/Monolog/Handler/Curl\";i:1463;s:141:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-mail-smtp/vendor_prefixed/monolog/monolog/src/Monolog/Handler/SyslogUdp\";i:1430;s:137:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-mail-smtp/vendor_prefixed/monolog/monolog/src/Monolog/Handler/Slack\";i:8353;s:131:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-mail-smtp/vendor_prefixed/monolog/monolog/src/Monolog/Handler\";i:240480;s:133:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-mail-smtp/vendor_prefixed/monolog/monolog/src/Monolog/Processor\";i:19385;s:123:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-mail-smtp/vendor_prefixed/monolog/monolog/src/Monolog\";i:357586;s:115:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-mail-smtp/vendor_prefixed/monolog/monolog/src\";i:357586;s:111:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-mail-smtp/vendor_prefixed/monolog/monolog\";i:358649;s:103:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-mail-smtp/vendor_prefixed/monolog\";i:358649;s:132:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-mail-smtp/vendor_prefixed/paragonie/constant_time_encoding/src\";i:52995;s:128:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-mail-smtp/vendor_prefixed/paragonie/constant_time_encoding\";i:55400;s:105:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-mail-smtp/vendor_prefixed/paragonie\";i:55400;s:116:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-mail-smtp/vendor_prefixed/psr/http-factory/src\";i:5217;s:112:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-mail-smtp/vendor_prefixed/psr/http-factory\";i:6281;s:116:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-mail-smtp/vendor_prefixed/psr/http-message/src\";i:47062;s:112:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-mail-smtp/vendor_prefixed/psr/http-message\";i:48147;s:111:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-mail-smtp/vendor_prefixed/psr/log/Psr/Log\";i:12108;s:107:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-mail-smtp/vendor_prefixed/psr/log/Psr\";i:12108;s:103:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-mail-smtp/vendor_prefixed/psr/log\";i:13193;s:115:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-mail-smtp/vendor_prefixed/psr/http-client/src\";i:2273;s:111:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-mail-smtp/vendor_prefixed/psr/http-client\";i:3358;s:109:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-mail-smtp/vendor_prefixed/psr/cache/src\";i:8748;s:105:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-mail-smtp/vendor_prefixed/psr/cache\";i:8748;s:99:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-mail-smtp/vendor_prefixed/psr\";i:79727;s:125:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-mail-smtp/vendor_prefixed/guzzlehttp/psr7/src/Exception\";i:263;s:115:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-mail-smtp/vendor_prefixed/guzzlehttp/psr7/src\";i:206886;s:111:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-mail-smtp/vendor_prefixed/guzzlehttp/psr7\";i:208288;s:119:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-mail-smtp/vendor_prefixed/guzzlehttp/promises/src\";i:60155;s:115:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-mail-smtp/vendor_prefixed/guzzlehttp/promises\";i:61439;s:125:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-mail-smtp/vendor_prefixed/guzzlehttp/guzzle/src/Handler\";i:68567;s:124:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-mail-smtp/vendor_prefixed/guzzlehttp/guzzle/src/Cookie\";i:31058;s:127:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-mail-smtp/vendor_prefixed/guzzlehttp/guzzle/src/Exception\";i:9279;s:117:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-mail-smtp/vendor_prefixed/guzzlehttp/guzzle/src\";i:225726;s:113:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-mail-smtp/vendor_prefixed/guzzlehttp/guzzle\";i:227186;s:106:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-mail-smtp/vendor_prefixed/guzzlehttp\";i:496913;s:127:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-mail-smtp/vendor_prefixed/sendinblue/api-v3-sdk/lib/Model\";i:2792867;s:125:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-mail-smtp/vendor_prefixed/sendinblue/api-v3-sdk/lib/Api\";i:2119199;s:121:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-mail-smtp/vendor_prefixed/sendinblue/api-v3-sdk/lib\";i:4942367;s:117:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-mail-smtp/vendor_prefixed/sendinblue/api-v3-sdk\";i:4942367;s:106:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-mail-smtp/vendor_prefixed/sendinblue\";i:4942367;s:121:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-mail-smtp/vendor_prefixed/symfony/polyfill-intl-idn\";i:14224;s:125:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-mail-smtp/vendor_prefixed/symfony/deprecation-contracts\";i:2132;s:118:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-mail-smtp/vendor_prefixed/symfony/polyfill-php72\";i:9705;s:139:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-mail-smtp/vendor_prefixed/symfony/polyfill-mbstring/Resources/unidata\";i:50734;s:131:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-mail-smtp/vendor_prefixed/symfony/polyfill-mbstring/Resources\";i:51583;s:121:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-mail-smtp/vendor_prefixed/symfony/polyfill-mbstring\";i:87964;s:103:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-mail-smtp/vendor_prefixed/symfony\";i:114025;s:95:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-mail-smtp/vendor_prefixed\";i:7657336;s:114:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-mail-smtp/vendor/ralouphie/getallheaders/src\";i:1640;s:110:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-mail-smtp/vendor/ralouphie/getallheaders\";i:2720;s:96:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-mail-smtp/vendor/ralouphie\";i:2720;s:133:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-mail-smtp/vendor/woocommerce/action-scheduler/classes/abstracts\";i:79125;s:133:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-mail-smtp/vendor/woocommerce/action-scheduler/classes/schedules\";i:10785;s:131:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-mail-smtp/vendor/woocommerce/action-scheduler/classes/actions\";i:3365;s:133:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-mail-smtp/vendor/woocommerce/action-scheduler/classes/migration\";i:25683;s:135:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-mail-smtp/vendor/woocommerce/action-scheduler/classes/data-stores\";i:98096;s:130:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-mail-smtp/vendor/woocommerce/action-scheduler/classes/WP_CLI\";i:19518;s:130:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-mail-smtp/vendor/woocommerce/action-scheduler/classes/schema\";i:7501;s:123:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-mail-smtp/vendor/woocommerce/action-scheduler/classes\";i:330517;s:126:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-mail-smtp/vendor/woocommerce/action-scheduler/deprecated\";i:13295;s:135:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-mail-smtp/vendor/woocommerce/action-scheduler/lib/cron-expression\";i:29942;s:119:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-mail-smtp/vendor/woocommerce/action-scheduler/lib\";i:33750;s:115:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-mail-smtp/vendor/woocommerce/action-scheduler\";i:442860;s:98:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-mail-smtp/vendor/woocommerce\";i:442860;s:116:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-mail-smtp/vendor/paragonie/random_compat/other\";i:1633;s:115:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-mail-smtp/vendor/paragonie/random_compat/dist\";i:703;s:114:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-mail-smtp/vendor/paragonie/random_compat/lib\";i:1327;s:110:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-mail-smtp/vendor/paragonie/random_compat\";i:4992;s:96:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-mail-smtp/vendor/paragonie\";i:4992;s:95:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-mail-smtp/vendor/composer\";i:445133;s:86:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-mail-smtp/vendor\";i:895883;s:95:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-mail-smtp/src/Admin/Pages\";i:216587;s:101:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-mail-smtp/src/Admin/DebugEvents\";i:45793;s:89:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-mail-smtp/src/Admin\";i:468377;s:104:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-mail-smtp/src/Compatibility/Plugin\";i:2901;s:97:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-mail-smtp/src/Compatibility\";i:4127;s:101:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-mail-smtp/src/Providers/Outlook\";i:926;s:102:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-mail-smtp/src/Providers/Pepipost\";i:1122;s:99:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-mail-smtp/src/Providers/Gmail\";i:31012;s:98:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-mail-smtp/src/Providers/SMTP\";i:2105;s:103:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-mail-smtp/src/Providers/SparkPost\";i:18004;s:98:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-mail-smtp/src/Providers/Mail\";i:2840;s:103:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-mail-smtp/src/Providers/Sendlayer\";i:14986;s:102:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-mail-smtp/src/Providers/Postmark\";i:15907;s:102:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-mail-smtp/src/Providers/Sendgrid\";i:13817;s:101:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-mail-smtp/src/Providers/SMTPcom\";i:17048;s:101:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-mail-smtp/src/Providers/Mailgun\";i:16835;s:104:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-mail-smtp/src/Providers/Sendinblue\";i:17325;s:105:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-mail-smtp/src/Providers/PepipostAPI\";i:15043;s:103:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-mail-smtp/src/Providers/AmazonSES\";i:916;s:98:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-mail-smtp/src/Providers/Zoho\";i:923;s:93:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-mail-smtp/src/Providers\";i:217419;s:97:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-mail-smtp/src/UsageTracking\";i:12886;s:98:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-mail-smtp/src/Reports/Emails\";i:23339;s:91:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-mail-smtp/src/Reports\";i:28348;s:91:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-mail-smtp/src/Helpers\";i:19843;s:97:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-mail-smtp/src/Tasks/Reports\";i:1550;s:89:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-mail-smtp/src/Tasks\";i:30049;s:83:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-mail-smtp/src\";i:980361;s:96:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-mail-smtp/assets/languages\";i:204220;s:96:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-mail-smtp/assets/libs/lity\";i:10022;s:91:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-mail-smtp/assets/libs\";i:60782;s:94:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-mail-smtp/assets/vue/img\";i:59933;s:94:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-mail-smtp/assets/vue/css\";i:122539;s:93:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-mail-smtp/assets/vue/js\";i:604018;s:90:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-mail-smtp/assets/vue\";i:786490;s:97:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-mail-smtp/assets/css/vendor\";i:16082;s:97:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-mail-smtp/assets/css/emails\";i:5482;s:90:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-mail-smtp/assets/css\";i:127879;s:96:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-mail-smtp/assets/js/vendor\";i:296068;s:89:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-mail-smtp/assets/js\";i:359596;s:109:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-mail-smtp/assets/images/icons/dashicons\";i:678;s:99:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-mail-smtp/assets/images/icons\";i:4732;s:107:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-mail-smtp/assets/images/email-reports\";i:330261;s:107:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-mail-smtp/assets/images/reports/email\";i:53590;s:101:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-mail-smtp/assets/images/reports\";i:54823;s:110:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-mail-smtp/assets/images/dash-widget/smtp\";i:2093;s:108:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-mail-smtp/assets/images/dash-widget/wp\";i:2093;s:105:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-mail-smtp/assets/images/dash-widget\";i:4451;s:103:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-mail-smtp/assets/images/providers\";i:51477;s:101:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-mail-smtp/assets/images/loaders\";i:1285;s:105:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-mail-smtp/assets/images/flyout-menu\";i:6896;s:106:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-mail-smtp/assets/images/font-awesome\";i:2333;s:116:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-mail-smtp/assets/images/additional-connections\";i:243387;s:99:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-mail-smtp/assets/images/about\";i:197244;s:98:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-mail-smtp/assets/images/logs\";i:269301;s:99:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-mail-smtp/assets/images/email\";i:39070;s:93:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-mail-smtp/assets/images\";i:1235006;s:86:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-mail-smtp/assets\";i:2773973;s:79:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-mail-smtp\";i:12377234;s:84:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/age-gate/dist/img\";i:38227;s:80:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/age-gate/dist\";i:674055;s:114:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/age-gate/vendor/league/plates/example/templates\";i:666;s:104:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/age-gate/vendor/league/plates/example\";i:971;s:114:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/age-gate/vendor/league/plates/.github/workflows\";i:1312;s:104:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/age-gate/vendor/league/plates/.github\";i:1312;s:115:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/age-gate/vendor/league/plates/doc/content/engine\";i:10474;s:119:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/age-gate/vendor/league/plates/doc/content/extensions\";i:5378;s:118:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/age-gate/vendor/league/plates/doc/content/templates\";i:18363;s:124:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/age-gate/vendor/league/plates/doc/content/getting-started\";i:1845;s:108:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/age-gate/vendor/league/plates/doc/content\";i:38825;s:117:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/age-gate/vendor/league/plates/doc/layouts/_default\";i:4907;s:117:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/age-gate/vendor/league/plates/doc/layouts/partials\";i:268;s:119:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/age-gate/vendor/league/plates/doc/layouts/shortcodes\";i:142;s:108:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/age-gate/vendor/league/plates/doc/layouts\";i:5317;s:111:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/age-gate/vendor/league/plates/doc/static/css\";i:354;s:114:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/age-gate/vendor/league/plates/doc/static/images\";i:2306;s:115:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/age-gate/vendor/league/plates/doc/static/favicon\";i:12049;s:107:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/age-gate/vendor/league/plates/doc/static\";i:14722;s:100:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/age-gate/vendor/league/plates/doc\";i:59336;s:129:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/age-gate/vendor/league/plates/src/Template/ResolveTemplatePath\";i:1987;s:109:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/age-gate/vendor/league/plates/src/Template\";i:29250;s:110:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/age-gate/vendor/league/plates/src/Exception\";i:493;s:110:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/age-gate/vendor/league/plates/src/Extension\";i:5106;s:100:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/age-gate/vendor/league/plates/src\";i:41744;s:96:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/age-gate/vendor/league/plates\";i:111340;s:110:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/age-gate/vendor/league/html-to-markdown/bin\";i:2080;s:124:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/age-gate/vendor/league/html-to-markdown/.github/workflows\";i:2997;s:129:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/age-gate/vendor/league/html-to-markdown/.github/ISSUE_TEMPLATE\";i:3349;s:114:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/age-gate/vendor/league/html-to-markdown/.github\";i:8031;s:120:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/age-gate/vendor/league/html-to-markdown/src/Converter\";i:27283;s:110:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/age-gate/vendor/league/html-to-markdown/src\";i:50249;s:106:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/age-gate/vendor/league/html-to-markdown\";i:88444;s:89:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/age-gate/vendor/league\";i:199784;s:86:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/age-gate/vendor/bin\";i:3393;s:107:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/age-gate/vendor/brick/math/src/Exception\";i:3309;s:117:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/age-gate/vendor/brick/math/src/Internal/Calculator\";i:19979;s:106:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/age-gate/vendor/brick/math/src/Internal\";i:40930;s:97:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/age-gate/vendor/brick/math/src\";i:136904;s:93:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/age-gate/vendor/brick/math\";i:156153;s:88:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/age-gate/vendor/brick\";i:156153;s:110:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/age-gate/vendor/agegate/utility/src/Facades\";i:1339;s:102:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/age-gate/vendor/agegate/utility/src\";i:9031;s:98:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/age-gate/vendor/agegate/utility\";i:9669;s:107:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/age-gate/vendor/agegate/common/src/Admin\";i:10616;s:111:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/age-gate/vendor/agegate/common/src/Immutable\";i:2801;s:112:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/age-gate/vendor/agegate/common/src/Interfaces\";i:152;s:109:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/age-gate/vendor/agegate/common/src/Helpers\";i:385;s:112:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/age-gate/vendor/agegate/common/src/Controller\";i:1391;s:106:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/age-gate/vendor/agegate/common/src/Form\";i:10448;s:101:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/age-gate/vendor/agegate/common/src\";i:45112;s:97:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/age-gate/vendor/agegate/common\";i:45846;s:90:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/age-gate/vendor/agegate\";i:55515;s:99:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/age-gate/vendor/erusev/parsedown\";i:48974;s:89:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/age-gate/vendor/erusev\";i:48974;s:109:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/age-gate/vendor/asylum/utility/src/Facades\";i:834;s:101:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/age-gate/vendor/asylum/utility/src\";i:21559;s:97:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/age-gate/vendor/asylum/utility\";i:26009;s:100:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/age-gate/vendor/asylum/common/src\";i:2527;s:96:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/age-gate/vendor/asylum/common\";i:3116;s:114:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/age-gate/vendor/asylum/validation/tests/Filters\";i:8788;s:117:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/age-gate/vendor/asylum/validation/tests/Validators\";i:43999;s:106:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/age-gate/vendor/asylum/validation/tests\";i:92672;s:109:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/age-gate/vendor/asylum/validation/src/lang\";i:72425;s:104:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/age-gate/vendor/asylum/validation/src\";i:131184;s:103:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/age-gate/vendor/asylum/validation/ci\";i:7452;s:100:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/age-gate/vendor/asylum/validation\";i:352146;s:89:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/age-gate/vendor/asylum\";i:381271;s:112:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/age-gate/vendor/joachim-n/case-converter/Test\";i:2434;s:107:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/age-gate/vendor/joachim-n/case-converter\";i:45805;s:92:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/age-gate/vendor/joachim-n\";i:45805;s:127:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/age-gate/vendor/nicmart/string-template/tests/StringTemplate\";i:9330;s:112:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/age-gate/vendor/nicmart/string-template/tests\";i:9330;s:125:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/age-gate/vendor/nicmart/string-template/src/StringTemplate\";i:9043;s:110:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/age-gate/vendor/nicmart/string-template/src\";i:9043;s:117:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/age-gate/vendor/nicmart/string-template/benchmarks\";i:4017;s:106:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/age-gate/vendor/nicmart/string-template\";i:31219;s:90:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/age-gate/vendor/nicmart\";i:31219;s:91:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/age-gate/vendor/composer\";i:118056;s:125:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/age-gate/vendor/jaybizzle/crawler-detect/.github/workflows\";i:2125;s:115:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/age-gate/vendor/jaybizzle/crawler-detect/.github\";i:2125;s:120:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/age-gate/vendor/jaybizzle/crawler-detect/src/Fixtures\";i:36226;s:111:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/age-gate/vendor/jaybizzle/crawler-detect/src\";i:40510;s:111:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/age-gate/vendor/jaybizzle/crawler-detect/raw\";i:39012;s:107:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/age-gate/vendor/jaybizzle/crawler-detect\";i:89514;s:92:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/age-gate/vendor/jaybizzle\";i:89514;s:117:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/age-gate/vendor/mcaskill/php-html-build-attributes\";i:7957;s:91:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/age-gate/vendor/mcaskill\";i:7957;s:107:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/age-gate/vendor/illuminate/contracts/Bus\";i:2176;s:109:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/age-gate/vendor/illuminate/contracts/Redis\";i:1805;s:117:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/age-gate/vendor/illuminate/contracts/Notifications\";i:1382;s:121:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/age-gate/vendor/illuminate/contracts/Database/Eloquent\";i:3555;s:119:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/age-gate/vendor/illuminate/contracts/Database/Events\";i:92;s:112:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/age-gate/vendor/illuminate/contracts/Database\";i:4638;s:114:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/age-gate/vendor/illuminate/contracts/Foundation\";i:5522;s:110:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/age-gate/vendor/illuminate/contracts/Config\";i:1162;s:111:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/age-gate/vendor/illuminate/contracts/Hashing\";i:946;s:114:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/age-gate/vendor/illuminate/contracts/Filesystem\";i:5209;s:109:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/age-gate/vendor/illuminate/contracts/Debug\";i:1001;s:109:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/age-gate/vendor/illuminate/contracts/Cache\";i:6275;s:111:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/age-gate/vendor/illuminate/contracts/Console\";i:2067;s:108:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/age-gate/vendor/illuminate/contracts/Mail\";i:3736;s:110:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/age-gate/vendor/illuminate/contracts/Cookie\";i:2051;s:108:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/age-gate/vendor/illuminate/contracts/View\";i:2739;s:114:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/age-gate/vendor/illuminate/contracts/Encryption\";i:1452;s:108:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/age-gate/vendor/illuminate/contracts/Http\";i:880;s:113:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/age-gate/vendor/illuminate/contracts/Container\";i:5696;s:114:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/age-gate/vendor/illuminate/contracts/Validation\";i:4051;s:109:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/age-gate/vendor/illuminate/contracts/Queue\";i:8801;s:116:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/age-gate/vendor/illuminate/contracts/Broadcasting\";i:1897;s:112:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/age-gate/vendor/illuminate/contracts/Pipeline\";i:1053;s:111:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/age-gate/vendor/illuminate/contracts/Session\";i:3895;s:115:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/age-gate/vendor/illuminate/contracts/Translation\";i:1955;s:111:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/age-gate/vendor/illuminate/contracts/Routing\";i:10543;s:111:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/age-gate/vendor/illuminate/contracts/Support\";i:4434;s:115:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/age-gate/vendor/illuminate/contracts/Auth/Access\";i:4033;s:119:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/age-gate/vendor/illuminate/contracts/Auth/Middleware\";i:99;s:108:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/age-gate/vendor/illuminate/contracts/Auth\";i:12667;s:110:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/age-gate/vendor/illuminate/contracts/Events\";i:1829;s:114:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/age-gate/vendor/illuminate/contracts/Pagination\";i:5430;s:103:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/age-gate/vendor/illuminate/contracts\";i:107187;s:110:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/age-gate/vendor/illuminate/macroable/Traits\";i:2851;s:103:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/age-gate/vendor/illuminate/macroable\";i:4675;s:112:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/age-gate/vendor/illuminate/collections/Traits\";i:28402;s:105:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/age-gate/vendor/illuminate/collections\";i:159859;s:93:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/age-gate/vendor/illuminate\";i:271721;s:100:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/age-gate/vendor/psr/container/src\";i:1382;s:96:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/age-gate/vendor/psr/container\";i:3701;s:103:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/age-gate/vendor/psr/simple-cache/src\";i:5022;s:99:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/age-gate/vendor/psr/simple-cache\";i:7545;s:86:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/age-gate/vendor/psr\";i:11246;s:121:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/age-gate/vendor/symfony/polyfill-php80/Resources/stubs\";i:2168;s:115:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/age-gate/vendor/symfony/polyfill-php80/Resources\";i:2168;s:105:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/age-gate/vendor/symfony/polyfill-php80\";i:12526;s:105:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/age-gate/vendor/symfony/polyfill-ctype\";i:12285;s:121:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/age-gate/vendor/symfony/polyfill-php81/Resources/stubs\";i:421;s:115:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/age-gate/vendor/symfony/polyfill-php81/Resources\";i:421;s:105:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/age-gate/vendor/symfony/polyfill-php81\";i:4504;s:126:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/age-gate/vendor/symfony/polyfill-mbstring/Resources/unidata\";i:57062;s:118:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/age-gate/vendor/symfony/polyfill-mbstring/Resources\";i:57062;s:108:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/age-gate/vendor/symfony/polyfill-mbstring\";i:104723;s:90:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/age-gate/vendor/symfony\";i:134038;s:114:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/age-gate/vendor/jawira/case-converter/src/Split\";i:3725;s:113:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/age-gate/vendor/jawira/case-converter/src/Glue\";i:8365;s:108:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/age-gate/vendor/jawira/case-converter/src\";i:25307;s:104:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/age-gate/vendor/jawira/case-converter\";i:27611;s:89:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/age-gate/vendor/jawira\";i:27611;s:111:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/age-gate/vendor/adbario/php-dot-notation/src\";i:17286;s:107:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/age-gate/vendor/adbario/php-dot-notation\";i:99267;s:90:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/age-gate/vendor/adbario\";i:99267;s:114:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/age-gate/vendor/ramsey/collection/src/Exception\";i:3777;s:108:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/age-gate/vendor/ramsey/collection/src/Map\";i:18339;s:109:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/age-gate/vendor/ramsey/collection/src/Tool\";i:6674;s:104:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/age-gate/vendor/ramsey/collection/src\";i:84000;s:100:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/age-gate/vendor/ramsey/collection\";i:101169;s:110:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/age-gate/vendor/ramsey/uuid/src/Nonstandard\";i:11020;s:106:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/age-gate/vendor/ramsey/uuid/src/Builder\";i:8244;s:106:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/age-gate/vendor/ramsey/uuid/src/Rfc4122\";i:34949;s:105:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/age-gate/vendor/ramsey/uuid/src/Fields\";i:2817;s:103:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/age-gate/vendor/ramsey/uuid/src/Lazy\";i:17925;s:108:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/age-gate/vendor/ramsey/uuid/src/Validator\";i:2394;s:104:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/age-gate/vendor/ramsey/uuid/src/Codec\";i:15801;s:103:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/age-gate/vendor/ramsey/uuid/src/Guid\";i:9765;s:108:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/age-gate/vendor/ramsey/uuid/src/Generator\";i:27054;s:112:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/age-gate/vendor/ramsey/uuid/src/Provider/Node\";i:11385;s:111:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/age-gate/vendor/ramsey/uuid/src/Provider/Dce\";i:6609;s:112:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/age-gate/vendor/ramsey/uuid/src/Provider/Time\";i:2267;s:107:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/age-gate/vendor/ramsey/uuid/src/Provider\";i:22480;s:108:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/age-gate/vendor/ramsey/uuid/src/Exception\";i:7811;s:113:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/age-gate/vendor/ramsey/uuid/src/Converter/Time\";i:11458;s:115:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/age-gate/vendor/ramsey/uuid/src/Converter/Number\";i:3801;s:108:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/age-gate/vendor/ramsey/uuid/src/Converter\";i:18648;s:103:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/age-gate/vendor/ramsey/uuid/src/Math\";i:13314;s:103:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/age-gate/vendor/ramsey/uuid/src/Type\";i:14509;s:98:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/age-gate/vendor/ramsey/uuid/src\";i:289674;s:94:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/age-gate/vendor/ramsey/uuid\";i:298405;s:89:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/age-gate/vendor/ramsey\";i:399574;s:82:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/age-gate/vendor\";i:2081869;s:94:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/age-gate/src/Admin/Settings\";i:43207;s:93:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/age-gate/src/Admin/Content\";i:458;s:90:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/age-gate/src/Admin/User\";i:2529;s:91:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/age-gate/src/Admin/Tools\";i:6624;s:94:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/age-gate/src/Admin/Taxonomy\";i:3795;s:96:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/age-gate/src/Admin/Controller\";i:17822;s:90:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/age-gate/src/Admin/Post\";i:9858;s:85:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/age-gate/src/Admin\";i:95189;s:96:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/age-gate/src/Update/Migration\";i:11816;s:86:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/age-gate/src/Update\";i:19027;s:83:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/age-gate/src/App\";i:1202;s:92:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/age-gate/src/Presentation\";i:22246;s:87:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/age-gate/src/Enqueue\";i:2300;s:106:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/age-gate/src/Resources/views/admin/term\";i:382;s:111:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/age-gate/src/Resources/views/admin/post/type\";i:607;s:111:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/age-gate/src/Resources/views/admin/post/meta\";i:359;s:106:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/age-gate/src/Resources/views/admin/post\";i:3982;s:117:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/age-gate/src/Resources/views/admin/partials/global\";i:1724;s:117:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/age-gate/src/Resources/views/admin/partials/fields\";i:5915;s:110:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/age-gate/src/Resources/views/admin/partials\";i:7639;s:109:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/age-gate/src/Resources/views/admin/layouts\";i:1162;s:101:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/age-gate/src/Resources/views/admin\";i:32038;s:112:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/age-gate/src/Resources/views/public/shortcode\";i:2388;s:123:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/age-gate/src/Resources/views/public/partials/form/fields\";i:1442;s:125:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/age-gate/src/Resources/views/public/partials/form/sections\";i:2889;s:116:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/age-gate/src/Resources/views/public/partials/form\";i:5449;s:122:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/age-gate/src/Resources/views/public/partials/decoration\";i:2849;s:116:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/age-gate/src/Resources/views/public/partials/meta\";i:123;s:111:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/age-gate/src/Resources/views/public/partials\";i:9371;s:110:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/age-gate/src/Resources/views/public/layouts\";i:1033;s:102:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/age-gate/src/Resources/views/public\";i:13663;s:101:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/age-gate/src/Resources/views/empty\";i:0;s:95:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/age-gate/src/Resources/views\";i:45701;s:115:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/age-gate/src/Resources/assets/scss/admin/modules\";i:5427;s:118:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/age-gate/src/Resources/assets/scss/admin/components\";i:18644;s:107:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/age-gate/src/Resources/assets/scss/admin\";i:24730;s:114:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/age-gate/src/Resources/assets/scss/public/parts\";i:8349;s:117:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/age-gate/src/Resources/assets/scss/public/partials\";i:1778;s:108:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/age-gate/src/Resources/assets/scss/public\";i:14464;s:101:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/age-gate/src/Resources/assets/scss\";i:39194;s:100:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/age-gate/src/Resources/assets/img\";i:38227;s:113:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/age-gate/src/Resources/assets/js/admin/utility\";i:386;s:119:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/age-gate/src/Resources/assets/js/admin/modules/react\";i:5951;s:113:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/age-gate/src/Resources/assets/js/admin/modules\";i:12936;s:116:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/age-gate/src/Resources/assets/js/admin/components\";i:5255;s:105:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/age-gate/src/Resources/assets/js/admin\";i:28214;s:114:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/age-gate/src/Resources/assets/js/public/utility\";i:156;s:106:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/age-gate/src/Resources/assets/js/public\";i:23920;s:99:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/age-gate/src/Resources/assets/js\";i:52134;s:96:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/age-gate/src/Resources/assets\";i:129555;s:89:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/age-gate/src/Resources\";i:175256;s:91:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/age-gate/src/Routes/Rest\";i:5790;s:86:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/age-gate/src/Routes\";i:5790;s:86:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/age-gate/src/Legacy\";i:5405;s:89:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/age-gate/src/Functions\";i:2561;s:89:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/age-gate/src/Shortcode\";i:6291;s:95:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/age-gate/src/Integration/Sub\";i:301;s:91:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/age-gate/src/Integration\";i:4036;s:90:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/age-gate/src/Controller\";i:11720;s:79:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/age-gate/src\";i:351579;s:75:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/age-gate\";i:3165588;s:122:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/.backup/ultimate-member/includes/admin/templates/access\";i:7215;s:120:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/.backup/ultimate-member/includes/admin/templates/form\";i:29483;s:127:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/.backup/ultimate-member/includes/admin/templates/modal/forms\";i:5284;s:121:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/.backup/ultimate-member/includes/admin/templates/modal\";i:5598;s:125:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/.backup/ultimate-member/includes/admin/templates/directory\";i:20721;s:125:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/.backup/ultimate-member/includes/admin/templates/dashboard\";i:4084;s:120:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/.backup/ultimate-member/includes/admin/templates/role\";i:29561;s:115:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/.backup/ultimate-member/includes/admin/templates\";i:108249;s:122:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/.backup/ultimate-member/includes/admin/core/list-tables\";i:19983;s:126:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/.backup/ultimate-member/includes/admin/core/packages/2.0.24\";i:1088;s:126:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/.backup/ultimate-member/includes/admin/core/packages/2.0.44\";i:1953;s:126:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/.backup/ultimate-member/includes/admin/core/packages/2.0.10\";i:4043;s:129:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/.backup/ultimate-member/includes/admin/core/packages/2.0-beta1\";i:70457;s:131:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/.backup/ultimate-member/includes/admin/core/packages/2.1.0-beta1\";i:8940;s:126:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/.backup/ultimate-member/includes/admin/core/packages/2.0.54\";i:1675;s:125:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/.backup/ultimate-member/includes/admin/core/packages/2.3.0\";i:8635;s:125:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/.backup/ultimate-member/includes/admin/core/packages/2.1.5\";i:3686;s:131:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/.backup/ultimate-member/includes/admin/core/packages/2.1.3-beta3\";i:7410;s:132:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/.backup/ultimate-member/includes/admin/core/packages/2.1.17-alpha\";i:5805;s:126:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/.backup/ultimate-member/includes/admin/core/packages/1.3.39\";i:1491;s:119:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/.backup/ultimate-member/includes/admin/core/packages\";i:115183;s:110:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/.backup/ultimate-member/includes/admin/core\";i:578763;s:116:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/.backup/ultimate-member/includes/admin/assets/img\";i:44876;s:116:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/.backup/ultimate-member/includes/admin/assets/css\";i:48853;s:115:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/.backup/ultimate-member/includes/admin/assets/js\";i:98033;s:112:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/.backup/ultimate-member/includes/admin/assets\";i:191762;s:105:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/.backup/ultimate-member/includes/admin\";i:933941;s:109:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/.backup/ultimate-member/includes/core/rest\";i:39457;s:104:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/.backup/ultimate-member/includes/core\";i:1067766;s:107:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/.backup/ultimate-member/includes/widgets\";i:2587;s:116:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/.backup/ultimate-member/includes/lib/mobiledetect\";i:77668;s:103:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/.backup/ultimate-member/includes/lib\";i:121634;s:99:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/.backup/ultimate-member/includes\";i:2302620;s:100:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/.backup/ultimate-member/languages\";i:216039;s:106:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/.backup/ultimate-member/templates/modal\";i:490;s:108:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/.backup/ultimate-member/templates/profile\";i:4536;s:106:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/.backup/ultimate-member/templates/email\";i:17302;s:100:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/.backup/ultimate-member/templates\";i:86831;s:102:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/.backup/ultimate-member/assets/sass\";i:33215;s:112:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/.backup/ultimate-member/assets/img/extensions\";i:355886;s:101:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/.backup/ultimate-member/assets/img\";i:364146;s:109:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/.backup/ultimate-member/assets/dynamic_css\";i:2068;s:102:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/.backup/ultimate-member/assets/font\";i:1594738;s:111:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/.backup/ultimate-member/assets/css/pickadate\";i:12786;s:109:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/.backup/ultimate-member/assets/css/select2\";i:32324;s:108:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/.backup/ultimate-member/assets/css/images\";i:36795;s:101:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/.backup/ultimate-member/assets/css\";i:506566;s:123:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/.backup/ultimate-member/assets/js/pickadate/translations\";i:38736;s:110:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/.backup/ultimate-member/assets/js/pickadate\";i:161522;s:113:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/.backup/ultimate-member/assets/js/select2/i18n\";i:55917;s:108:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/.backup/ultimate-member/assets/js/select2\";i:308695;s:100:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/.backup/ultimate-member/assets/js\";i:1058662;s:97:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/.backup/ultimate-member/assets\";i:3559395;s:90:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/.backup/ultimate-member\";i:6308860;s:74:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/.backup\";i:6308860;s:102:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/beaver-builder/modules/cta/includes\";i:2070;s:97:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/beaver-builder/modules/cta/css\";i:1257;s:96:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/beaver-builder/modules/cta/js\";i:2406;s:93:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/beaver-builder/modules/cta\";i:21290;s:105:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/beaver-builder/modules/button/includes\";i:10906;s:99:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/beaver-builder/modules/button/js\";i:2865;s:96:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/beaver-builder/modules/button\";i:28810;s:102:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/beaver-builder/modules/map/includes\";i:1464;s:97:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/beaver-builder/modules/map/css\";i:412;s:96:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/beaver-builder/modules/map/js\";i:1298;s:93:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/beaver-builder/modules/map\";i:5260;s:103:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/beaver-builder/modules/tabs/includes\";i:6254;s:98:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/beaver-builder/modules/tabs/css\";i:3218;s:97:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/beaver-builder/modules/tabs/js\";i:7099;s:94:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/beaver-builder/modules/tabs\";i:23240;s:103:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/beaver-builder/modules/list/includes\";i:9582;s:98:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/beaver-builder/modules/list/css\";i:1038;s:97:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/beaver-builder/modules/list/js\";i:823;s:94:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/beaver-builder/modules/list\";i:32279;s:113:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/beaver-builder/modules/content-slider/includes\";i:17951;s:108:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/beaver-builder/modules/content-slider/css\";i:4510;s:107:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/beaver-builder/modules/content-slider/js\";i:3575;s:104:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/beaver-builder/modules/content-slider\";i:58162;s:104:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/beaver-builder/modules/audio/includes\";i:1977;s:99:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/beaver-builder/modules/audio/css\";i:117;s:98:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/beaver-builder/modules/audio/js\";i:1781;s:95:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/beaver-builder/modules/audio\";i:8940;s:108:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/beaver-builder/modules/countdown/includes\";i:7371;s:103:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/beaver-builder/modules/countdown/css\";i:1410;s:102:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/beaver-builder/modules/countdown/js\";i:5058;s:99:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/beaver-builder/modules/countdown\";i:31004;s:104:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/beaver-builder/modules/photo/includes\";i:3597;s:99:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/beaver-builder/modules/photo/css\";i:107;s:98:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/beaver-builder/modules/photo/js\";i:4155;s:95:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/beaver-builder/modules/photo\";i:27914;s:104:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/beaver-builder/modules/video/includes\";i:3208;s:99:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/beaver-builder/modules/video/css\";i:960;s:98:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/beaver-builder/modules/video/js\";i:3759;s:95:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/beaver-builder/modules/video\";i:24711;s:110:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/beaver-builder/modules/woocommerce/includes\";i:3685;s:105:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/beaver-builder/modules/woocommerce/css\";i:1032;s:101:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/beaver-builder/modules/woocommerce\";i:13814;s:103:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/beaver-builder/modules/html/includes\";i:61;s:97:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/beaver-builder/modules/html/js\";i:135;s:94:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/beaver-builder/modules/html\";i:1229;s:105:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/beaver-builder/modules/widget/includes\";i:4068;s:99:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/beaver-builder/modules/widget/js\";i:844;s:96:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/beaver-builder/modules/widget\";i:7120;s:111:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/beaver-builder/modules/testimonials/includes\";i:5014;s:106:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/beaver-builder/modules/testimonials/css\";i:1829;s:102:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/beaver-builder/modules/testimonials\";i:15203;s:111:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/beaver-builder/modules/contact-form/includes\";i:8707;s:106:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/beaver-builder/modules/contact-form/css\";i:1897;s:105:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/beaver-builder/modules/contact-form/js\";i:14453;s:102:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/beaver-builder/modules/contact-form\";i:52852;s:106:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/beaver-builder/modules/callout/includes\";i:3406;s:101:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/beaver-builder/modules/callout/css\";i:4175;s:100:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/beaver-builder/modules/callout/js\";i:4099;s:97:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/beaver-builder/modules/callout\";i:42118;s:108:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/beaver-builder/modules/rich-text/includes\";i:677;s:103:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/beaver-builder/modules/rich-text/css\";i:65;s:99:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/beaver-builder/modules/rich-text\";i:2823;s:113:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/beaver-builder/modules/social-buttons/includes\";i:2240;s:108:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/beaver-builder/modules/social-buttons/css\";i:557;s:104:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/beaver-builder/modules/social-buttons\";i:6323;s:106:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/beaver-builder/modules/heading/includes\";i:1168;s:101:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/beaver-builder/modules/heading/css\";i:81;s:97:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/beaver-builder/modules/heading\";i:7623;s:112:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/beaver-builder/modules/pricing-table/includes\";i:24048;s:110:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/beaver-builder/modules/pricing-table/fields\";i:2366;s:107:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/beaver-builder/modules/pricing-table/css\";i:6001;s:106:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/beaver-builder/modules/pricing-table/js\";i:7588;s:103:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/beaver-builder/modules/pricing-table\";i:83608;s:112:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/beaver-builder/modules/post-carousel/includes\";i:17874;s:107:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/beaver-builder/modules/post-carousel/css\";i:4857;s:106:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/beaver-builder/modules/post-carousel/js\";i:6299;s:103:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/beaver-builder/modules/post-carousel\";i:52664;s:106:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/beaver-builder/modules/numbers/includes\";i:7198;s:101:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/beaver-builder/modules/numbers/css\";i:1265;s:100:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/beaver-builder/modules/numbers/js\";i:8228;s:97:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/beaver-builder/modules/numbers\";i:32335;s:106:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/beaver-builder/modules/gallery/includes\";i:5420;s:101:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/beaver-builder/modules/gallery/css\";i:193;s:100:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/beaver-builder/modules/gallery/js\";i:866;s:97:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/beaver-builder/modules/gallery\";i:16290;s:108:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/beaver-builder/modules/accordion/includes\";i:6736;s:103:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/beaver-builder/modules/accordion/css\";i:1867;s:102:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/beaver-builder/modules/accordion/js\";i:7347;s:99:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/beaver-builder/modules/accordion\";i:25714;s:108:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/beaver-builder/modules/post-grid/includes\";i:32256;s:103:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/beaver-builder/modules/post-grid/css\";i:6404;s:102:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/beaver-builder/modules/post-grid/js\";i:10925;s:99:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/beaver-builder/modules/post-grid\";i:96342;s:106:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/beaver-builder/modules/sidebar/includes\";i:817;s:97:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/beaver-builder/modules/sidebar\";i:1681;s:113:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/beaver-builder/modules/subscribe-form/includes\";i:9167;s:108:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/beaver-builder/modules/subscribe-form/css\";i:1532;s:107:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/beaver-builder/modules/subscribe-form/js\";i:14543;s:104:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/beaver-builder/modules/subscribe-form\";i:47703;s:110:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/beaver-builder/modules/bigcommerce/includes\";i:520;s:101:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/beaver-builder/modules/bigcommerce\";i:4055;s:103:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/beaver-builder/modules/icon/includes\";i:7961;s:98:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/beaver-builder/modules/icon/css\";i:41;s:97:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/beaver-builder/modules/icon/js\";i:2013;s:94:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/beaver-builder/modules/icon\";i:17602;s:109:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/beaver-builder/modules/login-form/includes\";i:6909;s:104:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/beaver-builder/modules/login-form/css\";i:1520;s:103:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/beaver-builder/modules/login-form/js\";i:4928;s:100:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/beaver-builder/modules/login-form\";i:26570;s:103:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/beaver-builder/modules/menu/includes\";i:46730;s:98:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/beaver-builder/modules/menu/css\";i:4362;s:97:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/beaver-builder/modules/menu/js\";i:24800;s:94:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/beaver-builder/modules/menu\";i:122171;s:109:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/beaver-builder/modules/icon-group/includes\";i:5431;s:104:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/beaver-builder/modules/icon-group/css\";i:93;s:103:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/beaver-builder/modules/icon-group/js\";i:2590;s:100:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/beaver-builder/modules/icon-group\";i:15268;s:108:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/beaver-builder/modules/separator/includes\";i:1594;s:99:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/beaver-builder/modules/separator\";i:5927;s:108:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/beaver-builder/modules/slideshow/includes\";i:2738;s:99:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/beaver-builder/modules/slideshow\";i:21640;s:111:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/beaver-builder/modules/button-group/includes\";i:17182;s:106:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/beaver-builder/modules/button-group/css\";i:401;s:102:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/beaver-builder/modules/button-group\";i:34363;s:105:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/beaver-builder/modules/search/includes\";i:10219;s:100:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/beaver-builder/modules/search/css\";i:5725;s:99:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/beaver-builder/modules/search/js\";i:10334;s:96:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/beaver-builder/modules/search\";i:55923;s:110:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/beaver-builder/modules/post-slider/includes\";i:17511;s:105:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/beaver-builder/modules/post-slider/css\";i:2033;s:104:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/beaver-builder/modules/post-slider/js\";i:2111;s:101:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/beaver-builder/modules/post-slider\";i:52865;s:89:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/beaver-builder/modules\";i:1123436;s:107:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/beaver-builder/includes/updater/includes\";i:6016;s:106:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/beaver-builder/includes/updater/classes\";i:21740;s:98:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/beaver-builder/includes/updater\";i:28377;s:103:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/beaver-builder/includes/vendor/sendy\";i:5921;s:135:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/beaver-builder/includes/vendor/infusionsoft/xmlrpc/xmlrpc-src/Helper\";i:54067;s:128:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/beaver-builder/includes/vendor/infusionsoft/xmlrpc/xmlrpc-src\";i:167383;s:121:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/beaver-builder/includes/vendor/infusionsoft/xmlrpc/lib\";i:6823;s:117:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/beaver-builder/includes/vendor/infusionsoft/xmlrpc\";i:174206;s:110:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/beaver-builder/includes/vendor/infusionsoft\";i:456474;s:106:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/beaver-builder/includes/vendor/icontact\";i:66029;s:118:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/beaver-builder/includes/vendor/ontraport/Exceptions\";i:2751;s:107:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/beaver-builder/includes/vendor/ontraport\";i:109351;s:102:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/beaver-builder/includes/vendor/drip\";i:22660;s:109:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/beaver-builder/includes/vendor/getresponse\";i:9004;s:104:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/beaver-builder/includes/vendor/aweber\";i:60767;s:107:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/beaver-builder/includes/vendor/mailchimp\";i:18903;s:104:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/beaver-builder/includes/vendor/mautic\";i:11055;s:120:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/beaver-builder/includes/vendor/campaign-monitor/class\";i:269477;s:114:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/beaver-builder/includes/vendor/campaign-monitor\";i:377782;s:105:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/beaver-builder/includes/vendor/madmimi\";i:39850;s:108:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/beaver-builder/includes/vendor/convertkit\";i:4014;s:131:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/beaver-builder/includes/vendor/recaptcha/ReCaptcha/RequestMethod\";i:17158;s:117:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/beaver-builder/includes/vendor/recaptcha/ReCaptcha\";i:37491;s:107:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/beaver-builder/includes/vendor/recaptcha\";i:40326;s:108:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/beaver-builder/includes/vendor/sendinblue\";i:2740;s:112:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/beaver-builder/includes/vendor/activecampaign\";i:50901;s:133:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/beaver-builder/includes/vendor/mailjet/ralouphie/getallheaders/src\";i:1640;s:129:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/beaver-builder/includes/vendor/mailjet/ralouphie/getallheaders\";i:3808;s:115:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/beaver-builder/includes/vendor/mailjet/ralouphie\";i:3808;s:114:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/beaver-builder/includes/vendor/mailjet/composer\";i:37836;s:126:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/beaver-builder/includes/vendor/mailjet/psr/http-message/src\";i:46455;s:122:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/beaver-builder/includes/vendor/mailjet/psr/http-message\";i:48973;s:109:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/beaver-builder/includes/vendor/mailjet/psr\";i:48973;s:125:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/beaver-builder/includes/vendor/mailjet/guzzlehttp/psr7/src\";i:145828;s:121:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/beaver-builder/includes/vendor/mailjet/guzzlehttp/psr7\";i:177696;s:129:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/beaver-builder/includes/vendor/mailjet/guzzlehttp/promises/src\";i:43658;s:125:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/beaver-builder/includes/vendor/mailjet/guzzlehttp/promises\";i:61393;s:135:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/beaver-builder/includes/vendor/mailjet/guzzlehttp/guzzle/src/Handler\";i:59256;s:134:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/beaver-builder/includes/vendor/mailjet/guzzlehttp/guzzle/src/Cookie\";i:27157;s:137:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/beaver-builder/includes/vendor/mailjet/guzzlehttp/guzzle/src/Exception\";i:8419;s:127:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/beaver-builder/includes/vendor/mailjet/guzzlehttp/guzzle/src\";i:195661;s:123:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/beaver-builder/includes/vendor/mailjet/guzzlehttp/guzzle\";i:330482;s:116:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/beaver-builder/includes/vendor/mailjet/guzzlehttp\";i:569571;s:131:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/beaver-builder/includes/vendor/mailjet/symfony/polyfill-intl-idn\";i:14894;s:128:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/beaver-builder/includes/vendor/mailjet/symfony/polyfill-php72\";i:10437;s:149:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/beaver-builder/includes/vendor/mailjet/symfony/polyfill-mbstring/Resources/unidata\";i:43958;s:141:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/beaver-builder/includes/vendor/mailjet/symfony/polyfill-mbstring/Resources\";i:43958;s:131:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/beaver-builder/includes/vendor/mailjet/symfony/polyfill-mbstring\";i:80115;s:113:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/beaver-builder/includes/vendor/mailjet/symfony\";i:105446;s:143:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/beaver-builder/includes/vendor/mailjet/mailjet/mailjet-apiv3-php/src/Mailjet\";i:25842;s:135:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/beaver-builder/includes/vendor/mailjet/mailjet/mailjet-apiv3-php/src\";i:25842;s:144:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/beaver-builder/includes/vendor/mailjet/mailjet/mailjet-apiv3-php/test/Mailjet\";i:12539;s:136:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/beaver-builder/includes/vendor/mailjet/mailjet/mailjet-apiv3-php/test\";i:12539;s:131:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/beaver-builder/includes/vendor/mailjet/mailjet/mailjet-apiv3-php\";i:49450;s:113:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/beaver-builder/includes/vendor/mailjet/mailjet\";i:49450;s:105:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/beaver-builder/includes/vendor/mailjet\";i:815262;s:115:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/beaver-builder/includes/vendor/enormail/Enormail\";i:18419;s:106:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/beaver-builder/includes/vendor/enormail\";i:19584;s:136:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/beaver-builder/includes/vendor/mailerlite/ralouphie/getallheaders/src\";i:1640;s:132:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/beaver-builder/includes/vendor/mailerlite/ralouphie/getallheaders\";i:1640;s:118:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/beaver-builder/includes/vendor/mailerlite/ralouphie\";i:1640;s:139:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/beaver-builder/includes/vendor/mailerlite/php-http/httplug/src/Exception\";i:3479;s:137:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/beaver-builder/includes/vendor/mailerlite/php-http/httplug/src/Promise\";i:2091;s:129:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/beaver-builder/includes/vendor/mailerlite/php-http/httplug/src\";i:7228;s:125:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/beaver-builder/includes/vendor/mailerlite/php-http/httplug\";i:7228;s:137:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/beaver-builder/includes/vendor/mailerlite/php-http/message-factory/src\";i:2976;s:133:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/beaver-builder/includes/vendor/mailerlite/php-http/message-factory\";i:2976;s:129:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/beaver-builder/includes/vendor/mailerlite/php-http/promise/src\";i:4250;s:125:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/beaver-builder/includes/vendor/mailerlite/php-http/promise\";i:4250;s:141:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/beaver-builder/includes/vendor/mailerlite/php-http/discovery/src/Exception\";i:3618;s:140:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/beaver-builder/includes/vendor/mailerlite/php-http/discovery/src/Strategy\";i:13759;s:131:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/beaver-builder/includes/vendor/mailerlite/php-http/discovery/src\";i:33375;s:127:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/beaver-builder/includes/vendor/mailerlite/php-http/discovery\";i:33375;s:139:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/beaver-builder/includes/vendor/mailerlite/php-http/message/src/Decorator\";i:7323;s:145:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/beaver-builder/includes/vendor/mailerlite/php-http/message/src/Encoding/Filter\";i:768;s:138:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/beaver-builder/includes/vendor/mailerlite/php-http/message/src/Encoding\";i:13632;s:137:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/beaver-builder/includes/vendor/mailerlite/php-http/message/src/Builder\";i:3947;s:136:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/beaver-builder/includes/vendor/mailerlite/php-http/message/src/Stream\";i:6373;s:143:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/beaver-builder/includes/vendor/mailerlite/php-http/message/src/StreamFactory\";i:1929;s:139:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/beaver-builder/includes/vendor/mailerlite/php-http/message/src/Formatter\";i:6105;s:140:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/beaver-builder/includes/vendor/mailerlite/php-http/message/src/UriFactory\";i:1542;s:139:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/beaver-builder/includes/vendor/mailerlite/php-http/message/src/Exception\";i:167;s:144:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/beaver-builder/includes/vendor/mailerlite/php-http/message/src/MessageFactory\";i:3977;s:144:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/beaver-builder/includes/vendor/mailerlite/php-http/message/src/Authentication\";i:9509;s:144:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/beaver-builder/includes/vendor/mailerlite/php-http/message/src/RequestMatcher\";i:3754;s:129:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/beaver-builder/includes/vendor/mailerlite/php-http/message/src\";i:77883;s:125:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/beaver-builder/includes/vendor/mailerlite/php-http/message\";i:77883;s:133:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/beaver-builder/includes/vendor/mailerlite/php-http/curl-client/src\";i:24861;s:129:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/beaver-builder/includes/vendor/mailerlite/php-http/curl-client\";i:25119;s:117:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/beaver-builder/includes/vendor/mailerlite/php-http\";i:150831;s:117:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/beaver-builder/includes/vendor/mailerlite/composer\";i:41362;s:129:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/beaver-builder/includes/vendor/mailerlite/psr/http-message/src\";i:46455;s:125:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/beaver-builder/includes/vendor/mailerlite/psr/http-message\";i:46455;s:112:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/beaver-builder/includes/vendor/mailerlite/psr\";i:46455;s:128:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/beaver-builder/includes/vendor/mailerlite/guzzlehttp/psr7/src\";i:145828;s:124:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/beaver-builder/includes/vendor/mailerlite/guzzlehttp/psr7\";i:145828;s:119:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/beaver-builder/includes/vendor/mailerlite/guzzlehttp\";i:145828;s:160:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/beaver-builder/includes/vendor/mailerlite/mailerlite/mailerlite-api-v2-php-sdk/src/Exceptions\";i:109;s:156:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/beaver-builder/includes/vendor/mailerlite/mailerlite/mailerlite-api-v2-php-sdk/src/Common\";i:11064;s:153:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/beaver-builder/includes/vendor/mailerlite/mailerlite/mailerlite-api-v2-php-sdk/src/Api\";i:7678;s:149:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/beaver-builder/includes/vendor/mailerlite/mailerlite/mailerlite-api-v2-php-sdk/src\";i:21057;s:145:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/beaver-builder/includes/vendor/mailerlite/mailerlite/mailerlite-api-v2-php-sdk\";i:21057;s:119:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/beaver-builder/includes/vendor/mailerlite/mailerlite\";i:21057;s:131:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/beaver-builder/includes/vendor/mailerlite/clue/stream-filter/src\";i:8431;s:127:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/beaver-builder/includes/vendor/mailerlite/clue/stream-filter\";i:8431;s:113:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/beaver-builder/includes/vendor/mailerlite/clue\";i:8431;s:108:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/beaver-builder/includes/vendor/mailerlite\";i:415781;s:121:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/beaver-builder/includes/vendor/godaddy-email-marketing\";i:5305;s:97:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/beaver-builder/includes/vendor\";i:2531709;s:97:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/beaver-builder/includes/shapes\";i:141235;s:90:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/beaver-builder/includes\";i:3019514;s:94:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/beaver-builder/img/bxslider\";i:11387;s:95:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/beaver-builder/img/templates\";i:674;s:89:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/beaver-builder/img/svg\";i:15130;s:95:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/beaver-builder/img/slideshow\";i:36646;s:85:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/beaver-builder/img\";i:517423;s:110:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/beaver-builder/fonts/fontawesome/5.15.4/css\";i:86007;s:115:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/beaver-builder/fonts/fontawesome/5.15.4/webfonts\";i:2929598;s:106:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/beaver-builder/fonts/fontawesome/5.15.4\";i:3015605;s:99:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/beaver-builder/fonts/fontawesome\";i:3015605;s:87:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/beaver-builder/fonts\";i:3015605;s:89:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/beaver-builder/classes\";i:1031747;s:91:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/beaver-builder/languages\";i:5610302;s:86:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/beaver-builder/json\";i:346227;s:135:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/beaver-builder/extensions/fl-builder-template-data-exporter/includes\";i:5369;s:134:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/beaver-builder/extensions/fl-builder-template-data-exporter/classes\";i:9103;s:129:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/beaver-builder/extensions/fl-builder-template-data-exporter/js\";i:1494;s:126:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/beaver-builder/extensions/fl-builder-template-data-exporter\";i:16338;s:121:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/beaver-builder/extensions/fl-builder-multisite/classes\";i:2910;s:113:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/beaver-builder/extensions/fl-builder-multisite\";i:3279;s:127:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/beaver-builder/extensions/fl-builder-user-templates/includes\";i:22729;s:126:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/beaver-builder/extensions/fl-builder-user-templates/classes\";i:49318;s:122:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/beaver-builder/extensions/fl-builder-user-templates/css\";i:3197;s:121:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/beaver-builder/extensions/fl-builder-user-templates/js\";i:4367;s:118:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/beaver-builder/extensions/fl-builder-user-templates\";i:80600;s:123:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/beaver-builder/extensions/fl-builder-seo-plugins/classes\";i:4336;s:118:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/beaver-builder/extensions/fl-builder-seo-plugins/js\";i:1982;s:115:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/beaver-builder/extensions/fl-builder-seo-plugins\";i:6624;s:124:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/beaver-builder/extensions/fl-builder-cache-helper/plugins\";i:7660;s:125:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/beaver-builder/extensions/fl-builder-cache-helper/includes\";i:2129;s:124:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/beaver-builder/extensions/fl-builder-cache-helper/classes\";i:4634;s:116:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/beaver-builder/extensions/fl-builder-cache-helper\";i:14791;s:92:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/beaver-builder/extensions\";i:121632;s:86:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/beaver-builder/data\";i:12228887;s:96:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/beaver-builder/css/animations\";i:44062;s:91:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/beaver-builder/css/build\";i:124454;s:85:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/beaver-builder/css\";i:653814;s:92:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/beaver-builder/js/vendors\";i:1179227;s:90:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/beaver-builder/js/build\";i:1558259;s:88:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/beaver-builder/js/ace\";i:1369093;s:84:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/beaver-builder/js\";i:6292090;s:81:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/beaver-builder\";i:34234245;s:106:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woo-coupon-usage/fonts/font-awesome/css\";i:238699;s:111:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woo-coupon-usage/fonts/font-awesome/webfonts\";i:930052;s:102:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woo-coupon-usage/fonts/font-awesome\";i:1168751;s:89:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woo-coupon-usage/fonts\";i:1168751;s:93:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woo-coupon-usage/languages\";i:4145721;s:102:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woo-coupon-usage/inc/admin/settings\";i:380902;s:93:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woo-coupon-usage/inc/admin\";i:556611;s:91:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woo-coupon-usage/inc/api\";i:3643;s:101:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woo-coupon-usage/inc/admin-reports\";i:82285;s:97:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woo-coupon-usage/inc/dashboard\";i:114420;s:94:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woo-coupon-usage/inc/emails\";i:14755;s:100:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woo-coupon-usage/inc/registration\";i:82575;s:97:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woo-coupon-usage/inc/functions\";i:253296;s:87:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woo-coupon-usage/inc\";i:1107585;s:107:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woo-coupon-usage/freemius/includes/debug\";i:2948;s:110:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woo-coupon-usage/freemius/includes/entities\";i:48096;s:110:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woo-coupon-usage/freemius/includes/managers\";i:187585;s:112:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woo-coupon-usage/freemius/includes/customizer\";i:7941;s:116:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woo-coupon-usage/freemius/includes/sdk/Exceptions\";i:3169;s:105:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woo-coupon-usage/freemius/includes/sdk\";i:51825;s:113:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woo-coupon-usage/freemius/includes/supplements\";i:3740;s:101:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woo-coupon-usage/freemius/includes\";i:1640020;s:102:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woo-coupon-usage/freemius/languages\";i:852967;s:121:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woo-coupon-usage/freemius/templates/forms/deactivation\";i:28734;s:108:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woo-coupon-usage/freemius/templates/forms\";i:173394;s:119:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woo-coupon-usage/freemius/templates/account/partials\";i:51640;s:110:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woo-coupon-usage/freemius/templates/account\";i:66778;s:108:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woo-coupon-usage/freemius/templates/debug\";i:14061;s:110:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woo-coupon-usage/freemius/templates/connect\";i:4550;s:114:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woo-coupon-usage/freemius/templates/plugin-info\";i:7035;s:111:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woo-coupon-usage/freemius/templates/partials\";i:4959;s:105:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woo-coupon-usage/freemius/templates/js\";i:26057;s:102:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woo-coupon-usage/freemius/templates\";i:527014;s:103:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woo-coupon-usage/freemius/assets/img\";i:20704;s:109:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woo-coupon-usage/freemius/assets/css/admin\";i:60893;s:103:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woo-coupon-usage/freemius/assets/css\";i:64070;s:102:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woo-coupon-usage/freemius/assets/js\";i:10689;s:99:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woo-coupon-usage/freemius/assets\";i:95550;s:92:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woo-coupon-usage/freemius\";i:3187726;s:87:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woo-coupon-usage/css\";i:24843;s:86:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woo-coupon-usage/js\";i:13574;s:90:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woo-coupon-usage/images\";i:228222;s:83:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woo-coupon-usage\";i:10014396;s:97:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/Pro/Screenshot\";i:27282;s:100:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/Pro/RevisionLimit\";i:6263;s:97:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/Pro/WhiteLabel\";i:21339;s:101:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/Pro/OnDemandBackup\";i:3110;s:97:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/Pro/AutoBackup\";i:21341;s:103:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/Pro/RestoreToStaging\";i:9120;s:105:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/Pro/BackupBeforeUpdate\";i:136111;s:101:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/Pro/Staging/bridge\";i:16556;s:117:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/Pro/Staging/stage-to-live/includes\";i:36894;s:114:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/Pro/Staging/stage-to-live/views\";i:2719;s:112:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/Pro/Staging/stage-to-live/css\";i:56;s:111:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/Pro/Staging/stage-to-live/js\";i:6284;s:108:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/Pro/Staging/stage-to-live\";i:58739;s:100:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/Pro/Staging/Views\";i:419;s:94:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/Pro/Staging\";i:200296;s:95:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/Pro/Rollback\";i:13206;s:92:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/Pro/Vulns\";i:26275;s:86:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/Pro\";i:467355;s:96:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/treeView/skin\";i:88157;s:91:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/treeView\";i:726502;s:88:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/Views\";i:132423;s:95:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/Google/Utils\";i:9478;s:95:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/Google/Cache\";i:16996;s:94:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/Google/Task\";i:8390;s:92:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/Google/IO\";i:159788;s:94:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/Google/Http\";i:38125;s:98:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/Google/Verifier\";i:3071;s:96:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/Google/Logger\";i:18262;s:97:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/Google/Service\";i:582262;s:96:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/Google/Signer\";i:4013;s:94:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/Google/Auth\";i:37616;s:89:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/Google\";i:949567;s:88:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/fonts\";i:691427;s:133:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3_BWC/aws/aws-sdk-php/src/AwsWPTC/Common/Iterator\";i:9972;s:146:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3_BWC/aws/aws-sdk-php/src/AwsWPTC/Common/Model/MultipartUpload\";i:26502;s:130:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3_BWC/aws/aws-sdk-php/src/AwsWPTC/Common/Model\";i:26502;s:129:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3_BWC/aws/aws-sdk-php/src/AwsWPTC/Common/Enum\";i:11813;s:134:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3_BWC/aws/aws-sdk-php/src/AwsWPTC/Common/Resources\";i:21381;s:132:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3_BWC/aws/aws-sdk-php/src/AwsWPTC/Common/Command\";i:9935;s:131:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3_BWC/aws/aws-sdk-php/src/AwsWPTC/Common/Facade\";i:8564;s:129:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3_BWC/aws/aws-sdk-php/src/AwsWPTC/Common/Hash\";i:11946;s:136:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3_BWC/aws/aws-sdk-php/src/AwsWPTC/Common/Credentials\";i:26167;s:141:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3_BWC/aws/aws-sdk-php/src/AwsWPTC/Common/Exception/Parser\";i:10076;s:134:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3_BWC/aws/aws-sdk-php/src/AwsWPTC/Common/Exception\";i:33261;s:148:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3_BWC/aws/aws-sdk-php/src/AwsWPTC/Common/InstanceMetadata/Waiter\";i:1483;s:141:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3_BWC/aws/aws-sdk-php/src/AwsWPTC/Common/InstanceMetadata\";i:5278;s:131:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3_BWC/aws/aws-sdk-php/src/AwsWPTC/Common/Client\";i:44949;s:134:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3_BWC/aws/aws-sdk-php/src/AwsWPTC/Common/Signature\";i:28846;s:131:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3_BWC/aws/aws-sdk-php/src/AwsWPTC/Common/Waiter\";i:28863;s:124:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3_BWC/aws/aws-sdk-php/src/AwsWPTC/Common\";i:277649;s:129:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3_BWC/aws/aws-sdk-php/src/AwsWPTC/S3/Iterator\";i:9208;s:142:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3_BWC/aws/aws-sdk-php/src/AwsWPTC/S3/Model/MultipartUpload\";i:23873;s:126:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3_BWC/aws/aws-sdk-php/src/AwsWPTC/S3/Model\";i:64865;s:125:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3_BWC/aws/aws-sdk-php/src/AwsWPTC/S3/Enum\";i:11694;s:130:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3_BWC/aws/aws-sdk-php/src/AwsWPTC/S3/Resources\";i:236170;s:128:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3_BWC/aws/aws-sdk-php/src/AwsWPTC/S3/Command\";i:2014;s:137:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3_BWC/aws/aws-sdk-php/src/AwsWPTC/S3/Exception/Parser\";i:2297;s:130:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3_BWC/aws/aws-sdk-php/src/AwsWPTC/S3/Exception\";i:67091;s:125:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3_BWC/aws/aws-sdk-php/src/AwsWPTC/S3/Sync\";i:40207;s:120:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3_BWC/aws/aws-sdk-php/src/AwsWPTC/S3\";i:525260;s:126:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3_BWC/aws/aws-sdk-php/src/AwsWPTC/Iam/Enum\";i:1635;s:131:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3_BWC/aws/aws-sdk-php/src/AwsWPTC/Iam/Resources\";i:310555;s:131:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3_BWC/aws/aws-sdk-php/src/AwsWPTC/Iam/Exception\";i:12224;s:121:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3_BWC/aws/aws-sdk-php/src/AwsWPTC/Iam\";i:338955;s:117:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3_BWC/aws/aws-sdk-php/src/AwsWPTC\";i:1141864;s:109:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3_BWC/aws/aws-sdk-php/src\";i:1141864;s:105:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3_BWC/aws/aws-sdk-php\";i:1157659;s:93:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3_BWC/aws\";i:1157659;s:98:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3_BWC/composer\";i:23451;s:120:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3_BWC/symfony/event-dispatcher/Debug\";i:13576;s:134:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3_BWC/symfony/event-dispatcher/DependencyInjection\";i:4299;s:114:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3_BWC/symfony/event-dispatcher\";i:48872;s:97:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3_BWC/symfony\";i:48872;s:115:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3_BWC/guzzle/guzzle/phing/tasks\";i:26477;s:117:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3_BWC/guzzle/guzzle/phing/imports\";i:7046;s:109:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3_BWC/guzzle/guzzle/phing\";i:33914;s:119:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3_BWC/guzzle/guzzle/docs/_downloads\";i:8911;s:116:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3_BWC/guzzle/guzzle/docs/plugins\";i:24486;s:116:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3_BWC/guzzle/guzzle/docs/_static\";i:265124;s:117:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3_BWC/guzzle/guzzle/docs/batching\";i:6152;s:116:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3_BWC/guzzle/guzzle/docs/testing\";i:9755;s:119:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3_BWC/guzzle/guzzle/docs/_templates\";i:5108;s:126:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3_BWC/guzzle/guzzle/docs/webservice-client\";i:72608;s:124:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3_BWC/guzzle/guzzle/docs/getting-started\";i:14241;s:118:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3_BWC/guzzle/guzzle/docs/iterators\";i:10213;s:120:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3_BWC/guzzle/guzzle/docs/http-client\";i:72365;s:108:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3_BWC/guzzle/guzzle/docs\";i:499062;s:125:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3_BWC/guzzle/guzzle/src/Guzzle/Inflection\";i:5787;s:123:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3_BWC/guzzle/guzzle/src/Guzzle/Iterator\";i:5538;s:121:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3_BWC/guzzle/guzzle/src/Guzzle/Stream\";i:23218;s:131:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3_BWC/guzzle/guzzle/src/Guzzle/Common/Exception\";i:3464;s:121:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3_BWC/guzzle/guzzle/src/Guzzle/Common\";i:20491;s:118:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3_BWC/guzzle/guzzle/src/Guzzle/Log\";i:12255;s:120:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3_BWC/guzzle/guzzle/src/Guzzle/Cache\";i:12244;s:129:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3_BWC/guzzle/guzzle/src/Guzzle/Parser/Message\";i:6940;s:133:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3_BWC/guzzle/guzzle/src/Guzzle/Parser/UriTemplate\";i:9428;s:128:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3_BWC/guzzle/guzzle/src/Guzzle/Parser/Cookie\";i:6214;s:125:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3_BWC/guzzle/guzzle/src/Guzzle/Parser/Url\";i:1960;s:121:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3_BWC/guzzle/guzzle/src/Guzzle/Parser\";i:26962;s:125:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3_BWC/guzzle/guzzle/src/Guzzle/Plugin/Md5\";i:6303;s:129:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3_BWC/guzzle/guzzle/src/Guzzle/Plugin/Backoff\";i:20176;s:145:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3_BWC/guzzle/guzzle/src/Guzzle/Plugin/ErrorResponse/Exception\";i:161;s:135:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3_BWC/guzzle/guzzle/src/Guzzle/Plugin/ErrorResponse\";i:4336;s:126:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3_BWC/guzzle/guzzle/src/Guzzle/Plugin/Mock\";i:7654;s:125:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3_BWC/guzzle/guzzle/src/Guzzle/Plugin/Log\";i:6608;s:127:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3_BWC/guzzle/guzzle/src/Guzzle/Plugin/Cache\";i:36113;s:127:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3_BWC/guzzle/guzzle/src/Guzzle/Plugin/Async\";i:3637;s:138:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3_BWC/guzzle/guzzle/src/Guzzle/Plugin/Cookie/CookieJar\";i:12080;s:138:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3_BWC/guzzle/guzzle/src/Guzzle/Plugin/Cookie/Exception\";i:170;s:128:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3_BWC/guzzle/guzzle/src/Guzzle/Plugin/Cookie\";i:27437;s:129:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3_BWC/guzzle/guzzle/src/Guzzle/Plugin/History\";i:4589;s:127:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3_BWC/guzzle/guzzle/src/Guzzle/Plugin/Oauth\";i:10949;s:130:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3_BWC/guzzle/guzzle/src/Guzzle/Plugin/CurlAuth\";i:2078;s:121:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3_BWC/guzzle/guzzle/src/Guzzle/Plugin\";i:131244;s:124:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3_BWC/guzzle/guzzle/src/Guzzle/Http/Curl\";i:42382;s:135:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3_BWC/guzzle/guzzle/src/Guzzle/Http/QueryAggregator\";i:2390;s:134:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3_BWC/guzzle/guzzle/src/Guzzle/Http/Message/Header\";i:9844;s:127:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3_BWC/guzzle/guzzle/src/Guzzle/Http/Message\";i:111463;s:129:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3_BWC/guzzle/guzzle/src/Guzzle/Http/Resources\";i:250394;s:129:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3_BWC/guzzle/guzzle/src/Guzzle/Http/Exception\";i:8744;s:119:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3_BWC/guzzle/guzzle/src/Guzzle/Http\";i:547633;s:130:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3_BWC/guzzle/guzzle/src/Guzzle/Service/Builder\";i:11299;s:138:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3_BWC/guzzle/guzzle/src/Guzzle/Service/Command/Factory\";i:10069;s:155:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3_BWC/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/Response\";i:14837;s:154:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3_BWC/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/Request\";i:19774;s:146:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3_BWC/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor\";i:39430;s:130:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3_BWC/guzzle/guzzle/src/Guzzle/Service/Command\";i:85904;s:134:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3_BWC/guzzle/guzzle/src/Guzzle/Service/Description\";i:73510;s:132:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3_BWC/guzzle/guzzle/src/Guzzle/Service/Exception\";i:5175;s:131:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3_BWC/guzzle/guzzle/src/Guzzle/Service/Resource\";i:21289;s:122:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3_BWC/guzzle/guzzle/src/Guzzle/Service\";i:218050;s:130:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3_BWC/guzzle/guzzle/src/Guzzle/Batch/Exception\";i:2699;s:120:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3_BWC/guzzle/guzzle/src/Guzzle/Batch\";i:26836;s:114:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3_BWC/guzzle/guzzle/src/Guzzle\";i:1030258;s:107:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3_BWC/guzzle/guzzle/src\";i:1030258;s:103:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3_BWC/guzzle/guzzle\";i:1644689;s:96:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3_BWC/guzzle\";i:1644689;s:89:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3_BWC\";i:2920707;s:111:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/wp-tcapsule-bridge/upload/js\";i:176860;s:118:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/wp-tcapsule-bridge/upload/php/files\";i:25;s:112:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/wp-tcapsule-bridge/upload/php\";i:55711;s:108:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/wp-tcapsule-bridge/upload\";i:232571;s:110:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/wp-tcapsule-bridge/wp-files\";i:256873;s:101:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/wp-tcapsule-bridge\";i:1101037;s:88:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/utils\";i:4521;s:90:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/updates\";i:29754;s:116:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/mtdowlingwptc/jmespath.php/bin\";i:4296;s:116:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/mtdowlingwptc/jmespath.php/src\";i:81633;s:112:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/mtdowlingwptc/jmespath.php\";i:94112;s:99:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/mtdowlingwptc\";i:94112;s:117:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/ralouphiewptc/getallheaders/src\";i:1640;s:113:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/ralouphiewptc/getallheaders\";i:4325;s:99:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/ralouphiewptc\";i:4325;s:94:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/composer\";i:57395;s:134:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/awswptc/aws-sdk-php/src/ServiceCatalog/Exception\";i:227;s:124:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/awswptc/aws-sdk-php/src/ServiceCatalog\";i:14542;s:118:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/awswptc/aws-sdk-php/src/Endpoint\";i:19291;s:144:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/awswptc/aws-sdk-php/src/ResourceGroupsTaggingAPI/Exception\";i:259;s:134:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/awswptc/aws-sdk-php/src/ResourceGroupsTaggingAPI\";i:1635;s:126:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/awswptc/aws-sdk-php/src/Backup/Exception\";i:202;s:116:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/awswptc/aws-sdk-php/src/Backup\";i:8180;s:134:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/awswptc/aws-sdk-php/src/StorageGateway/Exception\";i:223;s:124:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/awswptc/aws-sdk-php/src/StorageGateway\";i:13975;s:134:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/awswptc/aws-sdk-php/src/NetworkManager/Exception\";i:227;s:124:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/awswptc/aws-sdk-php/src/NetworkManager\";i:5624;s:135:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/awswptc/aws-sdk-php/src/LocationService/Exception\";i:233;s:125:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/awswptc/aws-sdk-php/src/LocationService\";i:7128;s:136:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/awswptc/aws-sdk-php/src/CustomerProfiles/Exception\";i:244;s:126:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/awswptc/aws-sdk-php/src/CustomerProfiles\";i:4817;s:133:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/awswptc/aws-sdk-php/src/IdentityStore/Exception\";i:228;s:123:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/awswptc/aws-sdk-php/src/IdentityStore\";i:967;s:136:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/awswptc/aws-sdk-php/src/DirectoryService/Exception\";i:189;s:126:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/awswptc/aws-sdk-php/src/DirectoryService\";i:9515;s:123:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/awswptc/aws-sdk-php/src/Arn/Exception\";i:154;s:116:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/awswptc/aws-sdk-php/src/Arn/S3\";i:7643;s:113:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/awswptc/aws-sdk-php/src/Arn\";i:19266;s:126:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/awswptc/aws-sdk-php/src/Handler/GuzzleV5\";i:8117;s:126:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/awswptc/aws-sdk-php/src/Handler/GuzzleV6\";i:2826;s:117:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/awswptc/aws-sdk-php/src/Handler\";i:10943;s:133:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/awswptc/aws-sdk-php/src/ConfigService/Exception\";i:212;s:123:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/awswptc/aws-sdk-php/src/ConfigService\";i:14894;s:135:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/awswptc/aws-sdk-php/src/NetworkFirewall/Exception\";i:230;s:125:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/awswptc/aws-sdk-php/src/NetworkFirewall\";i:4844;s:121:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/awswptc/aws-sdk-php/src/Credentials\";i:57585;s:125:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/awswptc/aws-sdk-php/src/Api/ErrorParser\";i:10083;s:130:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/awswptc/aws-sdk-php/src/Api/Parser/Exception\";i:1390;s:120:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/awswptc/aws-sdk-php/src/Api/Parser\";i:37561;s:124:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/awswptc/aws-sdk-php/src/Api/Serializer\";i:26759;s:113:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/awswptc/aws-sdk-php/src/Api\";i:121332;s:119:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/awswptc/aws-sdk-php/src/Exception\";i:12971;s:136:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/awswptc/aws-sdk-php/src/ServiceDiscovery/Exception\";i:239;s:126:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/awswptc/aws-sdk-php/src/ServiceDiscovery\";i:4263;s:129:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/awswptc/aws-sdk-php/src/S3Control/Exception\";i:212;s:119:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/awswptc/aws-sdk-php/src/S3Control\";i:26852;s:119:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/awswptc/aws-sdk-php/src/S3/Crypto\";i:55242;s:135:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/awswptc/aws-sdk-php/src/S3/UseArnRegion/Exception\";i:348;s:125:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/awswptc/aws-sdk-php/src/S3/UseArnRegion\";i:8095;s:122:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/awswptc/aws-sdk-php/src/S3/Exception\";i:4865;s:139:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/awswptc/aws-sdk-php/src/S3/RegionalEndpoint/Exception\";i:357;s:129:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/awswptc/aws-sdk-php/src/S3/RegionalEndpoint\";i:8773;s:112:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/awswptc/aws-sdk-php/src/S3\";i:299840;s:128:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/awswptc/aws-sdk-php/src/Transfer/Exception\";i:217;s:118:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/awswptc/aws-sdk-php/src/Transfer\";i:3902;s:127:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/awswptc/aws-sdk-php/src/Schemas/Exception\";i:201;s:117:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/awswptc/aws-sdk-php/src/Schemas\";i:4824;s:133:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/awswptc/aws-sdk-php/src/DirectConnect/Exception\";i:220;s:123:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/awswptc/aws-sdk-php/src/DirectConnect\";i:10015;s:133:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/awswptc/aws-sdk-php/src/data/budgets/2016-10-20\";i:35625;s:122:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/awswptc/aws-sdk-php/src/data/budgets\";i:35625;s:136:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/awswptc/aws-sdk-php/src/data/cloudfront/2018-06-18\";i:99777;s:136:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/awswptc/aws-sdk-php/src/data/cloudfront/2017-10-30\";i:99733;s:136:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/awswptc/aws-sdk-php/src/data/cloudfront/2017-03-25\";i:69334;s:136:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/awswptc/aws-sdk-php/src/data/cloudfront/2015-07-27\";i:62725;s:136:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/awswptc/aws-sdk-php/src/data/cloudfront/2016-08-01\";i:63714;s:136:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/awswptc/aws-sdk-php/src/data/cloudfront/2019-03-26\";i:102498;s:136:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/awswptc/aws-sdk-php/src/data/cloudfront/2016-09-29\";i:65866;s:136:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/awswptc/aws-sdk-php/src/data/cloudfront/2018-11-05\";i:101791;s:136:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/awswptc/aws-sdk-php/src/data/cloudfront/2016-01-28\";i:55365;s:136:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/awswptc/aws-sdk-php/src/data/cloudfront/2016-09-07\";i:65757;s:136:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/awswptc/aws-sdk-php/src/data/cloudfront/2016-08-20\";i:64746;s:136:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/awswptc/aws-sdk-php/src/data/cloudfront/2016-11-25\";i:67760;s:136:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/awswptc/aws-sdk-php/src/data/cloudfront/2020-05-31\";i:162836;s:125:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/awswptc/aws-sdk-php/src/data/cloudfront\";i:1081902;s:136:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/awswptc/aws-sdk-php/src/data/ecr-public/2020-10-30\";i:34187;s:125:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/awswptc/aws-sdk-php/src/data/ecr-public\";i:34187;s:129:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/awswptc/aws-sdk-php/src/data/fms/2018-01-01\";i:38565;s:118:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/awswptc/aws-sdk-php/src/data/fms\";i:38565;s:131:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/awswptc/aws-sdk-php/src/data/macie/2017-12-19\";i:9037;s:120:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/awswptc/aws-sdk-php/src/data/macie\";i:9037;s:147:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/awswptc/aws-sdk-php/src/data/sagemaker-a2i-runtime/2019-11-07\";i:8992;s:136:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/awswptc/aws-sdk-php/src/data/sagemaker-a2i-runtime\";i:8992;s:144:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/awswptc/aws-sdk-php/src/data/kinesisanalyticsv2/2018-05-23\";i:76322;s:133:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/awswptc/aws-sdk-php/src/data/kinesisanalyticsv2\";i:76322;s:135:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/awswptc/aws-sdk-php/src/data/lightsail/2016-11-28\";i:186856;s:124:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/awswptc/aws-sdk-php/src/data/lightsail\";i:186856;s:145:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/awswptc/aws-sdk-php/src/data/personalize-runtime/2018-05-22\";i:4252;s:134:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/awswptc/aws-sdk-php/src/data/personalize-runtime\";i:4252;s:129:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/awswptc/aws-sdk-php/src/data/ecs/2014-11-13\";i:93517;s:118:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/awswptc/aws-sdk-php/src/data/ecs\";i:93517;s:137:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/awswptc/aws-sdk-php/src/data/autoscaling/2011-01-01\";i:86886;s:126:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/awswptc/aws-sdk-php/src/data/autoscaling\";i:86886;s:136:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/awswptc/aws-sdk-php/src/data/s3outposts/2017-07-25\";i:5955;s:125:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/awswptc/aws-sdk-php/src/data/s3outposts\";i:5955;s:129:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/awswptc/aws-sdk-php/src/data/waf/2015-08-24\";i:91394;s:118:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/awswptc/aws-sdk-php/src/data/waf\";i:91394;s:140:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/awswptc/aws-sdk-php/src/data/networkmanager/2019-07-05\";i:50405;s:129:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/awswptc/aws-sdk-php/src/data/networkmanager\";i:50405;s:139:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/awswptc/aws-sdk-php/src/data/lakeformation/2017-03-31\";i:30860;s:128:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/awswptc/aws-sdk-php/src/data/lakeformation\";i:30860;s:149:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/awswptc/aws-sdk-php/src/data/application-autoscaling/2016-02-06\";i:23214;s:138:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/awswptc/aws-sdk-php/src/data/application-autoscaling\";i:23214;s:142:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/awswptc/aws-sdk-php/src/data/cognito-identity/2014-06-30\";i:30656;s:131:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/awswptc/aws-sdk-php/src/data/cognito-identity\";i:30656;s:132:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/awswptc/aws-sdk-php/src/data/health/2016-08-04\";i:22999;s:121:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/awswptc/aws-sdk-php/src/data/health\";i:22999;s:134:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/awswptc/aws-sdk-php/src/data/firehose/2015-08-04\";i:46817;s:123:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/awswptc/aws-sdk-php/src/data/firehose\";i:46817;s:134:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/awswptc/aws-sdk-php/src/data/codestar/2017-04-19\";i:24580;s:123:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/awswptc/aws-sdk-php/src/data/codestar\";i:24580;s:135:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/awswptc/aws-sdk-php/src/data/robomaker/2018-06-29\";i:87763;s:124:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/awswptc/aws-sdk-php/src/data/robomaker\";i:87763;s:131:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/awswptc/aws-sdk-php/src/data/wafv2/2019-07-29\";i:68331;s:120:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/awswptc/aws-sdk-php/src/data/wafv2\";i:68331;s:133:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/awswptc/aws-sdk-php/src/data/kinesis/2013-12-02\";i:35158;s:122:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/awswptc/aws-sdk-php/src/data/kinesis\";i:35158;s:141:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/awswptc/aws-sdk-php/src/data/license-manager/2018-08-01\";i:67888;s:130:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/awswptc/aws-sdk-php/src/data/license-manager\";i:67888;s:138:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/awswptc/aws-sdk-php/src/data/dataexchange/2017-07-25\";i:36526;s:127:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/awswptc/aws-sdk-php/src/data/dataexchange\";i:36526;s:138:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/awswptc/aws-sdk-php/src/data/codepipeline/2015-07-09\";i:66414;s:127:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/awswptc/aws-sdk-php/src/data/codepipeline\";i:66414;s:133:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/awswptc/aws-sdk-php/src/data/glacier/2012-06-01\";i:45836;s:122:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/awswptc/aws-sdk-php/src/data/glacier\";i:45836;s:139:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/awswptc/aws-sdk-php/src/data/redshift-data/2019-12-20\";i:14518;s:128:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/awswptc/aws-sdk-php/src/data/redshift-data\";i:14518;s:134:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/awswptc/aws-sdk-php/src/data/datasync/2018-11-09\";i:42777;s:123:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/awswptc/aws-sdk-php/src/data/datasync\";i:42777;s:145:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/awswptc/aws-sdk-php/src/data/workmailmessageflow/2019-05-01\";i:3623;s:134:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/awswptc/aws-sdk-php/src/data/workmailmessageflow\";i:3623;s:141:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/awswptc/aws-sdk-php/src/data/machinelearning/2014-12-12\";i:43252;s:130:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/awswptc/aws-sdk-php/src/data/machinelearning\";i:43252;s:142:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/awswptc/aws-sdk-php/src/data/mediapackage-vod/2018-11-07\";i:35581;s:131:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/awswptc/aws-sdk-php/src/data/mediapackage-vod\";i:35581;s:139:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/awswptc/aws-sdk-php/src/data/iot-jobs-data/2017-09-29\";i:9256;s:128:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/awswptc/aws-sdk-php/src/data/iot-jobs-data\";i:9256;s:144:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/awswptc/aws-sdk-php/src/data/iot1click-projects/2018-05-14\";i:20491;s:133:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/awswptc/aws-sdk-php/src/data/iot1click-projects\";i:20491;s:137:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/awswptc/aws-sdk-php/src/data/securityhub/2018-10-26\";i:183717;s:126:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/awswptc/aws-sdk-php/src/data/securityhub\";i:183717;s:129:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/awswptc/aws-sdk-php/src/data/sns/2010-03-31\";i:44650;s:118:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/awswptc/aws-sdk-php/src/data/sns\";i:44650;s:142:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/awswptc/aws-sdk-php/src/data/alexaforbusiness/2017-11-09\";i:102702;s:131:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/awswptc/aws-sdk-php/src/data/alexaforbusiness\";i:102702;s:146:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/awswptc/aws-sdk-php/src/data/connect-contact-lens/2020-08-21\";i:6416;s:135:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/awswptc/aws-sdk-php/src/data/connect-contact-lens\";i:6416;s:136:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/awswptc/aws-sdk-php/src/data/cloudtrail/2013-11-01\";i:32981;s:125:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/awswptc/aws-sdk-php/src/data/cloudtrail\";i:32981;s:140:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/awswptc/aws-sdk-php/src/data/servicecatalog/2015-12-10\";i:116318;s:129:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/awswptc/aws-sdk-php/src/data/servicecatalog\";i:116318;s:131:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/awswptc/aws-sdk-php/src/data/sesv2/2019-09-27\";i:105308;s:120:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/awswptc/aws-sdk-php/src/data/sesv2\";i:105308;s:132:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/awswptc/aws-sdk-php/src/data/states/2016-11-23\";i:39630;s:121:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/awswptc/aws-sdk-php/src/data/states\";i:39630;s:129:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/awswptc/aws-sdk-php/src/data/ivs/2020-07-14\";i:30256;s:118:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/awswptc/aws-sdk-php/src/data/ivs\";i:30256;s:130:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/awswptc/aws-sdk-php/src/data/qldb/2019-01-02\";i:24735;s:119:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/awswptc/aws-sdk-php/src/data/qldb\";i:24735;s:134:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/awswptc/aws-sdk-php/src/data/workmail/2017-10-01\";i:69072;s:123:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/awswptc/aws-sdk-php/src/data/workmail\";i:69072;s:135:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/awswptc/aws-sdk-php/src/data/guardduty/2017-11-28\";i:88027;s:124:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/awswptc/aws-sdk-php/src/data/guardduty\";i:88027;s:142:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/awswptc/aws-sdk-php/src/data/network-firewall/2020-11-12\";i:46458;s:131:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/awswptc/aws-sdk-php/src/data/network-firewall\";i:46458;s:134:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/awswptc/aws-sdk-php/src/data/rds-data/2018-08-01\";i:13354;s:123:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/awswptc/aws-sdk-php/src/data/rds-data\";i:13354;s:137:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/awswptc/aws-sdk-php/src/data/eventbridge/2015-10-07\";i:72620;s:126:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/awswptc/aws-sdk-php/src/data/eventbridge\";i:72620;s:132:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/awswptc/aws-sdk-php/src/data/proton/2020-07-20\";i:74884;s:121:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/awswptc/aws-sdk-php/src/data/proton\";i:74884;s:135:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/awswptc/aws-sdk-php/src/data/iotevents/2018-07-27\";i:51017;s:124:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/awswptc/aws-sdk-php/src/data/iotevents\";i:51017;s:138:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/awswptc/aws-sdk-php/src/data/cognito-sync/2014-06-30\";i:27626;s:127:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/awswptc/aws-sdk-php/src/data/cognito-sync\";i:27626;s:132:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/awswptc/aws-sdk-php/src/data/events/2015-10-07\";i:72612;s:121:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/awswptc/aws-sdk-php/src/data/events\";i:72612;s:143:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/awswptc/aws-sdk-php/src/data/globalaccelerator/2018-08-08\";i:55855;s:132:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/awswptc/aws-sdk-php/src/data/globalaccelerator\";i:55855;s:139:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/awswptc/aws-sdk-php/src/data/ssm-incidents/2018-05-10\";i:46296;s:128:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/awswptc/aws-sdk-php/src/data/ssm-incidents\";i:46296;s:129:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/awswptc/aws-sdk-php/src/data/dax/2017-04-19\";i:29359;s:118:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/awswptc/aws-sdk-php/src/data/dax\";i:29359;s:129:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/awswptc/aws-sdk-php/src/data/ebs/2019-11-02\";i:15366;s:118:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/awswptc/aws-sdk-php/src/data/ebs\";i:15366;s:136:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/awswptc/aws-sdk-php/src/data/cloudhsmv2/2017-04-28\";i:21200;s:125:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/awswptc/aws-sdk-php/src/data/cloudhsmv2\";i:21200;s:129:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/awswptc/aws-sdk-php/src/data/ssm/2014-11-06\";i:278279;s:118:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/awswptc/aws-sdk-php/src/data/ssm\";i:278279;s:131:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/awswptc/aws-sdk-php/src/data/kafka/2018-11-14\";i:55334;s:120:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/awswptc/aws-sdk-php/src/data/kafka\";i:55334;s:141:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/awswptc/aws-sdk-php/src/data/resource-groups/2017-11-27\";i:24396;s:130:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/awswptc/aws-sdk-php/src/data/resource-groups\";i:24396;s:129:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/awswptc/aws-sdk-php/src/data/rds/2014-09-01\";i:85216;s:129:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/awswptc/aws-sdk-php/src/data/rds/2014-10-31\";i:237101;s:118:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/awswptc/aws-sdk-php/src/data/rds\";i:322317;s:140:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/awswptc/aws-sdk-php/src/data/serverlessrepo/2017-09-08\";i:37632;s:129:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/awswptc/aws-sdk-php/src/data/serverlessrepo\";i:37632;s:134:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/awswptc/aws-sdk-php/src/data/redshift/2012-12-01\";i:165781;s:123:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/awswptc/aws-sdk-php/src/data/redshift\";i:165781;s:129:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/awswptc/aws-sdk-php/src/data/ec2/2016-09-15\";i:304730;s:129:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/awswptc/aws-sdk-php/src/data/ec2/2016-04-01\";i:295527;s:129:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/awswptc/aws-sdk-php/src/data/ec2/2016-11-15\";i:775947;s:129:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/awswptc/aws-sdk-php/src/data/ec2/2015-10-01\";i:290643;s:118:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/awswptc/aws-sdk-php/src/data/ec2\";i:1666847;s:142:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/awswptc/aws-sdk-php/src/data/elasticmapreduce/2009-03-31\";i:78413;s:131:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/awswptc/aws-sdk-php/src/data/elasticmapreduce\";i:78413;s:133:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/awswptc/aws-sdk-php/src/data/schemas/2019-12-02\";i:49156;s:122:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/awswptc/aws-sdk-php/src/data/schemas\";i:49156;s:144:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/awswptc/aws-sdk-php/src/data/iotsecuretunneling/2018-10-05\";i:8512;s:133:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/awswptc/aws-sdk-php/src/data/iotsecuretunneling\";i:8512;s:131:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/awswptc/aws-sdk-php/src/data/docdb/2014-10-31\";i:85820;s:120:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/awswptc/aws-sdk-php/src/data/docdb\";i:85820;s:133:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/awswptc/aws-sdk-php/src/data/acm-pca/2017-08-22\";i:35609;s:122:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/awswptc/aws-sdk-php/src/data/acm-pca\";i:35609;s:139:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/awswptc/aws-sdk-php/src/data/lookoutvision/2020-11-20\";i:32316;s:128:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/awswptc/aws-sdk-php/src/data/lookoutvision\";i:32316;s:141:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/awswptc/aws-sdk-php/src/data/route53resolver/2018-04-01\";i:77840;s:130:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/awswptc/aws-sdk-php/src/data/route53resolver\";i:77840;s:136:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/awswptc/aws-sdk-php/src/data/workspaces/2015-04-08\";i:65982;s:125:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/awswptc/aws-sdk-php/src/data/workspaces\";i:65982;s:133:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/awswptc/aws-sdk-php/src/data/appflow/2020-08-23\";i:60077;s:122:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/awswptc/aws-sdk-php/src/data/appflow\";i:60077;s:143:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/awswptc/aws-sdk-php/src/data/elastic-inference/2017-07-25\";i:9815;s:132:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/awswptc/aws-sdk-php/src/data/elastic-inference\";i:9815;s:128:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/awswptc/aws-sdk-php/src/data/ce/2017-10-25\";i:69979;s:117:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/awswptc/aws-sdk-php/src/data/ce\";i:69979;s:150:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/awswptc/aws-sdk-php/src/data/resourcegroupstaggingapi/2017-01-26\";i:13502;s:139:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/awswptc/aws-sdk-php/src/data/resourcegroupstaggingapi\";i:13502;s:138:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/awswptc/aws-sdk-php/src/data/importexport/2010-06-01\";i:14818;s:127:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/awswptc/aws-sdk-php/src/data/importexport\";i:14818;s:139:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/awswptc/aws-sdk-php/src/data/finspace-data/2020-07-13\";i:7311;s:128:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/awswptc/aws-sdk-php/src/data/finspace-data\";i:7311;s:138:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/awswptc/aws-sdk-php/src/data/datapipeline/2012-10-29\";i:22506;s:127:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/awswptc/aws-sdk-php/src/data/datapipeline\";i:22506;s:137:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/awswptc/aws-sdk-php/src/data/elasticache/2015-02-02\";i:127153;s:126:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/awswptc/aws-sdk-php/src/data/elasticache\";i:127153;s:136:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/awswptc/aws-sdk-php/src/data/codecommit/2015-04-13\";i:163153;s:125:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/awswptc/aws-sdk-php/src/data/codecommit\";i:163153;s:138:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/awswptc/aws-sdk-php/src/data/mediaconvert/2017-08-29\";i:201041;s:127:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/awswptc/aws-sdk-php/src/data/mediaconvert\";i:201041;s:132:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/awswptc/aws-sdk-php/src/data/athena/2017-05-18\";i:40596;s:121:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/awswptc/aws-sdk-php/src/data/athena\";i:40596;s:129:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/awswptc/aws-sdk-php/src/data/ram/2018-01-04\";i:39552;s:118:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/awswptc/aws-sdk-php/src/data/ram\";i:39552;s:141:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/awswptc/aws-sdk-php/src/data/mediastore-data/2017-09-01\";i:8862;s:130:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/awswptc/aws-sdk-php/src/data/mediastore-data\";i:8862;s:137:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/awswptc/aws-sdk-php/src/data/devops-guru/2020-12-01\";i:45999;s:126:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/awswptc/aws-sdk-php/src/data/devops-guru\";i:45999;s:144:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/awswptc/aws-sdk-php/src/data/personalize-events/2018-03-22\";i:4646;s:133:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/awswptc/aws-sdk-php/src/data/personalize-events\";i:4646;s:129:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/awswptc/aws-sdk-php/src/data/acm/2015-12-08\";i:24155;s:118:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/awswptc/aws-sdk-php/src/data/acm\";i:24155;s:134:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/awswptc/aws-sdk-php/src/data/worklink/2018-09-25\";i:37411;s:123:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/awswptc/aws-sdk-php/src/data/worklink\";i:37411;s:129:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/awswptc/aws-sdk-php/src/data/iam/2010-05-08\";i:165701;s:118:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/awswptc/aws-sdk-php/src/data/iam\";i:165701;s:129:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/awswptc/aws-sdk-php/src/data/sqs/2012-11-05\";i:25685;s:118:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/awswptc/aws-sdk-php/src/data/sqs\";i:25685;s:129:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/awswptc/aws-sdk-php/src/data/iot/2015-05-28\";i:339910;s:118:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/awswptc/aws-sdk-php/src/data/iot\";i:339910;s:140:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/awswptc/aws-sdk-php/src/data/emr-containers/2020-10-01\";i:25810;s:129:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/awswptc/aws-sdk-php/src/data/emr-containers\";i:25810;s:138:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/awswptc/aws-sdk-php/src/data/iotanalytics/2017-11-27\";i:58814;s:127:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/awswptc/aws-sdk-php/src/data/iotanalytics\";i:58814;s:136:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/awswptc/aws-sdk-php/src/data/healthlake/2017-07-01\";i:13597;s:125:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/awswptc/aws-sdk-php/src/data/healthlake\";i:13597;s:129:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/awswptc/aws-sdk-php/src/data/sts/2011-06-15\";i:15654;s:118:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/awswptc/aws-sdk-php/src/data/sts\";i:15654;s:136:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/awswptc/aws-sdk-php/src/data/mediastore/2017-09-01\";i:19797;s:125:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/awswptc/aws-sdk-php/src/data/mediastore\";i:19797;s:134:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/awswptc/aws-sdk-php/src/data/outposts/2019-12-03\";i:13738;s:123:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/awswptc/aws-sdk-php/src/data/outposts\";i:13738;s:135:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/awswptc/aws-sdk-php/src/data/sms-voice/2018-09-05\";i:12596;s:124:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/awswptc/aws-sdk-php/src/data/sms-voice\";i:12596;s:140:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/awswptc/aws-sdk-php/src/data/clouddirectory/2016-05-10\";i:116345;s:140:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/awswptc/aws-sdk-php/src/data/clouddirectory/2017-01-11\";i:118792;s:129:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/awswptc/aws-sdk-php/src/data/clouddirectory\";i:235137;s:142:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/awswptc/aws-sdk-php/src/data/streams.dynamodb/2012-08-10\";i:9730;s:131:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/awswptc/aws-sdk-php/src/data/streams.dynamodb\";i:9730;s:134:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/awswptc/aws-sdk-php/src/data/databrew/2017-07-25\";i:57468;s:123:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/awswptc/aws-sdk-php/src/data/databrew\";i:57468;s:135:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/awswptc/aws-sdk-php/src/data/appstream/2016-12-01\";i:62541;s:124:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/awswptc/aws-sdk-php/src/data/appstream\";i:62541;s:146:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/awswptc/aws-sdk-php/src/data/ec2-instance-connect/2018-04-02\";i:4737;s:135:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/awswptc/aws-sdk-php/src/data/ec2-instance-connect\";i:4737;s:134:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/awswptc/aws-sdk-php/src/data/cloudhsm/2014-05-30\";i:19576;s:123:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/awswptc/aws-sdk-php/src/data/cloudhsm\";i:19576;s:146:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/awswptc/aws-sdk-php/src/data/codestar-connections/2019-12-01\";i:12854;s:135:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/awswptc/aws-sdk-php/src/data/codestar-connections\";i:12854;s:131:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/awswptc/aws-sdk-php/src/data/polly/2016-06-10\";i:19336;s:120:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/awswptc/aws-sdk-php/src/data/polly\";i:19336;s:137:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/awswptc/aws-sdk-php/src/data/iotwireless/2020-11-22\";i:80840;s:126:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/awswptc/aws-sdk-php/src/data/iotwireless\";i:80840;s:143:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/awswptc/aws-sdk-php/src/data/autoscaling-plans/2018-01-06\";i:17514;s:132:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/awswptc/aws-sdk-php/src/data/autoscaling-plans\";i:17514;s:140:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/awswptc/aws-sdk-php/src/data/pinpoint-email/2018-07-26\";i:55426;s:129:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/awswptc/aws-sdk-php/src/data/pinpoint-email\";i:55426;s:149:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/awswptc/aws-sdk-php/src/data/entitlement.marketplace/2017-01-11\";i:3390;s:138:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/awswptc/aws-sdk-php/src/data/entitlement.marketplace\";i:3390;s:133:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/awswptc/aws-sdk-php/src/data/amplify/2017-07-25\";i:56595;s:122:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/awswptc/aws-sdk-php/src/data/amplify\";i:56595;s:133:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/awswptc/aws-sdk-php/src/data/appsync/2017-07-25\";i:53343;s:122:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/awswptc/aws-sdk-php/src/data/appsync\";i:53343;s:138:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/awswptc/aws-sdk-php/src/data/ssm-contacts/2021-05-03\";i:35438;s:127:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/awswptc/aws-sdk-php/src/data/ssm-contacts\";i:35438;s:136:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/awswptc/aws-sdk-php/src/data/devicefarm/2015-06-23\";i:92718;s:125:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/awswptc/aws-sdk-php/src/data/devicefarm\";i:92718;s:130:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/awswptc/aws-sdk-php/src/data/glue/2017-03-31\";i:218582;s:119:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/awswptc/aws-sdk-php/src/data/glue\";i:218582;s:148:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/awswptc/aws-sdk-php/src/data/elasticloadbalancingv2/2015-12-01\";i:63035;s:137:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/awswptc/aws-sdk-php/src/data/elasticloadbalancingv2\";i:63035;s:135:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/awswptc/aws-sdk-php/src/data/sso-admin/2020-07-20\";i:42396;s:124:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/awswptc/aws-sdk-php/src/data/sso-admin\";i:42396;s:134:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/awswptc/aws-sdk-php/src/data/pinpoint/2016-12-01\";i:204034;s:123:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/awswptc/aws-sdk-php/src/data/pinpoint\";i:204034;s:138:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/awswptc/aws-sdk-php/src/data/qldb-session/2019-07-11\";i:7159;s:127:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/awswptc/aws-sdk-php/src/data/qldb-session\";i:7159;s:140:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/awswptc/aws-sdk-php/src/data/amplifybackend/2020-08-11\";i:61049;s:129:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/awswptc/aws-sdk-php/src/data/amplifybackend\";i:61049;s:139:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/awswptc/aws-sdk-php/src/data/forecastquery/2018-06-26\";i:3370;s:128:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/awswptc/aws-sdk-php/src/data/forecastquery\";i:3370;s:137:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/awswptc/aws-sdk-php/src/data/mediatailor/2018-04-23\";i:41511;s:126:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/awswptc/aws-sdk-php/src/data/mediatailor\";i:41511;s:142:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/awswptc/aws-sdk-php/src/data/timestream-write/2018-11-01\";i:18993;s:131:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/awswptc/aws-sdk-php/src/data/timestream-write\";i:18993;s:140:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/awswptc/aws-sdk-php/src/data/iotthingsgraph/2018-09-06\";i:41182;s:129:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/awswptc/aws-sdk-php/src/data/iotthingsgraph\";i:41182;s:129:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/awswptc/aws-sdk-php/src/data/fsx/2018-03-01\";i:45931;s:118:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/awswptc/aws-sdk-php/src/data/fsx\";i:45931;s:139:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/awswptc/aws-sdk-php/src/data/frauddetector/2019-11-15\";i:67034;s:128:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/awswptc/aws-sdk-php/src/data/frauddetector\";i:67034;s:140:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/awswptc/aws-sdk-php/src/data/sagemaker-edge/2020-09-23\";i:3739;s:129:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/awswptc/aws-sdk-php/src/data/sagemaker-edge\";i:3739;s:143:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/awswptc/aws-sdk-php/src/data/customer-profiles/2020-08-15\";i:52885;s:132:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/awswptc/aws-sdk-php/src/data/customer-profiles\";i:52885;s:129:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/awswptc/aws-sdk-php/src/data/cur/2017-01-06\";i:7093;s:118:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/awswptc/aws-sdk-php/src/data/cur\";i:7093;s:129:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/awswptc/aws-sdk-php/src/data/kms/2014-11-01\";i:59140;s:118:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/awswptc/aws-sdk-php/src/data/kms\";i:59140;s:141:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/awswptc/aws-sdk-php/src/data/wellarchitected/2020-03-31\";i:51956;s:130:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/awswptc/aws-sdk-php/src/data/wellarchitected\";i:51956;s:134:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/awswptc/aws-sdk-php/src/data/dynamodb/2011-12-05\";i:22072;s:134:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/awswptc/aws-sdk-php/src/data/dynamodb/2012-08-10\";i:101036;s:123:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/awswptc/aws-sdk-php/src/data/dynamodb\";i:123108;s:139:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/awswptc/aws-sdk-php/src/data/directconnect/2012-10-25\";i:65947;s:128:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/awswptc/aws-sdk-php/src/data/directconnect\";i:65947;s:154:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/awswptc/aws-sdk-php/src/data/kinesis-video-archived-media/2017-09-30\";i:12806;s:143:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/awswptc/aws-sdk-php/src/data/kinesis-video-archived-media\";i:12806;s:128:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/awswptc/aws-sdk-php/src/data/ds/2015-04-16\";i:82954;s:117:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/awswptc/aws-sdk-php/src/data/ds\";i:82954;s:132:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/awswptc/aws-sdk-php/src/data/cloud9/2017-09-23\";i:17815;s:121:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/awswptc/aws-sdk-php/src/data/cloud9\";i:17815;s:143:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/awswptc/aws-sdk-php/src/data/managedblockchain/2018-09-24\";i:40724;s:132:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/awswptc/aws-sdk-php/src/data/managedblockchain\";i:40724;s:140:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/awswptc/aws-sdk-php/src/data/route53domains/2014-05-15\";i:33194;s:129:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/awswptc/aws-sdk-php/src/data/route53domains\";i:33194;s:130:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/awswptc/aws-sdk-php/src/data/xray/2016-04-12\";i:46594;s:119:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/awswptc/aws-sdk-php/src/data/xray\";i:46594;s:133:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/awswptc/aws-sdk-php/src/data/connect/2017-08-08\";i:140832;s:122:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/awswptc/aws-sdk-php/src/data/connect\";i:140832;s:129:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/awswptc/aws-sdk-php/src/data/amp/2020-08-01\";i:10182;s:118:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/awswptc/aws-sdk-php/src/data/amp\";i:10182;s:146:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/awswptc/aws-sdk-php/src/data/metering.marketplace/2016-01-14\";i:9865;s:135:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/awswptc/aws-sdk-php/src/data/metering.marketplace\";i:9865;s:140:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/awswptc/aws-sdk-php/src/data/iotevents-data/2018-10-23\";i:23285;s:129:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/awswptc/aws-sdk-php/src/data/iotevents-data\";i:23285;s:129:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/awswptc/aws-sdk-php/src/data/mgn/2020-02-26\";i:42607;s:118:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/awswptc/aws-sdk-php/src/data/mgn\";i:42607;s:133:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/awswptc/aws-sdk-php/src/data/pricing/2017-10-15\";i:5723;s:122:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/awswptc/aws-sdk-php/src/data/pricing\";i:5723;s:142:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/awswptc/aws-sdk-php/src/data/lookoutequipment/2020-12-15\";i:34583;s:131:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/awswptc/aws-sdk-php/src/data/lookoutequipment\";i:34583;s:156:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/awswptc/aws-sdk-php/src/data/sagemaker-featurestore-runtime/2020-07-01\";i:7505;s:145:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/awswptc/aws-sdk-php/src/data/sagemaker-featurestore-runtime\";i:7505;s:139:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/awswptc/aws-sdk-php/src/data/groundstation/2019-05-23\";i:36736;s:128:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/awswptc/aws-sdk-php/src/data/groundstation\";i:36736;s:139:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/awswptc/aws-sdk-php/src/data/identitystore/2020-06-15\";i:7531;s:128:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/awswptc/aws-sdk-php/src/data/identitystore\";i:7531;s:137:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/awswptc/aws-sdk-php/src/data/cloudsearch/2013-01-01\";i:37341;s:126:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/awswptc/aws-sdk-php/src/data/cloudsearch\";i:37341;s:137:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/awswptc/aws-sdk-php/src/data/runtime.lex/2016-11-28\";i:20788;s:126:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/awswptc/aws-sdk-php/src/data/runtime.lex\";i:20788;s:140:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/awswptc/aws-sdk-php/src/data/accessanalyzer/2019-11-01\";i:52865;s:129:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/awswptc/aws-sdk-php/src/data/accessanalyzer\";i:52865;s:134:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/awswptc/aws-sdk-php/src/data/transfer/2018-11-05\";i:33819;s:123:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/awswptc/aws-sdk-php/src/data/transfer\";i:33819;s:138:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/awswptc/aws-sdk-php/src/data/apigatewayv2/2018-11-29\";i:152731;s:127:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/awswptc/aws-sdk-php/src/data/apigatewayv2\";i:152731;s:146:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/awswptc/aws-sdk-php/src/data/elasticloadbalancing/2012-06-01\";i:42315;s:135:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/awswptc/aws-sdk-php/src/data/elasticloadbalancing\";i:42315;s:136:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/awswptc/aws-sdk-php/src/data/synthetics/2017-10-11\";i:19101;s:125:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/awswptc/aws-sdk-php/src/data/synthetics\";i:19101;s:135:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/awswptc/aws-sdk-php/src/data/s3control/2018-08-20\";i:75726;s:124:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/awswptc/aws-sdk-php/src/data/s3control\";i:75726;s:138:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/awswptc/aws-sdk-php/src/data/auditmanager/2017-07-25\";i:77520;s:127:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/awswptc/aws-sdk-php/src/data/auditmanager\";i:77520;s:145:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/awswptc/aws-sdk-php/src/data/marketplace-catalog/2018-09-17\";i:14163;s:134:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/awswptc/aws-sdk-php/src/data/marketplace-catalog\";i:14163;s:152:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/awswptc/aws-sdk-php/src/data/servicecatalog-appregistry/2020-06-24\";i:25060;s:141:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/awswptc/aws-sdk-php/src/data/servicecatalog-appregistry\";i:25060;s:145:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/awswptc/aws-sdk-php/src/data/kinesis-video-media/2017-09-30\";i:3938;s:134:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/awswptc/aws-sdk-php/src/data/kinesis-video-media\";i:3938;s:132:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/awswptc/aws-sdk-php/src/data/macie2/2020-01-01\";i:114067;s:121:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/awswptc/aws-sdk-php/src/data/macie2\";i:114067;s:128:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/awswptc/aws-sdk-php/src/data/es/2015-01-01\";i:75095;s:117:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/awswptc/aws-sdk-php/src/data/es\";i:75095;s:129:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/awswptc/aws-sdk-php/src/data/swf/2012-01-25\";i:77176;s:118:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/awswptc/aws-sdk-php/src/data/swf\";i:77176;s:134:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/awswptc/aws-sdk-php/src/data/forecast/2018-06-26\";i:45803;s:123:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/awswptc/aws-sdk-php/src/data/forecast\";i:45803;s:138:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/awswptc/aws-sdk-php/src/data/mediaconnect/2018-11-14\";i:67470;s:127:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/awswptc/aws-sdk-php/src/data/mediaconnect\";i:67470;s:136:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/awswptc/aws-sdk-php/src/data/opsworkscm/2016-11-01\";i:24437;s:125:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/awswptc/aws-sdk-php/src/data/opsworkscm\";i:24437;s:132:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/awswptc/aws-sdk-php/src/data/signer/2017-08-25\";i:30922;s:121:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/awswptc/aws-sdk-php/src/data/signer\";i:30922;s:136:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/awswptc/aws-sdk-php/src/data/codedeploy/2014-10-06\";i:89691;s:125:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/awswptc/aws-sdk-php/src/data/codedeploy\";i:89691;s:136:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/awswptc/aws-sdk-php/src/data/monitoring/2010-08-01\";i:55810;s:125:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/awswptc/aws-sdk-php/src/data/monitoring\";i:55810;s:143:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/awswptc/aws-sdk-php/src/data/elastictranscoder/2012-09-25\";i:39358;s:132:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/awswptc/aws-sdk-php/src/data/elastictranscoder\";i:39358;s:137:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/awswptc/aws-sdk-php/src/data/iotfleethub/2020-11-03\";i:11272;s:126:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/awswptc/aws-sdk-php/src/data/iotfleethub\";i:11272;s:143:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/awswptc/aws-sdk-php/src/data/iot1click-devices/2018-05-14\";i:16589;s:132:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/awswptc/aws-sdk-php/src/data/iot1click-devices\";i:16589;s:128:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/awswptc/aws-sdk-php/src/data/pi/2018-02-27\";i:8308;s:117:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/awswptc/aws-sdk-php/src/data/pi\";i:8308;s:132:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/awswptc/aws-sdk-php/src/data/config/2014-11-12\";i:137388;s:121:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/awswptc/aws-sdk-php/src/data/config\";i:137388;s:136:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/awswptc/aws-sdk-php/src/data/apigateway/2015-07-09\";i:129719;s:125:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/awswptc/aws-sdk-php/src/data/apigateway\";i:129719;s:143:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/awswptc/aws-sdk-php/src/data/elasticfilesystem/2015-02-01\";i:40939;s:132:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/awswptc/aws-sdk-php/src/data/elasticfilesystem\";i:40939;s:135:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/awswptc/aws-sdk-php/src/data/apprunner/2020-05-15\";i:33123;s:124:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/awswptc/aws-sdk-php/src/data/apprunner\";i:33123;s:129:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/awswptc/aws-sdk-php/src/data/ecr/2015-09-21\";i:50833;s:118:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/awswptc/aws-sdk-php/src/data/ecr\";i:50833;s:138:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/awswptc/aws-sdk-php/src/data/waf-regional/2016-11-28\";i:94807;s:127:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/awswptc/aws-sdk-php/src/data/waf-regional\";i:94807;s:131:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/awswptc/aws-sdk-php/src/data/batch/2016-08-10\";i:36715;s:120:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/awswptc/aws-sdk-php/src/data/batch\";i:36715;s:132:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/awswptc/aws-sdk-php/src/data/nimble/2020-08-01\";i:106283;s:121:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/awswptc/aws-sdk-php/src/data/nimble\";i:106283;s:132:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/awswptc/aws-sdk-php/src/data/kendra/2019-02-03\";i:88284;s:121:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/awswptc/aws-sdk-php/src/data/kendra\";i:88284;s:149:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/awswptc/aws-sdk-php/src/data/kinesis-video-signaling/2019-12-04\";i:4866;s:138:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/awswptc/aws-sdk-php/src/data/kinesis-video-signaling\";i:4866;s:140:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/awswptc/aws-sdk-php/src/data/storagegateway/2013-06-30\";i:100676;s:129:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/awswptc/aws-sdk-php/src/data/storagegateway\";i:100676;s:138:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/awswptc/aws-sdk-php/src/data/mediapackage/2017-10-12\";i:49477;s:127:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/awswptc/aws-sdk-php/src/data/mediapackage\";i:49477;s:149:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/awswptc/aws-sdk-php/src/data/applicationcostprofiler/2020-09-10\";i:9686;s:138:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/awswptc/aws-sdk-php/src/data/applicationcostprofiler\";i:9686;s:134:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/awswptc/aws-sdk-php/src/data/finspace/2021-03-12\";i:12217;s:123:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/awswptc/aws-sdk-php/src/data/finspace\";i:12217;s:129:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/awswptc/aws-sdk-php/src/data/mgh/2017-05-31\";i:25940;s:118:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/awswptc/aws-sdk-php/src/data/mgh\";i:25940;s:134:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/awswptc/aws-sdk-php/src/data/data.iot/2015-05-28\";i:8681;s:123:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/awswptc/aws-sdk-php/src/data/data.iot\";i:8681;s:139:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/awswptc/aws-sdk-php/src/data/organizations/2016-11-28\";i:71340;s:128:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/awswptc/aws-sdk-php/src/data/organizations\";i:71340;s:135:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/awswptc/aws-sdk-php/src/data/detective/2018-10-26\";i:15436;s:124:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/awswptc/aws-sdk-php/src/data/detective\";i:15436;s:134:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/awswptc/aws-sdk-php/src/data/gamelift/2015-10-01\";i:130787;s:123:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/awswptc/aws-sdk-php/src/data/gamelift\";i:130787;s:131:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/awswptc/aws-sdk-php/src/data/chime/2018-05-01\";i:244577;s:120:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/awswptc/aws-sdk-php/src/data/chime\";i:244577;s:129:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/awswptc/aws-sdk-php/src/data/eks/2017-11-01\";i:57054;s:118:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/awswptc/aws-sdk-php/src/data/eks\";i:57054;s:138:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/awswptc/aws-sdk-php/src/data/imagebuilder/2019-12-02\";i:88656;s:127:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/awswptc/aws-sdk-php/src/data/imagebuilder\";i:88656;s:136:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/awswptc/aws-sdk-php/src/data/greengrass/2017-06-07\";i:101511;s:125:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/awswptc/aws-sdk-php/src/data/greengrass\";i:101511;s:144:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/awswptc/aws-sdk-php/src/data/connectparticipant/2018-09-07\";i:14560;s:133:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/awswptc/aws-sdk-php/src/data/connectparticipant\";i:14560;s:146:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/awswptc/aws-sdk-php/src/data/application-insights/2018-11-25\";i:36616;s:135:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/awswptc/aws-sdk-php/src/data/application-insights\";i:36616;s:140:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/awswptc/aws-sdk-php/src/data/lookoutmetrics/2017-07-25\";i:45713;s:129:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/awswptc/aws-sdk-php/src/data/lookoutmetrics\";i:45713;s:140:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/awswptc/aws-sdk-php/src/data/runtime.lex.v2/2020-08-07\";i:23865;s:129:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/awswptc/aws-sdk-php/src/data/runtime.lex.v2\";i:23865;s:138:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/awswptc/aws-sdk-php/src/data/kinesisvideo/2017-09-30\";i:24380;s:127:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/awswptc/aws-sdk-php/src/data/kinesisvideo\";i:24380;s:142:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/awswptc/aws-sdk-php/src/data/iotdeviceadvisor/2020-09-18\";i:18532;s:131:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/awswptc/aws-sdk-php/src/data/iotdeviceadvisor\";i:18532;s:132:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/awswptc/aws-sdk-php/src/data/lambda/2015-03-31\";i:96858;s:121:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/awswptc/aws-sdk-php/src/data/lambda\";i:96858;s:143:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/awswptc/aws-sdk-php/src/data/compute-optimizer/2019-11-01\";i:41290;s:132:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/awswptc/aws-sdk-php/src/data/compute-optimizer\";i:41290;s:136:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/awswptc/aws-sdk-php/src/data/quicksight/2018-04-01\";i:210770;s:125:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/awswptc/aws-sdk-php/src/data/quicksight\";i:210770;s:135:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/awswptc/aws-sdk-php/src/data/honeycode/2020-03-01\";i:28921;s:124:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/awswptc/aws-sdk-php/src/data/honeycode\";i:28921;s:134:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/awswptc/aws-sdk-php/src/data/snowball/2016-06-30\";i:32643;s:123:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/awswptc/aws-sdk-php/src/data/snowball\";i:32643;s:129:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/awswptc/aws-sdk-php/src/data/dms/2016-01-01\";i:96347;s:118:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/awswptc/aws-sdk-php/src/data/dms\";i:96347;s:132:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/awswptc/aws-sdk-php/src/data/shield/2016-06-02\";i:38645;s:121:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/awswptc/aws-sdk-php/src/data/shield\";i:38645;s:132:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/awswptc/aws-sdk-php/src/data/braket/2019-09-01\";i:16180;s:121:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/awswptc/aws-sdk-php/src/data/braket\";i:16180;s:148:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/awswptc/aws-sdk-php/src/data/codestar-notifications/2019-10-15\";i:17399;s:137:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/awswptc/aws-sdk-php/src/data/codestar-notifications\";i:17399;s:140:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/awswptc/aws-sdk-php/src/data/service-quotas/2019-06-24\";i:28893;s:129:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/awswptc/aws-sdk-php/src/data/service-quotas\";i:28893;s:142:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/awswptc/aws-sdk-php/src/data/servicediscovery/2017-03-14\";i:36211;s:131:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/awswptc/aws-sdk-php/src/data/servicediscovery\";i:36211;s:137:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/awswptc/aws-sdk-php/src/data/cognito-idp/2016-04-18\";i:153777;s:126:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/awswptc/aws-sdk-php/src/data/cognito-idp\";i:153777;s:143:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/awswptc/aws-sdk-php/src/data/comprehendmedical/2018-10-30\";i:30579;s:132:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/awswptc/aws-sdk-php/src/data/comprehendmedical\";i:30579;s:133:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/awswptc/aws-sdk-php/src/data/neptune/2014-10-31\";i:107988;s:122:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/awswptc/aws-sdk-php/src/data/neptune\";i:107988;s:143:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/awswptc/aws-sdk-php/src/data/runtime.sagemaker/2017-05-13\";i:4621;s:132:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/awswptc/aws-sdk-php/src/data/runtime.sagemaker\";i:4621;s:128:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/awswptc/aws-sdk-php/src/data/mq/2017-11-27\";i:54635;s:117:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/awswptc/aws-sdk-php/src/data/mq\";i:54635;s:135:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/awswptc/aws-sdk-php/src/data/sagemaker/2017-07-24\";i:404869;s:124:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/awswptc/aws-sdk-php/src/data/sagemaker\";i:404869;s:130:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/awswptc/aws-sdk-php/src/data/mwaa/2020-07-01\";i:22187;s:119:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/awswptc/aws-sdk-php/src/data/mwaa\";i:22187;s:132:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/awswptc/aws-sdk-php/src/data/backup/2018-11-15\";i:69557;s:121:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/awswptc/aws-sdk-php/src/data/backup\";i:69557;s:142:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/awswptc/aws-sdk-php/src/data/codeguruprofiler/2019-07-18\";i:38569;s:131:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/awswptc/aws-sdk-php/src/data/codeguruprofiler\";i:38569;s:135:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/awswptc/aws-sdk-php/src/data/medialive/2017-10-14\";i:249267;s:124:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/awswptc/aws-sdk-php/src/data/medialive\";i:249267;s:136:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/awswptc/aws-sdk-php/src/data/transcribe/2017-10-26\";i:36274;s:125:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/awswptc/aws-sdk-php/src/data/transcribe\";i:36274;s:135:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/awswptc/aws-sdk-php/src/data/discovery/2015-11-01\";i:36711;s:124:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/awswptc/aws-sdk-php/src/data/discovery\";i:36711;s:154:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/awswptc/aws-sdk-php/src/data/marketplacecommerceanalytics/2015-07-01\";i:5434;s:143:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/awswptc/aws-sdk-php/src/data/marketplacecommerceanalytics\";i:5434;s:136:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/awswptc/aws-sdk-php/src/data/lex-models/2017-04-19\";i:65274;s:125:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/awswptc/aws-sdk-php/src/data/lex-models\";i:65274;s:149:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/awswptc/aws-sdk-php/src/data/apigatewaymanagementapi/2018-11-29\";i:3808;s:138:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/awswptc/aws-sdk-php/src/data/apigatewaymanagementapi\";i:3808;s:135:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/awswptc/aws-sdk-php/src/data/appconfig/2019-10-09\";i:41318;s:124:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/awswptc/aws-sdk-php/src/data/appconfig\";i:41318;s:129:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/awswptc/aws-sdk-php/src/data/fis/2020-12-01\";i:29294;s:118:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/awswptc/aws-sdk-php/src/data/fis\";i:29294;s:140:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/awswptc/aws-sdk-php/src/data/secretsmanager/2017-10-17\";i:31148;s:129:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/awswptc/aws-sdk-php/src/data/secretsmanager\";i:31148;s:134:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/awswptc/aws-sdk-php/src/data/sso-oidc/2019-06-10\";i:8043;s:123:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/awswptc/aws-sdk-php/src/data/sso-oidc\";i:8043;s:128:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/awswptc/aws-sdk-php/src/data/s3/2006-03-01\";i:187286;s:117:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/awswptc/aws-sdk-php/src/data/s3\";i:187286;s:138:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/awswptc/aws-sdk-php/src/data/savingsplans/2019-06-28\";i:21014;s:127:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/awswptc/aws-sdk-php/src/data/savingsplans\";i:21014;s:135:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/awswptc/aws-sdk-php/src/data/codebuild/2016-10-06\";i:65201;s:124:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/awswptc/aws-sdk-php/src/data/codebuild\";i:65201;s:129:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/awswptc/aws-sdk-php/src/data/dlm/2018-01-12\";i:19309;s:118:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/awswptc/aws-sdk-php/src/data/dlm\";i:19309;s:134:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/awswptc/aws-sdk-php/src/data/location/2020-11-19\";i:72777;s:123:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/awswptc/aws-sdk-php/src/data/location\";i:72777;s:143:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/awswptc/aws-sdk-php/src/data/codeguru-reviewer/2019-09-19\";i:30515;s:132:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/awswptc/aws-sdk-php/src/data/codeguru-reviewer\";i:30515;s:129:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/awswptc/aws-sdk-php/src/data/sso/2019-06-10\";i:6990;s:118:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/awswptc/aws-sdk-php/src/data/sso\";i:6990;s:134:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/awswptc/aws-sdk-php/src/data/workdocs/2016-05-01\";i:71801;s:123:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/awswptc/aws-sdk-php/src/data/workdocs\";i:71801;s:135:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/awswptc/aws-sdk-php/src/data/inspector/2016-02-16\";i:59578;s:124:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/awswptc/aws-sdk-php/src/data/inspector\";i:59578;s:143:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/awswptc/aws-sdk-php/src/data/cloudsearchdomain/2013-01-01\";i:8078;s:132:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/awswptc/aws-sdk-php/src/data/cloudsearchdomain\";i:8078;s:142:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/awswptc/aws-sdk-php/src/data/timestream-query/2018-11-01\";i:7245;s:131:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/awswptc/aws-sdk-php/src/data/timestream-query\";i:7245;s:132:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/awswptc/aws-sdk-php/src/data/mobile/2017-07-01\";i:13774;s:121:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/awswptc/aws-sdk-php/src/data/mobile\";i:13774;s:142:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/awswptc/aws-sdk-php/src/data/kinesisanalytics/2015-08-14\";i:39159;s:131:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/awswptc/aws-sdk-php/src/data/kinesisanalytics\";i:39159;s:141:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/awswptc/aws-sdk-php/src/data/mturk-requester/2017-01-17\";i:43205;s:130:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/awswptc/aws-sdk-php/src/data/mturk-requester\";i:43205;s:137:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/awswptc/aws-sdk-php/src/data/rekognition/2016-06-27\";i:87665;s:126:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/awswptc/aws-sdk-php/src/data/rekognition\";i:87665;s:138:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/awswptc/aws-sdk-php/src/data/codeartifact/2018-09-22\";i:58674;s:127:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/awswptc/aws-sdk-php/src/data/codeartifact\";i:58674;s:138:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/awswptc/aws-sdk-php/src/data/greengrassv2/2020-11-30\";i:48394;s:127:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/awswptc/aws-sdk-php/src/data/greengrassv2\";i:48394;s:139:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/awswptc/aws-sdk-php/src/data/models.lex.v2/2020-08-07\";i:111025;s:128:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/awswptc/aws-sdk-php/src/data/models.lex.v2\";i:111025;s:137:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/awswptc/aws-sdk-php/src/data/personalize/2018-05-22\";i:58092;s:126:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/awswptc/aws-sdk-php/src/data/personalize\";i:58092;s:129:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/awswptc/aws-sdk-php/src/data/sms/2016-10-24\";i:49099;s:118:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/awswptc/aws-sdk-php/src/data/sms\";i:49099;s:145:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/awswptc/aws-sdk-php/src/data/migrationhub-config/2019-06-30\";i:5569;s:134:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/awswptc/aws-sdk-php/src/data/migrationhub-config\";i:5569;s:131:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/awswptc/aws-sdk-php/src/data/email/2010-12-01\";i:80128;s:120:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/awswptc/aws-sdk-php/src/data/email\";i:80128;s:133:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/awswptc/aws-sdk-php/src/data/appmesh/2019-01-25\";i:95404;s:133:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/awswptc/aws-sdk-php/src/data/appmesh/2018-10-01\";i:31977;s:122:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/awswptc/aws-sdk-php/src/data/appmesh\";i:127381;s:136:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/awswptc/aws-sdk-php/src/data/comprehend/2017-11-27\";i:87260;s:125:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/awswptc/aws-sdk-php/src/data/comprehend\";i:87260;s:133:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/awswptc/aws-sdk-php/src/data/route53/2013-04-01\";i:103204;s:122:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/awswptc/aws-sdk-php/src/data/route53\";i:103204;s:137:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/awswptc/aws-sdk-php/src/data/iotsitewise/2019-12-02\";i:99354;s:126:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/awswptc/aws-sdk-php/src/data/iotsitewise\";i:99354;s:140:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/awswptc/aws-sdk-php/src/data/cloudformation/2010-05-15\";i:110158;s:129:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/awswptc/aws-sdk-php/src/data/cloudformation\";i:110158;s:141:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/awswptc/aws-sdk-php/src/data/appintegrations/2020-07-29\";i:13015;s:130:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/awswptc/aws-sdk-php/src/data/appintegrations\";i:13015;s:133:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/awswptc/aws-sdk-php/src/data/support/2013-04-15\";i:21132;s:122:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/awswptc/aws-sdk-php/src/data/support\";i:21132;s:135:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/awswptc/aws-sdk-php/src/data/translate/2017-07-01\";i:23835;s:124:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/awswptc/aws-sdk-php/src/data/translate\";i:23835;s:142:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/awswptc/aws-sdk-php/src/data/elasticbeanstalk/2010-12-01\";i:72797;s:131:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/awswptc/aws-sdk-php/src/data/elasticbeanstalk\";i:72797;s:134:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/awswptc/aws-sdk-php/src/data/opsworks/2013-02-18\";i:79003;s:123:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/awswptc/aws-sdk-php/src/data/opsworks\";i:79003;s:134:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/awswptc/aws-sdk-php/src/data/textract/2018-06-27\";i:16408;s:123:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/awswptc/aws-sdk-php/src/data/textract\";i:16408;s:114:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/awswptc/aws-sdk-php/src/data\";i:18655448;s:129:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/awswptc/aws-sdk-php/src/Translate/Exception\";i:214;s:119:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/awswptc/aws-sdk-php/src/Translate\";i:2495;s:129:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/awswptc/aws-sdk-php/src/AppConfig/Exception\";i:214;s:119:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/awswptc/aws-sdk-php/src/AppConfig\";i:5460;s:137:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/awswptc/aws-sdk-php/src/EndpointDiscovery/Exception\";i:351;s:127:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/awswptc/aws-sdk-php/src/EndpointDiscovery\";i:26383;s:132:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/awswptc/aws-sdk-php/src/ApiGatewayV2/Exception\";i:222;s:122:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/awswptc/aws-sdk-php/src/ApiGatewayV2\";i:10625;s:140:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/awswptc/aws-sdk-php/src/ClientSideMonitoring/Exception\";i:360;s:130:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/awswptc/aws-sdk-php/src/ClientSideMonitoring\";i:33892;s:123:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/awswptc/aws-sdk-php/src/RAM/Exception\";i:213;s:113:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/awswptc/aws-sdk-php/src/RAM\";i:4195;s:130:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/awswptc/aws-sdk-php/src/S3Outposts/Exception\";i:221;s:120:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/awswptc/aws-sdk-php/src/S3Outposts\";i:834;s:127:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/awswptc/aws-sdk-php/src/Support/Exception\";i:170;s:117:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/awswptc/aws-sdk-php/src/Support\";i:2521;s:133:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/awswptc/aws-sdk-php/src/ServiceQuotas/Exception\";i:220;s:123:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/awswptc/aws-sdk-php/src/ServiceQuotas\";i:3654;s:125:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/awswptc/aws-sdk-php/src/Retry/Exception\";i:322;s:115:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/awswptc/aws-sdk-php/src/Retry\";i:19551;s:119:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/awswptc/aws-sdk-php/src/Multipart\";i:18643;s:134:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/awswptc/aws-sdk-php/src/ResourceGroups/Exception\";i:227;s:124:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/awswptc/aws-sdk-php/src/ResourceGroups\";i:2633;s:123:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/awswptc/aws-sdk-php/src/Iam/Exception\";i:216;s:113:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/awswptc/aws-sdk-php/src/Iam\";i:24436;s:131:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/awswptc/aws-sdk-php/src/EventBridge/Exception\";i:220;s:121:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/awswptc/aws-sdk-php/src/EventBridge\";i:7794;s:123:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/awswptc/aws-sdk-php/src/FSx/Exception\";i:196;s:113:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/awswptc/aws-sdk-php/src/FSx\";i:3077;s:119:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/awswptc/aws-sdk-php/src/Signature\";i:24628;s:127:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/awswptc/aws-sdk-php/src/Connect/Exception\";i:216;s:117:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/awswptc/aws-sdk-php/src/Connect\";i:16117;s:109:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/awswptc/aws-sdk-php/src\";i:19808753;s:105:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/awswptc/aws-sdk-php\";i:19823354;s:93:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/awswptc\";i:19823354;s:110:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/psrwptc/http-message/src\";i:46487;s:106:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/psrwptc/http-message\";i:49638;s:109:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/psrwptc/http-client/src\";i:1951;s:105:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/psrwptc/http-client\";i:4624;s:93:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/psrwptc\";i:54262;s:133:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/symfonywptc/polyfill-mbstring/Resources/unidata\";i:57062;s:125:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/symfonywptc/polyfill-mbstring/Resources\";i:57062;s:115:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/symfonywptc/polyfill-mbstring\";i:103058;s:97:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/symfonywptc\";i:103058;s:123:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/guzzlehttpwptc/psr7/.github/workflows\";i:2346;s:113:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/guzzlehttpwptc/psr7/.github\";i:2346;s:109:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/guzzlehttpwptc/psr7/src\";i:168865;s:105:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/guzzlehttpwptc/psr7\";i:210816;s:113:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/guzzlehttpwptc/promises/src\";i:57911;s:109:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/guzzlehttpwptc/promises\";i:78082;s:119:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/guzzlehttpwptc/guzzle/src/Handler\";i:64956;s:118:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/guzzlehttpwptc/guzzle/src/Cookie\";i:27971;s:121:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/guzzlehttpwptc/guzzle/src/Exception\";i:8147;s:111:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/guzzlehttpwptc/guzzle/src\";i:212340;s:126:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/guzzlehttpwptc/guzzle/vendor-bin/phpstan\";i:211;s:124:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/guzzlehttpwptc/guzzle/vendor-bin/psalm\";i:149;s:131:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/guzzlehttpwptc/guzzle/vendor-bin/php-cs-fixer\";i:165;s:118:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/guzzlehttpwptc/guzzle/vendor-bin\";i:525;s:107:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/guzzlehttpwptc/guzzle\";i:358239;s:100:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3/guzzlehttpwptc\";i:647137;s:85:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/S3\";i:20832885;s:106:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/fullcalendar-2.0.2/lang\";i:105925;s:122:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/fullcalendar-2.0.2/lib/cupertino/images\";i:29807;s:115:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/fullcalendar-2.0.2/lib/cupertino\";i:29807;s:105:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/fullcalendar-2.0.2/lib\";i:58515;s:101:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/fullcalendar-2.0.2\";i:580575;s:103:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/Classes/InitialSetup\";i:38649;s:101:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/Classes/WptcBackup\";i:1907;s:97:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/Classes/Common\";i:1718;s:103:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/Classes/AppFunctions\";i:41468;s:99:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/Classes/Settings\";i:48489;s:101:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/Classes/CronServer\";i:1409;s:102:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/Classes/UserService\";i:697;s:100:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/Classes/Analytics\";i:17121;s:104:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/Classes/ExcludeOption\";i:45143;s:100:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/Classes/Extension\";i:18867;s:99:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/Classes/Triggers\";i:19051;s:100:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/Classes/Processed\";i:83725;s:90:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/Classes\";i:643297;s:87:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/Base\";i:6232;s:93:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/css/images\";i:426;s:86:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/css\";i:43581;s:113:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/Dropbox/Dropbox/OAuth/Consumer\";i:460654;s:104:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/Dropbox/Dropbox/OAuth\";i:460654;s:98:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/Dropbox/Dropbox\";i:486163;s:90:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/Dropbox\";i:486163;s:85:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/js\";i:133725;s:107:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/lib/phpseclib/System/SSH\";i:13908;s:103:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/lib/phpseclib/System\";i:15736;s:102:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/lib/phpseclib/Crypt\";i:501321;s:101:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/lib/phpseclib/File\";i:266442;s:105:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/lib/phpseclib/Net/SFTP\";i:23072;s:100:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/lib/phpseclib/Net\";i:349634;s:101:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/lib/phpseclib/Math\";i:130152;s:96:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/lib/phpseclib\";i:1263837;s:86:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/lib\";i:1306313;s:89:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule/images\";i:99982;s:82:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-time-capsule\";i:31574944;s:99:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/assistant/img/apps/cloud-connect\";i:84231;s:93:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/assistant/img/apps/fl-home\";i:383113;s:85:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/assistant/img/apps\";i:467344;s:80:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/assistant/img\";i:661558;s:82:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/assistant/build\";i:3880829;s:94:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/assistant/backend/templates\";i:4298;s:105:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/assistant/backend/src/System/Contracts\";i:2050;s:108:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/assistant/backend/src/System/Integrations\";i:924;s:105:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/assistant/backend/src/System/Container\";i:37090;s:100:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/assistant/backend/src/System/Util\";i:1432;s:95:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/assistant/backend/src/System\";i:44441;s:98:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/assistant/backend/src/Providers\";i:8856;s:98:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/assistant/backend/src/PostTypes\";i:880;s:96:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/assistant/backend/src/Helpers\";i:10432;s:106:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/assistant/backend/src/Data/Transformers\";i:15198;s:104:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/assistant/backend/src/Data/Repository\";i:20152;s:93:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/assistant/backend/src/Data\";i:47828;s:102:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/assistant/backend/src/Hooks/Filters\";i:13011;s:102:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/assistant/backend/src/Hooks/Actions\";i:14914;s:94:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/assistant/backend/src/Hooks\";i:39403;s:102:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/assistant/backend/src/Clients/Cloud\";i:5224;s:96:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/assistant/backend/src/Clients\";i:5224;s:97:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/assistant/backend/src/Services\";i:10257;s:116:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/assistant/backend/src/Controllers/Cloud/Libraries\";i:21432;s:106:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/assistant/backend/src/Controllers/Cloud\";i:21432;s:100:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/assistant/backend/src/Controllers\";i:74830;s:88:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/assistant/backend/src\";i:242151;s:84:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/assistant/backend\";i:247326;s:76:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/assistant\";i:4804741;s:96:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce-tipping/inc/build\";i:93775;s:90:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce-tipping/inc\";i:124845;s:90:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce-tipping/css\";i:2945;s:89:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce-tipping/js\";i:1753;s:86:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce-tipping\";i:137336;s:99:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-hummingbird/_src/scss/modules\";i:40868;s:102:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-hummingbird/_src/scss/components\";i:11569;s:98:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-hummingbird/_src/scss/common\";i:8877;s:91:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-hummingbird/_src/scss\";i:65678;s:108:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-hummingbird/_src/react/modules/caching\";i:25198;s:100:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-hummingbird/_src/react/modules\";i:47444;s:113:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-hummingbird/_src/react/components/steps-bar\";i:5141;s:116:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-hummingbird/_src/react/components/border-frame\";i:2971;s:116:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-hummingbird/_src/react/components/sui-checkbox\";i:1621;s:113:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-hummingbird/_src/react/components/sui-table\";i:1064;s:116:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-hummingbird/_src/react/components/support-link\";i:1060;s:110:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-hummingbird/_src/react/components/loader\";i:1474;s:112:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-hummingbird/_src/react/components/sui-icon\";i:282;s:111:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-hummingbird/_src/react/components/sui-box\";i:3035;s:116:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-hummingbird/_src/react/components/sui-progress\";i:1018;s:114:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-hummingbird/_src/react/components/sui-toggle\";i:1551;s:111:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-hummingbird/_src/react/components/sui-tag\";i:839;s:117:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-hummingbird/_src/react/components/steps-content\";i:7184;s:114:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-hummingbird/_src/react/components/sui-select\";i:2412;s:120:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-hummingbird/_src/react/components/sui-box-settings\";i:1230;s:114:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-hummingbird/_src/react/components/sui-button\";i:1866;s:114:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-hummingbird/_src/react/components/sui-notice\";i:902;s:119:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-hummingbird/_src/react/components/sui-box-builder\";i:1354;s:112:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-hummingbird/_src/react/components/sui-tabs\";i:2214;s:120:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-hummingbird/_src/react/components/sui-code-snippet\";i:813;s:113:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-hummingbird/_src/react/components/sui-input\";i:944;s:116:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-hummingbird/_src/react/components/minify-asset\";i:27265;s:116:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-hummingbird/_src/react/components/ordered-list\";i:1092;s:119:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-hummingbird/_src/react/components/sui-box-summary\";i:2000;s:122:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-hummingbird/_src/react/components/sui-button-loading\";i:1534;s:113:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-hummingbird/_src/react/components/sui-modal\";i:2652;s:115:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-hummingbird/_src/react/components/sui-tooltip\";i:574;s:113:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-hummingbird/_src/react/components/sui-radio\";i:939;s:112:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-hummingbird/_src/react/components/sui-list\";i:1471;s:103:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-hummingbird/_src/react/components\";i:76502;s:104:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-hummingbird/_src/react/data/minify\";i:3321;s:97:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-hummingbird/_src/react/data\";i:3321;s:105:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-hummingbird/_src/react/views/minify\";i:57757;s:103:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-hummingbird/_src/react/views/gzip\";i:19389;s:114:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-hummingbird/_src/react/views/caching/browser\";i:20832;s:106:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-hummingbird/_src/react/views/caching\";i:20832;s:104:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-hummingbird/_src/react/views/setup\";i:33548;s:98:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-hummingbird/_src/react/views\";i:131526;s:92:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-hummingbird/_src/react\";i:262356;s:97:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-hummingbird/_src/js/modules\";i:86347;s:95:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-hummingbird/_src/js/utils\";i:15606;s:98:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-hummingbird/_src/js/scanners\";i:7908;s:89:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-hummingbird/_src/js\";i:129020;s:93:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-hummingbird/_src/images\";i:179342;s:86:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-hummingbird/_src\";i:636396;s:100:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-hummingbird/admin/ajax/caching\";i:12174;s:92:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-hummingbird/admin/ajax\";i:37759;s:99:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-hummingbird/admin/pages/react\";i:8394;s:93:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-hummingbird/admin/pages\";i:126879;s:112:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-hummingbird/admin/views/performance/audits\";i:92297;s:105:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-hummingbird/admin/views/performance\";i:128618;s:107:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-hummingbird/admin/views/notifications\";i:5151;s:100:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-hummingbird/admin/views/uptime\";i:13722;s:102:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-hummingbird/admin/views/advanced\";i:46874;s:109:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-hummingbird/admin/views/dashboard/smush\";i:4500;s:111:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-hummingbird/admin/views/dashboard/reports\";i:2688;s:115:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-hummingbird/admin/views/dashboard/performance\";i:5904;s:111:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-hummingbird/admin/views/dashboard/welcome\";i:14417;s:110:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-hummingbird/admin/views/dashboard/uptime\";i:5840;s:112:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-hummingbird/admin/views/dashboard/advanced\";i:1315;s:108:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-hummingbird/admin/views/dashboard/gzip\";i:3133;s:111:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-hummingbird/admin/views/dashboard/caching\";i:12097;s:116:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-hummingbird/admin/views/dashboard/minification\";i:6239;s:103:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-hummingbird/admin/views/dashboard\";i:56133;s:110:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-hummingbird/admin/views/caching/gravatar\";i:3504;s:114:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-hummingbird/admin/views/caching/integrations\";i:8069;s:105:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-hummingbird/admin/views/caching/rss\";i:2983;s:106:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-hummingbird/admin/views/caching/page\";i:33669;s:110:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-hummingbird/admin/views/caching/settings\";i:2202;s:101:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-hummingbird/admin/views/caching\";i:55398;s:106:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-hummingbird/admin/views/minification\";i:23638;s:102:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-hummingbird/admin/views/settings\";i:15900;s:93:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-hummingbird/admin/views\";i:369342;s:99:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-hummingbird/admin/assets/dist\";i:6843;s:100:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-hummingbird/admin/assets/fonts\";i:519679;s:105:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-hummingbird/admin/assets/image/tour\";i:146712;s:113:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-hummingbird/admin/assets/image/integrations\";i:28023;s:106:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-hummingbird/admin/assets/image/setup\";i:305263;s:100:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-hummingbird/admin/assets/image\";i:2406722;s:98:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-hummingbird/admin/assets/css\";i:3186920;s:97:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-hummingbird/admin/assets/js\";i:5734628;s:94:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-hummingbird/admin/assets\";i:11854792;s:94:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-hummingbird/admin/modals\";i:107758;s:87:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-hummingbird/admin\";i:12606420;s:91:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-hummingbird/languages\";i:387852;s:106:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-hummingbird/vendor/predis/predis/bin\";i:35218;s:108:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-hummingbird/vendor/predis/predis/tests\";i:12000;s:126:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-hummingbird/vendor/predis/predis/src/Cluster/Distributor\";i:11551;s:119:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-hummingbird/vendor/predis/predis/src/Cluster/Hash\";i:4012;s:114:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-hummingbird/vendor/predis/predis/src/Cluster\";i:35959;s:128:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-hummingbird/vendor/predis/predis/src/Protocol/Text/Handler\";i:8864;s:120:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-hummingbird/vendor/predis/predis/src/Protocol/Text\";i:19703;s:115:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-hummingbird/vendor/predis/predis/src/Protocol\";i:22972;s:113:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-hummingbird/vendor/predis/predis/src/PubSub\";i:14869;s:124:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-hummingbird/vendor/predis/predis/src/Command/Processor\";i:19215;s:114:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-hummingbird/vendor/predis/predis/src/Command\";i:143754;s:126:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-hummingbird/vendor/predis/predis/src/Collection/Iterator\";i:14610;s:117:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-hummingbird/vendor/predis/predis/src/Collection\";i:14610;s:124:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-hummingbird/vendor/predis/predis/src/Response/Iterator\";i:7010;s:115:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-hummingbird/vendor/predis/predis/src/Response\";i:12284;s:118:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-hummingbird/vendor/predis/predis/src/Transaction\";i:17648;s:115:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-hummingbird/vendor/predis/predis/src/Pipeline\";i:15266;s:114:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-hummingbird/vendor/predis/predis/src/Session\";i:3393;s:120:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-hummingbird/vendor/predis/predis/src/Configuration\";i:16510;s:114:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-hummingbird/vendor/predis/predis/src/Profile\";i:79489;s:127:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-hummingbird/vendor/predis/predis/src/Connection/Aggregate\";i:62444;s:117:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-hummingbird/vendor/predis/predis/src/Connection\";i:134159;s:114:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-hummingbird/vendor/predis/predis/src/Monitor\";i:4445;s:118:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-hummingbird/vendor/predis/predis/src/Replication\";i:9382;s:106:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-hummingbird/vendor/predis/predis/src\";i:565334;s:111:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-hummingbird/vendor/predis/predis/examples\";i:30839;s:102:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-hummingbird/vendor/predis/predis\";i:733709;s:95:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-hummingbird/vendor/predis\";i:733709;s:97:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-hummingbird/vendor/composer\";i:100167;s:88:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-hummingbird/vendor\";i:834059;s:101:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-hummingbird/core/modules/minify\";i:89808;s:100:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-hummingbird/core/modules/dummy\";i:46788;s:102:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-hummingbird/core/modules/caching\";i:17941;s:94:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-hummingbird/core/modules\";i:406931;s:98:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-hummingbird/core/integration\";i:25323;s:98:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-hummingbird/core/api/service\";i:22132;s:98:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-hummingbird/core/api/request\";i:19624;s:90:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-hummingbird/core/api\";i:74434;s:93:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-hummingbird/core/traits\";i:9075;s:108:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-hummingbird/core/externals/dash-notice\";i:56874;s:96:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-hummingbird/core/externals\";i:56874;s:125:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-hummingbird/core/pro/modules/reporting/templates/images\";i:7107;s:118:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-hummingbird/core/pro/modules/reporting/templates\";i:83812;s:108:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-hummingbird/core/pro/modules/reporting\";i:83812;s:98:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-hummingbird/core/pro/modules\";i:108750;s:116:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-hummingbird/core/pro/admin/views/notifications\";i:9981;s:112:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-hummingbird/core/pro/admin/views/dashboard\";i:7606;s:102:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-hummingbird/core/pro/admin/views\";i:17587;s:103:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-hummingbird/core/pro/admin/modals\";i:33789;s:96:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-hummingbird/core/pro/admin\";i:64030;s:90:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-hummingbird/core/pro\";i:188452;s:92:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-hummingbird/core/views\";i:4912;s:86:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-hummingbird/core\";i:948123;s:81:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-hummingbird\";i:15435065;s:107:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/sg-security/vendor/pragmarx/recovery/src\";i:5376;s:103:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/sg-security/vendor/pragmarx/recovery\";i:15991;s:116:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/sg-security/vendor/pragmarx/random/src/Generators\";i:4395;s:105:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/sg-security/vendor/pragmarx/random/src\";i:11278;s:101:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/sg-security/vendor/pragmarx/random\";i:22701;s:94:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/sg-security/vendor/pragmarx\";i:38692;s:89:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/sg-security/vendor/bin\";i:0;s:115:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/sg-security/vendor/sepia/po-parser/tests/pofiles\";i:13976;s:107:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/sg-security/vendor/sepia/po-parser/tests\";i:25603;s:111:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/sg-security/vendor/sepia/po-parser/src/Sepia\";i:33584;s:105:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/sg-security/vendor/sepia/po-parser/src\";i:33584;s:112:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/sg-security/vendor/sepia/po-parser/build/logs\";i:1;s:107:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/sg-security/vendor/sepia/po-parser/build\";i:42;s:101:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/sg-security/vendor/sepia/po-parser\";i:66468;s:91:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/sg-security/vendor/sepia\";i:66468;s:118:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/sg-security/vendor/siteground/siteground-emails/src\";i:4751;s:114:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/sg-security/vendor/siteground/siteground-emails\";i:7321;s:118:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/sg-security/vendor/siteground/siteground-helper/src\";i:5929;s:114:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/sg-security/vendor/siteground/siteground-helper\";i:6662;s:128:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/sg-security/vendor/siteground/siteground-data/vendor/composer\";i:33714;s:119:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/sg-security/vendor/siteground/siteground-data/vendor\";i:33892;s:116:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/sg-security/vendor/siteground/siteground-data/src\";i:20713;s:112:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/sg-security/vendor/siteground/siteground-data\";i:55689;s:116:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/sg-security/vendor/siteground/siteground-i18n/src\";i:3752;s:112:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/sg-security/vendor/siteground/siteground-i18n\";i:4481;s:96:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/sg-security/vendor/siteground\";i:74153;s:123:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/sg-security/vendor/composer/installers/.github/workflows\";i:4035;s:113:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/sg-security/vendor/composer/installers/.github\";i:4035;s:129:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/sg-security/vendor/composer/installers/src/Composer/Installers\";i:77612;s:118:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/sg-security/vendor/composer/installers/src/Composer\";i:77612;s:109:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/sg-security/vendor/composer/installers/src\";i:78080;s:105:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/sg-security/vendor/composer/installers\";i:86195;s:94:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/sg-security/vendor/composer\";i:149763;s:122:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/sg-security/vendor/phpgangsta/googleauthenticator/tests\";i:3698;s:127:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/sg-security/vendor/phpgangsta/googleauthenticator/PHPGangsta\";i:7889;s:116:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/sg-security/vendor/phpgangsta/googleauthenticator\";i:16690;s:96:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/sg-security/vendor/phpgangsta\";i:16690;s:130:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/sg-security/vendor/charles-rumley/php-po-to-json/tests/fixtures\";i:3264;s:121:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/sg-security/vendor/charles-rumley/php-po-to-json/tests\";i:4593;s:119:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/sg-security/vendor/charles-rumley/php-po-to-json/src\";i:5868;s:115:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/sg-security/vendor/charles-rumley/php-po-to-json\";i:53130;s:100:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/sg-security/vendor/charles-rumley\";i:53130;s:85:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/sg-security/vendor\";i:399667;s:122:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/sg-security/templates/partials/weekly-report/learn-more\";i:2160;s:117:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/sg-security/templates/partials/weekly-report/intro\";i:2820;s:111:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/sg-security/templates/partials/weekly-report\";i:4980;s:97:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/sg-security/templates/partials\";i:12580;s:88:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/sg-security/templates\";i:105002;s:89:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/sg-security/core/Admin\";i:6982;s:99:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/sg-security/core/Editors_Service\";i:583;s:99:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/sg-security/core/Message_Service\";i:4774;s:99:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/sg-security/core/Plugins_Service\";i:3410;s:97:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/sg-security/core/Block_Service\";i:5866;s:87:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/sg-security/core/Cli\";i:29335;s:95:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/sg-security/core/Salt_Shaker\";i:4357;s:101:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/sg-security/core/Usernames_Service\";i:3014;s:90:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/sg-security/core/Config\";i:2413;s:100:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/sg-security/core/Custom_Login_Url\";i:12203;s:100:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/sg-security/core/Password_Service\";i:4234;s:97:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/sg-security/core/Login_Service\";i:6454;s:99:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/sg-security/core/Headers_Service\";i:2361;s:90:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/sg-security/core/Loader\";i:21124;s:99:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/sg-security/core/Install_Service\";i:17860;s:90:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/sg-security/core/Sg_2fa\";i:23892;s:96:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/sg-security/core/Activity_Log\";i:63123;s:93:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/sg-security/core/Activator\";i:1504;s:99:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/sg-security/core/Options_Service\";i:3980;s:100:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/sg-security/core/Htaccess_Service\";i:11381;s:102:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/sg-security/core/Encryption_Service\";i:5447;s:95:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/sg-security/core/Deactivator\";i:842;s:96:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/sg-security/core/Feed_Service\";i:278;s:98:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/sg-security/core/Readme_Service\";i:1128;s:90:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/sg-security/core/Helper\";i:3966;s:88:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/sg-security/core/Rest\";i:56268;s:102:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/sg-security/core/Wp_Version_Service\";i:630;s:83:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/sg-security/core\";i:297409;s:89:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/sg-security/assets/css\";i:150902;s:88:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/sg-security/assets/js\";i:615323;s:92:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/sg-security/assets/images\";i:196890;s:85:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/sg-security/assets\";i:963115;s:78:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/sg-security\";i:1805547;s:82:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/classic-widgets\";i:22118;s:116:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/beaver-themer/modules/fl-post-navigation/includes\";i:4719;s:111:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/beaver-themer/modules/fl-post-navigation/css\";i:488;s:107:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/beaver-themer/modules/fl-post-navigation\";i:11623;s:101:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/beaver-themer/modules/fl-post-list\";i:654;s:113:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/beaver-themer/modules/fl-post-content/includes\";i:240;s:107:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/beaver-themer/modules/fl-post-content/js\";i:160;s:104:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/beaver-themer/modules/fl-post-content\";i:1260;s:102:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/beaver-themer/modules/fl-post-title\";i:706;s:111:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/beaver-themer/modules/fl-author-bio/includes\";i:797;s:106:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/beaver-themer/modules/fl-author-bio/css\";i:433;s:102:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/beaver-themer/modules/fl-author-bio\";i:2830;s:107:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/beaver-themer/modules/fl-attached-images\";i:740;s:120:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/beaver-themer/modules/fl-archive-description/includes\";i:164;s:111:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/beaver-themer/modules/fl-archive-description\";i:1047;s:106:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/beaver-themer/modules/fl-featured-image\";i:775;s:105:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/beaver-themer/modules/fl-archive-title\";i:723;s:109:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/beaver-themer/modules/fl-comments/includes\";i:290;s:100:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/beaver-themer/modules/fl-comments\";i:1102;s:110:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/beaver-themer/modules/fl-post-info/includes\";i:1918;s:105:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/beaver-themer/modules/fl-post-info/css\";i:37;s:101:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/beaver-themer/modules/fl-post-info\";i:9793;s:104:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/beaver-themer/modules/fl-post-columns\";i:661;s:104:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/beaver-themer/modules/fl-post-gallery\";i:637;s:104:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/beaver-themer/modules/fl-post-masonry\";i:665;s:88:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/beaver-themer/modules\";i:33216;s:89:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/beaver-themer/includes\";i:44357;s:84:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/beaver-themer/img\";i:4162;s:88:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/beaver-themer/classes\";i:302725;s:90:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/beaver-themer/languages\";i:1097390;s:106:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/beaver-themer/extensions/themes/classes\";i:23410;s:102:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/beaver-themer/extensions/themes/css\";i:2774;s:98:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/beaver-themer/extensions/themes\";i:26459;s:143:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/beaver-themer/extensions/woocommerce/modules/fl-woo-product-upsells/includes\";i:673;s:134:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/beaver-themer/extensions/woocommerce/modules/fl-woo-product-upsells\";i:2947;s:127:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/beaver-themer/extensions/woocommerce/modules/fl-woo-products\";i:951;s:141:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/beaver-themer/extensions/woocommerce/modules/fl-woo-product-title/includes\";i:742;s:136:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/beaver-themer/extensions/woocommerce/modules/fl-woo-product-title/css\";i:64;s:132:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/beaver-themer/extensions/woocommerce/modules/fl-woo-product-title\";i:3431;s:139:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/beaver-themer/extensions/woocommerce/modules/fl-woo-cart-button/includes\";i:2399;s:134:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/beaver-themer/extensions/woocommerce/modules/fl-woo-cart-button/css\";i:238;s:130:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/beaver-themer/extensions/woocommerce/modules/fl-woo-cart-button\";i:5109;s:135:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/beaver-themer/extensions/woocommerce/modules/fl-woo-notices/includes\";i:1589;s:126:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/beaver-themer/extensions/woocommerce/modules/fl-woo-notices\";i:3432;s:138:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/beaver-themer/extensions/woocommerce/modules/fl-woo-breadcrumb/includes\";i:677;s:133:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/beaver-themer/extensions/woocommerce/modules/fl-woo-breadcrumb/css\";i:81;s:129:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/beaver-themer/extensions/woocommerce/modules/fl-woo-breadcrumb\";i:3363;s:140:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/beaver-themer/extensions/woocommerce/modules/fl-woo-product-meta/includes\";i:489;s:135:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/beaver-themer/extensions/woocommerce/modules/fl-woo-product-meta/css\";i:101;s:131:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/beaver-themer/extensions/woocommerce/modules/fl-woo-product-meta\";i:2878;s:140:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/beaver-themer/extensions/woocommerce/modules/fl-woo-product-tabs/includes\";i:286;s:134:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/beaver-themer/extensions/woocommerce/modules/fl-woo-product-tabs/js\";i:76;s:131:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/beaver-themer/extensions/woocommerce/modules/fl-woo-product-tabs\";i:1276;s:142:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/beaver-themer/extensions/woocommerce/modules/fl-woo-product-images/includes\";i:207;s:137:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/beaver-themer/extensions/woocommerce/modules/fl-woo-product-images/css\";i:269;s:133:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/beaver-themer/extensions/woocommerce/modules/fl-woo-product-images\";i:1873;s:147:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/beaver-themer/extensions/woocommerce/modules/fl-woo-product-description/includes\";i:165;s:138:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/beaver-themer/extensions/woocommerce/modules/fl-woo-product-description\";i:1625;s:142:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/beaver-themer/extensions/woocommerce/modules/fl-woo-product-rating/includes\";i:718;s:137:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/beaver-themer/extensions/woocommerce/modules/fl-woo-product-rating/css\";i:178;s:133:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/beaver-themer/extensions/woocommerce/modules/fl-woo-product-rating\";i:3689;s:141:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/beaver-themer/extensions/woocommerce/modules/fl-woo-product-price/includes\";i:473;s:136:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/beaver-themer/extensions/woocommerce/modules/fl-woo-product-price/css\";i:54;s:132:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/beaver-themer/extensions/woocommerce/modules/fl-woo-product-price\";i:2802;s:144:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/beaver-themer/extensions/woocommerce/modules/fl-woo-related-products/includes\";i:674;s:135:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/beaver-themer/extensions/woocommerce/modules/fl-woo-related-products\";i:2981;s:111:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/beaver-themer/extensions/woocommerce/modules\";i:36357;s:112:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/beaver-themer/extensions/woocommerce/includes\";i:8897;s:111:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/beaver-themer/extensions/woocommerce/classes\";i:25944;s:107:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/beaver-themer/extensions/woocommerce/css\";i:2180;s:103:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/beaver-themer/extensions/woocommerce\";i:74182;s:104:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/beaver-themer/extensions/acf/includes\";i:17514;s:103:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/beaver-themer/extensions/acf/classes\";i:34563;s:98:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/beaver-themer/extensions/acf/js\";i:404;s:95:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/beaver-themer/extensions/acf\";i:53074;s:133:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/beaver-themer/extensions/edd/modules/fl-edd-product-price/includes\";i:740;s:124:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/beaver-themer/extensions/edd/modules/fl-edd-product-price\";i:3014;s:131:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/beaver-themer/extensions/edd/modules/fl-edd-cart-button/includes\";i:853;s:122:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/beaver-themer/extensions/edd/modules/fl-edd-cart-button\";i:2421;s:139:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/beaver-themer/extensions/edd/modules/fl-edd-product-description/includes\";i:223;s:130:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/beaver-themer/extensions/edd/modules/fl-edd-product-description\";i:1676;s:133:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/beaver-themer/extensions/edd/modules/fl-edd-product-title/includes\";i:1098;s:128:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/beaver-themer/extensions/edd/modules/fl-edd-product-title/css\";i:70;s:124:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/beaver-themer/extensions/edd/modules/fl-edd-product-title\";i:3845;s:119:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/beaver-themer/extensions/edd/modules/fl-edd-products\";i:851;s:103:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/beaver-themer/extensions/edd/modules\";i:11807;s:104:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/beaver-themer/extensions/edd/includes\";i:2356;s:103:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/beaver-themer/extensions/edd/classes\";i:12547;s:99:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/beaver-themer/extensions/edd/css\";i:269;s:95:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/beaver-themer/extensions/edd\";i:27682;s:108:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/beaver-themer/extensions/polylang/classes\";i:2192;s:100:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/beaver-themer/extensions/polylang\";i:2563;s:124:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/beaver-themer/extensions/bb-logic/rules/wordpress/classes\";i:15518;s:120:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/beaver-themer/extensions/bb-logic/rules/wordpress/src\";i:11819;s:122:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/beaver-themer/extensions/bb-logic/rules/wordpress/build\";i:9448;s:116:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/beaver-themer/extensions/bb-logic/rules/wordpress\";i:36785;s:126:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/beaver-themer/extensions/bb-logic/rules/woocommerce/classes\";i:6600;s:122:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/beaver-themer/extensions/bb-logic/rules/woocommerce/src\";i:3525;s:124:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/beaver-themer/extensions/bb-logic/rules/woocommerce/build\";i:3341;s:118:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/beaver-themer/extensions/bb-logic/rules/woocommerce\";i:13466;s:118:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/beaver-themer/extensions/bb-logic/rules/acf/classes\";i:3555;s:114:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/beaver-themer/extensions/bb-logic/rules/acf/src\";i:1313;s:116:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/beaver-themer/extensions/bb-logic/rules/acf/build\";i:1590;s:110:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/beaver-themer/extensions/bb-logic/rules/acf\";i:6458;s:122:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/beaver-themer/extensions/bb-logic/rules/browser/classes\";i:1606;s:118:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/beaver-themer/extensions/bb-logic/rules/browser/src\";i:808;s:120:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/beaver-themer/extensions/bb-logic/rules/browser/build\";i:1166;s:114:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/beaver-themer/extensions/bb-logic/rules/browser\";i:3580;s:106:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/beaver-themer/extensions/bb-logic/rules\";i:60289;s:132:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/beaver-themer/extensions/bb-logic/editors/beaver-builder/includes\";i:289;s:131:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/beaver-themer/extensions/bb-logic/editors/beaver-builder/classes\";i:3721;s:147:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/beaver-themer/extensions/bb-logic/editors/beaver-builder/src/components/renderer\";i:1416;s:138:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/beaver-themer/extensions/bb-logic/editors/beaver-builder/src/components\";i:1416;s:127:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/beaver-themer/extensions/bb-logic/editors/beaver-builder/src\";i:3469;s:129:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/beaver-themer/extensions/bb-logic/editors/beaver-builder/build\";i:134092;s:123:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/beaver-themer/extensions/bb-logic/editors/beaver-builder\";i:141571;s:130:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/beaver-themer/extensions/bb-logic/editors/beaver-themer/classes\";i:5385;s:146:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/beaver-themer/extensions/bb-logic/editors/beaver-themer/src/components/renderer\";i:2446;s:137:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/beaver-themer/extensions/bb-logic/editors/beaver-themer/src/components\";i:2446;s:126:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/beaver-themer/extensions/bb-logic/editors/beaver-themer/src\";i:3482;s:128:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/beaver-themer/extensions/bb-logic/editors/beaver-themer/build\";i:133547;s:122:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/beaver-themer/extensions/bb-logic/editors/beaver-themer\";i:142414;s:108:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/beaver-themer/extensions/bb-logic/editors\";i:283985;s:113:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/beaver-themer/extensions/bb-logic/rest/classes\";i:12220;s:105:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/beaver-themer/extensions/bb-logic/rest\";i:12220;s:113:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/beaver-themer/extensions/bb-logic/core/classes\";i:14100;s:126:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/beaver-themer/extensions/bb-logic/core/src/api/form-presets\";i:3187;s:113:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/beaver-themer/extensions/bb-logic/core/src/api\";i:7601;s:125:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/beaver-themer/extensions/bb-logic/core/src/components/rule\";i:3747;s:127:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/beaver-themer/extensions/bb-logic/core/src/components/button\";i:401;s:126:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/beaver-themer/extensions/bb-logic/core/src/components/icons\";i:386;s:131:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/beaver-themer/extensions/bb-logic/core/src/components/rule-group\";i:1187;s:126:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/beaver-themer/extensions/bb-logic/core/src/components/field\";i:12925;s:135:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/beaver-themer/extensions/bb-logic/core/src/components/error-boundary\";i:455;s:146:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/beaver-themer/extensions/bb-logic/core/src/components/higher-order/with-request\";i:1334;s:133:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/beaver-themer/extensions/bb-logic/core/src/components/higher-order\";i:1334;s:130:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/beaver-themer/extensions/bb-logic/core/src/components/rule-form\";i:4298;s:120:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/beaver-themer/extensions/bb-logic/core/src/components\";i:24733;s:114:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/beaver-themer/extensions/bb-logic/core/src/i18n\";i:365;s:109:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/beaver-themer/extensions/bb-logic/core/src\";i:36543;s:111:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/beaver-themer/extensions/bb-logic/core/build\";i:620766;s:105:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/beaver-themer/extensions/bb-logic/core\";i:671409;s:100:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/beaver-themer/extensions/bb-logic\";i:1028382;s:111:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/beaver-themer/extensions/white-label/classes\";i:2411;s:103:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/beaver-themer/extensions/white-label\";i:2731;s:131:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/beaver-themer/extensions/bigcommerce/modules/fl-bc-products-grid\";i:760;s:141:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/beaver-themer/extensions/bigcommerce/modules/fl-bc-product-rating/includes\";i:1359;s:132:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/beaver-themer/extensions/bigcommerce/modules/fl-bc-product-rating\";i:2519;s:142:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/beaver-themer/extensions/bigcommerce/modules/fl-bc-product-reviews/includes\";i:2450;s:137:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/beaver-themer/extensions/bigcommerce/modules/fl-bc-product-reviews/css\";i:172;s:136:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/beaver-themer/extensions/bigcommerce/modules/fl-bc-product-reviews/js\";i:1801;s:133:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/beaver-themer/extensions/bigcommerce/modules/fl-bc-product-reviews\";i:9587;s:136:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/beaver-themer/extensions/bigcommerce/modules/fl-bc-cart-form/includes\";i:3690;s:131:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/beaver-themer/extensions/bigcommerce/modules/fl-bc-cart-form/css\";i:158;s:127:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/beaver-themer/extensions/bigcommerce/modules/fl-bc-cart-form\";i:5696;s:146:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/beaver-themer/extensions/bigcommerce/modules/fl-bc-product-description/includes\";i:452;s:141:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/beaver-themer/extensions/bigcommerce/modules/fl-bc-product-description/css\";i:78;s:137:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/beaver-themer/extensions/bigcommerce/modules/fl-bc-product-description\";i:2328;s:143:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/beaver-themer/extensions/bigcommerce/modules/fl-bc-related-products/includes\";i:3287;s:138:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/beaver-themer/extensions/bigcommerce/modules/fl-bc-related-products/css\";i:94;s:134:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/beaver-themer/extensions/bigcommerce/modules/fl-bc-related-products\";i:6843;s:140:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/beaver-themer/extensions/bigcommerce/modules/fl-bc-product-title/includes\";i:516;s:131:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/beaver-themer/extensions/bigcommerce/modules/fl-bc-product-title\";i:2170;s:140:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/beaver-themer/extensions/bigcommerce/modules/fl-bc-product-specs/includes\";i:1974;s:135:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/beaver-themer/extensions/bigcommerce/modules/fl-bc-product-specs/css\";i:85;s:131:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/beaver-themer/extensions/bigcommerce/modules/fl-bc-product-specs\";i:4950;s:140:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/beaver-themer/extensions/bigcommerce/modules/fl-bc-product-price/includes\";i:1651;s:131:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/beaver-themer/extensions/bigcommerce/modules/fl-bc-product-price\";i:3627;s:141:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/beaver-themer/extensions/bigcommerce/modules/fl-bc-product-images/includes\";i:644;s:136:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/beaver-themer/extensions/bigcommerce/modules/fl-bc-product-images/css\";i:81;s:132:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/beaver-themer/extensions/bigcommerce/modules/fl-bc-product-images\";i:2008;s:111:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/beaver-themer/extensions/bigcommerce/modules\";i:40488;s:112:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/beaver-themer/extensions/bigcommerce/includes\";i:14095;s:111:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/beaver-themer/extensions/bigcommerce/classes\";i:23297;s:108:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/beaver-themer/extensions/bigcommerce/data\";i:37639;s:107:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/beaver-themer/extensions/bigcommerce/css\";i:570;s:117:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/beaver-themer/extensions/bigcommerce/settings/cart\";i:2088;s:120:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/beaver-themer/extensions/bigcommerce/settings/ratings\";i:2000;s:118:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/beaver-themer/extensions/bigcommerce/settings/price\";i:1537;s:112:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/beaver-themer/extensions/bigcommerce/settings\";i:8460;s:103:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/beaver-themer/extensions/bigcommerce\";i:125469;s:104:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/beaver-themer/extensions/wpml/classes\";i:3216;s:96:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/beaver-themer/extensions/wpml\";i:3519;s:159:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/beaver-themer/extensions/the-events-calendar/modules/fl-the-events-calendar-details/includes\";i:58;s:150:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/beaver-themer/extensions/the-events-calendar/modules/fl-the-events-calendar-details\";i:1023;s:157:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/beaver-themer/extensions/the-events-calendar/modules/fl-the-events-calendar-venue/includes\";i:56;s:148:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/beaver-themer/extensions/the-events-calendar/modules/fl-the-events-calendar-venue\";i:1015;s:155:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/beaver-themer/extensions/the-events-calendar/modules/fl-the-events-calendar-map/includes\";i:296;s:150:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/beaver-themer/extensions/the-events-calendar/modules/fl-the-events-calendar-map/css\";i:138;s:146:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/beaver-themer/extensions/the-events-calendar/modules/fl-the-events-calendar-map\";i:2829;s:159:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/beaver-themer/extensions/the-events-calendar/modules/fl-the-events-calendar-related/includes\";i:98;s:154:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/beaver-themer/extensions/the-events-calendar/modules/fl-the-events-calendar-related/css\";i:82;s:150:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/beaver-themer/extensions/the-events-calendar/modules/fl-the-events-calendar-related\";i:1205;s:152:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/beaver-themer/extensions/the-events-calendar/modules/fl-the-events-calendar-back-link\";i:646;s:161:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/beaver-themer/extensions/the-events-calendar/modules/fl-the-events-calendar-organizer/includes\";i:94;s:152:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/beaver-themer/extensions/the-events-calendar/modules/fl-the-events-calendar-organizer\";i:1081;s:150:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/beaver-themer/extensions/the-events-calendar/modules/fl-the-events-calendar-website\";i:623;s:148:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/beaver-themer/extensions/the-events-calendar/modules/fl-the-events-calendar-posts\";i:839;s:164:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/beaver-themer/extensions/the-events-calendar/modules/fl-the-events-calendar-export-links/includes\";i:1223;s:159:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/beaver-themer/extensions/the-events-calendar/modules/fl-the-events-calendar-export-links/css\";i:91;s:155:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/beaver-themer/extensions/the-events-calendar/modules/fl-the-events-calendar-export-links\";i:4775;s:164:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/beaver-themer/extensions/the-events-calendar/modules/fl-the-events-calendar-archive-view/includes\";i:13294;s:159:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/beaver-themer/extensions/the-events-calendar/modules/fl-the-events-calendar-archive-view/css\";i:4322;s:155:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/beaver-themer/extensions/the-events-calendar/modules/fl-the-events-calendar-archive-view\";i:20101;s:147:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/beaver-themer/extensions/the-events-calendar/modules/fl-the-events-calendar-cost\";i:608;s:163:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/beaver-themer/extensions/the-events-calendar/modules/fl-the-events-calendar-description/includes\";i:22;s:154:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/beaver-themer/extensions/the-events-calendar/modules/fl-the-events-calendar-description\";i:1015;s:161:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/beaver-themer/extensions/the-events-calendar/modules/fl-the-events-calendar-countdown/includes\";i:516;s:156:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/beaver-themer/extensions/the-events-calendar/modules/fl-the-events-calendar-countdown/css\";i:210;s:152:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/beaver-themer/extensions/the-events-calendar/modules/fl-the-events-calendar-countdown\";i:2568;s:159:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/beaver-themer/extensions/the-events-calendar/modules/fl-the-events-calendar-tickets/includes\";i:4184;s:154:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/beaver-themer/extensions/the-events-calendar/modules/fl-the-events-calendar-tickets/css\";i:342;s:153:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/beaver-themer/extensions/the-events-calendar/modules/fl-the-events-calendar-tickets/js\";i:556;s:150:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/beaver-themer/extensions/the-events-calendar/modules/fl-the-events-calendar-tickets\";i:8355;s:159:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/beaver-themer/extensions/the-events-calendar/modules/fl-the-events-calendar-notices/includes\";i:1143;s:154:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/beaver-themer/extensions/the-events-calendar/modules/fl-the-events-calendar-notices/css\";i:100;s:150:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/beaver-themer/extensions/the-events-calendar/modules/fl-the-events-calendar-notices\";i:3045;s:156:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/beaver-themer/extensions/the-events-calendar/modules/fl-the-events-calendar-date-and-time\";i:651;s:148:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/beaver-themer/extensions/the-events-calendar/modules/fl-the-events-calendar-title\";i:729;s:162:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/beaver-themer/extensions/the-events-calendar/modules/fl-the-events-calendar-navigation/includes\";i:534;s:153:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/beaver-themer/extensions/the-events-calendar/modules/fl-the-events-calendar-navigation\";i:2181;s:119:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/beaver-themer/extensions/the-events-calendar/modules\";i:53289;s:120:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/beaver-themer/extensions/the-events-calendar/includes\";i:10581;s:119:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/beaver-themer/extensions/the-events-calendar/classes\";i:23983;s:115:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/beaver-themer/extensions/the-events-calendar/css\";i:1427;s:111:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/beaver-themer/extensions/the-events-calendar\";i:90197;s:91:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/beaver-themer/extensions\";i:1434258;s:85:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/beaver-themer/data\";i:1062939;s:84:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/beaver-themer/css\";i:51346;s:83:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/beaver-themer/js\";i:169812;s:80:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/beaver-themer\";i:4262769;s:81:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/user-switching\";i:92041;s:126:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce-subscriptions/includes/admin/reports/deprecated\";i:3603;s:115:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce-subscriptions/includes/admin/reports\";i:142916;s:113:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce-subscriptions/includes/admin/views\";i:373;s:107:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce-subscriptions/includes/admin\";i:153585;s:108:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce-subscriptions/includes/api/v1\";i:29844;s:112:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce-subscriptions/includes/api/legacy\";i:40492;s:105:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce-subscriptions/includes/api\";i:97131;s:121:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce-subscriptions/includes/payment-retry/admin\";i:13376;s:122:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce-subscriptions/includes/payment-retry/emails\";i:13183;s:127:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce-subscriptions/includes/payment-retry/data-stores\";i:21573;s:115:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce-subscriptions/includes/payment-retry\";i:85163;s:111:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce-subscriptions/includes/switching\";i:180048;s:115:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce-subscriptions/includes/early-renewal\";i:37519;s:110:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce-subscriptions/includes/gateways\";i:5735;s:101:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce-subscriptions/includes\";i:629622;s:102:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce-subscriptions/languages\";i:823938;s:162:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce-subscriptions/vendor/woocommerce/subscriptions-core/includes/admin/meta-boxes/views\";i:8760;s:156:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce-subscriptions/vendor/woocommerce/subscriptions-core/includes/admin/meta-boxes\";i:37471;s:157:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce-subscriptions/vendor/woocommerce/subscriptions-core/includes/admin/debug-tools\";i:8567;s:145:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce-subscriptions/vendor/woocommerce/subscriptions-core/includes/admin\";i:266152;s:149:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce-subscriptions/vendor/woocommerce/subscriptions-core/includes/abstracts\";i:43941;s:150:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce-subscriptions/vendor/woocommerce/subscriptions-core/includes/interfaces\";i:1011;s:146:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce-subscriptions/vendor/woocommerce/subscriptions-core/includes/emails\";i:58009;s:158:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce-subscriptions/vendor/woocommerce/subscriptions-core/includes/upgrades/templates\";i:37286;s:148:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce-subscriptions/vendor/woocommerce/subscriptions-core/includes/upgrades\";i:235315;s:147:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce-subscriptions/vendor/woocommerce/subscriptions-core/includes/privacy\";i:35997;s:151:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce-subscriptions/vendor/woocommerce/subscriptions-core/includes/data-stores\";i:105297;s:146:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce-subscriptions/vendor/woocommerce/subscriptions-core/includes/legacy\";i:48642;s:171:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce-subscriptions/vendor/woocommerce/subscriptions-core/includes/deprecated/deprecation-handlers\";i:11838;s:150:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce-subscriptions/vendor/woocommerce/subscriptions-core/includes/deprecated\";i:46549;s:170:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce-subscriptions/vendor/woocommerce/subscriptions-core/includes/gateways/paypal/includes/admin\";i:18855;s:174:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce-subscriptions/vendor/woocommerce/subscriptions-core/includes/gateways/paypal/includes/abstracts\";i:18108;s:174:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce-subscriptions/vendor/woocommerce/subscriptions-core/includes/gateways/paypal/includes/templates\";i:2842;s:175:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce-subscriptions/vendor/woocommerce/subscriptions-core/includes/gateways/paypal/includes/deprecated\";i:11476;s:164:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce-subscriptions/vendor/woocommerce/subscriptions-core/includes/gateways/paypal/includes\";i:208745;s:155:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce-subscriptions/vendor/woocommerce/subscriptions-core/includes/gateways/paypal\";i:237376;s:148:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce-subscriptions/vendor/woocommerce/subscriptions-core/includes/gateways\";i:255876;s:139:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce-subscriptions/vendor/woocommerce/subscriptions-core/includes\";i:2449980;s:140:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce-subscriptions/vendor/woocommerce/subscriptions-core/languages\";i:768119;s:149:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce-subscriptions/vendor/woocommerce/subscriptions-core/templates/checkout\";i:16625;s:150:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce-subscriptions/vendor/woocommerce/subscriptions-core/templates/myaccount\";i:28016;s:157:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce-subscriptions/vendor/woocommerce/subscriptions-core/templates/admin/deprecated\";i:12163;s:146:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce-subscriptions/vendor/woocommerce/subscriptions-core/templates/admin\";i:26187;s:145:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce-subscriptions/vendor/woocommerce/subscriptions-core/templates/cart\";i:1856;s:153:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce-subscriptions/vendor/woocommerce/subscriptions-core/templates/emails/plain\";i:29743;s:147:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce-subscriptions/vendor/woocommerce/subscriptions-core/templates/emails\";i:61017;s:167:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce-subscriptions/vendor/woocommerce/subscriptions-core/templates/single-product/add-to-cart\";i:8107;s:155:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce-subscriptions/vendor/woocommerce/subscriptions-core/templates/single-product\";i:8107;s:140:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce-subscriptions/vendor/woocommerce/subscriptions-core/templates\";i:142912;s:136:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce-subscriptions/vendor/woocommerce/subscriptions-core/build\";i:12428;s:141:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce-subscriptions/vendor/woocommerce/subscriptions-core/assets/css\";i:31691;s:146:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce-subscriptions/vendor/woocommerce/subscriptions-core/assets/js/admin\";i:239114;s:149:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce-subscriptions/vendor/woocommerce/subscriptions-core/assets/js/frontend\";i:6812;s:140:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce-subscriptions/vendor/woocommerce/subscriptions-core/assets/js\";i:256056;s:144:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce-subscriptions/vendor/woocommerce/subscriptions-core/assets/images\";i:1274169;s:137:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce-subscriptions/vendor/woocommerce/subscriptions-core/assets\";i:1561916;s:130:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce-subscriptions/vendor/woocommerce/subscriptions-core\";i:5032800;s:111:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce-subscriptions/vendor/woocommerce\";i:5032800;s:137:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce-subscriptions/vendor/composer/installers/.github/workflows\";i:4035;s:127:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce-subscriptions/vendor/composer/installers/.github\";i:4035;s:143:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce-subscriptions/vendor/composer/installers/src/Composer/Installers\";i:77612;s:132:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce-subscriptions/vendor/composer/installers/src/Composer\";i:77612;s:123:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce-subscriptions/vendor/composer/installers/src\";i:78080;s:119:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce-subscriptions/vendor/composer/installers\";i:86195;s:108:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce-subscriptions/vendor/composer\";i:160499;s:99:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce-subscriptions/vendor\";i:5194070;s:102:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce-subscriptions/templates\";i:1692;s:103:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce-subscriptions/assets/css\";i:2111;s:108:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce-subscriptions/assets/js/admin\";i:40960;s:102:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce-subscriptions/assets/js\";i:40960;s:99:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce-subscriptions/assets\";i:43071;s:92:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce-subscriptions\";i:6947864;s:120:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/local-delivery-drivers-for-woocommerce/admin/partials\";i:346;s:115:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/local-delivery-drivers-for-woocommerce/admin/css\";i:46953;s:114:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/local-delivery-drivers-for-woocommerce/admin/js\";i:7930;s:111:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/local-delivery-drivers-for-woocommerce/admin\";i:137361;s:114:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/local-delivery-drivers-for-woocommerce/includes\";i:262811;s:115:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/local-delivery-drivers-for-woocommerce/languages\";i:1226970;s:121:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/local-delivery-drivers-for-woocommerce/public/partials\";i:351;s:116:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/local-delivery-drivers-for-woocommerce/public/css\";i:260183;s:115:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/local-delivery-drivers-for-woocommerce/public/js\";i:121614;s:119:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/local-delivery-drivers-for-woocommerce/public/images\";i:362439;s:112:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/local-delivery-drivers-for-woocommerce/public\";i:748812;s:129:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/local-delivery-drivers-for-woocommerce/freemius/includes/debug\";i:2948;s:132:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/local-delivery-drivers-for-woocommerce/freemius/includes/entities\";i:48096;s:132:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/local-delivery-drivers-for-woocommerce/freemius/includes/managers\";i:187585;s:134:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/local-delivery-drivers-for-woocommerce/freemius/includes/customizer\";i:7941;s:138:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/local-delivery-drivers-for-woocommerce/freemius/includes/sdk/Exceptions\";i:3169;s:127:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/local-delivery-drivers-for-woocommerce/freemius/includes/sdk\";i:51825;s:135:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/local-delivery-drivers-for-woocommerce/freemius/includes/supplements\";i:3740;s:123:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/local-delivery-drivers-for-woocommerce/freemius/includes\";i:1640020;s:124:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/local-delivery-drivers-for-woocommerce/freemius/languages\";i:950514;s:143:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/local-delivery-drivers-for-woocommerce/freemius/templates/forms/deactivation\";i:28734;s:130:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/local-delivery-drivers-for-woocommerce/freemius/templates/forms\";i:173394;s:141:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/local-delivery-drivers-for-woocommerce/freemius/templates/account/partials\";i:51640;s:132:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/local-delivery-drivers-for-woocommerce/freemius/templates/account\";i:66778;s:130:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/local-delivery-drivers-for-woocommerce/freemius/templates/debug\";i:14061;s:132:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/local-delivery-drivers-for-woocommerce/freemius/templates/connect\";i:4550;s:136:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/local-delivery-drivers-for-woocommerce/freemius/templates/plugin-info\";i:7035;s:133:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/local-delivery-drivers-for-woocommerce/freemius/templates/partials\";i:4959;s:127:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/local-delivery-drivers-for-woocommerce/freemius/templates/js\";i:26057;s:124:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/local-delivery-drivers-for-woocommerce/freemius/templates\";i:527014;s:125:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/local-delivery-drivers-for-woocommerce/freemius/assets/img\";i:20704;s:131:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/local-delivery-drivers-for-woocommerce/freemius/assets/css/admin\";i:60893;s:125:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/local-delivery-drivers-for-woocommerce/freemius/assets/css\";i:64070;s:124:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/local-delivery-drivers-for-woocommerce/freemius/assets/js\";i:10689;s:121:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/local-delivery-drivers-for-woocommerce/freemius/assets\";i:95550;s:114:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/local-delivery-drivers-for-woocommerce/freemius\";i:3285273;s:105:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/local-delivery-drivers-for-woocommerce\";i:5735284;s:115:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/all-in-one-seo-pack/dist/Lite/assets/link-format\";i:59406;s:107:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/all-in-one-seo-pack/dist/Lite/assets/svg\";i:9286;s:107:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/all-in-one-seo-pack/dist/Lite/assets/css\";i:697299;s:106:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/all-in-one-seo-pack/dist/Lite/assets/js\";i:3340307;s:110:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/all-in-one-seo-pack/dist/Lite/assets/images\";i:506842;s:103:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/all-in-one-seo-pack/dist/Lite/assets\";i:9109701;s:96:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/all-in-one-seo-pack/dist/Lite\";i:9307186;s:91:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/all-in-one-seo-pack/dist\";i:9307186;s:140:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/all-in-one-seo-pack/vendor_prefixed/monolog/monolog/src/Monolog/Formatter\";i:47979;s:153:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/all-in-one-seo-pack/vendor_prefixed/monolog/monolog/src/Monolog/Handler/FingersCrossed\";i:3418;s:143:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/all-in-one-seo-pack/vendor_prefixed/monolog/monolog/src/Monolog/Handler/Curl\";i:1459;s:148:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/all-in-one-seo-pack/vendor_prefixed/monolog/monolog/src/Monolog/Handler/SyslogUdp\";i:1426;s:144:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/all-in-one-seo-pack/vendor_prefixed/monolog/monolog/src/Monolog/Handler/Slack\";i:8087;s:138:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/all-in-one-seo-pack/vendor_prefixed/monolog/monolog/src/Monolog/Handler\";i:229755;s:140:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/all-in-one-seo-pack/vendor_prefixed/monolog/monolog/src/Monolog/Processor\";i:18663;s:130:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/all-in-one-seo-pack/vendor_prefixed/monolog/monolog/src/Monolog\";i:342631;s:122:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/all-in-one-seo-pack/vendor_prefixed/monolog/monolog/src\";i:342631;s:118:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/all-in-one-seo-pack/vendor_prefixed/monolog/monolog\";i:346056;s:110:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/all-in-one-seo-pack/vendor_prefixed/monolog\";i:346056;s:123:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/all-in-one-seo-pack/vendor_prefixed/psr/log/Psr/Log/Test\";i:9218;s:118:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/all-in-one-seo-pack/vendor_prefixed/psr/log/Psr/Log\";i:20754;s:114:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/all-in-one-seo-pack/vendor_prefixed/psr/log/Psr\";i:20754;s:110:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/all-in-one-seo-pack/vendor_prefixed/psr/log\";i:22456;s:106:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/all-in-one-seo-pack/vendor_prefixed/psr\";i:22456;s:102:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/all-in-one-seo-pack/vendor_prefixed\";i:368512;s:96:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/all-in-one-seo-pack/languages\";i:894276;s:125:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/all-in-one-seo-pack/vendor/jwhennessey/phpinsight/examples\";i:754;s:136:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/all-in-one-seo-pack/vendor/jwhennessey/phpinsight/lib/PHPInsight/data\";i:551034;s:144:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/all-in-one-seo-pack/vendor/jwhennessey/phpinsight/lib/PHPInsight/dictionaries\";i:370305;s:131:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/all-in-one-seo-pack/vendor/jwhennessey/phpinsight/lib/PHPInsight\";i:932739;s:120:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/all-in-one-seo-pack/vendor/jwhennessey/phpinsight/lib\";i:932829;s:116:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/all-in-one-seo-pack/vendor/jwhennessey/phpinsight\";i:935754;s:105:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/all-in-one-seo-pack/vendor/jwhennessey\";i:935754;s:140:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/all-in-one-seo-pack/vendor/woocommerce/action-scheduler/classes/abstracts\";i:75715;s:140:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/all-in-one-seo-pack/vendor/woocommerce/action-scheduler/classes/schedules\";i:10729;s:138:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/all-in-one-seo-pack/vendor/woocommerce/action-scheduler/classes/actions\";i:2769;s:140:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/all-in-one-seo-pack/vendor/woocommerce/action-scheduler/classes/migration\";i:25683;s:142:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/all-in-one-seo-pack/vendor/woocommerce/action-scheduler/classes/data-stores\";i:90102;s:137:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/all-in-one-seo-pack/vendor/woocommerce/action-scheduler/classes/WP_CLI\";i:19518;s:137:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/all-in-one-seo-pack/vendor/woocommerce/action-scheduler/classes/schema\";i:7503;s:130:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/all-in-one-seo-pack/vendor/woocommerce/action-scheduler/classes\";i:309808;s:133:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/all-in-one-seo-pack/vendor/woocommerce/action-scheduler/deprecated\";i:13295;s:142:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/all-in-one-seo-pack/vendor/woocommerce/action-scheduler/lib/cron-expression\";i:33205;s:126:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/all-in-one-seo-pack/vendor/woocommerce/action-scheduler/lib\";i:37013;s:122:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/all-in-one-seo-pack/vendor/woocommerce/action-scheduler\";i:421451;s:105:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/all-in-one-seo-pack/vendor/woocommerce\";i:421451;s:102:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/all-in-one-seo-pack/vendor/composer\";i:81867;s:93:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/all-in-one-seo-pack/vendor\";i:1439843;s:95:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/all-in-one-seo-pack/app/init\";i:11689;s:111:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/all-in-one-seo-pack/app/Common/Admin/Notices\";i:42078;s:103:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/all-in-one-seo-pack/app/Common/Admin\";i:128287;s:110:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/all-in-one-seo-pack/app/Common/Sitemap/Html\";i:38047;s:111:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/all-in-one-seo-pack/app/Common/Sitemap/Image\";i:16909;s:105:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/all-in-one-seo-pack/app/Common/Sitemap\";i:162688;s:126:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/all-in-one-seo-pack/app/Common/Schema/Graphs/KnowledgeGraph\";i:3873;s:119:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/all-in-one-seo-pack/app/Common/Schema/Graphs/WebPage\";i:7310;s:118:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/all-in-one-seo-pack/app/Common/Schema/Graphs/Traits\";i:2785;s:119:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/all-in-one-seo-pack/app/Common/Schema/Graphs/Article\";i:7009;s:111:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/all-in-one-seo-pack/app/Common/Schema/Graphs\";i:25223;s:104:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/all-in-one-seo-pack/app/Common/Schema\";i:52673;s:103:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/all-in-one-seo-pack/app/Common/Utils\";i:179106;s:102:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/all-in-one-seo-pack/app/Common/Help\";i:1695;s:110:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/all-in-one-seo-pack/app/Common/Integrations\";i:8858;s:115:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/all-in-one-seo-pack/app/Common/Views/admin/posts\";i:415;s:115:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/all-in-one-seo-pack/app/Common/Views/admin/terms\";i:344;s:109:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/all-in-one-seo-pack/app/Common/Views/admin\";i:12989;s:109:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/all-in-one-seo-pack/app/Common/Views/parts\";i:1324;s:108:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/all-in-one-seo-pack/app/Common/Views/main\";i:6802;s:116:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/all-in-one-seo-pack/app/Common/Views/sitemap/html\";i:7643;s:125:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/all-in-one-seo-pack/app/Common/Views/sitemap/xsl/templates\";i:5592;s:124:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/all-in-one-seo-pack/app/Common/Views/sitemap/xsl/partials\";i:5707;s:115:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/all-in-one-seo-pack/app/Common/Views/sitemap/xsl\";i:26253;s:115:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/all-in-one-seo-pack/app/Common/Views/sitemap/xml\";i:4009;s:111:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/all-in-one-seo-pack/app/Common/Views/sitemap\";i:38374;s:103:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/all-in-one-seo-pack/app/Common/Views\";i:59489;s:115:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/all-in-one-seo-pack/app/Common/Standalone/Blocks\";i:1601;s:121:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/all-in-one-seo-pack/app/Common/Standalone/PageBuilders\";i:15992;s:108:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/all-in-one-seo-pack/app/Common/Standalone\";i:73124;s:114:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/all-in-one-seo-pack/app/Common/SearchStatistics\";i:24219;s:109:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/all-in-one-seo-pack/app/Common/Breadcrumbs\";i:44649;s:102:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/all-in-one-seo-pack/app/Common/Core\";i:4340;s:103:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/all-in-one-seo-pack/app/Common/Tools\";i:38478;s:114:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/all-in-one-seo-pack/app/Common/Api/Integrations\";i:3217;s:101:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/all-in-one-seo-pack/app/Common/Api\";i:101172;s:102:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/all-in-one-seo-pack/app/Common/Main\";i:91546;s:104:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/all-in-one-seo-pack/app/Common/Models\";i:44680;s:102:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/all-in-one-seo-pack/app/Common/Meta\";i:49661;s:112:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/all-in-one-seo-pack/app/Common/Traits/Helpers\";i:151497;s:104:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/all-in-one-seo-pack/app/Common/Traits\";i:201095;s:105:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/all-in-one-seo-pack/app/Common/Options\";i:62257;s:119:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/all-in-one-seo-pack/app/Common/ImportExport/YoastSeo\";i:39804;s:119:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/all-in-one-seo-pack/app/Common/ImportExport/SeoPress\";i:39123;s:119:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/all-in-one-seo-pack/app/Common/ImportExport/RankMath\";i:41048;s:110:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/all-in-one-seo-pack/app/Common/ImportExport\";i:135528;s:107:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/all-in-one-seo-pack/app/Common/Migration\";i:114139;s:104:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/all-in-one-seo-pack/app/Common/Social\";i:41808;s:97:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/all-in-one-seo-pack/app/Common\";i:1633538;s:109:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/all-in-one-seo-pack/app/Lite/Admin/Notices\";i:2502;s:101:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/all-in-one-seo-pack/app/Lite/Admin\";i:18985;s:101:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/all-in-one-seo-pack/app/Lite/Utils\";i:716;s:101:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/all-in-one-seo-pack/app/Lite/Views\";i:51656;s:99:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/all-in-one-seo-pack/app/Lite/Api\";i:1853;s:100:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/all-in-one-seo-pack/app/Lite/Main\";i:2578;s:102:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/all-in-one-seo-pack/app/Lite/Traits\";i:2712;s:103:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/all-in-one-seo-pack/app/Lite/Options\";i:1784;s:95:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/all-in-one-seo-pack/app/Lite\";i:80284;s:90:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/all-in-one-seo-pack/app\";i:1748279;s:86:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/all-in-one-seo-pack\";i:13810704;s:116:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woo-variation-gallery/includes/getwooplugins/html\";i:11607;s:115:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woo-variation-gallery/includes/getwooplugins/css\";i:22187;s:114:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woo-variation-gallery/includes/getwooplugins/js\";i:54649;s:111:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woo-variation-gallery/includes/getwooplugins\";i:158993;s:97:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woo-variation-gallery/includes\";i:286934;s:100:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woo-variation-gallery/fonts/slick\";i:7472;s:94:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woo-variation-gallery/fonts\";i:7472;s:98:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woo-variation-gallery/languages\";i:23618;s:98:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woo-variation-gallery/templates\";i:11510;s:99:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woo-variation-gallery/assets/css\";i:312156;s:98:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woo-variation-gallery/assets/js\";i:197871;s:95:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woo-variation-gallery/assets\";i:510027;s:101:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woo-variation-gallery/images/slick\";i:4133;s:95:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woo-variation-gallery/images\";i:4133;s:88:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woo-variation-gallery\";i:872457;s:91:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wpmudev-updates/includes\";i:520129;s:107:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wpmudev-updates/tests/phpunit/multi-site\";i:576;s:108:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wpmudev-updates/tests/phpunit/single-site\";i:2272;s:101:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wpmudev-updates/tests/phpunit/data\";i:34206;s:96:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wpmudev-updates/tests/phpunit\";i:47711;s:88:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wpmudev-updates/tests\";i:47711;s:87:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wpmudev-updates/keys\";i:426;s:91:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wpmudev-updates/language\";i:85045;s:115:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wpmudev-updates/template/sui/dashboard-templates\";i:40528;s:115:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wpmudev-updates/template/sui/permission-settings\";i:9384;s:115:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wpmudev-updates/template/sui/whitelabel-settings\";i:21289;s:109:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wpmudev-updates/template/sui/data-settings\";i:6475;s:116:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wpmudev-updates/template/sui/element-project-info\";i:24615;s:95:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wpmudev-updates/template/sui\";i:352011;s:91:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wpmudev-updates/template\";i:352011;s:96:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wpmudev-updates/shared-ui/img\";i:34459;s:97:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wpmudev-updates/shared-ui/font\";i:525706;s:92:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wpmudev-updates/shared-ui\";i:683024;s:95:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wpmudev-updates/assets/fonts\";i:519679;s:108:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wpmudev-updates/assets/src/scss/widget-ui\";i:19508;s:107:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wpmudev-updates/assets/src/scss/admin-ui\";i:62346;s:108:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wpmudev-updates/assets/src/scss/shared-ui\";i:2126;s:98:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wpmudev-updates/assets/src/scss\";i:107243;s:111:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wpmudev-updates/assets/src/js/admin/settings\";i:1025;s:102:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wpmudev-updates/assets/src/js/admin\";i:104824;s:103:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wpmudev-updates/assets/src/js/upsell\";i:1828;s:114:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wpmudev-updates/assets/src/js/widget/components\";i:12363;s:125:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wpmudev-updates/assets/src/js/widget/views/overview/charts\";i:5980;s:118:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wpmudev-updates/assets/src/js/widget/views/overview\";i:8865;s:114:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wpmudev-updates/assets/src/js/widget/views/rows\";i:3502;s:109:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wpmudev-updates/assets/src/js/widget/views\";i:20600;s:111:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wpmudev-updates/assets/src/js/widget/helpers\";i:2210;s:103:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wpmudev-updates/assets/src/js/widget\";i:40140;s:106:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wpmudev-updates/assets/src/js/changelog\";i:1489;s:96:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wpmudev-updates/assets/src/js\";i:152963;s:93:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wpmudev-updates/assets/src\";i:260206;s:93:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wpmudev-updates/assets/css\";i:1664831;s:92:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wpmudev-updates/assets/js\";i:3338004;s:103:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wpmudev-updates/assets/images/upsell\";i:23661;s:113:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wpmudev-updates/assets/images/onboarding/login\";i:9539;s:122:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wpmudev-updates/assets/images/onboarding/team-selection\";i:8521;s:107:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wpmudev-updates/assets/images/onboarding\";i:57486;s:102:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wpmudev-updates/assets/images/tools\";i:13659;s:107:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wpmudev-updates/assets/images/highlights\";i:41523;s:96:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wpmudev-updates/assets/images\";i:515756;s:89:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wpmudev-updates/assets\";i:6298476;s:102:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wpmudev-updates/lib/PHPSecLib/Crypt\";i:155193;s:101:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wpmudev-updates/lib/PHPSecLib/Math\";i:135216;s:96:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wpmudev-updates/lib/PHPSecLib\";i:290409;s:86:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wpmudev-updates/lib\";i:290409;s:82:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wpmudev-updates\";i:8331820;s:86:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/redirection/modules\";i:17130;s:90:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/redirection/locale/json\";i:1530797;s:85:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/redirection/locale\";i:5870920;s:82:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/redirection/api\";i:59026;s:86:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/redirection/matches\";i:21115;s:94:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/redirection/database/schema\";i:22541;s:87:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/redirection/database\";i:39310;s:86:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/redirection/actions\";i:5574;s:89:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/redirection/models/log\";i:18233;s:89:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/redirection/models/url\";i:28804;s:94:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/redirection/models/redirect\";i:42118;s:85:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/redirection/models\";i:167057;s:85:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/redirection/fileio\";i:16292;s:85:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/redirection/images\";i:5548;s:78:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/redirection\";i:6998883;s:120:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce-product-bundles/includes/modules/abstract\";i:1623;s:139:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce-product-bundles/includes/modules/bundle-sells/includes/admin\";i:7117;s:133:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce-product-bundles/includes/modules/bundle-sells/includes\";i:44788;s:149:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce-product-bundles/includes/modules/bundle-sells/templates/single-product\";i:1419;s:134:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce-product-bundles/includes/modules/bundle-sells/templates\";i:1419;s:124:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce-product-bundles/includes/modules/bundle-sells\";i:47693;s:140:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce-product-bundles/includes/modules/min-max-items/includes/admin\";i:2763;s:134:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce-product-bundles/includes/modules/min-max-items/includes\";i:25903;s:125:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce-product-bundles/includes/modules/min-max-items\";i:26946;s:111:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce-product-bundles/includes/modules\";i:78190;s:141:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce-product-bundles/includes/admin/analytics/reports/revenue/stats\";i:22993;s:135:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce-product-bundles/includes/admin/analytics/reports/revenue\";i:49447;s:133:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce-product-bundles/includes/admin/analytics/reports/stock\";i:24811;s:127:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce-product-bundles/includes/admin/analytics/reports\";i:77431;s:119:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce-product-bundles/includes/admin/analytics\";i:99326;s:116:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce-product-bundles/includes/admin/import\";i:9697;s:117:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce-product-bundles/includes/admin/reports\";i:6168;s:126:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce-product-bundles/includes/admin/meta-boxes/views\";i:4035;s:120:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce-product-bundles/includes/admin/meta-boxes\";i:72455;s:115:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce-product-bundles/includes/admin/views\";i:3500;s:116:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce-product-bundles/includes/admin/export\";i:9892;s:109:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce-product-bundles/includes/admin\";i:268748;s:110:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce-product-bundles/includes/blocks\";i:5337;s:107:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce-product-bundles/includes/api\";i:71321;s:107:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce-product-bundles/includes/cli\";i:1676;s:108:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce-product-bundles/includes/data\";i:50512;s:125:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce-product-bundles/includes/compatibility/modules\";i:174043;s:122:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce-product-bundles/includes/compatibility/core\";i:16439;s:117:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce-product-bundles/includes/compatibility\";i:211148;s:103:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce-product-bundles/includes\";i:1279612;s:104:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce-product-bundles/languages\";i:81407;s:109:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce-product-bundles/templates/cart\";i:883;s:123:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce-product-bundles/templates/composited-product\";i:3637;s:131:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce-product-bundles/templates/single-product/add-to-cart\";i:6734;s:119:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce-product-bundles/templates/single-product\";i:25045;s:104:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce-product-bundles/templates\";i:29565;s:112:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce-product-bundles/assets/dist/admin\";i:98989;s:115:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce-product-bundles/assets/dist/frontend\";i:10258;s:106:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce-product-bundles/assets/dist\";i:109247;s:107:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce-product-bundles/assets/fonts\";i:26842;s:111:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce-product-bundles/assets/css/admin\";i:48019;s:114:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce-product-bundles/assets/css/frontend\";i:57112;s:105:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce-product-bundles/assets/css\";i:105131;s:110:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce-product-bundles/assets/js/admin\";i:287538;s:113:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce-product-bundles/assets/js/frontend\";i:144438;s:104:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce-product-bundles/assets/js\";i:431976;s:101:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce-product-bundles/assets\";i:673196;s:94:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce-product-bundles\";i:2182129;s:123:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/activecampaign-subscription-forms/activecampaign-api-php\";i:62196;s:132:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/activecampaign-subscription-forms/activecampaign-form-block/fonts\";i:181492;s:132:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/activecampaign-subscription-forms/activecampaign-form-block/build\";i:38130;s:126:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/activecampaign-subscription-forms/activecampaign-form-block\";i:224616;s:100:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/activecampaign-subscription-forms\";i:1156446;s:66:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins\";i:446621424;}','yes');
INSERT INTO `wplc_options` VALUES (87745,'woocommerce_integration-agechecker_settings','a:30:{s:14:\"settings_hider\";s:0:\"\";s:13:\"workflow_type\";s:14:\"before_payment\";s:3:\"key\";s:32:\"SxBY1dDjU6eA0GqnSRVaBqUuu0pRRiEH\";s:6:\"secret\";s:0:\"\";s:10:\"store_name\";s:18:\"Düb Delivery Club\";s:7:\"element\";s:12:\"#place_order\";s:18:\"set_status_pending\";s:17:\"do_not_set_status\";s:19:\"set_status_accepted\";s:17:\"do_not_set_status\";s:17:\"set_status_denied\";s:17:\"do_not_set_status\";s:19:\"set_status_disabled\";s:17:\"do_not_set_status\";s:18:\"set_status_blocked\";s:17:\"do_not_set_status\";s:19:\"excluded_categories\";s:0:\"\";s:15:\"categories_mode\";s:7:\"exclude\";s:15:\"excluded_groups\";s:0:\"\";s:11:\"groups_mode\";s:7:\"exclude\";s:17:\"excluded_shipping\";s:0:\"\";s:16:\"excluded_payment\";s:0:\"\";s:9:\"min_total\";s:4:\"0.00\";s:4:\"page\";s:8:\"checkout\";s:10:\"enable_all\";s:15:\"dont_enable_all\";s:15:\"script_location\";s:4:\"head\";s:16:\"category_apikeys\";s:2:\"{}\";s:12:\"apikeys_list\";s:15:\"default_api_key\";s:13:\"client_config\";s:0:\"\";s:13:\"before_script\";s:0:\"\";s:11:\"load_script\";s:0:\"\";s:9:\"tag_order\";s:8:\"tag_none\";s:17:\"set_customer_role\";s:15:\"do_not_set_role\";s:17:\"role_find_account\";s:5:\"false\";s:15:\"enable_noscript\";s:15:\"enable_noscript\";}','yes');
INSERT INTO `wplc_options` VALUES (88648,'litespeed.conf._version','5.2.1','yes');
INSERT INTO `wplc_options` VALUES (90410,'age_gate_updated_from','2.21.2','yes');
INSERT INTO `wplc_options` VALUES (90411,'age_gate_restrictions','a:14:{s:11:\"default_age\";s:2:\"21\";s:4:\"type\";s:3:\"all\";s:9:\"multi_age\";i:0;s:10:\"input_type\";s:7:\"buttons\";s:11:\"date_format\";s:10:\"MM DD YYYY\";s:12:\"button_order\";s:6:\"no-yes\";s:10:\"year_order\";s:8:\"low-high\";s:7:\"stepped\";i:0;s:8:\"remember\";s:1:\"1\";s:15:\"remember_length\";a:2:{s:15:\"remember_length\";s:3:\"365\";s:13:\"remember_time\";s:4:\"days\";}s:19:\"remember_auto_check\";i:0;s:13:\"ignore_logged\";i:0;s:11:\"rechallenge\";s:1:\"1\";s:8:\"redirect\";s:22:\"https://www.google.com\";}','yes');
INSERT INTO `wplc_options` VALUES (90412,'age_gate_appearance','a:22:{s:4:\"logo\";s:0:\"\";s:13:\"disable_title\";b:0;s:7:\"heading\";s:0:\"\";s:16:\"background_color\";s:0:\"\";s:18:\"background_opacity\";i:1;s:4:\"blur\";i:5;s:16:\"background_image\";s:0:\"\";s:19:\"background_position\";a:2:{s:1:\"x\";s:6:\"center\";s:1:\"y\";s:6:\"center\";}s:24:\"background_image_opacity\";i:1;s:16:\"foreground_color\";s:7:\"#ffffff\";s:18:\"foreground_opacity\";i:1;s:10:\"text_color\";s:7:\"#000000\";s:11:\"enqueue_css\";i:1;s:15:\"heading_element\";s:2:\"h1\";s:16:\"headline_element\";s:2:\"h2\";s:20:\"sub_headline_element\";s:1:\"p\";s:15:\"exit_transition\";s:0:\"\";s:8:\"viewport\";i:1;s:14:\"input_auto_tab\";i:0;s:12:\"switch_title\";i:0;s:12:\"custom_title\";s:16:\"Age Verification\";s:9:\"simplebar\";b:0;}','yes');
INSERT INTO `wplc_options` VALUES (90413,'age_gate_messages','a:20:{s:8:\"headline\";s:0:\"\";s:11:\"subheadline\";s:0:\"\";s:14:\"label_remember\";s:11:\"Remember me\";s:10:\"label_aria\";s:36:\"Verify you are over %s years of age?\";s:13:\"label_buttons\";s:29:\"Are you over %s years of age?\";s:9:\"label_yes\";s:3:\"Yes\";s:8:\"label_no\";s:2:\"No\";s:9:\"label_day\";s:3:\"Day\";s:11:\"label_month\";s:5:\"Month\";s:10:\"label_year\";s:4:\"Year\";s:15:\"placeholder_day\";s:2:\"DD\";s:17:\"placeholder_month\";s:2:\"MM\";s:16:\"placeholder_year\";s:4:\"YYYY\";s:12:\"label_submit\";s:6:\"Submit\";s:16:\"label_no_cookies\";s:85:\"Your browser does not support cookies, you may experience problems entering this site\";s:7:\"content\";s:0:\"\";s:13:\"error_invalid\";s:22:\"Your input was invalid\";s:12:\"error_failed\";s:43:\"You are not old enough to view this content\";s:13:\"error_generic\";s:35:\"An error occurred, please try again\";s:10:\"error_date\";s:32:\"The {field} must be a valid date\";}','yes');
INSERT INTO `wplc_options` VALUES (90414,'age_gate_content','a:5:{s:7:\"disable\";a:33:{s:4:\"post\";i:0;s:4:\"page\";i:0;s:10:\"attachment\";i:0;s:8:\"revision\";i:0;s:13:\"nav_menu_item\";i:0;s:10:\"custom_css\";i:0;s:19:\"customize_changeset\";i:0;s:12:\"oembed_cache\";i:0;s:12:\"user_request\";i:0;s:8:\"wp_block\";i:0;s:11:\"wp_template\";i:0;s:16:\"wp_template_part\";i:0;s:16:\"wp_global_styles\";i:0;s:13:\"wp_navigation\";i:0;s:7:\"wpforms\";i:0;s:8:\"seedprod\";i:0;s:7:\"product\";i:0;s:17:\"product_variation\";i:0;s:10:\"shop_order\";i:0;s:17:\"shop_order_refund\";i:0;s:11:\"shop_coupon\";i:0;s:20:\"shop_order_placehold\";i:0;s:8:\"feedback\";i:0;s:19:\"fl-builder-template\";i:0;s:14:\"modula-gallery\";i:0;s:15:\"fl-theme-layout\";i:0;s:11:\"jp_mem_plan\";i:0;s:12:\"jp_pay_order\";i:0;s:14:\"jp_pay_product\";i:0;s:16:\"wp_mainwp_alerts\";i:0;s:20:\"auto-print-templates\";i:0;s:16:\"fl_asst_notation\";i:0;s:16:\"scheduled-action\";i:0;}s:8:\"ancestor\";a:1:{s:4:\"page\";b:0;}s:7:\"inherit\";b:0;i:4;a:1:{s:9:\"error_404\";a:1:{s:7:\"default\";b:0;}}i:3;a:1:{s:9:\"error_404\";a:1:{s:7:\"default\";b:0;}}}','yes');
INSERT INTO `wplc_options` VALUES (90415,'age_gate_advanced','a:17:{s:6:\"method\";s:2:\"js\";s:21:\"disable_ajax_fallback\";b:0;s:17:\"use_local_storage\";b:0;s:5:\"munge\";b:0;s:9:\"in_header\";b:0;s:8:\"js_hooks\";b:0;s:10:\"loader_img\";b:0;s:7:\"preload\";s:1:\"1\";s:5:\"focus\";s:1:\"1\";s:9:\"dev_tools\";s:1:\"1\";s:3:\"rta\";b:0;s:7:\"toolbar\";s:1:\"1\";s:11:\"user_agents\";s:0:\"\";s:9:\"anonymous\";b:0;s:11:\"cookie_name\";s:0:\"\";s:3:\"css\";b:0;s:8:\"css_type\";s:2:\"v2\";}','yes');
INSERT INTO `wplc_options` VALUES (90416,'age_gate_tools','a:5:{s:16:\"disable_age_gate\";b:0;s:11:\"dev_warning\";i:0;s:12:\"dev_endpoint\";b:0;s:8:\"feedback\";b:0;s:12:\"dev_versions\";i:1;}','yes');
INSERT INTO `wplc_options` VALUES (90417,'age_gate_version','3.3.1','yes');
INSERT INTO `wplc_options` VALUES (91487,'wc_square_sandbox_settings','','yes');
INSERT INTO `wplc_options` VALUES (91894,'_transient_wcc_is_new_label_user','yes','yes');
INSERT INTO `wplc_options` VALUES (101347,'siteground_optimizer_heartbeat_post_interval','120','yes');
INSERT INTO `wplc_options` VALUES (101348,'siteground_optimizer_heartbeat_dashboard_interval','0','yes');
INSERT INTO `wplc_options` VALUES (101349,'siteground_optimizer_heartbeat_frontend_interval','0','yes');
INSERT INTO `wplc_options` VALUES (101350,'siteground_optimizer_excluded_lazy_load_media_types','a:9:{i:0;s:15:\"lazyload_mobile\";i:1;s:16:\"lazyload_iframes\";i:2;s:15:\"lazyload_videos\";i:3;s:18:\"lazyload_gravatars\";i:4;s:19:\"lazyload_thumbnails\";i:5;s:19:\"lazyload_responsive\";i:6;s:20:\"lazyload_textwidgets\";i:7;s:19:\"lazyload_shortcodes\";i:8;s:20:\"lazyload_woocommerce\";}','yes');
INSERT INTO `wplc_options` VALUES (101351,'siteground_optimizer_enable_cache','1','yes');
INSERT INTO `wplc_options` VALUES (101352,'siteground_optimizer_autoflush_cache','1','yes');
INSERT INTO `wplc_options` VALUES (101353,'siteground_optimizer_version','7.3.0','yes');
INSERT INTO `wplc_options` VALUES (101356,'siteground_optimizer_update_timestamp','1675344276','yes');
INSERT INTO `wplc_options` VALUES (101362,'sg_security_lock_system_folders','1','yes');
INSERT INTO `wplc_options` VALUES (101363,'sg_security_disable_file_edit','1','yes');
INSERT INTO `wplc_options` VALUES (101364,'sg_security_wp_remove_version','1','yes');
INSERT INTO `wplc_options` VALUES (101365,'sg_security_disable_xml_rpc','1','yes');
INSERT INTO `wplc_options` VALUES (101366,'sg_security_xss_protection','1','yes');
INSERT INTO `wplc_options` VALUES (101367,'sg_security_disable_usernames','1','yes');
INSERT INTO `wplc_options` VALUES (101368,'sg_security_login_attempts','5','yes');
INSERT INTO `wplc_options` VALUES (101369,'sg_security_version','1.4.4','yes');
INSERT INTO `wplc_options` VALUES (101370,'sg_security_update_timestamp','1684338860','yes');
INSERT INTO `wplc_options` VALUES (101371,'sg_security_server_address','35.209.17.89','no');
INSERT INTO `wplc_options` VALUES (101372,'sg_security_login_type','default','yes');
INSERT INTO `wplc_options` VALUES (101373,'sg_security_notification_emails','a:1:{i:0;s:27:\"ftgadmin@ticket.ftghost.net\";}','yes');
INSERT INTO `wplc_options` VALUES (101374,'sg_security_weekly_email_timestamp','1685318423','yes');
INSERT INTO `wplc_options` VALUES (101375,'sg_security_hsts_protection','0','yes');
INSERT INTO `wplc_options` VALUES (101399,'siteground_optimizer_total_unoptimized_images','92','yes');
INSERT INTO `wplc_options` VALUES (101400,'siteground_optimizer_total_non_converted_images','92','yes');
INSERT INTO `wplc_options` VALUES (104073,'sg_security_total_blocked_visits','0','yes');
INSERT INTO `wplc_options` VALUES (104074,'sg_security_total_blocked_logins','0','yes');
INSERT INTO `wplc_options` VALUES (105444,'woocommerce_downloads_deliver_inline','','no');
INSERT INTO `wplc_options` VALUES (125054,'woocommerce_feature_custom_order_tables_enabled','no','yes');
INSERT INTO `wplc_options` VALUES (130535,'mainwp_child_actions_data_checked','1685413826','yes');
INSERT INTO `wplc_options` VALUES (130813,'mainwp_child_actions_saved_number_of_days','30','no');
INSERT INTO `wplc_options` VALUES (132943,'siteground_optimizer_database_optimization','a:0:{}','yes');
INSERT INTO `wplc_options` VALUES (132944,'sgo_install_service','1','yes');
INSERT INTO `wplc_options` VALUES (144539,'mainwp_child_actions_saved_data','a:7:{s:15:\"connected_admin\";s:8:\"ftgadmin\";i:16854678342973;a:7:{s:7:\"context\";s:7:\"plugins\";s:6:\"action\";s:11:\"deactivated\";s:11:\"action_user\";s:13:\"braeden.ellis\";s:7:\"created\";d:1685449834;s:7:\"summary\";s:34:\"\"MainWP Child\" plugin deactivated \";s:9:\"meta_data\";a:3:{s:4:\"name\";s:12:\"MainWP Child\";s:4:\"slug\";s:29:\"mainwp-child/mainwp-child.php\";s:9:\"meta_data\";a:6:{s:7:\"user_id\";i:14;s:12:\"display_name\";s:13:\"Braeden Ellis\";s:11:\"action_user\";s:13:\"braeden.ellis\";s:4:\"role\";s:13:\"administrator\";s:15:\"user_role_label\";s:13:\"Administrator\";s:5:\"agent\";s:0:\"\";}}s:3:\"new\";i:0;}i:16854678342416;a:7:{s:7:\"context\";s:7:\"plugins\";s:6:\"action\";s:11:\"deactivated\";s:11:\"action_user\";s:13:\"braeden.ellis\";s:7:\"created\";d:1685449834;s:7:\"summary\";s:42:\"\"MainWP Child Reports\" plugin deactivated \";s:9:\"meta_data\";a:3:{s:4:\"name\";s:20:\"MainWP Child Reports\";s:4:\"slug\";s:45:\"mainwp-child-reports/mainwp-child-reports.php\";s:9:\"meta_data\";a:6:{s:7:\"user_id\";i:14;s:12:\"display_name\";s:13:\"Braeden Ellis\";s:11:\"action_user\";s:13:\"braeden.ellis\";s:4:\"role\";s:13:\"administrator\";s:15:\"user_role_label\";s:13:\"Administrator\";s:5:\"agent\";s:0:\"\";}}s:3:\"new\";i:0;}i:16854678356213;a:7:{s:7:\"context\";s:7:\"plugins\";s:6:\"action\";s:11:\"deactivated\";s:11:\"action_user\";s:13:\"braeden.ellis\";s:7:\"created\";d:1685449835;s:7:\"summary\";s:43:\"\"Security by CleanTalk\" plugin deactivated \";s:9:\"meta_data\";a:3:{s:4:\"name\";s:21:\"Security by CleanTalk\";s:4:\"slug\";s:55:\"security-malware-firewall/security-malware-firewall.php\";s:9:\"meta_data\";a:6:{s:7:\"user_id\";i:14;s:12:\"display_name\";s:13:\"Braeden Ellis\";s:11:\"action_user\";s:13:\"braeden.ellis\";s:4:\"role\";s:13:\"administrator\";s:15:\"user_role_label\";s:13:\"Administrator\";s:5:\"agent\";s:0:\"\";}}s:3:\"new\";i:0;}i:16854678352042;a:7:{s:7:\"context\";s:7:\"plugins\";s:6:\"action\";s:11:\"deactivated\";s:11:\"action_user\";s:13:\"braeden.ellis\";s:7:\"created\";d:1685449835;s:7:\"summary\";s:41:\"\"SiteGround Migrator\" plugin deactivated \";s:9:\"meta_data\";a:3:{s:4:\"name\";s:19:\"SiteGround Migrator\";s:4:\"slug\";s:43:\"siteground-migrator/siteground-migrator.php\";s:9:\"meta_data\";a:6:{s:7:\"user_id\";i:14;s:12:\"display_name\";s:13:\"Braeden Ellis\";s:11:\"action_user\";s:13:\"braeden.ellis\";s:4:\"role\";s:13:\"administrator\";s:15:\"user_role_label\";s:13:\"Administrator\";s:5:\"agent\";s:0:\"\";}}s:3:\"new\";i:0;}i:16854678355346;a:7:{s:7:\"context\";s:7:\"plugins\";s:6:\"action\";s:11:\"deactivated\";s:11:\"action_user\";s:13:\"braeden.ellis\";s:7:\"created\";d:1685449835;s:7:\"summary\";s:42:\"\"SiteGround Optimizer\" plugin deactivated \";s:9:\"meta_data\";a:3:{s:4:\"name\";s:20:\"SiteGround Optimizer\";s:4:\"slug\";s:31:\"sg-cachepress/sg-cachepress.php\";s:9:\"meta_data\";a:6:{s:7:\"user_id\";i:14;s:12:\"display_name\";s:13:\"Braeden Ellis\";s:11:\"action_user\";s:13:\"braeden.ellis\";s:4:\"role\";s:13:\"administrator\";s:15:\"user_role_label\";s:13:\"Administrator\";s:5:\"agent\";s:0:\"\";}}s:3:\"new\";i:0;}i:16854678364924;a:7:{s:7:\"context\";s:7:\"plugins\";s:6:\"action\";s:11:\"deactivated\";s:11:\"action_user\";s:13:\"braeden.ellis\";s:7:\"created\";d:1685449836;s:7:\"summary\";s:41:\"\"SiteGround Security\" plugin deactivated \";s:9:\"meta_data\";a:3:{s:4:\"name\";s:19:\"SiteGround Security\";s:4:\"slug\";s:27:\"sg-security/sg-security.php\";s:9:\"meta_data\";a:6:{s:7:\"user_id\";i:14;s:12:\"display_name\";s:13:\"Braeden Ellis\";s:11:\"action_user\";s:13:\"braeden.ellis\";s:4:\"role\";s:13:\"administrator\";s:15:\"user_role_label\";s:13:\"Administrator\";s:5:\"agent\";s:0:\"\";}}s:3:\"new\";i:0;}}','yes');
INSERT INTO `wplc_options` VALUES (144579,'wptc-premium-extensions','a:0:{}','no');
INSERT INTO `wplc_options` VALUES (145767,'jetpack_log','a:1:{i:0;a:4:{s:4:\"time\";i:1670268264;s:7:\"user_id\";i:1;s:7:\"blog_id\";i:202985410;s:4:\"code\";s:10:\"disconnect\";}}','no');
INSERT INTO `wplc_options` VALUES (146714,'jetpack_tos_agreed','1','yes');
INSERT INTO `wplc_options` VALUES (146716,'_transient_jetpack_assumed_site_creation_date','2022-02-15 17:30:17','yes');
INSERT INTO `wplc_options` VALUES (146720,'jetpack_unique_registrations','2','yes');
INSERT INTO `wplc_options` VALUES (146803,'woocommerce_setup_jetpack_opted_in','1','yes');
INSERT INTO `wplc_options` VALUES (146848,'jp_sync_retry_after_immediate-send','','no');
INSERT INTO `wplc_options` VALUES (146849,'jp_sync_error_log_immediate-send','a:5:{s:15:\"1670374997.2663\";O:8:\"WP_Error\":3:{s:6:\"errors\";a:1:{s:24:\"concurrent_request_error\";a:1:{i:0;s:53:\"There is another request running for the same blog ID\";}}s:10:\"error_data\";a:1:{s:24:\"concurrent_request_error\";i:400;}s:18:\"\0*\0additional_data\";a:0:{}}s:15:\"1670374997.4541\";O:8:\"WP_Error\":3:{s:6:\"errors\";a:1:{s:24:\"concurrent_request_error\";a:1:{i:0;s:53:\"There is another request running for the same blog ID\";}}s:10:\"error_data\";a:1:{s:24:\"concurrent_request_error\";i:400;}s:18:\"\0*\0additional_data\";a:0:{}}s:15:\"1670374997.6219\";O:8:\"WP_Error\":3:{s:6:\"errors\";a:1:{s:24:\"concurrent_request_error\";a:1:{i:0;s:53:\"There is another request running for the same blog ID\";}}s:10:\"error_data\";a:1:{s:24:\"concurrent_request_error\";i:400;}s:18:\"\0*\0additional_data\";a:0:{}}s:15:\"1670374997.7912\";O:8:\"WP_Error\":3:{s:6:\"errors\";a:1:{s:24:\"concurrent_request_error\";a:1:{i:0;s:53:\"There is another request running for the same blog ID\";}}s:10:\"error_data\";a:1:{s:24:\"concurrent_request_error\";i:400;}s:18:\"\0*\0additional_data\";a:0:{}}s:15:\"1670374998.7323\";O:8:\"WP_Error\":3:{s:6:\"errors\";a:1:{s:24:\"concurrent_request_error\";a:1:{i:0;s:53:\"There is another request running for the same blog ID\";}}s:10:\"error_data\";a:1:{s:24:\"concurrent_request_error\";i:400;}s:18:\"\0*\0additional_data\";a:0:{}}}','yes');
INSERT INTO `wplc_options` VALUES (147076,'monitor_receive_notifications','1','yes');
INSERT INTO `wplc_options` VALUES (147099,'jetpack_sync_settings_dedicated_sync_enabled','1','yes');
INSERT INTO `wplc_options` VALUES (147100,'jetpack_sync_settings_sync_sender_enabled','1','yes');
INSERT INTO `wplc_options` VALUES (147103,'jetpack_constants_sync_checksum','a:33:{s:7:\"ABSPATH\";i:2775258954;s:17:\"ALTERNATE_WP_CRON\";i:634125391;s:16:\"ATOMIC_CLIENT_ID\";i:634125391;s:26:\"AUTOMATIC_UPDATER_DISABLED\";i:634125391;s:15:\"DISABLE_WP_CRON\";i:634125391;s:18:\"DISALLOW_FILE_EDIT\";i:634125391;s:18:\"DISALLOW_FILE_MODS\";i:634125391;s:16:\"EMPTY_TRASH_DAYS\";i:2473281379;s:9:\"FS_METHOD\";i:634125391;s:12:\"IS_PRESSABLE\";i:634125391;s:16:\"JETPACK__VERSION\";i:3180125978;s:11:\"PHP_VERSION\";i:2642017422;s:19:\"WP_ACCESSIBLE_HOSTS\";i:634125391;s:19:\"WP_AUTO_UPDATE_CORE\";i:634125391;s:14:\"WP_CONTENT_DIR\";i:2064363253;s:20:\"WP_CRON_LOCK_TIMEOUT\";i:3994858278;s:8:\"WP_DEBUG\";i:734881840;s:22:\"WP_HTTP_BLOCK_EXTERNAL\";i:634125391;s:19:\"WP_MAX_MEMORY_LIMIT\";i:2267546353;s:15:\"WP_MEMORY_LIMIT\";i:1839787262;s:17:\"WP_POST_REVISIONS\";i:4261170317;s:14:\"WC_PLUGIN_FILE\";i:1017568638;s:10:\"WC_ABSPATH\";i:2751419072;s:18:\"WC_PLUGIN_BASENAME\";i:1149093810;s:10:\"WC_VERSION\";i:3045967425;s:19:\"WOOCOMMERCE_VERSION\";i:3045967425;s:21:\"WC_ROUNDING_PRECISION\";i:498629140;s:25:\"WC_DISCOUNT_ROUNDING_MODE\";i:450215437;s:20:\"WC_TAX_ROUNDING_MODE\";i:2212294583;s:12:\"WC_DELIMITER\";i:2455911554;s:10:\"WC_LOG_DIR\";i:3558301102;s:22:\"WC_SESSION_CACHE_GROUP\";i:4278978988;s:22:\"WC_TEMPLATE_DEBUG_MODE\";i:734881840;}','yes');
INSERT INTO `wplc_options` VALUES (147104,'jetpack_sync_https_history_home_url','a:5:{i:0;s:5:\"https\";i:1;s:4:\"http\";i:2;s:4:\"http\";i:3;s:5:\"https\";i:4;s:5:\"https\";}','yes');
INSERT INTO `wplc_options` VALUES (147105,'jetpack_sync_https_history_main_network_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\";}','yes');

/*!40101 SET SQL_MODE=@OLD_SQL_MODE */;
/*!40014 SET FOREIGN_KEY_CHECKS=@OLD_FOREIGN_KEY_CHECKS */;
/*!40014 SET UNIQUE_CHECKS=@OLD_UNIQUE_CHECKS */;
/*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */;

/*!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 */;

INSERT INTO `wplc_options` VALUES (147106,'jetpack_sync_https_history_site_url','a:5:{i:0;s:4:\"http\";i:1;s:4:\"http\";i:2;s:5:\"https\";i:3;s:5:\"https\";i:4;s:5:\"https\";}','yes');
INSERT INTO `wplc_options` VALUES (147107,'jetpack_sync_settings_full_sync_sender_enabled','1','yes');
INSERT INTO `wplc_options` VALUES (147109,'jetpack_sync_settings_disable','0','yes');
INSERT INTO `wplc_options` VALUES (147111,'jetpack_secrets','a:0:{}','no');
INSERT INTO `wplc_options` VALUES (147113,'jetpack_package_versions','a:5:{s:6:\"backup\";s:5:\"3.0.0\";s:10:\"connection\";s:5:\"2.1.1\";s:4:\"sync\";s:5:\"2.4.0\";s:6:\"search\";s:6:\"0.41.0\";s:10:\"videopress\";s:6:\"0.22.0\";}','yes');
INSERT INTO `wplc_options` VALUES (147116,'jetpack_sync_settings_max_queue_size','5000','yes');
INSERT INTO `wplc_options` VALUES (147117,'jetpack_sync_settings_max_queue_lag','7200','yes');
INSERT INTO `wplc_options` VALUES (147119,'jetpack_sync_settings_dequeue_max_bytes','500000','yes');
INSERT INTO `wplc_options` VALUES (147120,'jetpack_sync_settings_upload_max_bytes','600000','yes');
INSERT INTO `wplc_options` VALUES (147121,'jetpack_sync_settings_upload_max_rows','500','yes');
INSERT INTO `wplc_options` VALUES (147122,'jetpack_sync_settings_sync_wait_time','10','yes');
INSERT INTO `wplc_options` VALUES (147123,'jetpack_sync_settings_sync_wait_threshold','10','yes');
INSERT INTO `wplc_options` VALUES (147124,'jetpack_sync_settings_enqueue_wait_time','1','yes');
INSERT INTO `wplc_options` VALUES (147125,'jetpack_sync_settings_queue_max_writes_sec','100','yes');
INSERT INTO `wplc_options` VALUES (147126,'jetpack_sync_settings_post_types_blacklist','a:37:{i:0;s:10:\"_term_meta\";i:1;s:11:\"ai1ec_event\";i:2;s:6:\"ai_log\";i:3;s:17:\"amp_validated_url\";i:4;s:9:\"bwg_album\";i:5;s:11:\"bwg_gallery\";i:6;s:19:\"customize_changeset\";i:7;s:12:\"dn_wp_yt_log\";i:8;s:16:\"flamingo_contact\";i:9;s:16:\"flamingo_inbound\";i:10;s:17:\"flamingo_outbound\";i:11;s:4:\"http\";i:12;s:8:\"idx_page\";i:13;s:19:\"jetpack_inspect_log\";i:14;s:17:\"jetpack_migration\";i:15;s:14:\"jp_img_sitemap\";i:16;s:20:\"jp_img_sitemap_index\";i:17;s:10:\"jp_sitemap\";i:18;s:16:\"jp_sitemap_index\";i:19;s:17:\"jp_sitemap_master\";i:20;s:14:\"jp_vid_sitemap\";i:21;s:20:\"jp_vid_sitemap_index\";i:22;s:11:\"msm_sitemap\";i:23;s:17:\"postman_sent_mail\";i:24;s:10:\"rssap-feed\";i:25;s:15:\"rssmi_feed_item\";i:26;s:16:\"scheduled-action\";i:27;s:20:\"secupress_log_action\";i:28;s:17:\"sg_optimizer_jobs\";i:29;s:14:\"sl-insta-media\";i:30;s:6:\"snitch\";i:31;s:19:\"vip-legacy-redirect\";i:32;s:15:\"wp-rest-api-log\";i:33;s:12:\"wp_automatic\";i:34;s:6:\"wp_log\";i:35;s:17:\"wpephpcompat_jobs\";i:36;s:15:\"wprss_feed_item\";}','yes');
INSERT INTO `wplc_options` VALUES (147128,'jetpack_sync_settings_taxonomies_blacklist','a:149:{i:0;s:9:\"ancestors\";i:1;s:13:\"archives_link\";i:2;s:13:\"attached_file\";i:3;s:14:\"attached_media\";i:4;s:19:\"attached_media_args\";i:5;s:10:\"attachment\";i:6;s:19:\"available_languages\";i:7;s:6:\"avatar\";i:8;s:20:\"avatar_comment_types\";i:9;s:11:\"avatar_data\";i:10;s:10:\"avatar_url\";i:11;s:12:\"bloginfo_rss\";i:12;s:13:\"blogs_of_user\";i:13;s:13:\"bookmark_link\";i:14;s:9:\"bookmarks\";i:15;s:8:\"calendar\";i:16;s:13:\"canonical_url\";i:17;s:19:\"categories_per_page\";i:18;s:19:\"categories_taxonomy\";i:19;s:13:\"category_form\";i:20;s:20:\"category_form_fields\";i:21;s:17:\"category_form_pre\";i:22;s:7:\"comment\";i:23;s:10:\"comment_ID\";i:24;s:14:\"comment_author\";i:25;s:17:\"comment_author_IP\";i:26;s:20:\"comment_author_email\";i:27;s:19:\"comment_author_link\";i:28;s:18:\"comment_author_url\";i:29;s:23:\"comment_author_url_link\";i:30;s:12:\"comment_date\";i:31;s:15:\"comment_excerpt\";i:32;s:12:\"comment_link\";i:33;s:20:\"comment_misc_actions\";i:34;s:12:\"comment_text\";i:35;s:12:\"comment_time\";i:36;s:12:\"comment_type\";i:37;s:13:\"comments_link\";i:38;s:15:\"comments_number\";i:39;s:21:\"comments_pagenum_link\";i:40;s:11:\"custom_logo\";i:41;s:8:\"date_sql\";i:42;s:22:\"default_comment_status\";i:43;s:16:\"delete_post_link\";i:44;s:18:\"edit_bookmark_link\";i:45;s:17:\"edit_comment_link\";i:46;s:14:\"edit_post_link\";i:47;s:13:\"edit_tag_link\";i:48;s:14:\"edit_term_link\";i:49;s:14:\"edit_user_link\";i:50;s:8:\"enclosed\";i:51;s:15:\"feed_build_date\";i:52;s:13:\"form_advanced\";i:53;s:17:\"form_after_editor\";i:54;s:16:\"form_after_title\";i:55;s:21:\"form_before_permalink\";i:56;s:8:\"form_top\";i:57;s:18:\"handle_product_cat\";i:58;s:16:\"header_image_tag\";i:59;s:16:\"header_video_url\";i:60;s:9:\"image_tag\";i:61;s:15:\"image_tag_class\";i:62;s:12:\"lastpostdate\";i:63;s:16:\"lastpostmodified\";i:64;s:4:\"link\";i:65;s:18:\"link_category_form\";i:66;s:25:\"link_category_form_fields\";i:67;s:22:\"link_category_form_pre\";i:68;s:15:\"main_network_id\";i:69;s:5:\"media\";i:70;s:15:\"media_item_args\";i:71;s:7:\"ms_user\";i:72;s:7:\"network\";i:73;s:12:\"object_terms\";i:74;s:6:\"option\";i:75;s:4:\"page\";i:76;s:9:\"page_form\";i:77;s:15:\"page_of_comment\";i:78;s:8:\"page_uri\";i:79;s:12:\"pagenum_link\";i:80;s:5:\"pages\";i:81;s:6:\"plugin\";i:82;s:4:\"post\";i:83;s:14:\"post_galleries\";i:84;s:12:\"post_gallery\";i:85;s:9:\"post_link\";i:86;s:18:\"post_modified_time\";i:87;s:11:\"post_status\";i:88;s:9:\"post_time\";i:89;s:8:\"postmeta\";i:90;s:14:\"posts_per_page\";i:91;s:19:\"product_search_form\";i:92;s:11:\"profile_url\";i:93;s:4:\"pung\";i:94;s:9:\"role_list\";i:95;s:16:\"sample_permalink\";i:96;s:21:\"sample_permalink_html\";i:97;s:8:\"schedule\";i:98;s:11:\"search_form\";i:99;s:12:\"search_query\";i:100;s:9:\"shortlink\";i:101;s:4:\"site\";i:102;s:18:\"site_email_content\";i:103;s:13:\"site_icon_url\";i:104;s:11:\"site_option\";i:105;s:13:\"space_allowed\";i:106;s:3:\"tag\";i:107;s:8:\"tag_form\";i:108;s:15:\"tag_form_fields\";i:109;s:12:\"tag_form_pre\";i:110;s:8:\"tag_link\";i:111;s:4:\"tags\";i:112;s:13:\"tags_per_page\";i:113;s:4:\"term\";i:114;s:9:\"term_link\";i:115;s:18:\"term_relationships\";i:116;s:15:\"term_taxonomies\";i:117;s:13:\"term_taxonomy\";i:118;s:5:\"terms\";i:119;s:10:\"terms_args\";i:120;s:14:\"terms_defaults\";i:121;s:12:\"terms_fields\";i:122;s:13:\"terms_orderby\";i:123;s:23:\"the_archive_description\";i:124;s:17:\"the_archive_title\";i:125;s:14:\"the_categories\";i:126;s:8:\"the_date\";i:127;s:11:\"the_excerpt\";i:128;s:8:\"the_guid\";i:129;s:17:\"the_modified_date\";i:130;s:17:\"the_modified_time\";i:131;s:25:\"the_post_type_description\";i:132;s:8:\"the_tags\";i:133;s:9:\"the_terms\";i:134;s:8:\"the_time\";i:135;s:21:\"theme_starter_content\";i:136;s:7:\"to_ping\";i:137;s:4:\"user\";i:138;s:17:\"user_created_user\";i:139;s:9:\"user_form\";i:140;s:12:\"user_profile\";i:141;s:19:\"user_profile_update\";i:142;s:8:\"usermeta\";i:143;s:12:\"usernumposts\";i:144;s:12:\"users_drafts\";i:145;s:7:\"webhook\";i:146;s:6:\"widget\";i:147;s:19:\"woocommerce_archive\";i:148;s:12:\"wp_title_rss\";}','yes');
INSERT INTO `wplc_options` VALUES (147130,'jetpack_sync_settings_render_filtered_content','0','yes');
INSERT INTO `wplc_options` VALUES (147131,'jetpack_sync_settings_post_meta_whitelist','a:127:{i:0;s:24:\"_feedback_akismet_values\";i:1;s:15:\"_feedback_email\";i:2;s:22:\"_feedback_extra_fields\";i:3;s:21:\"_g_feedback_shortcode\";i:4;s:23:\"_jetpack_post_thumbnail\";i:5;s:25:\"_last_editor_used_jetpack\";i:6;s:18:\"_menu_item_classes\";i:7;s:27:\"_menu_item_menu_item_parent\";i:8;s:17:\"_menu_item_object\";i:9;s:20:\"_menu_item_object_id\";i:10;s:19:\"_menu_item_orphaned\";i:11;s:15:\"_menu_item_type\";i:12;s:14:\"_menu_item_xfn\";i:13;s:24:\"_publicize_facebook_user\";i:14;s:23:\"_publicize_twitter_user\";i:15;s:13:\"_thumbnail_id\";i:16;s:17:\"_wp_attached_file\";i:17;s:27:\"_wp_attachment_backup_sizes\";i:18;s:22:\"_wp_attachment_context\";i:19;s:24:\"_wp_attachment_image_alt\";i:20;s:35:\"_wp_attachment_is_custom_background\";i:21;s:31:\"_wp_attachment_is_custom_header\";i:22;s:23:\"_wp_attachment_metadata\";i:23;s:17:\"_wp_page_template\";i:24;s:30:\"_wp_trash_meta_comments_status\";i:25;s:21:\"_wpas_feature_enabled\";i:26;s:19:\"_wpas_is_tweetstorm\";i:27;s:10:\"_wpas_mess\";i:28;s:13:\"_wpas_options\";i:29;s:24:\"advanced_seo_description\";i:30;s:13:\"content_width\";i:31;s:14:\"custom_css_add\";i:32;s:23:\"custom_css_preprocessor\";i:33;s:9:\"enclosure\";i:34;s:9:\"imagedata\";i:35;s:10:\"nova_price\";i:36;s:17:\"publicize_results\";i:37;s:16:\"sharing_disabled\";i:38;s:18:\"switch_like_status\";i:39;s:15:\"videopress_guid\";i:40;s:18:\"vimeo_poster_image\";i:41;s:28:\"_jetpack_blogging_prompt_key\";i:42;s:11:\"_visibility\";i:43;s:4:\"_sku\";i:44;s:6:\"_price\";i:45;s:14:\"_regular_price\";i:46;s:11:\"_sale_price\";i:47;s:22:\"_sale_price_dates_from\";i:48;s:20:\"_sale_price_dates_to\";i:49;s:11:\"total_sales\";i:50;s:11:\"_tax_status\";i:51;s:10:\"_tax_class\";i:52;s:13:\"_manage_stock\";i:53;s:11:\"_backorders\";i:54;s:18:\"_sold_individually\";i:55;s:7:\"_weight\";i:56;s:7:\"_length\";i:57;s:6:\"_width\";i:58;s:7:\"_height\";i:59;s:11:\"_upsell_ids\";i:60;s:14:\"_crosssell_ids\";i:61;s:14:\"_purchase_note\";i:62;s:19:\"_default_attributes\";i:63;s:19:\"_product_attributes\";i:64;s:8:\"_virtual\";i:65;s:13:\"_downloadable\";i:66;s:15:\"_download_limit\";i:67;s:16:\"_download_expiry\";i:68;s:9:\"_featured\";i:69;s:19:\"_downloadable_files\";i:70;s:16:\"_wc_rating_count\";i:71;s:18:\"_wc_average_rating\";i:72;s:16:\"_wc_review_count\";i:73;s:22:\"_variation_description\";i:75;s:11:\"_file_paths\";i:76;s:22:\"_product_image_gallery\";i:77;s:16:\"_product_version\";i:78;s:12:\"_wp_old_slug\";i:79;s:10:\"_order_key\";i:80;s:15:\"_order_currency\";i:81;s:13:\"_billing_city\";i:82;s:14:\"_billing_state\";i:83;s:17:\"_billing_postcode\";i:84;s:16:\"_billing_country\";i:85;s:14:\"_shipping_city\";i:86;s:15:\"_shipping_state\";i:87;s:18:\"_shipping_postcode\";i:88;s:17:\"_shipping_country\";i:89;s:15:\"_completed_date\";i:90;s:10:\"_paid_date\";i:91;s:14:\"_cart_discount\";i:92;s:18:\"_cart_discount_tax\";i:93;s:15:\"_order_shipping\";i:94;s:19:\"_order_shipping_tax\";i:95;s:10:\"_order_tax\";i:96;s:12:\"_order_total\";i:97;s:15:\"_payment_method\";i:98;s:21:\"_payment_method_title\";i:99;s:12:\"_created_via\";i:100;s:14:\"_order_version\";i:101;s:19:\"_prices_include_tax\";i:102;s:15:\"_date_completed\";i:103;s:10:\"_date_paid\";i:104;s:15:\"_payment_tokens\";i:105;s:22:\"_billing_address_index\";i:106;s:23:\"_shipping_address_index\";i:107;s:15:\"_recorded_sales\";i:108;s:29:\"_recorded_coupon_usage_counts\";i:109;s:29:\"_download_permissions_granted\";i:110;s:20:\"_order_stock_reduced\";i:112;s:14:\"_refund_amount\";i:113;s:12:\"_refunded_by\";i:114;s:14:\"_refund_reason\";i:122;s:25:\"jetpack_memberships_price\";i:123;s:28:\"jetpack_memberships_currency\";i:124;s:35:\"jetpack_memberships_site_subscriber\";i:125;s:14:\"spay_paypal_id\";i:126;s:11:\"spay_status\";i:127;s:15:\"spay_product_id\";i:128;s:13:\"spay_quantity\";i:129;s:10:\"spay_price\";i:130;s:19:\"spay_customer_email\";i:131;s:13:\"spay_currency\";i:132;s:8:\"spay_cta\";i:133;s:10:\"spay_email\";i:134;s:13:\"spay_multiple\";i:135;s:20:\"spay_formatted_price\";}','yes');
INSERT INTO `wplc_options` VALUES (147133,'jetpack_sync_settings_comment_meta_whitelist','a:5:{i:0;s:9:\"hc_avatar\";i:1;s:18:\"hc_foreign_user_id\";i:2;s:10:\"hc_post_as\";i:3;s:15:\"hc_wpcom_id_sig\";i:4;s:6:\"rating\";}','yes');
INSERT INTO `wplc_options` VALUES (147135,'jetpack_sync_settings_max_enqueue_full_sync','100','yes');
INSERT INTO `wplc_options` VALUES (147136,'jetpack_sync_settings_max_queue_size_full_sync','1000','yes');
INSERT INTO `wplc_options` VALUES (147137,'jetpack_sync_settings_sync_via_cron','1','yes');
INSERT INTO `wplc_options` VALUES (147138,'jetpack_sync_settings_cron_sync_time_limit','240','yes');
INSERT INTO `wplc_options` VALUES (147139,'jetpack_sync_settings_known_importers','a:6:{s:16:\"Blogger_Importer\";s:7:\"blogger\";s:13:\"LJ_API_Import\";s:11:\"livejournal\";s:9:\"MT_Import\";s:2:\"mt\";s:10:\"RSS_Import\";s:3:\"rss\";s:20:\"WC_Tax_Rate_Importer\";s:12:\"woo-tax-rate\";s:9:\"WP_Import\";s:9:\"wordpress\";}','yes');
INSERT INTO `wplc_options` VALUES (147140,'jetpack_sync_settings_term_relationships_full_sync_item_size','100','yes');
INSERT INTO `wplc_options` VALUES (147141,'jetpack_sync_settings_full_sync_send_duration','9','yes');
INSERT INTO `wplc_options` VALUES (147142,'jetpack_sync_settings_full_sync_limits','a:5:{s:8:\"comments\";a:2:{s:10:\"chunk_size\";i:100;s:10:\"max_chunks\";i:10;}s:5:\"posts\";a:2:{s:10:\"chunk_size\";i:100;s:10:\"max_chunks\";i:1;}s:18:\"term_relationships\";a:2:{s:10:\"chunk_size\";i:1000;s:10:\"max_chunks\";i:10;}s:5:\"terms\";a:2:{s:10:\"chunk_size\";i:1000;s:10:\"max_chunks\";i:10;}s:5:\"users\";a:2:{s:10:\"chunk_size\";i:100;s:10:\"max_chunks\";i:10;}}','yes');
INSERT INTO `wplc_options` VALUES (147143,'jetpack_sync_settings_checksum_disable','0','yes');
INSERT INTO `wplc_options` VALUES (147187,'jetpack_callables_sync_checksum','a:39:{s:11:\"get_plugins\";i:4193748404;s:10:\"get_themes\";i:3363432414;s:24:\"get_plugins_action_links\";i:2730453751;s:28:\"has_file_system_write_access\";i:4261170317;s:8:\"home_url\";i:752077433;s:16:\"hosting_provider\";i:769900095;s:12:\"is_fse_theme\";i:734881840;s:15:\"is_main_network\";i:734881840;s:13:\"is_multi_site\";i:734881840;s:21:\"is_version_controlled\";i:734881840;s:6:\"locale\";i:110763218;s:17:\"main_network_site\";i:752077433;s:26:\"main_network_site_wpcom_id\";i:3939027999;s:14:\"paused_plugins\";i:223132457;s:13:\"paused_themes\";i:223132457;s:18:\"post_type_features\";i:4068519610;s:10:\"post_types\";i:4214492860;s:27:\"rest_api_allowed_post_types\";i:710265342;s:32:\"rest_api_allowed_public_metadata\";i:3610467939;s:5:\"roles\";i:3285912223;s:10:\"shortcodes\";i:1161300933;s:13:\"site_icon_url\";i:734881840;s:8:\"site_url\";i:752077433;s:10:\"taxonomies\";i:3694967558;s:13:\"theme_support\";i:106221829;s:8:\"timezone\";i:24056537;s:23:\"wp_get_environment_type\";i:1138987844;s:18:\"wp_max_upload_size\";i:3465992232;s:10:\"wp_version\";i:471241623;s:14:\"active_modules\";i:1615197196;s:16:\"single_user_site\";i:734881840;s:7:\"updates\";i:699831508;s:24:\"available_jetpack_blocks\";i:125842751;s:24:\"sso_is_two_step_required\";i:734881840;s:26:\"sso_should_hide_login_form\";i:734881840;s:18:\"sso_match_by_email\";i:4261170317;s:21:\"sso_new_user_override\";i:734881840;s:29:\"sso_bypass_default_login_form\";i:734881840;s:21:\"get_loaded_extensions\";i:276938232;}','no');
INSERT INTO `wplc_options` VALUES (147189,'jetpack_next_sync_time_full-sync-enqueue','1670375021','yes');
INSERT INTO `wplc_options` VALUES (147207,'jetpack_sync_full_status','a:4:{s:7:\"started\";i:1670375011;s:8:\"finished\";i:1670375020;s:8:\"progress\";a:5:{s:7:\"options\";a:1:{s:8:\"finished\";b:1;}s:9:\"functions\";a:1:{s:8:\"finished\";b:1;}s:9:\"constants\";a:1:{s:8:\"finished\";b:1;}s:5:\"users\";a:4:{s:5:\"total\";s:1:\"1\";s:4:\"sent\";i:1;s:8:\"finished\";b:1;s:9:\"last_sent\";s:1:\"1\";}s:15:\"network_options\";a:1:{s:8:\"finished\";b:1;}}s:6:\"config\";a:5:{s:7:\"options\";b:1;s:9:\"functions\";b:1;s:9:\"constants\";b:1;s:5:\"users\";a:1:{i:0;i:1;}s:15:\"network_options\";b:1;}}','no');
INSERT INTO `wplc_options` VALUES (147291,'jetpack_updates_sync_checksum','a:3:{s:14:\"update_plugins\";i:670553231;s:13:\"update_themes\";i:2013071463;s:11:\"update_core\";i:2462461201;}','yes');
INSERT INTO `wplc_options` VALUES (148913,'wpforms_license','a:5:{s:3:\"key\";s:32:\"c464147096832307e29adc45e96c86ce\";s:4:\"type\";s:5:\"elite\";s:10:\"is_expired\";b:1;s:11:\"is_disabled\";b:0;s:10:\"is_invalid\";b:0;}','yes');
INSERT INTO `wplc_options` VALUES (148914,'wpforms_license_updates','1705989606','yes');
INSERT INTO `wplc_options` VALUES (148946,'lddfw_sync_table','3','yes');
INSERT INTO `wplc_options` VALUES (148948,'siteground_optimizer_smart_cache_purge_queue','a:0:{}','yes');
INSERT INTO `wplc_options` VALUES (148952,'lddfw_delivery_drivers_page','1098','yes');
INSERT INTO `wplc_options` VALUES (148953,'lddfw_out_for_delivery_status','wc-out-for-delivery','yes');
INSERT INTO `wplc_options` VALUES (148954,'lddfw_delivered_status','wc-completed','yes');
INSERT INTO `wplc_options` VALUES (148955,'lddfw_failed_attempt_status','wc-failed-delivery','yes');
INSERT INTO `wplc_options` VALUES (148956,'lddfw_driver_assigned_status','wc-driver-assigned','yes');
INSERT INTO `wplc_options` VALUES (148957,'lddfw_processing_status','wc-processing','yes');
INSERT INTO `wplc_options` VALUES (148958,'lddfw_sms_assign_to_driver_template','Hello [delivery_driver_first_name], order #[order_id] with [store_name] has been assigned to you. [delivery_driver_page]','yes');
INSERT INTO `wplc_options` VALUES (148959,'lddfw_sms_out_for_delivery_template','Hello [billing_first_name], status of your order #[order_id] with [store_name] has been changed to [order_status].','yes');
INSERT INTO `wplc_options` VALUES (148960,'lddfw_sms_start_delivery_template','Hello [billing_first_name], the delivery for order #[order_id] with [store_name] has been started. [estimated_time_of_arrival] [tracking_url]','yes');
INSERT INTO `wplc_options` VALUES (148961,'lddfw_whatsapp_assign_to_driver_template','Hello [delivery_driver_first_name], order #[order_id] with [store_name] has been assigned to you. [delivery_driver_page]','yes');
INSERT INTO `wplc_options` VALUES (148962,'lddfw_whatsapp_out_for_delivery_template','Hello [billing_first_name], status of your order #[order_id] with [store_name] has been changed to [order_status].','yes');
INSERT INTO `wplc_options` VALUES (148963,'lddfw_whatsapp_start_delivery_template','Hello [billing_first_name], the delivery for order #[order_id] with [store_name] has been started. [estimated_time_of_arrival] [tracking_url]','yes');
INSERT INTO `wplc_options` VALUES (148964,'lddfw_failed_delivery_reason_1','Refused by the recipient.','yes');
INSERT INTO `wplc_options` VALUES (148965,'lddfw_failed_delivery_reason_2','Incorrect address.','yes');
INSERT INTO `wplc_options` VALUES (148966,'lddfw_failed_delivery_reason_3','Failed delivery attempt.','yes');
INSERT INTO `wplc_options` VALUES (148967,'lddfw_failed_delivery_reason_4','Item Lost.','yes');
INSERT INTO `wplc_options` VALUES (148968,'lddfw_failed_delivery_reason_5','Item damaged.','yes');
INSERT INTO `wplc_options` VALUES (148969,'lddfw_delivery_dropoff_1','Delivered to the customer.','yes');
INSERT INTO `wplc_options` VALUES (148970,'lddfw_delivery_dropoff_2','Left at the front door.','yes');
INSERT INTO `wplc_options` VALUES (148971,'lddfw_delivery_dropoff_3','Left with the neighbor.','yes');
INSERT INTO `wplc_options` VALUES (148985,'_site_transient_timeout_fs_locked_1','1985887592','no');
INSERT INTO `wplc_options` VALUES (148986,'_site_transient_fs_locked_1','1','no');
INSERT INTO `wplc_options` VALUES (165577,'woocommerce_helper_data','a:2:{s:4:\"auth\";a:5:{s:12:\"access_token\";s:40:\"eece00b4569f2958f2585fafc6b7998225d430c5\";s:19:\"access_token_secret\";s:40:\"873060e6a538094ec281f4871067597d7b72e2df\";s:7:\"site_id\";i:1285826;s:7:\"user_id\";i:1;s:7:\"updated\";i:1671300398;}s:14:\"auth_user_data\";a:2:{s:4:\"name\";s:15:\"dubdeliveryclub\";s:5:\"email\";s:22:\"admin@dubdelivery.club\";}}','yes');
INSERT INTO `wplc_options` VALUES (165586,'woocommerce_admin-wc-helper-last-refresh','1705515914','yes');
INSERT INTO `wplc_options` VALUES (165651,'wc_memberships_is_active','yes','yes');
INSERT INTO `wplc_options` VALUES (165655,'wc_memberships_redirect_page_id','1102','yes');
INSERT INTO `wplc_options` VALUES (165656,'wc_memberships_admin_restricted_content_notice','yes','yes');
INSERT INTO `wplc_options` VALUES (165657,'woocommerce_myaccount_members_area_endpoint','members-area','yes');
INSERT INTO `wplc_options` VALUES (165658,'woocommerce_myaccount_profile_fields_area_endpoint','my-profile','yes');
INSERT INTO `wplc_options` VALUES (165659,'wc_memberships_restriction_mode','redirect','yes');
INSERT INTO `wplc_options` VALUES (165660,'wc_memberships_show_excerpts','yes','yes');
INSERT INTO `wplc_options` VALUES (165661,'wc_memberships_excerpt_length','55','yes');
INSERT INTO `wplc_options` VALUES (165662,'wc_memberships_inherit_restrictions','no','yes');
INSERT INTO `wplc_options` VALUES (165663,'wc_memberships_redirect_upon_member_login','site_page','yes');
INSERT INTO `wplc_options` VALUES (165664,'wc_memberships_assign_user_roles_to_members','no','yes');
INSERT INTO `wplc_options` VALUES (165665,'wc_memberships_active_member_user_role','customer','yes');
INSERT INTO `wplc_options` VALUES (165666,'wc_memberships_inactive_member_user_role','customer','yes');
INSERT INTO `wplc_options` VALUES (165667,'wc_memberships_privacy_erasure_request_delete_user_memberships','no','yes');
INSERT INTO `wplc_options` VALUES (165668,'wc_memberships_apply_member_discounts_when_purchasing_membership','no','yes');
INSERT INTO `wplc_options` VALUES (165669,'wc_memberships_allow_cumulative_access_granting_orders','no','yes');
INSERT INTO `wplc_options` VALUES (165670,'wc_memberships_exclude_on_sale_products_from_member_discounts','no','yes');
INSERT INTO `wplc_options` VALUES (165671,'wc_memberships_hide_restricted_products','no','yes');
INSERT INTO `wplc_options` VALUES (165672,'wc_memberships_display_member_login_notice','both','yes');
INSERT INTO `wplc_options` VALUES (165674,'wc_memberships_version','1.25.2','yes');
INSERT INTO `wplc_options` VALUES (165753,'wc_memberships_member_login_redirect_page_id','31','yes');
INSERT INTO `wplc_options` VALUES (165756,'woocommerce_navigation_favorites_tooltip_hidden','yes','yes');
INSERT INTO `wplc_options` VALUES (165759,'wc_memberships_milestone_messages','a:2:{s:23:\"membership-plan-created\";s:42:\"you\'ve created your first membership plan!\";s:23:\"user-membership-created\";s:42:\"you\'ve created your first user membership!\";}','yes');
INSERT INTO `wplc_options` VALUES (165780,'wc_memberships_rules','a:1:{i:0;a:13:{s:2:\"id\";s:18:\"rule_64b571537ad68\";s:18:\"membership_plan_id\";i:1104;s:6:\"active\";s:0:\"\";s:9:\"rule_type\";s:19:\"product_restriction\";s:12:\"content_type\";s:9:\"post_type\";s:17:\"content_type_name\";s:7:\"product\";s:10:\"object_ids\";a:0:{}s:13:\"discount_type\";s:0:\"\";s:15:\"discount_amount\";s:0:\"\";s:11:\"access_type\";s:8:\"purchase\";s:15:\"access_schedule\";s:9:\"immediate\";s:29:\"access_schedule_exclude_trial\";s:2:\"no\";s:9:\"meta_data\";a:0:{}}}','yes');
INSERT INTO `wplc_options` VALUES (167867,'jetpack_next_sync_time_sync','1705287558','yes');
INSERT INTO `wplc_options` VALUES (168149,'woocommerce_flat_rate_9_settings','a:8:{s:5:\"title\";s:14:\"Local Delivery\";s:10:\"tax_status\";s:7:\"taxable\";s:4:\"cost\";s:1:\"0\";s:11:\"class_costs\";s:0:\"\";s:13:\"class_cost_37\";s:1:\"0\";s:13:\"class_cost_75\";s:1:\"0\";s:13:\"no_class_cost\";s:1:\"0\";s:4:\"type\";s:5:\"class\";}','yes');
INSERT INTO `wplc_options` VALUES (168159,'_transient_woocommerce_shipping_task_zone_count_transient','1','yes');
INSERT INTO `wplc_options` VALUES (176251,'woocommerce_subscriptions_enable_early_renewal','yes','yes');
INSERT INTO `wplc_options` VALUES (176291,'woocommerce_subscriptions_add_to_cart_button_text','Sign Up Now','yes');
INSERT INTO `wplc_options` VALUES (176292,'woocommerce_subscriptions_order_button_text','Sign Up Now','yes');
INSERT INTO `wplc_options` VALUES (176293,'woocommerce_subscriptions_subscriber_role','subscriber','yes');
INSERT INTO `wplc_options` VALUES (176294,'woocommerce_subscriptions_cancelled_role','customer','yes');
INSERT INTO `wplc_options` VALUES (176295,'woocommerce_subscriptions_zero_initial_payment_requires_payment','no','yes');
INSERT INTO `wplc_options` VALUES (176296,'woocommerce_subscriptions_drip_downloadable_content_on_renewal','no','yes');
INSERT INTO `wplc_options` VALUES (176297,'woocommerce_subscriptions_max_customer_suspensions','0','yes');
INSERT INTO `wplc_options` VALUES (176298,'woocommerce_subscriptions_enable_retry','no','yes');
INSERT INTO `wplc_options` VALUES (176299,'woocommerce_subscriptions_accept_manual_renewals','yes','yes');
INSERT INTO `wplc_options` VALUES (176300,'woocommerce_subscriptions_turn_off_automatic_payments','no','yes');
INSERT INTO `wplc_options` VALUES (176301,'woocommerce_subscriptions_enable_auto_renewal_toggle','no','yes');
INSERT INTO `wplc_options` VALUES (176302,'woocommerce_subscriptions_enable_early_renewal_via_modal','no','yes');
INSERT INTO `wplc_options` VALUES (176303,'woocommerce_subscriptions_allow_switching','no','yes');
INSERT INTO `wplc_options` VALUES (176304,'woocommerce_subscriptions_apportion_recurring_price','no','yes');
INSERT INTO `wplc_options` VALUES (176305,'woocommerce_subscriptions_apportion_sign_up_fee','no','yes');
INSERT INTO `wplc_options` VALUES (176306,'woocommerce_subscriptions_apportion_length','no','yes');
INSERT INTO `wplc_options` VALUES (176307,'woocommerce_subscriptions_switch_button_text','Upgrade or Downgrade','yes');
INSERT INTO `wplc_options` VALUES (190964,'sg_security_unsuccessful_login','a:3:{s:13:\"38.52.142.149\";a:2:{s:8:\"attempts\";i:1;s:9:\"timestamp\";s:0:\"\";}s:11:\"103.86.3.66\";a:2:{s:8:\"attempts\";i:1;s:9:\"timestamp\";s:0:\"\";}s:13:\"102.219.81.95\";a:2:{s:8:\"attempts\";i:1;s:9:\"timestamp\";s:0:\"\";}}','yes');
INSERT INTO `wplc_options` VALUES (225883,'spbc_scanning_stages','a:8:{s:68:\"CleantalkSP\\SpbctWP\\Scanner\\ScanningStagesModule\\Stages\\GetCmsHashes\";a:2:{s:21:\"expected_count_hashes\";i:0;s:18:\"added_count_hashes\";s:3:\"932\";}s:72:\"CleantalkSP\\SpbctWP\\Scanner\\ScanningStagesModule\\Stages\\GetModulesHashes\";a:4:{s:13:\"count_plugins\";i:50;s:12:\"count_themes\";i:2;s:28:\"count_plugins_without_hashes\";i:11;s:27:\"count_themes_without_hashes\";i:2;}s:74:\"CleantalkSP\\SpbctWP\\Scanner\\ScanningStagesModule\\Stages\\FileSystemAnalysis\";a:1:{s:19:\"scanned_count_files\";i:17295;}s:73:\"CleantalkSP\\SpbctWP\\Scanner\\ScanningStagesModule\\Stages\\GetApprovedHashes\";a:2:{s:21:\"count_approved_hashes\";i:4901;s:27:\"count_approved_hashes_in_db\";i:7;}s:73:\"CleantalkSP\\SpbctWP\\Scanner\\ScanningStagesModule\\Stages\\SignatureAnalysis\";a:4:{s:30:\"total_count_files_for_analysis\";i:0;s:20:\"count_files_to_check\";i:0;s:19:\"scanned_count_files\";i:0;s:8:\"statuses\";a:7:{s:7:\"unknown\";i:0;s:2:\"ok\";i:0;s:7:\"aproved\";i:0;s:14:\"approved_by_ct\";i:0;s:8:\"modified\";i:0;s:8:\"infected\";i:0;s:11:\"quarantined\";i:0;}}s:73:\"CleantalkSP\\SpbctWP\\Scanner\\ScanningStagesModule\\Stages\\HeuristicAnalysis\";a:4:{s:30:\"total_count_files_for_analysis\";i:0;s:20:\"count_files_to_check\";i:0;s:19:\"scanned_count_files\";i:0;s:8:\"statuses\";a:7:{s:7:\"unknown\";i:0;s:2:\"ok\";i:0;s:7:\"aproved\";i:0;s:14:\"approved_by_ct\";i:0;s:8:\"modified\";i:0;s:8:\"infected\";i:0;s:11:\"quarantined\";i:0;}}s:64:\"CleantalkSP\\SpbctWP\\Scanner\\ScanningStagesModule\\Stages\\AutoCure\";a:2:{s:11:\"count_files\";i:0;s:11:\"count_cured\";i:0;}s:72:\"CleantalkSP\\SpbctWP\\Scanner\\ScanningStagesModule\\Stages\\FrontendAnalysis\";a:4:{s:5:\"total\";i:0;s:16:\"total_site_pages\";i:12;s:7:\"success\";i:1;s:9:\"processed\";i:0;}}','yes');
INSERT INTO `wplc_options` VALUES (251399,'sgo_install_service_7_3_0','1','yes');
INSERT INTO `wplc_options` VALUES (262186,'_transient_jetpack_waf_needs_update','1','yes');
INSERT INTO `wplc_options` VALUES (270021,'wc_square_lifecycle_events','[{\"name\":\"upgrade\",\"time\":1676313772,\"version\":\"3.5.0\",\"data\":{\"from_version\":\"3.4.2\"}},{\"name\":\"upgrade\",\"time\":1671644378,\"version\":\"3.4.2\",\"data\":{\"from_version\":\"3.4.1\"}},{\"name\":\"upgrade\",\"time\":1670505851,\"version\":\"3.4.1\",\"data\":{\"from_version\":\"3.4.0\"}},{\"name\":\"upgrade\",\"time\":1670329041,\"version\":\"3.4.0\",\"data\":{\"from_version\":\"3.3.0\"}},{\"name\":\"upgrade\",\"time\":1667999464,\"version\":\"3.3.0\",\"data\":{\"from_version\":\"3.2.0\"}},{\"name\":\"upgrade\",\"time\":1663235925,\"version\":\"3.2.0\",\"data\":{\"from_version\":\"3.1.0\"}},{\"name\":\"upgrade\",\"time\":1662464126,\"version\":\"3.1.0\",\"data\":{\"from_version\":\"2.9.0\"}},{\"name\":\"install\",\"time\":1645456496,\"version\":\"2.9.0\"}]','no');
INSERT INTO `wplc_options` VALUES (273278,'jetpack_waf_needs_update','1','yes');
INSERT INTO `wplc_options` VALUES (273291,'woocommerce_new_product_management_enabled','no','yes');
INSERT INTO `wplc_options` VALUES (287815,'siteground_optimizer_current_version','7.3.1','yes');
INSERT INTO `wplc_options` VALUES (287820,'sg_security_current_version','1.4.5','yes');
INSERT INTO `wplc_options` VALUES (299817,'cleantalk_network_settings','a:11:{s:6:\"apikey\";s:0:\"\";s:32:\"multisite__allow_custom_settings\";i:1;s:20:\"multisite__work_mode\";i:1;s:25:\"multisite__hoster_api_key\";s:0:\"\";s:22:\"multisite__white_label\";i:0;s:35:\"multisite__white_label__plugin_name\";s:22:\"Anti-Spam by CleanTalk\";s:32:\"multisite__use_settings_template\";i:0;s:46:\"multisite__use_settings_template_apply_for_new\";i:0;s:50:\"multisite__use_settings_template_apply_for_current\";i:0;s:61:\"multisite__use_settings_template_apply_for_current_list_sites\";s:0:\"\";i:0;N;}','yes');
INSERT INTO `wplc_options` VALUES (299818,'cleantalk_network_data','a:8:{s:9:\"key_is_ok\";i:0;s:8:\"moderate\";i:0;s:5:\"valid\";i:0;s:10:\"user_token\";s:0:\"\";s:10:\"service_id\";i:0;s:7:\"user_id\";i:0;s:11:\"auto_update\";i:0;i:0;N;}','yes');
INSERT INTO `wplc_options` VALUES (400919,'wc_square_payment_token_migration_complete','1','yes');
INSERT INTO `wplc_options` VALUES (419948,'sgs_install_1_4_4','1','yes');
INSERT INTO `wplc_options` VALUES (441855,'spbc_renew_14','2023-05-30','yes');
INSERT INTO `wplc_options` VALUES (441861,'spbc_fw_update_queue','a:3:{s:7:\"started\";i:1685467091;s:8:\"finished\";s:0:\"\";s:6:\"stages\";a:2:{i:0;a:6:{s:4:\"name\";s:45:\"spbc_security_firewall_update__get_multifiles\";s:6:\"status\";s:8:\"FINISHED\";s:5:\"tries\";i:1;s:14:\"accepted_tries\";i:3;s:4:\"args\";a:0:{}s:3:\"pid\";i:947943449;}i:1;a:7:{s:4:\"name\";s:45:\"spbc_security_firewall_update__download_files\";s:6:\"status\";s:8:\"FINISHED\";s:5:\"tries\";i:3;s:14:\"accepted_tries\";i:3;s:4:\"args\";a:1:{i:0;s:9:\"168430090\";}s:3:\"pid\";i:912463380;s:5:\"error\";a:3:{i:0;s:29:\"Files download not completed.\";i:1;s:29:\"Files download not completed.\";i:2;s:29:\"Files download not completed.\";}}}}','no');
INSERT INTO `wplc_options` VALUES (441976,'wdp_un_flags','a:9:{s:14:\"refresh_remote\";b:0;s:15:\"refresh_profile\";b:0;s:13:\"redirected_v4\";b:1;s:20:\"highlights_dismissed\";b:1;s:11:\"first_setup\";b:0;s:20:\"autoupdate_dashboard\";b:1;s:23:\"enable_auto_translation\";b:0;s:27:\"uninstall_preserve_settings\";b:1;s:19:\"uninstall_keep_data\";b:1;}','no');
INSERT INTO `wplc_options` VALUES (441977,'wdp_un_remote_access','a:5:{s:6:\"userid\";i:1;s:3:\"key\";s:64:\"K5z9lRv8TGV)bUP(lYfOFGF8*o!N2Nw6aqo75U61NnTJt8uY%o^m^FG@Vgeeh5kY\";s:6:\"expire\";i:1701705797;s:7:\"granted\";i:1701273797;s:6:\"logins\";a:1:{i:1701273874;a:2:{s:4:\"name\";s:12:\"Jamil Ashraf\";s:5:\"image\";s:32:\"a3622bc3dad1c28dfd63af534f0437fd\";}}}','no');
INSERT INTO `wplc_options` VALUES (441978,'wdp_un_updates_data','a:5:{s:8:\"projects\";a:18:{i:3953609;a:31:{s:2:\"id\";i:3953609;s:4:\"paid\";s:4:\"paid\";s:4:\"type\";s:6:\"plugin\";s:4:\"name\";s:38:\"Forminator Stripe Subscriptions Add-on\";s:8:\"released\";i:1628782736;s:7:\"updated\";i:1699587560;s:9:\"downloads\";s:5:\"19979\";s:10:\"popularity\";s:4:\"3427\";s:17:\"short_description\";s:124:\"The Stripe subscription add-on lets you collect recurring/subscription payments with Forminator Pro on your WordPress sites.\";s:16:\"long_description\";s:240:\"Add the ability to collect recurring/subscription payments with Forminator. Create Stripe subscription plans directly from your Forminator dashboard and use conditional logic to process any of your payment fields based on form field values.\";s:8:\"features\";a:4:{i:0;s:71:\"Create and manage one-time and recurring Stripe payments in Forminator.\";i:1;s:44:\"Setup products in Forminator within minutes.\";i:2;s:69:\"Offer users a trial period for your product before they start paying.\";i:3;s:75:\"Use conditional logic to process payments based on form input field values.\";}s:7:\"version\";s:5:\"1.0.9\";s:17:\"free_version_slug\";s:0:\"\";s:10:\"autoupdate\";s:1:\"1\";s:6:\"active\";b:1;s:10:\"compatible\";s:0:\"\";s:8:\"requires\";s:2:\"wp\";s:16:\"requires_min_php\";s:3:\"7.4\";s:3:\"url\";s:46:\"https://wpmudev.com/project/forminator-stripe/\";s:9:\"thumbnail\";s:73:\"https://wpmudev.com/wp-content/uploads/2021/08/forminator-stripe-logo.png\";s:16:\"thumbnail_square\";s:79:\"https://wpmudev.com/wp-content/uploads/2021/08/forminator-stripe-logo-90x90.png\";s:15:\"thumbnail_large\";s:73:\"https://wpmudev.com/wp-content/uploads/2021/08/forminator-stripe-logo.png\";s:4:\"icon\";s:57:\"https://wpmudev.com/wp-content/uploads/2021/08/Stripe.png\";s:9:\"banner_1x\";s:66:\"https://wpmudev.com/wp-content/uploads/2022/04/ForminatorAddOn.png\";s:9:\"banner_2x\";s:69:\"https://wpmudev.com/wp-content/uploads/2022/04/ForminatorAddOn@2x.png\";s:5:\"video\";b:0;s:13:\"wp_config_url\";s:51:\"admin.php?page=forminator-settings&section=payments\";s:13:\"ms_config_url\";s:0:\"\";s:7:\"package\";i:0;s:15:\"is_plugin_addon\";b:1;s:6:\"_order\";i:1;}i:4262971;a:31:{s:2:\"id\";i:4262971;s:4:\"paid\";s:4:\"paid\";s:4:\"type\";s:6:\"plugin\";s:4:\"name\";s:31:\"Forminator PDF Generator Add-on\";s:8:\"released\";i:1691653002;s:7:\"updated\";i:1699587549;s:9:\"downloads\";s:4:\"3783\";s:10:\"popularity\";s:4:\"2956\";s:17:\"short_description\";s:112:\"Generate and send PDF files (e.g., form entries, receipts, invoices, quotations) to users after form submission.\";s:16:\"long_description\";s:112:\"Generate and send PDF files (e.g., form entries, receipts, invoices, quotations) to users after form submission.\";s:8:\"features\";a:5:{i:0;s:63:\"No limit on the number of PDFs you can generate for your forms.\";i:1;s:74:\"Generate PDF files in seconds with our easy-to-use pre-designed templates.\";i:2;s:80:\"Send customized email Notifications to admins and visitors with PDF attachments.\";i:3;s:66:\"Download the PDFs of the form submissions on the Submissions page.\";i:4;s:117:\"Generate payment receipts, invoices, and quotations. <span class=\"sui-tag sui-tag-blue sui-tag-sm\">Coming soon</span>\";}s:7:\"version\";s:5:\"1.0.1\";s:17:\"free_version_slug\";s:0:\"\";s:10:\"autoupdate\";s:1:\"1\";s:6:\"active\";b:1;s:10:\"compatible\";s:0:\"\";s:8:\"requires\";s:2:\"wp\";s:16:\"requires_min_php\";s:3:\"7.4\";s:3:\"url\";s:53:\"https://wpmudev.com/project/forminator-pdf-generator/\";s:9:\"thumbnail\";s:67:\"https://wpmudev.com/wp-content/uploads/2023/08/Project-pdf-logo.png\";s:16:\"thumbnail_square\";s:67:\"https://wpmudev.com/wp-content/uploads/2023/08/Project-pdf-logo.png\";s:15:\"thumbnail_large\";s:67:\"https://wpmudev.com/wp-content/uploads/2023/08/Project-pdf-logo.png\";s:4:\"icon\";s:67:\"https://wpmudev.com/wp-content/uploads/2023/08/Project-pdf-logo.png\";s:9:\"banner_1x\";s:59:\"https://wpmudev.com/wp-content/uploads/2023/07/banner-1.png\";s:9:\"banner_2x\";s:60:\"https://wpmudev.com/wp-content/uploads/2023/07/banner@2x.png\";s:5:\"video\";b:0;s:13:\"wp_config_url\";s:0:\"\";s:13:\"ms_config_url\";s:0:\"\";s:7:\"package\";i:0;s:15:\"is_plugin_addon\";b:1;s:6:\"_order\";i:2;}i:4276231;a:31:{s:2:\"id\";i:4276231;s:4:\"paid\";s:4:\"paid\";s:4:\"type\";s:6:\"plugin\";s:4:\"name\";s:29:\"Forminator Geolocation Add-on\";s:8:\"released\";i:1693921360;s:7:\"updated\";i:1699274297;s:9:\"downloads\";s:4:\"2815\";s:10:\"popularity\";s:4:\"1612\";s:17:\"short_description\";s:110:\"Collect your form submitters\' location information, and provide address auto-completion using Google Maps API.\";s:16:\"long_description\";s:110:\"Collect your form submitters\' location information, and provide address auto-completion using Google Maps API.\";s:8:\"features\";a:3:{i:0;s:54:\"Collect and store your users\' geolocation information.\";i:1;s:60:\"Add address auto-suggestion to your forms\' address field(s).\";i:2;s:43:\"See your users\' geolocation on Google Maps.\";}s:7:\"version\";s:3:\"1.1\";s:17:\"free_version_slug\";s:0:\"\";s:10:\"autoupdate\";s:1:\"1\";s:6:\"active\";b:1;s:10:\"compatible\";s:0:\"\";s:8:\"requires\";s:2:\"wp\";s:16:\"requires_min_php\";s:3:\"7.4\";s:3:\"url\";s:51:\"https://wpmudev.com/project/forminator-geolocation/\";s:9:\"thumbnail\";s:67:\"https://wpmudev.com/wp-content/uploads/2023/08/Geolocation-logo.png\";s:16:\"thumbnail_square\";s:67:\"https://wpmudev.com/wp-content/uploads/2023/08/Geolocation-logo.png\";s:15:\"thumbnail_large\";s:67:\"https://wpmudev.com/wp-content/uploads/2023/08/Geolocation-logo.png\";s:4:\"icon\";s:67:\"https://wpmudev.com/wp-content/uploads/2023/08/Geolocation-logo.png\";s:9:\"banner_1x\";s:69:\"https://wpmudev.com/wp-content/uploads/2023/08/Geolocation-banner.png\";s:9:\"banner_2x\";s:72:\"https://wpmudev.com/wp-content/uploads/2023/08/Geolocation-banner@2x.png\";s:5:\"video\";b:0;s:13:\"wp_config_url\";s:0:\"\";s:13:\"ms_config_url\";s:0:\"\";s:7:\"package\";i:0;s:15:\"is_plugin_addon\";b:1;s:6:\"_order\";i:3;}i:119;a:32:{s:2:\"id\";i:119;s:4:\"paid\";s:4:\"free\";s:4:\"type\";s:6:\"plugin\";s:4:\"name\";s:18:\"WPMU DEV Dashboard\";s:8:\"released\";i:1261092923;s:7:\"updated\";i:1700746334;s:9:\"downloads\";s:8:\"11162838\";s:10:\"popularity\";s:6:\"528442\";s:17:\"short_description\";s:80:\"Instant access to brilliant support and one-click plugin and theme installation.\";s:16:\"long_description\";s:188:\"Instant access to expert support and one-click plugin/theme installation. Unlock better security, backups, performance optimization, one-click installations, automated updates and reports.\";s:8:\"features\";a:35:{i:0;s:23:\"One-click installations\";i:1;s:36:\"Hub and Hosting Single Sign-On (SSO)\";i:2;s:19:\"Unbranded analytics\";i:3;s:35:\"Dashboard plugin browse and install\";i:4;s:34:\"Dashboard theme browse and install\";i:5;s:21:\"Simply login to setup\";i:6;s:42:\"Instant Google account login (COMING SOON)\";i:7;s:30:\"Integrated badge notifications\";i:8;s:17:\"One-click updates\";i:9;s:50:\"Enable automatic WPMU DEV Dashboard plugin updates\";i:10;s:28:\"WPMU DEV dashboard news feed\";i:11;s:28:\"Dashboard widget quick links\";i:12;s:25:\"New release notifications\";i:13;s:20:\"Update notifications\";i:14;s:18:\"Membership manager\";i:15;s:34:\"Hide/Remove WPMU DEV hero branding\";i:16;s:18:\"Background updates\";i:17;s:18:\"Hide notifications\";i:18;s:30:\"Limit to Multisite Super Admin\";i:19;s:21:\"See reputation points\";i:20;s:27:\"Built-in conflict avoidance\";i:21;s:39:\"Occasional special membership discounts\";i:22;s:33:\"Participate in WPMU DEV community\";i:23;s:19:\"Access forum search\";i:24;s:22:\"Fast access to Q&amp;A\";i:25;s:39:\"Grant temporary access to support staff\";i:26;s:34:\"Direct links to usage instructions\";i:27;s:35:\"Installed theme version information\";i:28;s:36:\"Installed plugin version information\";i:29;s:22:\"Post support questions\";i:30;s:29:\"System information quick view\";i:31;s:29:\"PHP configuration information\";i:32;s:17:\"MySQL information\";i:33;s:18:\"Server information\";i:34;s:35:\"White label plugin titles and icons\";}s:7:\"version\";s:7:\"4.11.23\";s:17:\"free_version_slug\";s:0:\"\";s:10:\"autoupdate\";s:1:\"1\";s:6:\"active\";b:1;s:10:\"compatible\";s:51:\"WordPress 6.4.2, Multisite 6.4.2, BuddyPress 12.1.1\";s:8:\"requires\";s:2:\"wp\";s:16:\"requires_min_php\";s:3:\"7.4\";s:3:\"url\";s:47:\"https://wpmudev.com/project/wpmu-dev-dashboard/\";s:9:\"thumbnail\";s:68:\"https://wpmudev.com/wp-content/uploads/2009/12/Dashboard-280x158.png\";s:16:\"thumbnail_square\";s:66:\"https://wpmudev.com/wp-content/uploads/2009/12/Dashboard-90x90.png\";s:15:\"thumbnail_large\";s:60:\"https://wpmudev.com/wp-content/uploads/2009/12/Dashboard.png\";s:4:\"icon\";s:62:\"https://wpmudev.com/wp-content/uploads/2009/12/Dashboard-1.png\";s:9:\"banner_1x\";s:58:\"https://wpmudev.com/wp-content/uploads/2022/04/WPMUDEV.png\";s:9:\"banner_2x\";s:61:\"https://wpmudev.com/wp-content/uploads/2022/04/WPMUDEV@2x.png\";s:5:\"video\";s:41:\"//fast.wistia.net/embed/iframe/irz1r2ze9m\";s:13:\"wp_config_url\";s:31:\"admin.php?page=wpmudev-settings\";s:13:\"ms_config_url\";s:31:\"admin.php?page=wpmudev-settings\";s:7:\"package\";i:0;s:15:\"is_plugin_addon\";b:0;s:11:\"screenshots\";a:3:{i:0;a:2:{s:3:\"url\";s:85:\"https://wpmudev.com/wp-content/uploads/projects/119/screenshots/dashboard-support.png\";s:4:\"desc\";s:21:\"Secure support access\";}i:1;a:2:{s:3:\"url\";s:84:\"https://wpmudev.com/wp-content/uploads/projects/119/screenshots/dashboard-access.png\";s:4:\"desc\";s:41:\"Quick access from the WordPress dashboard\";}i:2;a:2:{s:3:\"url\";s:86:\"https://wpmudev.com/wp-content/uploads/projects/119/screenshots/96343734_analitics.png\";s:4:\"desc\";s:19:\"Unbranded Analytics\";}}s:6:\"_order\";i:4;}i:3779636;a:32:{s:2:\"id\";i:3779636;s:4:\"paid\";s:4:\"paid\";s:4:\"type\";s:6:\"plugin\";s:4:\"name\";s:14:\"The Hub Client\";s:8:\"released\";i:1597667386;s:7:\"updated\";i:1703752419;s:9:\"downloads\";s:5:\"42362\";s:10:\"popularity\";s:4:\"5954\";s:17:\"short_description\";s:102:\"White label WPMU DEV and give your clients their own Hub experience on your site, with your branding. \";s:16:\"long_description\";s:182:\"Provide your clients with a completely white label WPMU DEV experience on your own domain. Including everything we offer for you to rebrand and resell, with your own hosting or ours.\";s:8:\"features\";a:7:{i:0;s:30:\"Completely white label The Hub\";i:1;s:31:\"Run entirely on your own domain\";i:2;s:30:\"Control all user access levels\";i:3;s:34:\"Free with your WPMU DEV membership\";i:4;s:39:\"Easy to set up, just install the plugin\";i:5;s:20:\"Use any host (or us)\";i:6;s:51:\"Sell your clients different levels of subscriptions\";}s:7:\"version\";s:5:\"2.1.1\";s:17:\"free_version_slug\";s:0:\"\";s:10:\"autoupdate\";s:1:\"1\";s:6:\"active\";b:1;s:10:\"compatible\";s:0:\"\";s:8:\"requires\";s:2:\"wp\";s:16:\"requires_min_php\";s:3:\"7.4\";s:3:\"url\";s:43:\"https://wpmudev.com/project/the-hub-client/\";s:9:\"thumbnail\";s:76:\"https://wpmudev.com/wp-content/uploads/2020/08/gfx-project-thumb-280x158.png\";s:16:\"thumbnail_square\";s:74:\"https://wpmudev.com/wp-content/uploads/2020/08/gfx-project-thumb-90x90.png\";s:15:\"thumbnail_large\";s:68:\"https://wpmudev.com/wp-content/uploads/2020/08/gfx-project-thumb.png\";s:4:\"icon\";s:63:\"https://wpmudev.com/wp-content/uploads/2020/08/TheHubClient.png\";s:9:\"banner_1x\";s:0:\"\";s:9:\"banner_2x\";s:0:\"\";s:5:\"video\";b:0;s:13:\"wp_config_url\";s:26:\"admin.php?page=wpmudev-hub\";s:13:\"ms_config_url\";s:26:\"admin.php?page=wpmudev-hub\";s:7:\"package\";i:0;s:15:\"is_plugin_addon\";b:0;s:11:\"screenshots\";a:4:{i:0;a:2:{s:3:\"url\";s:80:\"https://wpmudev.com/wp-content/uploads/projects/3779636/screenshots/gfx-hero.png\";s:4:\"desc\";s:0:\"\";}i:1;a:2:{s:3:\"url\";s:82:\"https://wpmudev.com/wp-content/uploads/projects/3779636/screenshots/gfx-styled.png\";s:4:\"desc\";s:0:\"\";}i:2;a:2:{s:3:\"url\";s:87:\"https://wpmudev.com/wp-content/uploads/projects/3779636/screenshots/gfx-user-access.png\";s:4:\"desc\";s:0:\"\";}i:3;a:2:{s:3:\"url\";s:81:\"https://wpmudev.com/wp-content/uploads/projects/3779636/screenshots/gfx-roles.png\";s:4:\"desc\";s:0:\"\";}}s:6:\"_order\";i:5;}i:912164;a:32:{s:2:\"id\";i:912164;s:4:\"paid\";s:4:\"paid\";s:4:\"type\";s:6:\"plugin\";s:4:\"name\";s:9:\"Smush Pro\";s:8:\"released\";i:1416874433;s:7:\"updated\";i:1703075706;s:9:\"downloads\";s:7:\"3067084\";s:10:\"popularity\";s:6:\"413515\";s:17:\"short_description\";s:101:\"User\'s choice, award-winning, and benchmark tested – The best image optimizer plugin for WordPress.\";s:16:\"long_description\";s:223:\"The most installed, and number one image optimization plugin for WordPress. Optimize unlimited images, lazy load, resize, compress, and resolve Google PageSpeed recommendations - all from one simple and intuitive dashboard.\";s:8:\"features\";a:28:{i:0;s:31:\"Double savings with Super-Smush\";i:1;s:28:\"Automatic optimize on upload\";i:2;s:20:\"Smush Pro global CDN\";i:3;s:31:\"Compress huge photos up to 32MB\";i:4;s:29:\"Perfect-fit auto image resize\";i:5;s:33:\"Lazy Loading for offscreen images\";i:6;s:29:\"WebP next-gen file conversion\";i:7;s:31:\"PNG to lossy JPEG smart convert\";i:8;s:34:\"One-click compress existing images\";i:9;s:35:\"Retain rights to every file forever\";i:10;s:29:\"Optimize images in any folder\";i:11;s:34:\"Smush or save original image files\";i:12;s:37:\"Multisite global and subsite settings\";i:13;s:42:\"Lossy compression with little quality loss\";i:14;s:28:\"Amazon S3 plugin integration\";i:15;s:26:\"NextGEN Gallery compatible\";i:16;s:18:\"Preserve EXIF data\";i:17;s:27:\"WP Retina 2x plugin support\";i:18;s:22:\"Envira Gallery Support\";i:19;s:28:\"Avada Fusion Builder Support\";i:20;s:26:\"Dedicated smushing servers\";i:21;s:35:\"HTTPS encrypted browsing compatible\";i:22;s:21:\"WPML media compatible\";i:23;s:20:\"Lossless compression\";i:24;s:39:\"Strip unused colors from indexed images\";i:25;s:30:\"Progress and savings reporting\";i:26;s:26:\"Compress individual images\";i:27;s:32:\"Instant asynchronous compression\";}s:7:\"version\";s:6:\"3.15.3\";s:17:\"free_version_slug\";s:23:\"wp-smushit/wp-smush.php\";s:10:\"autoupdate\";s:1:\"1\";s:6:\"active\";b:1;s:10:\"compatible\";s:66:\"WordPress 6.4.2, Multisite 6.4.2, BuddyPress 12.1.1, Upfront 1.9.4\";s:8:\"requires\";s:2:\"wp\";s:16:\"requires_min_php\";s:3:\"7.4\";s:3:\"url\";s:41:\"https://wpmudev.com/project/wp-smush-pro/\";s:9:\"thumbnail\";s:72:\"https://wpmudev.com/wp-content/uploads/2014/11/Smush_2016_02-280x158.png\";s:16:\"thumbnail_square\";s:70:\"https://wpmudev.com/wp-content/uploads/2014/11/Smush_2016_02-90x90.png\";s:15:\"thumbnail_large\";s:64:\"https://wpmudev.com/wp-content/uploads/2014/11/Smush_2016_02.png\";s:4:\"icon\";s:58:\"https://wpmudev.com/wp-content/uploads/2014/11/Smush-2.png\";s:9:\"banner_1x\";s:58:\"https://wpmudev.com/wp-content/uploads/2014/11/Smush-1.png\";s:9:\"banner_2x\";s:61:\"https://wpmudev.com/wp-content/uploads/2014/11/Smush@2x-1.png\";s:5:\"video\";b:0;s:13:\"wp_config_url\";s:20:\"admin.php?page=smush\";s:13:\"ms_config_url\";s:20:\"admin.php?page=smush\";s:7:\"package\";i:0;s:15:\"is_plugin_addon\";b:0;s:11:\"screenshots\";a:5:{i:0;a:3:{s:3:\"url\";s:60:\"https://wpmudev.com/wp-content/uploads/2014/11/Smush_1-1.png\";s:6:\"url_2x\";s:63:\"https://wpmudev.com/wp-content/uploads/2014/11/Smush_1@2x-1.png\";s:4:\"desc\";s:116:\"The Bulk Smush feature allows you to apply all your enabled features to any uncompressed images with a single click.\";}i:1;a:3:{s:3:\"url\";s:58:\"https://wpmudev.com/wp-content/uploads/2014/11/Smush_2.png\";s:6:\"url_2x\";s:61:\"https://wpmudev.com/wp-content/uploads/2014/11/Smush_2@2x.png\";s:4:\"desc\";s:25:\"Smush Dashboard preview. \";}i:2;a:3:{s:3:\"url\";s:58:\"https://wpmudev.com/wp-content/uploads/2014/11/Smush_3.png\";s:6:\"url_2x\";s:61:\"https://wpmudev.com/wp-content/uploads/2014/11/Smush_3@2x.png\";s:4:\"desc\";s:51:\"Bulk Smush an unlimited number of images at a time.\";}i:3;a:3:{s:3:\"url\";s:58:\"https://wpmudev.com/wp-content/uploads/2014/11/Smush_4.png\";s:6:\"url_2x\";s:61:\"https://wpmudev.com/wp-content/uploads/2014/11/Smush_4@2x.png\";s:4:\"desc\";s:131:\"Super-Smush advanced multi-pass lossy compression increases savings by more than 2x on average without any visible loss in quality.\";}i:4;a:3:{s:3:\"url\";s:58:\"https://wpmudev.com/wp-content/uploads/2014/11/Smush_5.png\";s:6:\"url_2x\";s:61:\"https://wpmudev.com/wp-content/uploads/2014/11/Smush_5@2x.png\";s:4:\"desc\";s:79:\"Lazy Load stops offscreen images from loading until a visitor scrolls to them. \";}}s:6:\"_order\";i:6;}i:1081721;a:32:{s:2:\"id\";i:1081721;s:4:\"paid\";s:4:\"full\";s:4:\"type\";s:6:\"plugin\";s:4:\"name\";s:15:\"Hummingbird Pro\";s:8:\"released\";i:1456236462;s:7:\"updated\";i:1705408425;s:9:\"downloads\";s:7:\"1910501\";s:10:\"popularity\";s:6:\"142678\";s:17:\"short_description\";s:56:\"Everything you need to get your site running super fast.\";s:16:\"long_description\";s:172:\"The all-in-one performance plugin for all users - whether you’re looking for simple, one-click solutions, or to fine-tune your site performance down to the last CSS file.\";s:8:\"features\";a:16:{i:0;s:28:\"Generate performance reports\";i:1;s:30:\"Recommended speed improvements\";i:2;s:15:\"Browser caching\";i:3;s:17:\"Full-page caching\";i:4;s:16:\"Gravatar caching\";i:5;s:11:\"RSS caching\";i:6;s:12:\"Minify files\";i:7;s:13:\"Combine files\";i:8;s:17:\"Set load position\";i:9;s:21:\"Included output graph\";i:10;s:25:\"Simple GZIP configuration\";i:11;s:30:\"Advanced Minification controls\";i:12;s:31:\"Bonus: Sync with Uptime monitor\";i:13;s:32:\"Down and slow load notifications\";i:14;s:23:\"Track average pagespeed\";i:15;s:32:\"Better search engine positioning\";}s:7:\"version\";s:5:\"3.7.2\";s:17:\"free_version_slug\";s:42:\"hummingbird-performance/wp-hummingbird.php\";s:10:\"autoupdate\";s:1:\"1\";s:6:\"active\";b:1;s:10:\"compatible\";s:47:\"WordPress 6.4.2, Multisite 6.4.2, Upfront 1.9.4\";s:8:\"requires\";s:2:\"wp\";s:16:\"requires_min_php\";s:3:\"7.4\";s:3:\"url\";s:43:\"https://wpmudev.com/project/wp-hummingbird/\";s:9:\"thumbnail\";s:70:\"https://wpmudev.com/wp-content/uploads/2016/02/HummingBird-280x158.png\";s:16:\"thumbnail_square\";s:68:\"https://wpmudev.com/wp-content/uploads/2016/02/HummingBird-90x90.png\";s:15:\"thumbnail_large\";s:62:\"https://wpmudev.com/wp-content/uploads/2016/02/HummingBird.png\";s:4:\"icon\";s:62:\"https://wpmudev.com/wp-content/uploads/2016/02/Hummingbird.png\";s:9:\"banner_1x\";s:62:\"https://wpmudev.com/wp-content/uploads/2022/04/Hummingbird.png\";s:9:\"banner_2x\";s:65:\"https://wpmudev.com/wp-content/uploads/2022/04/Hummingbird@2x.png\";s:5:\"video\";b:0;s:13:\"wp_config_url\";s:19:\"admin.php?page=wphb\";s:13:\"ms_config_url\";s:19:\"admin.php?page=wphb\";s:7:\"package\";i:0;s:15:\"is_plugin_addon\";b:0;s:11:\"screenshots\";a:5:{i:0;a:3:{s:3:\"url\";s:64:\"https://wpmudev.com/wp-content/uploads/2016/02/Hummingbird_1.png\";s:6:\"url_2x\";s:67:\"https://wpmudev.com/wp-content/uploads/2016/02/Hummingbird_1@2x.png\";s:4:\"desc\";s:80:\"Automatically optimize your site with “Speedy” or “Basic” optimization. \";}i:1;a:3:{s:3:\"url\";s:64:\"https://wpmudev.com/wp-content/uploads/2016/02/Hummingbird_2.png\";s:6:\"url_2x\";s:67:\"https://wpmudev.com/wp-content/uploads/2016/02/Hummingbird_2@2x.png\";s:4:\"desc\";s:116:\"Uptime monitors your server response time and lets you know when your website is down or too slow for your visitors.\";}i:2;a:3:{s:3:\"url\";s:64:\"https://wpmudev.com/wp-content/uploads/2016/02/Hummingbird_3.png\";s:6:\"url_2x\";s:67:\"https://wpmudev.com/wp-content/uploads/2016/02/Hummingbird_3@2x.png\";s:4:\"desc\";s:108:\"See how well your website currently performs and what can be improved with Hummingbird’s Performance Test.\";}i:3;a:3:{s:3:\"url\";s:64:\"https://wpmudev.com/wp-content/uploads/2016/02/Hummingbird_4.png\";s:6:\"url_2x\";s:67:\"https://wpmudev.com/wp-content/uploads/2016/02/Hummingbird_4@2x.png\";s:4:\"desc\";s:30:\"Hummingbird Dashboard preview.\";}i:4;a:3:{s:3:\"url\";s:64:\"https://wpmudev.com/wp-content/uploads/2016/02/Hummingbird_5.png\";s:6:\"url_2x\";s:67:\"https://wpmudev.com/wp-content/uploads/2016/02/Hummingbird_5@2x.png\";s:4:\"desc\";s:86:\"Enhance your site performance with Hummingbird Caching (Browser, Page, RSS, Gravatar).\";}}s:6:\"_order\";i:7;}i:1081723;a:32:{s:2:\"id\";i:1081723;s:4:\"paid\";s:4:\"full\";s:4:\"type\";s:6:\"plugin\";s:4:\"name\";s:12:\"Defender Pro\";s:8:\"released\";i:1456855142;s:7:\"updated\";i:1705934091;s:9:\"downloads\";s:7:\"1795372\";s:10:\"popularity\";s:6:\"196598\";s:17:\"short_description\";s:104:\"Regular security scans, vulnerability reports, safety recommendations and security tweaks for WordPress.\";s:16:\"long_description\";s:154:\"The one-stop security plugin that keeps your websites safe in a few clicks. Scan, secure, and monitor your sites for hacks from one easy-to-use interface.\";s:8:\"features\";a:20:{i:0;s:21:\"Analyze site security\";i:1;s:30:\"Security tweak recommendations\";i:2;s:27:\"Resolve issues with a click\";i:3;s:31:\"Manual and automatic IP lockout\";i:4;s:18:\"Filterable IP logs\";i:5;s:27:\"Scan core files for changes\";i:6;s:25:\"2-Factor Authentification\";i:7;s:24:\"Customize 2-factor email\";i:8;s:19:\"Vulnerability scans\";i:9;s:14:\"Schedule scans\";i:10;s:28:\"Repair/restore changed files\";i:11;s:25:\"Choose file types to scan\";i:12;s:29:\"Skip files based on file size\";i:13;s:21:\"Receive email reports\";i:14;s:21:\"Set report recipients\";i:15;s:27:\"Google blocklist monitoring\";i:16;s:17:\"Automated backups\";i:17;s:20:\"Full website backups\";i:18;s:13:\"Cloud backups\";i:19;s:30:\"Site interactions with logging\";}s:7:\"version\";s:5:\"4.4.2\";s:17:\"free_version_slug\";s:33:\"defender-security/wp-defender.php\";s:10:\"autoupdate\";s:1:\"1\";s:6:\"active\";b:1;s:10:\"compatible\";s:66:\"WordPress 6.4.2, Multisite 6.4.2, BuddyPress 12.1.1, Upfront 1.9.4\";s:8:\"requires\";s:2:\"wp\";s:16:\"requires_min_php\";s:3:\"7.4\";s:3:\"url\";s:40:\"https://wpmudev.com/project/wp-defender/\";s:9:\"thumbnail\";s:67:\"https://wpmudev.com/wp-content/uploads/2016/02/Defender-280x158.png\";s:16:\"thumbnail_square\";s:65:\"https://wpmudev.com/wp-content/uploads/2016/02/Defender-90x90.png\";s:15:\"thumbnail_large\";s:59:\"https://wpmudev.com/wp-content/uploads/2016/02/Defender.png\";s:4:\"icon\";s:59:\"https://wpmudev.com/wp-content/uploads/2016/03/Defender.png\";s:9:\"banner_1x\";s:59:\"https://wpmudev.com/wp-content/uploads/2022/04/Defender.png\";s:9:\"banner_2x\";s:62:\"https://wpmudev.com/wp-content/uploads/2022/04/Defender@2x.png\";s:5:\"video\";b:0;s:13:\"wp_config_url\";s:26:\"admin.php?page=wp-defender\";s:13:\"ms_config_url\";s:26:\"admin.php?page=wp-defender\";s:7:\"package\";i:0;s:15:\"is_plugin_addon\";b:0;s:11:\"screenshots\";a:5:{i:0;a:3:{s:3:\"url\";s:61:\"https://wpmudev.com/wp-content/uploads/2016/03/Defender_1.png\";s:6:\"url_2x\";s:64:\"https://wpmudev.com/wp-content/uploads/2016/03/Defender_1@2x.png\";s:4:\"desc\";s:27:\"Defender Dashboard preview.\";}i:1;a:3:{s:3:\"url\";s:61:\"https://wpmudev.com/wp-content/uploads/2016/03/Defender_2.png\";s:6:\"url_2x\";s:64:\"https://wpmudev.com/wp-content/uploads/2016/03/Defender_2@2x.png\";s:4:\"desc\";s:80:\"See your latest event logs that showed what has been happening behind the scenes\";}i:2;a:3:{s:3:\"url\";s:61:\"https://wpmudev.com/wp-content/uploads/2016/03/Defender_3.png\";s:6:\"url_2x\";s:64:\"https://wpmudev.com/wp-content/uploads/2016/03/Defender_3@2x.png\";s:4:\"desc\";s:90:\"Add IP addresses you want to permanently ban from, or always allow access to your website.\";}i:3;a:3:{s:3:\"url\";s:61:\"https://wpmudev.com/wp-content/uploads/2016/03/Defender_4.png\";s:6:\"url_2x\";s:64:\"https://wpmudev.com/wp-content/uploads/2016/03/Defender_4@2x.png\";s:4:\"desc\";s:94:\"Catch and remove any suspicious and potentially harmful files with Defender Malware Scanning. \";}i:4;a:3:{s:3:\"url\";s:61:\"https://wpmudev.com/wp-content/uploads/2016/03/Defender_5.png\";s:6:\"url_2x\";s:64:\"https://wpmudev.com/wp-content/uploads/2016/03/Defender_5@2x.png\";s:4:\"desc\";s:150:\"Protect your site against password leak attacks and block logins from users using a known compromised password that exists in database breach records.\";}}s:6:\"_order\";i:8;}i:1107020;a:32:{s:2:\"id\";i:1107020;s:4:\"paid\";s:4:\"paid\";s:4:\"type\";s:6:\"plugin\";s:4:\"name\";s:10:\"Hustle Pro\";s:8:\"released\";i:1471315160;s:7:\"updated\";i:1705487670;s:9:\"downloads\";s:6:\"460728\";s:10:\"popularity\";s:5:\"27813\";s:17:\"short_description\";s:100:\"Grow your business and audience with this super easy, super slick email opt-in and marketing plugin.\";s:16:\"long_description\";s:207:\"Grow your audience with easy-to-create marketing campaigns. Getting leads and growing your following just got easier, thanks to easy-to-build opt-in forms, targeted marketing pop-ups, and designer templates.\";s:8:\"features\";a:12:{i:0;s:59:\"Pop-ups, slide-ins, widgets, embeds, and after post opt-ins\";i:1;s:35:\"All the social share icons you need\";i:2;s:46:\"Easily customize designs with in built editing\";i:3;s:34:\"Color match your brand, like magic\";i:4;s:64:\"Show your stuff in style with smooth built-in display animations\";i:5;s:223:\"Integrate with your favorite providers including: Aweber, MailChimp, Constant Contacts, Sendy, ActiveCampaign, SendInBlue, Hubspot, Infusionsoft, Mad Mimi, ConvertKit, MailerLite, iContact, GetResponse, and Campaign Monitor\";i:6;s:58:\"Manage who sees your hustle with super powerful conditions\";i:7;s:47:\"Track how many times your material is displayed\";i:8;s:42:\"See submissions straight through WordPress\";i:9;s:55:\"Conversion rates overview to make your clients ecstatic\";i:10;s:36:\"Great default layouts to choose from\";i:11;s:25:\"Easy management dashboard\";}s:7:\"version\";s:5:\"7.8.3\";s:17:\"free_version_slug\";s:27:\"wordpress-popup/popover.php\";s:10:\"autoupdate\";s:1:\"1\";s:6:\"active\";b:1;s:10:\"compatible\";s:61:\"WordPress 6.4.2, Multisite 6.4.2, BuddyPress 12.1.1, bbPress \";s:8:\"requires\";s:2:\"wp\";s:16:\"requires_min_php\";s:3:\"7.4\";s:3:\"url\";s:35:\"https://wpmudev.com/project/hustle/\";s:9:\"thumbnail\";s:68:\"https://wpmudev.com/wp-content/uploads/2016/08/hustle-01-280x158.png\";s:16:\"thumbnail_square\";s:66:\"https://wpmudev.com/wp-content/uploads/2016/08/hustle-01-90x90.png\";s:15:\"thumbnail_large\";s:60:\"https://wpmudev.com/wp-content/uploads/2016/08/hustle-01.png\";s:4:\"icon\";s:57:\"https://wpmudev.com/wp-content/uploads/2016/08/Hustle.png\";s:9:\"banner_1x\";s:57:\"https://wpmudev.com/wp-content/uploads/2022/04/Hustle.png\";s:9:\"banner_2x\";s:60:\"https://wpmudev.com/wp-content/uploads/2022/04/Hustle@2x.png\";s:5:\"video\";b:0;s:13:\"wp_config_url\";s:21:\"admin.php?page=hustle\";s:13:\"ms_config_url\";s:0:\"\";s:7:\"package\";i:0;s:15:\"is_plugin_addon\";b:0;s:11:\"screenshots\";a:5:{i:0;a:3:{s:3:\"url\";s:59:\"https://wpmudev.com/wp-content/uploads/2016/08/Hustle_1.png\";s:6:\"url_2x\";s:62:\"https://wpmudev.com/wp-content/uploads/2016/08/Hustle_1@2x.png\";s:4:\"desc\";s:46:\"Choose from our pre-designed pop-up templates.\";}i:1;a:3:{s:3:\"url\";s:59:\"https://wpmudev.com/wp-content/uploads/2016/08/Hustle_2.png\";s:6:\"url_2x\";s:62:\"https://wpmudev.com/wp-content/uploads/2016/08/Hustle_2@2x.png\";s:4:\"desc\";s:40:\"Track pop-up views and conversion rates.\";}i:2;a:3:{s:3:\"url\";s:59:\"https://wpmudev.com/wp-content/uploads/2016/08/Hustle_3.png\";s:6:\"url_2x\";s:62:\"https://wpmudev.com/wp-content/uploads/2016/08/Hustle_3@2x.png\";s:4:\"desc\";s:61:\"Connect and send leads to over 1000 third party applications.\";}i:3;a:3:{s:3:\"url\";s:59:\"https://wpmudev.com/wp-content/uploads/2016/08/Hustle_4.png\";s:6:\"url_2x\";s:62:\"https://wpmudev.com/wp-content/uploads/2016/08/Hustle_4@2x.png\";s:4:\"desc\";s:48:\"Use different triggers to activate your pop-ups.\";}i:4;a:3:{s:3:\"url\";s:59:\"https://wpmudev.com/wp-content/uploads/2016/08/Hustle_5.png\";s:6:\"url_2x\";s:62:\"https://wpmudev.com/wp-content/uploads/2016/08/Hustle_5@2x.png\";s:4:\"desc\";s:84:\"Drive seasonal sales with Black Friday, Valentine, Christmas and New Year templates.\";}}s:6:\"_order\";i:9;}i:2097296;a:32:{s:2:\"id\";i:2097296;s:4:\"paid\";s:4:\"paid\";s:4:\"type\";s:6:\"plugin\";s:4:\"name\";s:14:\"Forminator Pro\";s:8:\"released\";i:1519137568;s:7:\"updated\";i:1704918986;s:9:\"downloads\";s:6:\"733679\";s:10:\"popularity\";s:5:\"70802\";s:17:\"short_description\";s:135:\"Drag and drop WordPress form builder plugin with interactive polls and quizzes for increasing user engagement and building a following.\";s:16:\"long_description\";s:148:\"Interactive forms, polls, and quizzes to increase user engagement. Create new campaigns in minutes with the easy-to-use, drag-and-drop form builder.\";s:8:\"features\";a:42:{i:0;s:31:\"Responsive fit for every screen\";i:1;s:13:\"Developer API\";i:2;s:15:\"Stripe Payments\";i:3;s:18:\"PayPal integration\";i:4;s:22:\"SCA Compliant Payments\";i:5;s:12:\"Calculations\";i:6;s:16:\"Google ReCAPTCHA\";i:7;s:26:\"Drag-and-drop form builder\";i:8;s:26:\"Forms  for every situation\";i:9;s:15:\"+15 Form blocks\";i:10;s:36:\"Email routing and conditional emails\";i:11;s:17:\"Form pre-populate\";i:12;s:22:\"Toggle styling options\";i:13;s:16:\"Campaign Monitor\";i:14;s:7:\"HubSpot\";i:15;s:14:\"ActiveCampaign\";i:16;s:13:\"Google Sheets\";i:17;s:31:\"Zapier (connects to +1000 apps)\";i:18;s:18:\"Trello Integration\";i:19;s:9:\"MailChimp\";i:20;s:6:\"AWeber\";i:21;s:17:\"Interactive polls\";i:22;s:18:\"Pagination options\";i:23;s:23:\"Collect and track stats\";i:24;s:23:\"No wrong answer quizzes\";i:25;s:21:\"Submissions dashboard\";i:26;s:15:\"Knowledge tests\";i:27;s:12:\"Live preview\";i:28;s:15:\"Knowledge tests\";i:29;s:24:\"Gutenberg block included\";i:30;s:10:\"GDPR ready\";i:31;s:13:\"Hidden fields\";i:32;s:27:\"Customized submission forms\";i:33;s:32:\"Schedule form submission reports\";i:34;s:16:\"Privacy settings\";i:35;s:29:\"Advanced email configurations\";i:36;s:35:\"Custom login and registration forms\";i:37;s:37:\"Instant migration from Contact Form 7\";i:38;s:42:\"Pass form data (variables) to another page\";i:39;s:26:\"Add E-signature form field\";i:40;s:35:\"Multiple file, drag and drop upload\";i:41;s:34:\"Advanced Datepicker field settings\";}s:7:\"version\";s:6:\"1.28.1\";s:17:\"free_version_slug\";s:0:\"\";s:10:\"autoupdate\";s:1:\"1\";s:6:\"active\";b:1;s:10:\"compatible\";s:0:\"\";s:8:\"requires\";s:2:\"wp\";s:16:\"requires_min_php\";s:3:\"7.4\";s:3:\"url\";s:43:\"https://wpmudev.com/project/forminator-pro/\";s:9:\"thumbnail\";s:77:\"https://wpmudev.com/wp-content/uploads/2018/02/forminator-feature-280x158.png\";s:16:\"thumbnail_square\";s:75:\"https://wpmudev.com/wp-content/uploads/2018/02/forminator-feature-90x90.png\";s:15:\"thumbnail_large\";s:69:\"https://wpmudev.com/wp-content/uploads/2018/02/forminator-feature.png\";s:4:\"icon\";s:61:\"https://wpmudev.com/wp-content/uploads/2018/02/Forminator.png\";s:9:\"banner_1x\";s:61:\"https://wpmudev.com/wp-content/uploads/2022/04/Forminator.png\";s:9:\"banner_2x\";s:64:\"https://wpmudev.com/wp-content/uploads/2022/04/Forminator@2x.png\";s:5:\"video\";b:0;s:13:\"wp_config_url\";s:25:\"admin.php?page=forminator\";s:13:\"ms_config_url\";s:0:\"\";s:7:\"package\";i:0;s:15:\"is_plugin_addon\";b:0;s:11:\"screenshots\";a:5:{i:0;a:3:{s:3:\"url\";s:63:\"https://wpmudev.com/wp-content/uploads/2018/02/Forminator_1.png\";s:6:\"url_2x\";s:66:\"https://wpmudev.com/wp-content/uploads/2018/02/Forminator_1@2x.png\";s:4:\"desc\";s:64:\"Build a form from scratch or select from our pre-made templates.\";}i:1;a:3:{s:3:\"url\";s:63:\"https://wpmudev.com/wp-content/uploads/2018/02/Forminator_2.png\";s:6:\"url_2x\";s:66:\"https://wpmudev.com/wp-content/uploads/2018/02/Forminator_2@2x.png\";s:4:\"desc\";s:55:\"Build a Hotel Booking and payment form with Forminator.\";}i:2;a:3:{s:3:\"url\";s:63:\"https://wpmudev.com/wp-content/uploads/2018/02/Forminator_3.png\";s:6:\"url_2x\";s:66:\"https://wpmudev.com/wp-content/uploads/2018/02/Forminator_3@2x.png\";s:4:\"desc\";s:25:\"Capture leads in quizzes.\";}i:3;a:3:{s:3:\"url\";s:63:\"https://wpmudev.com/wp-content/uploads/2018/02/Forminator_4.png\";s:6:\"url_2x\";s:66:\"https://wpmudev.com/wp-content/uploads/2018/02/Forminator_4@2x.png\";s:4:\"desc\";s:55:\"Connect and send form data to third party applications.\";}i:4;a:3:{s:3:\"url\";s:63:\"https://wpmudev.com/wp-content/uploads/2018/02/Forminator_5.png\";s:6:\"url_2x\";s:66:\"https://wpmudev.com/wp-content/uploads/2018/02/Forminator_5@2x.png\";s:4:\"desc\";s:50:\"Preview, sort, filter and export form submissions.\";}}s:6:\"_order\";i:10;}i:167;a:32:{s:2:\"id\";i:167;s:4:\"paid\";s:4:\"paid\";s:4:\"type\";s:6:\"plugin\";s:4:\"name\";s:14:\"SmartCrawl Pro\";s:8:\"released\";i:1298584937;s:7:\"updated\";i:1704363595;s:9:\"downloads\";s:7:\"1032763\";s:10:\"popularity\";s:6:\"100186\";s:17:\"short_description\";s:100:\"Boost your PageRank and drive more traffic to your site with little effort and simple configuration.\";s:16:\"long_description\";s:216:\"Take the guesswork out of SEO. With SmartCrawl’s automated SEO scanning, detailed audits/reports, and one-click recommendations, you’ll be on the fast-track to optimizing your sites for search and ranking higher.\";s:8:\"features\";a:33:{i:0;s:22:\"Simple guided settings\";i:1;s:30:\"Offer SEO options by user role\";i:2;s:39:\"Direct interaction with Google and Bing\";i:3;s:48:\"Send sitemap updates automatic to search engines\";i:4;s:63:\"Custom post titles and meta descriptions (per custom post type)\";i:5;s:32:\"Title and meta data optimization\";i:6;s:26:\"Automatic sitewide linking\";i:7;s:24:\"Complete Moz integration\";i:8;s:38:\"Multisite and BuddyPress compatibility\";i:9;s:36:\"Process posts and pages individually\";i:10;s:17:\"Process RSS feeds\";i:11;s:31:\"Conduct case sensitive matching\";i:12;s:23:\"Prevent duplicate links\";i:13;s:28:\"Open links in new tab/window\";i:14;s:35:\"Exclude posts or pages from sitemap\";i:15;s:40:\"Exclude custom post types and taxonomies\";i:16;s:27:\"Exclude categories and tags\";i:17;s:41:\"Include or exclude images and stylesheets\";i:18;s:46:\"Include or remove the sitemap dashboard widget\";i:19;s:33:\"Disable automatic sitemap updates\";i:20;s:65:\"Post categories, tags and custom taxonomy title and meta defaults\";i:21;s:17:\"Custom home title\";i:22;s:21:\"Home meta description\";i:23;s:8:\"Keywords\";i:24;s:51:\"Import/export to quickly add SmartCrawl to any site\";i:25;s:39:\"Yoast SEO settings and content importer\";i:26;s:44:\"All in One SEO settings and content importer\";i:27;s:37:\"Main blog archive meta robots options\";i:28;s:29:\"Post and media title defaults\";i:29;s:40:\"Post and media meta description defaults\";i:30;s:53:\"Post categories, tags and custom taxonomy robots tags\";i:31;s:24:\"Author and date archives\";i:32;s:39:\"404 page title and description defaults\";}s:7:\"version\";s:5:\"3.9.2\";s:17:\"free_version_slug\";s:31:\"smartcrawl-seo/wpmu-dev-seo.php\";s:10:\"autoupdate\";s:1:\"1\";s:6:\"active\";b:1;s:10:\"compatible\";s:66:\"WordPress 6.4.2, Multisite 6.4.2, BuddyPress 12.1.1, Upfront 1.9.4\";s:8:\"requires\";s:2:\"wp\";s:16:\"requires_min_php\";s:3:\"7.4\";s:3:\"url\";s:53:\"https://wpmudev.com/project/smartcrawl-wordpress-seo/\";s:9:\"thumbnail\";s:98:\"https://wpmudev.com/wp-content/uploads/2011/02/SEO_Webcrawler_1470_SEO_Webcrawler_1470-280x158.png\";s:16:\"thumbnail_square\";s:96:\"https://wpmudev.com/wp-content/uploads/2011/02/SEO_Webcrawler_1470_SEO_Webcrawler_1470-90x90.png\";s:15:\"thumbnail_large\";s:90:\"https://wpmudev.com/wp-content/uploads/2011/02/SEO_Webcrawler_1470_SEO_Webcrawler_1470.png\";s:4:\"icon\";s:61:\"https://wpmudev.com/wp-content/uploads/2011/02/SmartCrawl.png\";s:9:\"banner_1x\";s:61:\"https://wpmudev.com/wp-content/uploads/2022/04/SmartCrawl.png\";s:9:\"banner_2x\";s:64:\"https://wpmudev.com/wp-content/uploads/2022/04/SmartCrawl@2x.png\";s:5:\"video\";b:0;s:13:\"wp_config_url\";s:25:\"admin.php?page=wds_wizard\";s:13:\"ms_config_url\";s:35:\"admin.php?page=wds_network_settings\";s:7:\"package\";i:0;s:15:\"is_plugin_addon\";b:0;s:11:\"screenshots\";a:5:{i:0;a:3:{s:3:\"url\";s:63:\"https://wpmudev.com/wp-content/uploads/2011/02/SmartCrawl_1.png\";s:6:\"url_2x\";s:66:\"https://wpmudev.com/wp-content/uploads/2011/02/SmartCrawl_1@2x.png\";s:4:\"desc\";s:21:\"SmartCrawl Dashboard.\";}i:1;a:3:{s:3:\"url\";s:63:\"https://wpmudev.com/wp-content/uploads/2011/02/SmartCrawl_2.png\";s:6:\"url_2x\";s:66:\"https://wpmudev.com/wp-content/uploads/2011/02/SmartCrawl_2@2x.png\";s:4:\"desc\";s:78:\"SEO Health - See issues that affect your site’s search engine optimizations.\";}i:2;a:3:{s:3:\"url\";s:63:\"https://wpmudev.com/wp-content/uploads/2011/02/SmartCrawl_3.png\";s:6:\"url_2x\";s:66:\"https://wpmudev.com/wp-content/uploads/2011/02/SmartCrawl_3@2x.png\";s:4:\"desc\";s:59:\"Customize your page titles, descriptions, and meta options.\";}i:3;a:3:{s:3:\"url\";s:63:\"https://wpmudev.com/wp-content/uploads/2011/02/SmartCrawl_4.png\";s:6:\"url_2x\";s:66:\"https://wpmudev.com/wp-content/uploads/2011/02/SmartCrawl_4@2x.png\";s:4:\"desc\";s:110:\"URL Redirect - Temporarily or permanently redirect broken page links to new ones while retaining site traffic.\";}i:4;a:3:{s:3:\"url\";s:63:\"https://wpmudev.com/wp-content/uploads/2011/02/SmartCrawl_5.png\";s:6:\"url_2x\";s:66:\"https://wpmudev.com/wp-content/uploads/2011/02/SmartCrawl_5@2x.png\";s:4:\"desc\";s:50:\"Add Schema types you want to enable for your site.\";}}s:6:\"_order\";i:11;}i:3760011;a:32:{s:2:\"id\";i:3760011;s:4:\"paid\";s:4:\"paid\";s:4:\"type\";s:6:\"plugin\";s:4:\"name\";s:12:\"Snapshot Pro\";s:8:\"released\";i:1592204194;s:7:\"updated\";i:1703507566;s:9:\"downloads\";s:6:\"427709\";s:10:\"popularity\";s:5:\"63595\";s:17:\"short_description\";s:104:\"Make and schedule incremental backups of your WordPress websites and store them on secure cloud storage.\";s:16:\"long_description\";s:212:\"Automated and space-efficient backups with secure off-site storage. Schedule automated backups to suit your preference, restore with a click, keep backups for 50 days, and back up to reliable third-party storage.\";s:8:\"features\";a:15:{i:0;s:30:\"10GB of WPMU DEV cloud storage\";i:1;s:32:\"Manage your backups from The Hub\";i:2;s:17:\"Redundant backups\";i:3;s:32:\"Multisite Global file exclusions\";i:4;s:17:\"Scheduled backups\";i:5;s:19:\"Set backup interval\";i:6;s:13:\"Manual backup\";i:7;s:20:\"Multisite compatible\";i:8;s:18:\"Backup entire site\";i:9;s:34:\"Exclude specific files and folders\";i:10;s:22:\"Downloadable log files\";i:11;s:24:\"Simple one-click restore\";i:12;s:31:\"30 backups automatically stored\";i:13;s:15:\"Dynamic scaling\";i:14;s:19:\"Backup zipstreaming\";}s:7:\"version\";s:4:\"4.22\";s:17:\"free_version_slug\";s:0:\"\";s:10:\"autoupdate\";s:1:\"1\";s:6:\"active\";b:1;s:10:\"compatible\";s:0:\"\";s:8:\"requires\";s:2:\"wp\";s:16:\"requires_min_php\";s:3:\"7.4\";s:3:\"url\";s:37:\"https://wpmudev.com/project/snapshot/\";s:9:\"thumbnail\";s:74:\"https://wpmudev.com/wp-content/uploads/2012/02/Snapshot_plugin-280x158.png\";s:16:\"thumbnail_square\";s:72:\"https://wpmudev.com/wp-content/uploads/2012/02/Snapshot_plugin-90x90.png\";s:15:\"thumbnail_large\";s:66:\"https://wpmudev.com/wp-content/uploads/2012/02/Snapshot_plugin.png\";s:4:\"icon\";s:59:\"https://wpmudev.com/wp-content/uploads/2020/06/Snapshot.png\";s:9:\"banner_1x\";s:59:\"https://wpmudev.com/wp-content/uploads/2022/04/Snapshot.png\";s:9:\"banner_2x\";s:62:\"https://wpmudev.com/wp-content/uploads/2022/04/Snapshot@2x.png\";s:5:\"video\";b:0;s:13:\"wp_config_url\";s:0:\"\";s:13:\"ms_config_url\";s:0:\"\";s:7:\"package\";i:0;s:15:\"is_plugin_addon\";b:0;s:11:\"screenshots\";a:5:{i:0;a:3:{s:3:\"url\";s:61:\"https://wpmudev.com/wp-content/uploads/2020/06/Snapshot_1.png\";s:6:\"url_2x\";s:64:\"https://wpmudev.com/wp-content/uploads/2020/06/Snapshot_1@2x.png\";s:4:\"desc\";s:55:\"Schedule automatic backups to your preferred frequency.\";}i:1;a:3:{s:3:\"url\";s:61:\"https://wpmudev.com/wp-content/uploads/2020/06/Snapshot_2.png\";s:6:\"url_2x\";s:64:\"https://wpmudev.com/wp-content/uploads/2020/06/Snapshot_2@2x.png\";s:4:\"desc\";s:27:\"Snapshot Dashboard preview.\";}i:2;a:3:{s:3:\"url\";s:61:\"https://wpmudev.com/wp-content/uploads/2020/06/Snapshot_3.png\";s:6:\"url_2x\";s:64:\"https://wpmudev.com/wp-content/uploads/2020/06/Snapshot_3@2x.png\";s:4:\"desc\";s:87:\"Get back up and running quickly with one-click restore through Snapshot Backup feature.\";}i:3;a:3:{s:3:\"url\";s:61:\"https://wpmudev.com/wp-content/uploads/2020/06/Snapshot_4.png\";s:6:\"url_2x\";s:64:\"https://wpmudev.com/wp-content/uploads/2020/06/Snapshot_4@2x.png\";s:4:\"desc\";s:51:\"View and manage your available backup destinations.\";}i:4;a:3:{s:3:\"url\";s:61:\"https://wpmudev.com/wp-content/uploads/2020/06/Snapshot_5.png\";s:6:\"url_2x\";s:64:\"https://wpmudev.com/wp-content/uploads/2020/06/Snapshot_5@2x.png\";s:4:\"desc\";s:96:\"Set up the number of backups and choose which data center you want to use to store your backups.\";}}s:6:\"_order\";i:12;}i:257;a:32:{s:2:\"id\";i:257;s:4:\"paid\";s:4:\"paid\";s:4:\"type\";s:6:\"plugin\";s:4:\"name\";s:12:\"Snapshot Pro\";s:8:\"released\";i:1328745252;s:7:\"updated\";i:1642062869;s:9:\"downloads\";s:6:\"748193\";s:10:\"popularity\";s:5:\"12921\";s:17:\"short_description\";s:96:\"The automated, on-demand time-traveler that snaps and stores backups for one-click restoration. \";s:16:\"long_description\";s:364:\"It’s time to call for backup! But who do you call?! Introducing Snapshot, the smart, automated, ready on-demand time-traveler from WPMU DEV.\r\n<br><br>\r\nHe’ll snap and securely store all of your WordPress and Multisite backups in his private cloud vault. The backup protection you need with simple one-click restoration. Snapshot’s got your back...every time.\";s:8:\"features\";a:28:{i:0;s:30:\"10GB of WPMU DEV cloud storage\";i:1;s:22:\"The Hub backup manager\";i:2;s:17:\"Redundant backups\";i:3;s:22:\"Server info quick view\";i:4;s:19:\"Manage memory usage\";i:5;s:32:\"Multisite Global file exclusions\";i:6;s:10:\"ZipArchive\";i:7;s:6:\"PclZip\";i:8;s:35:\"Size segmenting eliminates timeouts\";i:9;s:17:\"Scheduled backups\";i:10;s:19:\"Set backup interval\";i:11;s:13:\"Manual backup\";i:12;s:20:\"Multisite compatible\";i:13;s:18:\"Backup entire site\";i:14;s:19:\"Include media files\";i:15;s:22:\"Exclude specific files\";i:16;s:18:\"Annotate snapshots\";i:17;s:25:\"Set custom backup folders\";i:18;s:22:\"Downloadable log files\";i:19;s:24:\"Simple one-click restore\";i:20;s:26:\"Utilize standard WP tables\";i:21;s:11:\"Mirror sync\";i:22;s:30:\"Set number of backups to store\";i:23;s:34:\"Automatically remove oldest backup\";i:24;s:19:\"Dropbox integration\";i:25;s:21:\"Amazon S3 integration\";i:26;s:24:\"FTP and SFTP integration\";i:27;s:24:\"Google Drive integration\";}s:7:\"version\";s:5:\"3.3.2\";s:17:\"free_version_slug\";s:0:\"\";s:10:\"autoupdate\";s:1:\"1\";s:6:\"active\";b:1;s:10:\"compatible\";s:66:\"WordPress 6.4.2, Multisite 6.4.2, BuddyPress 12.1.1, Upfront 1.9.4\";s:8:\"requires\";s:2:\"wp\";s:16:\"requires_min_php\";s:3:\"5.6\";s:3:\"url\";s:40:\"https://wpmudev.com/project/snapshot-v3/\";s:9:\"thumbnail\";s:74:\"https://wpmudev.com/wp-content/uploads/2012/02/Snapshot_plugin-280x158.png\";s:16:\"thumbnail_square\";s:72:\"https://wpmudev.com/wp-content/uploads/2012/02/Snapshot_plugin-90x90.png\";s:15:\"thumbnail_large\";s:66:\"https://wpmudev.com/wp-content/uploads/2012/02/Snapshot_plugin.png\";s:4:\"icon\";b:0;s:9:\"banner_1x\";s:0:\"\";s:9:\"banner_2x\";s:0:\"\";s:5:\"video\";s:41:\"//fast.wistia.net/embed/iframe/7x4kcv4j15\";s:13:\"wp_config_url\";s:37:\"admin.php?page=snapshot_pro_dashboard\";s:13:\"ms_config_url\";s:37:\"admin.php?page=snapshot_pro_dashboard\";s:7:\"package\";i:0;s:15:\"is_plugin_addon\";b:0;s:11:\"screenshots\";a:4:{i:0;a:2:{s:3:\"url\";s:94:\"https://wpmudev.com/wp-content/uploads/projects/257/screenshots/1315522110_schedule-backup.jpg\";s:4:\"desc\";s:30:\"Schedule backups with Snapshot\";}i:1;a:2:{s:3:\"url\";s:97:\"https://wpmudev.com/wp-content/uploads/projects/257/screenshots/882714582_destinations-backup.jpg\";s:4:\"desc\";s:20:\"Choose a destination\";}i:2;a:2:{s:3:\"url\";s:91:\"https://wpmudev.com/wp-content/uploads/projects/257/screenshots/905771522_snapshot-dash.jpg\";s:4:\"desc\";s:18:\"Snapshot Dashboard\";}i:3;a:2:{s:3:\"url\";s:94:\"https://wpmudev.com/wp-content/uploads/projects/257/screenshots/1953204640_managed-backups.jpg\";s:4:\"desc\";s:15:\"Managed Backups\";}}s:6:\"_order\";i:13;}i:2175128;a:32:{s:2:\"id\";i:2175128;s:4:\"paid\";s:4:\"paid\";s:4:\"type\";s:6:\"plugin\";s:4:\"name\";s:11:\"Shipper Pro\";s:8:\"released\";i:1548285368;s:7:\"updated\";i:1704728268;s:9:\"downloads\";s:6:\"192893\";s:10:\"popularity\";s:5:\"13482\";s:17:\"short_description\";s:146:\"Shipper Pro moves WordPress websites with one-click, from host to host, local to production, development to live, top to bottom without using FTP.\";s:16:\"long_description\";s:222:\"Site and multisite migration made easy and convenient. Shipper Pro is the super-transporter that securely moves your entire site (or multisite) to any location. It only takes a few clicks and everything is handled for you.\";s:8:\"features\";a:20:{i:0;s:17:\"Import and export\";i:1;s:18:\"No FTP/SFTP needed\";i:2;s:23:\"Secure dedicated server\";i:3;s:16:\"Pre-flight check\";i:4;s:21:\"Zip package migration\";i:5;s:21:\"File find and replace\";i:6;s:21:\"Files-by-file porting\";i:7;s:20:\"Large file detection\";i:8;s:22:\"Move from host to host\";i:9;s:23:\"Push from local to live\";i:10;s:21:\"Detailed Shipper Logs\";i:11;s:26:\"Display system Information\";i:12;s:22:\"Runs in the background\";i:13;s:38:\"Destination server configuration check\";i:14;s:18:\"Package size check\";i:15;s:12:\"Source check\";i:16;s:14:\"Location check\";i:17;s:13:\"Package check\";i:18;s:17:\"Migration Filters\";i:19;s:0:\"\";}s:7:\"version\";s:6:\"1.2.15\";s:17:\"free_version_slug\";s:0:\"\";s:10:\"autoupdate\";s:1:\"1\";s:6:\"active\";b:1;s:10:\"compatible\";s:0:\"\";s:8:\"requires\";s:2:\"wp\";s:16:\"requires_min_php\";s:3:\"7.4\";s:3:\"url\";s:40:\"https://wpmudev.com/project/shipper-pro/\";s:9:\"thumbnail\";s:74:\"https://wpmudev.com/wp-content/uploads/2019/01/Shipper-Feature-280x158.png\";s:16:\"thumbnail_square\";s:72:\"https://wpmudev.com/wp-content/uploads/2019/01/Shipper-Feature-90x90.png\";s:15:\"thumbnail_large\";s:66:\"https://wpmudev.com/wp-content/uploads/2019/01/Shipper-Feature.png\";s:4:\"icon\";s:58:\"https://wpmudev.com/wp-content/uploads/2019/01/Shipper.png\";s:9:\"banner_1x\";s:58:\"https://wpmudev.com/wp-content/uploads/2022/04/Shipper.png\";s:9:\"banner_2x\";s:61:\"https://wpmudev.com/wp-content/uploads/2022/04/Shipper@2x.png\";s:5:\"video\";b:0;s:13:\"wp_config_url\";s:22:\"admin.php?page=shipper\";s:13:\"ms_config_url\";s:22:\"admin.php?page=shipper\";s:7:\"package\";i:0;s:15:\"is_plugin_addon\";b:0;s:11:\"screenshots\";a:5:{i:0;a:3:{s:3:\"url\";s:60:\"https://wpmudev.com/wp-content/uploads/2019/01/Shipper_1.png\";s:6:\"url_2x\";s:63:\"https://wpmudev.com/wp-content/uploads/2019/01/Shipper_1@2x.png\";s:4:\"desc\";s:26:\"Shipper Dashboard preview.\";}i:1;a:3:{s:3:\"url\";s:60:\"https://wpmudev.com/wp-content/uploads/2019/01/Shipper_2.png\";s:6:\"url_2x\";s:63:\"https://wpmudev.com/wp-content/uploads/2019/01/Shipper_2@2x.png\";s:4:\"desc\";s:63:\"Use Shipper’s latest logs to debug any issues you are having.\";}i:2;a:3:{s:3:\"url\";s:60:\"https://wpmudev.com/wp-content/uploads/2019/01/Shipper_3.png\";s:6:\"url_2x\";s:63:\"https://wpmudev.com/wp-content/uploads/2019/01/Shipper_3@2x.png\";s:4:\"desc\";s:93:\"Use the up-to-date system information if you are having issues with Shipper and server setup.\";}i:3;a:3:{s:3:\"url\";s:60:\"https://wpmudev.com/wp-content/uploads/2019/01/Shipper_4.png\";s:6:\"url_2x\";s:63:\"https://wpmudev.com/wp-content/uploads/2019/01/Shipper_4@2x.png\";s:4:\"desc\";s:58:\"Export your site to another server or import another site.\";}i:4;a:3:{s:3:\"url\";s:60:\"https://wpmudev.com/wp-content/uploads/2019/01/Shipper_5.png\";s:6:\"url_2x\";s:63:\"https://wpmudev.com/wp-content/uploads/2019/01/Shipper_5@2x.png\";s:4:\"desc\";s:65:\"Cut lengthy migration times down to size, with Package Migration.\";}}s:6:\"_order\";i:14;}i:9135;a:32:{s:2:\"id\";i:9135;s:4:\"paid\";s:4:\"paid\";s:4:\"type\";s:6:\"plugin\";s:4:\"name\";s:10:\"Branda Pro\";s:8:\"released\";i:1339280384;s:7:\"updated\";i:1702994323;s:9:\"downloads\";s:6:\"801473\";s:10:\"popularity\";s:5:\"66969\";s:17:\"short_description\";s:87:\"White label WordPress branding for both the front and back end of your site or network.\";s:16:\"long_description\";s:209:\"Rebrand the front and back-end of your site with ease. Transform your dashboard, customize system emails, change every aspect of your login screen, remove or replace logos, create color schemes, and much more.\";s:8:\"features\";a:43:{i:0;s:25:\"Remove WordPress branding\";i:1;s:21:\"Highlight your design\";i:2;s:32:\"Add custom logo to the Admin Bar\";i:3;s:33:\"Simple WordPress logo replacement\";i:4;s:26:\"Create custom login screen\";i:5;s:28:\"Replace the word \"WordPress\"\";i:6;s:21:\"Simple brand matching\";i:7;s:21:\"Import/Export setting\";i:8;s:26:\"Reorganize Admin Bar menus\";i:9;s:26:\"Set custom Admin Bar menus\";i:10;s:28:\"Add a direct link to support\";i:11;s:16:\"Add help buttons\";i:12;s:29:\"Send system emails using SMTP\";i:13;s:29:\"Remove core Dashboard widgets\";i:14;s:32:\"Hide 3rd-party dashboard widgets\";i:15;s:29:\"Replace the WordPress \'Howdy\'\";i:16;s:28:\"Coming Soon/Maintenance Mode\";i:17;s:30:\"Customize \'Admin Help Content\'\";i:18;s:32:\"Increase site security and speed\";i:19;s:27:\"One plugin for all settings\";i:20;s:25:\"Create a custom admin bar\";i:21;s:24:\"Set \"From\" Email address\";i:22;s:15:\"Multisite ready\";i:23;s:26:\"Customize/add help content\";i:24;s:20:\"Custom global footer\";i:25;s:20:\"Custom global header\";i:26;s:23:\"Custom dashboard footer\";i:27;s:23:\"Rebrand the meta widget\";i:28;s:22:\"Protect site structure\";i:29;s:28:\"Custom DB error landing page\";i:30;s:27:\"Hide \'Permalinks\' menu item\";i:31;s:25:\"Replace WordPress in HTML\";i:32;s:26:\"Replace any word or phrase\";i:33;s:20:\"Set a custom Favicon\";i:34;s:28:\"Easily insert tracking codes\";i:35;s:25:\"Custom Multisite Favicons\";i:36;s:19:\"Customize admin CSS\";i:37;s:21:\"Uses CSS child fields\";i:38;s:22:\"Hide WordPress welcome\";i:39;s:34:\"Add custom dashboard color schemes\";i:40;s:29:\"Display custom admin messages\";i:41;s:30:\"Add Author Boxes to your posts\";i:42;s:31:\"Fully customize your admin menu\";}s:7:\"version\";s:6:\"3.4.15\";s:17:\"free_version_slug\";s:0:\"\";s:10:\"autoupdate\";s:1:\"1\";s:6:\"active\";b:1;s:10:\"compatible\";s:66:\"WordPress 6.4.2, Multisite 6.4.2, BuddyPress 12.1.1, Upfront 1.9.4\";s:8:\"requires\";s:2:\"wp\";s:16:\"requires_min_php\";s:3:\"7.4\";s:3:\"url\";s:46:\"https://wpmudev.com/project/ultimate-branding/\";s:9:\"thumbnail\";s:71:\"https://wpmudev.com/wp-content/uploads/2012/06/branda-large-280x158.png\";s:16:\"thumbnail_square\";s:69:\"https://wpmudev.com/wp-content/uploads/2012/06/branda-large-90x90.png\";s:15:\"thumbnail_large\";s:63:\"https://wpmudev.com/wp-content/uploads/2012/06/branda-large.png\";s:4:\"icon\";s:57:\"https://wpmudev.com/wp-content/uploads/2012/06/Branda.png\";s:9:\"banner_1x\";s:57:\"https://wpmudev.com/wp-content/uploads/2022/04/Branda.png\";s:9:\"banner_2x\";s:60:\"https://wpmudev.com/wp-content/uploads/2022/04/Branda@2x.png\";s:5:\"video\";b:0;s:13:\"wp_config_url\";s:23:\"admin.php?page=branding\";s:13:\"ms_config_url\";s:23:\"admin.php?page=branding\";s:7:\"package\";i:0;s:15:\"is_plugin_addon\";b:0;s:11:\"screenshots\";a:5:{i:0;a:3:{s:3:\"url\";s:59:\"https://wpmudev.com/wp-content/uploads/2012/06/Branda_1.png\";s:6:\"url_2x\";s:62:\"https://wpmudev.com/wp-content/uploads/2012/06/Branda_1@2x.png\";s:4:\"desc\";s:24:\"Set admin color schemes.\";}i:1;a:3:{s:3:\"url\";s:59:\"https://wpmudev.com/wp-content/uploads/2012/06/Branda_2.png\";s:6:\"url_2x\";s:62:\"https://wpmudev.com/wp-content/uploads/2012/06/Branda_2@2x.png\";s:4:\"desc\";s:21:\"Customize admin menu.\";}i:2;a:3:{s:3:\"url\";s:59:\"https://wpmudev.com/wp-content/uploads/2012/06/Branda_3.png\";s:6:\"url_2x\";s:62:\"https://wpmudev.com/wp-content/uploads/2012/06/Branda_3@2x.png\";s:4:\"desc\";s:51:\"Customize login screen with pre-designed templates.\";}i:3;a:3:{s:3:\"url\";s:59:\"https://wpmudev.com/wp-content/uploads/2012/06/Branda_4.png\";s:6:\"url_2x\";s:62:\"https://wpmudev.com/wp-content/uploads/2012/06/Branda_4@2x.png\";s:4:\"desc\";s:27:\"Add tracking code to pages.\";}i:4;a:3:{s:3:\"url\";s:59:\"https://wpmudev.com/wp-content/uploads/2012/06/Branda_5.png\";s:6:\"url_2x\";s:62:\"https://wpmudev.com/wp-content/uploads/2012/06/Branda_5@2x.png\";s:4:\"desc\";s:51:\"Customize emails with pre-designed email templates.\";}}s:6:\"_order\";i:15;}i:51;a:32:{s:2:\"id\";i:51;s:4:\"paid\";s:4:\"paid\";s:4:\"type\";s:6:\"plugin\";s:4:\"name\";s:11:\"Beehive Pro\";s:8:\"released\";i:1235347220;s:7:\"updated\";i:1705321668;s:9:\"downloads\";s:6:\"685433\";s:10:\"popularity\";s:5:\"44146\";s:17:\"short_description\";s:94:\"Customizable Google Analytics dashboards, statistics, and reports for WordPress and Multisite.\";s:16:\"long_description\";s:204:\"The quickest and easiest way to integrate Google Analytics with your WordPress sites. Beehive Pro adds a customizable GA dashboard to WordPress so you can track user behavior from one convenient location.\";s:8:\"features\";a:18:{i:0;s:29:\"Simple one-click setup wizard\";i:1;s:30:\"Powerful Multisite integration\";i:2;s:39:\"One tracking code for an entire network\";i:3;s:38:\"Individual post/page statistics viewer\";i:4;s:17:\"Customize reports\";i:5;s:20:\"Anonymize IP masking\";i:6;s:26:\"Analytics dashboard widget\";i:7;s:38:\"Google Display Advertising integration\";i:8;s:26:\"Statistics overview screen\";i:9;s:31:\"Limit access based on user role\";i:10;s:28:\"Toggle statistics date range\";i:11;s:35:\"Track visits, page views and trends\";i:12;s:34:\"See visit duration and bounce rate\";i:13;s:41:\"Track top post, pages and referring links\";i:14;s:34:\"World map with visitors by country\";i:15;s:32:\"Graphs for fast visual reference\";i:16;s:23:\"Collect sub-domain data\";i:17;s:21:\"Tracks mapped domains\";}s:7:\"version\";s:6:\"3.4.11\";s:17:\"free_version_slug\";s:0:\"\";s:10:\"autoupdate\";s:1:\"1\";s:6:\"active\";b:1;s:10:\"compatible\";s:0:\"\";s:8:\"requires\";s:2:\"wp\";s:16:\"requires_min_php\";s:3:\"7.4\";s:3:\"url\";s:50:\"https://wpmudev.com/project/beehive-analytics-pro/\";s:9:\"thumbnail\";s:87:\"https://wpmudev.com/wp-content/uploads/2019/10/beehive-featured-placeholder-280x158.png\";s:16:\"thumbnail_square\";s:85:\"https://wpmudev.com/wp-content/uploads/2019/10/beehive-featured-placeholder-90x90.png\";s:15:\"thumbnail_large\";s:79:\"https://wpmudev.com/wp-content/uploads/2019/10/beehive-featured-placeholder.png\";s:4:\"icon\";s:58:\"https://wpmudev.com/wp-content/uploads/2009/02/Beehive.png\";s:9:\"banner_1x\";s:59:\"https://wpmudev.com/wp-content/uploads/2022/04/Beehaive.png\";s:9:\"banner_2x\";s:62:\"https://wpmudev.com/wp-content/uploads/2022/04/Beehaive@2x.png\";s:5:\"video\";b:0;s:13:\"wp_config_url\";s:22:\"admin.php?page=beehive\";s:13:\"ms_config_url\";s:22:\"admin.php?page=beehive\";s:7:\"package\";i:0;s:15:\"is_plugin_addon\";b:0;s:11:\"screenshots\";a:5:{i:0;a:3:{s:3:\"url\";s:60:\"https://wpmudev.com/wp-content/uploads/2009/02/Beehive_1.png\";s:6:\"url_2x\";s:63:\"https://wpmudev.com/wp-content/uploads/2009/02/Beehive_1@2x.png\";s:4:\"desc\";s:25:\"Google Analytics preview.\";}i:1;a:3:{s:3:\"url\";s:60:\"https://wpmudev.com/wp-content/uploads/2009/02/Beehive_2.png\";s:6:\"url_2x\";s:63:\"https://wpmudev.com/wp-content/uploads/2009/02/Beehive_2@2x.png\";s:4:\"desc\";s:65:\"Google Analytics with Top Countries and Social Media information.\";}i:2;a:3:{s:3:\"url\";s:60:\"https://wpmudev.com/wp-content/uploads/2009/02/Beehive_3.png\";s:6:\"url_2x\";s:63:\"https://wpmudev.com/wp-content/uploads/2009/02/Beehive_3@2x.png\";s:4:\"desc\";s:31:\"Google Tag Manager integration.\";}i:3;a:3:{s:3:\"url\";s:60:\"https://wpmudev.com/wp-content/uploads/2009/02/Beehive_4.png\";s:6:\"url_2x\";s:63:\"https://wpmudev.com/wp-content/uploads/2009/02/Beehive_4@2x.png\";s:4:\"desc\";s:18:\"Dashboard Preview.\";}i:4;a:3:{s:3:\"url\";s:60:\"https://wpmudev.com/wp-content/uploads/2009/02/Beehive_5.png\";s:6:\"url_2x\";s:63:\"https://wpmudev.com/wp-content/uploads/2009/02/Beehive_5@2x.png\";s:4:\"desc\";s:33:\"Visitors widget in the Dashboard.\";}}s:6:\"_order\";i:16;}i:248;a:32:{s:2:\"id\";i:248;s:4:\"paid\";s:4:\"full\";s:4:\"type\";s:6:\"plugin\";s:4:\"name\";s:26:\"Integrated Video Tutorials\";s:8:\"released\";i:1318459013;s:7:\"updated\";i:1702987719;s:9:\"downloads\";s:6:\"195774\";s:10:\"popularity\";s:4:\"9461\";s:17:\"short_description\";s:81:\"Complete, quality, always up-to-date list of unbranded WordPress training videos.\";s:16:\"long_description\";s:182:\"45+ white label WordPress training videos for your clients. Add these videos to your WordPress dashboard via tooltips, help drop-downs, top-level menus, the content editor, and more.\";s:8:\"features\";a:23:{i:0;s:20:\"Register your domain\";i:1;s:32:\"+45 included WordPress tutorials\";i:2;s:32:\"Automatically add videos to help\";i:3;s:17:\"Verify connection\";i:4;s:14:\"Hide menu item\";i:5;s:19:\"Customize menu name\";i:6;s:30:\"Give setup permission to users\";i:7;s:32:\"Hide access to individual videos\";i:8;s:17:\"Add custom videos\";i:9;s:14:\"Wistia support\";i:10;s:15:\"YouTube support\";i:11;s:13:\"Vimeo support\";i:12;s:21:\"Shortcode embed codes\";i:13;s:22:\"Customizable playlists\";i:14;s:11:\"Group embed\";i:15;s:15:\"Front end embed\";i:16;s:18:\"Quality production\";i:17;s:25:\"Automatic content updates\";i:18;s:20:\"White label branding\";i:19;s:19:\"Unlimited bandwidth\";i:20;s:15:\"Unlimited plays\";i:21;s:14:\"SSL compatible\";i:22;s:21:\"Multisite integration\";}s:7:\"version\";s:6:\"1.8.14\";s:17:\"free_version_slug\";s:0:\"\";s:10:\"autoupdate\";s:1:\"1\";s:6:\"active\";b:1;s:10:\"compatible\";s:51:\"WordPress 6.4.2, Multisite 6.4.2, BuddyPress 12.1.1\";s:8:\"requires\";s:2:\"wp\";s:16:\"requires_min_php\";s:3:\"7.4\";s:3:\"url\";s:54:\"https://wpmudev.com/project/unbranded-video-tutorials/\";s:9:\"thumbnail\";s:86:\"https://wpmudev.com/wp-content/uploads/2011/10/Integration-Video-Tutorials-280x158.png\";s:16:\"thumbnail_square\";s:84:\"https://wpmudev.com/wp-content/uploads/2011/10/Integration-Video-Tutorials-90x90.png\";s:15:\"thumbnail_large\";s:78:\"https://wpmudev.com/wp-content/uploads/2011/10/Integration-Video-Tutorials.png\";s:4:\"icon\";s:77:\"https://wpmudev.com/wp-content/uploads/2011/10/IntegratedVideoTututorials.png\";s:9:\"banner_1x\";s:54:\"https://wpmudev.com/wp-content/uploads/2022/04/IVT.png\";s:9:\"banner_2x\";s:57:\"https://wpmudev.com/wp-content/uploads/2022/04/IVT@2x.png\";s:5:\"video\";b:0;s:13:\"wp_config_url\";s:29:\"admin.php?page=wpmudev-videos\";s:13:\"ms_config_url\";s:29:\"admin.php?page=wpmudev-videos\";s:7:\"package\";i:0;s:15:\"is_plugin_addon\";b:0;s:11:\"screenshots\";a:5:{i:0;a:3:{s:3:\"url\";s:56:\"https://wpmudev.com/wp-content/uploads/2011/10/IVT_1.png\";s:6:\"url_2x\";s:59:\"https://wpmudev.com/wp-content/uploads/2011/10/IVT_1@2x.png\";s:4:\"desc\";s:45:\"Integrated Video Tutorials’ Hero Character.\";}i:1;a:3:{s:3:\"url\";s:56:\"https://wpmudev.com/wp-content/uploads/2011/10/IVT_2.png\";s:6:\"url_2x\";s:59:\"https://wpmudev.com/wp-content/uploads/2011/10/IVT_2@2x.png\";s:4:\"desc\";s:37:\"Integrated Video Tutorials Dashboard.\";}i:2;a:3:{s:3:\"url\";s:56:\"https://wpmudev.com/wp-content/uploads/2011/10/IVT_3.png\";s:6:\"url_2x\";s:59:\"https://wpmudev.com/wp-content/uploads/2011/10/IVT_3@2x.png\";s:4:\"desc\";s:23:\"Add custom video Modal.\";}i:3;a:3:{s:3:\"url\";s:56:\"https://wpmudev.com/wp-content/uploads/2011/10/IVT_4.png\";s:6:\"url_2x\";s:59:\"https://wpmudev.com/wp-content/uploads/2011/10/IVT_4@2x.png\";s:4:\"desc\";s:21:\"All videos list page.\";}i:4;a:3:{s:3:\"url\";s:56:\"https://wpmudev.com/wp-content/uploads/2011/10/IVT_5.png\";s:6:\"url_2x\";s:59:\"https://wpmudev.com/wp-content/uploads/2011/10/IVT_5@2x.png\";s:4:\"desc\";s:21:\"Video Tutorials Page.\";}}s:6:\"_order\";i:17;}i:938297;a:31:{s:2:\"id\";i:938297;s:4:\"paid\";s:4:\"paid\";s:4:\"type\";s:5:\"theme\";s:4:\"name\";s:7:\"Upfront\";s:8:\"released\";i:1421124646;s:7:\"updated\";i:1524768151;s:9:\"downloads\";s:6:\"121720\";s:10:\"popularity\";s:4:\"1434\";s:17:\"short_description\";s:145:\"A versatile and infinitely customizable drag-and-drop WordPress theme platform for use with any child theme in the growing Upfront theme library.\";s:16:\"long_description\";s:104:\"a User-friendly, extremely versatile and infinitely customizable drag-and-drop WordPress theme platform.\";s:8:\"features\";a:0:{}s:7:\"version\";s:5:\"1.9.4\";s:17:\"free_version_slug\";s:0:\"\";s:10:\"autoupdate\";s:1:\"1\";s:6:\"active\";b:1;s:10:\"compatible\";s:32:\"WordPress 6.4.2, Multisite 6.4.2\";s:8:\"requires\";s:2:\"wp\";s:16:\"requires_min_php\";s:3:\"5.6\";s:3:\"url\";s:47:\"https://wpmudev.com/?post_type=project&p=938297\";s:9:\"thumbnail\";s:66:\"https://wpmudev.com/wp-content/uploads/2015/01/upfront-280x158.jpg\";s:16:\"thumbnail_square\";s:64:\"https://wpmudev.com/wp-content/uploads/2015/01/upfront-90x90.jpg\";s:15:\"thumbnail_large\";s:58:\"https://wpmudev.com/wp-content/uploads/2015/01/upfront.jpg\";s:4:\"icon\";N;s:9:\"banner_1x\";s:0:\"\";s:9:\"banner_2x\";s:0:\"\";s:5:\"video\";b:0;s:13:\"wp_config_url\";s:0:\"\";s:13:\"ms_config_url\";s:0:\"\";s:7:\"package\";i:0;s:15:\"is_plugin_addon\";b:0;s:6:\"_order\";i:18;}}s:11:\"plugin_tags\";a:6:{i:489;a:3:{s:4:\"name\";s:31:\"BuddyPress Plugins &amp; Themes\";s:5:\"count\";i:5;s:4:\"pids\";a:5:{i:0;s:3:\"167\";i:1;s:4:\"9135\";i:2;s:3:\"257\";i:3;s:2:\"51\";i:4;s:3:\"248\";}}i:32;a:3:{s:4:\"name\";s:26:\"WordPress Business Plugins\";s:5:\"count\";i:5;s:4:\"pids\";a:5:{i:0;s:7:\"1107020\";i:1;s:3:\"167\";i:2;s:4:\"9135\";i:3;s:3:\"248\";i:4;s:7:\"2097296\";}}i:498;a:3:{s:4:\"name\";s:27:\"WordPress Marketing Plugins\";s:5:\"count\";i:3;s:4:\"pids\";a:3:{i:0;s:7:\"1107020\";i:1;s:3:\"167\";i:2;s:7:\"2097296\";}}i:16;a:3:{s:4:\"name\";s:27:\"WordPress Multisite Plugins\";s:5:\"count\";i:9;s:4:\"pids\";a:9:{i:0;s:6:\"912164\";i:1;s:7:\"1081721\";i:2;s:7:\"1081723\";i:3;s:3:\"167\";i:4;s:3:\"257\";i:5;s:7:\"1107020\";i:6;s:4:\"9135\";i:7;s:2:\"51\";i:8;s:3:\"248\";}}i:31;a:3:{s:4:\"name\";s:28:\"WordPress Publishing Plugins\";s:5:\"count\";i:3;s:4:\"pids\";a:3:{i:0;s:6:\"912164\";i:1;s:3:\"167\";i:2;s:3:\"257\";}}i:50;a:3:{s:4:\"name\";s:21:\"WordPress SEO Plugins\";s:5:\"count\";i:5;s:4:\"pids\";a:5:{i:0;s:7:\"1107020\";i:1;s:3:\"167\";i:2;s:7:\"1081721\";i:3;s:4:\"9135\";i:4;s:2:\"51\";}}}s:11:\"free_notice\";N;s:13:\"single_notice\";N;s:11:\"full_notice\";a:3:{s:4:\"time\";i:1509947375;s:3:\"msg\";s:262:\"<strong>We\'ve pushed all-new updates to The Hub!</strong><br />What\'s The Hub? Only the best way to manage all your sites in one place! Login to your WPMU DEV account to check out the new features. <a href=\"https://wpmudev.com/hub/my-websites/\">Go to The Hub</a>\";s:6:\"author\";i:164650;}}','no');
INSERT INTO `wplc_options` VALUES (441979,'wdp_un_profile_data','a:3:{s:5:\"forum\";a:1:{s:15:\"support_threads\";a:1:{i:0;a:7:{s:5:\"title\";s:56:\"[Snapshot Pro] Snapshot Automated Backups Not Triggering\";s:4:\"link\";s:88:\"https://wpmudev.com/forums/topic/snapshot-pro-snapshot-automated-backups-not-triggering/\";s:9:\"timestamp\";s:10:\"1685374193\";s:4:\"user\";s:17:\"Antonio Madureira\";s:6:\"status\";s:12:\"not_resolved\";s:6:\"unread\";b:1;s:5:\"posts\";i:3;}}}s:7:\"profile\";a:6:{s:2:\"id\";i:1102381;s:4:\"name\";s:24:\"Ryan T. M. Reiffenberger\";s:9:\"user_name\";s:16:\"ryan@ftghost.net\";s:12:\"member_since\";i:1683122651;s:6:\"avatar\";s:170:\"https://wpmudev.com/avatar/63f62b4fbd902dd5ad61da3240eb0ba7?s=150&d=https%3A%2F%2Fwpmudev.com%2Fwp-content%2Fthemes%2Fwpmudev-2015-1%2Fassets%2Fimg%2Favatars%2F6.png&r=pg\";s:5:\"title\";s:4:\"Free\";}s:6:\"points\";a:4:{s:10:\"rep_points\";i:9;s:7:\"history\";a:5:{i:0;a:8:{s:2:\"id\";s:7:\"2132074\";s:4:\"type\";s:3:\"rep\";s:9:\"timestamp\";s:10:\"1695584704\";s:6:\"points\";s:1:\"1\";s:11:\"reason_code\";s:13:\"forum_comment\";s:6:\"reason\";s:196:\"You commented on the discussion <a href=\'https://wpmudev.com/forums/topic/proposed-updates-to-client-billing-portal/#post-4288881\'>Proposed Updates to &#8216;Client &amp; Billing&#8217; Portal</a>\";s:9:\"object_id\";s:7:\"4288881\";s:9:\"from_user\";N;}i:1;a:8:{s:2:\"id\";s:7:\"2132071\";s:4:\"type\";s:3:\"rep\";s:9:\"timestamp\";s:10:\"1695584442\";s:6:\"points\";s:1:\"1\";s:11:\"reason_code\";s:13:\"forum_comment\";s:6:\"reason\";s:196:\"You commented on the discussion <a href=\'https://wpmudev.com/forums/topic/proposed-updates-to-client-billing-portal/#post-4288879\'>Proposed Updates to &#8216;Client &amp; Billing&#8217; Portal</a>\";s:9:\"object_id\";s:7:\"4288879\";s:9:\"from_user\";N;}i:2;a:8:{s:2:\"id\";s:7:\"2132052\";s:4:\"type\";s:3:\"rep\";s:9:\"timestamp\";s:10:\"1695582183\";s:6:\"points\";s:1:\"1\";s:11:\"reason_code\";s:13:\"forum_comment\";s:6:\"reason\";s:196:\"You commented on the discussion <a href=\'https://wpmudev.com/forums/topic/proposed-updates-to-client-billing-portal/#post-4288872\'>Proposed Updates to &#8216;Client &amp; Billing&#8217; Portal</a>\";s:9:\"object_id\";s:7:\"4288872\";s:9:\"from_user\";N;}i:3;a:8:{s:2:\"id\";s:7:\"2132051\";s:4:\"type\";s:3:\"rep\";s:9:\"timestamp\";s:10:\"1695582122\";s:6:\"points\";s:1:\"1\";s:11:\"reason_code\";s:13:\"forum_comment\";s:6:\"reason\";s:196:\"You commented on the discussion <a href=\'https://wpmudev.com/forums/topic/proposed-updates-to-client-billing-portal/#post-4288871\'>Proposed Updates to &#8216;Client &amp; Billing&#8217; Portal</a>\";s:9:\"object_id\";s:7:\"4288871\";s:9:\"from_user\";N;}i:4;a:8:{s:2:\"id\";s:7:\"2132029\";s:4:\"type\";s:3:\"rep\";s:9:\"timestamp\";s:10:\"1695579776\";s:6:\"points\";s:1:\"5\";s:11:\"reason_code\";s:10:\"forum_post\";s:6:\"reason\";s:178:\"You started the discussion <a href=\'https://wpmudev.com/forums/topic/proposed-updates-to-client-billing-portal/\'>Proposed Updates to &#8216;Client &amp; Billing&#8217; Portal</a>\";s:9:\"object_id\";s:7:\"4288857\";s:9:\"from_user\";N;}}s:11:\"hero_points\";i:51;s:9:\"rep_level\";a:4:{s:4:\"base\";i:0;s:5:\"level\";i:0;s:4:\"name\";s:0:\"\";s:5:\"title\";s:11:\"New Recruit\";}}}','no');
INSERT INTO `wplc_options` VALUES (441980,'wdp_un_whitelabel','a:15:{s:7:\"enabled\";b:0;s:16:\"branding_enabled\";b:0;s:24:\"branding_enabled_subsite\";b:0;s:13:\"branding_type\";s:7:\"default\";s:14:\"branding_image\";s:0:\"\";s:17:\"branding_image_id\";i:0;s:19:\"branding_image_link\";s:0:\"\";s:14:\"footer_enabled\";b:0;s:11:\"footer_text\";s:0:\"\";s:14:\"labels_enabled\";b:0;s:13:\"labels_config\";b:0;s:22:\"labels_config_selected\";s:0:\"\";s:18:\"labels_networkwide\";b:1;s:15:\"labels_subsites\";a:0:{}s:17:\"doc_links_enabled\";b:0;}','no');
INSERT INTO `wplc_options` VALUES (441981,'wdp_un_analytics','a:5:{s:7:\"enabled\";b:1;s:7:\"tracker\";s:26:\"https://stats1.wpmudev.com\";s:7:\"site_id\";i:158433;s:7:\"metrics\";a:6:{i:0;s:9:\"pageviews\";i:1;s:16:\"unique_pageviews\";i:2;s:9:\"page_time\";i:3;s:6:\"visits\";i:4;s:11:\"bounce_rate\";i:5;s:9:\"exit_rate\";}s:4:\"role\";s:13:\"administrator\";}','no');
INSERT INTO `wplc_options` VALUES (441982,'wdp_un_sso','a:4:{s:7:\"enabled\";b:1;s:6:\"userid\";i:1;s:14:\"previous_token\";d:1702053669.2455999851226806640625;s:12:\"active_token\";s:13:\"65734727dc779\";}','no');
INSERT INTO `wplc_options` VALUES (441983,'wdp_un_data','a:2:{s:17:\"preserve_settings\";b:1;s:9:\"keep_data\";b:1;}','no');
INSERT INTO `wplc_options` VALUES (441984,'wdp_un_general','a:11:{s:16:\"last_run_updates\";i:1705946408;s:16:\"last_run_profile\";i:1702057271;s:13:\"last_run_sync\";a:3:{s:4:\"time\";i:1705959016;s:4:\"hash\";s:32:\"f36db933b7485c6ee9605422a4e6811e\";s:5:\"fails\";i:0;}s:11:\"staff_notes\";s:0:\"\";s:18:\"translation_locale\";s:5:\"en_US\";s:7:\"version\";s:7:\"4.11.23\";s:13:\"limit_to_user\";a:1:{i:0;i:1;}s:9:\"auth_user\";s:16:\"ryan@ftghost.net\";s:9:\"hub_nonce\";d:1705968148.446262359619140625;s:9:\"site_info\";a:6:{s:10:\"wp_version\";s:5:\"6.4.2\";s:11:\"php_version\";s:6:\"7.4.33\";s:8:\"wp_debug\";b:0;s:12:\"issues_total\";i:5;s:10:\"php_memory\";s:4:\"768M\";s:12:\"is_multisite\";b:0;}s:20:\"last_run_translation\";i:1705903205;}','no');
INSERT INTO `wplc_options` VALUES (441992,'wdp_un_membership_data','a:8:{s:17:\"is_tickets_hidden\";b:0;s:22:\"membership_access_type\";s:4:\"paid\";s:10:\"membership\";s:4:\"full\";s:21:\"membership_full_level\";s:6:\"agency\";s:28:\"membership_excluded_projects\";a:0:{}s:17:\"membership_access\";b:1;s:8:\"services\";a:3:{s:6:\"uptime\";b:1;s:8:\"automate\";b:1;s:7:\"reports\";i:0;}s:11:\"hub_site_id\";s:7:\"3159250\";}','no');
INSERT INTO `wplc_options` VALUES (441993,'wdp_un_updates_available','a:1:{i:1081723;a:10:{s:3:\"url\";s:40:\"https://wpmudev.com/project/wp-defender/\";s:4:\"type\";s:6:\"plugin\";s:16:\"instructions_url\";s:50:\"https://wpmudev.com/api/dashboard/v2/usage/1081723\";s:4:\"name\";s:12:\"Defender Pro\";s:8:\"filename\";s:27:\"wp-defender/wp-defender.php\";s:9:\"thumbnail\";s:59:\"https://wpmudev.com/wp-content/uploads/2016/03/Defender.png\";s:7:\"version\";s:5:\"4.4.1\";s:11:\"new_version\";s:5:\"4.4.2\";s:9:\"changelog\";a:0:{}s:10:\"autoupdate\";i:1;}}','no');
INSERT INTO `wplc_options` VALUES (441994,'wdp_un_translation_updates_available','a:0:{}','no');
INSERT INTO `wplc_options` VALUES (442005,'wpmudev_apikey','24fdf1fd33e0f04211c4e6a8c568cc140079c3f4','no');
INSERT INTO `wplc_options` VALUES (442008,'wdp_un_notifications','a:1:{i:2927;a:6:{s:2:\"id\";i:2927;s:7:\"content\";s:621:\"<p>braeden.ellis, you can now enable direct login to all your sites from The WPMU DEV Hub. To do this we don\'t store any passwords or usernames, you just need to visit the Dashboard\'s Settings area and check \'Enable Single Sign-on for this website\'.</p><p>\r\n				<a href=\"https://www.dubdelivery.club/wp-admin/admin.php?page=wpmudev-settings\" class=\"button-primary\">Single Sign-on Settings</a>\r\n				<a href=\"#\" class=\"wdp-notice-dismiss\" style=\"margin-left:20px;\" data-msg=\"Saving\">Dismiss</a>\r\n				<button type=\"button\" class=\"notice-dismiss\"><span class=\"screen-reader-text\">Dismiss this notice.</span></button>\r\n			</p>\";s:9:\"dismissed\";b:1;s:11:\"can_dismiss\";b:1;s:3:\"cta\";s:0:\"\";s:11:\"time_create\";i:1685467922;}}','no');
INSERT INTO `wplc_options` VALUES (442099,'wd_db_version','4.4.1','no');
INSERT INTO `wplc_options` VALUES (442100,'wd_show_feature_global_ip','1','no');
INSERT INTO `wplc_options` VALUES (442121,'wp-smush-last_run_sync','a:2:{s:4:\"time\";i:1705883405;s:5:\"fails\";i:0;}','no');
INSERT INTO `wplc_options` VALUES (442122,'wp_smush_api_auth','a:1:{s:40:\"24fdf1fd33e0f04211c4e6a8c568cc140079c3f4\";a:2:{s:8:\"validity\";s:5:\"valid\";s:9:\"timestamp\";i:1705883405;}}','no');
INSERT INTO `wplc_options` VALUES (442123,'wp-smush-cdn_status','O:8:\"stdClass\":11:{s:5:\"limit\";i:32;s:11:\"cdn_enabled\";b:0;s:12:\"cdn_enabling\";b:0;s:7:\"site_id\";i:3159250;s:12:\"endpoint_url\";s:0:\"\";s:14:\"bandwidth_plan\";i:50;s:23:\"bandwidth_plan_in_bytes\";i:53687091200;s:23:\"user_bandwidth_in_bytes\";i:584965772;s:9:\"bandwidth\";i:0;s:4:\"hits\";i:0;s:12:\"cache_misses\";i:0;}','no');
INSERT INTO `wplc_options` VALUES (442124,'wp-smush-settings','a:25:{s:4:\"auto\";b:1;s:5:\"lossy\";b:0;s:10:\"strip_exif\";b:1;s:6:\"resize\";b:0;s:9:\"detection\";b:0;s:8:\"original\";b:0;s:6:\"backup\";b:0;s:8:\"no_scale\";b:0;s:10:\"png_to_jpg\";b:0;s:7:\"nextgen\";b:0;s:2:\"s3\";b:0;s:9:\"gutenberg\";b:0;s:10:\"js_builder\";b:0;s:5:\"gform\";b:0;s:3:\"cdn\";b:0;s:11:\"auto_resize\";b:0;s:4:\"webp\";b:1;s:5:\"usage\";b:0;s:17:\"accessible_colors\";b:0;s:9:\"keep_data\";b:1;s:9:\"lazy_load\";b:0;s:17:\"background_images\";b:1;s:16:\"rest_api_support\";b:0;s:8:\"webp_mod\";b:0;s:16:\"background_email\";b:0;}','yes');
INSERT INTO `wplc_options` VALUES (442163,'wphb_version','3.7.2','no');
INSERT INTO `wplc_options` VALUES (442164,'wphb-notice-uptime-info-show','yes','no');
INSERT INTO `wplc_options` VALUES (442165,'wphb_run_onboarding','','no');
INSERT INTO `wplc_options` VALUES (442166,'wp-smush-install-type','existing','no');
INSERT INTO `wplc_options` VALUES (442167,'wp-smush-version','3.15.3','no');
INSERT INTO `wplc_options` VALUES (442168,'wp_smush_global_stats','a:3:{s:25:\"rescan_required_timestamp\";i:1685468115;s:22:\"image_attachment_count\";i:135;s:22:\"optimized_images_count\";i:592;}','no');
INSERT INTO `wplc_options` VALUES (442169,'wp_smush_image_sizes_state','a:2:{s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:3:{s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";s:4:\"crop\";b:1;}s:6:\"medium\";a:3:{s:5:\"width\";s:3:\"300\";s:6:\"height\";s:3:\"300\";s:4:\"crop\";b:0;}s:5:\"large\";a:3:{s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:4:\"1024\";s:4:\"crop\";b:0;}s:9:\"1536x1536\";a:3:{s:5:\"width\";i:1536;s:6:\"height\";i:1536;s:4:\"crop\";b:0;}s:9:\"2048x2048\";a:3:{s:5:\"width\";i:2048;s:6:\"height\";i:2048;s:4:\"crop\";b:0;}s:21:\"woocommerce_thumbnail\";a:3:{s:5:\"width\";i:300;s:6:\"height\";i:300;s:4:\"crop\";i:1;}s:18:\"woocommerce_single\";a:3:{s:5:\"width\";i:600;s:6:\"height\";i:0;s:4:\"crop\";i:0;}s:29:\"woocommerce_gallery_thumbnail\";a:3:{s:5:\"width\";i:100;s:6:\"height\";i:100;s:4:\"crop\";i:1;}s:12:\"medium_large\";a:2:{s:5:\"width\";i:768;s:6:\"height\";i:0;}}s:4:\"hash\";i:66951263123;}','yes');
INSERT INTO `wplc_options` VALUES (442172,'wplc_smartcrawl_redirects_version','1.0.0','yes');
INSERT INTO `wplc_options` VALUES (442173,'wds_version','3.9.2','yes');
INSERT INTO `wplc_options` VALUES (442183,'wds_schema_options','a:36:{s:16:\"person_job_title\";s:0:\"\";s:19:\"person_phone_number\";s:0:\"\";s:17:\"organization_type\";s:0:\"\";s:25:\"organization_contact_type\";s:16:\"customer support\";s:25:\"organization_phone_number\";s:0:\"\";s:27:\"schema_main_navigation_menu\";s:0:\"\";s:31:\"schema_archive_main_entity_type\";s:0:\"\";s:17:\"schema_yt_api_key\";s:0:\"\";s:17:\"person_brand_name\";s:0:\"\";s:10:\"person_bio\";s:0:\"\";s:24:\"organization_description\";s:0:\"\";s:19:\"schema_website_logo\";i:0;s:15:\"person_portrait\";i:0;s:19:\"person_contact_page\";i:0;s:25:\"organization_contact_page\";i:0;s:18:\"schema_output_page\";i:0;s:17:\"schema_about_page\";i:0;s:19:\"schema_contact_page\";i:0;s:20:\"schema_default_image\";i:0;s:17:\"person_brand_logo\";i:0;s:20:\"sitelinks_search_box\";b:1;s:23:\"schema_wp_header_footer\";b:0;s:22:\"schema_enable_comments\";b:0;s:24:\"schema_enable_author_url\";b:1;s:29:\"schema_enable_author_gravatar\";b:0;s:32:\"schema_enable_post_type_archives\";b:1;s:34:\"schema_disabled_post_type_archives\";a:0:{}s:29:\"schema_enable_author_archives\";b:1;s:20:\"schema_enable_search\";b:1;s:27:\"schema_enable_date_archives\";b:1;s:31:\"schema_enable_taxonomy_archives\";b:1;s:33:\"schema_disabled_taxonomy_archives\";a:0:{}s:19:\"schema_enable_audio\";b:0;s:19:\"schema_enable_video\";b:0;s:20:\"schema_enable_yt_api\";b:0;s:25:\"schema_enable_test_button\";b:1;}','yes');
INSERT INTO `wplc_options` VALUES (442188,'wds_blog_tabs','a:6:{s:10:\"wds_onpage\";b:1;s:10:\"wds_schema\";b:1;s:10:\"wds_social\";b:1;s:11:\"wds_sitemap\";b:1;s:13:\"wds_autolinks\";b:1;s:12:\"wds_settings\";b:1;}','no');
INSERT INTO `wplc_options` VALUES (442194,'wpmudev_recommended_plugins_registered','a:1:{s:29:\"wpmu-dev-seo/wpmu-dev-seo.php\";a:1:{s:13:\"registered_at\";i:1685468119;}}','no');
INSERT INTO `wplc_options` VALUES (442196,'wp_smush_pre_3_12_6_site','0','no');
INSERT INTO `wplc_options` VALUES (442213,'wphb_settings','a:12:{s:6:\"minify\";a:28:{s:7:\"enabled\";b:1;s:7:\"use_cdn\";b:1;s:8:\"delay_js\";b:0;s:12:\"critical_css\";b:0;s:17:\"critical_css_type\";s:6:\"remove\";s:24:\"critical_css_remove_type\";s:28:\"user_interaction_with_remove\";s:17:\"critical_css_mode\";s:0:\"\";s:19:\"critical_page_types\";a:7:{i:0;s:9:\"frontpage\";i:1;s:4:\"home\";i:2;s:4:\"page\";i:3;s:6:\"single\";i:4;s:7:\"archive\";i:5;s:8:\"category\";i:6;s:3:\"tag\";}s:34:\"critical_skipped_custom_post_types\";a:0:{}s:3:\"log\";b:0;s:9:\"file_path\";s:0:\"\";s:11:\"minify_blog\";b:0;s:4:\"view\";s:5:\"basic\";s:4:\"type\";s:6:\"speedy\";s:9:\"do_assets\";a:3:{s:6:\"styles\";b:1;s:7:\"scripts\";b:1;s:5:\"fonts\";b:1;}s:5:\"block\";a:2:{s:7:\"scripts\";a:0:{}s:6:\"styles\";a:0:{}}s:11:\"dont_minify\";a:2:{s:7:\"scripts\";a:4:{i:0;s:6:\"jquery\";i:1;s:14:\"youtube-player\";i:2;s:17:\"elementor-pro-app\";i:3;s:18:\"jquery-ui-position\";}s:6:\"styles\";a:21:{i:0;s:22:\"wp-block-library-theme\";i:1;s:13:\"global-styles\";i:2;s:15:\"age-gate-custom\";i:3;s:16:\"age-gate-options\";i:4;s:18:\"woocommerce-inline\";i:5;s:56:\"fl-builder-google-fonts-959d6c3bb46b23ed1bd801274a303639\";i:6;s:56:\"fl-builder-google-fonts-e667b18622e5ddbfa0495fbbd7fd97ed\";i:7;s:56:\"fl-builder-google-fonts-6484b30d606b2a54aab4128d288ad629\";i:8;s:56:\"fl-builder-google-fonts-6bf285763b7cb3a352c2075ceeac5fa6\";i:9;s:56:\"fl-builder-google-fonts-6176a79db62a97243c6a8faddc327234\";i:10;s:20:\"classic-theme-styles\";i:11;s:27:\"core-block-supports-duotone\";i:12;s:22:\"videopress-video-style\";i:13;s:14:\"google-fonts-1\";i:14;s:19:\"elementor-post-7532\";i:15;s:19:\"elementor-post-7557\";i:16;s:19:\"elementor-post-8266\";i:17;s:27:\"szbd-shipping-message-block\";i:18;s:40:\"szbd-shipping-message-blocks-integration\";i:19;s:27:\"szbd-method-selection-block\";i:20;s:36:\"shipping-workshop-blocks-integration\";}}s:12:\"dont_combine\";a:2:{s:7:\"scripts\";a:17:{i:0;s:6:\"jquery\";i:1;s:14:\"youtube-player\";i:2;s:11:\"wp-polyfill\";i:3;s:17:\"wc-blocks-vendors\";i:4;s:48:\"aioseo/js/src/vue/standalone/seo-preview/main.js\";i:5;s:40:\"aioseo/js/src/vue/standalone/app/main.js\";i:6;s:17:\"elementor-pro-app\";i:7;s:17:\"elementor-web-cli\";i:8;s:19:\"elementor-pro-notes\";i:9;s:33:\"elementor-pro-notes-app-initiator\";i:10;s:24:\"elementor-common-modules\";i:11;s:16:\"elementor-common\";i:12;s:20:\"elementor-app-loader\";i:13;s:29:\"elementor-pro-webpack-runtime\";i:14;s:25:\"elementor-webpack-runtime\";i:15;s:18:\"jquery-ui-position\";i:16;s:6:\"lodash\";}s:6:\"styles\";a:21:{i:0;s:22:\"wp-block-library-theme\";i:1;s:13:\"global-styles\";i:2;s:15:\"age-gate-custom\";i:3;s:16:\"age-gate-options\";i:4;s:18:\"woocommerce-inline\";i:5;s:56:\"fl-builder-google-fonts-959d6c3bb46b23ed1bd801274a303639\";i:6;s:56:\"fl-builder-google-fonts-e667b18622e5ddbfa0495fbbd7fd97ed\";i:7;s:56:\"fl-builder-google-fonts-6484b30d606b2a54aab4128d288ad629\";i:8;s:56:\"fl-builder-google-fonts-6bf285763b7cb3a352c2075ceeac5fa6\";i:9;s:56:\"fl-builder-google-fonts-6176a79db62a97243c6a8faddc327234\";i:10;s:20:\"classic-theme-styles\";i:11;s:27:\"core-block-supports-duotone\";i:12;s:22:\"videopress-video-style\";i:13;s:14:\"google-fonts-1\";i:14;s:19:\"elementor-post-7532\";i:15;s:19:\"elementor-post-7557\";i:16;s:19:\"elementor-post-8266\";i:17;s:27:\"szbd-shipping-message-block\";i:18;s:40:\"szbd-shipping-message-blocks-integration\";i:19;s:27:\"szbd-method-selection-block\";i:20;s:36:\"shipping-workshop-blocks-integration\";}}s:8:\"position\";a:2:{s:7:\"scripts\";a:0:{}s:6:\"styles\";a:0:{}}s:5:\"defer\";a:2:{s:7:\"scripts\";a:0:{}s:6:\"styles\";a:0:{}}s:6:\"inline\";a:2:{s:7:\"scripts\";a:0:{}s:6:\"styles\";a:0:{}}s:5:\"nocdn\";a:2:{s:7:\"scripts\";a:13:{i:0;s:11:\"wp-polyfill\";i:1;s:17:\"wc-blocks-vendors\";i:2;s:48:\"aioseo/js/src/vue/standalone/seo-preview/main.js\";i:3;s:40:\"aioseo/js/src/vue/standalone/app/main.js\";i:4;s:17:\"elementor-web-cli\";i:5;s:19:\"elementor-pro-notes\";i:6;s:33:\"elementor-pro-notes-app-initiator\";i:7;s:24:\"elementor-common-modules\";i:8;s:16:\"elementor-common\";i:9;s:20:\"elementor-app-loader\";i:10;s:29:\"elementor-pro-webpack-runtime\";i:11;s:25:\"elementor-webpack-runtime\";i:12;s:6:\"lodash\";}s:6:\"styles\";a:0:{}}s:19:\"delay_js_exclusions\";s:0:\"\";s:23:\"delay_js_exclusion_list\";a:73:{i:0;s:14:\"wphb-add-delay\";i:1;s:31:\"/wp-includes/js/wp-embed.min.js\";i:2;s:15:\"lazyLoadOptions\";i:3;s:13:\"lazyLoadThumb\";i:4;s:26:\"/assets/js/smush-lazy-load\";i:5;s:13:\"eio_lazy_vars\";i:6;s:34:\"\\/lazysizes(\\.min|-pre|-post)?\\.js\";i:7;s:15:\"avada-header.js\";i:8;s:30:\"et_core_page_resource_fallback\";i:9;s:25:\"window.\\$us === undefined\";i:10;s:8:\"js-extra\";i:11;s:12:\"modernizr.js\";i:12;s:20:\"fusionNavIsCollapsed\";i:13;s:17:\"et_animation_data\";i:14;s:16:\"wpforms_settings\";i:15;s:11:\"var nfForms\";i:16;s:14:\"//stats.wp.com\";i:17;s:28:\"var billing_additional_field\";i:18;s:9:\"_stq.push\";i:19;s:15:\"avadaHeaderVars\";i:20;s:10:\"var gtm4wp\";i:21;s:21:\"var dataLayer_content\";i:22;s:9:\"cpLoadCSS\";i:23;s:13:\"ninja_column_\";i:24;s:16:\"var rbs_gallery_\";i:25;s:12:\"var lepopup_\";i:26;s:14:\"wprRemoveCPCSS\";i:27;s:44:\"document\\.body\\.classList\\.remove\\(\"no-js\"\\)\";i:28;s:64:\"document\\.documentElement\\.className\\.replace\\( \'no-js\', \'js\' \\)\";i:29;s:29:\"fluent_form_ff_form_instance_\";i:30;s:54:\"/ewww-image-optimizer/includes/load[_-]webp(\\.min)?.js\";i:31;s:52:\"/ewww-image-optimizer/includes/check-webp(\\.min)?.js\";i:32;s:19:\"ewww_webp_supported\";i:33;s:23:\"/Divi/js/scripts.min.js\";i:34;s:57:\"/jetpack-boost/vendor/automattic/jetpack-lazy-images/(.*)\";i:35;s:32:\"/dist/js/browser-redirect/app.js\";i:36;s:34:\"\\/perfmatters\\/js\\/lazyload.min.js\";i:37;s:16:\"lazyLoadInstance\";i:38;s:27:\"scripts.mediavine.com/tags/\";i:39;s:9:\"simpli.fi\";i:40;s:17:\"initCubePortfolio\";i:41;s:17:\"gforms_recaptcha_\";i:42;s:12:\"generateBlog\";i:43;s:14:\"var sc_project\";i:44;s:34:\"statcounter.com/counter/counter.js\";i:45;s:14:\"masonry.min.js\";i:46;s:19:\"imagesloaded.min.js\";i:47;s:20:\"booking-suedtirol-js\";i:48;s:26:\"wpcp_css_disable_selection\";i:49;s:30:\"jetpack-lazy-images-js-enabled\";i:50;s:26:\"jetpack-boost-critical-css\";i:51;s:24:\"wpformsRecaptchaCallback\";i:52;s:59:\"/jetpack/jetpack_vendor/automattic/jetpack-lazy-images/(.*)\";i:53;s:41:\"/gravityforms/js/conditional_logic.min.js\";i:54;s:55:\"/themify-builder/themify/js/modules/fallback(\\.min)?.js\";i:55;s:16:\"handlePixMessage\";i:56;s:16:\"var corner_video\";i:57;s:27:\"cdn.pixfuture.com\\/hb_v2.js\";i:58;s:26:\"cdn.pixfuture.com\\/pbix.js\";i:59;s:46:\"served-by.pixfuture.com\\/www\\/delivery\\/ads.js\";i:60;s:67:\"served-by.pixfuture.com\\/www\\/delivery\\/headerbid_sticky_refresh.js\";i:61;s:37:\"serv-vdo.pixfuture.com\\/vpaid\\/ads.js\";i:62;s:19:\"window.jdgmSettings\";i:63;s:73:\"\\/photonic\\/include\\/js\\/front-end\\/nomodule\\/photonic-baguettebox.min.js\";i:64;s:57:\"\\/photonic\\/include\\/ext\\/baguettebox\\/baguettebox.min.js\";i:65;s:27:\"window.wsf_form_json_config\";i:66;s:20:\"et_link_options_data\";i:67;s:19:\"FuseboxPlayerAPIKey\";i:68;s:29:\"js.hscta.net\\/cta\\/current.js\";i:69;s:14:\"hbspt.cta.load\";i:70;s:28:\"consent.cookiebot.com\\/uc.js\";i:71;s:57:\"\\/woofilter-pro\\/woofilterpro\\/js\\/ion.rangeSlider.min.js\";i:72;s:22:\"barra.r7.com\\/barra.js\";}s:16:\"delay_js_timeout\";i:20;s:5:\"fonts\";a:4:{i:0;s:56:\"fl-builder-google-fonts-959d6c3bb46b23ed1bd801274a303639\";i:1;s:56:\"fl-builder-google-fonts-e667b18622e5ddbfa0495fbbd7fd97ed\";i:2;s:56:\"fl-builder-google-fonts-6484b30d606b2a54aab4128d288ad629\";i:3;s:56:\"fl-builder-google-fonts-6bf285763b7cb3a352c2075ceeac5fa6\";}s:7:\"preload\";a:2:{s:7:\"scripts\";a:0:{}s:6:\"styles\";a:0:{}}s:5:\"async\";a:2:{s:7:\"scripts\";a:0:{}s:6:\"styles\";a:0:{}}}s:6:\"uptime\";a:3:{s:7:\"enabled\";b:1;s:13:\"notifications\";a:3:{s:7:\"enabled\";b:1;s:10:\"recipients\";a:1:{i:0;a:7:{s:4:\"name\";s:24:\"Ryan T. M. Reiffenberger\";s:5:\"email\";s:16:\"ryan@ftghost.net\";s:2:\"id\";i:0;s:4:\"role\";s:0:\"\";s:10:\"is_pending\";b:0;s:13:\"is_subscribed\";b:1;s:26:\"is_can_resend_confirmation\";b:0;}}s:9:\"threshold\";i:0;}s:7:\"reports\";a:1:{s:7:\"enabled\";b:0;}}s:8:\"gravatar\";a:1:{s:7:\"enabled\";b:0;}s:10:\"page_cache\";a:7:{s:7:\"enabled\";b:1;s:10:\"cache_blog\";b:1;s:9:\"detection\";s:4:\"auto\";s:12:\"pages_cached\";i:0;s:12:\"integrations\";a:2:{s:7:\"varnish\";b:0;s:7:\"opcache\";b:0;}s:7:\"preload\";b:0;s:12:\"preload_type\";a:2:{s:9:\"home_page\";b:1;s:8:\"on_clear\";b:1;}}s:7:\"caching\";a:4:{s:10:\"expiry_css\";s:12:\"1y/A31536000\";s:17:\"expiry_javascript\";s:12:\"1y/A31536000\";s:12:\"expiry_media\";s:12:\"1y/A31536000\";s:13:\"expiry_images\";s:12:\"1y/A31536000\";}s:10:\"cloudflare\";a:13:{s:7:\"enabled\";b:0;s:9:\"connected\";b:0;s:10:\"last_check\";i:1702001896;s:5:\"email\";s:0:\"\";s:7:\"api_key\";s:0:\"\";s:10:\"account_id\";s:0:\"\";s:4:\"zone\";s:0:\"\";s:9:\"zone_name\";s:0:\"\";s:4:\"plan\";b:0;s:10:\"page_rules\";a:0:{}s:12:\"cache_expiry\";i:31536000;s:8:\"apo_paid\";b:0;s:3:\"apo\";a:0:{}}s:11:\"performance\";a:3:{s:7:\"reports\";a:1:{s:7:\"enabled\";b:0;}s:13:\"subsite_tests\";b:1;s:9:\"dismissed\";b:0;}s:8:\"advanced\";a:8:{s:12:\"query_string\";b:1;s:20:\"query_strings_global\";b:0;s:5:\"emoji\";b:1;s:12:\"emoji_global\";b:0;s:8:\"prefetch\";a:0:{}s:10:\"preconnect\";a:0:{}s:14:\"cart_fragments\";b:1;s:9:\"lazy_load\";a:5:{s:7:\"enabled\";b:0;s:6:\"method\";s:5:\"click\";s:6:\"button\";a:3:{s:10:\"dimensions\";a:3:{s:6:\"height\";i:0;s:5:\"width\";i:0;s:6:\"radius\";i:0;}s:5:\"color\";a:3:{s:10:\"background\";s:0:\"\";s:6:\"border\";s:0:\"\";s:5:\"hover\";s:0:\"\";}s:9:\"alignment\";a:6:{s:5:\"align\";s:6:\"center\";s:10:\"full_width\";s:2:\"on\";s:4:\"left\";i:0;s:5:\"right\";i:0;s:3:\"top\";i:0;s:6:\"bottom\";i:0;}}s:9:\"threshold\";i:10;s:7:\"preload\";b:0;}}s:3:\"rss\";a:2:{s:7:\"enabled\";b:1;s:8:\"duration\";i:3600;}s:8:\"settings\";a:5:{s:17:\"accessible_colors\";b:0;s:15:\"remove_settings\";b:0;s:11:\"remove_data\";b:0;s:8:\"tracking\";b:0;s:7:\"control\";b:1;}s:5:\"redis\";a:1:{s:7:\"enabled\";b:0;}s:8:\"database\";a:1:{s:7:\"reports\";a:1:{s:7:\"enabled\";b:0;}}}','yes');
INSERT INTO `wplc_options` VALUES (442220,'blc_settings','{\"scan_status\":\"completed\",\"site_connected\":\"\",\"activation_modal_shown\":\"1\",\"use_legacy_blc_version\":\"\",\"blc_schedule_scan_in_progress\":\"\",\"show_multisite_notice\":\"1\",\"installation_timestamp\":\"1685468139\",\"v2_activation_request\":\"\",\"schedule\":{\"active\":\"\",\"recipients\":[],\"registered_recipients_data\":[],\"emailrecipients\":[],\"frequency\":\"daily\",\"days\":[],\"monthdays\":[],\"time\":\"00:00\"},\"scan_results\":{\"broken_links_list\":null,\"broken_links\":\"0\",\"succeeded_urls\":\"1\",\"total_urls\":\"6\",\"unique_urls\":\"1\",\"start_time\":\"1685468235\",\"end_time\":\"1685468242\",\"duration\":\"6.916\"},\"plugin_version\":\"2.2.4\"}','no');
INSERT INTO `wplc_options` VALUES (442235,'hardener_settings','{\"issues\":[\"login-duration\",\"disable-trackback\",\"prevent-enum-users\",\"disable-file-editor\",\"protect-information\"],\"fixed\":[\"disable-xml-rpc\",\"wp-version\",\"hide-error\",\"php-version\",\"replace-admin-username\",\"security-key\",\"prevent-php-executed\"],\"ignore\":[],\"data\":[],\"last_seen\":\"\",\"last_sent\":\"\",\"automate\":false}','no');
INSERT INTO `wplc_options` VALUES (442240,'wp_defender_shown_activator','1','no');
INSERT INTO `wplc_options` VALUES (442246,'defender_scan_ignore_index','a:0:{}','no');
INSERT INTO `wplc_options` VALUES (442265,'wds-lighthouse-seo-last-report','a:4:{s:4:\"code\";i:200;s:7:\"message\";s:0:\"\";s:4:\"data\";a:5:{s:2:\"id\";s:6:\"945224\";s:4:\"time\";s:10:\"1685468623\";s:3:\"url\";s:87:\"https://www.dubdelivery.club/restricted/?r=354&wcm_redirect_to=page&wcm_redirect_id=354\";s:7:\"desktop\";a:4:{s:2:\"id\";s:87:\"https://www.dubdelivery.club/restricted/?r=354&wcm_redirect_to=page&wcm_redirect_id=354\";s:7:\"metrics\";a:15:{s:15:\"structured-data\";a:3:{s:11:\"description\";s:296:\"Run the [Structured Data Testing Tool](https://search.google.com/structured-data/testing-tool/) and the [Structured Data Linter](http://linter.structured-data.org/) to validate structured data. [Learn more about Structured Data](https://developer.chrome.com/docs/lighthouse/seo/structured-data/).\";s:5:\"title\";s:24:\"Structured data is valid\";s:6:\"weight\";i:0;}s:9:\"font-size\";a:3:{s:11:\"description\";s:264:\"Font sizes less than 12px are too small to be legible and require mobile visitors to “pinch to zoom” in order to read. Strive to have >60% of page text ≥12px. [Learn more about legible font sizes](https://developer.chrome.com/docs/lighthouse/seo/font-size/).\";s:5:\"title\";s:32:\"Document uses legible font sizes\";s:6:\"weight\";i:0;}s:11:\"tap-targets\";a:3:{s:11:\"description\";s:272:\"Interactive elements like buttons and links should be large enough (48x48px), or have enough space around them, to be easy enough to tap without overlapping onto other elements. [Learn more about tap targets](https://developer.chrome.com/docs/lighthouse/seo/tap-targets/).\";s:5:\"title\";s:35:\"Tap targets are sized appropriately\";s:6:\"weight\";i:0;}s:8:\"hreflang\";a:5:{s:11:\"description\";s:215:\"hreflang links tell search engines what version of a page they should list in search results for a given language or region. [Learn more about `hreflang`](https://developer.chrome.com/docs/lighthouse/seo/hreflang/).\";s:7:\"details\";a:3:{s:8:\"headings\";a:0:{}s:5:\"items\";a:0:{}s:4:\"type\";s:5:\"table\";}s:5:\"score\";i:1;s:5:\"title\";s:31:\"Document has a valid `hreflang`\";s:6:\"weight\";i:1;}s:9:\"canonical\";a:4:{s:11:\"description\";s:157:\"Canonical links suggest which URL to show in search results. [Learn more about canonical links](https://developer.chrome.com/docs/lighthouse/seo/canonical/).\";s:5:\"score\";i:1;s:5:\"title\";s:36:\"Document has a valid `rel=canonical`\";s:6:\"weight\";i:1;}s:9:\"link-text\";a:5:{s:11:\"description\";s:171:\"Descriptive link text helps search engines understand your content. [Learn how to make links more accessible](https://developer.chrome.com/docs/lighthouse/seo/link-text/).\";s:7:\"details\";a:3:{s:8:\"headings\";a:0:{}s:4:\"type\";s:5:\"table\";s:5:\"items\";a:0:{}}s:5:\"score\";i:1;s:5:\"title\";s:27:\"Links have descriptive text\";s:6:\"weight\";i:1;}s:9:\"image-alt\";a:5:{s:11:\"description\";s:227:\"Informative elements should aim for short, descriptive alternate text. Decorative elements can be ignored with an empty alt attribute. [Learn more about the `alt` attribute](https://dequeuniversity.com/rules/axe/4.7/image-alt).\";s:7:\"details\";a:3:{s:8:\"headings\";a:0:{}s:4:\"type\";s:5:\"table\";s:5:\"items\";a:0:{}}s:5:\"score\";i:1;s:5:\"title\";s:38:\"Image elements have `[alt]` attributes\";s:6:\"weight\";i:1;}s:7:\"plugins\";a:5:{s:11:\"description\";s:195:\"Search engines can\'t index plugin content, and many devices restrict plugins or don\'t support them. [Learn more about avoiding plugins](https://developer.chrome.com/docs/lighthouse/seo/plugins/).\";s:7:\"details\";a:3:{s:5:\"items\";a:0:{}s:8:\"headings\";a:0:{}s:4:\"type\";s:5:\"table\";}s:5:\"score\";i:1;s:5:\"title\";s:23:\"Document avoids plugins\";s:6:\"weight\";i:1;}s:16:\"meta-description\";a:4:{s:11:\"description\";s:197:\"Meta descriptions may be included in search results to concisely summarize page content. [Learn more about the meta description](https://developer.chrome.com/docs/lighthouse/seo/meta-description/).\";s:5:\"score\";i:1;s:5:\"title\";s:31:\"Document has a meta description\";s:6:\"weight\";i:1;}s:8:\"viewport\";a:5:{s:11:\"description\";s:308:\"A `<meta name=\"viewport\">` not only optimizes your app for mobile screen sizes, but also prevents [a 300 millisecond delay to user input](https://developer.chrome.com/blog/300ms-tap-delay-gone-away/). [Learn more about using the viewport meta tag](https://developer.chrome.com/docs/lighthouse/pwa/viewport/).\";s:5:\"score\";i:1;s:5:\"title\";s:66:\"Has a `<meta name=\"viewport\">` tag with `width` or `initial-scale`\";s:8:\"warnings\";a:0:{}s:6:\"weight\";i:1;}s:12:\"is-crawlable\";a:6:{s:11:\"description\";s:213:\"Search engines are unable to include your pages in search results if they don\'t have permission to crawl them. [Learn more about crawler directives](https://developer.chrome.com/docs/lighthouse/seo/is-crawlable/).\";s:7:\"details\";a:3:{s:8:\"headings\";a:0:{}s:5:\"items\";a:0:{}s:4:\"type\";s:5:\"table\";}s:5:\"score\";i:1;s:5:\"title\";s:34:\"Page isn’t blocked from indexing\";s:8:\"warnings\";a:0:{}s:6:\"weight\";i:1;}s:10:\"robots-txt\";a:5:{s:11:\"description\";s:229:\"If your robots.txt file is malformed, crawlers may not be able to understand how you want your website to be crawled or indexed. [Learn more about robots.txt](https://developer.chrome.com/docs/lighthouse/seo/invalid-robots-txt/).\";s:7:\"details\";a:3:{s:8:\"headings\";a:0:{}s:5:\"items\";a:0:{}s:4:\"type\";s:5:\"table\";}s:5:\"score\";i:1;s:5:\"title\";s:19:\"robots.txt is valid\";s:6:\"weight\";i:1;}s:14:\"document-title\";a:5:{s:11:\"description\";s:249:\"The title gives screen reader users an overview of the page, and search engine users rely on it heavily to determine if a page is relevant to their search. [Learn more about document titles](https://dequeuniversity.com/rules/axe/4.7/document-title).\";s:7:\"details\";a:3:{s:8:\"headings\";a:0:{}s:5:\"items\";a:0:{}s:4:\"type\";s:5:\"table\";}s:5:\"score\";i:1;s:5:\"title\";s:32:\"Document has a `<title>` element\";s:6:\"weight\";i:1;}s:16:\"http-status-code\";a:4:{s:11:\"description\";s:176:\"Pages with unsuccessful HTTP status codes may not be indexed properly. [Learn more about HTTP status codes](https://developer.chrome.com/docs/lighthouse/seo/http-status-code/).\";s:5:\"score\";i:1;s:5:\"title\";s:36:\"Page has successful HTTP status code\";s:6:\"weight\";i:1;}s:17:\"crawlable-anchors\";a:5:{s:11:\"description\";s:292:\"Search engines may use `href` attributes on links to crawl websites. Ensure that the `href` attribute of anchor elements links to an appropriate destination, so more pages of the site can be discovered. [Learn how to make links crawlable](https://support.google.com/webmasters/answer/9112205)\";s:7:\"details\";a:3:{s:4:\"type\";s:5:\"table\";s:8:\"headings\";a:0:{}s:5:\"items\";a:0:{}}s:5:\"score\";i:1;s:5:\"title\";s:19:\"Links are crawlable\";s:6:\"weight\";i:1;}}s:9:\"seo_score\";i:100;s:4:\"site\";a:6:{s:2:\"ID\";s:7:\"3159250\";s:6:\"domain\";s:21:\"www.dubdelivery.club/\";s:6:\"scheme\";s:5:\"https\";s:8:\"home_url\";s:28:\"https://www.dubdelivery.club\";s:18:\"installed_projects\";a:2:{s:6:\"themes\";a:0:{}s:7:\"plugins\";a:0:{}}s:13:\"updates_count\";a:2:{s:6:\"themes\";i:0;s:7:\"plugins\";i:0;}}}s:6:\"mobile\";a:4:{s:2:\"id\";s:87:\"https://www.dubdelivery.club/restricted/?r=354&wcm_redirect_to=page&wcm_redirect_id=354\";s:7:\"metrics\";a:15:{s:15:\"structured-data\";a:3:{s:11:\"description\";s:296:\"Run the [Structured Data Testing Tool](https://search.google.com/structured-data/testing-tool/) and the [Structured Data Linter](http://linter.structured-data.org/) to validate structured data. [Learn more about Structured Data](https://developer.chrome.com/docs/lighthouse/seo/structured-data/).\";s:5:\"title\";s:24:\"Structured data is valid\";s:6:\"weight\";i:0;}s:8:\"hreflang\";a:5:{s:11:\"description\";s:215:\"hreflang links tell search engines what version of a page they should list in search results for a given language or region. [Learn more about `hreflang`](https://developer.chrome.com/docs/lighthouse/seo/hreflang/).\";s:7:\"details\";a:3:{s:4:\"type\";s:5:\"table\";s:8:\"headings\";a:0:{}s:5:\"items\";a:0:{}}s:5:\"score\";i:1;s:5:\"title\";s:31:\"Document has a valid `hreflang`\";s:6:\"weight\";i:1;}s:9:\"canonical\";a:4:{s:11:\"description\";s:157:\"Canonical links suggest which URL to show in search results. [Learn more about canonical links](https://developer.chrome.com/docs/lighthouse/seo/canonical/).\";s:5:\"score\";i:1;s:5:\"title\";s:36:\"Document has a valid `rel=canonical`\";s:6:\"weight\";i:1;}s:9:\"link-text\";a:5:{s:11:\"description\";s:171:\"Descriptive link text helps search engines understand your content. [Learn how to make links more accessible](https://developer.chrome.com/docs/lighthouse/seo/link-text/).\";s:7:\"details\";a:3:{s:5:\"items\";a:0:{}s:8:\"headings\";a:0:{}s:4:\"type\";s:5:\"table\";}s:5:\"score\";i:1;s:5:\"title\";s:27:\"Links have descriptive text\";s:6:\"weight\";i:1;}s:9:\"image-alt\";a:5:{s:11:\"description\";s:227:\"Informative elements should aim for short, descriptive alternate text. Decorative elements can be ignored with an empty alt attribute. [Learn more about the `alt` attribute](https://dequeuniversity.com/rules/axe/4.7/image-alt).\";s:7:\"details\";a:3:{s:4:\"type\";s:5:\"table\";s:8:\"headings\";a:0:{}s:5:\"items\";a:0:{}}s:5:\"score\";i:1;s:5:\"title\";s:38:\"Image elements have `[alt]` attributes\";s:6:\"weight\";i:1;}s:7:\"plugins\";a:5:{s:11:\"description\";s:195:\"Search engines can\'t index plugin content, and many devices restrict plugins or don\'t support them. [Learn more about avoiding plugins](https://developer.chrome.com/docs/lighthouse/seo/plugins/).\";s:7:\"details\";a:3:{s:4:\"type\";s:5:\"table\";s:8:\"headings\";a:0:{}s:5:\"items\";a:0:{}}s:5:\"score\";i:1;s:5:\"title\";s:23:\"Document avoids plugins\";s:6:\"weight\";i:1;}s:16:\"meta-description\";a:4:{s:11:\"description\";s:197:\"Meta descriptions may be included in search results to concisely summarize page content. [Learn more about the meta description](https://developer.chrome.com/docs/lighthouse/seo/meta-description/).\";s:5:\"score\";i:1;s:5:\"title\";s:31:\"Document has a meta description\";s:6:\"weight\";i:1;}s:8:\"viewport\";a:5:{s:11:\"description\";s:308:\"A `<meta name=\"viewport\">` not only optimizes your app for mobile screen sizes, but also prevents [a 300 millisecond delay to user input](https://developer.chrome.com/blog/300ms-tap-delay-gone-away/). [Learn more about using the viewport meta tag](https://developer.chrome.com/docs/lighthouse/pwa/viewport/).\";s:5:\"score\";i:1;s:5:\"title\";s:66:\"Has a `<meta name=\"viewport\">` tag with `width` or `initial-scale`\";s:8:\"warnings\";a:0:{}s:6:\"weight\";i:1;}s:12:\"is-crawlable\";a:6:{s:11:\"description\";s:213:\"Search engines are unable to include your pages in search results if they don\'t have permission to crawl them. [Learn more about crawler directives](https://developer.chrome.com/docs/lighthouse/seo/is-crawlable/).\";s:7:\"details\";a:3:{s:8:\"headings\";a:0:{}s:5:\"items\";a:0:{}s:4:\"type\";s:5:\"table\";}s:5:\"score\";i:1;s:5:\"title\";s:34:\"Page isn’t blocked from indexing\";s:8:\"warnings\";a:0:{}s:6:\"weight\";i:1;}s:10:\"robots-txt\";a:5:{s:11:\"description\";s:229:\"If your robots.txt file is malformed, crawlers may not be able to understand how you want your website to be crawled or indexed. [Learn more about robots.txt](https://developer.chrome.com/docs/lighthouse/seo/invalid-robots-txt/).\";s:7:\"details\";a:3:{s:5:\"items\";a:0:{}s:8:\"headings\";a:0:{}s:4:\"type\";s:5:\"table\";}s:5:\"score\";i:1;s:5:\"title\";s:19:\"robots.txt is valid\";s:6:\"weight\";i:1;}s:9:\"font-size\";a:6:{s:11:\"description\";s:264:\"Font sizes less than 12px are too small to be legible and require mobile visitors to “pinch to zoom” in order to read. Strive to have >60% of page text ≥12px. [Learn more about legible font sizes](https://developer.chrome.com/docs/lighthouse/seo/font-size/).\";s:7:\"details\";a:3:{s:4:\"type\";s:5:\"table\";s:8:\"headings\";a:4:{i:0;a:3:{s:3:\"key\";s:6:\"source\";s:9:\"valueType\";s:15:\"source-location\";s:5:\"label\";s:6:\"Source\";}i:1;a:3:{s:3:\"key\";s:8:\"selector\";s:5:\"label\";s:8:\"Selector\";s:9:\"valueType\";s:4:\"code\";}i:2;a:3:{s:3:\"key\";s:8:\"coverage\";s:5:\"label\";s:14:\"% of Page Text\";s:9:\"valueType\";s:4:\"text\";}i:3;a:3:{s:9:\"valueType\";s:4:\"text\";s:3:\"key\";s:8:\"fontSize\";s:5:\"label\";s:9:\"Font Size\";}}s:5:\"items\";a:3:{i:0;a:4:{s:8:\"selector\";s:49:\".age-gate-remember-text, .age-gate__remember-text\";s:8:\"fontSize\";s:3:\"9px\";s:8:\"coverage\";s:5:\"0.57%\";s:6:\"source\";a:5:{s:4:\"type\";s:15:\"source-location\";s:3:\"url\";s:80:\"https://www.dubdelivery.club/wp-content/plugins/age-gate/dist/main.css?ver=3.2.0\";s:11:\"urlProvider\";s:7:\"network\";s:6:\"column\";i:6740;s:4:\"line\";i:1;}}i:1;a:4:{s:8:\"coverage\";s:5:\"0.26%\";s:6:\"source\";a:5:{s:4:\"line\";i:1;s:4:\"type\";s:15:\"source-location\";s:6:\"column\";i:7532;s:11:\"urlProvider\";s:7:\"network\";s:3:\"url\";s:80:\"https://www.dubdelivery.club/wp-content/plugins/age-gate/dist/main.css?ver=3.2.0\";}s:8:\"selector\";s:161:\"button.age-gate-button, button.age-gate-submit-no, button.age-gate-submit-yes, button.age-gate__button, button.age-gate__submit--no, button.age-gate__submit--yes\";s:8:\"fontSize\";s:4:\"10px\";}i:2;a:3:{s:8:\"coverage\";s:6:\"99.17%\";s:8:\"fontSize\";s:8:\"≥ 12px\";s:6:\"source\";a:2:{s:5:\"value\";s:12:\"Legible text\";s:4:\"type\";s:4:\"code\";}}}}s:12:\"displayValue\";s:19:\"99.17% legible text\";s:5:\"score\";i:1;s:5:\"title\";s:32:\"Document uses legible font sizes\";s:6:\"weight\";i:1;}s:11:\"tap-targets\";a:6:{s:11:\"description\";s:272:\"Interactive elements like buttons and links should be large enough (48x48px), or have enough space around them, to be easy enough to tap without overlapping onto other elements. [Learn more about tap targets](https://developer.chrome.com/docs/lighthouse/seo/tap-targets/).\";s:7:\"details\";a:3:{s:5:\"items\";a:0:{}s:4:\"type\";s:5:\"table\";s:8:\"headings\";a:0:{}}s:12:\"displayValue\";s:36:\"100% appropriately sized tap targets\";s:5:\"score\";i:1;s:5:\"title\";s:35:\"Tap targets are sized appropriately\";s:6:\"weight\";i:1;}s:14:\"document-title\";a:5:{s:11:\"description\";s:249:\"The title gives screen reader users an overview of the page, and search engine users rely on it heavily to determine if a page is relevant to their search. [Learn more about document titles](https://dequeuniversity.com/rules/axe/4.7/document-title).\";s:7:\"details\";a:3:{s:5:\"items\";a:0:{}s:8:\"headings\";a:0:{}s:4:\"type\";s:5:\"table\";}s:5:\"score\";i:1;s:5:\"title\";s:32:\"Document has a `<title>` element\";s:6:\"weight\";i:1;}s:16:\"http-status-code\";a:4:{s:11:\"description\";s:176:\"Pages with unsuccessful HTTP status codes may not be indexed properly. [Learn more about HTTP status codes](https://developer.chrome.com/docs/lighthouse/seo/http-status-code/).\";s:5:\"score\";i:1;s:5:\"title\";s:36:\"Page has successful HTTP status code\";s:6:\"weight\";i:1;}s:17:\"crawlable-anchors\";a:5:{s:11:\"description\";s:292:\"Search engines may use `href` attributes on links to crawl websites. Ensure that the `href` attribute of anchor elements links to an appropriate destination, so more pages of the site can be discovered. [Learn how to make links crawlable](https://support.google.com/webmasters/answer/9112205)\";s:7:\"details\";a:3:{s:5:\"items\";a:0:{}s:4:\"type\";s:5:\"table\";s:8:\"headings\";a:0:{}}s:5:\"score\";i:1;s:5:\"title\";s:19:\"Links are crawlable\";s:6:\"weight\";i:1;}}s:9:\"seo_score\";i:100;s:4:\"site\";a:6:{s:2:\"ID\";s:7:\"3159250\";s:6:\"domain\";s:21:\"www.dubdelivery.club/\";s:6:\"scheme\";s:5:\"https\";s:8:\"home_url\";s:28:\"https://www.dubdelivery.club\";s:18:\"installed_projects\";a:2:{s:6:\"themes\";a:0:{}s:7:\"plugins\";a:0:{}}s:13:\"updates_count\";a:2:{s:6:\"themes\";i:0;s:7:\"plugins\";i:0;}}}}s:5:\"error\";b:0;}','no');
INSERT INTO `wplc_options` VALUES (442284,'snapshot4_region_migration_attempt','1','no');
INSERT INTO `wplc_options` VALUES (442292,'wds-config-647635e372c2c','a:10:{s:2:\"id\";s:13:\"647635e372c2c\";s:6:\"hub_id\";i:14538;s:4:\"name\";s:18:\"Default SEO Config\";s:11:\"description\";s:50:\"The default SEO config. Great to get started with.\";s:7:\"configs\";a:2:{s:7:\"version\";s:6:\"2.12.0\";s:7:\"options\";a:0:{}}s:7:\"strings\";a:7:{s:6:\"health\";s:58:\"SEO test - Active\nScheduled performance reports - Inactive\";s:6:\"onpage\";s:6:\"Active\";s:6:\"schema\";s:6:\"Active\";s:6:\"social\";s:49:\"OpenGraph Support - Active\nTwitter Cards - Active\";s:7:\"sitemap\";s:6:\"Active\";s:8:\"advanced\";s:97:\"Automatic Links - Inactive\nURL Redirection - Inactive\nMoz - Inactive\nRobots.txt Editor - Inactive\";s:8:\"settings\";s:174:\"In-Post Page Analysis - Active\nIn-Post Readability Analysis - Active\nPreserve settings on uninstall - Inactive\nKeep data on uninstall - Inactive\nHigh Contrast Mode - Inactive\";}s:8:\"editable\";b:0;s:9:\"removable\";b:0;s:8:\"official\";b:1;s:9:\"timestamp\";i:1627378853;}','no');
INSERT INTO `wplc_options` VALUES (442293,'wds-config-647635e372c93','a:10:{s:2:\"id\";s:13:\"647635e372c93\";s:6:\"hub_id\";i:31974;s:4:\"name\";s:14:\"FTG SmartCrawl\";s:11:\"description\";s:0:\"\";s:7:\"configs\";a:11:{s:7:\"version\";s:5:\"3.6.2\";s:3:\"url\";s:34:\"https://www.apartmentsbydesign.net\";s:7:\"options\";a:12:{s:21:\"wds_autolinks_options\";a:7:{s:10:\"ignorepost\";s:0:\"\";s:6:\"ignore\";s:0:\"\";s:9:\"customkey\";s:0:\"\";s:14:\"cpt_char_limit\";s:0:\"\";s:14:\"tax_char_limit\";s:0:\"\";s:10:\"link_limit\";s:0:\"\";s:17:\"single_link_limit\";s:0:\"\";}s:18:\"wds_onpage_options\";a:41:{s:10:\"title-home\";s:12:\"%%sitename%%\";s:13:\"metadesc-home\";s:12:\"%%sitedesc%%\";s:17:\"onpage-stylesheet\";i:0;s:23:\"onpage-dashboard-widget\";i:1;s:37:\"onpage-disable-automatic-regeneration\";i:0;s:10:\"title-post\";s:30:\"%%title%% %%sep%% %%sitename%%\";s:13:\"metadesc-post\";s:11:\"%%excerpt%%\";s:10:\"title-page\";s:30:\"%%title%% %%sep%% %%sitename%%\";s:13:\"metadesc-page\";s:11:\"%%excerpt%%\";s:16:\"title-attachment\";s:30:\"%%title%% %%sep%% %%sitename%%\";s:19:\"metadesc-attachment\";s:11:\"%%excerpt%%\";s:25:\"title-fl-builder-template\";s:30:\"%%title%% %%sep%% %%sitename%%\";s:28:\"metadesc-fl-builder-template\";s:11:\"%%excerpt%%\";s:34:\"title-fl-builder-template-category\";s:35:\"%%term_title%% %%sep%% %%sitename%%\";s:37:\"metadesc-fl-builder-template-category\";s:20:\"%%term_description%%\";s:30:\"title-fl-builder-template-type\";s:35:\"%%term_title%% %%sep%% %%sitename%%\";s:33:\"metadesc-fl-builder-template-type\";s:20:\"%%term_description%%\";s:22:\"title-wpforms_form_tag\";s:35:\"%%term_title%% %%sep%% %%sitename%%\";s:25:\"metadesc-wpforms_form_tag\";s:20:\"%%term_description%%\";s:14:\"title-category\";s:33:\"%%category%% %%sep%% %%sitename%%\";s:17:\"metadesc-category\";s:24:\"%%category_description%%\";s:14:\"title-post_tag\";s:28:\"%%tag%% %%sep%% %%sitename%%\";s:17:\"metadesc-post_tag\";s:19:\"%%tag_description%%\";s:12:\"title-author\";s:29:\"%%name%% %%sep%% %%sitename%%\";s:15:\"metadesc-author\";s:20:\"%%user_description%%\";s:10:\"title-date\";s:29:\"%%date%% %%sep%% %%sitename%%\";s:13:\"metadesc-date\";s:0:\"\";s:12:\"title-search\";s:37:\"%%searchphrase%% %%sep%% %%sitename%%\";s:15:\"metadesc-search\";s:0:\"\";s:9:\"title-404\";s:35:\"Page not found %%sep%% %%sitename%%\";s:12:\"metadesc-404\";s:0:\"\";s:15:\"title-bp_groups\";s:38:\"%%bp_group_name%% %%sep%% %%sitename%%\";s:18:\"metadesc-bp_groups\";s:24:\"%%bp_group_description%%\";s:16:\"title-bp_profile\";s:41:\"%%bp_user_username%% %%sep%% %%sitename%%\";s:19:\"metadesc-bp_profile\";s:21:\"%%bp_user_full_name%%\";s:16:\"preset-separator\";s:4:\"pipe\";s:9:\"separator\";s:0:\"\";s:21:\"enable-author-archive\";b:0;s:19:\"enable-date-archive\";b:0;s:18:\"title-action-group\";s:35:\"%%term_title%% %%sep%% %%sitename%%\";s:21:\"metadesc-action-group\";s:20:\"%%term_description%%\";}s:18:\"wds_schema_options\";a:36:{s:16:\"person_job_title\";s:0:\"\";s:19:\"person_phone_number\";s:0:\"\";s:17:\"organization_type\";s:0:\"\";s:25:\"organization_contact_type\";s:16:\"customer support\";s:25:\"organization_phone_number\";s:0:\"\";s:27:\"schema_main_navigation_menu\";s:0:\"\";s:31:\"schema_archive_main_entity_type\";s:0:\"\";s:17:\"schema_yt_api_key\";s:0:\"\";s:17:\"person_brand_name\";s:0:\"\";s:10:\"person_bio\";s:0:\"\";s:24:\"organization_description\";s:0:\"\";s:19:\"schema_website_logo\";i:0;s:15:\"person_portrait\";i:0;s:19:\"person_contact_page\";i:0;s:25:\"organization_contact_page\";i:0;s:18:\"schema_output_page\";i:0;s:17:\"schema_about_page\";i:0;s:19:\"schema_contact_page\";i:0;s:20:\"schema_default_image\";i:0;s:17:\"person_brand_logo\";i:0;s:20:\"sitelinks_search_box\";b:1;s:23:\"schema_wp_header_footer\";b:0;s:22:\"schema_enable_comments\";b:0;s:24:\"schema_enable_author_url\";b:1;s:29:\"schema_enable_author_gravatar\";b:0;s:32:\"schema_enable_post_type_archives\";b:1;s:34:\"schema_disabled_post_type_archives\";a:0:{}s:29:\"schema_enable_author_archives\";b:1;s:20:\"schema_enable_search\";b:1;s:27:\"schema_enable_date_archives\";b:1;s:31:\"schema_enable_taxonomy_archives\";b:1;s:33:\"schema_disabled_taxonomy_archives\";a:0:{}s:19:\"schema_enable_audio\";b:0;s:19:\"schema_enable_video\";b:0;s:20:\"schema_enable_yt_api\";b:0;s:25:\"schema_enable_test_button\";b:1;}s:18:\"wds_social_options\";a:17:{s:8:\"sitename\";s:24:\"Apartments By Design.NET\";s:14:\"disable-schema\";b:0;s:11:\"schema_type\";s:12:\"Organization\";s:13:\"override_name\";s:0:\"\";s:17:\"organization_name\";s:0:\"\";s:17:\"organization_logo\";s:0:\"\";s:16:\"twitter_username\";s:0:\"\";s:12:\"facebook_url\";s:0:\"\";s:13:\"instagram_url\";s:0:\"\";s:12:\"linkedin_url\";s:0:\"\";s:13:\"pinterest_url\";s:0:\"\";s:11:\"youtube_url\";s:0:\"\";s:19:\"twitter-card-enable\";b:1;s:17:\"twitter-card-type\";s:0:\"\";s:16:\"pinterest-verify\";s:0:\"\";s:9:\"og-enable\";b:1;s:9:\"fb-app-id\";s:0:\"\";}s:19:\"wds_sitemap_options\";a:25:{s:18:\"sitemap-stylesheet\";i:1;s:11:\"sitemappath\";s:61:\"/home/apartmentsby/public_html/wp-content/uploads/sitemap.xml\";s:10:\"sitemapurl\";s:46:\"https://www.apartmentsbydesign.net/sitemap.xml\";s:14:\"sitemap-images\";i:0;s:24:\"sitemap-dashboard-widget\";i:0;s:38:\"sitemap-disable-automatic-regeneration\";s:6:\"manual\";s:24:\"sitemap-update-frequency\";s:6:\"weekly\";s:18:\"sitemap-update-dow\";i:6;s:18:\"sitemap-update-tod\";i:8;s:18:\"verification-pages\";s:0:\"\";s:25:\"sitemap-buddypress-groups\";i:0;s:27:\"sitemap-buddypress-profiles\";i:0;s:24:\"verification-google-meta\";s:0:\"\";s:22:\"verification-bing-meta\";s:0:\"\";s:15:\"additiona-metas\";a:0:{}s:19:\"crawler-cron-enable\";b:0;s:17:\"crawler-frequency\";s:6:\"weekly\";s:11:\"crawler-dow\";i:3;s:11:\"crawler-tod\";i:1;s:17:\"items-per-sitemap\";i:2000;s:15:\"override-native\";b:1;s:19:\"enable-news-sitemap\";b:0;s:16:\"news-publication\";s:24:\"Apartments By Design.NET\";s:32:\"news-sitemap-included-post-types\";a:1:{i:0;s:4:\"post\";}s:30:\"news-sitemap-excluded-post-ids\";a:0:{}}s:24:\"wds_redirections_options\";b:0;s:18:\"wds_health_options\";b:0;s:22:\"wds_lighthouse_options\";a:9:{s:34:\"lighthouse-dashboard-widget-device\";s:7:\"desktop\";s:22:\"lighthouse-cron-enable\";b:0;s:20:\"lighthouse-frequency\";s:6:\"weekly\";s:14:\"lighthouse-dow\";i:1;s:14:\"lighthouse-tod\";i:15;s:21:\"lighthouse-recipients\";a:1:{i:0;a:2:{s:4:\"name\";s:25:\"FTG Hosting Administrator\";s:5:\"email\";s:25:\"wordpress@fallstech.group\";}}s:38:\"lighthouse-reporting-condition-enabled\";b:0;s:30:\"lighthouse-reporting-condition\";i:90;s:27:\"lighthouse-reporting-device\";s:4:\"both\";}s:18:\"wds_robots_options\";b:0;s:22:\"wds_breadcrumb_options\";b:0;s:20:\"wds_settings_options\";a:15:{s:9:\"autolinks\";i:0;s:6:\"seomoz\";i:0;s:7:\"sitemap\";i:1;s:6:\"onpage\";i:1;s:6:\"social\";i:1;s:28:\"seo_metabox_permission_level\";s:10:\"list_users\";s:35:\"urlmetrics_metabox_permission_level\";s:10:\"list_users\";s:32:\"seo_metabox_301_permission_level\";s:10:\"list_users\";s:9:\"access-id\";s:0:\"\";s:10:\"secret-key\";s:0:\"\";s:12:\"analysis-seo\";b:1;s:20:\"analysis-readability\";b:1;s:16:\"extras-admin_bar\";b:1;s:26:\"keep_settings_on_uninstall\";b:1;s:22:\"keep_data_on_uninstall\";b:1;}s:13:\"wds_blog_tabs\";a:6:{s:10:\"wds_onpage\";b:1;s:10:\"wds_schema\";b:1;s:10:\"wds_social\";b:1;s:11:\"wds_sitemap\";b:1;s:13:\"wds_autolinks\";b:1;s:12:\"wds_settings\";b:1;}}s:7:\"ignores\";a:0:{}s:10:\"extra_urls\";a:0:{}s:8:\"postmeta\";a:0:{}s:7:\"taxmeta\";a:0:{}s:9:\"redirects\";a:1:{i:0;b:0;}s:14:\"redirect_types\";a:0:{}s:11:\"ignore_urls\";a:0:{}s:15:\"ignore_post_ids\";a:0:{}}s:7:\"strings\";a:7:{s:6:\"health\";s:58:\"SEO test - Active\nScheduled performance reports - Inactive\";s:6:\"onpage\";s:6:\"Active\";s:6:\"schema\";s:6:\"Active\";s:6:\"social\";s:49:\"OpenGraph Support - Active\nTwitter Cards - Active\";s:7:\"sitemap\";s:6:\"Active\";s:8:\"advanced\";s:97:\"Automatic Links - Inactive\nURL Redirection - Inactive\nMoz - Inactive\nRobots.txt Editor - Inactive\";s:8:\"settings\";s:170:\"In-Post Page Analysis - Active\nIn-Post Readability Analysis - Active\nPreserve settings on uninstall - Active\nKeep data on uninstall - Active\nHigh Contrast Mode - Inactive\";}s:8:\"editable\";b:1;s:9:\"removable\";b:1;s:8:\"official\";b:0;s:9:\"timestamp\";i:1683311141;}','no');
INSERT INTO `wplc_options` VALUES (442294,'wds-configs-index','a:2:{i:0;s:13:\"647635e372c2c\";i:1;s:13:\"647635e372c93\";}','no');
INSERT INTO `wplc_options` VALUES (442509,'wp-smush-dismissed-notices','a:1:{s:15:\"plugin-conflict\";b:1;}','yes');
INSERT INTO `wplc_options` VALUES (442692,'age_gate_user_registration_version','1.0.1','yes');
INSERT INTO `wplc_options` VALUES (442744,'wphb-notice-minification-optimized-show','yes','yes');
INSERT INTO `wplc_options` VALUES (442745,'wphb-notice-http2-info-show','yes','yes');
INSERT INTO `wplc_options` VALUES (442747,'wphb_styles_collection','a:214:{s:21:\"seedprod-global-admin\";a:8:{s:6:\"handle\";s:21:\"seedprod-global-admin\";s:3:\"src\";s:87:\"https://www.dubdelivery.club/wp-content/plugins/coming-soon/public/css/global-admin.css\";s:4:\"deps\";a:0:{}s:3:\"ver\";s:9:\"6.15.15.3\";s:4:\"args\";s:3:\"all\";s:5:\"extra\";a:0:{}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:21:\"wc-blocks-integration\";a:8:{s:6:\"handle\";s:21:\"wc-blocks-integration\";s:3:\"src\";s:127:\"https://www.dubdelivery.club/wp-content/plugins/woocommerce-subscriptions/vendor/woocommerce/subscriptions-core/build/index.css\";s:4:\"deps\";a:0:{}s:3:\"ver\";s:5:\"6.5.0\";s:4:\"args\";s:3:\"all\";s:5:\"extra\";a:0:{}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:9:\"dashicons\";a:8:{s:6:\"handle\";s:9:\"dashicons\";s:3:\"src\";s:34:\"/wp-includes/css/dashicons.min.css\";s:4:\"deps\";a:0:{}s:3:\"ver\";b:0;s:4:\"args\";N;s:5:\"extra\";a:0:{}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:9:\"admin-bar\";a:8:{s:6:\"handle\";s:9:\"admin-bar\";s:3:\"src\";s:34:\"/wp-includes/css/admin-bar.min.css\";s:4:\"deps\";a:1:{i:0;s:9:\"dashicons\";}s:3:\"ver\";b:0;s:4:\"args\";N;s:5:\"extra\";a:3:{s:3:\"rtl\";s:7:\"replace\";s:6:\"suffix\";s:4:\".min\";s:5:\"after\";a:2:{i:0;s:143:\"\n		@media screen { html { margin-top: 32px !important; } }\n		@media screen and ( max-width: 782px ) { html { margin-top: 46px !important; } }\n	\";i:1;s:46:\"@media print { #wpadminbar { display:none; } }\";}}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:16:\"wp-block-library\";a:8:{s:6:\"handle\";s:16:\"wp-block-library\";s:3:\"src\";s:49:\"/wp-includes/css/dist/block-library/style.min.css\";s:4:\"deps\";a:0:{}s:3:\"ver\";b:0;s:4:\"args\";N;s:5:\"extra\";a:4:{s:4:\"path\";s:97:\"/home/customer/www/dubdelivery.club/public_html//wp-includes/css/dist/block-library/style.min.css\";s:3:\"rtl\";s:7:\"replace\";s:6:\"suffix\";s:4:\".min\";s:5:\"after\";a:1:{i:0;s:44:\".has-text-align-justify{text-align:justify;}\";}}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:25:\"activecampaign-form-block\";a:8:{s:6:\"handle\";s:25:\"activecampaign-form-block\";s:3:\"src\";s:129:\"https://www.dubdelivery.club/wp-content/plugins/activecampaign-subscription-forms/activecampaign-form-block/build/style-index.css\";s:4:\"deps\";a:0:{}s:3:\"ver\";i:1697043499;s:4:\"args\";s:3:\"all\";s:5:\"extra\";a:0:{}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:35:\"jetpack-videopress-video-block-view\";a:8:{s:6:\"handle\";s:35:\"jetpack-videopress-video-block-view\";s:3:\"src\";s:154:\"https://www.dubdelivery.club/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-videopress/build/block-editor/blocks/video/view.css?minify=false\";s:4:\"deps\";a:0:{}s:3:\"ver\";s:20:\"34ae973733627b74a14e\";s:4:\"args\";s:3:\"all\";s:5:\"extra\";a:0:{}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:12:\"mediaelement\";a:8:{s:6:\"handle\";s:12:\"mediaelement\";s:3:\"src\";s:62:\"/wp-includes/js/mediaelement/mediaelementplayer-legacy.min.css\";s:4:\"deps\";a:0:{}s:3:\"ver\";s:6:\"4.2.17\";s:4:\"args\";N;s:5:\"extra\";a:0:{}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:15:\"wp-mediaelement\";a:8:{s:6:\"handle\";s:15:\"wp-mediaelement\";s:3:\"src\";s:52:\"/wp-includes/js/mediaelement/wp-mediaelement.min.css\";s:4:\"deps\";a:1:{i:0;s:12:\"mediaelement\";}s:3:\"ver\";b:0;s:4:\"args\";N;s:5:\"extra\";a:0:{}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:23:\"wc-blocks-vendors-style\";a:8:{s:6:\"handle\";s:23:\"wc-blocks-vendors-style\";s:3:\"src\";s:121:\"https://www.dubdelivery.club/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/wc-blocks-vendors-style.css\";s:4:\"deps\";a:0:{}s:3:\"ver\";s:6:\"10.9.3\";s:4:\"args\";s:3:\"all\";s:5:\"extra\";a:0:{}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:15:\"wc-blocks-style\";a:8:{s:6:\"handle\";s:15:\"wc-blocks-style\";s:3:\"src\";s:94:\"https://www.dubdelivery.club/wp-content/plugins/woocommerce/assets/client/blocks/wc-blocks.css\";s:4:\"deps\";a:0:{}s:3:\"ver\";s:10:\"11.8.0-dev\";s:4:\"args\";s:3:\"all\";s:5:\"extra\";a:1:{s:3:\"rtl\";s:7:\"replace\";}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:21:\"wc-memberships-blocks\";a:8:{s:6:\"handle\";s:21:\"wc-memberships-blocks\";s:3:\"src\";s:119:\"https://www.dubdelivery.club/wp-content/plugins/woocommerce-memberships/assets/css/blocks/wc-memberships-blocks.min.css\";s:4:\"deps\";a:0:{}s:3:\"ver\";s:6:\"1.25.2\";s:4:\"args\";s:3:\"all\";s:5:\"extra\";a:0:{}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:20:\"classic-theme-styles\";a:8:{s:6:\"handle\";s:20:\"classic-theme-styles\";s:3:\"src\";s:39:\"/wp-includes/css/classic-themes.min.css\";s:4:\"deps\";a:0:{}s:3:\"ver\";b:0;s:4:\"args\";s:3:\"all\";s:5:\"extra\";a:0:{}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:26:\"age-gate-user-registration\";a:8:{s:6:\"handle\";s:26:\"age-gate-user-registration\";s:3:\"src\";s:88:\"https://www.dubdelivery.club/wp-content/plugins/age-gate-user-registration/dist/main.css\";s:4:\"deps\";a:0:{}s:3:\"ver\";s:5:\"1.0.1\";s:4:\"args\";s:3:\"all\";s:5:\"extra\";a:0:{}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:8:\"age-gate\";a:8:{s:6:\"handle\";s:8:\"age-gate\";s:3:\"src\";s:70:\"https://www.dubdelivery.club/wp-content/plugins/age-gate/dist/main.css\";s:4:\"deps\";a:0:{}s:3:\"ver\";s:5:\"3.3.1\";s:4:\"args\";s:3:\"all\";s:5:\"extra\";a:0:{}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:85:\"automatic-order-printing-for-woocommerce/automatic-order-printing-for-woocommerce.php\";a:8:{s:6:\"handle\";s:85:\"automatic-order-printing-for-woocommerce/automatic-order-printing-for-woocommerce.php\";s:3:\"src\";s:131:\"https://www.dubdelivery.club/wp-content/plugins/automatic-order-printing-for-woocommerce/public/css/woo-order-auto-print-public.css\";s:4:\"deps\";a:0:{}s:3:\"ver\";s:5:\"1.0.8\";s:4:\"args\";s:3:\"all\";s:5:\"extra\";a:0:{}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:14:\"font-awesome-5\";a:8:{s:6:\"handle\";s:14:\"font-awesome-5\";s:3:\"src\";s:103:\"https://www.dubdelivery.club/wp-content/plugins/beaver-builder/fonts/fontawesome/5.15.4/css/all.min.css\";s:4:\"deps\";a:0:{}s:3:\"ver\";s:7:\"2.5.1.2\";s:4:\"args\";s:3:\"all\";s:5:\"extra\";a:0:{}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:21:\"fl-builder-layout-354\";a:8:{s:6:\"handle\";s:21:\"fl-builder-layout-354\";s:3:\"src\";s:83:\"https://www.dubdelivery.club/wp-content/uploads/beaver-builder/cache/354-layout.css\";s:4:\"deps\";a:0:{}s:3:\"ver\";s:32:\"480800e12f6b39e9769173644f3cf79f\";s:4:\"args\";s:3:\"all\";s:5:\"extra\";a:0:{}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:13:\"ct_public_css\";a:8:{s:6:\"handle\";s:13:\"ct_public_css\";s:3:\"src\";s:99:\"https://www.dubdelivery.club/wp-content/plugins/cleantalk-spam-protect/css/cleantalk-public.min.css\";s:4:\"deps\";a:0:{}s:3:\"ver\";s:4:\"6.16\";s:4:\"args\";s:3:\"all\";s:5:\"extra\";a:0:{}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:22:\"woo-coupon-usage-style\";a:8:{s:6:\"handle\";s:22:\"woo-coupon-usage-style\";s:3:\"src\";s:78:\"https://www.dubdelivery.club/wp-content/plugins/woo-coupon-usage/css/style.css\";s:4:\"deps\";a:0:{}s:3:\"ver\";s:5:\"5.9.0\";s:4:\"args\";s:3:\"all\";s:5:\"extra\";a:0:{}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:18:\"woocommerce-layout\";a:8:{s:6:\"handle\";s:18:\"woocommerce-layout\";s:3:\"src\";s:93:\"https://www.dubdelivery.club/wp-content/plugins/woocommerce/assets/css/woocommerce-layout.css\";s:4:\"deps\";a:0:{}s:3:\"ver\";s:5:\"8.5.1\";s:4:\"args\";s:3:\"all\";s:5:\"extra\";a:2:{s:3:\"rtl\";s:7:\"replace\";s:5:\"after\";a:1:{i:0;s:64:\"\n	.infinite-scroll .woocommerce-pagination {\n		display: none;\n	}\";}}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:23:\"woocommerce-smallscreen\";a:8:{s:6:\"handle\";s:23:\"woocommerce-smallscreen\";s:3:\"src\";s:98:\"https://www.dubdelivery.club/wp-content/plugins/woocommerce/assets/css/woocommerce-smallscreen.css\";s:4:\"deps\";a:0:{}s:3:\"ver\";s:5:\"8.5.1\";s:4:\"args\";s:34:\"only screen and (max-width: 768px)\";s:5:\"extra\";a:1:{s:3:\"rtl\";s:7:\"replace\";}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:19:\"woocommerce-general\";a:8:{s:6:\"handle\";s:19:\"woocommerce-general\";s:3:\"src\";s:86:\"https://www.dubdelivery.club/wp-content/plugins/woocommerce/assets/css/woocommerce.css\";s:4:\"deps\";a:0:{}s:3:\"ver\";s:5:\"8.5.1\";s:4:\"args\";s:3:\"all\";s:5:\"extra\";a:1:{s:3:\"rtl\";s:7:\"replace\";}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:30:\"activecampaign-for-woocommerce\";a:8:{s:6:\"handle\";s:30:\"activecampaign-for-woocommerce\";s:3:\"src\";s:131:\"https://www.dubdelivery.club/wp-content/plugins/activecampaign-for-woocommerce/public/css/activecampaign-for-woocommerce-public.css\";s:4:\"deps\";a:0:{}s:3:\"ver\";s:5:\"2.5.2\";s:4:\"args\";s:3:\"all\";s:5:\"extra\";a:0:{}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:16:\"age-gate-toolbar\";a:8:{s:6:\"handle\";s:16:\"age-gate-toolbar\";s:3:\"src\";s:73:\"https://www.dubdelivery.club/wp-content/plugins/age-gate/dist/toolbar.css\";s:4:\"deps\";a:0:{}s:3:\"ver\";s:5:\"3.3.1\";s:4:\"args\";s:3:\"all\";s:5:\"extra\";a:0:{}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:14:\"ultimate-icons\";a:8:{s:6:\"handle\";s:14:\"ultimate-icons\";s:3:\"src\";s:93:\"https://www.dubdelivery.club/wp-content/uploads/beaver-builder/icons/ultimate-icons/style.css\";s:4:\"deps\";a:0:{}s:3:\"ver\";s:7:\"2.5.1.2\";s:4:\"args\";s:3:\"all\";s:5:\"extra\";a:0:{}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:57:\"fl-builder-layout-bundle-597cedfb8d8be558f3eb8adf29a17d35\";a:8:{s:6:\"handle\";s:57:\"fl-builder-layout-bundle-597cedfb8d8be558f3eb8adf29a17d35\";s:3:\"src\";s:119:\"https://www.dubdelivery.club/wp-content/uploads/beaver-builder/cache/597cedfb8d8be558f3eb8adf29a17d35-layout-bundle.css\";s:4:\"deps\";a:0:{}s:3:\"ver\";s:15:\"2.5.1.2-1.4.0.1\";s:4:\"args\";s:3:\"all\";s:5:\"extra\";a:0:{}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:28:\"woo-variation-gallery-slider\";a:8:{s:6:\"handle\";s:28:\"woo-variation-gallery-slider\";s:3:\"src\";s:94:\"https://www.dubdelivery.club/wp-content/plugins/woo-variation-gallery/assets/css/slick.min.css\";s:4:\"deps\";a:0:{}s:3:\"ver\";s:5:\"1.8.1\";s:4:\"args\";s:3:\"all\";s:5:\"extra\";a:0:{}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:21:\"woo-variation-gallery\";a:8:{s:6:\"handle\";s:21:\"woo-variation-gallery\";s:3:\"src\";s:97:\"https://www.dubdelivery.club/wp-content/plugins/woo-variation-gallery/assets/css/frontend.min.css\";s:4:\"deps\";a:1:{i:0;s:9:\"dashicons\";}s:3:\"ver\";i:1700598148;s:4:\"args\";s:3:\"all\";s:5:\"extra\";a:1:{s:5:\"after\";a:1:{i:0;s:562:\":root {--wvg-thumbnail-item: 4;--wvg-thumbnail-item-gap: 0px;--wvg-single-image-size: 600px;--wvg-gallery-width: 100%;--wvg-gallery-margin: 30px;}/* Default Width */.woo-variation-product-gallery {max-width: 100% !important;width: 100%;}/* Medium Devices, Desktops *//* Small Devices, Tablets */@media only screen and (max-width: 768px) {.woo-variation-product-gallery {width: 720px;max-width: 100% !important;}}/* Extra Small Devices, Phones */@media only screen and (max-width: 480px) {.woo-variation-product-gallery {width: 320px;max-width: 100% !important;}}\";}}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:22:\"wp-mail-smtp-admin-bar\";a:8:{s:6:\"handle\";s:22:\"wp-mail-smtp-admin-bar\";s:3:\"src\";s:89:\"https://www.dubdelivery.club/wp-content/plugins/wp-mail-smtp/assets/css/admin-bar.min.css\";s:4:\"deps\";a:0:{}s:3:\"ver\";s:6:\"3.11.0\";s:4:\"args\";s:3:\"all\";s:5:\"extra\";a:0:{}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:23:\"wc-memberships-frontend\";a:8:{s:6:\"handle\";s:23:\"wc-memberships-frontend\";s:3:\"src\";s:123:\"https://www.dubdelivery.club/wp-content/plugins/woocommerce-memberships/assets/css/frontend/wc-memberships-frontend.min.css\";s:4:\"deps\";a:0:{}s:3:\"ver\";s:6:\"1.25.2\";s:4:\"args\";s:3:\"all\";s:5:\"extra\";a:0:{}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:21:\"wc-pb-checkout-blocks\";a:8:{s:6:\"handle\";s:21:\"wc-pb-checkout-blocks\";s:3:\"src\";s:115:\"https://www.dubdelivery.club/wp-content/plugins/woocommerce-product-bundles/assets/css/frontend/checkout-blocks.css\";s:4:\"deps\";a:0:{}s:3:\"ver\";s:6:\"6.16.0\";s:4:\"args\";s:3:\"all\";s:5:\"extra\";a:1:{s:3:\"rtl\";s:7:\"replace\";}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:26:\"fl-theme-builder-admin-bar\";a:8:{s:6:\"handle\";s:26:\"fl-theme-builder-admin-bar\";s:3:\"src\";s:96:\"https://www.dubdelivery.club/wp-content/plugins/beaver-themer/css/fl-theme-builder-admin-bar.css\";s:4:\"deps\";a:0:{}s:3:\"ver\";s:7:\"1.4.0.1\";s:4:\"args\";s:3:\"all\";s:5:\"extra\";a:0:{}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:7:\"animate\";a:8:{s:6:\"handle\";s:7:\"animate\";s:3:\"src\";s:109:\"https://www.dubdelivery.club/wp-content/plugins/powerpack-addon-for-beaver-builder/assets/css/animate.min.css\";s:4:\"deps\";a:0:{}s:3:\"ver\";s:5:\"3.5.1\";s:4:\"args\";s:3:\"all\";s:5:\"extra\";a:0:{}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:15:\"wc-bundle-style\";a:8:{s:6:\"handle\";s:15:\"wc-bundle-style\";s:3:\"src\";s:111:\"https://www.dubdelivery.club/wp-content/plugins/woocommerce-product-bundles/assets/css/frontend/woocommerce.css\";s:4:\"deps\";a:0:{}s:3:\"ver\";s:6:\"6.16.0\";s:4:\"args\";s:3:\"all\";s:5:\"extra\";a:1:{s:3:\"rtl\";s:7:\"replace\";}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:20:\"jquery-magnificpopup\";a:8:{s:6:\"handle\";s:20:\"jquery-magnificpopup\";s:3:\"src\";s:95:\"https://www.dubdelivery.club/wp-content/plugins/beaver-builder/css/jquery.magnificpopup.min.css\";s:4:\"deps\";a:0:{}s:3:\"ver\";s:7:\"2.5.1.2\";s:4:\"args\";s:3:\"all\";s:5:\"extra\";a:0:{}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:4:\"base\";a:8:{s:6:\"handle\";s:4:\"base\";s:3:\"src\";s:72:\"https://www.dubdelivery.club/wp-content/themes/bb-theme/css/base.min.css\";s:4:\"deps\";a:0:{}s:3:\"ver\";s:6:\"1.7.14\";s:4:\"args\";s:3:\"all\";s:5:\"extra\";a:0:{}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:17:\"fl-automator-skin\";a:8:{s:6:\"handle\";s:17:\"fl-automator-skin\";s:3:\"src\";s:79:\"https://www.dubdelivery.club/wp-content/uploads/bb-theme/skin-6537eadfba944.css\";s:4:\"deps\";a:0:{}s:3:\"ver\";s:6:\"1.7.14\";s:4:\"args\";s:3:\"all\";s:5:\"extra\";a:0:{}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:14:\"fl-child-theme\";a:8:{s:6:\"handle\";s:14:\"fl-child-theme\";s:3:\"src\";s:71:\"https://www.dubdelivery.club/wp-content/themes/bb-theme-child/style.css\";s:4:\"deps\";a:0:{}s:3:\"ver\";b:0;s:4:\"args\";s:3:\"all\";s:5:\"extra\";a:0:{}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:11:\"jetpack_css\";a:8:{s:6:\"handle\";s:11:\"jetpack_css\";s:3:\"src\";s:71:\"https://www.dubdelivery.club/wp-content/plugins/jetpack/css/jetpack.css\";s:4:\"deps\";a:0:{}s:3:\"ver\";s:6:\"12.8.1\";s:4:\"args\";s:3:\"all\";s:5:\"extra\";a:1:{s:3:\"rtl\";s:7:\"replace\";}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:21:\"wpcom-notes-admin-bar\";a:8:{s:6:\"handle\";s:21:\"wpcom-notes-admin-bar\";s:3:\"src\";s:62:\"https://s0.wp.com/wp-content/mu-plugins/notes/admin-bar-v2.css\";s:4:\"deps\";a:1:{i:0;s:9:\"admin-bar\";}s:3:\"ver\";s:16:\"13.0-202403-lite\";s:4:\"args\";s:3:\"all\";s:5:\"extra\";a:0:{}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:8:\"noticons\";a:8:{s:6:\"handle\";s:8:\"noticons\";s:3:\"src\";s:41:\"https://s0.wp.com/i/noticons/noticons.css\";s:4:\"deps\";a:1:{i:0;s:21:\"wpcom-notes-admin-bar\";}s:3:\"ver\";s:16:\"13.0-202403-lite\";s:4:\"args\";s:3:\"all\";s:5:\"extra\";a:0:{}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:56:\"fl-builder-google-fonts-959d6c3bb46b23ed1bd801274a303639\";a:8:{s:6:\"handle\";s:56:\"fl-builder-google-fonts-959d6c3bb46b23ed1bd801274a303639\";s:3:\"src\";s:77:\"//fonts.googleapis.com/css?family=Ubuntu:300,400,700|Oswald:400|Nova Flat:400\";s:4:\"deps\";a:0:{}s:3:\"ver\";b:0;s:4:\"args\";s:3:\"all\";s:5:\"extra\";a:0:{}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:14:\"pinwheel-style\";a:8:{s:6:\"handle\";s:14:\"pinwheel-style\";s:3:\"src\";s:100:\"https://www.dubdelivery.club/wp-content/plugins/pw-woocommerce-hosted-page-master/pinwheel-style.css\";s:4:\"deps\";a:0:{}s:3:\"ver\";b:0;s:4:\"args\";s:3:\"all\";s:5:\"extra\";a:0:{}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:57:\"fl-builder-layout-bundle-96c01ea7a4f7d192b2cfe029cbfb64bd\";a:8:{s:6:\"handle\";s:57:\"fl-builder-layout-bundle-96c01ea7a4f7d192b2cfe029cbfb64bd\";s:3:\"src\";s:119:\"https://www.dubdelivery.club/wp-content/uploads/beaver-builder/cache/96c01ea7a4f7d192b2cfe029cbfb64bd-layout-bundle.css\";s:4:\"deps\";a:0:{}s:3:\"ver\";s:15:\"2.5.1.2-1.4.0.1\";s:4:\"args\";s:3:\"all\";s:5:\"extra\";a:0:{}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:56:\"fl-builder-google-fonts-e667b18622e5ddbfa0495fbbd7fd97ed\";a:8:{s:6:\"handle\";s:56:\"fl-builder-google-fonts-e667b18622e5ddbfa0495fbbd7fd97ed\";s:3:\"src\";s:58:\"https://fonts.googleapis.com/css?family=Ubuntu:300,400,700\";s:4:\"deps\";a:0:{}s:3:\"ver\";b:0;s:4:\"args\";s:3:\"all\";s:5:\"extra\";a:0:{}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:56:\"fl-builder-google-fonts-6484b30d606b2a54aab4128d288ad629\";a:8:{s:6:\"handle\";s:56:\"fl-builder-google-fonts-6484b30d606b2a54aab4128d288ad629\";s:3:\"src\";s:50:\"https://fonts.googleapis.com/css?family=Oswald:400\";s:4:\"deps\";a:0:{}s:3:\"ver\";b:0;s:4:\"args\";s:3:\"all\";s:5:\"extra\";a:0:{}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:56:\"fl-builder-google-fonts-6bf285763b7cb3a352c2075ceeac5fa6\";a:8:{s:6:\"handle\";s:56:\"fl-builder-google-fonts-6bf285763b7cb3a352c2075ceeac5fa6\";s:3:\"src\";s:53:\"https://fonts.googleapis.com/css?family=Nova Flat:400\";s:4:\"deps\";a:0:{}s:3:\"ver\";b:0;s:4:\"args\";s:3:\"all\";s:5:\"extra\";a:0:{}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:21:\"fl-builder-layout-174\";a:8:{s:6:\"handle\";s:21:\"fl-builder-layout-174\";s:3:\"src\";s:83:\"https://www.dubdelivery.club/wp-content/uploads/beaver-builder/cache/174-layout.css\";s:4:\"deps\";a:0:{}s:3:\"ver\";s:32:\"c9bf79f3a153178788ed192e275f1c15\";s:4:\"args\";s:3:\"all\";s:5:\"extra\";a:0:{}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:57:\"fl-builder-layout-bundle-0a9bb04b378e70fafd25903b1b6f4c38\";a:8:{s:6:\"handle\";s:57:\"fl-builder-layout-bundle-0a9bb04b378e70fafd25903b1b6f4c38\";s:3:\"src\";s:119:\"https://www.dubdelivery.club/wp-content/uploads/beaver-builder/cache/0a9bb04b378e70fafd25903b1b6f4c38-layout-bundle.css\";s:4:\"deps\";a:0:{}s:3:\"ver\";s:15:\"2.5.1.2-1.4.0.1\";s:4:\"args\";s:3:\"all\";s:5:\"extra\";a:0:{}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:20:\"fl-builder-layout-56\";a:8:{s:6:\"handle\";s:20:\"fl-builder-layout-56\";s:3:\"src\";s:82:\"https://www.dubdelivery.club/wp-content/uploads/beaver-builder/cache/56-layout.css\";s:4:\"deps\";a:0:{}s:3:\"ver\";s:32:\"cbee1264902e02234cb04eb88f116adf\";s:4:\"args\";s:3:\"all\";s:5:\"extra\";a:0:{}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:7:\"select2\";a:8:{s:6:\"handle\";s:7:\"select2\";s:3:\"src\";s:82:\"https://www.dubdelivery.club/wp-content/plugins/woocommerce/assets/css/select2.css\";s:4:\"deps\";a:0:{}s:3:\"ver\";s:5:\"8.5.1\";s:4:\"args\";s:3:\"all\";s:5:\"extra\";a:0:{}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:12:\"wcs-checkout\";a:8:{s:6:\"handle\";s:12:\"wcs-checkout\";s:3:\"src\";s:129:\"//www.dubdelivery.club/wp-content/plugins/woocommerce-subscriptions/vendor/woocommerce/subscriptions-core/assets/css/checkout.css\";s:4:\"deps\";a:0:{}s:3:\"ver\";s:5:\"8.5.1\";s:4:\"args\";s:3:\"all\";s:5:\"extra\";a:0:{}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:57:\"fl-builder-layout-bundle-737a2b09b3d432b6ff31655103eae15d\";a:8:{s:6:\"handle\";s:57:\"fl-builder-layout-bundle-737a2b09b3d432b6ff31655103eae15d\";s:3:\"src\";s:119:\"https://www.dubdelivery.club/wp-content/uploads/beaver-builder/cache/737a2b09b3d432b6ff31655103eae15d-layout-bundle.css\";s:4:\"deps\";a:0:{}s:3:\"ver\";s:15:\"2.5.1.2-1.4.0.1\";s:4:\"args\";s:3:\"all\";s:5:\"extra\";a:0:{}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:19:\"wpslash-tipping-css\";a:8:{s:6:\"handle\";s:19:\"wpslash-tipping-css\";s:3:\"src\";s:81:\"https://www.dubdelivery.club/wp-content/plugins/woocommerce-tipping//css/main.css\";s:4:\"deps\";a:0:{}s:3:\"ver\";s:5:\"0.1.0\";s:4:\"args\";s:3:\"all\";s:5:\"extra\";a:0:{}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:20:\"fl-builder-layout-12\";a:8:{s:6:\"handle\";s:20:\"fl-builder-layout-12\";s:3:\"src\";s:90:\"https://www.dubdelivery.club/wp-content/uploads/beaver-builder/cache/12-layout-partial.css\";s:4:\"deps\";a:0:{}s:3:\"ver\";s:32:\"c3b6409561634b7ed0f33a6f4d5e7cc7\";s:4:\"args\";s:3:\"all\";s:5:\"extra\";a:0:{}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:21:\"fl-builder-layout-446\";a:8:{s:6:\"handle\";s:21:\"fl-builder-layout-446\";s:3:\"src\";s:83:\"https://www.dubdelivery.club/wp-content/uploads/beaver-builder/cache/446-layout.css\";s:4:\"deps\";a:0:{}s:3:\"ver\";s:32:\"05a45a1ecd165bc5977b89097f7f428c\";s:4:\"args\";s:3:\"all\";s:5:\"extra\";a:0:{}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:37:\"fl-theme-builder-layout-frontend-edit\";a:8:{s:6:\"handle\";s:37:\"fl-theme-builder-layout-frontend-edit\";s:3:\"src\";s:107:\"https://www.dubdelivery.club/wp-content/plugins/beaver-themer/css/fl-theme-builder-layout-frontend-edit.css\";s:4:\"deps\";a:0:{}s:3:\"ver\";s:7:\"1.4.0.1\";s:4:\"args\";s:3:\"all\";s:5:\"extra\";a:0:{}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:21:\"fl-builder-layout-511\";a:8:{s:6:\"handle\";s:21:\"fl-builder-layout-511\";s:3:\"src\";s:83:\"https://www.dubdelivery.club/wp-content/uploads/beaver-builder/cache/511-layout.css\";s:4:\"deps\";a:0:{}s:3:\"ver\";s:32:\"dc1fa360bfec4f82056bb9bdf6bca85f\";s:4:\"args\";s:3:\"all\";s:5:\"extra\";a:0:{}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:21:\"fl-builder-layout-279\";a:8:{s:6:\"handle\";s:21:\"fl-builder-layout-279\";s:3:\"src\";s:83:\"https://www.dubdelivery.club/wp-content/uploads/beaver-builder/cache/279-layout.css\";s:4:\"deps\";a:0:{}s:3:\"ver\";s:32:\"4bab332a3d0aa50186a6931e16216039\";s:4:\"args\";s:3:\"all\";s:5:\"extra\";a:0:{}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:21:\"fl-builder-layout-549\";a:8:{s:6:\"handle\";s:21:\"fl-builder-layout-549\";s:3:\"src\";s:83:\"https://www.dubdelivery.club/wp-content/uploads/beaver-builder/cache/549-layout.css\";s:4:\"deps\";a:0:{}s:3:\"ver\";s:32:\"5f6855df3f66891a1fcad41139ba2d94\";s:4:\"args\";s:3:\"all\";s:5:\"extra\";a:0:{}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:20:\"fl-builder-layout-31\";a:8:{s:6:\"handle\";s:20:\"fl-builder-layout-31\";s:3:\"src\";s:82:\"https://www.dubdelivery.club/wp-content/uploads/beaver-builder/cache/31-layout.css\";s:4:\"deps\";a:0:{}s:3:\"ver\";s:32:\"889108ee89915e9a5d47cf9c52c3e64f\";s:4:\"args\";s:3:\"all\";s:5:\"extra\";a:0:{}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:57:\"fl-builder-layout-bundle-3845d63c3978a60ae63a97e77cd2cc6d\";a:8:{s:6:\"handle\";s:57:\"fl-builder-layout-bundle-3845d63c3978a60ae63a97e77cd2cc6d\";s:3:\"src\";s:119:\"https://www.dubdelivery.club/wp-content/uploads/beaver-builder/cache/3845d63c3978a60ae63a97e77cd2cc6d-layout-bundle.css\";s:4:\"deps\";a:0:{}s:3:\"ver\";s:15:\"2.5.1.2-1.4.0.1\";s:4:\"args\";s:3:\"all\";s:5:\"extra\";a:0:{}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:27:\"seedprod-woocommerce-layout\";a:8:{s:6:\"handle\";s:27:\"seedprod-woocommerce-layout\";s:3:\"src\";s:87:\"//www.dubdelivery.club/wp-content/plugins/woocommerce/assets/css/woocommerce-layout.css\";s:4:\"deps\";a:0:{}s:3:\"ver\";s:5:\"8.1.1\";s:4:\"args\";s:3:\"all\";s:5:\"extra\";a:0:{}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:32:\"seedprod-woocommerce-smallscreen\";a:8:{s:6:\"handle\";s:32:\"seedprod-woocommerce-smallscreen\";s:3:\"src\";s:92:\"//www.dubdelivery.club/wp-content/plugins/woocommerce/assets/css/woocommerce-smallscreen.css\";s:4:\"deps\";a:0:{}s:3:\"ver\";s:5:\"8.1.1\";s:4:\"args\";s:35:\"only screen and (max-width: 1088px)\";s:5:\"extra\";a:0:{}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:28:\"seedprod-woocommerce-general\";a:8:{s:6:\"handle\";s:28:\"seedprod-woocommerce-general\";s:3:\"src\";s:80:\"//www.dubdelivery.club/wp-content/plugins/woocommerce/assets/css/woocommerce.css\";s:4:\"deps\";a:0:{}s:3:\"ver\";s:5:\"8.1.1\";s:4:\"args\";s:3:\"all\";s:5:\"extra\";a:0:{}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:57:\"fl-builder-layout-bundle-507c5b49d2bd5e78522a2fbeab184cb1\";a:8:{s:6:\"handle\";s:57:\"fl-builder-layout-bundle-507c5b49d2bd5e78522a2fbeab184cb1\";s:3:\"src\";s:119:\"https://www.dubdelivery.club/wp-content/uploads/beaver-builder/cache/507c5b49d2bd5e78522a2fbeab184cb1-layout-bundle.css\";s:4:\"deps\";a:0:{}s:3:\"ver\";s:15:\"2.5.1.2-1.4.0.1\";s:4:\"args\";s:3:\"all\";s:5:\"extra\";a:0:{}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:57:\"fl-builder-layout-bundle-42fe9d851e2747a37f19b522d02f99e0\";a:8:{s:6:\"handle\";s:57:\"fl-builder-layout-bundle-42fe9d851e2747a37f19b522d02f99e0\";s:3:\"src\";s:119:\"https://www.dubdelivery.club/wp-content/uploads/beaver-builder/cache/42fe9d851e2747a37f19b522d02f99e0-layout-bundle.css\";s:4:\"deps\";a:0:{}s:3:\"ver\";s:15:\"2.5.1.2-1.4.0.1\";s:4:\"args\";s:3:\"all\";s:5:\"extra\";a:0:{}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:10:\"photoswipe\";a:8:{s:6:\"handle\";s:10:\"photoswipe\";s:3:\"src\";s:100:\"https://www.dubdelivery.club/wp-content/plugins/woocommerce/assets/css/photoswipe/photoswipe.min.css\";s:4:\"deps\";a:0:{}s:3:\"ver\";s:5:\"8.5.1\";s:4:\"args\";s:3:\"all\";s:5:\"extra\";a:0:{}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:23:\"photoswipe-default-skin\";a:8:{s:6:\"handle\";s:23:\"photoswipe-default-skin\";s:3:\"src\";s:115:\"https://www.dubdelivery.club/wp-content/plugins/woocommerce/assets/css/photoswipe/default-skin/default-skin.min.css\";s:4:\"deps\";a:1:{i:0;s:10:\"photoswipe\";}s:3:\"ver\";s:5:\"8.5.1\";s:4:\"args\";s:3:\"all\";s:5:\"extra\";a:0:{}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:57:\"fl-builder-layout-bundle-61c6401bd04340ba0627cb95bc665875\";a:8:{s:6:\"handle\";s:57:\"fl-builder-layout-bundle-61c6401bd04340ba0627cb95bc665875\";s:3:\"src\";s:119:\"https://www.dubdelivery.club/wp-content/uploads/beaver-builder/cache/61c6401bd04340ba0627cb95bc665875-layout-bundle.css\";s:4:\"deps\";a:0:{}s:3:\"ver\";s:15:\"2.5.1.2-1.4.0.1\";s:4:\"args\";s:3:\"all\";s:5:\"extra\";a:0:{}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:20:\"fl-builder-layout-47\";a:8:{s:6:\"handle\";s:20:\"fl-builder-layout-47\";s:3:\"src\";s:82:\"https://www.dubdelivery.club/wp-content/uploads/beaver-builder/cache/47-layout.css\";s:4:\"deps\";a:0:{}s:3:\"ver\";s:32:\"6dfe51d81302ca825dc9873fd3c47d48\";s:4:\"args\";s:3:\"all\";s:5:\"extra\";a:0:{}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:57:\"fl-builder-layout-bundle-5b0b32bcdd6471a95de968bfc2111b96\";a:8:{s:6:\"handle\";s:57:\"fl-builder-layout-bundle-5b0b32bcdd6471a95de968bfc2111b96\";s:3:\"src\";s:119:\"https://www.dubdelivery.club/wp-content/uploads/beaver-builder/cache/5b0b32bcdd6471a95de968bfc2111b96-layout-bundle.css\";s:4:\"deps\";a:0:{}s:3:\"ver\";s:15:\"2.5.1.2-1.4.0.1\";s:4:\"args\";s:3:\"all\";s:5:\"extra\";a:0:{}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:21:\"fl-builder-layout-304\";a:8:{s:6:\"handle\";s:21:\"fl-builder-layout-304\";s:3:\"src\";s:83:\"https://www.dubdelivery.club/wp-content/uploads/beaver-builder/cache/304-layout.css\";s:4:\"deps\";a:0:{}s:3:\"ver\";s:32:\"3bac319218d307adb5ecec88103ac851\";s:4:\"args\";s:3:\"all\";s:5:\"extra\";a:0:{}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:20:\"fl-builder-layout-57\";a:8:{s:6:\"handle\";s:20:\"fl-builder-layout-57\";s:3:\"src\";s:82:\"https://www.dubdelivery.club/wp-content/uploads/beaver-builder/cache/57-layout.css\";s:4:\"deps\";a:0:{}s:3:\"ver\";s:32:\"a68bfb89fa3546baf69c4850477526bc\";s:4:\"args\";s:3:\"all\";s:5:\"extra\";a:0:{}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:21:\"wcs-view-subscription\";a:8:{s:6:\"handle\";s:21:\"wcs-view-subscription\";s:3:\"src\";s:138:\"//www.dubdelivery.club/wp-content/plugins/woocommerce-subscriptions/vendor/woocommerce/subscriptions-core/assets/css/view-subscription.css\";s:4:\"deps\";a:0:{}s:3:\"ver\";s:5:\"6.5.0\";s:4:\"args\";s:3:\"all\";s:5:\"extra\";a:0:{}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:22:\"fl-builder-layout-1102\";a:8:{s:6:\"handle\";s:22:\"fl-builder-layout-1102\";s:3:\"src\";s:84:\"https://www.dubdelivery.club/wp-content/uploads/beaver-builder/cache/1102-layout.css\";s:4:\"deps\";a:0:{}s:3:\"ver\";s:32:\"f404367701b6c519a2f87cf34e978bb7\";s:4:\"args\";s:3:\"all\";s:5:\"extra\";a:0:{}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:17:\"wpforms-admin-bar\";a:8:{s:6:\"handle\";s:17:\"wpforms-admin-bar\";s:3:\"src\";s:84:\"https://www.dubdelivery.club/wp-content/plugins/wpforms/assets/css/admin-bar.min.css\";s:4:\"deps\";a:0:{}s:3:\"ver\";s:5:\"1.8.2\";s:4:\"args\";s:3:\"all\";s:5:\"extra\";a:1:{s:5:\"after\";a:1:{i:0;s:184:\"#wpadminbar .wpforms-menu-notification-counter, #wpadminbar .wpforms-menu-notification-indicator { \n						background-color: #d63638 !important;\n						color: #ffffff !important; \n					}\";}}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:57:\"fl-builder-layout-bundle-99e3511bb0f12f4947c02abd7e48640e\";a:8:{s:6:\"handle\";s:57:\"fl-builder-layout-bundle-99e3511bb0f12f4947c02abd7e48640e\";s:3:\"src\";s:119:\"https://www.dubdelivery.club/wp-content/uploads/beaver-builder/cache/99e3511bb0f12f4947c02abd7e48640e-layout-bundle.css\";s:4:\"deps\";a:0:{}s:3:\"ver\";s:15:\"2.5.1.2-1.4.0.1\";s:4:\"args\";s:3:\"all\";s:5:\"extra\";a:0:{}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:20:\"fl-builder-layout-55\";a:8:{s:6:\"handle\";s:20:\"fl-builder-layout-55\";s:3:\"src\";s:82:\"https://www.dubdelivery.club/wp-content/uploads/beaver-builder/cache/55-layout.css\";s:4:\"deps\";a:0:{}s:3:\"ver\";s:32:\"ac8a84d4d8411a5d7242324da5ed8cf3\";s:4:\"args\";s:3:\"all\";s:5:\"extra\";a:0:{}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:20:\"wpforms-classic-full\";a:8:{s:6:\"handle\";s:20:\"wpforms-classic-full\";s:3:\"src\";s:104:\"https://www.dubdelivery.club/wp-content/plugins/wpforms/assets/css/frontend/classic/wpforms-full.min.css\";s:4:\"deps\";a:0:{}s:3:\"ver\";s:5:\"1.8.2\";s:4:\"args\";s:3:\"all\";s:5:\"extra\";a:0:{}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:22:\"shipping-del-aro-style\";a:8:{s:6:\"handle\";s:22:\"shipping-del-aro-style\";s:3:\"src\";s:105:\"https://www.dubdelivery.club/wp-content/plugins/shipping-zones-by-drawing-for-woocommerce/assets/szbd.css\";s:4:\"deps\";a:0:{}s:3:\"ver\";b:0;s:4:\"args\";s:3:\"all\";s:5:\"extra\";a:0:{}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:21:\"fl-builder-layout-750\";a:8:{s:6:\"handle\";s:21:\"fl-builder-layout-750\";s:3:\"src\";s:83:\"https://www.dubdelivery.club/wp-content/uploads/beaver-builder/cache/750-layout.css\";s:4:\"deps\";a:0:{}s:3:\"ver\";s:32:\"33cbd605bba80e37aa0ea992ccf50999\";s:4:\"args\";s:3:\"all\";s:5:\"extra\";a:0:{}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:21:\"fl-builder-layout-307\";a:8:{s:6:\"handle\";s:21:\"fl-builder-layout-307\";s:3:\"src\";s:83:\"https://www.dubdelivery.club/wp-content/uploads/beaver-builder/cache/307-layout.css\";s:4:\"deps\";a:0:{}s:3:\"ver\";s:32:\"38a9dd546c598dd587aff08a7befa93c\";s:4:\"args\";s:3:\"all\";s:5:\"extra\";a:0:{}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:22:\"fl-builder-layout-3387\";a:8:{s:6:\"handle\";s:22:\"fl-builder-layout-3387\";s:3:\"src\";s:84:\"https://www.dubdelivery.club/wp-content/uploads/beaver-builder/cache/3387-layout.css\";s:4:\"deps\";a:0:{}s:3:\"ver\";s:32:\"92c751001af6b6ba2d288311b41959c2\";s:4:\"args\";s:3:\"all\";s:5:\"extra\";a:0:{}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:57:\"fl-builder-layout-bundle-6b9816ac65c5761b7fb9db39b0494acc\";a:8:{s:6:\"handle\";s:57:\"fl-builder-layout-bundle-6b9816ac65c5761b7fb9db39b0494acc\";s:3:\"src\";s:119:\"https://www.dubdelivery.club/wp-content/uploads/beaver-builder/cache/6b9816ac65c5761b7fb9db39b0494acc-layout-bundle.css\";s:4:\"deps\";a:0:{}s:3:\"ver\";s:15:\"2.5.1.2-1.4.0.1\";s:4:\"args\";s:3:\"all\";s:5:\"extra\";a:0:{}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:56:\"fl-builder-google-fonts-6176a79db62a97243c6a8faddc327234\";a:8:{s:6:\"handle\";s:56:\"fl-builder-google-fonts-6176a79db62a97243c6a8faddc327234\";s:3:\"src\";s:38:\"//fonts.googleapis.com/css?family=:400\";s:4:\"deps\";a:0:{}s:3:\"ver\";b:0;s:4:\"args\";s:3:\"all\";s:5:\"extra\";a:0:{}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:21:\"fl-builder-layout-348\";a:8:{s:6:\"handle\";s:21:\"fl-builder-layout-348\";s:3:\"src\";s:83:\"https://www.dubdelivery.club/wp-content/uploads/beaver-builder/cache/348-layout.css\";s:4:\"deps\";a:0:{}s:3:\"ver\";s:32:\"5be684741e0f364b4ea04af12a24b5b3\";s:4:\"args\";s:3:\"all\";s:5:\"extra\";a:0:{}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:20:\"fl-builder-layout-77\";a:8:{s:6:\"handle\";s:20:\"fl-builder-layout-77\";s:3:\"src\";s:82:\"https://www.dubdelivery.club/wp-content/uploads/beaver-builder/cache/77-layout.css\";s:4:\"deps\";a:0:{}s:3:\"ver\";s:32:\"e23efa711d39aa5396118608076ec89d\";s:4:\"args\";s:3:\"all\";s:5:\"extra\";a:0:{}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:57:\"fl-builder-layout-bundle-d6c980d53ae436d9660b04c708401504\";a:8:{s:6:\"handle\";s:57:\"fl-builder-layout-bundle-d6c980d53ae436d9660b04c708401504\";s:3:\"src\";s:119:\"https://www.dubdelivery.club/wp-content/uploads/beaver-builder/cache/d6c980d53ae436d9660b04c708401504-layout-bundle.css\";s:4:\"deps\";a:0:{}s:3:\"ver\";s:15:\"2.5.1.2-1.4.0.1\";s:4:\"args\";s:3:\"all\";s:5:\"extra\";a:0:{}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:21:\"fl-builder-layout-867\";a:8:{s:6:\"handle\";s:21:\"fl-builder-layout-867\";s:3:\"src\";s:83:\"https://www.dubdelivery.club/wp-content/uploads/beaver-builder/cache/867-layout.css\";s:4:\"deps\";a:0:{}s:3:\"ver\";s:32:\"a746e29dbdab4eae3764b497c3059b1e\";s:4:\"args\";s:3:\"all\";s:5:\"extra\";a:0:{}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:21:\"fl-builder-layout-623\";a:8:{s:6:\"handle\";s:21:\"fl-builder-layout-623\";s:3:\"src\";s:83:\"https://www.dubdelivery.club/wp-content/uploads/beaver-builder/cache/623-layout.css\";s:4:\"deps\";a:0:{}s:3:\"ver\";s:32:\"19b75842fe6fddc9a533080508aee125\";s:4:\"args\";s:3:\"all\";s:5:\"extra\";a:0:{}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:21:\"fl-builder-layout-541\";a:8:{s:6:\"handle\";s:21:\"fl-builder-layout-541\";s:3:\"src\";s:83:\"https://www.dubdelivery.club/wp-content/uploads/beaver-builder/cache/541-layout.css\";s:4:\"deps\";a:0:{}s:3:\"ver\";s:32:\"4af8dac30dc7e30b1ec2ca8450723278\";s:4:\"args\";s:3:\"all\";s:5:\"extra\";a:0:{}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:57:\"fl-builder-layout-bundle-6a341f847f7c581b4a7debba3ffc0ab6\";a:8:{s:6:\"handle\";s:57:\"fl-builder-layout-bundle-6a341f847f7c581b4a7debba3ffc0ab6\";s:3:\"src\";s:119:\"https://www.dubdelivery.club/wp-content/uploads/beaver-builder/cache/6a341f847f7c581b4a7debba3ffc0ab6-layout-bundle.css\";s:4:\"deps\";a:0:{}s:3:\"ver\";s:15:\"2.5.1.2-1.4.0.1\";s:4:\"args\";s:3:\"all\";s:5:\"extra\";a:0:{}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:21:\"fl-builder-layout-861\";a:8:{s:6:\"handle\";s:21:\"fl-builder-layout-861\";s:3:\"src\";s:83:\"https://www.dubdelivery.club/wp-content/uploads/beaver-builder/cache/861-layout.css\";s:4:\"deps\";a:0:{}s:3:\"ver\";s:32:\"022ce37a7b48abaf1964c16caa565bf6\";s:4:\"args\";s:3:\"all\";s:5:\"extra\";a:0:{}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:57:\"fl-builder-layout-bundle-b2c7e51045ef56fecf86a166a03b5d96\";a:8:{s:6:\"handle\";s:57:\"fl-builder-layout-bundle-b2c7e51045ef56fecf86a166a03b5d96\";s:3:\"src\";s:119:\"https://www.dubdelivery.club/wp-content/uploads/beaver-builder/cache/b2c7e51045ef56fecf86a166a03b5d96-layout-bundle.css\";s:4:\"deps\";a:0:{}s:3:\"ver\";s:15:\"2.5.1.2-1.4.0.1\";s:4:\"args\";s:3:\"all\";s:5:\"extra\";a:0:{}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:21:\"fl-builder-layout-159\";a:8:{s:6:\"handle\";s:21:\"fl-builder-layout-159\";s:3:\"src\";s:83:\"https://www.dubdelivery.club/wp-content/uploads/beaver-builder/cache/159-layout.css\";s:4:\"deps\";a:0:{}s:3:\"ver\";s:32:\"58eb9fbedcfd0a7ba471344eb9f23fc4\";s:4:\"args\";s:3:\"all\";s:5:\"extra\";a:0:{}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:22:\"fl-builder-layout-1043\";a:8:{s:6:\"handle\";s:22:\"fl-builder-layout-1043\";s:3:\"src\";s:92:\"https://www.dubdelivery.club/wp-content/uploads/beaver-builder/cache/1043-layout-partial.css\";s:4:\"deps\";a:0:{}s:3:\"ver\";s:32:\"a48dacb3fdbe85371b9aa31fe5e13ba4\";s:4:\"args\";s:3:\"all\";s:5:\"extra\";a:0:{}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:30:\"wc-blocks-style-active-filters\";a:8:{s:6:\"handle\";s:30:\"wc-blocks-style-active-filters\";s:3:\"src\";s:112:\"https://www.dubdelivery.club/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/active-filters.css\";s:4:\"deps\";a:0:{}s:3:\"ver\";s:6:\"10.6.6\";s:4:\"args\";s:3:\"all\";s:5:\"extra\";a:1:{s:3:\"rtl\";s:7:\"replace\";}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:32:\"wc-blocks-style-add-to-cart-form\";a:8:{s:6:\"handle\";s:32:\"wc-blocks-style-add-to-cart-form\";s:3:\"src\";s:114:\"https://www.dubdelivery.club/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/add-to-cart-form.css\";s:4:\"deps\";a:0:{}s:3:\"ver\";s:6:\"10.6.6\";s:4:\"args\";s:3:\"all\";s:5:\"extra\";a:1:{s:3:\"rtl\";s:7:\"replace\";}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:24:\"wc-blocks-packages-style\";a:8:{s:6:\"handle\";s:24:\"wc-blocks-packages-style\";s:3:\"src\";s:112:\"https://www.dubdelivery.club/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/packages-style.css\";s:4:\"deps\";a:0:{}s:3:\"ver\";s:6:\"10.6.6\";s:4:\"args\";s:3:\"all\";s:5:\"extra\";a:1:{s:3:\"rtl\";s:7:\"replace\";}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:28:\"wc-blocks-style-all-products\";a:8:{s:6:\"handle\";s:28:\"wc-blocks-style-all-products\";s:3:\"src\";s:110:\"https://www.dubdelivery.club/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/all-products.css\";s:4:\"deps\";a:0:{}s:3:\"ver\";s:6:\"10.6.6\";s:4:\"args\";s:3:\"all\";s:5:\"extra\";a:1:{s:3:\"rtl\";s:7:\"replace\";}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:27:\"wc-blocks-style-all-reviews\";a:8:{s:6:\"handle\";s:27:\"wc-blocks-style-all-reviews\";s:3:\"src\";s:109:\"https://www.dubdelivery.club/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/all-reviews.css\";s:4:\"deps\";a:0:{}s:3:\"ver\";s:6:\"10.6.6\";s:4:\"args\";s:3:\"all\";s:5:\"extra\";a:1:{s:3:\"rtl\";s:7:\"replace\";}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:32:\"wc-blocks-style-attribute-filter\";a:8:{s:6:\"handle\";s:32:\"wc-blocks-style-attribute-filter\";s:3:\"src\";s:114:\"https://www.dubdelivery.club/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/attribute-filter.css\";s:4:\"deps\";a:0:{}s:3:\"ver\";s:6:\"10.6.6\";s:4:\"args\";s:3:\"all\";s:5:\"extra\";a:1:{s:3:\"rtl\";s:7:\"replace\";}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:27:\"wc-blocks-style-breadcrumbs\";a:8:{s:6:\"handle\";s:27:\"wc-blocks-style-breadcrumbs\";s:3:\"src\";s:109:\"https://www.dubdelivery.club/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/breadcrumbs.css\";s:4:\"deps\";a:0:{}s:3:\"ver\";s:6:\"10.6.6\";s:4:\"args\";s:3:\"all\";s:5:\"extra\";a:1:{s:3:\"rtl\";s:7:\"replace\";}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:31:\"wc-blocks-style-catalog-sorting\";a:8:{s:6:\"handle\";s:31:\"wc-blocks-style-catalog-sorting\";s:3:\"src\";s:113:\"https://www.dubdelivery.club/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/catalog-sorting.css\";s:4:\"deps\";a:0:{}s:3:\"ver\";s:6:\"10.6.6\";s:4:\"args\";s:3:\"all\";s:5:\"extra\";a:1:{s:3:\"rtl\";s:7:\"replace\";}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:32:\"wc-blocks-style-customer-account\";a:8:{s:6:\"handle\";s:32:\"wc-blocks-style-customer-account\";s:3:\"src\";s:114:\"https://www.dubdelivery.club/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/customer-account.css\";s:4:\"deps\";a:0:{}s:3:\"ver\";s:6:\"10.6.6\";s:4:\"args\";s:3:\"all\";s:5:\"extra\";a:1:{s:3:\"rtl\";s:7:\"replace\";}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:33:\"wc-blocks-style-featured-category\";a:8:{s:6:\"handle\";s:33:\"wc-blocks-style-featured-category\";s:3:\"src\";s:115:\"https://www.dubdelivery.club/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/featured-category.css\";s:4:\"deps\";a:0:{}s:3:\"ver\";s:6:\"10.6.6\";s:4:\"args\";s:3:\"all\";s:5:\"extra\";a:1:{s:3:\"rtl\";s:7:\"replace\";}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:32:\"wc-blocks-style-featured-product\";a:8:{s:6:\"handle\";s:32:\"wc-blocks-style-featured-product\";s:3:\"src\";s:114:\"https://www.dubdelivery.club/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/featured-product.css\";s:4:\"deps\";a:0:{}s:3:\"ver\";s:6:\"10.6.6\";s:4:\"args\";s:3:\"all\";s:5:\"extra\";a:1:{s:3:\"rtl\";s:7:\"replace\";}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:25:\"wc-blocks-style-mini-cart\";a:8:{s:6:\"handle\";s:25:\"wc-blocks-style-mini-cart\";s:3:\"src\";s:107:\"https://www.dubdelivery.club/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/mini-cart.css\";s:4:\"deps\";a:0:{}s:3:\"ver\";s:6:\"10.6.6\";s:4:\"args\";s:3:\"all\";s:5:\"extra\";a:1:{s:3:\"rtl\";s:7:\"replace\";}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:28:\"wc-blocks-style-price-filter\";a:8:{s:6:\"handle\";s:28:\"wc-blocks-style-price-filter\";s:3:\"src\";s:110:\"https://www.dubdelivery.club/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/price-filter.css\";s:4:\"deps\";a:0:{}s:3:\"ver\";s:6:\"10.6.6\";s:4:\"args\";s:3:\"all\";s:5:\"extra\";a:1:{s:3:\"rtl\";s:7:\"replace\";}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:35:\"wc-blocks-style-product-add-to-cart\";a:8:{s:6:\"handle\";s:35:\"wc-blocks-style-product-add-to-cart\";s:3:\"src\";s:117:\"https://www.dubdelivery.club/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/product-add-to-cart.css\";s:4:\"deps\";a:0:{}s:3:\"ver\";s:6:\"10.6.6\";s:4:\"args\";s:3:\"all\";s:5:\"extra\";a:1:{s:3:\"rtl\";s:7:\"replace\";}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:30:\"wc-blocks-style-product-button\";a:8:{s:6:\"handle\";s:30:\"wc-blocks-style-product-button\";s:3:\"src\";s:112:\"https://www.dubdelivery.club/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/product-button.css\";s:4:\"deps\";a:0:{}s:3:\"ver\";s:6:\"10.6.6\";s:4:\"args\";s:3:\"all\";s:5:\"extra\";a:1:{s:3:\"rtl\";s:7:\"replace\";}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:34:\"wc-blocks-style-product-categories\";a:8:{s:6:\"handle\";s:34:\"wc-blocks-style-product-categories\";s:3:\"src\";s:116:\"https://www.dubdelivery.club/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/product-categories.css\";s:4:\"deps\";a:0:{}s:3:\"ver\";s:6:\"10.6.6\";s:4:\"args\";s:3:\"all\";s:5:\"extra\";a:1:{s:3:\"rtl\";s:7:\"replace\";}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:29:\"wc-blocks-style-product-image\";a:8:{s:6:\"handle\";s:29:\"wc-blocks-style-product-image\";s:3:\"src\";s:111:\"https://www.dubdelivery.club/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/product-image.css\";s:4:\"deps\";a:0:{}s:3:\"ver\";s:6:\"10.6.6\";s:4:\"args\";s:3:\"all\";s:5:\"extra\";a:1:{s:3:\"rtl\";s:7:\"replace\";}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:37:\"wc-blocks-style-product-image-gallery\";a:8:{s:6:\"handle\";s:37:\"wc-blocks-style-product-image-gallery\";s:3:\"src\";s:119:\"https://www.dubdelivery.club/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/product-image-gallery.css\";s:4:\"deps\";a:0:{}s:3:\"ver\";s:6:\"10.6.6\";s:4:\"args\";s:3:\"all\";s:5:\"extra\";a:1:{s:3:\"rtl\";s:7:\"replace\";}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:29:\"wc-blocks-style-product-query\";a:8:{s:6:\"handle\";s:29:\"wc-blocks-style-product-query\";s:3:\"src\";s:111:\"https://www.dubdelivery.club/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/product-query.css\";s:4:\"deps\";a:0:{}s:3:\"ver\";s:6:\"10.6.6\";s:4:\"args\";s:3:\"all\";s:5:\"extra\";a:1:{s:3:\"rtl\";s:7:\"replace\";}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:37:\"wc-blocks-style-product-results-count\";a:8:{s:6:\"handle\";s:37:\"wc-blocks-style-product-results-count\";s:3:\"src\";s:119:\"https://www.dubdelivery.club/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/product-results-count.css\";s:4:\"deps\";a:0:{}s:3:\"ver\";s:6:\"10.6.6\";s:4:\"args\";s:3:\"all\";s:5:\"extra\";a:1:{s:3:\"rtl\";s:7:\"replace\";}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:31:\"wc-blocks-style-product-reviews\";a:8:{s:6:\"handle\";s:31:\"wc-blocks-style-product-reviews\";s:3:\"src\";s:113:\"https://www.dubdelivery.club/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/product-reviews.css\";s:4:\"deps\";a:0:{}s:3:\"ver\";s:6:\"10.6.6\";s:4:\"args\";s:3:\"all\";s:5:\"extra\";a:1:{s:3:\"rtl\";s:7:\"replace\";}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:34:\"wc-blocks-style-product-sale-badge\";a:8:{s:6:\"handle\";s:34:\"wc-blocks-style-product-sale-badge\";s:3:\"src\";s:116:\"https://www.dubdelivery.club/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/product-sale-badge.css\";s:4:\"deps\";a:0:{}s:3:\"ver\";s:6:\"10.6.6\";s:4:\"args\";s:3:\"all\";s:5:\"extra\";a:1:{s:3:\"rtl\";s:7:\"replace\";}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:30:\"wc-blocks-style-product-search\";a:8:{s:6:\"handle\";s:30:\"wc-blocks-style-product-search\";s:3:\"src\";s:112:\"https://www.dubdelivery.club/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/product-search.css\";s:4:\"deps\";a:0:{}s:3:\"ver\";s:6:\"10.6.6\";s:4:\"args\";s:3:\"all\";s:5:\"extra\";a:1:{s:3:\"rtl\";s:7:\"replace\";}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:27:\"wc-blocks-style-product-sku\";a:8:{s:6:\"handle\";s:27:\"wc-blocks-style-product-sku\";s:3:\"src\";s:109:\"https://www.dubdelivery.club/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/product-sku.css\";s:4:\"deps\";a:0:{}s:3:\"ver\";s:6:\"10.6.6\";s:4:\"args\";s:3:\"all\";s:5:\"extra\";a:1:{s:3:\"rtl\";s:7:\"replace\";}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:39:\"wc-blocks-style-product-stock-indicator\";a:8:{s:6:\"handle\";s:39:\"wc-blocks-style-product-stock-indicator\";s:3:\"src\";s:121:\"https://www.dubdelivery.club/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/product-stock-indicator.css\";s:4:\"deps\";a:0:{}s:3:\"ver\";s:6:\"10.6.6\";s:4:\"args\";s:3:\"all\";s:5:\"extra\";a:1:{s:3:\"rtl\";s:7:\"replace\";}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:31:\"wc-blocks-style-product-summary\";a:8:{s:6:\"handle\";s:31:\"wc-blocks-style-product-summary\";s:3:\"src\";s:113:\"https://www.dubdelivery.club/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/product-summary.css\";s:4:\"deps\";a:0:{}s:3:\"ver\";s:6:\"10.6.6\";s:4:\"args\";s:3:\"all\";s:5:\"extra\";a:1:{s:3:\"rtl\";s:7:\"replace\";}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:29:\"wc-blocks-style-product-title\";a:8:{s:6:\"handle\";s:29:\"wc-blocks-style-product-title\";s:3:\"src\";s:111:\"https://www.dubdelivery.club/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/product-title.css\";s:4:\"deps\";a:0:{}s:3:\"ver\";s:6:\"10.6.6\";s:4:\"args\";s:3:\"all\";s:5:\"extra\";a:1:{s:3:\"rtl\";s:7:\"replace\";}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:29:\"wc-blocks-style-rating-filter\";a:8:{s:6:\"handle\";s:29:\"wc-blocks-style-rating-filter\";s:3:\"src\";s:111:\"https://www.dubdelivery.club/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/rating-filter.css\";s:4:\"deps\";a:0:{}s:3:\"ver\";s:6:\"10.6.6\";s:4:\"args\";s:3:\"all\";s:5:\"extra\";a:1:{s:3:\"rtl\";s:7:\"replace\";}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:35:\"wc-blocks-style-reviews-by-category\";a:8:{s:6:\"handle\";s:35:\"wc-blocks-style-reviews-by-category\";s:3:\"src\";s:117:\"https://www.dubdelivery.club/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/reviews-by-category.css\";s:4:\"deps\";a:0:{}s:3:\"ver\";s:6:\"10.6.6\";s:4:\"args\";s:3:\"all\";s:5:\"extra\";a:1:{s:3:\"rtl\";s:7:\"replace\";}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:34:\"wc-blocks-style-reviews-by-product\";a:8:{s:6:\"handle\";s:34:\"wc-blocks-style-reviews-by-product\";s:3:\"src\";s:116:\"https://www.dubdelivery.club/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/reviews-by-product.css\";s:4:\"deps\";a:0:{}s:3:\"ver\";s:6:\"10.6.6\";s:4:\"args\";s:3:\"all\";s:5:\"extra\";a:1:{s:3:\"rtl\";s:7:\"replace\";}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:31:\"wc-blocks-style-product-details\";a:8:{s:6:\"handle\";s:31:\"wc-blocks-style-product-details\";s:3:\"src\";s:113:\"https://www.dubdelivery.club/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/product-details.css\";s:4:\"deps\";a:0:{}s:3:\"ver\";s:6:\"10.6.6\";s:4:\"args\";s:3:\"all\";s:5:\"extra\";a:1:{s:3:\"rtl\";s:7:\"replace\";}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:30:\"wc-blocks-style-single-product\";a:8:{s:6:\"handle\";s:30:\"wc-blocks-style-single-product\";s:3:\"src\";s:112:\"https://www.dubdelivery.club/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/single-product.css\";s:4:\"deps\";a:0:{}s:3:\"ver\";s:6:\"10.6.6\";s:4:\"args\";s:3:\"all\";s:5:\"extra\";a:1:{s:3:\"rtl\";s:7:\"replace\";}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:28:\"wc-blocks-style-stock-filter\";a:8:{s:6:\"handle\";s:28:\"wc-blocks-style-stock-filter\";s:3:\"src\";s:110:\"https://www.dubdelivery.club/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/stock-filter.css\";s:4:\"deps\";a:0:{}s:3:\"ver\";s:6:\"10.6.6\";s:4:\"args\";s:3:\"all\";s:5:\"extra\";a:1:{s:3:\"rtl\";s:7:\"replace\";}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:20:\"wc-blocks-style-cart\";a:8:{s:6:\"handle\";s:20:\"wc-blocks-style-cart\";s:3:\"src\";s:102:\"https://www.dubdelivery.club/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/cart.css\";s:4:\"deps\";a:0:{}s:3:\"ver\";s:6:\"10.6.6\";s:4:\"args\";s:3:\"all\";s:5:\"extra\";a:1:{s:3:\"rtl\";s:7:\"replace\";}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:24:\"wc-blocks-style-checkout\";a:8:{s:6:\"handle\";s:24:\"wc-blocks-style-checkout\";s:3:\"src\";s:106:\"https://www.dubdelivery.club/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/checkout.css\";s:4:\"deps\";a:0:{}s:3:\"ver\";s:6:\"10.6.6\";s:4:\"args\";s:3:\"all\";s:5:\"extra\";a:1:{s:3:\"rtl\";s:7:\"replace\";}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:34:\"wc-blocks-style-mini-cart-contents\";a:8:{s:6:\"handle\";s:34:\"wc-blocks-style-mini-cart-contents\";s:3:\"src\";s:116:\"https://www.dubdelivery.club/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/mini-cart-contents.css\";s:4:\"deps\";a:0:{}s:3:\"ver\";s:6:\"10.6.6\";s:4:\"args\";s:3:\"all\";s:5:\"extra\";a:1:{s:3:\"rtl\";s:7:\"replace\";}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:12:\"wpforms-full\";a:8:{s:6:\"handle\";s:12:\"wpforms-full\";s:3:\"src\";s:104:\"https://www.dubdelivery.club/wp-content/plugins/wpforms/assets/css/frontend/classic/wpforms-full.min.css\";s:4:\"deps\";a:0:{}s:3:\"ver\";s:5:\"1.8.2\";s:4:\"args\";s:3:\"all\";s:5:\"extra\";a:0:{}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:19:\"wc-all-blocks-style\";a:8:{s:6:\"handle\";s:19:\"wc-all-blocks-style\";s:3:\"src\";s:117:\"https://www.dubdelivery.club/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/wc-all-blocks-style.css\";s:4:\"deps\";a:1:{i:0;s:23:\"wc-blocks-vendors-style\";}s:3:\"ver\";s:6:\"10.9.3\";s:4:\"args\";s:3:\"all\";s:5:\"extra\";a:1:{s:3:\"rtl\";s:7:\"replace\";}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:57:\"fl-builder-layout-bundle-bf2b505f95cc405fa957eab132e22e14\";a:8:{s:6:\"handle\";s:57:\"fl-builder-layout-bundle-bf2b505f95cc405fa957eab132e22e14\";s:3:\"src\";s:119:\"https://www.dubdelivery.club/wp-content/uploads/beaver-builder/cache/bf2b505f95cc405fa957eab132e22e14-layout-bundle.css\";s:4:\"deps\";a:0:{}s:3:\"ver\";s:15:\"2.5.1.2-1.4.0.1\";s:4:\"args\";s:3:\"all\";s:5:\"extra\";a:0:{}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:57:\"fl-builder-layout-bundle-691d7d13c6dc6eddd5571caff777a07f\";a:8:{s:6:\"handle\";s:57:\"fl-builder-layout-bundle-691d7d13c6dc6eddd5571caff777a07f\";s:3:\"src\";s:119:\"https://www.dubdelivery.club/wp-content/uploads/beaver-builder/cache/691d7d13c6dc6eddd5571caff777a07f-layout-bundle.css\";s:4:\"deps\";a:0:{}s:3:\"ver\";s:15:\"2.5.1.2-1.4.0.1\";s:4:\"args\";s:3:\"all\";s:5:\"extra\";a:0:{}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:57:\"fl-builder-layout-bundle-58a8eed5f131d804f2ff036ffb72229d\";a:8:{s:6:\"handle\";s:57:\"fl-builder-layout-bundle-58a8eed5f131d804f2ff036ffb72229d\";s:3:\"src\";s:119:\"https://www.dubdelivery.club/wp-content/uploads/beaver-builder/cache/58a8eed5f131d804f2ff036ffb72229d-layout-bundle.css\";s:4:\"deps\";a:0:{}s:3:\"ver\";s:15:\"2.5.1.2-1.4.0.1\";s:4:\"args\";s:3:\"all\";s:5:\"extra\";a:0:{}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:57:\"fl-builder-layout-bundle-2653fa465c80d13edc85646265390f2d\";a:8:{s:6:\"handle\";s:57:\"fl-builder-layout-bundle-2653fa465c80d13edc85646265390f2d\";s:3:\"src\";s:119:\"https://www.dubdelivery.club/wp-content/uploads/beaver-builder/cache/2653fa465c80d13edc85646265390f2d-layout-bundle.css\";s:4:\"deps\";a:0:{}s:3:\"ver\";s:15:\"2.5.1.2-1.4.0.1\";s:4:\"args\";s:3:\"all\";s:5:\"extra\";a:0:{}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:57:\"fl-builder-layout-bundle-8808ee74461e3a0d01068ca5c522441f\";a:8:{s:6:\"handle\";s:57:\"fl-builder-layout-bundle-8808ee74461e3a0d01068ca5c522441f\";s:3:\"src\";s:119:\"https://www.dubdelivery.club/wp-content/uploads/beaver-builder/cache/8808ee74461e3a0d01068ca5c522441f-layout-bundle.css\";s:4:\"deps\";a:0:{}s:3:\"ver\";s:15:\"2.5.1.2-1.4.0.1\";s:4:\"args\";s:3:\"all\";s:5:\"extra\";a:0:{}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:57:\"fl-builder-layout-bundle-550659fedfec3d0e3c275de70eba49cd\";a:8:{s:6:\"handle\";s:57:\"fl-builder-layout-bundle-550659fedfec3d0e3c275de70eba49cd\";s:3:\"src\";s:119:\"https://www.dubdelivery.club/wp-content/uploads/beaver-builder/cache/550659fedfec3d0e3c275de70eba49cd-layout-bundle.css\";s:4:\"deps\";a:0:{}s:3:\"ver\";s:15:\"2.5.1.2-1.4.0.1\";s:4:\"args\";s:3:\"all\";s:5:\"extra\";a:0:{}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:21:\"fl-builder-layout-368\";a:8:{s:6:\"handle\";s:21:\"fl-builder-layout-368\";s:3:\"src\";s:83:\"https://www.dubdelivery.club/wp-content/uploads/beaver-builder/cache/368-layout.css\";s:4:\"deps\";a:0:{}s:3:\"ver\";s:32:\"1fed0f2a55f23a94f4038d8ee5cb0ef2\";s:4:\"args\";s:3:\"all\";s:5:\"extra\";a:0:{}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:57:\"fl-builder-layout-bundle-2e7022f96e00e5b10702173096fdb1bc\";a:8:{s:6:\"handle\";s:57:\"fl-builder-layout-bundle-2e7022f96e00e5b10702173096fdb1bc\";s:3:\"src\";s:119:\"https://www.dubdelivery.club/wp-content/uploads/beaver-builder/cache/2e7022f96e00e5b10702173096fdb1bc-layout-bundle.css\";s:4:\"deps\";a:0:{}s:3:\"ver\";s:15:\"2.5.1.2-1.4.0.1\";s:4:\"args\";s:3:\"all\";s:5:\"extra\";a:0:{}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:57:\"fl-builder-layout-bundle-930edea717ef26b048d0c861ceecb7c1\";a:8:{s:6:\"handle\";s:57:\"fl-builder-layout-bundle-930edea717ef26b048d0c861ceecb7c1\";s:3:\"src\";s:119:\"https://www.dubdelivery.club/wp-content/uploads/beaver-builder/cache/930edea717ef26b048d0c861ceecb7c1-layout-bundle.css\";s:4:\"deps\";a:0:{}s:3:\"ver\";s:15:\"2.5.1.2-1.4.0.1\";s:4:\"args\";s:3:\"all\";s:5:\"extra\";a:0:{}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:57:\"fl-builder-layout-bundle-e26f8d6955ad8cfbbe53496d4d527f54\";a:8:{s:6:\"handle\";s:57:\"fl-builder-layout-bundle-e26f8d6955ad8cfbbe53496d4d527f54\";s:3:\"src\";s:119:\"https://www.dubdelivery.club/wp-content/uploads/beaver-builder/cache/e26f8d6955ad8cfbbe53496d4d527f54-layout-bundle.css\";s:4:\"deps\";a:0:{}s:3:\"ver\";s:15:\"2.5.1.2-1.4.0.1\";s:4:\"args\";s:3:\"all\";s:5:\"extra\";a:0:{}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:57:\"fl-builder-layout-bundle-0aa5a0d83369e916ce1d8da0dfc93bbb\";a:8:{s:6:\"handle\";s:57:\"fl-builder-layout-bundle-0aa5a0d83369e916ce1d8da0dfc93bbb\";s:3:\"src\";s:119:\"https://www.dubdelivery.club/wp-content/uploads/beaver-builder/cache/0aa5a0d83369e916ce1d8da0dfc93bbb-layout-bundle.css\";s:4:\"deps\";a:0:{}s:3:\"ver\";s:15:\"2.5.1.2-1.4.0.1\";s:4:\"args\";s:3:\"all\";s:5:\"extra\";a:0:{}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:57:\"fl-builder-layout-bundle-011aea1f9dffb730e898b255c2f050fd\";a:8:{s:6:\"handle\";s:57:\"fl-builder-layout-bundle-011aea1f9dffb730e898b255c2f050fd\";s:3:\"src\";s:119:\"https://www.dubdelivery.club/wp-content/uploads/beaver-builder/cache/011aea1f9dffb730e898b255c2f050fd-layout-bundle.css\";s:4:\"deps\";a:0:{}s:3:\"ver\";s:15:\"2.5.1.2-1.4.0.1\";s:4:\"args\";s:3:\"all\";s:5:\"extra\";a:0:{}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:57:\"fl-builder-layout-bundle-ebf37d721ceb5da41f5bc2a8486de8a8\";a:8:{s:6:\"handle\";s:57:\"fl-builder-layout-bundle-ebf37d721ceb5da41f5bc2a8486de8a8\";s:3:\"src\";s:119:\"https://www.dubdelivery.club/wp-content/uploads/beaver-builder/cache/ebf37d721ceb5da41f5bc2a8486de8a8-layout-bundle.css\";s:4:\"deps\";a:0:{}s:3:\"ver\";s:15:\"2.5.1.2-1.4.0.1\";s:4:\"args\";s:3:\"all\";s:5:\"extra\";a:0:{}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:57:\"fl-builder-layout-bundle-a6ecd4768c6ac33bad3a58045ce92dd0\";a:8:{s:6:\"handle\";s:57:\"fl-builder-layout-bundle-a6ecd4768c6ac33bad3a58045ce92dd0\";s:3:\"src\";s:119:\"https://www.dubdelivery.club/wp-content/uploads/beaver-builder/cache/a6ecd4768c6ac33bad3a58045ce92dd0-layout-bundle.css\";s:4:\"deps\";a:0:{}s:3:\"ver\";s:15:\"2.5.1.2-1.4.0.1\";s:4:\"args\";s:3:\"all\";s:5:\"extra\";a:0:{}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:57:\"fl-builder-layout-bundle-1fda98b53bc41288a6805562d2490b0a\";a:8:{s:6:\"handle\";s:57:\"fl-builder-layout-bundle-1fda98b53bc41288a6805562d2490b0a\";s:3:\"src\";s:119:\"https://www.dubdelivery.club/wp-content/uploads/beaver-builder/cache/1fda98b53bc41288a6805562d2490b0a-layout-bundle.css\";s:4:\"deps\";a:0:{}s:3:\"ver\";s:15:\"2.5.1.2-1.4.0.1\";s:4:\"args\";s:3:\"all\";s:5:\"extra\";a:0:{}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:57:\"fl-builder-layout-bundle-8cbf8866b847197a6e6263eea36df6f7\";a:8:{s:6:\"handle\";s:57:\"fl-builder-layout-bundle-8cbf8866b847197a6e6263eea36df6f7\";s:3:\"src\";s:119:\"https://www.dubdelivery.club/wp-content/uploads/beaver-builder/cache/8cbf8866b847197a6e6263eea36df6f7-layout-bundle.css\";s:4:\"deps\";a:0:{}s:3:\"ver\";s:15:\"2.5.1.2-1.4.0.1\";s:4:\"args\";s:3:\"all\";s:5:\"extra\";a:0:{}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:57:\"fl-builder-layout-bundle-fc4ef20cddb359ad521ff162bccd2255\";a:8:{s:6:\"handle\";s:57:\"fl-builder-layout-bundle-fc4ef20cddb359ad521ff162bccd2255\";s:3:\"src\";s:119:\"https://www.dubdelivery.club/wp-content/uploads/beaver-builder/cache/fc4ef20cddb359ad521ff162bccd2255-layout-bundle.css\";s:4:\"deps\";a:0:{}s:3:\"ver\";s:15:\"2.5.1.2-1.4.0.1\";s:4:\"args\";s:3:\"all\";s:5:\"extra\";a:0:{}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:57:\"fl-builder-layout-bundle-45a3745f5e84c2e97b47590897c460f3\";a:8:{s:6:\"handle\";s:57:\"fl-builder-layout-bundle-45a3745f5e84c2e97b47590897c460f3\";s:3:\"src\";s:119:\"https://www.dubdelivery.club/wp-content/uploads/beaver-builder/cache/45a3745f5e84c2e97b47590897c460f3-layout-bundle.css\";s:4:\"deps\";a:0:{}s:3:\"ver\";s:15:\"2.5.1.2-1.4.0.1\";s:4:\"args\";s:3:\"all\";s:5:\"extra\";a:0:{}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:57:\"fl-builder-layout-bundle-9d98f6ea2d1a2bb3221e763a9179a7d4\";a:8:{s:6:\"handle\";s:57:\"fl-builder-layout-bundle-9d98f6ea2d1a2bb3221e763a9179a7d4\";s:3:\"src\";s:119:\"https://www.dubdelivery.club/wp-content/uploads/beaver-builder/cache/9d98f6ea2d1a2bb3221e763a9179a7d4-layout-bundle.css\";s:4:\"deps\";a:0:{}s:3:\"ver\";s:15:\"2.5.1.2-1.4.0.1\";s:4:\"args\";s:3:\"all\";s:5:\"extra\";a:0:{}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:57:\"fl-builder-layout-bundle-7499f014b9b531c4b74eaab254df8cd1\";a:8:{s:6:\"handle\";s:57:\"fl-builder-layout-bundle-7499f014b9b531c4b74eaab254df8cd1\";s:3:\"src\";s:119:\"https://www.dubdelivery.club/wp-content/uploads/beaver-builder/cache/7499f014b9b531c4b74eaab254df8cd1-layout-bundle.css\";s:4:\"deps\";a:0:{}s:3:\"ver\";s:15:\"2.5.1.2-1.4.0.1\";s:4:\"args\";s:3:\"all\";s:5:\"extra\";a:0:{}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:57:\"fl-builder-layout-bundle-bb3e12da16ceda58f170bd5337d8a84e\";a:8:{s:6:\"handle\";s:57:\"fl-builder-layout-bundle-bb3e12da16ceda58f170bd5337d8a84e\";s:3:\"src\";s:119:\"https://www.dubdelivery.club/wp-content/uploads/beaver-builder/cache/bb3e12da16ceda58f170bd5337d8a84e-layout-bundle.css\";s:4:\"deps\";a:0:{}s:3:\"ver\";s:15:\"2.5.1.2-1.4.0.1\";s:4:\"args\";s:3:\"all\";s:5:\"extra\";a:0:{}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:57:\"fl-builder-layout-bundle-c0f2c036ce7eb4296e8221ab0e27e9fa\";a:8:{s:6:\"handle\";s:57:\"fl-builder-layout-bundle-c0f2c036ce7eb4296e8221ab0e27e9fa\";s:3:\"src\";s:119:\"https://www.dubdelivery.club/wp-content/uploads/beaver-builder/cache/c0f2c036ce7eb4296e8221ab0e27e9fa-layout-bundle.css\";s:4:\"deps\";a:0:{}s:3:\"ver\";s:15:\"2.5.1.2-1.4.0.1\";s:4:\"args\";s:3:\"all\";s:5:\"extra\";a:0:{}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:57:\"fl-builder-layout-bundle-9f2bb30c4f7ea6b59341a7001df45254\";a:8:{s:6:\"handle\";s:57:\"fl-builder-layout-bundle-9f2bb30c4f7ea6b59341a7001df45254\";s:3:\"src\";s:119:\"https://www.dubdelivery.club/wp-content/uploads/beaver-builder/cache/9f2bb30c4f7ea6b59341a7001df45254-layout-bundle.css\";s:4:\"deps\";a:0:{}s:3:\"ver\";s:15:\"2.5.1.2-1.4.0.1\";s:4:\"args\";s:3:\"all\";s:5:\"extra\";a:0:{}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:57:\"fl-builder-layout-bundle-b19855eec7662ce52cef25f4ace5b7f1\";a:8:{s:6:\"handle\";s:57:\"fl-builder-layout-bundle-b19855eec7662ce52cef25f4ace5b7f1\";s:3:\"src\";s:119:\"https://www.dubdelivery.club/wp-content/uploads/beaver-builder/cache/b19855eec7662ce52cef25f4ace5b7f1-layout-bundle.css\";s:4:\"deps\";a:0:{}s:3:\"ver\";s:15:\"2.5.1.2-1.4.0.1\";s:4:\"args\";s:3:\"all\";s:5:\"extra\";a:0:{}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:57:\"fl-builder-layout-bundle-11d28716b801ce7954ec9654f3935492\";a:8:{s:6:\"handle\";s:57:\"fl-builder-layout-bundle-11d28716b801ce7954ec9654f3935492\";s:3:\"src\";s:119:\"https://www.dubdelivery.club/wp-content/uploads/beaver-builder/cache/11d28716b801ce7954ec9654f3935492-layout-bundle.css\";s:4:\"deps\";a:0:{}s:3:\"ver\";s:15:\"2.5.1.2-1.4.0.1\";s:4:\"args\";s:3:\"all\";s:5:\"extra\";a:0:{}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:57:\"fl-builder-layout-bundle-e65ac98ce50ac4f181c950ef84f670b2\";a:8:{s:6:\"handle\";s:57:\"fl-builder-layout-bundle-e65ac98ce50ac4f181c950ef84f670b2\";s:3:\"src\";s:119:\"https://www.dubdelivery.club/wp-content/uploads/beaver-builder/cache/e65ac98ce50ac4f181c950ef84f670b2-layout-bundle.css\";s:4:\"deps\";a:0:{}s:3:\"ver\";s:15:\"2.5.1.2-1.4.0.1\";s:4:\"args\";s:3:\"all\";s:5:\"extra\";a:0:{}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:57:\"fl-builder-layout-bundle-94119a89f411c135f88c0e114e3facbe\";a:8:{s:6:\"handle\";s:57:\"fl-builder-layout-bundle-94119a89f411c135f88c0e114e3facbe\";s:3:\"src\";s:119:\"https://www.dubdelivery.club/wp-content/uploads/beaver-builder/cache/94119a89f411c135f88c0e114e3facbe-layout-bundle.css\";s:4:\"deps\";a:0:{}s:3:\"ver\";s:15:\"2.5.1.2-1.4.0.1\";s:4:\"args\";s:3:\"all\";s:5:\"extra\";a:0:{}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:57:\"fl-builder-layout-bundle-2d643a5b41b7958db73aaba4aea95506\";a:8:{s:6:\"handle\";s:57:\"fl-builder-layout-bundle-2d643a5b41b7958db73aaba4aea95506\";s:3:\"src\";s:119:\"https://www.dubdelivery.club/wp-content/uploads/beaver-builder/cache/2d643a5b41b7958db73aaba4aea95506-layout-bundle.css\";s:4:\"deps\";a:0:{}s:3:\"ver\";s:15:\"2.5.1.2-1.4.0.1\";s:4:\"args\";s:3:\"all\";s:5:\"extra\";a:0:{}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:49:\"aioseo/css/src/vue/assets/scss/app/admin-bar.scss\";a:8:{s:6:\"handle\";s:49:\"aioseo/css/src/vue/assets/scss/app/admin-bar.scss\";s:3:\"src\";s:111:\"https://www.dubdelivery.club/wp-content/plugins/all-in-one-seo-pack/dist/Lite/assets/css/admin-bar.c9eccd2c.css\";s:4:\"deps\";a:0:{}s:3:\"ver\";s:5:\"4.5.4\";s:4:\"args\";s:3:\"all\";s:5:\"extra\";a:0:{}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:15:\"hello-elementor\";a:8:{s:6:\"handle\";s:15:\"hello-elementor\";s:3:\"src\";s:76:\"https://www.dubdelivery.club/wp-content/themes/hello-elementor/style.min.css\";s:4:\"deps\";a:0:{}s:3:\"ver\";s:5:\"3.0.0\";s:4:\"args\";s:3:\"all\";s:5:\"extra\";a:0:{}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:27:\"hello-elementor-theme-style\";a:8:{s:6:\"handle\";s:27:\"hello-elementor-theme-style\";s:3:\"src\";s:76:\"https://www.dubdelivery.club/wp-content/themes/hello-elementor/theme.min.css\";s:4:\"deps\";a:0:{}s:3:\"ver\";s:5:\"3.0.0\";s:4:\"args\";s:3:\"all\";s:5:\"extra\";a:0:{}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:33:\"aioseo/css/css/Caret.82e4ef18.css\";a:8:{s:6:\"handle\";s:33:\"aioseo/css/css/Caret.82e4ef18.css\";s:3:\"src\";s:107:\"https://www.dubdelivery.club/wp-content/plugins/all-in-one-seo-pack/dist/Lite/assets/css/Caret.82e4ef18.css\";s:4:\"deps\";a:0:{}s:3:\"ver\";s:5:\"4.5.4\";s:4:\"args\";s:3:\"all\";s:5:\"extra\";a:0:{}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:32:\"aioseo/css/css/Tabs.8be71609.css\";a:8:{s:6:\"handle\";s:32:\"aioseo/css/css/Tabs.8be71609.css\";s:3:\"src\";s:106:\"https://www.dubdelivery.club/wp-content/plugins/all-in-one-seo-pack/dist/Lite/assets/css/Tabs.8be71609.css\";s:4:\"deps\";a:0:{}s:3:\"ver\";s:5:\"4.5.4\";s:4:\"args\";s:3:\"all\";s:5:\"extra\";a:0:{}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:33:\"aioseo/css/css/Index.518f837a.css\";a:8:{s:6:\"handle\";s:33:\"aioseo/css/css/Index.518f837a.css\";s:3:\"src\";s:107:\"https://www.dubdelivery.club/wp-content/plugins/all-in-one-seo-pack/dist/Lite/assets/css/Index.518f837a.css\";s:4:\"deps\";a:0:{}s:3:\"ver\";s:7:\"4.5.2.1\";s:4:\"args\";s:3:\"all\";s:5:\"extra\";a:0:{}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:43:\"aioseo/css/css/FacebookPreview.602923a4.css\";a:8:{s:6:\"handle\";s:43:\"aioseo/css/css/FacebookPreview.602923a4.css\";s:3:\"src\";s:117:\"https://www.dubdelivery.club/wp-content/plugins/all-in-one-seo-pack/dist/Lite/assets/css/FacebookPreview.602923a4.css\";s:4:\"deps\";a:0:{}s:3:\"ver\";s:5:\"4.5.4\";s:4:\"args\";s:3:\"all\";s:5:\"extra\";a:0:{}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:47:\"aioseo/css/css/GoogleSearchPreview.7d51503b.css\";a:8:{s:6:\"handle\";s:47:\"aioseo/css/css/GoogleSearchPreview.7d51503b.css\";s:3:\"src\";s:121:\"https://www.dubdelivery.club/wp-content/plugins/all-in-one-seo-pack/dist/Lite/assets/css/GoogleSearchPreview.7d51503b.css\";s:4:\"deps\";a:0:{}s:3:\"ver\";s:5:\"4.5.4\";s:4:\"args\";s:3:\"all\";s:5:\"extra\";a:0:{}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:42:\"aioseo/css/css/TwitterPreview.8e2452b0.css\";a:8:{s:6:\"handle\";s:42:\"aioseo/css/css/TwitterPreview.8e2452b0.css\";s:3:\"src\";s:116:\"https://www.dubdelivery.club/wp-content/plugins/all-in-one-seo-pack/dist/Lite/assets/css/TwitterPreview.8e2452b0.css\";s:4:\"deps\";a:0:{}s:3:\"ver\";s:5:\"4.5.4\";s:4:\"args\";s:3:\"all\";s:5:\"extra\";a:0:{}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:32:\"aioseo/css/css/main.95b9b6b4.css\";a:8:{s:6:\"handle\";s:32:\"aioseo/css/css/main.95b9b6b4.css\";s:3:\"src\";s:106:\"https://www.dubdelivery.club/wp-content/plugins/all-in-one-seo-pack/dist/Lite/assets/css/main.95b9b6b4.css\";s:4:\"deps\";a:0:{}s:3:\"ver\";s:7:\"4.5.2.1\";s:4:\"args\";s:3:\"all\";s:5:\"extra\";a:0:{}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:32:\"aioseo/css/css/main.0ab815b6.css\";a:8:{s:6:\"handle\";s:32:\"aioseo/css/css/main.0ab815b6.css\";s:3:\"src\";s:106:\"https://www.dubdelivery.club/wp-content/plugins/all-in-one-seo-pack/dist/Lite/assets/css/main.0ab815b6.css\";s:4:\"deps\";a:0:{}s:3:\"ver\";s:7:\"4.5.2.1\";s:4:\"args\";s:3:\"all\";s:5:\"extra\";a:0:{}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:15:\"elementor-icons\";a:8:{s:6:\"handle\";s:15:\"elementor-icons\";s:3:\"src\";s:103:\"https://www.dubdelivery.club/wp-content/plugins/elementor/assets/lib/eicons/css/elementor-icons.min.css\";s:4:\"deps\";a:0:{}s:3:\"ver\";s:6:\"5.25.0\";s:4:\"args\";s:3:\"all\";s:5:\"extra\";a:0:{}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:28:\"elementor-pro-notes-frontend\";a:8:{s:6:\"handle\";s:28:\"elementor-pro-notes-frontend\";s:3:\"src\";s:103:\"https://www.dubdelivery.club/wp-content/plugins/elementor-pro/assets/css/modules/notes/frontend.min.css\";s:4:\"deps\";a:1:{i:0;s:15:\"elementor-icons\";}s:3:\"ver\";s:6:\"3.18.2\";s:4:\"args\";s:3:\"all\";s:5:\"extra\";a:0:{}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:16:\"elementor-common\";a:8:{s:6:\"handle\";s:16:\"elementor-common\";s:3:\"src\";s:83:\"https://www.dubdelivery.club/wp-content/plugins/elementor/assets/css/common.min.css\";s:4:\"deps\";a:1:{i:0;s:15:\"elementor-icons\";}s:3:\"ver\";s:6:\"3.18.3\";s:4:\"args\";s:3:\"all\";s:5:\"extra\";a:0:{}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:16:\"e-theme-ui-light\";a:8:{s:6:\"handle\";s:16:\"e-theme-ui-light\";s:3:\"src\";s:88:\"https://www.dubdelivery.club/wp-content/plugins/elementor/assets/css/theme-light.min.css\";s:4:\"deps\";a:0:{}s:3:\"ver\";s:6:\"3.18.3\";s:4:\"args\";s:3:\"all\";s:5:\"extra\";a:0:{}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:18:\"elementor-frontend\";a:8:{s:6:\"handle\";s:18:\"elementor-frontend\";s:3:\"src\";s:90:\"https://www.dubdelivery.club/wp-content/plugins/elementor/assets/css/frontend-lite.min.css\";s:4:\"deps\";a:0:{}s:3:\"ver\";s:6:\"3.18.3\";s:4:\"args\";s:3:\"all\";s:5:\"extra\";a:0:{}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:19:\"elementor-post-7532\";a:8:{s:6:\"handle\";s:19:\"elementor-post-7532\";s:3:\"src\";s:90:\"https://www.dubdelivery.club/wp-content/uploads/elementor/css/post-7532.css?ver=1702132203\";s:4:\"deps\";a:1:{i:0;s:18:\"elementor-frontend\";}s:3:\"ver\";N;s:4:\"args\";s:3:\"all\";s:5:\"extra\";a:0:{}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:14:\"google-fonts-1\";a:8:{s:6:\"handle\";s:14:\"google-fonts-1\";s:3:\"src\";s:193:\"https://fonts.googleapis.com/css?family=Pragati+Narrow:100,100italic,200,200italic,300,300italic,400,400italic,500,500italic,600,600italic,700,700italic,800,800italic,900,900italic&display=swap\";s:4:\"deps\";a:0:{}s:3:\"ver\";b:0;s:4:\"args\";s:3:\"all\";s:5:\"extra\";a:0:{}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:6:\"swiper\";a:8:{s:6:\"handle\";s:6:\"swiper\";s:3:\"src\";s:97:\"https://www.dubdelivery.club/wp-content/plugins/elementor/assets/lib/swiper/v8/css/swiper.min.css\";s:4:\"deps\";a:0:{}s:3:\"ver\";s:5:\"8.4.5\";s:4:\"args\";s:3:\"all\";s:5:\"extra\";a:0:{}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:13:\"elementor-pro\";a:8:{s:6:\"handle\";s:13:\"elementor-pro\";s:3:\"src\";s:94:\"https://www.dubdelivery.club/wp-content/plugins/elementor-pro/assets/css/frontend-lite.min.css\";s:4:\"deps\";a:0:{}s:3:\"ver\";s:6:\"3.18.2\";s:4:\"args\";s:3:\"all\";s:5:\"extra\";a:0:{}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:19:\"elementor-post-7557\";a:8:{s:6:\"handle\";s:19:\"elementor-post-7557\";s:3:\"src\";s:90:\"https://www.dubdelivery.club/wp-content/uploads/elementor/css/post-7557.css?ver=1702132203\";s:4:\"deps\";a:1:{i:0;s:18:\"elementor-frontend\";}s:3:\"ver\";N;s:4:\"args\";s:3:\"all\";s:5:\"extra\";a:0:{}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:19:\"elementor-post-7622\";a:8:{s:6:\"handle\";s:19:\"elementor-post-7622\";s:3:\"src\";s:90:\"https://www.dubdelivery.club/wp-content/uploads/elementor/css/post-7622.css?ver=1702132204\";s:4:\"deps\";a:1:{i:0;s:18:\"elementor-frontend\";}s:3:\"ver\";N;s:4:\"args\";s:3:\"all\";s:5:\"extra\";a:0:{}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:18:\"elementor-post-354\";a:8:{s:6:\"handle\";s:18:\"elementor-post-354\";s:3:\"src\";s:89:\"https://www.dubdelivery.club/wp-content/uploads/elementor/css/post-354.css?ver=1702132203\";s:4:\"deps\";a:1:{i:0;s:18:\"elementor-frontend\";}s:3:\"ver\";N;s:4:\"args\";s:3:\"all\";s:5:\"extra\";a:0:{}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:19:\"elementor-post-3387\";a:8:{s:6:\"handle\";s:19:\"elementor-post-3387\";s:3:\"src\";s:90:\"https://www.dubdelivery.club/wp-content/uploads/elementor/css/post-3387.css?ver=1702388565\";s:4:\"deps\";a:1:{i:0;s:18:\"elementor-frontend\";}s:3:\"ver\";N;s:4:\"args\";s:3:\"all\";s:5:\"extra\";a:0:{}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:17:\"elementor-post-47\";a:8:{s:6:\"handle\";s:17:\"elementor-post-47\";s:3:\"src\";s:88:\"https://www.dubdelivery.club/wp-content/uploads/elementor/css/post-47.css?ver=1702361780\";s:4:\"deps\";a:1:{i:0;s:18:\"elementor-frontend\";}s:3:\"ver\";N;s:4:\"args\";s:3:\"all\";s:5:\"extra\";a:0:{}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:17:\"elementor-post-55\";a:8:{s:6:\"handle\";s:17:\"elementor-post-55\";s:3:\"src\";s:88:\"https://www.dubdelivery.club/wp-content/uploads/elementor/css/post-55.css?ver=1702448222\";s:4:\"deps\";a:1:{i:0;s:18:\"elementor-frontend\";}s:3:\"ver\";N;s:4:\"args\";s:3:\"all\";s:5:\"extra\";a:0:{}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:22:\"elementor-preview-8093\";a:8:{s:6:\"handle\";s:22:\"elementor-preview-8093\";s:3:\"src\";s:89:\"https://www.dubdelivery.club/wp-content/uploads/elementor/css/post-549.css?ver=1701846662\";s:4:\"deps\";a:1:{i:0;s:18:\"elementor-frontend\";}s:3:\"ver\";N;s:4:\"args\";s:3:\"all\";s:5:\"extra\";a:0:{}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:17:\"elementor-post-57\";a:8:{s:6:\"handle\";s:17:\"elementor-post-57\";s:3:\"src\";s:88:\"https://www.dubdelivery.club/wp-content/uploads/elementor/css/post-57.css?ver=1702388574\";s:4:\"deps\";a:1:{i:0;s:18:\"elementor-frontend\";}s:3:\"ver\";N;s:4:\"args\";s:3:\"all\";s:5:\"extra\";a:0:{}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:18:\"elementor-post-307\";a:8:{s:6:\"handle\";s:18:\"elementor-post-307\";s:3:\"src\";s:89:\"https://www.dubdelivery.club/wp-content/uploads/elementor/css/post-307.css?ver=1702317720\";s:4:\"deps\";a:1:{i:0;s:18:\"elementor-frontend\";}s:3:\"ver\";N;s:4:\"args\";s:3:\"all\";s:5:\"extra\";a:0:{}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:17:\"elementor-post-56\";a:8:{s:6:\"handle\";s:17:\"elementor-post-56\";s:3:\"src\";s:88:\"https://www.dubdelivery.club/wp-content/uploads/elementor/css/post-56.css?ver=1704942264\";s:4:\"deps\";a:1:{i:0;s:18:\"elementor-frontend\";}s:3:\"ver\";N;s:4:\"args\";s:3:\"all\";s:5:\"extra\";a:0:{}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:18:\"elementor-post-750\";a:8:{s:6:\"handle\";s:18:\"elementor-post-750\";s:3:\"src\";s:89:\"https://www.dubdelivery.club/wp-content/uploads/elementor/css/post-750.css?ver=1702560328\";s:4:\"deps\";a:1:{i:0;s:18:\"elementor-frontend\";}s:3:\"ver\";N;s:4:\"args\";s:3:\"all\";s:5:\"extra\";a:0:{}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:22:\"elementor-preview-8126\";a:8:{s:6:\"handle\";s:22:\"elementor-preview-8126\";s:3:\"src\";s:90:\"https://www.dubdelivery.club/wp-content/uploads/elementor/css/post-7557.css?ver=1701848213\";s:4:\"deps\";a:1:{i:0;s:18:\"elementor-frontend\";}s:3:\"ver\";N;s:4:\"args\";s:3:\"all\";s:5:\"extra\";a:0:{}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:19:\"elementor-post-8127\";a:8:{s:6:\"handle\";s:19:\"elementor-post-8127\";s:3:\"src\";s:90:\"https://www.dubdelivery.club/wp-content/uploads/elementor/css/post-8127.css?ver=1702388570\";s:4:\"deps\";a:1:{i:0;s:18:\"elementor-frontend\";}s:3:\"ver\";N;s:4:\"args\";s:3:\"all\";s:5:\"extra\";a:0:{}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:19:\"elementor-post-8163\";a:8:{s:6:\"handle\";s:19:\"elementor-post-8163\";s:3:\"src\";s:90:\"https://www.dubdelivery.club/wp-content/uploads/elementor/css/post-8163.css?ver=1702156951\";s:4:\"deps\";a:1:{i:0;s:18:\"elementor-frontend\";}s:3:\"ver\";N;s:4:\"args\";s:3:\"all\";s:5:\"extra\";a:0:{}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:19:\"elementor-post-8172\";a:8:{s:6:\"handle\";s:19:\"elementor-post-8172\";s:3:\"src\";s:90:\"https://www.dubdelivery.club/wp-content/uploads/elementor/css/post-8172.css?ver=1702056983\";s:4:\"deps\";a:1:{i:0;s:18:\"elementor-frontend\";}s:3:\"ver\";N;s:4:\"args\";s:3:\"all\";s:5:\"extra\";a:0:{}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:19:\"elementor-post-8178\";a:8:{s:6:\"handle\";s:19:\"elementor-post-8178\";s:3:\"src\";s:90:\"https://www.dubdelivery.club/wp-content/uploads/elementor/css/post-8178.css?ver=1702139116\";s:4:\"deps\";a:1:{i:0;s:18:\"elementor-frontend\";}s:3:\"ver\";N;s:4:\"args\";s:3:\"all\";s:5:\"extra\";a:0:{}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:19:\"elementor-post-8266\";a:8:{s:6:\"handle\";s:19:\"elementor-post-8266\";s:3:\"src\";s:90:\"https://www.dubdelivery.club/wp-content/uploads/elementor/css/post-8266.css?ver=1702139188\";s:4:\"deps\";a:1:{i:0;s:18:\"elementor-frontend\";}s:3:\"ver\";N;s:4:\"args\";s:3:\"all\";s:5:\"extra\";a:0:{}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:19:\"elementor-post-8537\";a:8:{s:6:\"handle\";s:19:\"elementor-post-8537\";s:3:\"src\";s:90:\"https://www.dubdelivery.club/wp-content/uploads/elementor/css/post-8537.css?ver=1702831305\";s:4:\"deps\";a:1:{i:0;s:18:\"elementor-frontend\";}s:3:\"ver\";N;s:4:\"args\";s:3:\"all\";s:5:\"extra\";a:0:{}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:19:\"elementor-post-8535\";a:8:{s:6:\"handle\";s:19:\"elementor-post-8535\";s:3:\"src\";s:90:\"https://www.dubdelivery.club/wp-content/uploads/elementor/css/post-8535.css?ver=1703078995\";s:4:\"deps\";a:1:{i:0;s:18:\"elementor-frontend\";}s:3:\"ver\";N;s:4:\"args\";s:3:\"all\";s:5:\"extra\";a:0:{}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:28:\"dce-dynamic-visibility-style\";a:8:{s:6:\"handle\";s:28:\"dce-dynamic-visibility-style\";s:3:\"src\";s:114:\"https://www.dubdelivery.club/wp-content/plugins/dynamic-visibility-for-elementor/assets/css/dynamic-visibility.css\";s:4:\"deps\";a:0:{}s:3:\"ver\";s:6:\"5.0.10\";s:4:\"args\";s:3:\"all\";s:5:\"extra\";a:0:{}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:13:\"wp-components\";a:8:{s:6:\"handle\";s:13:\"wp-components\";s:3:\"src\";s:46:\"/wp-includes/css/dist/components/style.min.css\";s:4:\"deps\";a:0:{}s:3:\"ver\";b:0;s:4:\"args\";N;s:5:\"extra\";a:3:{s:4:\"path\";s:94:\"/home/customer/www/dubdelivery.club/public_html//wp-includes/css/dist/components/style.min.css\";s:3:\"rtl\";s:7:\"replace\";s:6:\"suffix\";s:4:\".min\";}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:34:\"wc-admin-payment-method-promotions\";a:8:{s:6:\"handle\";s:34:\"wc-admin-payment-method-promotions\";s:3:\"src\";s:115:\"https://www.dubdelivery.club/wp-content/plugins/woocommerce/assets/client/admin/payment-method-promotions/style.css\";s:4:\"deps\";a:1:{i:0;s:13:\"wp-components\";}s:3:\"ver\";s:5:\"8.3.1\";s:4:\"args\";s:3:\"all\";s:5:\"extra\";a:0:{}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:27:\"szbd-shipping-message-block\";a:8:{s:6:\"handle\";s:27:\"szbd-shipping-message-block\";s:3:\"src\";s:164:\"https://www.dubdelivery.club/wp-content/plugins/shipping-zones-by-drawing-for-woocommerce/packages/szbd-shipping-message/build/style-szbd-shipping-message-block.css\";s:4:\"deps\";a:0:{}s:3:\"ver\";s:5:\"3.0.1\";s:4:\"args\";s:3:\"all\";s:5:\"extra\";a:0:{}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:40:\"szbd-shipping-message-blocks-integration\";a:8:{s:6:\"handle\";s:40:\"szbd-shipping-message-blocks-integration\";s:3:\"src\";s:142:\"https://www.dubdelivery.club/wp-content/plugins/shipping-zones-by-drawing-for-woocommerce/packages/szbd-shipping-message/build/style-index.css\";s:4:\"deps\";a:0:{}s:3:\"ver\";s:5:\"3.0.1\";s:4:\"args\";s:3:\"all\";s:5:\"extra\";a:0:{}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:27:\"szbd-method-selection-block\";a:8:{s:6:\"handle\";s:27:\"szbd-method-selection-block\";s:3:\"src\";s:164:\"https://www.dubdelivery.club/wp-content/plugins/shipping-zones-by-drawing-for-woocommerce/packages/szbd-method-selection/build/style-szbd-method-selection-block.css\";s:4:\"deps\";a:0:{}s:3:\"ver\";s:5:\"3.0.1\";s:4:\"args\";s:3:\"all\";s:5:\"extra\";a:0:{}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:36:\"shipping-workshop-blocks-integration\";a:8:{s:6:\"handle\";s:36:\"shipping-workshop-blocks-integration\";s:3:\"src\";s:142:\"https://www.dubdelivery.club/wp-content/plugins/shipping-zones-by-drawing-for-woocommerce/packages/szbd-method-selection/build/style-index.css\";s:4:\"deps\";a:0:{}s:3:\"ver\";s:5:\"3.0.1\";s:4:\"args\";s:3:\"all\";s:5:\"extra\";a:0:{}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:29:\"hello-elementor-header-footer\";a:8:{s:6:\"handle\";s:29:\"hello-elementor-header-footer\";s:3:\"src\";s:84:\"https://www.dubdelivery.club/wp-content/themes/hello-elementor/header-footer.min.css\";s:4:\"deps\";a:0:{}s:3:\"ver\";s:5:\"3.0.0\";s:4:\"args\";s:3:\"all\";s:5:\"extra\";a:0:{}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:33:\"aioseo/css/css/Index.a148633a.css\";a:8:{s:6:\"handle\";s:33:\"aioseo/css/css/Index.a148633a.css\";s:3:\"src\";s:107:\"https://www.dubdelivery.club/wp-content/plugins/all-in-one-seo-pack/dist/Lite/assets/css/Index.a148633a.css\";s:4:\"deps\";a:0:{}s:3:\"ver\";s:5:\"4.5.4\";s:4:\"args\";s:3:\"all\";s:5:\"extra\";a:0:{}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:32:\"aioseo/css/css/main.b2e6d428.css\";a:8:{s:6:\"handle\";s:32:\"aioseo/css/css/main.b2e6d428.css\";s:3:\"src\";s:106:\"https://www.dubdelivery.club/wp-content/plugins/all-in-one-seo-pack/dist/Lite/assets/css/main.b2e6d428.css\";s:4:\"deps\";a:0:{}s:3:\"ver\";s:5:\"4.5.4\";s:4:\"args\";s:3:\"all\";s:5:\"extra\";a:0:{}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:32:\"aioseo/css/css/main.d1f815d2.css\";a:8:{s:6:\"handle\";s:32:\"aioseo/css/css/main.d1f815d2.css\";s:3:\"src\";s:106:\"https://www.dubdelivery.club/wp-content/plugins/all-in-one-seo-pack/dist/Lite/assets/css/main.d1f815d2.css\";s:4:\"deps\";a:0:{}s:3:\"ver\";s:5:\"4.5.4\";s:4:\"args\";s:3:\"all\";s:5:\"extra\";a:0:{}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}}','yes');
INSERT INTO `wplc_options` VALUES (442748,'wphb_scripts_collection','a:190:{s:14:\"hoverintent-js\";a:8:{s:6:\"handle\";s:14:\"hoverintent-js\";s:3:\"src\";s:37:\"/wp-includes/js/hoverintent-js.min.js\";s:4:\"deps\";a:0:{}s:3:\"ver\";s:5:\"2.2.1\";s:4:\"args\";i:1;s:5:\"extra\";a:0:{}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:9:\"admin-bar\";a:8:{s:6:\"handle\";s:9:\"admin-bar\";s:3:\"src\";s:32:\"/wp-includes/js/admin-bar.min.js\";s:4:\"deps\";a:1:{i:0;s:14:\"hoverintent-js\";}s:3:\"ver\";b:0;s:4:\"args\";i:1;s:5:\"extra\";a:2:{s:6:\"before\";a:2:{i:0;b:0;i:1;s:695:\"( function() {\n				function wpforms_admin_bar_menu_init() {\n					var template = document.getElementById( \'tmpl-wpforms-admin-menubar-data\' ),\n						notifications = document.getElementById( \'wp-admin-bar-wpforms-notifications\' );\n\n					if ( ! template ) {\n						return;\n					}\n\n					if ( ! notifications ) {\n						var menu = document.getElementById( \'wp-admin-bar-wpforms-menu-default\' );\n\n						if ( ! menu ) {\n							return;\n						}\n\n						menu.insertAdjacentHTML( \'afterBegin\', template.innerHTML );\n					} else {\n						notifications.insertAdjacentHTML( \'afterend\', template.innerHTML );\n					}\n				};\n				document.addEventListener( \'DOMContentLoaded\', wpforms_admin_bar_menu_init );\n			}() );\";}s:5:\"group\";i:1;}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:20:\"age-gate-interaction\";a:8:{s:6:\"handle\";s:20:\"age-gate-interaction\";s:3:\"src\";s:76:\"https://www.dubdelivery.club/wp-content/plugins/age-gate/dist/interaction.js\";s:4:\"deps\";a:0:{}s:3:\"ver\";s:5:\"3.3.1\";s:4:\"args\";N;s:5:\"extra\";a:1:{s:5:\"group\";i:1;}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:14:\"age-gate-focus\";a:8:{s:6:\"handle\";s:14:\"age-gate-focus\";s:3:\"src\";s:70:\"https://www.dubdelivery.club/wp-content/plugins/age-gate/dist/focus.js\";s:4:\"deps\";a:0:{}s:3:\"ver\";s:5:\"3.3.1\";s:4:\"args\";N;s:5:\"extra\";a:2:{s:5:\"group\";i:1;s:4:\"data\";s:54:\"var agfocus = {\"focus\":null,\"elements\":[\".age-gate\"]};\";}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:11:\"jquery-core\";a:8:{s:6:\"handle\";s:11:\"jquery-core\";s:3:\"src\";s:36:\"/wp-includes/js/jquery/jquery.min.js\";s:4:\"deps\";a:0:{}s:3:\"ver\";s:5:\"3.7.1\";s:4:\"args\";N;s:5:\"extra\";a:0:{}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:14:\"jquery-migrate\";a:8:{s:6:\"handle\";s:14:\"jquery-migrate\";s:3:\"src\";s:44:\"/wp-includes/js/jquery/jquery-migrate.min.js\";s:4:\"deps\";a:0:{}s:3:\"ver\";s:5:\"3.4.1\";s:4:\"args\";N;s:5:\"extra\";a:0:{}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:9:\"selectWoo\";a:8:{s:6:\"handle\";s:9:\"selectWoo\";s:3:\"src\";s:101:\"https://www.dubdelivery.club/wp-content/plugins/woocommerce/assets/js/selectWoo/selectWoo.full.min.js\";s:4:\"deps\";a:1:{i:0;s:6:\"jquery\";}s:3:\"ver\";s:14:\"1.0.9-wc.8.5.1\";s:4:\"args\";N;s:5:\"extra\";a:1:{s:8:\"strategy\";s:5:\"defer\";}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:28:\"wc-memberships-blocks-common\";a:8:{s:6:\"handle\";s:28:\"wc-memberships-blocks-common\";s:3:\"src\";s:126:\"https://www.dubdelivery.club/wp-content/plugins/woocommerce-memberships/assets/js/frontend/wc-memberships-blocks-common.min.js\";s:4:\"deps\";a:1:{i:0;s:9:\"selectWoo\";}s:3:\"ver\";s:6:\"1.25.2\";s:4:\"args\";N;s:5:\"extra\";a:2:{s:5:\"group\";i:1;s:4:\"data\";s:410:\"var wc_memberships_blocks_common = {\"keywords\":{\"email\":\"Email\",\"phone\":\"Phone\",\"plan\":\"Plan\",\"address\":\"Address\",\"search_not_found\":\"We didn\\u2019t find any members. Please try a different search or check for typos.\",\"results_not_found\":\"No records found...\"},\"ajaxUrl\":\"https:\\/\\/www.dubdelivery.club\\/wp-admin\\/admin-ajax.php\",\"restUrl\":\"https:\\/\\/www.dubdelivery.club\\/wp-json\\/\",\"restNonce\":\"1cdfcd8332\"};\";}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:13:\"site_tracking\";a:8:{s:6:\"handle\";s:13:\"site_tracking\";s:3:\"src\";s:98:\"https://www.dubdelivery.club/wp-content/plugins/activecampaign-subscription-forms/site_tracking.js\";s:4:\"deps\";a:0:{}s:3:\"ver\";b:0;s:4:\"args\";N;s:5:\"extra\";a:2:{s:5:\"group\";i:1;s:4:\"data\";s:115:\"var php_data = {\"ac_settings\":{\"tracking_actid\":null,\"site_tracking_default\":1},\"user_email\":\"dtinoinc@gmail.com\"};\";}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:12:\"age-gate-all\";a:8:{s:6:\"handle\";s:12:\"age-gate-all\";s:3:\"src\";s:68:\"https://www.dubdelivery.club/wp-content/plugins/age-gate/dist/all.js\";s:4:\"deps\";a:0:{}s:3:\"ver\";s:5:\"3.3.1\";s:4:\"args\";N;s:5:\"extra\";a:2:{s:5:\"group\";i:1;s:4:\"data\";s:134:\"var age_gate_common = {\"cookies\":\"Your browser does not support cookies, you may experience problems entering this site\",\"simple\":\"\"};\";}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:85:\"automatic-order-printing-for-woocommerce/automatic-order-printing-for-woocommerce.php\";a:8:{s:6:\"handle\";s:85:\"automatic-order-printing-for-woocommerce/automatic-order-printing-for-woocommerce.php\";s:3:\"src\";s:129:\"https://www.dubdelivery.club/wp-content/plugins/automatic-order-printing-for-woocommerce/public/js/woo-order-auto-print-public.js\";s:4:\"deps\";a:1:{i:0;s:6:\"jquery\";}s:3:\"ver\";s:5:\"1.0.8\";s:4:\"args\";N;s:5:\"extra\";a:0:{}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:12:\"imagesloaded\";a:8:{s:6:\"handle\";s:12:\"imagesloaded\";s:3:\"src\";s:35:\"/wp-includes/js/imagesloaded.min.js\";s:4:\"deps\";a:0:{}s:3:\"ver\";s:5:\"5.0.0\";s:4:\"args\";i:1;s:5:\"extra\";a:1:{s:5:\"group\";i:1;}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:14:\"youtube-player\";a:8:{s:6:\"handle\";s:14:\"youtube-player\";s:3:\"src\";s:34:\"https://www.youtube.com/iframe_api\";s:4:\"deps\";a:0:{}s:3:\"ver\";s:7:\"2.5.1.2\";s:4:\"args\";N;s:5:\"extra\";a:1:{s:5:\"group\";i:1;}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:16:\"jquery-waypoints\";a:8:{s:6:\"handle\";s:16:\"jquery-waypoints\";s:3:\"src\";s:89:\"https://www.dubdelivery.club/wp-content/plugins/beaver-builder/js/jquery.waypoints.min.js\";s:4:\"deps\";a:1:{i:0;s:6:\"jquery\";}s:3:\"ver\";s:7:\"2.5.1.2\";s:4:\"args\";N;s:5:\"extra\";a:1:{s:5:\"group\";i:1;}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:21:\"fl-builder-layout-354\";a:8:{s:6:\"handle\";s:21:\"fl-builder-layout-354\";s:3:\"src\";s:82:\"https://www.dubdelivery.club/wp-content/uploads/beaver-builder/cache/354-layout.js\";s:4:\"deps\";a:1:{i:0;s:6:\"jquery\";}s:3:\"ver\";s:32:\"be7f59fe392d1b2257d2530b238d64de\";s:4:\"args\";N;s:5:\"extra\";a:1:{s:5:\"group\";i:1;}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:19:\"ct_public_functions\";a:8:{s:6:\"handle\";s:19:\"ct_public_functions\";s:3:\"src\";s:100:\"https://www.dubdelivery.club/wp-content/plugins/cleantalk-spam-protect/js/apbct-public-bundle.min.js\";s:4:\"deps\";a:1:{i:0;s:6:\"jquery\";}s:3:\"ver\";s:4:\"6.16\";s:4:\"args\";N;s:5:\"extra\";a:0:{}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:16:\"woo-coupon-usage\";a:8:{s:6:\"handle\";s:16:\"woo-coupon-usage\";s:3:\"src\";s:87:\"https://www.dubdelivery.club/wp-content/plugins/woo-coupon-usage/js/woo-coupon-usage.js\";s:4:\"deps\";a:1:{i:0;s:6:\"jquery\";}s:3:\"ver\";s:5:\"5.8.0\";s:4:\"args\";N;s:5:\"extra\";a:0:{}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:14:\"jquery-blockui\";a:8:{s:6:\"handle\";s:14:\"jquery-blockui\";s:3:\"src\";s:106:\"https://www.dubdelivery.club/wp-content/plugins/woocommerce/assets/js/jquery-blockui/jquery.blockUI.min.js\";s:4:\"deps\";a:1:{i:0;s:6:\"jquery\";}s:3:\"ver\";s:14:\"2.7.0-wc.8.5.1\";s:4:\"args\";N;s:5:\"extra\";a:1:{s:8:\"strategy\";s:5:\"defer\";}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:14:\"wc-add-to-cart\";a:8:{s:6:\"handle\";s:14:\"wc-add-to-cart\";s:3:\"src\";s:97:\"https://www.dubdelivery.club/wp-content/plugins/woocommerce/assets/js/frontend/add-to-cart.min.js\";s:4:\"deps\";a:2:{i:0;s:6:\"jquery\";i:1;s:14:\"jquery-blockui\";}s:3:\"ver\";s:5:\"8.5.1\";s:4:\"args\";N;s:5:\"extra\";a:2:{s:8:\"strategy\";s:5:\"defer\";s:4:\"data\";s:235:\"var wc_add_to_cart_params = {\"ajax_url\":\"\\/wp-admin\\/admin-ajax.php\",\"wc_ajax_url\":\"\\/?wc-ajax=%%endpoint%%\",\"i18n_view_cart\":\"View cart\",\"cart_url\":\"https:\\/\\/www.dubdelivery.club\\/cart\\/\",\"is_cart\":\"\",\"cart_redirect_after_add\":\"no\"};\";}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:9:\"js-cookie\";a:8:{s:6:\"handle\";s:9:\"js-cookie\";s:3:\"src\";s:96:\"https://www.dubdelivery.club/wp-content/plugins/woocommerce/assets/js/js-cookie/js.cookie.min.js\";s:4:\"deps\";a:0:{}s:3:\"ver\";s:14:\"2.1.4-wc.8.5.1\";s:4:\"args\";N;s:5:\"extra\";a:1:{s:8:\"strategy\";s:5:\"defer\";}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:11:\"woocommerce\";a:8:{s:6:\"handle\";s:11:\"woocommerce\";s:3:\"src\";s:97:\"https://www.dubdelivery.club/wp-content/plugins/woocommerce/assets/js/frontend/woocommerce.min.js\";s:4:\"deps\";a:3:{i:0;s:6:\"jquery\";i:1;s:14:\"jquery-blockui\";i:2;s:9:\"js-cookie\";}s:3:\"ver\";s:5:\"8.5.1\";s:4:\"args\";N;s:5:\"extra\";a:2:{s:8:\"strategy\";s:5:\"defer\";s:4:\"data\";s:107:\"var woocommerce_params = {\"ajax_url\":\"\\/wp-admin\\/admin-ajax.php\",\"wc_ajax_url\":\"\\/?wc-ajax=%%endpoint%%\"};\";}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:30:\"activecampaign-for-woocommerce\";a:8:{s:6:\"handle\";s:30:\"activecampaign-for-woocommerce\";s:3:\"src\";s:162:\"https://www.dubdelivery.club/wp-content/plugins/activecampaign-for-woocommerce/public/js/activecampaign-for-woocommerce-public.js?custom_email_field=billing_email\";s:4:\"deps\";a:1:{i:0;s:6:\"jquery\";}s:3:\"ver\";s:5:\"2.5.2\";s:4:\"args\";N;s:5:\"extra\";a:2:{s:5:\"group\";i:1;s:4:\"data\";s:106:\"var public_vars = {\"ajaxurl\":\"https:\\/\\/www.dubdelivery.club\\/wp-admin\\/admin-ajax.php?nonce=c992799b4c\"};\";}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:16:\"age-gate-toolbar\";a:8:{s:6:\"handle\";s:16:\"age-gate-toolbar\";s:3:\"src\";s:72:\"https://www.dubdelivery.club/wp-content/plugins/age-gate/dist/toolbar.js\";s:4:\"deps\";a:0:{}s:3:\"ver\";s:5:\"3.3.1\";s:4:\"args\";N;s:5:\"extra\";a:1:{s:5:\"group\";i:1;}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:15:\"jquery-throttle\";a:8:{s:6:\"handle\";s:15:\"jquery-throttle\";s:3:\"src\";s:100:\"https://www.dubdelivery.club/wp-content/plugins/beaver-builder/js/jquery.ba-throttle-debounce.min.js\";s:4:\"deps\";a:1:{i:0;s:6:\"jquery\";}s:3:\"ver\";s:7:\"2.5.1.2\";s:4:\"args\";N;s:5:\"extra\";a:1:{s:5:\"group\";i:1;}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:57:\"fl-builder-layout-bundle-6fb895eb51747bb35b4d089beebbbb10\";a:8:{s:6:\"handle\";s:57:\"fl-builder-layout-bundle-6fb895eb51747bb35b4d089beebbbb10\";s:3:\"src\";s:118:\"https://www.dubdelivery.club/wp-content/uploads/beaver-builder/cache/6fb895eb51747bb35b4d089beebbbb10-layout-bundle.js\";s:4:\"deps\";a:1:{i:0;s:6:\"jquery\";}s:3:\"ver\";s:15:\"2.5.1.2-1.4.0.1\";s:4:\"args\";N;s:5:\"extra\";a:1:{s:5:\"group\";i:1;}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:28:\"woo-variation-gallery-slider\";a:8:{s:6:\"handle\";s:28:\"woo-variation-gallery-slider\";s:3:\"src\";s:92:\"https://www.dubdelivery.club/wp-content/plugins/woo-variation-gallery/assets/js/slick.min.js\";s:4:\"deps\";a:1:{i:0;s:6:\"jquery\";}s:3:\"ver\";s:5:\"1.8.1\";s:4:\"args\";N;s:5:\"extra\";a:1:{s:5:\"group\";i:1;}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:10:\"underscore\";a:8:{s:6:\"handle\";s:10:\"underscore\";s:3:\"src\";s:33:\"/wp-includes/js/underscore.min.js\";s:4:\"deps\";a:0:{}s:3:\"ver\";s:6:\"1.13.4\";s:4:\"args\";i:1;s:5:\"extra\";a:0:{}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:7:\"wp-util\";a:8:{s:6:\"handle\";s:7:\"wp-util\";s:3:\"src\";s:30:\"/wp-includes/js/wp-util.min.js\";s:4:\"deps\";a:2:{i:0;s:10:\"underscore\";i:1;s:6:\"jquery\";}s:3:\"ver\";b:0;s:4:\"args\";i:1;s:5:\"extra\";a:1:{s:4:\"data\";s:68:\"var _wpUtilSettings = {\"ajax\":{\"url\":\"\\/wp-admin\\/admin-ajax.php\"}};\";}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:24:\"wc-add-to-cart-variation\";a:8:{s:6:\"handle\";s:24:\"wc-add-to-cart-variation\";s:3:\"src\";s:107:\"https://www.dubdelivery.club/wp-content/plugins/woocommerce/assets/js/frontend/add-to-cart-variation.min.js\";s:4:\"deps\";a:3:{i:0;s:6:\"jquery\";i:1;s:7:\"wp-util\";i:2;s:14:\"jquery-blockui\";}s:3:\"ver\";s:5:\"8.5.1\";s:4:\"args\";N;s:5:\"extra\";a:2:{s:8:\"strategy\";s:5:\"defer\";s:4:\"data\";s:407:\"var wc_add_to_cart_variation_params = {\"wc_ajax_url\":\"\\/?wc-ajax=%%endpoint%%\",\"i18n_no_matching_variations_text\":\"Sorry, no products matched your selection. Please choose a different combination.\",\"i18n_make_a_selection_text\":\"Please select some product options before adding this product to your cart.\",\"i18n_unavailable_text\":\"Sorry, this product is unavailable. Please choose a different combination.\"};\";}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:21:\"woo-variation-gallery\";a:8:{s:6:\"handle\";s:21:\"woo-variation-gallery\";s:3:\"src\";s:95:\"https://www.dubdelivery.club/wp-content/plugins/woo-variation-gallery/assets/js/frontend.min.js\";s:4:\"deps\";a:5:{i:0;s:6:\"jquery\";i:1;s:7:\"wp-util\";i:2;s:28:\"woo-variation-gallery-slider\";i:3;s:12:\"imagesloaded\";i:4;s:24:\"wc-add-to-cart-variation\";}s:3:\"ver\";i:1700598148;s:4:\"args\";N;s:5:\"extra\";a:2:{s:5:\"group\";i:1;s:4:\"data\";s:534:\"var woo_variation_gallery_options = {\"gallery_reset_on_variation_change\":\"\",\"enable_gallery_zoom\":\"1\",\"enable_gallery_lightbox\":\"1\",\"enable_gallery_preload\":\"1\",\"preloader_disable\":\"\",\"enable_thumbnail_slide\":\"1\",\"gallery_thumbnails_columns\":\"4\",\"is_vertical\":\"\",\"thumbnail_position\":\"bottom\",\"thumbnail_position_class_prefix\":\"woo-variation-gallery-thumbnail-position-\",\"is_mobile\":\"\",\"gallery_default_device_width\":\"100\",\"gallery_medium_device_width\":\"0\",\"gallery_small_device_width\":\"720\",\"gallery_extra_small_device_width\":\"320\"};\";}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:11:\"wphb-global\";a:8:{s:6:\"handle\";s:11:\"wphb-global\";s:3:\"src\";s:97:\"https://www.dubdelivery.club/wp-content/plugins/wp-hummingbird/admin/assets/js/wphb-global.min.js\";s:4:\"deps\";a:2:{i:0;s:10:\"underscore\";i:1;s:6:\"jquery\";}s:3:\"ver\";s:5:\"3.7.2\";s:4:\"args\";N;s:5:\"extra\";a:2:{s:5:\"group\";i:1;s:4:\"data\";s:199:\"var wphbGlobal = {\"ajaxurl\":\"https:\\/\\/www.dubdelivery.club\\/wp-admin\\/admin-ajax.php\",\"nonce\":\"0ddff0beaf\",\"minify_url\":\"https:\\/\\/www.dubdelivery.club\\/wp-admin\\/admin.php?page=wphb-minification\"};\";}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:26:\"fl-theme-builder-admin-bar\";a:8:{s:6:\"handle\";s:26:\"fl-theme-builder-admin-bar\";s:3:\"src\";s:94:\"https://www.dubdelivery.club/wp-content/plugins/beaver-themer/js/fl-theme-builder-admin-bar.js\";s:4:\"deps\";a:1:{i:0;s:6:\"jquery\";}s:3:\"ver\";s:7:\"1.4.0.1\";s:4:\"args\";N;s:5:\"extra\";a:0:{}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:8:\"age-gate\";a:8:{s:6:\"handle\";s:8:\"age-gate\";s:3:\"src\";s:73:\"https://www.dubdelivery.club/wp-content/plugins/age-gate/dist/age-gate.js\";s:4:\"deps\";a:0:{}s:3:\"ver\";s:5:\"3.3.1\";s:4:\"args\";N;s:5:\"extra\";a:2:{s:5:\"group\";i:1;s:4:\"data\";s:409:\"var age_gate = {\"cookieDomain\":\"\",\"cookieName\":\"age_gate\",\"age\":\"21\",\"css\":\"v2\",\"userAgents\":[],\"switchTitle\":\"\",\"rechallenge\":\"1\",\"error\":\"You are not old enough to view this content\",\"generic\":\"An error occurred, please try again\",\"uri\":\"https:\\/\\/www.dubdelivery.club\\/wp-json\\/age-gate\\/v3\\/check\",\"useLocalStorage\":\"\",\"viewport\":\"1\",\"fallback\":\"https:\\/\\/www.dubdelivery.club\\/wp-admin\\/admin-ajax.php\"};\";}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:20:\"jquery-magnificpopup\";a:8:{s:6:\"handle\";s:20:\"jquery-magnificpopup\";s:3:\"src\";s:93:\"https://www.dubdelivery.club/wp-content/plugins/beaver-builder/js/jquery.magnificpopup.min.js\";s:4:\"deps\";a:1:{i:0;s:6:\"jquery\";}s:3:\"ver\";s:7:\"2.5.1.2\";s:4:\"args\";N;s:5:\"extra\";a:1:{s:5:\"group\";i:1;}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:12:\"fl-automator\";a:8:{s:6:\"handle\";s:12:\"fl-automator\";s:3:\"src\";s:71:\"https://www.dubdelivery.club/wp-content/themes/bb-theme/js/theme.min.js\";s:4:\"deps\";a:0:{}s:3:\"ver\";s:6:\"1.7.14\";s:4:\"args\";N;s:5:\"extra\";a:2:{s:5:\"group\";i:1;s:4:\"data\";s:96:\"var themeopts = {\"medium_breakpoint\":\"992\",\"mobile_breakpoint\":\"768\",\"scrollTopPosition\":\"800\"};\";}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:18:\"wpcom-notes-common\";a:8:{s:6:\"handle\";s:18:\"wpcom-notes-common\";s:3:\"src\";s:70:\"https://s0.wp.com/wp-content/mu-plugins/notes/notes-common-lite.min.js\";s:4:\"deps\";a:0:{}s:3:\"ver\";s:16:\"13.0-202403-lite\";s:4:\"args\";N;s:5:\"extra\";a:1:{s:5:\"group\";i:1;}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:21:\"wpcom-notes-admin-bar\";a:8:{s:6:\"handle\";s:21:\"wpcom-notes-admin-bar\";s:3:\"src\";s:61:\"https://s0.wp.com/wp-content/mu-plugins/notes/admin-bar-v2.js\";s:4:\"deps\";a:1:{i:0;s:18:\"wpcom-notes-common\";}s:3:\"ver\";s:16:\"13.0-202403-lite\";s:4:\"args\";N;s:5:\"extra\";a:1:{s:5:\"group\";i:1;}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:57:\"fl-builder-layout-bundle-1028b7e010f95eda999010601bef822a\";a:8:{s:6:\"handle\";s:57:\"fl-builder-layout-bundle-1028b7e010f95eda999010601bef822a\";s:3:\"src\";s:118:\"https://www.dubdelivery.club/wp-content/uploads/beaver-builder/cache/1028b7e010f95eda999010601bef822a-layout-bundle.js\";s:4:\"deps\";a:1:{i:0;s:6:\"jquery\";}s:3:\"ver\";s:15:\"2.5.1.2-1.4.0.1\";s:4:\"args\";N;s:5:\"extra\";a:1:{s:5:\"group\";i:1;}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:14:\"jquery-fitvids\";a:8:{s:6:\"handle\";s:14:\"jquery-fitvids\";s:3:\"src\";s:87:\"https://www.dubdelivery.club/wp-content/plugins/beaver-builder/js/jquery.fitvids.min.js\";s:4:\"deps\";a:1:{i:0;s:6:\"jquery\";}s:3:\"ver\";s:3:\"1.2\";s:4:\"args\";N;s:5:\"extra\";a:1:{s:5:\"group\";i:1;}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:21:\"woocommerce-analytics\";a:8:{s:6:\"handle\";s:21:\"woocommerce-analytics\";s:3:\"src\";s:32:\"https://stats.wp.com/s-202404.js\";s:4:\"deps\";a:0:{}s:3:\"ver\";N;s:4:\"args\";N;s:5:\"extra\";a:0:{}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:13:\"jetpack-stats\";a:8:{s:6:\"handle\";s:13:\"jetpack-stats\";s:3:\"src\";s:32:\"https://stats.wp.com/e-202404.js\";s:4:\"deps\";a:0:{}s:3:\"ver\";N;s:4:\"args\";N;s:5:\"extra\";a:2:{s:5:\"group\";i:1;s:5:\"after\";a:2:{i:0;b:0;i:1;s:238:\"_stq = window._stq || [];\n_stq.push([ \"view\", JSON.parse(\"{\\\"v\\\":\\\"ext\\\",\\\"blog\\\":\\\"202985410\\\",\\\"post\\\":\\\"354\\\",\\\"tz\\\":\\\"-6\\\",\\\"srv\\\":\\\"www.dubdelivery.club\\\",\\\"j\\\":\\\"1:13.0\\\"}\") ]);\n_stq.push([ \"clickTrackerInit\", \"202985410\", \"354\" ]);\";}}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:21:\"fl-builder-layout-174\";a:8:{s:6:\"handle\";s:21:\"fl-builder-layout-174\";s:3:\"src\";s:82:\"https://www.dubdelivery.club/wp-content/uploads/beaver-builder/cache/174-layout.js\";s:4:\"deps\";a:1:{i:0;s:6:\"jquery\";}s:3:\"ver\";s:32:\"c0f36dd60603b41c6950900edfe25e69\";s:4:\"args\";N;s:5:\"extra\";a:1:{s:5:\"group\";i:1;}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:8:\"wcs-cart\";a:8:{s:6:\"handle\";s:8:\"wcs-cart\";s:3:\"src\";s:142:\"https://www.dubdelivery.club/wp-content/plugins/woocommerce-subscriptions/vendor/woocommerce/subscriptions-core/assets/js/frontend/wcs-cart.js\";s:4:\"deps\";a:1:{i:0;s:6:\"jquery\";}s:3:\"ver\";s:5:\"6.5.0\";s:4:\"args\";N;s:5:\"extra\";a:1:{s:5:\"group\";i:1;}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:35:\"age-gate-user-registration-checkout\";a:8:{s:6:\"handle\";s:35:\"age-gate-user-registration-checkout\";s:3:\"src\";s:87:\"https://www.dubdelivery.club/wp-content/plugins/age-gate-user-registration/dist/main.js\";s:4:\"deps\";a:0:{}s:3:\"ver\";s:5:\"1.0.1\";s:4:\"args\";N;s:5:\"extra\";a:1:{s:5:\"group\";i:1;}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:20:\"fl-builder-layout-56\";a:8:{s:6:\"handle\";s:20:\"fl-builder-layout-56\";s:3:\"src\";s:81:\"https://www.dubdelivery.club/wp-content/uploads/beaver-builder/cache/56-layout.js\";s:4:\"deps\";a:1:{i:0;s:6:\"jquery\";}s:3:\"ver\";s:32:\"c0f36dd60603b41c6950900edfe25e69\";s:4:\"args\";N;s:5:\"extra\";a:1:{s:5:\"group\";i:1;}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:17:\"wc-country-select\";a:8:{s:6:\"handle\";s:17:\"wc-country-select\";s:3:\"src\";s:100:\"https://www.dubdelivery.club/wp-content/plugins/woocommerce/assets/js/frontend/country-select.min.js\";s:4:\"deps\";a:1:{i:0;s:6:\"jquery\";}s:3:\"ver\";s:5:\"8.5.1\";s:4:\"args\";N;s:5:\"extra\";a:2:{s:8:\"strategy\";s:5:\"defer\";s:4:\"data\";s:1756:\"var wc_country_select_params = {\"countries\":\"{\\\"US\\\":{\\\"AL\\\":\\\"Alabama\\\",\\\"AK\\\":\\\"Alaska\\\",\\\"AZ\\\":\\\"Arizona\\\",\\\"AR\\\":\\\"Arkansas\\\",\\\"CA\\\":\\\"California\\\",\\\"CO\\\":\\\"Colorado\\\",\\\"CT\\\":\\\"Connecticut\\\",\\\"DE\\\":\\\"Delaware\\\",\\\"DC\\\":\\\"District Of Columbia\\\",\\\"FL\\\":\\\"Florida\\\",\\\"GA\\\":\\\"Georgia\\\",\\\"HI\\\":\\\"Hawaii\\\",\\\"ID\\\":\\\"Idaho\\\",\\\"IL\\\":\\\"Illinois\\\",\\\"IN\\\":\\\"Indiana\\\",\\\"IA\\\":\\\"Iowa\\\",\\\"KS\\\":\\\"Kansas\\\",\\\"KY\\\":\\\"Kentucky\\\",\\\"LA\\\":\\\"Louisiana\\\",\\\"ME\\\":\\\"Maine\\\",\\\"MD\\\":\\\"Maryland\\\",\\\"MA\\\":\\\"Massachusetts\\\",\\\"MI\\\":\\\"Michigan\\\",\\\"MN\\\":\\\"Minnesota\\\",\\\"MS\\\":\\\"Mississippi\\\",\\\"MO\\\":\\\"Missouri\\\",\\\"MT\\\":\\\"Montana\\\",\\\"NE\\\":\\\"Nebraska\\\",\\\"NV\\\":\\\"Nevada\\\",\\\"NH\\\":\\\"New Hampshire\\\",\\\"NJ\\\":\\\"New Jersey\\\",\\\"NM\\\":\\\"New Mexico\\\",\\\"NY\\\":\\\"New York\\\",\\\"NC\\\":\\\"North Carolina\\\",\\\"ND\\\":\\\"North Dakota\\\",\\\"OH\\\":\\\"Ohio\\\",\\\"OK\\\":\\\"Oklahoma\\\",\\\"OR\\\":\\\"Oregon\\\",\\\"PA\\\":\\\"Pennsylvania\\\",\\\"RI\\\":\\\"Rhode Island\\\",\\\"SC\\\":\\\"South Carolina\\\",\\\"SD\\\":\\\"South Dakota\\\",\\\"TN\\\":\\\"Tennessee\\\",\\\"TX\\\":\\\"Texas\\\",\\\"UT\\\":\\\"Utah\\\",\\\"VT\\\":\\\"Vermont\\\",\\\"VA\\\":\\\"Virginia\\\",\\\"WA\\\":\\\"Washington\\\",\\\"WV\\\":\\\"West Virginia\\\",\\\"WI\\\":\\\"Wisconsin\\\",\\\"WY\\\":\\\"Wyoming\\\",\\\"AA\\\":\\\"Armed Forces (AA)\\\",\\\"AE\\\":\\\"Armed Forces (AE)\\\",\\\"AP\\\":\\\"Armed Forces (AP)\\\"}}\",\"i18n_select_state_text\":\"Select an option\\u2026\",\"i18n_no_matches\":\"No matches found\",\"i18n_ajax_error\":\"Loading failed\",\"i18n_input_too_short_1\":\"Please enter 1 or more characters\",\"i18n_input_too_short_n\":\"Please enter %qty% or more characters\",\"i18n_input_too_long_1\":\"Please delete 1 character\",\"i18n_input_too_long_n\":\"Please delete %qty% characters\",\"i18n_selection_too_long_1\":\"You can only select 1 item\",\"i18n_selection_too_long_n\":\"You can only select %qty% items\",\"i18n_load_more\":\"Loading more results\\u2026\",\"i18n_searching\":\"Searching\\u2026\"};\";}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:15:\"wc-address-i18n\";a:8:{s:6:\"handle\";s:15:\"wc-address-i18n\";s:3:\"src\";s:98:\"https://www.dubdelivery.club/wp-content/plugins/woocommerce/assets/js/frontend/address-i18n.min.js\";s:4:\"deps\";a:2:{i:0;s:6:\"jquery\";i:1;s:17:\"wc-country-select\";}s:3:\"ver\";s:5:\"8.5.1\";s:4:\"args\";N;s:5:\"extra\";a:2:{s:8:\"strategy\";s:5:\"defer\";s:4:\"data\";s:2477:\"var wc_address_i18n_params = {\"locale\":\"{\\\"US\\\":{\\\"postcode\\\":{\\\"label\\\":\\\"ZIP Code\\\"},\\\"state\\\":{\\\"label\\\":\\\"State\\\"}},\\\"default\\\":{\\\"first_name\\\":{\\\"label\\\":\\\"First name\\\",\\\"required\\\":true,\\\"class\\\":[\\\"form-row-first\\\"],\\\"autocomplete\\\":\\\"given-name\\\",\\\"priority\\\":10},\\\"last_name\\\":{\\\"label\\\":\\\"Last name\\\",\\\"required\\\":true,\\\"class\\\":[\\\"form-row-last\\\"],\\\"autocomplete\\\":\\\"family-name\\\",\\\"priority\\\":20},\\\"company\\\":{\\\"label\\\":\\\"Company name\\\",\\\"class\\\":[\\\"form-row-wide\\\"],\\\"autocomplete\\\":\\\"organization\\\",\\\"priority\\\":30,\\\"required\\\":false},\\\"country\\\":{\\\"type\\\":\\\"country\\\",\\\"label\\\":\\\"Country \\\\\\/ Region\\\",\\\"required\\\":true,\\\"class\\\":[\\\"form-row-wide\\\",\\\"address-field\\\",\\\"update_totals_on_change\\\"],\\\"autocomplete\\\":\\\"country\\\",\\\"priority\\\":40},\\\"address_1\\\":{\\\"label\\\":\\\"Street address\\\",\\\"placeholder\\\":\\\"House number and street name\\\",\\\"required\\\":true,\\\"class\\\":[\\\"form-row-wide\\\",\\\"address-field\\\"],\\\"autocomplete\\\":\\\"address-line1\\\",\\\"priority\\\":50},\\\"address_2\\\":{\\\"label\\\":\\\"Apartment, suite, unit, etc.\\\",\\\"label_class\\\":[\\\"screen-reader-text\\\"],\\\"placeholder\\\":\\\"Apartment, suite, unit, etc. (optional)\\\",\\\"class\\\":[\\\"form-row-wide\\\",\\\"address-field\\\"],\\\"autocomplete\\\":\\\"address-line2\\\",\\\"priority\\\":60,\\\"required\\\":false},\\\"city\\\":{\\\"label\\\":\\\"Town \\\\\\/ City\\\",\\\"required\\\":true,\\\"class\\\":[\\\"form-row-wide\\\",\\\"address-field\\\"],\\\"autocomplete\\\":\\\"address-level2\\\",\\\"priority\\\":70},\\\"state\\\":{\\\"type\\\":\\\"state\\\",\\\"label\\\":\\\"State \\\\\\/ County\\\",\\\"required\\\":true,\\\"class\\\":[\\\"form-row-wide\\\",\\\"address-field\\\"],\\\"validate\\\":[\\\"state\\\"],\\\"autocomplete\\\":\\\"address-level1\\\",\\\"priority\\\":80},\\\"postcode\\\":{\\\"label\\\":\\\"Postcode \\\\\\/ ZIP\\\",\\\"required\\\":true,\\\"class\\\":[\\\"form-row-wide\\\",\\\"address-field\\\"],\\\"validate\\\":[\\\"postcode\\\"],\\\"autocomplete\\\":\\\"postal-code\\\",\\\"priority\\\":90},\\\"0\\\":\\\"first_name\\\",\\\"1\\\":\\\"last_name\\\",\\\"2\\\":\\\"company\\\",\\\"3\\\":\\\"address_1\\\",\\\"4\\\":\\\"address_2\\\",\\\"5\\\":\\\"country\\\",\\\"6\\\":\\\"city\\\",\\\"7\\\":\\\"state\\\",\\\"8\\\":\\\"postcode\\\",\\\"9\\\":\\\"phone\\\"}}\",\"locale_fields\":\"{\\\"address_1\\\":\\\"#billing_address_1_field, #shipping_address_1_field\\\",\\\"address_2\\\":\\\"#billing_address_2_field, #shipping_address_2_field\\\",\\\"state\\\":\\\"#billing_state_field, #shipping_state_field, #calc_shipping_state_field\\\",\\\"postcode\\\":\\\"#billing_postcode_field, #shipping_postcode_field, #calc_shipping_postcode_field\\\",\\\"city\\\":\\\"#billing_city_field, #shipping_city_field, #calc_shipping_city_field\\\"}\",\"i18n_required_text\":\"required\",\"i18n_optional_text\":\"optional\"};\";}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:11:\"wc-checkout\";a:8:{s:6:\"handle\";s:11:\"wc-checkout\";s:3:\"src\";s:94:\"https://www.dubdelivery.club/wp-content/plugins/woocommerce/assets/js/frontend/checkout.min.js\";s:4:\"deps\";a:4:{i:0;s:6:\"jquery\";i:1;s:11:\"woocommerce\";i:2;s:17:\"wc-country-select\";i:3;s:15:\"wc-address-i18n\";}s:3:\"ver\";s:5:\"8.4.0\";s:4:\"args\";N;s:5:\"extra\";a:2:{s:8:\"strategy\";s:5:\"defer\";s:4:\"data\";s:386:\"var wc_checkout_params = {\"ajax_url\":\"\\/wp-admin\\/admin-ajax.php\",\"wc_ajax_url\":\"\\/?wc-ajax=%%endpoint%%\",\"update_order_review_nonce\":\"97da5a6004\",\"apply_coupon_nonce\":\"fa6a90ee69\",\"remove_coupon_nonce\":\"cd17773155\",\"option_guest_checkout\":\"no\",\"checkout_url\":\"\\/?wc-ajax=checkout\",\"is_checkout\":\"1\",\"debug_mode\":\"\",\"i18n_checkout_error\":\"Error processing checkout. Please try again.\"};\";}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:17:\"wc-cart-fragments\";a:8:{s:6:\"handle\";s:17:\"wc-cart-fragments\";s:3:\"src\";s:100:\"https://www.dubdelivery.club/wp-content/plugins/woocommerce/assets/js/frontend/cart-fragments.min.js\";s:4:\"deps\";a:2:{i:0;s:6:\"jquery\";i:1;s:9:\"js-cookie\";}s:3:\"ver\";s:5:\"8.5.1\";s:4:\"args\";N;s:5:\"extra\";a:2:{s:8:\"strategy\";s:5:\"defer\";s:4:\"data\";s:266:\"var wc_cart_fragments_params = {\"ajax_url\":\"\\/wp-admin\\/admin-ajax.php\",\"wc_ajax_url\":\"\\/?wc-ajax=%%endpoint%%\",\"cart_hash_key\":\"wc_cart_hash_f135b7008123c335b7e908db9b25154b\",\"fragment_name\":\"wc_fragments_f135b7008123c335b7e908db9b25154b\",\"request_timeout\":\"5000\"};\";}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:57:\"fl-builder-layout-bundle-28f03027d136d0d0068158a1d8e45d6f\";a:8:{s:6:\"handle\";s:57:\"fl-builder-layout-bundle-28f03027d136d0d0068158a1d8e45d6f\";s:3:\"src\";s:118:\"https://www.dubdelivery.club/wp-content/uploads/beaver-builder/cache/28f03027d136d0d0068158a1d8e45d6f-layout-bundle.js\";s:4:\"deps\";a:1:{i:0;s:6:\"jquery\";}s:3:\"ver\";s:15:\"2.5.1.2-1.4.0.1\";s:4:\"args\";N;s:5:\"extra\";a:1:{s:5:\"group\";i:1;}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:18:\"wpslash-tipping-js\";a:8:{s:6:\"handle\";s:18:\"wpslash-tipping-js\";s:3:\"src\";s:79:\"https://www.dubdelivery.club/wp-content/plugins/woocommerce-tipping//js/main.js\";s:4:\"deps\";a:1:{i:0;s:6:\"jquery\";}s:3:\"ver\";s:5:\"0.1.0\";s:4:\"args\";N;s:5:\"extra\";a:1:{s:4:\"data\";s:121:\"var wpslash_tipping_obj = {\"ajaxurl\":\"https:\\/\\/www.dubdelivery.club\\/wp-admin\\/admin-ajax.php\",\"security\":\"fb0e6ce912\"};\";}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:20:\"fl-builder-layout-12\";a:8:{s:6:\"handle\";s:20:\"fl-builder-layout-12\";s:3:\"src\";s:89:\"https://www.dubdelivery.club/wp-content/uploads/beaver-builder/cache/12-layout-partial.js\";s:4:\"deps\";a:1:{i:0;s:6:\"jquery\";}s:3:\"ver\";s:32:\"c3b6409561634b7ed0f33a6f4d5e7cc7\";s:4:\"args\";N;s:5:\"extra\";a:1:{s:5:\"group\";i:1;}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:21:\"fl-builder-layout-446\";a:8:{s:6:\"handle\";s:21:\"fl-builder-layout-446\";s:3:\"src\";s:82:\"https://www.dubdelivery.club/wp-content/uploads/beaver-builder/cache/446-layout.js\";s:4:\"deps\";a:1:{i:0;s:6:\"jquery\";}s:3:\"ver\";s:32:\"27db0c241bfe0c782d3a73d49786c323\";s:4:\"args\";N;s:5:\"extra\";a:1:{s:5:\"group\";i:1;}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:37:\"fl-theme-builder-layout-frontend-edit\";a:8:{s:6:\"handle\";s:37:\"fl-theme-builder-layout-frontend-edit\";s:3:\"src\";s:105:\"https://www.dubdelivery.club/wp-content/plugins/beaver-themer/js/fl-theme-builder-layout-frontend-edit.js\";s:4:\"deps\";a:0:{}s:3:\"ver\";s:7:\"1.4.0.1\";s:4:\"args\";N;s:5:\"extra\";a:0:{}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:21:\"fl-builder-layout-511\";a:8:{s:6:\"handle\";s:21:\"fl-builder-layout-511\";s:3:\"src\";s:82:\"https://www.dubdelivery.club/wp-content/uploads/beaver-builder/cache/511-layout.js\";s:4:\"deps\";a:1:{i:0;s:6:\"jquery\";}s:3:\"ver\";s:32:\"bbe58a55154efa66a4e3a3510f2ea985\";s:4:\"args\";N;s:5:\"extra\";a:1:{s:5:\"group\";i:1;}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:21:\"fl-builder-layout-279\";a:8:{s:6:\"handle\";s:21:\"fl-builder-layout-279\";s:3:\"src\";s:82:\"https://www.dubdelivery.club/wp-content/uploads/beaver-builder/cache/279-layout.js\";s:4:\"deps\";a:1:{i:0;s:6:\"jquery\";}s:3:\"ver\";s:32:\"c0f36dd60603b41c6950900edfe25e69\";s:4:\"args\";N;s:5:\"extra\";a:1:{s:5:\"group\";i:1;}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:12:\"zxcvbn-async\";a:8:{s:6:\"handle\";s:12:\"zxcvbn-async\";s:3:\"src\";s:35:\"/wp-includes/js/zxcvbn-async.min.js\";s:4:\"deps\";a:0:{}s:3:\"ver\";s:3:\"1.0\";s:4:\"args\";N;s:5:\"extra\";a:1:{s:4:\"data\";s:95:\"var _zxcvbnSettings = {\"src\":\"https:\\/\\/www.dubdelivery.club\\/wp-includes\\/js\\/zxcvbn.min.js\"};\";}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:17:\"wp-polyfill-inert\";a:8:{s:6:\"handle\";s:17:\"wp-polyfill-inert\";s:3:\"src\";s:52:\"/wp-includes/js/dist/vendor/wp-polyfill-inert.min.js\";s:4:\"deps\";a:0:{}s:3:\"ver\";s:5:\"3.1.2\";s:4:\"args\";i:1;s:5:\"extra\";a:0:{}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:19:\"regenerator-runtime\";a:8:{s:6:\"handle\";s:19:\"regenerator-runtime\";s:3:\"src\";s:54:\"/wp-includes/js/dist/vendor/regenerator-runtime.min.js\";s:4:\"deps\";a:0:{}s:3:\"ver\";s:6:\"0.14.0\";s:4:\"args\";i:1;s:5:\"extra\";a:0:{}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:11:\"wp-polyfill\";a:8:{s:6:\"handle\";s:11:\"wp-polyfill\";s:3:\"src\";s:46:\"/wp-includes/js/dist/vendor/wp-polyfill.min.js\";s:4:\"deps\";a:2:{i:0;s:17:\"wp-polyfill-inert\";i:1;s:19:\"regenerator-runtime\";}s:3:\"ver\";s:6:\"3.15.0\";s:4:\"args\";i:1;s:5:\"extra\";a:0:{}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:8:\"wp-hooks\";a:8:{s:6:\"handle\";s:8:\"wp-hooks\";s:3:\"src\";s:33:\"/wp-includes/js/dist/hooks.min.js\";s:4:\"deps\";a:1:{i:0;s:11:\"wp-polyfill\";}s:3:\"ver\";s:20:\"c6aec9a8d4e5a5d543a1\";s:4:\"args\";i:1;s:5:\"extra\";a:0:{}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:7:\"wp-i18n\";a:8:{s:6:\"handle\";s:7:\"wp-i18n\";s:3:\"src\";s:32:\"/wp-includes/js/dist/i18n.min.js\";s:4:\"deps\";a:2:{i:0;s:8:\"wp-hooks\";i:1;s:11:\"wp-polyfill\";}s:3:\"ver\";s:20:\"7701b0c3857f914212ef\";s:4:\"args\";i:1;s:5:\"extra\";a:1:{s:5:\"after\";a:2:{i:0;b:0;i:1;s:66:\"wp.i18n.setLocaleData( { \'text direction\\u0004ltr\': [ \'ltr\' ] } );\";}}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:23:\"password-strength-meter\";a:8:{s:6:\"handle\";s:23:\"password-strength-meter\";s:3:\"src\";s:43:\"/wp-admin/js/password-strength-meter.min.js\";s:4:\"deps\";a:3:{i:0;s:6:\"jquery\";i:1;s:12:\"zxcvbn-async\";i:2;s:7:\"wp-i18n\";}s:3:\"ver\";b:0;s:4:\"args\";i:1;s:5:\"extra\";a:1:{s:4:\"data\";s:143:\"var pwsL10n = {\"unknown\":\"Password strength unknown\",\"short\":\"Very weak\",\"bad\":\"Weak\",\"good\":\"Medium\",\"strong\":\"Strong\",\"mismatch\":\"Mismatch\"};\";}s:10:\"textdomain\";s:7:\"default\";s:17:\"translations_path\";s:0:\"\";}s:21:\"fl-builder-layout-549\";a:8:{s:6:\"handle\";s:21:\"fl-builder-layout-549\";s:3:\"src\";s:82:\"https://www.dubdelivery.club/wp-content/uploads/beaver-builder/cache/549-layout.js\";s:4:\"deps\";a:1:{i:0;s:6:\"jquery\";}s:3:\"ver\";s:32:\"8252c24102bffd73854face4dcee50f4\";s:4:\"args\";N;s:5:\"extra\";a:1:{s:5:\"group\";i:1;}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:20:\"fl-builder-layout-31\";a:8:{s:6:\"handle\";s:20:\"fl-builder-layout-31\";s:3:\"src\";s:81:\"https://www.dubdelivery.club/wp-content/uploads/beaver-builder/cache/31-layout.js\";s:4:\"deps\";a:1:{i:0;s:6:\"jquery\";}s:3:\"ver\";s:32:\"557d22b41b3a4e38f1119da2702cffc1\";s:4:\"args\";N;s:5:\"extra\";a:1:{s:5:\"group\";i:1;}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:57:\"fl-builder-layout-bundle-4823cfaed506a87a3d5089687a033d5e\";a:8:{s:6:\"handle\";s:57:\"fl-builder-layout-bundle-4823cfaed506a87a3d5089687a033d5e\";s:3:\"src\";s:118:\"https://www.dubdelivery.club/wp-content/uploads/beaver-builder/cache/4823cfaed506a87a3d5089687a033d5e-layout-bundle.js\";s:4:\"deps\";a:1:{i:0;s:6:\"jquery\";}s:3:\"ver\";s:15:\"2.5.1.2-1.4.0.1\";s:4:\"args\";N;s:5:\"extra\";a:1:{s:5:\"group\";i:1;}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:18:\"wcs-single-product\";a:8:{s:6:\"handle\";s:18:\"wcs-single-product\";s:3:\"src\";s:148:\"https://www.dubdelivery.club/wp-content/plugins/woocommerce-subscriptions/vendor/woocommerce/subscriptions-core/assets/js/frontend/single-product.js\";s:4:\"deps\";a:1:{i:0;s:6:\"jquery\";}s:3:\"ver\";s:5:\"6.5.0\";s:4:\"args\";N;s:5:\"extra\";a:1:{s:5:\"group\";i:1;}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:4:\"zoom\";a:8:{s:6:\"handle\";s:4:\"zoom\";s:3:\"src\";s:93:\"https://www.dubdelivery.club/wp-content/plugins/woocommerce/assets/js/zoom/jquery.zoom.min.js\";s:4:\"deps\";a:1:{i:0;s:6:\"jquery\";}s:3:\"ver\";s:15:\"1.7.21-wc.8.5.1\";s:4:\"args\";N;s:5:\"extra\";a:1:{s:8:\"strategy\";s:5:\"defer\";}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:10:\"flexslider\";a:8:{s:6:\"handle\";s:10:\"flexslider\";s:3:\"src\";s:105:\"https://www.dubdelivery.club/wp-content/plugins/woocommerce/assets/js/flexslider/jquery.flexslider.min.js\";s:4:\"deps\";a:1:{i:0;s:6:\"jquery\";}s:3:\"ver\";s:14:\"2.7.2-wc.8.5.1\";s:4:\"args\";N;s:5:\"extra\";a:1:{s:8:\"strategy\";s:5:\"defer\";}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:10:\"photoswipe\";a:8:{s:6:\"handle\";s:10:\"photoswipe\";s:3:\"src\";s:98:\"https://www.dubdelivery.club/wp-content/plugins/woocommerce/assets/js/photoswipe/photoswipe.min.js\";s:4:\"deps\";a:0:{}s:3:\"ver\";s:14:\"4.1.1-wc.8.5.1\";s:4:\"args\";N;s:5:\"extra\";a:1:{s:8:\"strategy\";s:5:\"defer\";}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:21:\"photoswipe-ui-default\";a:8:{s:6:\"handle\";s:21:\"photoswipe-ui-default\";s:3:\"src\";s:109:\"https://www.dubdelivery.club/wp-content/plugins/woocommerce/assets/js/photoswipe/photoswipe-ui-default.min.js\";s:4:\"deps\";a:1:{i:0;s:10:\"photoswipe\";}s:3:\"ver\";s:14:\"4.1.1-wc.8.5.1\";s:4:\"args\";N;s:5:\"extra\";a:1:{s:8:\"strategy\";s:5:\"defer\";}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:17:\"wc-single-product\";a:8:{s:6:\"handle\";s:17:\"wc-single-product\";s:3:\"src\";s:100:\"https://www.dubdelivery.club/wp-content/plugins/woocommerce/assets/js/frontend/single-product.min.js\";s:4:\"deps\";a:1:{i:0;s:6:\"jquery\";}s:3:\"ver\";s:5:\"8.5.1\";s:4:\"args\";N;s:5:\"extra\";a:2:{s:8:\"strategy\";s:5:\"defer\";s:4:\"data\";s:530:\"var wc_single_product_params = {\"i18n_required_rating_text\":\"Please select a rating\",\"review_rating_required\":\"yes\",\"flexslider\":{\"rtl\":false,\"animation\":\"slide\",\"smoothHeight\":true,\"directionNav\":false,\"controlNav\":\"thumbnails\",\"slideshow\":false,\"animationSpeed\":500,\"animationLoop\":false,\"allowOneSlide\":false},\"zoom_enabled\":\"1\",\"zoom_options\":[],\"photoswipe_enabled\":\"1\",\"photoswipe_options\":{\"shareEl\":false,\"closeOnScroll\":false,\"history\":false,\"hideAnimationDuration\":0,\"showAnimationDuration\":0},\"flexslider_enabled\":\"1\"};\";}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:13:\"comment-reply\";a:8:{s:6:\"handle\";s:13:\"comment-reply\";s:3:\"src\";s:36:\"/wp-includes/js/comment-reply.min.js\";s:4:\"deps\";a:0:{}s:3:\"ver\";b:0;s:4:\"args\";i:1;s:5:\"extra\";a:1:{s:8:\"strategy\";s:5:\"async\";}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:20:\"fl-builder-layout-47\";a:8:{s:6:\"handle\";s:20:\"fl-builder-layout-47\";s:3:\"src\";s:81:\"https://www.dubdelivery.club/wp-content/uploads/beaver-builder/cache/47-layout.js\";s:4:\"deps\";a:1:{i:0;s:6:\"jquery\";}s:3:\"ver\";s:32:\"37925452e1bf769149824cc8995c0726\";s:4:\"args\";N;s:5:\"extra\";a:1:{s:5:\"group\";i:1;}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:21:\"fl-builder-layout-304\";a:8:{s:6:\"handle\";s:21:\"fl-builder-layout-304\";s:3:\"src\";s:82:\"https://www.dubdelivery.club/wp-content/uploads/beaver-builder/cache/304-layout.js\";s:4:\"deps\";a:1:{i:0;s:6:\"jquery\";}s:3:\"ver\";s:32:\"0991a34544b8f977f276df6f11d0971f\";s:4:\"args\";N;s:5:\"extra\";a:1:{s:5:\"group\";i:1;}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:20:\"fl-builder-layout-57\";a:8:{s:6:\"handle\";s:20:\"fl-builder-layout-57\";s:3:\"src\";s:81:\"https://www.dubdelivery.club/wp-content/uploads/beaver-builder/cache/57-layout.js\";s:4:\"deps\";a:1:{i:0;s:6:\"jquery\";}s:3:\"ver\";s:32:\"4f3f62a6e6fc3eee3497626465ad4b98\";s:4:\"args\";N;s:5:\"extra\";a:1:{s:5:\"group\";i:1;}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:24:\"jetpack-scan-show-notice\";a:8:{s:6:\"handle\";s:24:\"jetpack-scan-show-notice\";s:3:\"src\";s:95:\"https://www.dubdelivery.club/wp-content/plugins/jetpack/_inc/build/scan/admin-bar-notice.min.js\";s:4:\"deps\";a:1:{i:0;s:9:\"admin-bar\";}s:3:\"ver\";s:1:\"1\";s:4:\"args\";N;s:5:\"extra\";a:2:{s:5:\"group\";i:1;s:4:\"data\";s:1022:\"var Jetpack_Scan = {\"nonce\":\"4f6898b5eb\",\"scan_endpoint\":\"https:\\/\\/www.dubdelivery.club\\/wp-json\\/jetpack\\/v4\\/scan\",\"scan_dashboard_url\":\"https:\\/\\/jetpack.com\\/redirect\\/?source=calypso-scanner&site=www.dubdelivery.club\",\"singular\":\"<svg width=\\\"18\\\" height=\\\"22\\\" viewBox=\\\"0 0 18 22\\\" fill=\\\"none\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M9 0L0 4V10C0 15.55 3.84 20.74 9 22C14.16 20.74 18 15.55 18 10V4L9 0Z\\\" fill=\\\"#D63638\\\"\\/><path d=\\\"M7.99121 6.00894H10.0085V11.9968H7.99121V6.00894Z\\\" fill=\\\"#FFF\\\"\\/><path d=\\\"M7.99121 14.014H10.0085V15.9911H7.99121V14.014Z\\\" fill=\\\"#FFF\\\"\\/><\\/svg> Threat found\",\"multiple\":\"<svg width=\\\"18\\\" height=\\\"22\\\" viewBox=\\\"0 0 18 22\\\" fill=\\\"none\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M9 0L0 4V10C0 15.55 3.84 20.74 9 22C14.16 20.74 18 15.55 18 10V4L9 0Z\\\" fill=\\\"#D63638\\\"\\/><path d=\\\"M7.99121 6.00894H10.0085V11.9968H7.99121V6.00894Z\\\" fill=\\\"#FFF\\\"\\/><path d=\\\"M7.99121 14.014H10.0085V15.9911H7.99121V14.014Z\\\" fill=\\\"#FFF\\\"\\/><\\/svg> Threats found\"};\";}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:57:\"fl-builder-layout-bundle-469d7976a4c02530753eea91291dd0e4\";a:8:{s:6:\"handle\";s:57:\"fl-builder-layout-bundle-469d7976a4c02530753eea91291dd0e4\";s:3:\"src\";s:118:\"https://www.dubdelivery.club/wp-content/uploads/beaver-builder/cache/469d7976a4c02530753eea91291dd0e4-layout-bundle.js\";s:4:\"deps\";a:1:{i:0;s:6:\"jquery\";}s:3:\"ver\";s:15:\"2.5.1.2-1.4.0.1\";s:4:\"args\";N;s:5:\"extra\";a:1:{s:5:\"group\";i:1;}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:22:\"fl-builder-layout-1102\";a:8:{s:6:\"handle\";s:22:\"fl-builder-layout-1102\";s:3:\"src\";s:83:\"https://www.dubdelivery.club/wp-content/uploads/beaver-builder/cache/1102-layout.js\";s:4:\"deps\";a:1:{i:0;s:6:\"jquery\";}s:3:\"ver\";s:32:\"e5c061d72bd504cc5833167782c03b21\";s:4:\"args\";N;s:5:\"extra\";a:1:{s:5:\"group\";i:1;}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:20:\"fl-builder-layout-55\";a:8:{s:6:\"handle\";s:20:\"fl-builder-layout-55\";s:3:\"src\";s:81:\"https://www.dubdelivery.club/wp-content/uploads/beaver-builder/cache/55-layout.js\";s:4:\"deps\";a:1:{i:0;s:6:\"jquery\";}s:3:\"ver\";s:32:\"c0f36dd60603b41c6950900edfe25e69\";s:4:\"args\";N;s:5:\"extra\";a:1:{s:5:\"group\";i:1;}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:7:\"wc-cart\";a:8:{s:6:\"handle\";s:7:\"wc-cart\";s:3:\"src\";s:90:\"https://www.dubdelivery.club/wp-content/plugins/woocommerce/assets/js/frontend/cart.min.js\";s:4:\"deps\";a:4:{i:0;s:6:\"jquery\";i:1;s:11:\"woocommerce\";i:2;s:17:\"wc-country-select\";i:3;s:15:\"wc-address-i18n\";}s:3:\"ver\";s:5:\"8.5.1\";s:4:\"args\";N;s:5:\"extra\";a:2:{s:8:\"strategy\";s:5:\"defer\";s:4:\"data\";s:216:\"var wc_cart_params = {\"ajax_url\":\"\\/wp-admin\\/admin-ajax.php\",\"wc_ajax_url\":\"\\/?wc-ajax=%%endpoint%%\",\"update_shipping_method_nonce\":\"19532f3106\",\"apply_coupon_nonce\":\"8c87fbab6f\",\"remove_coupon_nonce\":\"0aa6fe80a7\"};\";}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:10:\"woo-tracks\";a:8:{s:6:\"handle\";s:10:\"woo-tracks\";s:3:\"src\";s:25:\"https://stats.wp.com/w.js\";s:4:\"deps\";a:1:{i:0;s:8:\"wp-hooks\";}s:3:\"ver\";s:6:\"202404\";s:4:\"args\";N;s:5:\"extra\";a:0:{}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:57:\"fl-builder-layout-bundle-cf29ca9414e18fb7ff2bfebf912a20b4\";a:8:{s:6:\"handle\";s:57:\"fl-builder-layout-bundle-cf29ca9414e18fb7ff2bfebf912a20b4\";s:3:\"src\";s:118:\"https://www.dubdelivery.club/wp-content/uploads/beaver-builder/cache/cf29ca9414e18fb7ff2bfebf912a20b4-layout-bundle.js\";s:4:\"deps\";a:1:{i:0;s:6:\"jquery\";}s:3:\"ver\";s:15:\"2.5.1.2-1.4.0.1\";s:4:\"args\";N;s:5:\"extra\";a:1:{s:5:\"group\";i:1;}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:18:\"wpforms-validation\";a:8:{s:6:\"handle\";s:18:\"wpforms-validation\";s:3:\"src\";s:89:\"https://www.dubdelivery.club/wp-content/plugins/wpforms/assets/lib/jquery.validate.min.js\";s:4:\"deps\";a:1:{i:0;s:6:\"jquery\";}s:3:\"ver\";s:6:\"1.19.5\";s:4:\"args\";N;s:5:\"extra\";a:1:{s:5:\"group\";i:1;}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:17:\"wpforms-mailcheck\";a:8:{s:6:\"handle\";s:17:\"wpforms-mailcheck\";s:3:\"src\";s:83:\"https://www.dubdelivery.club/wp-content/plugins/wpforms/assets/lib/mailcheck.min.js\";s:4:\"deps\";a:0:{}s:3:\"ver\";s:5:\"1.1.2\";s:4:\"args\";N;s:5:\"extra\";a:1:{s:5:\"group\";i:1;}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:16:\"wpforms-punycode\";a:8:{s:6:\"handle\";s:16:\"wpforms-punycode\";s:3:\"src\";s:82:\"https://www.dubdelivery.club/wp-content/plugins/wpforms/assets/lib/punycode.min.js\";s:4:\"deps\";a:0:{}s:3:\"ver\";s:5:\"1.0.0\";s:4:\"args\";N;s:5:\"extra\";a:1:{s:5:\"group\";i:1;}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:21:\"wpforms-generic-utils\";a:8:{s:6:\"handle\";s:21:\"wpforms-generic-utils\";s:3:\"src\";s:78:\"https://www.dubdelivery.club/wp-content/plugins/wpforms/assets/js/utils.min.js\";s:4:\"deps\";a:1:{i:0;s:6:\"jquery\";}s:3:\"ver\";s:5:\"1.8.2\";s:4:\"args\";N;s:5:\"extra\";a:1:{s:5:\"group\";i:1;}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:7:\"wpforms\";a:8:{s:6:\"handle\";s:7:\"wpforms\";s:3:\"src\";s:80:\"https://www.dubdelivery.club/wp-content/plugins/wpforms/assets/js/wpforms.min.js\";s:4:\"deps\";a:1:{i:0;s:6:\"jquery\";}s:3:\"ver\";s:5:\"1.8.2\";s:4:\"args\";N;s:5:\"extra\";a:1:{s:5:\"group\";i:1;}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:26:\"wc-password-strength-meter\";a:8:{s:6:\"handle\";s:26:\"wc-password-strength-meter\";s:3:\"src\";s:109:\"https://www.dubdelivery.club/wp-content/plugins/woocommerce/assets/js/frontend/password-strength-meter.min.js\";s:4:\"deps\";a:2:{i:0;s:6:\"jquery\";i:1;s:23:\"password-strength-meter\";}s:3:\"ver\";s:5:\"8.4.0\";s:4:\"args\";N;s:5:\"extra\";a:2:{s:8:\"strategy\";s:5:\"defer\";s:4:\"data\";s:331:\"var wc_password_strength_meter_params = {\"min_password_strength\":\"3\",\"stop_checkout\":\"\",\"i18n_password_error\":\"Please enter a stronger password.\",\"i18n_password_hint\":\"Hint: The password should be at least twelve characters long. To make it stronger, use upper and lower case letters, numbers, and symbols like ! \\\" ? $ % ^ & ).\"};\";}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:16:\"wc-lost-password\";a:8:{s:6:\"handle\";s:16:\"wc-lost-password\";s:3:\"src\";s:99:\"https://www.dubdelivery.club/wp-content/plugins/woocommerce/assets/js/frontend/lost-password.min.js\";s:4:\"deps\";a:2:{i:0;s:6:\"jquery\";i:1;s:11:\"woocommerce\";}s:3:\"ver\";s:5:\"8.4.0\";s:4:\"args\";N;s:5:\"extra\";a:1:{s:8:\"strategy\";s:5:\"defer\";}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:21:\"fl-builder-layout-750\";a:8:{s:6:\"handle\";s:21:\"fl-builder-layout-750\";s:3:\"src\";s:82:\"https://www.dubdelivery.club/wp-content/uploads/beaver-builder/cache/750-layout.js\";s:4:\"deps\";a:1:{i:0;s:6:\"jquery\";}s:3:\"ver\";s:32:\"ddf0943166bb56773416d886b42330e6\";s:4:\"args\";N;s:5:\"extra\";a:1:{s:5:\"group\";i:1;}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:21:\"fl-builder-layout-307\";a:8:{s:6:\"handle\";s:21:\"fl-builder-layout-307\";s:3:\"src\";s:82:\"https://www.dubdelivery.club/wp-content/uploads/beaver-builder/cache/307-layout.js\";s:4:\"deps\";a:1:{i:0;s:6:\"jquery\";}s:3:\"ver\";s:32:\"f67fd43f4f763e5a2a852a7415e5da00\";s:4:\"args\";N;s:5:\"extra\";a:1:{s:5:\"group\";i:1;}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:22:\"fl-builder-layout-3387\";a:8:{s:6:\"handle\";s:22:\"fl-builder-layout-3387\";s:3:\"src\";s:83:\"https://www.dubdelivery.club/wp-content/uploads/beaver-builder/cache/3387-layout.js\";s:4:\"deps\";a:1:{i:0;s:6:\"jquery\";}s:3:\"ver\";s:32:\"2f22f9a6c8beb6b173109ce9dca26cbb\";s:4:\"args\";N;s:5:\"extra\";a:1:{s:5:\"group\";i:1;}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:21:\"fl-builder-layout-348\";a:8:{s:6:\"handle\";s:21:\"fl-builder-layout-348\";s:3:\"src\";s:82:\"https://www.dubdelivery.club/wp-content/uploads/beaver-builder/cache/348-layout.js\";s:4:\"deps\";a:1:{i:0;s:6:\"jquery\";}s:3:\"ver\";s:32:\"883a557e4c374ce479974b50f30402c6\";s:4:\"args\";N;s:5:\"extra\";a:1:{s:5:\"group\";i:1;}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:20:\"fl-builder-layout-77\";a:8:{s:6:\"handle\";s:20:\"fl-builder-layout-77\";s:3:\"src\";s:81:\"https://www.dubdelivery.club/wp-content/uploads/beaver-builder/cache/77-layout.js\";s:4:\"deps\";a:1:{i:0;s:6:\"jquery\";}s:3:\"ver\";s:32:\"2d7722eeaae8c7d9e6f0935d33622ad1\";s:4:\"args\";N;s:5:\"extra\";a:1:{s:5:\"group\";i:1;}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:21:\"fl-builder-layout-867\";a:8:{s:6:\"handle\";s:21:\"fl-builder-layout-867\";s:3:\"src\";s:82:\"https://www.dubdelivery.club/wp-content/uploads/beaver-builder/cache/867-layout.js\";s:4:\"deps\";a:1:{i:0;s:6:\"jquery\";}s:3:\"ver\";s:32:\"c0f36dd60603b41c6950900edfe25e69\";s:4:\"args\";N;s:5:\"extra\";a:1:{s:5:\"group\";i:1;}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:21:\"fl-builder-layout-623\";a:8:{s:6:\"handle\";s:21:\"fl-builder-layout-623\";s:3:\"src\";s:82:\"https://www.dubdelivery.club/wp-content/uploads/beaver-builder/cache/623-layout.js\";s:4:\"deps\";a:1:{i:0;s:6:\"jquery\";}s:3:\"ver\";s:32:\"c0f36dd60603b41c6950900edfe25e69\";s:4:\"args\";N;s:5:\"extra\";a:1:{s:5:\"group\";i:1;}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:21:\"fl-builder-layout-541\";a:8:{s:6:\"handle\";s:21:\"fl-builder-layout-541\";s:3:\"src\";s:82:\"https://www.dubdelivery.club/wp-content/uploads/beaver-builder/cache/541-layout.js\";s:4:\"deps\";a:1:{i:0;s:6:\"jquery\";}s:3:\"ver\";s:32:\"014c3f354cf255281dc93f7e828641c9\";s:4:\"args\";N;s:5:\"extra\";a:1:{s:5:\"group\";i:1;}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:21:\"fl-builder-layout-861\";a:8:{s:6:\"handle\";s:21:\"fl-builder-layout-861\";s:3:\"src\";s:82:\"https://www.dubdelivery.club/wp-content/uploads/beaver-builder/cache/861-layout.js\";s:4:\"deps\";a:1:{i:0;s:6:\"jquery\";}s:3:\"ver\";s:32:\"aa08ee285696779be8e9ce71e52a5ca1\";s:4:\"args\";N;s:5:\"extra\";a:1:{s:5:\"group\";i:1;}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:57:\"fl-builder-layout-bundle-6ed0de3a95015cd21e909c942f0b5a81\";a:8:{s:6:\"handle\";s:57:\"fl-builder-layout-bundle-6ed0de3a95015cd21e909c942f0b5a81\";s:3:\"src\";s:118:\"https://www.dubdelivery.club/wp-content/uploads/beaver-builder/cache/6ed0de3a95015cd21e909c942f0b5a81-layout-bundle.js\";s:4:\"deps\";a:1:{i:0;s:6:\"jquery\";}s:3:\"ver\";s:15:\"2.5.1.2-1.4.0.1\";s:4:\"args\";N;s:5:\"extra\";a:1:{s:5:\"group\";i:1;}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:21:\"fl-builder-layout-159\";a:8:{s:6:\"handle\";s:21:\"fl-builder-layout-159\";s:3:\"src\";s:82:\"https://www.dubdelivery.club/wp-content/uploads/beaver-builder/cache/159-layout.js\";s:4:\"deps\";a:1:{i:0;s:6:\"jquery\";}s:3:\"ver\";s:32:\"61ab6de9465b99d9966941f8858a2605\";s:4:\"args\";N;s:5:\"extra\";a:1:{s:5:\"group\";i:1;}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:22:\"fl-builder-layout-1043\";a:8:{s:6:\"handle\";s:22:\"fl-builder-layout-1043\";s:3:\"src\";s:91:\"https://www.dubdelivery.club/wp-content/uploads/beaver-builder/cache/1043-layout-partial.js\";s:4:\"deps\";a:1:{i:0;s:6:\"jquery\";}s:3:\"ver\";s:32:\"a48dacb3fdbe85371b9aa31fe5e13ba4\";s:4:\"args\";N;s:5:\"extra\";a:1:{s:5:\"group\";i:1;}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:20:\"wpforms-confirmation\";a:8:{s:6:\"handle\";s:20:\"wpforms-confirmation\";s:3:\"src\";s:93:\"https://www.dubdelivery.club/wp-content/plugins/wpforms/assets/js/wpforms-confirmation.min.js\";s:4:\"deps\";a:1:{i:0;s:6:\"jquery\";}s:3:\"ver\";s:5:\"1.8.2\";s:4:\"args\";N;s:5:\"extra\";a:1:{s:5:\"group\";i:1;}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:57:\"fl-builder-layout-bundle-c0f36dd60603b41c6950900edfe25e69\";a:8:{s:6:\"handle\";s:57:\"fl-builder-layout-bundle-c0f36dd60603b41c6950900edfe25e69\";s:3:\"src\";s:118:\"https://www.dubdelivery.club/wp-content/uploads/beaver-builder/cache/c0f36dd60603b41c6950900edfe25e69-layout-bundle.js\";s:4:\"deps\";a:1:{i:0;s:6:\"jquery\";}s:3:\"ver\";s:15:\"2.5.1.2-1.4.0.1\";s:4:\"args\";N;s:5:\"extra\";a:1:{s:5:\"group\";i:1;}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:21:\"fl-builder-layout-368\";a:8:{s:6:\"handle\";s:21:\"fl-builder-layout-368\";s:3:\"src\";s:82:\"https://www.dubdelivery.club/wp-content/uploads/beaver-builder/cache/368-layout.js\";s:4:\"deps\";a:1:{i:0;s:6:\"jquery\";}s:3:\"ver\";s:32:\"8759a15671a5777b8dcf68b51fb4a266\";s:4:\"args\";N;s:5:\"extra\";a:1:{s:5:\"group\";i:1;}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:57:\"fl-builder-layout-bundle-b6b599c946cf08d799687d3b94de8c79\";a:8:{s:6:\"handle\";s:57:\"fl-builder-layout-bundle-b6b599c946cf08d799687d3b94de8c79\";s:3:\"src\";s:118:\"https://www.dubdelivery.club/wp-content/uploads/beaver-builder/cache/b6b599c946cf08d799687d3b94de8c79-layout-bundle.js\";s:4:\"deps\";a:1:{i:0;s:6:\"jquery\";}s:3:\"ver\";s:15:\"2.5.1.2-1.4.0.1\";s:4:\"args\";N;s:5:\"extra\";a:1:{s:5:\"group\";i:1;}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:57:\"fl-builder-layout-bundle-e88d8b7e79b9e6a87a02684a6f9a677a\";a:8:{s:6:\"handle\";s:57:\"fl-builder-layout-bundle-e88d8b7e79b9e6a87a02684a6f9a677a\";s:3:\"src\";s:118:\"https://www.dubdelivery.club/wp-content/uploads/beaver-builder/cache/e88d8b7e79b9e6a87a02684a6f9a677a-layout-bundle.js\";s:4:\"deps\";a:1:{i:0;s:6:\"jquery\";}s:3:\"ver\";s:15:\"2.5.1.2-1.4.0.1\";s:4:\"args\";N;s:5:\"extra\";a:1:{s:5:\"group\";i:1;}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:57:\"fl-builder-layout-bundle-131cb9363b01d64bf0e93b46338b4733\";a:8:{s:6:\"handle\";s:57:\"fl-builder-layout-bundle-131cb9363b01d64bf0e93b46338b4733\";s:3:\"src\";s:118:\"https://www.dubdelivery.club/wp-content/uploads/beaver-builder/cache/131cb9363b01d64bf0e93b46338b4733-layout-bundle.js\";s:4:\"deps\";a:1:{i:0;s:6:\"jquery\";}s:3:\"ver\";s:15:\"2.5.1.2-1.4.0.1\";s:4:\"args\";N;s:5:\"extra\";a:1:{s:5:\"group\";i:1;}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:57:\"fl-builder-layout-bundle-67c20b0dfad9c3be5edbed22bc004ab0\";a:8:{s:6:\"handle\";s:57:\"fl-builder-layout-bundle-67c20b0dfad9c3be5edbed22bc004ab0\";s:3:\"src\";s:118:\"https://www.dubdelivery.club/wp-content/uploads/beaver-builder/cache/67c20b0dfad9c3be5edbed22bc004ab0-layout-bundle.js\";s:4:\"deps\";a:1:{i:0;s:6:\"jquery\";}s:3:\"ver\";s:15:\"2.5.1.2-1.4.0.1\";s:4:\"args\";N;s:5:\"extra\";a:1:{s:5:\"group\";i:1;}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:57:\"fl-builder-layout-bundle-3e6be42db742905691c9788564a053b7\";a:8:{s:6:\"handle\";s:57:\"fl-builder-layout-bundle-3e6be42db742905691c9788564a053b7\";s:3:\"src\";s:118:\"https://www.dubdelivery.club/wp-content/uploads/beaver-builder/cache/3e6be42db742905691c9788564a053b7-layout-bundle.js\";s:4:\"deps\";a:1:{i:0;s:6:\"jquery\";}s:3:\"ver\";s:15:\"2.5.1.2-1.4.0.1\";s:4:\"args\";N;s:5:\"extra\";a:1:{s:5:\"group\";i:1;}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:57:\"fl-builder-layout-bundle-98bf291ac91aecccf8815adf88ec0957\";a:8:{s:6:\"handle\";s:57:\"fl-builder-layout-bundle-98bf291ac91aecccf8815adf88ec0957\";s:3:\"src\";s:118:\"https://www.dubdelivery.club/wp-content/uploads/beaver-builder/cache/98bf291ac91aecccf8815adf88ec0957-layout-bundle.js\";s:4:\"deps\";a:1:{i:0;s:6:\"jquery\";}s:3:\"ver\";s:15:\"2.5.1.2-1.4.0.1\";s:4:\"args\";N;s:5:\"extra\";a:1:{s:5:\"group\";i:1;}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:57:\"fl-builder-layout-bundle-3d327d061016cd9e28fc6186778929f3\";a:8:{s:6:\"handle\";s:57:\"fl-builder-layout-bundle-3d327d061016cd9e28fc6186778929f3\";s:3:\"src\";s:118:\"https://www.dubdelivery.club/wp-content/uploads/beaver-builder/cache/3d327d061016cd9e28fc6186778929f3-layout-bundle.js\";s:4:\"deps\";a:1:{i:0;s:6:\"jquery\";}s:3:\"ver\";s:15:\"2.5.1.2-1.4.0.1\";s:4:\"args\";N;s:5:\"extra\";a:1:{s:5:\"group\";i:1;}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:6:\"wp-url\";a:8:{s:6:\"handle\";s:6:\"wp-url\";s:3:\"src\";s:31:\"/wp-includes/js/dist/url.min.js\";s:4:\"deps\";a:1:{i:0;s:11:\"wp-polyfill\";}s:3:\"ver\";s:20:\"b4979979018b684be209\";s:4:\"args\";i:1;s:5:\"extra\";a:0:{}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:12:\"wp-api-fetch\";a:8:{s:6:\"handle\";s:12:\"wp-api-fetch\";s:3:\"src\";s:37:\"/wp-includes/js/dist/api-fetch.min.js\";s:4:\"deps\";a:4:{i:0;s:7:\"wp-i18n\";i:1;s:11:\"wp-polyfill\";i:2;s:6:\"wp-url\";i:3;s:8:\"wp-hooks\";}s:3:\"ver\";s:20:\"0fa4dabf8bf2c7adf21a\";s:4:\"args\";i:1;s:5:\"extra\";a:1:{s:5:\"after\";a:3:{i:0;b:0;i:1;s:98:\"wp.apiFetch.use( wp.apiFetch.createRootURLMiddleware( \"https://www.dubdelivery.club/wp-json/\" ) );\";i:2;s:284:\"wp.apiFetch.nonceMiddleware = wp.apiFetch.createNonceMiddleware( \"1cdfcd8332\" );\nwp.apiFetch.use( wp.apiFetch.nonceMiddleware );\nwp.apiFetch.use( wp.apiFetch.mediaUploadMiddleware );\nwp.apiFetch.nonceEndpoint = \"https://www.dubdelivery.club/wp-admin/admin-ajax.php?action=rest-nonce\";\";}}s:10:\"textdomain\";s:7:\"default\";s:17:\"translations_path\";s:0:\"\";}s:11:\"wc-settings\";a:8:{s:6:\"handle\";s:11:\"wc-settings\";s:3:\"src\";s:95:\"https://www.dubdelivery.club/wp-content/plugins/woocommerce/assets/client/blocks/wc-settings.js\";s:4:\"deps\";a:4:{i:0;s:8:\"wp-hooks\";i:1;s:11:\"wp-polyfill\";i:2;s:12:\"wp-api-fetch\";i:3;s:7:\"wp-i18n\";}s:3:\"ver\";s:20:\"07c2f0675ddd247d2325\";s:4:\"args\";N;s:5:\"extra\";a:2:{s:5:\"group\";i:1;s:6:\"before\";a:2:{i:0;b:0;i:1;s:11327:\"var wcSettings = wcSettings || JSON.parse( decodeURIComponent( \'%7B%22shippingCostRequiresAddress%22%3Atrue%2C%22adminUrl%22%3A%22https%3A%5C%2F%5C%2Fwww.dubdelivery.club%5C%2Fwp-admin%5C%2F%22%2C%22countries%22%3A%7B%22AF%22%3A%22Afghanistan%22%2C%22AX%22%3A%22%5Cu00c5land%20Islands%22%2C%22AL%22%3A%22Albania%22%2C%22DZ%22%3A%22Algeria%22%2C%22AS%22%3A%22American%20Samoa%22%2C%22AD%22%3A%22Andorra%22%2C%22AO%22%3A%22Angola%22%2C%22AI%22%3A%22Anguilla%22%2C%22AQ%22%3A%22Antarctica%22%2C%22AG%22%3A%22Antigua%20and%20Barbuda%22%2C%22AR%22%3A%22Argentina%22%2C%22AM%22%3A%22Armenia%22%2C%22AW%22%3A%22Aruba%22%2C%22AU%22%3A%22Australia%22%2C%22AT%22%3A%22Austria%22%2C%22AZ%22%3A%22Azerbaijan%22%2C%22BS%22%3A%22Bahamas%22%2C%22BH%22%3A%22Bahrain%22%2C%22BD%22%3A%22Bangladesh%22%2C%22BB%22%3A%22Barbados%22%2C%22BY%22%3A%22Belarus%22%2C%22PW%22%3A%22Belau%22%2C%22BE%22%3A%22Belgium%22%2C%22BZ%22%3A%22Belize%22%2C%22BJ%22%3A%22Benin%22%2C%22BM%22%3A%22Bermuda%22%2C%22BT%22%3A%22Bhutan%22%2C%22BO%22%3A%22Bolivia%22%2C%22BQ%22%3A%22Bonaire%2C%20Saint%20Eustatius%20and%20Saba%22%2C%22BA%22%3A%22Bosnia%20and%20Herzegovina%22%2C%22BW%22%3A%22Botswana%22%2C%22BV%22%3A%22Bouvet%20Island%22%2C%22BR%22%3A%22Brazil%22%2C%22IO%22%3A%22British%20Indian%20Ocean%20Territory%22%2C%22BN%22%3A%22Brunei%22%2C%22BG%22%3A%22Bulgaria%22%2C%22BF%22%3A%22Burkina%20Faso%22%2C%22BI%22%3A%22Burundi%22%2C%22KH%22%3A%22Cambodia%22%2C%22CM%22%3A%22Cameroon%22%2C%22CA%22%3A%22Canada%22%2C%22CV%22%3A%22Cape%20Verde%22%2C%22KY%22%3A%22Cayman%20Islands%22%2C%22CF%22%3A%22Central%20African%20Republic%22%2C%22TD%22%3A%22Chad%22%2C%22CL%22%3A%22Chile%22%2C%22CN%22%3A%22China%22%2C%22CX%22%3A%22Christmas%20Island%22%2C%22CC%22%3A%22Cocos%20%28Keeling%29%20Islands%22%2C%22CO%22%3A%22Colombia%22%2C%22KM%22%3A%22Comoros%22%2C%22CG%22%3A%22Congo%20%28Brazzaville%29%22%2C%22CD%22%3A%22Congo%20%28Kinshasa%29%22%2C%22CK%22%3A%22Cook%20Islands%22%2C%22CR%22%3A%22Costa%20Rica%22%2C%22HR%22%3A%22Croatia%22%2C%22CU%22%3A%22Cuba%22%2C%22CW%22%3A%22Cura%26ccedil%3Bao%22%2C%22CY%22%3A%22Cyprus%22%2C%22CZ%22%3A%22Czech%20Republic%22%2C%22DK%22%3A%22Denmark%22%2C%22DJ%22%3A%22Djibouti%22%2C%22DM%22%3A%22Dominica%22%2C%22DO%22%3A%22Dominican%20Republic%22%2C%22EC%22%3A%22Ecuador%22%2C%22EG%22%3A%22Egypt%22%2C%22SV%22%3A%22El%20Salvador%22%2C%22GQ%22%3A%22Equatorial%20Guinea%22%2C%22ER%22%3A%22Eritrea%22%2C%22EE%22%3A%22Estonia%22%2C%22SZ%22%3A%22Eswatini%22%2C%22ET%22%3A%22Ethiopia%22%2C%22FK%22%3A%22Falkland%20Islands%22%2C%22FO%22%3A%22Faroe%20Islands%22%2C%22FJ%22%3A%22Fiji%22%2C%22FI%22%3A%22Finland%22%2C%22FR%22%3A%22France%22%2C%22GF%22%3A%22French%20Guiana%22%2C%22PF%22%3A%22French%20Polynesia%22%2C%22TF%22%3A%22French%20Southern%20Territories%22%2C%22GA%22%3A%22Gabon%22%2C%22GM%22%3A%22Gambia%22%2C%22GE%22%3A%22Georgia%22%2C%22DE%22%3A%22Germany%22%2C%22GH%22%3A%22Ghana%22%2C%22GI%22%3A%22Gibraltar%22%2C%22GR%22%3A%22Greece%22%2C%22GL%22%3A%22Greenland%22%2C%22GD%22%3A%22Grenada%22%2C%22GP%22%3A%22Guadeloupe%22%2C%22GU%22%3A%22Guam%22%2C%22GT%22%3A%22Guatemala%22%2C%22GG%22%3A%22Guernsey%22%2C%22GN%22%3A%22Guinea%22%2C%22GW%22%3A%22Guinea-Bissau%22%2C%22GY%22%3A%22Guyana%22%2C%22HT%22%3A%22Haiti%22%2C%22HM%22%3A%22Heard%20Island%20and%20McDonald%20Islands%22%2C%22HN%22%3A%22Honduras%22%2C%22HK%22%3A%22Hong%20Kong%22%2C%22HU%22%3A%22Hungary%22%2C%22IS%22%3A%22Iceland%22%2C%22IN%22%3A%22India%22%2C%22ID%22%3A%22Indonesia%22%2C%22IR%22%3A%22Iran%22%2C%22IQ%22%3A%22Iraq%22%2C%22IE%22%3A%22Ireland%22%2C%22IM%22%3A%22Isle%20of%20Man%22%2C%22IL%22%3A%22Israel%22%2C%22IT%22%3A%22Italy%22%2C%22CI%22%3A%22Ivory%20Coast%22%2C%22JM%22%3A%22Jamaica%22%2C%22JP%22%3A%22Japan%22%2C%22JE%22%3A%22Jersey%22%2C%22JO%22%3A%22Jordan%22%2C%22KZ%22%3A%22Kazakhstan%22%2C%22KE%22%3A%22Kenya%22%2C%22KI%22%3A%22Kiribati%22%2C%22KW%22%3A%22Kuwait%22%2C%22KG%22%3A%22Kyrgyzstan%22%2C%22LA%22%3A%22Laos%22%2C%22LV%22%3A%22Latvia%22%2C%22LB%22%3A%22Lebanon%22%2C%22LS%22%3A%22Lesotho%22%2C%22LR%22%3A%22Liberia%22%2C%22LY%22%3A%22Libya%22%2C%22LI%22%3A%22Liechtenstein%22%2C%22LT%22%3A%22Lithuania%22%2C%22LU%22%3A%22Luxembourg%22%2C%22MO%22%3A%22Macao%22%2C%22MG%22%3A%22Madagascar%22%2C%22MW%22%3A%22Malawi%22%2C%22MY%22%3A%22Malaysia%22%2C%22MV%22%3A%22Maldives%22%2C%22ML%22%3A%22Mali%22%2C%22MT%22%3A%22Malta%22%2C%22MH%22%3A%22Marshall%20Islands%22%2C%22MQ%22%3A%22Martinique%22%2C%22MR%22%3A%22Mauritania%22%2C%22MU%22%3A%22Mauritius%22%2C%22YT%22%3A%22Mayotte%22%2C%22MX%22%3A%22Mexico%22%2C%22FM%22%3A%22Micronesia%22%2C%22MD%22%3A%22Moldova%22%2C%22MC%22%3A%22Monaco%22%2C%22MN%22%3A%22Mongolia%22%2C%22ME%22%3A%22Montenegro%22%2C%22MS%22%3A%22Montserrat%22%2C%22MA%22%3A%22Morocco%22%2C%22MZ%22%3A%22Mozambique%22%2C%22MM%22%3A%22Myanmar%22%2C%22NA%22%3A%22Namibia%22%2C%22NR%22%3A%22Nauru%22%2C%22NP%22%3A%22Nepal%22%2C%22NL%22%3A%22Netherlands%22%2C%22NC%22%3A%22New%20Caledonia%22%2C%22NZ%22%3A%22New%20Zealand%22%2C%22NI%22%3A%22Nicaragua%22%2C%22NE%22%3A%22Niger%22%2C%22NG%22%3A%22Nigeria%22%2C%22NU%22%3A%22Niue%22%2C%22NF%22%3A%22Norfolk%20Island%22%2C%22KP%22%3A%22North%20Korea%22%2C%22MK%22%3A%22North%20Macedonia%22%2C%22MP%22%3A%22Northern%20Mariana%20Islands%22%2C%22NO%22%3A%22Norway%22%2C%22OM%22%3A%22Oman%22%2C%22PK%22%3A%22Pakistan%22%2C%22PS%22%3A%22Palestinian%20Territory%22%2C%22PA%22%3A%22Panama%22%2C%22PG%22%3A%22Papua%20New%20Guinea%22%2C%22PY%22%3A%22Paraguay%22%2C%22PE%22%3A%22Peru%22%2C%22PH%22%3A%22Philippines%22%2C%22PN%22%3A%22Pitcairn%22%2C%22PL%22%3A%22Poland%22%2C%22PT%22%3A%22Portugal%22%2C%22PR%22%3A%22Puerto%20Rico%22%2C%22QA%22%3A%22Qatar%22%2C%22RE%22%3A%22Reunion%22%2C%22RO%22%3A%22Romania%22%2C%22RU%22%3A%22Russia%22%2C%22RW%22%3A%22Rwanda%22%2C%22ST%22%3A%22S%26atilde%3Bo%20Tom%26eacute%3B%20and%20Pr%26iacute%3Bncipe%22%2C%22BL%22%3A%22Saint%20Barth%26eacute%3Blemy%22%2C%22SH%22%3A%22Saint%20Helena%22%2C%22KN%22%3A%22Saint%20Kitts%20and%20Nevis%22%2C%22LC%22%3A%22Saint%20Lucia%22%2C%22SX%22%3A%22Saint%20Martin%20%28Dutch%20part%29%22%2C%22MF%22%3A%22Saint%20Martin%20%28French%20part%29%22%2C%22PM%22%3A%22Saint%20Pierre%20and%20Miquelon%22%2C%22VC%22%3A%22Saint%20Vincent%20and%20the%20Grenadines%22%2C%22WS%22%3A%22Samoa%22%2C%22SM%22%3A%22San%20Marino%22%2C%22SA%22%3A%22Saudi%20Arabia%22%2C%22SN%22%3A%22Senegal%22%2C%22RS%22%3A%22Serbia%22%2C%22SC%22%3A%22Seychelles%22%2C%22SL%22%3A%22Sierra%20Leone%22%2C%22SG%22%3A%22Singapore%22%2C%22SK%22%3A%22Slovakia%22%2C%22SI%22%3A%22Slovenia%22%2C%22SB%22%3A%22Solomon%20Islands%22%2C%22SO%22%3A%22Somalia%22%2C%22ZA%22%3A%22South%20Africa%22%2C%22GS%22%3A%22South%20Georgia%5C%2FSandwich%20Islands%22%2C%22KR%22%3A%22South%20Korea%22%2C%22SS%22%3A%22South%20Sudan%22%2C%22ES%22%3A%22Spain%22%2C%22LK%22%3A%22Sri%20Lanka%22%2C%22SD%22%3A%22Sudan%22%2C%22SR%22%3A%22Suriname%22%2C%22SJ%22%3A%22Svalbard%20and%20Jan%20Mayen%22%2C%22SE%22%3A%22Sweden%22%2C%22CH%22%3A%22Switzerland%22%2C%22SY%22%3A%22Syria%22%2C%22TW%22%3A%22Taiwan%22%2C%22TJ%22%3A%22Tajikistan%22%2C%22TZ%22%3A%22Tanzania%22%2C%22TH%22%3A%22Thailand%22%2C%22TL%22%3A%22Timor-Leste%22%2C%22TG%22%3A%22Togo%22%2C%22TK%22%3A%22Tokelau%22%2C%22TO%22%3A%22Tonga%22%2C%22TT%22%3A%22Trinidad%20and%20Tobago%22%2C%22TN%22%3A%22Tunisia%22%2C%22TR%22%3A%22Turkey%22%2C%22TM%22%3A%22Turkmenistan%22%2C%22TC%22%3A%22Turks%20and%20Caicos%20Islands%22%2C%22TV%22%3A%22Tuvalu%22%2C%22UG%22%3A%22Uganda%22%2C%22UA%22%3A%22Ukraine%22%2C%22AE%22%3A%22United%20Arab%20Emirates%22%2C%22GB%22%3A%22United%20Kingdom%20%28UK%29%22%2C%22US%22%3A%22United%20States%20%28US%29%22%2C%22UM%22%3A%22United%20States%20%28US%29%20Minor%20Outlying%20Islands%22%2C%22UY%22%3A%22Uruguay%22%2C%22UZ%22%3A%22Uzbekistan%22%2C%22VU%22%3A%22Vanuatu%22%2C%22VA%22%3A%22Vatican%22%2C%22VE%22%3A%22Venezuela%22%2C%22VN%22%3A%22Vietnam%22%2C%22VG%22%3A%22Virgin%20Islands%20%28British%29%22%2C%22VI%22%3A%22Virgin%20Islands%20%28US%29%22%2C%22WF%22%3A%22Wallis%20and%20Futuna%22%2C%22EH%22%3A%22Western%20Sahara%22%2C%22YE%22%3A%22Yemen%22%2C%22ZM%22%3A%22Zambia%22%2C%22ZW%22%3A%22Zimbabwe%22%7D%2C%22currency%22%3A%7B%22code%22%3A%22USD%22%2C%22precision%22%3A2%2C%22symbol%22%3A%22%24%22%2C%22symbolPosition%22%3A%22left%22%2C%22decimalSeparator%22%3A%22.%22%2C%22thousandSeparator%22%3A%22%2C%22%2C%22priceFormat%22%3A%22%251%24s%252%24s%22%7D%2C%22currentUserId%22%3A0%2C%22currentUserIsAdmin%22%3Afalse%2C%22dateFormat%22%3A%22F%20j%2C%20Y%22%2C%22homeUrl%22%3A%22https%3A%5C%2F%5C%2Fwww.dubdelivery.club%5C%2F%22%2C%22locale%22%3A%7B%22siteLocale%22%3A%22en_US%22%2C%22userLocale%22%3A%22en_US%22%2C%22weekdaysShort%22%3A%5B%22Sun%22%2C%22Mon%22%2C%22Tue%22%2C%22Wed%22%2C%22Thu%22%2C%22Fri%22%2C%22Sat%22%5D%7D%2C%22dashboardUrl%22%3A%22https%3A%5C%2F%5C%2Fwww.dubdelivery.club%5C%2Fmy-account%5C%2F%22%2C%22orderStatuses%22%3A%7B%22pending%22%3A%22Pending%20payment%22%2C%22processing%22%3A%22Processing%22%2C%22on-hold%22%3A%22On%20hold%22%2C%22completed%22%3A%22Completed%22%2C%22cancelled%22%3A%22Cancelled%22%2C%22refunded%22%3A%22Refunded%22%2C%22failed%22%3A%22Failed%22%2C%22checkout-draft%22%3A%22Draft%22%7D%2C%22placeholderImgSrc%22%3A%22https%3A%5C%2F%5C%2Fwww.dubdelivery.club%5C%2Fwp-content%5C%2Fuploads%5C%2Fwoocommerce-placeholder-300x300.png%22%2C%22productsSettings%22%3A%7B%22cartRedirectAfterAdd%22%3Afalse%7D%2C%22siteTitle%22%3A%22D%5Cu00fcb%20Delivery%20Club%22%2C%22storePages%22%3A%7B%22myaccount%22%3A%7B%22id%22%3A57%2C%22title%22%3A%22My%20Account%22%2C%22permalink%22%3A%22https%3A%5C%2F%5C%2Fwww.dubdelivery.club%5C%2Fmy-account%5C%2F%22%7D%2C%22shop%22%3A%7B%22id%22%3A0%2C%22title%22%3A%22%22%2C%22permalink%22%3Afalse%7D%2C%22cart%22%3A%7B%22id%22%3A55%2C%22title%22%3A%22Cart%22%2C%22permalink%22%3A%22https%3A%5C%2F%5C%2Fwww.dubdelivery.club%5C%2Fcart%5C%2F%22%7D%2C%22checkout%22%3A%7B%22id%22%3A56%2C%22title%22%3A%22Checkout%22%2C%22permalink%22%3A%22https%3A%5C%2F%5C%2Fwww.dubdelivery.club%5C%2Fcheckout%5C%2F%22%7D%2C%22privacy%22%3A%7B%22id%22%3A307%2C%22title%22%3A%22Privacy%20Policy%22%2C%22permalink%22%3A%22https%3A%5C%2F%5C%2Fwww.dubdelivery.club%5C%2Fprivacy-policy%5C%2F%22%7D%2C%22terms%22%3A%7B%22id%22%3A0%2C%22title%22%3A%22%22%2C%22permalink%22%3Afalse%7D%7D%2C%22wcAssetUrl%22%3A%22https%3A%5C%2F%5C%2Fwww.dubdelivery.club%5C%2Fwp-content%5C%2Fplugins%5C%2Fwoocommerce%5C%2Fassets%5C%2F%22%2C%22wcVersion%22%3A%228.5.1%22%2C%22wpLoginUrl%22%3A%22https%3A%5C%2F%5C%2Fwww.dubdelivery.club%5C%2Fwp-login.php%22%2C%22wpVersion%22%3A%226.4.2%22%2C%22collectableMethodIds%22%3A%5B%5D%2C%22admin%22%3A%7B%22wccomHelper%22%3A%7B%22isConnected%22%3Atrue%2C%22connectURL%22%3A%22https%3A%5C%2F%5C%2Fwww.dubdelivery.club%5C%2Fwp-admin%5C%2Fadmin.php%3Fpage%3Dwc-addons%26section%3Dhelper%26wc-helper-disconnect%3D1%26wc-helper-nonce%3D9004b05d5a%22%2C%22userEmail%22%3A%22admin%40dubdelivery.club%22%2C%22userAvatar%22%3A%22https%3A%5C%2F%5C%2Fsecure.gravatar.com%5C%2Favatar%5C%2Fef5543a24c128b71e65511d60133b435%3Fs%3D48%26d%3Dmm%26r%3Dg%22%2C%22storeCountry%22%3A%22US%22%2C%22inAppPurchaseURLParams%22%3A%7B%22wccom-site%22%3A%22https%3A%5C%2F%5C%2Fwww.dubdelivery.club%22%2C%22wccom-back%22%3A%22%252F%22%2C%22wccom-woo-version%22%3A%228.5.1%22%2C%22wccom-connect-nonce%22%3A%22b7e0459086%22%7D%7D%2C%22_feature_nonce%22%3A%22e20dce1994%22%2C%22alertCount%22%3A%220%22%2C%22visibleTaskListIds%22%3A%5B%22setup%22%2C%22extended%22%5D%7D%7D\' ) );\";}}s:10:\"textdomain\";s:11:\"woocommerce\";s:17:\"translations_path\";s:88:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/languages\";}s:5:\"react\";a:8:{s:6:\"handle\";s:5:\"react\";s:3:\"src\";s:40:\"/wp-includes/js/dist/vendor/react.min.js\";s:4:\"deps\";a:1:{i:0;s:11:\"wp-polyfill\";}s:3:\"ver\";s:6:\"18.2.0\";s:4:\"args\";i:1;s:5:\"extra\";a:0:{}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:13:\"wp-deprecated\";a:8:{s:6:\"handle\";s:13:\"wp-deprecated\";s:3:\"src\";s:38:\"/wp-includes/js/dist/deprecated.min.js\";s:4:\"deps\";a:2:{i:0;s:8:\"wp-hooks\";i:1;s:11:\"wp-polyfill\";}s:3:\"ver\";s:20:\"73ad3591e7bc95f4777a\";s:4:\"args\";i:1;s:5:\"extra\";a:0:{}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:6:\"wp-dom\";a:8:{s:6:\"handle\";s:6:\"wp-dom\";s:3:\"src\";s:31:\"/wp-includes/js/dist/dom.min.js\";s:4:\"deps\";a:2:{i:0;s:13:\"wp-deprecated\";i:1;s:11:\"wp-polyfill\";}s:3:\"ver\";s:20:\"49ff2869626fbeaacc23\";s:4:\"args\";i:1;s:5:\"extra\";a:0:{}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:9:\"react-dom\";a:8:{s:6:\"handle\";s:9:\"react-dom\";s:3:\"src\";s:44:\"/wp-includes/js/dist/vendor/react-dom.min.js\";s:4:\"deps\";a:1:{i:0;s:5:\"react\";}s:3:\"ver\";s:6:\"18.2.0\";s:4:\"args\";i:1;s:5:\"extra\";a:0:{}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:14:\"wp-escape-html\";a:8:{s:6:\"handle\";s:14:\"wp-escape-html\";s:3:\"src\";s:39:\"/wp-includes/js/dist/escape-html.min.js\";s:4:\"deps\";a:1:{i:0;s:11:\"wp-polyfill\";}s:3:\"ver\";s:20:\"03e27a7b6ae14f7afaa6\";s:4:\"args\";i:1;s:5:\"extra\";a:0:{}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:10:\"wp-element\";a:8:{s:6:\"handle\";s:10:\"wp-element\";s:3:\"src\";s:35:\"/wp-includes/js/dist/element.min.js\";s:4:\"deps\";a:4:{i:0;s:5:\"react\";i:1;s:9:\"react-dom\";i:2;s:14:\"wp-escape-html\";i:3;s:11:\"wp-polyfill\";}s:3:\"ver\";s:20:\"ed1c7604880e8b574b40\";s:4:\"args\";i:1;s:5:\"extra\";a:0:{}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:19:\"wp-is-shallow-equal\";a:8:{s:6:\"handle\";s:19:\"wp-is-shallow-equal\";s:3:\"src\";s:44:\"/wp-includes/js/dist/is-shallow-equal.min.js\";s:4:\"deps\";a:1:{i:0;s:11:\"wp-polyfill\";}s:3:\"ver\";s:20:\"20c2b06ecf04afb14fee\";s:4:\"args\";i:1;s:5:\"extra\";a:0:{}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:11:\"wp-keycodes\";a:8:{s:6:\"handle\";s:11:\"wp-keycodes\";s:3:\"src\";s:36:\"/wp-includes/js/dist/keycodes.min.js\";s:4:\"deps\";a:2:{i:0;s:7:\"wp-i18n\";i:1;s:11:\"wp-polyfill\";}s:3:\"ver\";s:20:\"3460bd0fac9859d6886c\";s:4:\"args\";i:1;s:5:\"extra\";a:0:{}s:10:\"textdomain\";s:7:\"default\";s:17:\"translations_path\";s:0:\"\";}s:17:\"wp-priority-queue\";a:8:{s:6:\"handle\";s:17:\"wp-priority-queue\";s:3:\"src\";s:42:\"/wp-includes/js/dist/priority-queue.min.js\";s:4:\"deps\";a:1:{i:0;s:11:\"wp-polyfill\";}s:3:\"ver\";s:20:\"422e19e9d48b269c5219\";s:4:\"args\";i:1;s:5:\"extra\";a:0:{}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:10:\"wp-compose\";a:8:{s:6:\"handle\";s:10:\"wp-compose\";s:3:\"src\";s:35:\"/wp-includes/js/dist/compose.min.js\";s:4:\"deps\";a:8:{i:0;s:5:\"react\";i:1;s:13:\"wp-deprecated\";i:2;s:6:\"wp-dom\";i:3;s:10:\"wp-element\";i:4;s:19:\"wp-is-shallow-equal\";i:5;s:11:\"wp-keycodes\";i:6;s:11:\"wp-polyfill\";i:7;s:17:\"wp-priority-queue\";}s:3:\"ver\";s:20:\"3189b344ff39fef940b7\";s:4:\"args\";i:1;s:5:\"extra\";a:0:{}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:15:\"wp-private-apis\";a:8:{s:6:\"handle\";s:15:\"wp-private-apis\";s:3:\"src\";s:40:\"/wp-includes/js/dist/private-apis.min.js\";s:4:\"deps\";a:1:{i:0;s:11:\"wp-polyfill\";}s:3:\"ver\";s:20:\"11cb2ebaa70a9f1f0ab5\";s:4:\"args\";i:1;s:5:\"extra\";a:0:{}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:16:\"wp-redux-routine\";a:8:{s:6:\"handle\";s:16:\"wp-redux-routine\";s:3:\"src\";s:41:\"/wp-includes/js/dist/redux-routine.min.js\";s:4:\"deps\";a:1:{i:0;s:11:\"wp-polyfill\";}s:3:\"ver\";s:20:\"0be1b2a6a79703e28531\";s:4:\"args\";i:1;s:5:\"extra\";a:0:{}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:7:\"wp-data\";a:8:{s:6:\"handle\";s:7:\"wp-data\";s:3:\"src\";s:32:\"/wp-includes/js/dist/data.min.js\";s:4:\"deps\";a:8:{i:0;s:10:\"wp-compose\";i:1;s:13:\"wp-deprecated\";i:2;s:10:\"wp-element\";i:3;s:19:\"wp-is-shallow-equal\";i:4;s:11:\"wp-polyfill\";i:5;s:17:\"wp-priority-queue\";i:6;s:15:\"wp-private-apis\";i:7;s:16:\"wp-redux-routine\";}s:3:\"ver\";s:20:\"dc5f255634f3da29c8d5\";s:4:\"args\";i:1;s:5:\"extra\";a:1:{s:5:\"after\";a:2:{i:0;b:0;i:1;s:158:\"( function() {\n	var userId = 0;\n	var storageKey = \"WP_DATA_USER_\" + userId;\n	wp.data\n		.use( wp.data.plugins.persistence, { storageKey: storageKey } );\n} )();\";}}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:8:\"wp-autop\";a:8:{s:6:\"handle\";s:8:\"wp-autop\";s:3:\"src\";s:33:\"/wp-includes/js/dist/autop.min.js\";s:4:\"deps\";a:1:{i:0;s:11:\"wp-polyfill\";}s:3:\"ver\";s:20:\"dacd785d109317df2707\";s:4:\"args\";i:1;s:5:\"extra\";a:0:{}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:7:\"wp-blob\";a:8:{s:6:\"handle\";s:7:\"wp-blob\";s:3:\"src\";s:32:\"/wp-includes/js/dist/blob.min.js\";s:4:\"deps\";a:1:{i:0;s:11:\"wp-polyfill\";}s:3:\"ver\";s:20:\"10a1c5c0acdef3d15657\";s:4:\"args\";i:1;s:5:\"extra\";a:0:{}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:37:\"wp-block-serialization-default-parser\";a:8:{s:6:\"handle\";s:37:\"wp-block-serialization-default-parser\";s:3:\"src\";s:62:\"/wp-includes/js/dist/block-serialization-default-parser.min.js\";s:4:\"deps\";a:1:{i:0;s:11:\"wp-polyfill\";}s:3:\"ver\";s:20:\"30ffd7e7e199f10b2a6d\";s:4:\"args\";i:1;s:5:\"extra\";a:0:{}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:16:\"wp-html-entities\";a:8:{s:6:\"handle\";s:16:\"wp-html-entities\";s:3:\"src\";s:41:\"/wp-includes/js/dist/html-entities.min.js\";s:4:\"deps\";a:1:{i:0;s:11:\"wp-polyfill\";}s:3:\"ver\";s:20:\"36a4a255da7dd2e1bf8e\";s:4:\"args\";i:1;s:5:\"extra\";a:0:{}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:12:\"wp-shortcode\";a:8:{s:6:\"handle\";s:12:\"wp-shortcode\";s:3:\"src\";s:37:\"/wp-includes/js/dist/shortcode.min.js\";s:4:\"deps\";a:1:{i:0;s:11:\"wp-polyfill\";}s:3:\"ver\";s:20:\"c128a3008a96e820aa86\";s:4:\"args\";i:1;s:5:\"extra\";a:0:{}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:9:\"wp-blocks\";a:8:{s:6:\"handle\";s:9:\"wp-blocks\";s:3:\"src\";s:34:\"/wp-includes/js/dist/blocks.min.js\";s:4:\"deps\";a:15:{i:0;s:8:\"wp-autop\";i:1;s:7:\"wp-blob\";i:2;s:37:\"wp-block-serialization-default-parser\";i:3;s:10:\"wp-compose\";i:4;s:7:\"wp-data\";i:5;s:13:\"wp-deprecated\";i:6;s:6:\"wp-dom\";i:7;s:10:\"wp-element\";i:8;s:8:\"wp-hooks\";i:9;s:16:\"wp-html-entities\";i:10;s:7:\"wp-i18n\";i:11;s:19:\"wp-is-shallow-equal\";i:12;s:11:\"wp-polyfill\";i:13;s:15:\"wp-private-apis\";i:14;s:12:\"wp-shortcode\";}s:3:\"ver\";s:20:\"7204d43123223474471a\";s:4:\"args\";i:1;s:5:\"extra\";a:0:{}s:10:\"textdomain\";s:7:\"default\";s:17:\"translations_path\";s:0:\"\";}s:13:\"wp-primitives\";a:8:{s:6:\"handle\";s:13:\"wp-primitives\";s:3:\"src\";s:38:\"/wp-includes/js/dist/primitives.min.js\";s:4:\"deps\";a:2:{i:0;s:10:\"wp-element\";i:1;s:11:\"wp-polyfill\";}s:3:\"ver\";s:20:\"6984e6eb5d6157c4fe44\";s:4:\"args\";i:1;s:5:\"extra\";a:0:{}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:17:\"wc-blocks-vendors\";a:8:{s:6:\"handle\";s:17:\"wc-blocks-vendors\";s:3:\"src\";s:114:\"https://www.dubdelivery.club/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/wc-blocks-vendors.js\";s:4:\"deps\";a:1:{i:0;s:11:\"wp-polyfill\";}s:3:\"ver\";s:20:\"e52cee08054e9f3ffe1d\";s:4:\"args\";N;s:5:\"extra\";a:1:{s:5:\"group\";i:1;}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:9:\"wc-blocks\";a:8:{s:6:\"handle\";s:9:\"wc-blocks\";s:3:\"src\";s:106:\"https://www.dubdelivery.club/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/wc-blocks.js\";s:4:\"deps\";a:8:{i:0;s:9:\"wp-blocks\";i:1;s:10:\"wp-compose\";i:2;s:10:\"wp-element\";i:3;s:8:\"wp-hooks\";i:4;s:7:\"wp-i18n\";i:5;s:11:\"wp-polyfill\";i:6;s:13:\"wp-primitives\";i:7;s:17:\"wc-blocks-vendors\";}s:3:\"ver\";s:20:\"ac61343ba386c5afa166\";s:4:\"args\";N;s:5:\"extra\";a:1:{s:5:\"group\";i:1;}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:39:\"wc-blocks-jetpack-woocommerce-analytics\";a:8:{s:6:\"handle\";s:39:\"wc-blocks-jetpack-woocommerce-analytics\";s:3:\"src\";s:136:\"https://www.dubdelivery.club/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/wc-blocks-jetpack-woocommerce-analytics.js\";s:4:\"deps\";a:9:{i:0;s:11:\"wc-settings\";i:1;s:7:\"wp-data\";i:2;s:7:\"wp-i18n\";i:3;s:11:\"wp-polyfill\";i:4;s:9:\"wc-blocks\";i:5;s:11:\"wc-settings\";i:6;s:7:\"wp-data\";i:7;s:7:\"wp-i18n\";i:8;s:11:\"wp-polyfill\";}s:3:\"ver\";s:20:\"3917c1f5b01b76d139a8\";s:4:\"args\";N;s:5:\"extra\";a:1:{s:5:\"group\";i:1;}s:10:\"textdomain\";s:11:\"woocommerce\";s:17:\"translations_path\";s:116:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/packages/woocommerce-blocks/languages\";}s:57:\"fl-builder-layout-bundle-1fc73057dbce968edb53b337b983775b\";a:8:{s:6:\"handle\";s:57:\"fl-builder-layout-bundle-1fc73057dbce968edb53b337b983775b\";s:3:\"src\";s:118:\"https://www.dubdelivery.club/wp-content/uploads/beaver-builder/cache/1fc73057dbce968edb53b337b983775b-layout-bundle.js\";s:4:\"deps\";a:1:{i:0;s:6:\"jquery\";}s:3:\"ver\";s:15:\"2.5.1.2-1.4.0.1\";s:4:\"args\";N;s:5:\"extra\";a:1:{s:5:\"group\";i:1;}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:57:\"fl-builder-layout-bundle-911fd4197eef68405fd1c5e9a0cc2631\";a:8:{s:6:\"handle\";s:57:\"fl-builder-layout-bundle-911fd4197eef68405fd1c5e9a0cc2631\";s:3:\"src\";s:118:\"https://www.dubdelivery.club/wp-content/uploads/beaver-builder/cache/911fd4197eef68405fd1c5e9a0cc2631-layout-bundle.js\";s:4:\"deps\";a:1:{i:0;s:6:\"jquery\";}s:3:\"ver\";s:15:\"2.5.1.2-1.4.0.1\";s:4:\"args\";N;s:5:\"extra\";a:1:{s:5:\"group\";i:1;}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:57:\"fl-builder-layout-bundle-0e14e1181bb3d6ee3f6a65dfc5c49835\";a:8:{s:6:\"handle\";s:57:\"fl-builder-layout-bundle-0e14e1181bb3d6ee3f6a65dfc5c49835\";s:3:\"src\";s:118:\"https://www.dubdelivery.club/wp-content/uploads/beaver-builder/cache/0e14e1181bb3d6ee3f6a65dfc5c49835-layout-bundle.js\";s:4:\"deps\";a:1:{i:0;s:6:\"jquery\";}s:3:\"ver\";s:15:\"2.5.1.2-1.4.0.1\";s:4:\"args\";N;s:5:\"extra\";a:1:{s:5:\"group\";i:1;}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:57:\"fl-builder-layout-bundle-a51807d72b70cd019696acb4af019563\";a:8:{s:6:\"handle\";s:57:\"fl-builder-layout-bundle-a51807d72b70cd019696acb4af019563\";s:3:\"src\";s:118:\"https://www.dubdelivery.club/wp-content/uploads/beaver-builder/cache/a51807d72b70cd019696acb4af019563-layout-bundle.js\";s:4:\"deps\";a:1:{i:0;s:6:\"jquery\";}s:3:\"ver\";s:15:\"2.5.1.2-1.4.0.1\";s:4:\"args\";N;s:5:\"extra\";a:1:{s:5:\"group\";i:1;}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:57:\"fl-builder-layout-bundle-f20cea9e8552ef9a11f4548df1cc3ca1\";a:8:{s:6:\"handle\";s:57:\"fl-builder-layout-bundle-f20cea9e8552ef9a11f4548df1cc3ca1\";s:3:\"src\";s:118:\"https://www.dubdelivery.club/wp-content/uploads/beaver-builder/cache/f20cea9e8552ef9a11f4548df1cc3ca1-layout-bundle.js\";s:4:\"deps\";a:1:{i:0;s:6:\"jquery\";}s:3:\"ver\";s:15:\"2.5.1.2-1.4.0.1\";s:4:\"args\";N;s:5:\"extra\";a:1:{s:5:\"group\";i:1;}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:57:\"fl-builder-layout-bundle-868165ab0fd01a8d64961cfc485f2733\";a:8:{s:6:\"handle\";s:57:\"fl-builder-layout-bundle-868165ab0fd01a8d64961cfc485f2733\";s:3:\"src\";s:118:\"https://www.dubdelivery.club/wp-content/uploads/beaver-builder/cache/868165ab0fd01a8d64961cfc485f2733-layout-bundle.js\";s:4:\"deps\";a:1:{i:0;s:6:\"jquery\";}s:3:\"ver\";s:15:\"2.5.1.2-1.4.0.1\";s:4:\"args\";N;s:5:\"extra\";a:1:{s:5:\"group\";i:1;}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:48:\"aioseo/js/src/vue/standalone/seo-preview/main.js\";a:8:{s:6:\"handle\";s:48:\"aioseo/js/src/vue/standalone/seo-preview/main.js\";s:3:\"src\";s:108:\"https://www.dubdelivery.club/wp-content/plugins/all-in-one-seo-pack/dist/Lite/assets/seo-preview.0bfaa103.js\";s:4:\"deps\";a:0:{}s:3:\"ver\";s:5:\"4.5.4\";s:4:\"args\";N;s:5:\"extra\";a:2:{s:5:\"group\";i:1;s:4:\"data\";s:2901:\"var aioseoSeoPreview = {\"editGoogleSnippetUrl\":\"https:\\/\\/www.dubdelivery.club\\/wp-admin\\/post.php?post=8982&action=edit&aioseo-tab=general#aioseo-settings\",\"editFacebookSnippetUrl\":\"https:\\/\\/www.dubdelivery.club\\/wp-admin\\/post.php?post=8982&action=edit&aioseo-tab=social&social-tab=facebook#aioseo-settings\",\"editTwitterSnippetUrl\":\"https:\\/\\/www.dubdelivery.club\\/wp-admin\\/post.php?post=8982&action=edit&aioseo-tab=social&social-tab=twitter#aioseo-settings\",\"editObjectBtnText\":\"Edit Product\",\"editObjectUrl\":\"https:\\/\\/www.dubdelivery.club\\/wp-admin\\/post.php?post=8982&action=edit\",\"keyphrases\":{\"focus\":{\"keyphrase\":\"\",\"score\":0,\"analysis\":{\"keyphraseInTitle\":{\"score\":0,\"maxScore\":9,\"error\":1}}},\"additional\":[]},\"page_analysis\":{\"analysis\":{\"basic\":{\"metadescriptionLength\":{\"score\":9,\"maxScore\":9,\"error\":0},\"lengthContent\":{\"score\":-20,\"maxScore\":9,\"error\":1},\"isInternalLink\":{\"score\":3,\"maxScore\":9,\"error\":1},\"isExternalLink\":{\"score\":3,\"maxScore\":9,\"error\":1},\"errors\":3},\"title\":{\"titleLength\":{\"score\":9,\"maxScore\":9,\"error\":0},\"errors\":0},\"readability\":{\"contentHasAssets\":{\"error\":1,\"score\":1,\"maxScore\":5},\"paragraphLength\":{\"score\":5,\"maxScore\":5,\"error\":0},\"sentenceLength\":{\"score\":9,\"maxScore\":9,\"error\":0},\"passiveVoice\":{\"score\":3,\"maxScore\":9,\"error\":1},\"transitionWords\":[],\"consecutiveSentences\":{\"score\":9,\"maxScore\":9,\"error\":0},\"subheadingsDistribution\":{\"score\":9,\"maxScore\":9,\"error\":0},\"calculateFleschReading\":{\"score\":6,\"maxScore\":9,\"error\":1},\"errors\":3}}},\"urls\":{\"domain\":\"www.dubdelivery.club\",\"mainSiteUrl\":\"https:\\/\\/www.dubdelivery.club\"},\"mainAssetCssQueue\":[{\"handle\":\"aioseo\\/css\\/css\\/main.b2e6d428.css\",\"url\":\"https:\\/\\/www.dubdelivery.club\\/wp-content\\/plugins\\/all-in-one-seo-pack\\/dist\\/Lite\\/assets\\/css\\/main.b2e6d428.css\"},{\"handle\":\"aioseo\\/css\\/css\\/Caret.82e4ef18.css\",\"url\":\"https:\\/\\/www.dubdelivery.club\\/wp-content\\/plugins\\/all-in-one-seo-pack\\/dist\\/Lite\\/assets\\/css\\/Caret.82e4ef18.css\"},{\"handle\":\"aioseo\\/css\\/css\\/Tabs.8be71609.css\",\"url\":\"https:\\/\\/www.dubdelivery.club\\/wp-content\\/plugins\\/all-in-one-seo-pack\\/dist\\/Lite\\/assets\\/css\\/Tabs.8be71609.css\"},{\"handle\":\"aioseo\\/css\\/css\\/Index.a148633a.css\",\"url\":\"https:\\/\\/www.dubdelivery.club\\/wp-content\\/plugins\\/all-in-one-seo-pack\\/dist\\/Lite\\/assets\\/css\\/Index.a148633a.css\"},{\"handle\":\"aioseo\\/css\\/css\\/FacebookPreview.602923a4.css\",\"url\":\"https:\\/\\/www.dubdelivery.club\\/wp-content\\/plugins\\/all-in-one-seo-pack\\/dist\\/Lite\\/assets\\/css\\/FacebookPreview.602923a4.css\"},{\"handle\":\"aioseo\\/css\\/css\\/GoogleSearchPreview.7d51503b.css\",\"url\":\"https:\\/\\/www.dubdelivery.club\\/wp-content\\/plugins\\/all-in-one-seo-pack\\/dist\\/Lite\\/assets\\/css\\/GoogleSearchPreview.7d51503b.css\"},{\"handle\":\"aioseo\\/css\\/css\\/TwitterPreview.8e2452b0.css\",\"url\":\"https:\\/\\/www.dubdelivery.club\\/wp-content\\/plugins\\/all-in-one-seo-pack\\/dist\\/Lite\\/assets\\/css\\/TwitterPreview.8e2452b0.css\"}]};\";}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:40:\"aioseo/js/src/vue/standalone/app/main.js\";a:8:{s:6:\"handle\";s:40:\"aioseo/js/src/vue/standalone/app/main.js\";s:3:\"src\";s:100:\"https://www.dubdelivery.club/wp-content/plugins/all-in-one-seo-pack/dist/Lite/assets/app.b98155a5.js\";s:4:\"deps\";a:0:{}s:3:\"ver\";s:5:\"4.5.4\";s:4:\"args\";N;s:5:\"extra\";a:2:{s:5:\"group\";i:1;s:4:\"data\";s:95:\"var aioseoTranslations = {\"translations\":{\"\":{\"domain\":\"all-in-one-seo-pack\",\"lang\":\"en_US\"}}};\";}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:17:\"elementor-web-cli\";a:8:{s:6:\"handle\";s:17:\"elementor-web-cli\";s:3:\"src\";s:82:\"https://www.dubdelivery.club/wp-content/plugins/elementor/assets/js/web-cli.min.js\";s:4:\"deps\";a:1:{i:0;s:6:\"jquery\";}s:3:\"ver\";s:6:\"3.18.3\";s:4:\"args\";N;s:5:\"extra\";a:2:{s:5:\"group\";i:1;s:6:\"before\";a:3:{i:0;b:0;i:1;s:230:\"var elementorWebCliConfig = {\"isDebug\":false,\"urls\":{\"rest\":\"https:\\/\\/www.dubdelivery.club\\/wp-json\\/\",\"assets\":\"https:\\/\\/www.dubdelivery.club\\/wp-content\\/plugins\\/elementor\\/assets\\/\"},\"nonce\":\"37687dd6eb\",\"version\":\"3.18.3\"};\";i:2;s:230:\"var elementorWebCliConfig = {\"isDebug\":false,\"urls\":{\"rest\":\"https:\\/\\/www.dubdelivery.club\\/wp-json\\/\",\"assets\":\"https:\\/\\/www.dubdelivery.club\\/wp-content\\/plugins\\/elementor\\/assets\\/\"},\"nonce\":\"37687dd6eb\",\"version\":\"3.18.3\"};\";}}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:19:\"elementor-pro-notes\";a:8:{s:6:\"handle\";s:19:\"elementor-pro-notes\";s:3:\"src\";s:90:\"https://www.dubdelivery.club/wp-content/plugins/elementor-pro/assets/js/notes/notes.min.js\";s:4:\"deps\";a:4:{i:0;s:17:\"elementor-web-cli\";i:1;s:5:\"react\";i:2;s:9:\"react-dom\";i:3;s:7:\"wp-i18n\";}s:3:\"ver\";s:6:\"3.18.2\";s:4:\"args\";N;s:5:\"extra\";a:1:{s:5:\"group\";i:1;}s:10:\"textdomain\";s:13:\"elementor-pro\";s:17:\"translations_path\";s:0:\"\";}s:33:\"elementor-pro-notes-app-initiator\";a:8:{s:6:\"handle\";s:33:\"elementor-pro-notes-app-initiator\";s:3:\"src\";s:104:\"https://www.dubdelivery.club/wp-content/plugins/elementor-pro/assets/js/notes/notes-app-initiator.min.js\";s:4:\"deps\";a:3:{i:0;s:5:\"react\";i:1;s:9:\"react-dom\";i:2;s:19:\"elementor-pro-notes\";}s:3:\"ver\";s:6:\"3.18.2\";s:4:\"args\";N;s:5:\"extra\";a:2:{s:5:\"group\";i:1;s:6:\"before\";a:2:{i:0;b:0;i:1;s:849:\"var elementorNotesConfig = {\"route\":{\"title\":\"3\\u2033 Branded Art Decal \\u2013 Edible Gifts | D\\u00fcb Delivery Club\",\"url\":\"\\/?p=8982\",\"note_url_pattern\":\"https:\\/\\/www.dubdelivery.club\\/wp-admin\\/admin.php?page=elementor-pro-notes-proxy&note-id={{NOTE_ID}}\",\"post_id\":8982,\"is_elementor_library\":false},\"direction\":\"ltr\",\"is_debug\":false,\"current_user_can\":{\"create\":true,\"create_users\":true,\"edit_users\":true},\"urls\":{\"admin_url_create_user\":\"https:\\/\\/www.dubdelivery.club\\/wp-admin\\/user-new.php\",\"admin_url_edit_user\":\"https:\\/\\/www.dubdelivery.club\\/wp-admin\\/user-edit.php\",\"avatar_defaults\":{\"24\":\"https:\\/\\/secure.gravatar.com\\/avatar\\/?s=24&d=mm&r=g\",\"48\":\"https:\\/\\/secure.gravatar.com\\/avatar\\/?s=48&d=mm&r=g\",\"96\":\"https:\\/\\/secure.gravatar.com\\/avatar\\/?s=96&d=mm&r=g\"},\"help_notes_features\":\"https:\\/\\/go.elementor.com\\/app-notes\"}};\";}}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:20:\"hello-theme-frontend\";a:8:{s:6:\"handle\";s:20:\"hello-theme-frontend\";s:3:\"src\";s:94:\"https://www.dubdelivery.club/wp-content/themes/hello-elementor/assets/js/hello-frontend.min.js\";s:4:\"deps\";a:0:{}s:3:\"ver\";s:5:\"3.0.0\";s:4:\"args\";N;s:5:\"extra\";a:1:{s:5:\"group\";i:1;}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:14:\"jquery-ui-core\";a:8:{s:6:\"handle\";s:14:\"jquery-ui-core\";s:3:\"src\";s:37:\"/wp-includes/js/jquery/ui/core.min.js\";s:4:\"deps\";a:1:{i:0;s:6:\"jquery\";}s:3:\"ver\";s:6:\"1.13.2\";s:4:\"args\";i:1;s:5:\"extra\";a:0:{}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:15:\"jquery-ui-mouse\";a:8:{s:6:\"handle\";s:15:\"jquery-ui-mouse\";s:3:\"src\";s:38:\"/wp-includes/js/jquery/ui/mouse.min.js\";s:4:\"deps\";a:1:{i:0;s:14:\"jquery-ui-core\";}s:3:\"ver\";s:6:\"1.13.2\";s:4:\"args\";i:1;s:5:\"extra\";a:0:{}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:19:\"jquery-ui-draggable\";a:8:{s:6:\"handle\";s:19:\"jquery-ui-draggable\";s:3:\"src\";s:42:\"/wp-includes/js/jquery/ui/draggable.min.js\";s:4:\"deps\";a:1:{i:0;s:15:\"jquery-ui-mouse\";}s:3:\"ver\";s:6:\"1.13.2\";s:4:\"args\";i:1;s:5:\"extra\";a:0:{}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:8:\"backbone\";a:8:{s:6:\"handle\";s:8:\"backbone\";s:3:\"src\";s:31:\"/wp-includes/js/backbone.min.js\";s:4:\"deps\";a:2:{i:0;s:10:\"underscore\";i:1;s:6:\"jquery\";}s:3:\"ver\";s:5:\"1.5.0\";s:4:\"args\";i:1;s:5:\"extra\";a:0:{}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:19:\"backbone-marionette\";a:8:{s:6:\"handle\";s:19:\"backbone-marionette\";s:3:\"src\";s:104:\"https://www.dubdelivery.club/wp-content/plugins/elementor/assets/lib/backbone/backbone.marionette.min.js\";s:4:\"deps\";a:1:{i:0;s:8:\"backbone\";}s:3:\"ver\";s:8:\"2.4.5.e1\";s:4:\"args\";N;s:5:\"extra\";a:1:{s:5:\"group\";i:1;}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:14:\"backbone-radio\";a:8:{s:6:\"handle\";s:14:\"backbone-radio\";s:3:\"src\";s:99:\"https://www.dubdelivery.club/wp-content/plugins/elementor/assets/lib/backbone/backbone.radio.min.js\";s:4:\"deps\";a:1:{i:0;s:8:\"backbone\";}s:3:\"ver\";s:5:\"1.0.4\";s:4:\"args\";N;s:5:\"extra\";a:1:{s:5:\"group\";i:1;}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:24:\"elementor-common-modules\";a:8:{s:6:\"handle\";s:24:\"elementor-common-modules\";s:3:\"src\";s:89:\"https://www.dubdelivery.club/wp-content/plugins/elementor/assets/js/common-modules.min.js\";s:4:\"deps\";a:0:{}s:3:\"ver\";s:6:\"3.18.3\";s:4:\"args\";N;s:5:\"extra\";a:1:{s:5:\"group\";i:1;}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:16:\"elementor-dialog\";a:8:{s:6:\"handle\";s:16:\"elementor-dialog\";s:3:\"src\";s:89:\"https://www.dubdelivery.club/wp-content/plugins/elementor/assets/lib/dialog/dialog.min.js\";s:4:\"deps\";a:1:{i:0;s:18:\"jquery-ui-position\";}s:3:\"ver\";s:5:\"4.9.0\";s:4:\"args\";N;s:5:\"extra\";a:1:{s:5:\"group\";i:1;}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:14:\"wp-api-request\";a:8:{s:6:\"handle\";s:14:\"wp-api-request\";s:3:\"src\";s:34:\"/wp-includes/js/api-request.min.js\";s:4:\"deps\";a:1:{i:0;s:6:\"jquery\";}s:3:\"ver\";b:0;s:4:\"args\";i:1;s:5:\"extra\";a:1:{s:4:\"data\";s:121:\"var wpApiSettings = {\"root\":\"https:\\/\\/www.dubdelivery.club\\/wp-json\\/\",\"nonce\":\"37687dd6eb\",\"versionString\":\"wp\\/v2\\/\"};\";}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:19:\"elementor-dev-tools\";a:8:{s:6:\"handle\";s:19:\"elementor-dev-tools\";s:3:\"src\";s:84:\"https://www.dubdelivery.club/wp-content/plugins/elementor/assets/js/dev-tools.min.js\";s:4:\"deps\";a:0:{}s:3:\"ver\";s:6:\"3.18.3\";s:4:\"args\";N;s:5:\"extra\";a:2:{s:5:\"group\";i:1;s:6:\"before\";a:4:{i:0;b:0;i:1;s:248:\"var elementorDevToolsConfig = {\"isDebug\":false,\"urls\":{\"assets\":\"https:\\/\\/www.dubdelivery.club\\/wp-content\\/plugins\\/elementor\\/assets\\/\"},\"deprecation\":{\"soft_notices\":[],\"soft_version_count\":4,\"hard_version_count\":8,\"current_version\":\"3.18.3\"}};\";i:2;s:248:\"var elementorDevToolsConfig = {\"isDebug\":false,\"urls\":{\"assets\":\"https:\\/\\/www.dubdelivery.club\\/wp-content\\/plugins\\/elementor\\/assets\\/\"},\"deprecation\":{\"soft_notices\":[],\"soft_version_count\":4,\"hard_version_count\":8,\"current_version\":\"3.18.3\"}};\";i:3;s:248:\"var elementorDevToolsConfig = {\"isDebug\":false,\"urls\":{\"assets\":\"https:\\/\\/www.dubdelivery.club\\/wp-content\\/plugins\\/elementor\\/assets\\/\"},\"deprecation\":{\"soft_notices\":[],\"soft_version_count\":4,\"hard_version_count\":8,\"current_version\":\"3.18.3\"}};\";}}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:16:\"elementor-common\";a:8:{s:6:\"handle\";s:16:\"elementor-common\";s:3:\"src\";s:81:\"https://www.dubdelivery.club/wp-content/plugins/elementor/assets/js/common.min.js\";s:4:\"deps\";a:10:{i:0;s:6:\"jquery\";i:1;s:19:\"jquery-ui-draggable\";i:2;s:19:\"backbone-marionette\";i:3;s:14:\"backbone-radio\";i:4;s:24:\"elementor-common-modules\";i:5;s:17:\"elementor-web-cli\";i:6;s:16:\"elementor-dialog\";i:7;s:14:\"wp-api-request\";i:8;s:19:\"elementor-dev-tools\";i:9;s:7:\"wp-i18n\";}s:3:\"ver\";s:6:\"3.18.3\";s:4:\"args\";N;s:5:\"extra\";a:2:{s:5:\"group\";i:1;s:6:\"before\";a:2:{i:0;b:0;i:1;s:13946:\"var elementorCommonConfig = {\"version\":\"3.18.3\",\"isRTL\":false,\"isDebug\":false,\"isElementorDebug\":false,\"activeModules\":[\"ajax\",\"finder\",\"connect\",\"event-tracker\"],\"experimentalFeatures\":{\"e_dom_optimization\":true,\"e_optimized_assets_loading\":true,\"e_optimized_css_loading\":true,\"e_font_icon_svg\":true,\"additional_custom_breakpoints\":true,\"container\":true,\"e_swiper_latest\":true,\"theme_builder_v2\":true,\"hello-theme-header-footer\":true,\"block_editor_assets_optimize\":true,\"landing-pages\":true,\"e_image_loading_optimization\":true,\"e_global_styleguide\":true,\"page-transitions\":true,\"notes\":true,\"form-submissions\":true,\"e_scroll_snap\":true},\"urls\":{\"assets\":\"https:\\/\\/www.dubdelivery.club\\/wp-content\\/plugins\\/elementor\\/assets\\/\",\"rest\":\"https:\\/\\/www.dubdelivery.club\\/wp-json\\/\"},\"filesUpload\":{\"unfilteredFiles\":false},\"library_connect\":{\"is_connected\":false,\"subscription_plans\":{\"free\":{\"label\":null,\"promotion_url\":null,\"color\":null},\"essential\":{\"label\":\"Pro\",\"promotion_url\":\"https:\\/\\/my.elementor.com\\/upgrade-subscription\\/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=gopro\",\"color\":\"#92003B\"},\"essential-oct2023\":{\"label\":\"Advanced\",\"promotion_url\":\"https:\\/\\/my.elementor.com\\/upgrade-subscription\\/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=gopro\",\"color\":\"#92003B\"},\"advanced\":{\"label\":\"Advanced\",\"promotion_url\":\"https:\\/\\/my.elementor.com\\/upgrade-subscription\\/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=gopro\",\"color\":\"#92003B\"},\"expert\":{\"label\":\"Expert\",\"promotion_url\":\"https:\\/\\/my.elementor.com\\/upgrade-subscription\\/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=gopro\",\"color\":\"#92003B\"},\"agency\":{\"label\":\"Agency\",\"promotion_url\":\"https:\\/\\/my.elementor.com\\/upgrade-subscription\\/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=gopro\",\"color\":\"#92003B\"}},\"base_access_level\":0,\"base_access_tier\":\"free\",\"current_access_level\":1,\"current_access_tier\":\"advanced\"},\"ajax\":{\"url\":\"https:\\/\\/www.dubdelivery.club\\/wp-admin\\/admin-ajax.php\",\"nonce\":\"ac11f3d237\"},\"finder\":{\"data\":{\"edit\":{\"title\":\"Edit\",\"dynamic\":true,\"name\":\"edit\"},\"general\":{\"title\":\"General\",\"dynamic\":false,\"items\":{\"saved-templates\":{\"title\":\"Saved Templates\",\"icon\":\"library-save\",\"url\":\"https:\\/\\/www.dubdelivery.club\\/wp-admin\\/edit.php?post_type=elementor_library&tabs_group=library\",\"keywords\":[\"template\",\"section\",\"page\",\"library\"]},\"system-info\":{\"title\":\"System Info\",\"icon\":\"info-circle-o\",\"url\":\"https:\\/\\/www.dubdelivery.club\\/wp-admin\\/admin.php?page=elementor-system-info\",\"keywords\":[\"system\",\"info\",\"environment\",\"elementor\"]},\"role-manager\":{\"title\":\"Role Manager\",\"icon\":\"person\",\"url\":\"https:\\/\\/www.dubdelivery.club\\/wp-admin\\/admin.php?page=elementor-role-manager\",\"keywords\":[\"role\",\"manager\",\"user\",\"elementor\"]},\"knowledge-base\":{\"title\":\"Knowledge Base\",\"url\":\"https:\\/\\/www.dubdelivery.club\\/wp-admin\\/admin.php?page=go_knowledge_base_site\",\"keywords\":[\"help\",\"knowledge\",\"docs\",\"elementor\"]},\"theme-builder\":{\"title\":\"Theme Builder\",\"icon\":\"library-save\",\"url\":\"https:\\/\\/www.dubdelivery.club\\/wp-admin\\/admin.php?page=elementor-app&ver=3.18.3#\\/site-editor\",\"keywords\":[\"template\",\"header\",\"footer\",\"single\",\"archive\",\"search\",\"404\",\"library\"]},\"kit-library\":{\"title\":\"Kit Library\",\"icon\":\"kit-parts\",\"url\":\"https:\\/\\/www.dubdelivery.club\\/wp-admin\\/admin.php?page=elementor-app&ver=3.18.3#\\/kit-library\",\"keywords\":[\"kit library\",\"kit\",\"library\",\"site parts\",\"parts\",\"assets\",\"templates\"]},\"popups\":{\"title\":\"Popups\",\"icon\":\"library-save\",\"url\":\"https:\\/\\/www.dubdelivery.club\\/wp-admin\\/edit.php?post_type=elementor_library&tabs_group=popup&elementor_library_type=popup\",\"keywords\":[\"template\",\"popup\",\"library\"]}},\"name\":\"general\"},\"create\":{\"title\":\"Create\",\"dynamic\":false,\"items\":{\"page\":{\"title\":\"Add New Page Template\",\"icon\":\"plus-circle-o\",\"url\":\"https:\\/\\/www.dubdelivery.club\\/wp-admin\\/edit.php?action=elementor_new_post&post_type=elementor_library&template_type=page&_wpnonce=57dcc2a092\",\"keywords\":[\"Add New Page Template\",\"post\",\"page\",\"template\",\"new\",\"create\"]},\"section\":{\"title\":\"Add New Section\",\"icon\":\"plus-circle-o\",\"url\":\"https:\\/\\/www.dubdelivery.club\\/wp-admin\\/edit.php?action=elementor_new_post&post_type=elementor_library&_wpnonce=57dcc2a092&template_type=section\",\"keywords\":[\"Add New Section\",\"post\",\"page\",\"template\",\"new\",\"create\"]},\"container\":{\"title\":\"Add New Container\",\"icon\":\"plus-circle-o\",\"url\":\"https:\\/\\/www.dubdelivery.club\\/wp-admin\\/edit.php?action=elementor_new_post&post_type=elementor_library&template_type=container&_wpnonce=57dcc2a092\",\"keywords\":[\"Add New Container\",\"post\",\"page\",\"template\",\"new\",\"create\"]},\"wp-post\":{\"title\":\"Add New Post\",\"icon\":\"plus-circle-o\",\"url\":\"https:\\/\\/www.dubdelivery.club\\/wp-admin\\/edit.php?action=elementor_new_post&post_type=post&template_type=wp-post&_wpnonce=57dcc2a092\",\"keywords\":[\"Add New Post\",\"post\",\"page\",\"template\",\"new\",\"create\"]},\"wp-page\":{\"title\":\"Add New Page\",\"icon\":\"plus-circle-o\",\"url\":\"https:\\/\\/www.dubdelivery.club\\/wp-admin\\/edit.php?action=elementor_new_post&post_type=page&template_type=wp-page&_wpnonce=57dcc2a092\",\"keywords\":[\"Add New Page\",\"post\",\"page\",\"template\",\"new\",\"create\"]},\"landing-page\":{\"title\":\"Add New Landing Page\",\"icon\":\"plus-circle-o\",\"url\":\"https:\\/\\/www.dubdelivery.club\\/wp-admin\\/edit.php?action=elementor_new_post&post_type=e-landing-page&template_type=landing-page&_wpnonce=57dcc2a092#library\",\"keywords\":[\"Add New Landing Page\",\"post\",\"page\",\"template\",\"new\",\"create\"]},\"popup\":{\"title\":\"Add New Popup\",\"icon\":\"plus-circle-o\",\"url\":\"https:\\/\\/www.dubdelivery.club\\/wp-admin\\/edit.php?action=elementor_new_post&post_type=elementor_library&_wpnonce=57dcc2a092&template_type=popup\",\"keywords\":[\"Add New Popup\",\"post\",\"page\",\"template\",\"new\",\"create\"]},\"header\":{\"title\":\"Add New Header\",\"icon\":\"plus-circle-o\",\"url\":\"https:\\/\\/www.dubdelivery.club\\/wp-admin\\/edit.php?action=elementor_new_post&post_type=elementor_library&_wpnonce=57dcc2a092&template_type=header\",\"keywords\":[\"Add New Header\",\"post\",\"page\",\"template\",\"new\",\"create\"]},\"footer\":{\"title\":\"Add New Footer\",\"icon\":\"plus-circle-o\",\"url\":\"https:\\/\\/www.dubdelivery.club\\/wp-admin\\/edit.php?action=elementor_new_post&post_type=elementor_library&_wpnonce=57dcc2a092&template_type=footer\",\"keywords\":[\"Add New Footer\",\"post\",\"page\",\"template\",\"new\",\"create\"]},\"single\":{\"title\":\"Add New Single\",\"icon\":\"plus-circle-o\",\"url\":\"https:\\/\\/www.dubdelivery.club\\/wp-admin\\/edit.php?action=elementor_new_post&post_type=elementor_library&_wpnonce=57dcc2a092&template_type=single\",\"keywords\":[\"Add New Single\",\"post\",\"page\",\"template\",\"new\",\"create\"]},\"single-post\":{\"title\":\"Add New Single Post\",\"icon\":\"plus-circle-o\",\"url\":\"https:\\/\\/www.dubdelivery.club\\/wp-admin\\/edit.php?action=elementor_new_post&post_type=elementor_library&_wpnonce=57dcc2a092&template_type=single-post\",\"keywords\":[\"Add New Single Post\",\"post\",\"page\",\"template\",\"new\",\"create\"]},\"single-page\":{\"title\":\"Add New Single Page\",\"icon\":\"plus-circle-o\",\"url\":\"https:\\/\\/www.dubdelivery.club\\/wp-admin\\/edit.php?action=elementor_new_post&post_type=elementor_library&_wpnonce=57dcc2a092&template_type=single-page&_elementor_template_sub_type=page\",\"keywords\":[\"Add New Single Page\",\"post\",\"page\",\"template\",\"new\",\"create\"]},\"archive\":{\"title\":\"Add New Archive\",\"icon\":\"plus-circle-o\",\"url\":\"https:\\/\\/www.dubdelivery.club\\/wp-admin\\/edit.php?action=elementor_new_post&post_type=elementor_library&_wpnonce=57dcc2a092&template_type=archive\",\"keywords\":[\"Add New Archive\",\"post\",\"page\",\"template\",\"new\",\"create\"]},\"search-results\":{\"title\":\"Add New Search Results\",\"icon\":\"plus-circle-o\",\"url\":\"https:\\/\\/www.dubdelivery.club\\/wp-admin\\/edit.php?action=elementor_new_post&post_type=elementor_library&_wpnonce=57dcc2a092&template_type=search-results&_elementor_template_sub_type=search\",\"keywords\":[\"Add New Search Results\",\"post\",\"page\",\"template\",\"new\",\"create\"]},\"error-404\":{\"title\":\"Add New Error 404\",\"icon\":\"plus-circle-o\",\"url\":\"https:\\/\\/www.dubdelivery.club\\/wp-admin\\/edit.php?action=elementor_new_post&post_type=elementor_library&_wpnonce=57dcc2a092&template_type=error-404&_elementor_template_sub_type=not_found404\",\"keywords\":[\"Add New Error 404\",\"post\",\"page\",\"template\",\"new\",\"create\"]},\"code_snippet\":{\"title\":\"Add New Custom Code\",\"icon\":\"plus-circle-o\",\"url\":\"https:\\/\\/www.dubdelivery.club\\/wp-admin\\/post-new.php?post_type=elementor_snippet\",\"keywords\":[\"Add New Custom Code\",\"post\",\"page\",\"template\",\"new\",\"create\"]},\"product-post\":{\"title\":\"Add New Product Post\",\"icon\":\"plus-circle-o\",\"url\":\"https:\\/\\/www.dubdelivery.club\\/wp-admin\\/edit.php?action=elementor_new_post&post_type=product&template_type=wp-post&_wpnonce=57dcc2a092\",\"keywords\":[\"Add New Product Post\",\"post\",\"page\",\"template\",\"new\",\"create\"]},\"product\":{\"title\":\"Add New Single Product\",\"icon\":\"plus-circle-o\",\"url\":\"https:\\/\\/www.dubdelivery.club\\/wp-admin\\/edit.php?action=elementor_new_post&post_type=elementor_library&_wpnonce=57dcc2a092&template_type=product\",\"keywords\":[\"Add New Single Product\",\"post\",\"page\",\"template\",\"new\",\"create\"]},\"product-archive\":{\"title\":\"Add New Products Archive\",\"icon\":\"plus-circle-o\",\"url\":\"https:\\/\\/www.dubdelivery.club\\/wp-admin\\/edit.php?action=elementor_new_post&post_type=elementor_library&_wpnonce=57dcc2a092&template_type=product-archive\",\"keywords\":[\"Add New Products Archive\",\"post\",\"page\",\"template\",\"new\",\"create\"]},\"loop-item\":{\"title\":\"Add New Loop Item\",\"icon\":\"plus-circle-o\",\"url\":\"https:\\/\\/www.dubdelivery.club\\/wp-admin\\/edit.php?action=elementor_new_post&post_type=elementor_library&_wpnonce=57dcc2a092&template_type=loop-item\",\"keywords\":[\"Add New Loop Item\",\"post\",\"page\",\"template\",\"new\",\"create\"]},\"theme-template\":{\"title\":\"Add New Theme Template\",\"icon\":\"plus-circle-o\",\"url\":\"https:\\/\\/www.dubdelivery.club\\/wp-admin\\/admin.php?page=elementor-app&ver=3.18.3#\\/site-editor\\/add-new\",\"keywords\":[\"template\",\"theme\",\"new\",\"create\"]},\"loop-template\":{\"title\":\"Add New Loop Template\",\"icon\":\"plus-circle-o\",\"url\":\"https:\\/\\/www.dubdelivery.club\\/wp-admin\\/edit.php?post_type=elementor_library&tabs_group=theme&elementor_library_type=loop-item#add_new\",\"keywords\":[\"template\",\"theme\",\"new\",\"create\",\"loop\",\"dynamic\",\"listing\",\"archive\",\"repeater\"]}},\"name\":\"create\"},\"site\":{\"title\":\"Site\",\"dynamic\":false,\"items\":{\"homepage\":{\"title\":\"Homepage\",\"url\":\"https:\\/\\/www.dubdelivery.club\",\"icon\":\"home-heart\",\"keywords\":[\"home\",\"page\"]},\"wordpress-dashboard\":{\"title\":\"Dashboard\",\"icon\":\"dashboard\",\"url\":\"https:\\/\\/www.dubdelivery.club\\/wp-admin\\/\",\"keywords\":[\"dashboard\",\"wordpress\"]},\"wordpress-menus\":{\"title\":\"Menus\",\"icon\":\"wordpress\",\"url\":\"https:\\/\\/www.dubdelivery.club\\/wp-admin\\/nav-menus.php\",\"keywords\":[\"menu\",\"wordpress\"]},\"wordpress-themes\":{\"title\":\"Themes\",\"icon\":\"wordpress\",\"url\":\"https:\\/\\/www.dubdelivery.club\\/wp-admin\\/themes.php\",\"keywords\":[\"themes\",\"wordpress\"]},\"wordpress-customizer\":{\"title\":\"Customizer\",\"icon\":\"wordpress\",\"url\":\"https:\\/\\/www.dubdelivery.club\\/wp-admin\\/customize.php\",\"keywords\":[\"customizer\",\"wordpress\"]},\"wordpress-plugins\":{\"title\":\"Plugins\",\"icon\":\"wordpress\",\"url\":\"https:\\/\\/www.dubdelivery.club\\/wp-admin\\/plugins.php\",\"keywords\":[\"plugins\",\"wordpress\"]},\"wordpress-users\":{\"title\":\"Users\",\"icon\":\"wordpress\",\"url\":\"https:\\/\\/www.dubdelivery.club\\/wp-admin\\/users.php\",\"keywords\":[\"users\",\"profile\",\"wordpress\"]},\"apps\":{\"title\":\"Apps\",\"url\":\"https:\\/\\/www.dubdelivery.club\\/wp-admin\\/admin.php?page=elementor-apps\",\"icon\":\"apps\",\"keywords\":[\"apps\",\"addon\",\"plugin\",\"extension\",\"integration\"]}},\"name\":\"site\"},\"settings\":{\"title\":\"Settings\",\"dynamic\":false,\"items\":{\"general-settings\":{\"title\":\"General Settings\",\"url\":\"https:\\/\\/www.dubdelivery.club\\/wp-admin\\/admin.php?page=elementor\",\"keywords\":[\"general\",\"settings\",\"elementor\"]},\"advanced\":{\"title\":\"Advanced\",\"url\":\"https:\\/\\/www.dubdelivery.club\\/wp-admin\\/admin.php?page=elementor#tab-advanced\",\"keywords\":[\"advanced\",\"settings\",\"elementor\"]},\"experiments\":{\"title\":\"Experiments\",\"url\":\"https:\\/\\/www.dubdelivery.club\\/wp-admin\\/admin.php?page=elementor#tab-experiments\",\"keywords\":[\"settings\",\"elementor\",\"experiments\"]},\"element-manager\":{\"title\":\"Element Manager\",\"url\":\"https:\\/\\/www.dubdelivery.club\\/wp-admin\\/admin.php?page=elementor-element-manager\",\"keywords\":[\"settings\",\"elements\",\"widgets\",\"manager\"]},\"custom-fonts\":{\"title\":\"Custom Fonts\",\"icon\":\"typography\",\"url\":\"https:\\/\\/www.dubdelivery.club\\/wp-admin\\/edit.php?post_type=elementor_font\",\"keywords\":[\"custom\",\"fonts\",\"elementor\"]},\"custom-icons\":{\"title\":\"Custom Icons\",\"icon\":\"favorite\",\"url\":\"https:\\/\\/www.dubdelivery.club\\/wp-admin\\/edit.php?post_type=elementor_icons\",\"keywords\":[\"custom\",\"icons\",\"elementor\"]}},\"name\":\"settings\"},\"tools\":{\"title\":\"Tools\",\"dynamic\":false,\"items\":{\"tools\":{\"title\":\"Tools\",\"icon\":\"tools\",\"url\":\"https:\\/\\/www.dubdelivery.club\\/wp-admin\\/admin.php?page=elementor-tools\",\"keywords\":[\"tools\",\"regenerate css\",\"safe mode\",\"debug bar\",\"sync library\",\"elementor\"]},\"replace-url\":{\"title\":\"Replace URL\",\"icon\":\"tools\",\"url\":\"https:\\/\\/www.dubdelivery.club\\/wp-admin\\/admin.php?page=elementor-tools#tab-replace_url\",\"keywords\":[\"tools\",\"replace url\",\"domain\",\"elementor\"]},\"maintenance-mode\":{\"title\":\"Maintenance Mode\",\"icon\":\"tools\",\"url\":\"https:\\/\\/www.dubdelivery.club\\/wp-admin\\/admin.php?page=elementor-tools#tab-maintenance_mode\",\"keywords\":[\"tools\",\"maintenance\",\"coming soon\",\"elementor\"]},\"import-export\":{\"title\":\"Import Export\",\"icon\":\"import-export\",\"url\":\"https:\\/\\/www.dubdelivery.club\\/wp-admin\\/admin.php?page=elementor-tools#tab-import-export-kit\",\"keywords\":[\"tools\",\"import export\",\"import\",\"export\",\"kit\"]},\"version-control\":{\"title\":\"Version Control\",\"icon\":\"time-line\",\"url\":\"https:\\/\\/www.dubdelivery.club\\/wp-admin\\/admin.php?page=elementor-tools#tab-versions\",\"keywords\":[\"tools\",\"version\",\"control\",\"rollback\",\"beta\",\"elementor\"]}},\"name\":\"tools\"}}},\"connect\":[],\"event-tracker\":{\"isUserDataShared\":true}};\";}}s:10:\"textdomain\";s:9:\"elementor\";s:17:\"translations_path\";s:0:\"\";}s:20:\"elementor-app-loader\";a:8:{s:6:\"handle\";s:20:\"elementor-app-loader\";s:3:\"src\";s:85:\"https://www.dubdelivery.club/wp-content/plugins/elementor/assets/js/app-loader.min.js\";s:4:\"deps\";a:1:{i:0;s:16:\"elementor-common\";}s:3:\"ver\";s:6:\"3.18.3\";s:4:\"args\";N;s:5:\"extra\";a:2:{s:5:\"group\";i:1;s:6:\"before\";a:2:{i:0;b:0;i:1;s:678:\"var elementorAppConfig = {\"menu_url\":\"https:\\/\\/www.dubdelivery.club\\/wp-admin\\/admin.php?page=elementor-app&ver=3.18.3#\\/site-editor\",\"assets_url\":\"https:\\/\\/www.dubdelivery.club\\/wp-content\\/plugins\\/elementor\\/assets\\/\",\"pages_url\":\"https:\\/\\/www.dubdelivery.club\\/wp-admin\\/edit.php?post_type=page\",\"return_url\":\"https:\\/\\/www.dubdelivery.club\\/product-category\\/edible-gifts\\/\",\"hasPro\":true,\"admin_url\":\"https:\\/\\/www.dubdelivery.club\\/wp-admin\\/\",\"login_url\":\"https:\\/\\/www.dubdelivery.club\\/wp-login.php\",\"base_url\":\"https:\\/\\/www.dubdelivery.club\\/wp-admin\\/admin.php?page=elementor-app&ver=3.18.3\",\"site-editor\":[],\"import-export\":[],\"kit-library\":[],\"onboarding\":[]};\";}}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:10:\"smartmenus\";a:8:{s:6:\"handle\";s:10:\"smartmenus\";s:3:\"src\";s:108:\"https://www.dubdelivery.club/wp-content/plugins/elementor-pro/assets/lib/smartmenus/jquery.smartmenus.min.js\";s:4:\"deps\";a:1:{i:0;s:6:\"jquery\";}s:3:\"ver\";s:5:\"1.0.1\";s:4:\"args\";N;s:5:\"extra\";a:1:{s:5:\"group\";i:1;}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:29:\"elementor-pro-webpack-runtime\";a:8:{s:6:\"handle\";s:29:\"elementor-pro-webpack-runtime\";s:3:\"src\";s:98:\"https://www.dubdelivery.club/wp-content/plugins/elementor-pro/assets/js/webpack-pro.runtime.min.js\";s:4:\"deps\";a:0:{}s:3:\"ver\";s:6:\"3.18.2\";s:4:\"args\";N;s:5:\"extra\";a:1:{s:5:\"group\";i:1;}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:25:\"elementor-webpack-runtime\";a:8:{s:6:\"handle\";s:25:\"elementor-webpack-runtime\";s:3:\"src\";s:90:\"https://www.dubdelivery.club/wp-content/plugins/elementor/assets/js/webpack.runtime.min.js\";s:4:\"deps\";a:0:{}s:3:\"ver\";s:6:\"3.18.3\";s:4:\"args\";N;s:5:\"extra\";a:1:{s:5:\"group\";i:1;}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:26:\"elementor-frontend-modules\";a:8:{s:6:\"handle\";s:26:\"elementor-frontend-modules\";s:3:\"src\";s:91:\"https://www.dubdelivery.club/wp-content/plugins/elementor/assets/js/frontend-modules.min.js\";s:4:\"deps\";a:2:{i:0;s:25:\"elementor-webpack-runtime\";i:1;s:6:\"jquery\";}s:3:\"ver\";s:6:\"3.18.3\";s:4:\"args\";N;s:5:\"extra\";a:1:{s:5:\"group\";i:1;}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:22:\"elementor-pro-frontend\";a:8:{s:6:\"handle\";s:22:\"elementor-pro-frontend\";s:3:\"src\";s:87:\"https://www.dubdelivery.club/wp-content/plugins/elementor-pro/assets/js/frontend.min.js\";s:4:\"deps\";a:3:{i:0;s:29:\"elementor-pro-webpack-runtime\";i:1;s:26:\"elementor-frontend-modules\";i:2;s:7:\"wp-i18n\";}s:3:\"ver\";s:6:\"3.18.2\";s:4:\"args\";N;s:5:\"extra\";a:2:{s:5:\"group\";i:1;s:6:\"before\";a:2:{i:0;b:0;i:1;s:1362:\"var ElementorProFrontendConfig = {\"ajaxurl\":\"https:\\/\\/www.dubdelivery.club\\/wp-admin\\/admin-ajax.php\",\"nonce\":\"66cb1b025a\",\"urls\":{\"assets\":\"https:\\/\\/www.dubdelivery.club\\/wp-content\\/plugins\\/elementor-pro\\/assets\\/\",\"rest\":\"https:\\/\\/www.dubdelivery.club\\/wp-json\\/\"},\"shareButtonsNetworks\":{\"facebook\":{\"title\":\"Facebook\",\"has_counter\":true},\"twitter\":{\"title\":\"Twitter\"},\"linkedin\":{\"title\":\"LinkedIn\",\"has_counter\":true},\"pinterest\":{\"title\":\"Pinterest\",\"has_counter\":true},\"reddit\":{\"title\":\"Reddit\",\"has_counter\":true},\"vk\":{\"title\":\"VK\",\"has_counter\":true},\"odnoklassniki\":{\"title\":\"OK\",\"has_counter\":true},\"tumblr\":{\"title\":\"Tumblr\"},\"digg\":{\"title\":\"Digg\"},\"skype\":{\"title\":\"Skype\"},\"stumbleupon\":{\"title\":\"StumbleUpon\",\"has_counter\":true},\"mix\":{\"title\":\"Mix\"},\"telegram\":{\"title\":\"Telegram\"},\"pocket\":{\"title\":\"Pocket\",\"has_counter\":true},\"xing\":{\"title\":\"XING\",\"has_counter\":true},\"whatsapp\":{\"title\":\"WhatsApp\"},\"email\":{\"title\":\"Email\"},\"print\":{\"title\":\"Print\"}},\"woocommerce\":{\"menu_cart\":{\"cart_page_url\":\"https:\\/\\/www.dubdelivery.club\\/cart\\/\",\"checkout_page_url\":\"https:\\/\\/www.dubdelivery.club\\/checkout\\/\",\"fragments_nonce\":\"9051dc44fc\"}},\"facebook_sdk\":{\"lang\":\"en_US\",\"app_id\":\"\"},\"lottie\":{\"defaultAnimationUrl\":\"https:\\/\\/www.dubdelivery.club\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/lottie\\/assets\\/animations\\/default.json\"}};\";}}s:10:\"textdomain\";s:13:\"elementor-pro\";s:17:\"translations_path\";s:90:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/elementor-pro/languages\";}s:19:\"elementor-waypoints\";a:8:{s:6:\"handle\";s:19:\"elementor-waypoints\";s:3:\"src\";s:95:\"https://www.dubdelivery.club/wp-content/plugins/elementor/assets/lib/waypoints/waypoints.min.js\";s:4:\"deps\";a:1:{i:0;s:6:\"jquery\";}s:3:\"ver\";s:5:\"4.0.2\";s:4:\"args\";N;s:5:\"extra\";a:1:{s:5:\"group\";i:1;}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:18:\"elementor-frontend\";a:8:{s:6:\"handle\";s:18:\"elementor-frontend\";s:3:\"src\";s:83:\"https://www.dubdelivery.club/wp-content/plugins/elementor/assets/js/frontend.min.js\";s:4:\"deps\";a:3:{i:0;s:26:\"elementor-frontend-modules\";i:1;s:19:\"elementor-waypoints\";i:2;s:18:\"jquery-ui-position\";}s:3:\"ver\";s:6:\"3.18.3\";s:4:\"args\";N;s:5:\"extra\";a:2:{s:5:\"group\";i:1;s:6:\"before\";a:2:{i:0;b:0;i:1;s:2746:\"var elementorFrontendConfig = {\"environmentMode\":{\"edit\":false,\"wpPreview\":false,\"isScriptDebug\":false},\"i18n\":{\"shareOnFacebook\":\"Share on Facebook\",\"shareOnTwitter\":\"Share on Twitter\",\"pinIt\":\"Pin it\",\"download\":\"Download\",\"downloadImage\":\"Download image\",\"fullscreen\":\"Fullscreen\",\"zoom\":\"Zoom\",\"share\":\"Share\",\"playVideo\":\"Play Video\",\"previous\":\"Previous\",\"next\":\"Next\",\"close\":\"Close\",\"a11yCarouselWrapperAriaLabel\":\"Carousel | Horizontal scrolling: Arrow Left & Right\",\"a11yCarouselPrevSlideMessage\":\"Previous slide\",\"a11yCarouselNextSlideMessage\":\"Next slide\",\"a11yCarouselFirstSlideMessage\":\"This is the first slide\",\"a11yCarouselLastSlideMessage\":\"This is the last slide\",\"a11yCarouselPaginationBulletMessage\":\"Go to slide\"},\"is_rtl\":false,\"breakpoints\":{\"xs\":0,\"sm\":480,\"md\":768,\"lg\":1025,\"xl\":1440,\"xxl\":1600},\"responsive\":{\"breakpoints\":{\"mobile\":{\"label\":\"Mobile Portrait\",\"value\":767,\"default_value\":767,\"direction\":\"max\",\"is_enabled\":true},\"mobile_extra\":{\"label\":\"Mobile Landscape\",\"value\":880,\"default_value\":880,\"direction\":\"max\",\"is_enabled\":false},\"tablet\":{\"label\":\"Tablet Portrait\",\"value\":1024,\"default_value\":1024,\"direction\":\"max\",\"is_enabled\":true},\"tablet_extra\":{\"label\":\"Tablet Landscape\",\"value\":1200,\"default_value\":1200,\"direction\":\"max\",\"is_enabled\":false},\"laptop\":{\"label\":\"Laptop\",\"value\":1366,\"default_value\":1366,\"direction\":\"max\",\"is_enabled\":false},\"widescreen\":{\"label\":\"Widescreen\",\"value\":2400,\"default_value\":2400,\"direction\":\"min\",\"is_enabled\":false}}},\"version\":\"3.18.3\",\"is_static\":false,\"experimentalFeatures\":{\"e_dom_optimization\":true,\"e_optimized_assets_loading\":true,\"e_optimized_css_loading\":true,\"e_font_icon_svg\":true,\"additional_custom_breakpoints\":true,\"container\":true,\"e_swiper_latest\":true,\"theme_builder_v2\":true,\"hello-theme-header-footer\":true,\"block_editor_assets_optimize\":true,\"landing-pages\":true,\"e_image_loading_optimization\":true,\"e_global_styleguide\":true,\"page-transitions\":true,\"notes\":true,\"form-submissions\":true,\"e_scroll_snap\":true},\"urls\":{\"assets\":\"https:\\/\\/www.dubdelivery.club\\/wp-content\\/plugins\\/elementor\\/assets\\/\"},\"swiperClass\":\"swiper\",\"settings\":{\"page\":[],\"editorPreferences\":[]},\"kit\":{\"active_breakpoints\":[\"viewport_mobile\",\"viewport_tablet\"],\"global_image_lightbox\":\"yes\",\"lightbox_enable_counter\":\"yes\",\"lightbox_enable_fullscreen\":\"yes\",\"lightbox_enable_zoom\":\"yes\",\"lightbox_enable_share\":\"yes\",\"lightbox_title_src\":\"title\",\"lightbox_description_src\":\"description\",\"woocommerce_notices_elements\":[],\"hello_header_logo_type\":\"logo\",\"hello_header_menu_layout\":\"horizontal\",\"hello_footer_logo_type\":\"logo\"},\"post\":{\"id\":354,\"title\":\"D%C3%BCb%20Delivery%20Services%20%7C%20Art%20Dealer%20%7C%20Michigan%2C%20USA\",\"excerpt\":\"\",\"featuredImage\":false}};\";}}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:21:\"pro-elements-handlers\";a:8:{s:6:\"handle\";s:21:\"pro-elements-handlers\";s:3:\"src\";s:96:\"https://www.dubdelivery.club/wp-content/plugins/elementor-pro/assets/js/elements-handlers.min.js\";s:4:\"deps\";a:1:{i:0;s:18:\"elementor-frontend\";}s:3:\"ver\";s:6:\"3.18.2\";s:4:\"args\";N;s:5:\"extra\";a:1:{s:5:\"group\";i:1;}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:17:\"wpforms-elementor\";a:8:{s:6:\"handle\";s:17:\"wpforms-elementor\";s:3:\"src\";s:104:\"https://www.dubdelivery.club/wp-content/plugins/wpforms/assets/js/integrations/elementor/frontend.min.js\";s:4:\"deps\";a:3:{i:0;s:18:\"elementor-frontend\";i:1;s:6:\"jquery\";i:2;s:7:\"wp-util\";}s:3:\"ver\";s:5:\"1.8.2\";s:4:\"args\";N;s:5:\"extra\";a:2:{s:5:\"group\";i:1;s:4:\"data\";s:82:\"var wpformsElementorVars = {\"captcha_provider\":\"recaptcha\",\"recaptcha_type\":\"v2\"};\";}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:19:\"elementor-admin-bar\";a:8:{s:6:\"handle\";s:19:\"elementor-admin-bar\";s:3:\"src\";s:94:\"https://www.dubdelivery.club/wp-content/plugins/elementor/assets/js/elementor-admin-bar.min.js\";s:4:\"deps\";a:1:{i:0;s:26:\"elementor-frontend-modules\";}s:3:\"ver\";s:6:\"3.18.3\";s:4:\"args\";N;s:5:\"extra\";a:2:{s:5:\"group\";i:1;s:6:\"before\";a:2:{i:0;b:0;i:1;s:1201:\"var elementorAdminBarConfig = {\"elementor_edit_page\":{\"id\":\"elementor_edit_page\",\"title\":\"Edit with Elementor\",\"href\":null,\"children\":{\"7557\":{\"id\":\"elementor_edit_doc_7557\",\"title\":\"Global Header\",\"sub_title\":\"Header\",\"href\":\"https:\\/\\/www.dubdelivery.club\\/wp-admin\\/post.php?post=7557&action=elementor\"},\"8266\":{\"id\":\"elementor_edit_doc_8266\",\"title\":\"Global Product Single\",\"sub_title\":\"Single Product\",\"href\":\"https:\\/\\/www.dubdelivery.club\\/wp-admin\\/post.php?post=8266&action=elementor\"},\"7622\":{\"id\":\"elementor_edit_doc_7622\",\"title\":\"Global Footer\",\"sub_title\":\"Footer\",\"href\":\"https:\\/\\/www.dubdelivery.club\\/wp-admin\\/post.php?post=7622&action=elementor\"},\"8267\":{\"id\":\"elementor_site_settings\",\"title\":\"Site Settings\",\"sub_title\":\"Site\",\"href\":\"https:\\/\\/www.dubdelivery.club\\/wp-admin\\/post.php?post=55&action=elementor#e:run:panel\\/global\\/open\",\"class\":\"elementor-site-settings\",\"parent_class\":\"elementor-second-section\"},\"8268\":{\"id\":\"elementor_app_site_editor\",\"title\":\"Theme Builder\",\"sub_title\":\"Site\",\"href\":\"https:\\/\\/www.dubdelivery.club\\/wp-admin\\/admin.php?page=elementor-app&ver=3.18.3#\\/site-editor\",\"class\":\"elementor-app-link\",\"parent_class\":\"elementor-second-section\"}}}};\";}}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:12:\"dom-to-image\";a:8:{s:6:\"handle\";s:12:\"dom-to-image\";s:3:\"src\";s:109:\"https://www.dubdelivery.club/wp-content/plugins/elementor-pro/assets//lib/dom-to-image/js/dom-to-image.min.js\";s:4:\"deps\";a:0:{}s:3:\"ver\";s:5:\"2.6.0\";s:4:\"args\";N;s:5:\"extra\";a:1:{s:5:\"group\";i:1;}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:11:\"html2canvas\";a:8:{s:6:\"handle\";s:11:\"html2canvas\";s:3:\"src\";s:107:\"https://www.dubdelivery.club/wp-content/plugins/elementor-pro/assets//lib/html2canvas/js/html2canvas.min.js\";s:4:\"deps\";a:0:{}s:3:\"ver\";s:10:\"1.0.0-rc.5\";s:4:\"args\";N;s:5:\"extra\";a:1:{s:5:\"group\";i:1;}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:20:\"elementor-screenshot\";a:8:{s:6:\"handle\";s:20:\"elementor-screenshot\";s:3:\"src\";s:90:\"https://www.dubdelivery.club/wp-content/plugins/elementor-pro/assets//js/screenshot.min.js\";s:4:\"deps\";a:2:{i:0;s:12:\"dom-to-image\";i:1;s:11:\"html2canvas\";}s:3:\"ver\";s:6:\"3.17.1\";s:4:\"args\";N;s:5:\"extra\";a:2:{s:5:\"group\";i:1;s:5:\"after\";a:2:{i:0;b:0;i:1;s:143:\"var ElementorScreenshotConfig = {\"selector\":\".elementor-8178\",\"nonce\":\"5abf6ad9f8\",\"home_url\":\"https:\\/\\/www.dubdelivery.club\",\"post_id\":8178};\";}}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:8:\"e-sticky\";a:8:{s:6:\"handle\";s:8:\"e-sticky\";s:3:\"src\";s:100:\"https://www.dubdelivery.club/wp-content/plugins/elementor-pro/assets/lib/sticky/jquery.sticky.min.js\";s:4:\"deps\";a:1:{i:0;s:6:\"jquery\";}s:3:\"ver\";s:6:\"3.18.2\";s:4:\"args\";N;s:5:\"extra\";a:1:{s:5:\"group\";i:1;}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:15:\"sourcebuster-js\";a:8:{s:6:\"handle\";s:15:\"sourcebuster-js\";s:3:\"src\";s:102:\"https://www.dubdelivery.club/wp-content/plugins/woocommerce/assets/js/sourcebuster/sourcebuster.min.js\";s:4:\"deps\";a:0:{}s:3:\"ver\";s:5:\"8.5.1\";s:4:\"args\";N;s:5:\"extra\";a:1:{s:5:\"group\";i:1;}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:20:\"wc-order-attribution\";a:8:{s:6:\"handle\";s:20:\"wc-order-attribution\";s:3:\"src\";s:103:\"https://www.dubdelivery.club/wp-content/plugins/woocommerce/assets/js/frontend/order-attribution.min.js\";s:4:\"deps\";a:1:{i:0;s:15:\"sourcebuster-js\";}s:3:\"ver\";s:5:\"8.5.1\";s:4:\"args\";N;s:5:\"extra\";a:2:{s:5:\"group\";i:1;s:4:\"data\";s:258:\"var wc_order_attribution = {\"params\":{\"lifetime\":1.0000000000000000818030539140313095458623138256371021270751953125e-5,\"session\":30,\"ajaxurl\":\"https:\\/\\/www.dubdelivery.club\\/wp-admin\\/admin-ajax.php\",\"prefix\":\"wc_order_attribution_\",\"allowTracking\":\"yes\"}};\";}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:6:\"lodash\";a:8:{s:6:\"handle\";s:6:\"lodash\";s:3:\"src\";s:41:\"/wp-includes/js/dist/vendor/lodash.min.js\";s:4:\"deps\";a:0:{}s:3:\"ver\";s:7:\"4.17.19\";s:4:\"args\";i:1;s:5:\"extra\";a:1:{s:5:\"after\";a:2:{i:0;b:0;i:1;s:31:\"window.lodash = _.noConflict();\";}}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:18:\"wc-blocks-registry\";a:8:{s:6:\"handle\";s:18:\"wc-blocks-registry\";s:3:\"src\";s:102:\"https://www.dubdelivery.club/wp-content/plugins/woocommerce/assets/client/blocks/wc-blocks-registry.js\";s:4:\"deps\";a:5:{i:0;s:5:\"react\";i:1;s:7:\"wp-data\";i:2;s:13:\"wp-deprecated\";i:3;s:10:\"wp-element\";i:4;s:11:\"wp-polyfill\";}s:3:\"ver\";s:20:\"1c879273bd5c193cad0a\";s:4:\"args\";N;s:5:\"extra\";a:1:{s:5:\"group\";i:1;}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:16:\"wp-data-controls\";a:8:{s:6:\"handle\";s:16:\"wp-data-controls\";s:3:\"src\";s:41:\"/wp-includes/js/dist/data-controls.min.js\";s:4:\"deps\";a:4:{i:0;s:12:\"wp-api-fetch\";i:1;s:7:\"wp-data\";i:2;s:13:\"wp-deprecated\";i:3;s:11:\"wp-polyfill\";}s:3:\"ver\";s:20:\"fe4ccc8a1782ea8e2cb1\";s:4:\"args\";i:1;s:5:\"extra\";a:0:{}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:10:\"wp-notices\";a:8:{s:6:\"handle\";s:10:\"wp-notices\";s:3:\"src\";s:35:\"/wp-includes/js/dist/notices.min.js\";s:4:\"deps\";a:2:{i:0;s:7:\"wp-data\";i:1;s:11:\"wp-polyfill\";}s:3:\"ver\";s:20:\"38e88f4b627cf873edd0\";s:4:\"args\";i:1;s:5:\"extra\";a:0:{}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:20:\"wc-blocks-middleware\";a:8:{s:6:\"handle\";s:20:\"wc-blocks-middleware\";s:3:\"src\";s:104:\"https://www.dubdelivery.club/wp-content/plugins/woocommerce/assets/client/blocks/wc-blocks-middleware.js\";s:4:\"deps\";a:2:{i:0;s:12:\"wp-api-fetch\";i:1;s:11:\"wp-polyfill\";}s:3:\"ver\";s:20:\"ca04183222edaf8a26be\";s:4:\"args\";N;s:5:\"extra\";a:2:{s:5:\"group\";i:1;s:6:\"before\";a:2:{i:0;b:0;i:1;s:122:\"\n			var wcBlocksMiddlewareConfig = {\n				storeApiNonce: \'27439fce9b\',\n				wcStoreApiNonceTimestamp: \'1705968059\'\n			};\n			\";}}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:20:\"wc-blocks-data-store\";a:8:{s:6:\"handle\";s:20:\"wc-blocks-data-store\";s:3:\"src\";s:98:\"https://www.dubdelivery.club/wp-content/plugins/woocommerce/assets/client/blocks/wc-blocks-data.js\";s:4:\"deps\";a:14:{i:0;s:18:\"wc-blocks-registry\";i:1;s:11:\"wc-settings\";i:2;s:12:\"wp-api-fetch\";i:3;s:7:\"wp-data\";i:4;s:16:\"wp-data-controls\";i:5;s:13:\"wp-deprecated\";i:6;s:10:\"wp-element\";i:7;s:16:\"wp-html-entities\";i:8;s:7:\"wp-i18n\";i:9;s:19:\"wp-is-shallow-equal\";i:10;s:10:\"wp-notices\";i:11;s:11:\"wp-polyfill\";i:12;s:6:\"wp-url\";i:13;s:20:\"wc-blocks-middleware\";}s:3:\"ver\";s:20:\"c96aba0171b12e03b8a6\";s:4:\"args\";N;s:5:\"extra\";a:1:{s:5:\"group\";i:1;}s:10:\"textdomain\";s:11:\"woocommerce\";s:17:\"translations_path\";s:88:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/languages\";}s:12:\"wp-dom-ready\";a:8:{s:6:\"handle\";s:12:\"wp-dom-ready\";s:3:\"src\";s:37:\"/wp-includes/js/dist/dom-ready.min.js\";s:4:\"deps\";a:1:{i:0;s:11:\"wp-polyfill\";}s:3:\"ver\";s:20:\"392bdd43726760d1f3ca\";s:4:\"args\";i:1;s:5:\"extra\";a:0:{}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:7:\"wp-a11y\";a:8:{s:6:\"handle\";s:7:\"wp-a11y\";s:3:\"src\";s:32:\"/wp-includes/js/dist/a11y.min.js\";s:4:\"deps\";a:3:{i:0;s:12:\"wp-dom-ready\";i:1;s:7:\"wp-i18n\";i:2;s:11:\"wp-polyfill\";}s:3:\"ver\";s:20:\"7032343a947cfccf5608\";s:4:\"args\";i:1;s:5:\"extra\";a:0:{}s:10:\"textdomain\";s:7:\"default\";s:17:\"translations_path\";s:0:\"\";}s:10:\"wp-warning\";a:8:{s:6:\"handle\";s:10:\"wp-warning\";s:3:\"src\";s:35:\"/wp-includes/js/dist/warning.min.js\";s:4:\"deps\";a:1:{i:0;s:11:\"wp-polyfill\";}s:3:\"ver\";s:20:\"122829a085511691f14d\";s:4:\"args\";i:1;s:5:\"extra\";a:0:{}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:20:\"wc-blocks-components\";a:8:{s:6:\"handle\";s:20:\"wc-blocks-components\";s:3:\"src\";s:101:\"https://www.dubdelivery.club/wp-content/plugins/woocommerce/assets/client/blocks/blocks-components.js\";s:4:\"deps\";a:16:{i:0;s:6:\"lodash\";i:1;s:5:\"react\";i:2;s:9:\"react-dom\";i:3;s:20:\"wc-blocks-data-store\";i:4;s:11:\"wc-settings\";i:5;s:7:\"wp-a11y\";i:6;s:10:\"wp-compose\";i:7;s:7:\"wp-data\";i:8;s:13:\"wp-deprecated\";i:9;s:6:\"wp-dom\";i:10;s:10:\"wp-element\";i:11;s:16:\"wp-html-entities\";i:12;s:7:\"wp-i18n\";i:13;s:11:\"wp-polyfill\";i:14;s:13:\"wp-primitives\";i:15;s:10:\"wp-warning\";}s:3:\"ver\";s:20:\"b165bb2bd213326d7f31\";s:4:\"args\";N;s:5:\"extra\";a:1:{s:5:\"group\";i:1;}s:10:\"textdomain\";s:11:\"woocommerce\";s:17:\"translations_path\";s:88:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/languages\";}s:18:\"wc-blocks-checkout\";a:8:{s:6:\"handle\";s:18:\"wc-blocks-checkout\";s:3:\"src\";s:99:\"https://www.dubdelivery.club/wp-content/plugins/woocommerce/assets/client/blocks/blocks-checkout.js\";s:4:\"deps\";a:19:{i:0;s:6:\"lodash\";i:1;s:5:\"react\";i:2;s:9:\"react-dom\";i:3;s:20:\"wc-blocks-components\";i:4;s:20:\"wc-blocks-data-store\";i:5;s:18:\"wc-blocks-registry\";i:6;s:11:\"wc-settings\";i:7;s:7:\"wp-a11y\";i:8;s:10:\"wp-compose\";i:9;s:7:\"wp-data\";i:10;s:13:\"wp-deprecated\";i:11;s:6:\"wp-dom\";i:12;s:10:\"wp-element\";i:13;s:16:\"wp-html-entities\";i:14;s:7:\"wp-i18n\";i:15;s:19:\"wp-is-shallow-equal\";i:16;s:11:\"wp-polyfill\";i:17;s:13:\"wp-primitives\";i:18;s:10:\"wp-warning\";}s:3:\"ver\";s:20:\"9f469ef17beaf7c51576\";s:4:\"args\";N;s:5:\"extra\";a:1:{s:5:\"group\";i:1;}s:10:\"textdomain\";s:11:\"woocommerce\";s:17:\"translations_path\";s:88:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/woocommerce/languages\";}s:27:\"wc-order-attribution-blocks\";a:8:{s:6:\"handle\";s:27:\"wc-order-attribution-blocks\";s:3:\"src\";s:110:\"https://www.dubdelivery.club/wp-content/plugins/woocommerce/assets/js/frontend/order-attribution-blocks.min.js\";s:4:\"deps\";a:3:{i:0;s:20:\"wc-order-attribution\";i:1;s:7:\"wp-data\";i:2;s:18:\"wc-blocks-checkout\";}s:3:\"ver\";s:5:\"8.5.1\";s:4:\"args\";N;s:5:\"extra\";a:1:{s:5:\"group\";i:1;}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}}','yes');
INSERT INTO `wplc_options` VALUES (444011,'snapshot_latest_backup','49d901234a8b','no');
INSERT INTO `wplc_options` VALUES (444761,'wds_engine_notification','a:0:{}','yes');
INSERT INTO `wplc_options` VALUES (444762,'wds_sitemap_dashboard','a:2:{s:5:\"items\";i:5;s:4:\"time\";i:1700545032;}','yes');
INSERT INTO `wplc_options` VALUES (450454,'woocommerce_attribute_lookup_enabled','yes','yes');
INSERT INTO `wplc_options` VALUES (451224,'wpforms_versions_lite','a:8:{s:5:\"1.5.9\";i:0;s:7:\"1.6.7.2\";i:0;s:5:\"1.6.8\";i:0;s:5:\"1.7.5\";i:0;s:7:\"1.7.5.1\";i:0;s:5:\"1.7.7\";i:0;s:5:\"1.7.8\";i:1685711701;s:5:\"1.8.2\";i:1685712349;}','yes');
INSERT INTO `wplc_options` VALUES (451225,'wpforms_versions','a:12:{s:5:\"1.1.6\";i:0;s:5:\"1.3.3\";i:0;s:5:\"1.4.3\";i:0;s:5:\"1.5.0\";i:0;s:5:\"1.5.9\";i:0;s:5:\"1.6.5\";i:0;s:5:\"1.6.8\";i:0;s:5:\"1.7.3\";i:0;s:5:\"1.7.5\";i:0;s:5:\"1.7.6\";i:0;s:5:\"1.7.8\";i:1685711702;s:5:\"1.8.2\";i:1685712454;}','yes');
INSERT INTO `wplc_options` VALUES (451227,'wpforms_admin_notices','a:1:{s:14:\"review_request\";a:2:{s:4:\"time\";i:1685711703;s:9:\"dismissed\";b:0;}}','yes');
INSERT INTO `wplc_options` VALUES (451231,'wpforms_process_forms_locator_status','completed','yes');
INSERT INTO `wplc_options` VALUES (451242,'wds_sitemap_options','a:37:{s:24:\"verification-google-meta\";s:0:\"\";s:22:\"verification-bing-meta\";s:0:\"\";s:30:\"post_types-post-not_in_sitemap\";b:0;s:30:\"post_types-page-not_in_sitemap\";b:0;s:36:\"post_types-attachment-not_in_sitemap\";b:0;s:34:\"taxonomies-category-not_in_sitemap\";b:0;s:34:\"taxonomies-post_tag-not_in_sitemap\";b:0;s:33:\"post_types-product-not_in_sitemap\";b:0;s:45:\"post_types-fl-builder-template-not_in_sitemap\";b:0;s:37:\"taxonomies-product_cat-not_in_sitemap\";b:0;s:37:\"taxonomies-product_tag-not_in_sitemap\";b:0;s:48:\"taxonomies-product_shipping_class-not_in_sitemap\";b:0;s:54:\"taxonomies-fl-builder-template-category-not_in_sitemap\";b:0;s:46:\"post_types-auto-print-templates-not_in_sitemap\";b:0;s:18:\"sitemap-stylesheet\";i:1;s:11:\"sitemappath\";s:78:\"/home/customer/www/dubdelivery.club/public_html/wp-content/uploads/sitemap.xml\";s:10:\"sitemapurl\";s:40:\"https://www.dubdelivery.club/sitemap.xml\";s:14:\"sitemap-images\";i:0;s:24:\"sitemap-dashboard-widget\";i:0;s:38:\"sitemap-disable-automatic-regeneration\";s:6:\"manual\";s:24:\"sitemap-update-frequency\";s:6:\"weekly\";s:18:\"sitemap-update-dow\";i:4;s:18:\"sitemap-update-tod\";i:13;s:18:\"verification-pages\";s:0:\"\";s:25:\"sitemap-buddypress-groups\";i:0;s:27:\"sitemap-buddypress-profiles\";i:0;s:15:\"additiona-metas\";a:0:{}s:19:\"crawler-cron-enable\";b:0;s:17:\"crawler-frequency\";s:6:\"weekly\";s:11:\"crawler-dow\";i:1;s:11:\"crawler-tod\";i:2;s:17:\"items-per-sitemap\";i:2000;s:15:\"override-native\";b:1;s:19:\"enable-news-sitemap\";b:0;s:16:\"news-publication\";s:18:\"Düb Delivery Club\";s:32:\"news-sitemap-included-post-types\";a:1:{i:0;s:4:\"post\";}s:30:\"news-sitemap-excluded-post-ids\";a:0:{}}','yes');
INSERT INTO `wplc_options` VALUES (451243,'wds_settings_options','a:14:{s:20:\"analysis-readability\";b:1;s:12:\"analysis-seo\";b:1;s:16:\"extras-admin_bar\";b:1;s:7:\"sitemap\";b:1;s:6:\"social\";b:1;s:6:\"onpage\";b:1;s:28:\"seo_metabox_permission_level\";s:14:\"manage_options\";s:35:\"urlmetrics_metabox_permission_level\";s:14:\"manage_options\";s:32:\"seo_metabox_301_permission_level\";s:14:\"manage_options\";s:9:\"access-id\";s:0:\"\";s:10:\"secret-key\";s:0:\"\";s:26:\"keep_settings_on_uninstall\";b:1;s:22:\"keep_data_on_uninstall\";b:1;s:14:\"usage_tracking\";b:0;}','yes');
INSERT INTO `wplc_options` VALUES (451244,'wds_onpage_options','a:160:{s:16:\"preset-separator\";s:4:\"pipe\";s:10:\"title-home\";s:33:\"%%sitename%% %%sep%% %%sitedesc%%\";s:12:\"title-author\";s:66:\"%%author_first_name%% %%author_last_name%%, Author at %%sitename%%\";s:10:\"title-date\";s:29:\"%%date%% %%sep%% %%sitename%%\";s:12:\"title-search\";s:54:\"You searched for %%searchphrase%% %%sep%% %%sitename%%\";s:9:\"title-404\";s:35:\"Page not found %%sep%% %%sitename%%\";s:13:\"metadesc-home\";s:12:\"%%sitedesc%%\";s:15:\"metadesc-author\";s:20:\"%%user_description%%\";s:13:\"metadesc-date\";s:0:\"\";s:26:\"meta_robots-noindex-author\";b:0;s:24:\"meta_robots-noindex-date\";b:1;s:21:\"enable-author-archive\";b:1;s:19:\"enable-date-archive\";b:1;s:10:\"title-post\";s:30:\"%%title%% %%sep%% %%sitename%%\";s:13:\"metadesc-post\";s:11:\"%%excerpt%%\";s:24:\"meta_robots-noindex-post\";b:0;s:10:\"title-page\";s:30:\"%%title%% %%sep%% %%sitename%%\";s:13:\"metadesc-page\";s:11:\"%%excerpt%%\";s:24:\"meta_robots-noindex-page\";b:0;s:16:\"title-attachment\";s:30:\"%%title%% %%sep%% %%sitename%%\";s:19:\"metadesc-attachment\";s:11:\"%%excerpt%%\";s:30:\"meta_robots-noindex-attachment\";b:0;s:14:\"title-category\";s:35:\"%%term_title%% %%sep%% %%sitename%%\";s:17:\"metadesc-category\";s:20:\"%%term_description%%\";s:28:\"meta_robots-noindex-category\";b:0;s:14:\"title-post_tag\";s:35:\"%%term_title%% %%sep%% %%sitename%%\";s:17:\"metadesc-post_tag\";s:20:\"%%term_description%%\";s:28:\"meta_robots-noindex-post_tag\";b:0;s:13:\"title-product\";s:30:\"%%title%% %%sep%% %%sitename%%\";s:16:\"metadesc-product\";s:11:\"%%excerpt%%\";s:27:\"meta_robots-noindex-product\";b:0;s:24:\"title-pt-archive-product\";s:51:\"%%pt_plural%% Archive %%page%% %%sep%% %%sitename%%\";s:27:\"metadesc-pt-archive-product\";s:0:\"\";s:25:\"title-fl-builder-template\";s:30:\"%%title%% %%sep%% %%sitename%%\";s:28:\"metadesc-fl-builder-template\";s:16:\"%%post_content%%\";s:39:\"meta_robots-noindex-fl-builder-template\";b:0;s:17:\"title-product_cat\";s:35:\"%%term_title%% %%sep%% %%sitename%%\";s:20:\"metadesc-product_cat\";s:20:\"%%term_description%%\";s:31:\"meta_robots-noindex-product_cat\";b:0;s:17:\"title-product_tag\";s:35:\"%%term_title%% %%sep%% %%sitename%%\";s:20:\"metadesc-product_tag\";s:20:\"%%term_description%%\";s:31:\"meta_robots-noindex-product_tag\";b:0;s:28:\"title-product_shipping_class\";s:53:\"%%term_title%% Archives %%page%% %%sep%% %%sitename%%\";s:31:\"metadesc-product_shipping_class\";s:20:\"%%term_description%%\";s:42:\"meta_robots-noindex-product_shipping_class\";b:0;s:34:\"title-fl-builder-template-category\";s:35:\"%%term_title%% %%sep%% %%sitename%%\";s:37:\"metadesc-fl-builder-template-category\";s:20:\"%%term_description%%\";s:48:\"meta_robots-noindex-fl-builder-template-category\";b:0;s:26:\"title-auto-print-templates\";s:30:\"%%title%% %%sep%% %%sitename%%\";s:29:\"metadesc-auto-print-templates\";s:16:\"%%post_content%%\";s:40:\"meta_robots-noindex-auto-print-templates\";b:0;s:13:\"og-title-home\";s:0:\"\";s:19:\"og-description-home\";s:0:\"\";s:14:\"og-images-home\";a:1:{i:0;s:0:\"\";}s:14:\"og-active-home\";b:1;s:16:\"og-active-search\";b:1;s:13:\"og-active-404\";b:1;s:19:\"og-active-bp_groups\";b:1;s:20:\"og-active-bp_profile\";b:1;s:16:\"og-active-author\";b:1;s:14:\"og-active-date\";b:1;s:14:\"og-active-post\";b:1;s:14:\"og-active-page\";b:1;s:20:\"og-active-attachment\";b:1;s:17:\"og-active-product\";b:1;s:29:\"og-active-fl-builder-template\";b:1;s:30:\"og-active-auto-print-templates\";b:1;s:28:\"og-active-pt-archive-product\";b:1;s:18:\"og-active-post_tag\";b:1;s:18:\"og-active-category\";b:1;s:21:\"og-active-product_cat\";b:1;s:21:\"og-active-product_tag\";b:1;s:32:\"og-active-product_shipping_class\";b:1;s:38:\"og-active-fl-builder-template-category\";b:1;s:19:\"twitter-active-home\";b:1;s:21:\"twitter-active-search\";b:1;s:18:\"twitter-active-404\";b:1;s:24:\"twitter-active-bp_groups\";b:1;s:25:\"twitter-active-bp_profile\";b:1;s:21:\"twitter-active-author\";b:1;s:19:\"twitter-active-date\";b:1;s:19:\"twitter-active-post\";b:1;s:19:\"twitter-active-page\";b:1;s:25:\"twitter-active-attachment\";b:1;s:22:\"twitter-active-product\";b:1;s:34:\"twitter-active-fl-builder-template\";b:1;s:35:\"twitter-active-auto-print-templates\";b:1;s:33:\"twitter-active-pt-archive-product\";b:1;s:23:\"twitter-active-post_tag\";b:1;s:23:\"twitter-active-category\";b:1;s:26:\"twitter-active-product_cat\";b:1;s:26:\"twitter-active-product_tag\";b:1;s:37:\"twitter-active-product_shipping_class\";b:1;s:43:\"twitter-active-fl-builder-template-category\";b:1;s:17:\"onpage-stylesheet\";i:0;s:23:\"onpage-dashboard-widget\";i:1;s:37:\"onpage-disable-automatic-regeneration\";i:0;s:18:\"title-product_type\";s:35:\"%%term_title%% %%sep%% %%sitename%%\";s:21:\"metadesc-product_type\";s:20:\"%%term_description%%\";s:24:\"title-product_visibility\";s:35:\"%%term_title%% %%sep%% %%sitename%%\";s:27:\"metadesc-product_visibility\";s:20:\"%%term_description%%\";s:30:\"title-fl-builder-template-type\";s:35:\"%%term_title%% %%sep%% %%sitename%%\";s:33:\"metadesc-fl-builder-template-type\";s:20:\"%%term_description%%\";s:22:\"title-wpforms_form_tag\";s:35:\"%%term_title%% %%sep%% %%sitename%%\";s:25:\"metadesc-wpforms_form_tag\";s:20:\"%%term_description%%\";s:15:\"metadesc-search\";s:0:\"\";s:12:\"metadesc-404\";s:0:\"\";s:15:\"title-bp_groups\";s:38:\"%%bp_group_name%% %%sep%% %%sitename%%\";s:18:\"metadesc-bp_groups\";s:24:\"%%bp_group_description%%\";s:16:\"title-bp_profile\";s:41:\"%%bp_user_username%% %%sep%% %%sitename%%\";s:19:\"metadesc-bp_profile\";s:21:\"%%bp_user_full_name%%\";s:9:\"separator\";s:0:\"\";s:18:\"title-action-group\";s:35:\"%%term_title%% %%sep%% %%sitename%%\";s:21:\"metadesc-action-group\";s:20:\"%%term_description%%\";s:19:\"title-pa_10-00-gift\";s:35:\"%%term_title%% %%sep%% %%sitename%%\";s:22:\"metadesc-pa_10-00-gift\";s:20:\"%%term_description%%\";s:19:\"title-pa_20-00-gift\";s:35:\"%%term_title%% %%sep%% %%sitename%%\";s:22:\"metadesc-pa_20-00-gift\";s:20:\"%%term_description%%\";s:17:\"title-wpcode_type\";s:35:\"%%term_title%% %%sep%% %%sitename%%\";s:20:\"metadesc-wpcode_type\";s:20:\"%%term_description%%\";s:21:\"title-wpcode_location\";s:35:\"%%term_title%% %%sep%% %%sitename%%\";s:24:\"metadesc-wpcode_location\";s:20:\"%%term_description%%\";s:17:\"title-wpcode_tags\";s:35:\"%%term_title%% %%sep%% %%sitename%%\";s:20:\"metadesc-wpcode_tags\";s:20:\"%%term_description%%\";s:18:\"title-pa_5-00-gift\";s:35:\"%%term_title%% %%sep%% %%sitename%%\";s:21:\"metadesc-pa_5-00-gift\";s:20:\"%%term_description%%\";s:19:\"title-pa_35-00-gift\";s:35:\"%%term_title%% %%sep%% %%sitename%%\";s:22:\"metadesc-pa_35-00-gift\";s:20:\"%%term_description%%\";s:19:\"title-pa_45-00-gift\";s:35:\"%%term_title%% %%sep%% %%sitename%%\";s:22:\"metadesc-pa_45-00-gift\";s:20:\"%%term_description%%\";s:25:\"title-pa_gift-00-pre-roll\";s:35:\"%%term_title%% %%sep%% %%sitename%%\";s:28:\"metadesc-pa_gift-00-pre-roll\";s:20:\"%%term_description%%\";s:20:\"title-pa_gift-00-wax\";s:35:\"%%term_title%% %%sep%% %%sitename%%\";s:23:\"metadesc-pa_gift-00-wax\";s:20:\"%%term_description%%\";s:23:\"title-pa_gift-00-flower\";s:35:\"%%term_title%% %%sep%% %%sitename%%\";s:26:\"metadesc-pa_gift-00-flower\";s:20:\"%%term_description%%\";s:23:\"title-pa_gift-00-edible\";s:35:\"%%term_title%% %%sep%% %%sitename%%\";s:26:\"metadesc-pa_gift-00-edible\";s:20:\"%%term_description%%\";s:21:\"title-pa_gift-00-vape\";s:35:\"%%term_title%% %%sep%% %%sitename%%\";s:24:\"metadesc-pa_gift-00-vape\";s:20:\"%%term_description%%\";s:15:\"title-szbdzones\";s:30:\"%%title%% %%sep%% %%sitename%%\";s:18:\"metadesc-szbdzones\";s:11:\"%%excerpt%%\";s:29:\"title-pa_gift-vape-disposable\";s:35:\"%%term_title%% %%sep%% %%sitename%%\";s:32:\"metadesc-pa_gift-vape-disposable\";s:20:\"%%term_description%%\";s:28:\"title-pa_gift-premium-flower\";s:35:\"%%term_title%% %%sep%% %%sitename%%\";s:31:\"metadesc-pa_gift-premium-flower\";s:20:\"%%term_description%%\";s:21:\"title-pa_1-5x1-5-vape\";s:35:\"%%term_title%% %%sep%% %%sitename%%\";s:24:\"metadesc-pa_1-5x1-5-vape\";s:20:\"%%term_description%%\";s:20:\"title-e-landing-page\";s:30:\"%%title%% %%sep%% %%sitename%%\";s:23:\"metadesc-e-landing-page\";s:11:\"%%excerpt%%\";s:23:\"title-elementor_library\";s:30:\"%%title%% %%sep%% %%sitename%%\";s:26:\"metadesc-elementor_library\";s:11:\"%%excerpt%%\";s:28:\"title-elementor_library_type\";s:35:\"%%term_title%% %%sep%% %%sitename%%\";s:31:\"metadesc-elementor_library_type\";s:20:\"%%term_description%%\";s:32:\"title-elementor_library_category\";s:35:\"%%term_title%% %%sep%% %%sitename%%\";s:35:\"metadesc-elementor_library_category\";s:20:\"%%term_description%%\";s:25:\"title-elementor_font_type\";s:35:\"%%term_title%% %%sep%% %%sitename%%\";s:28:\"metadesc-elementor_font_type\";s:20:\"%%term_description%%\";s:37:\"title-pa_private-reserve-flower-gifts\";s:35:\"%%term_title%% %%sep%% %%sitename%%\";s:40:\"metadesc-pa_private-reserve-flower-gifts\";s:20:\"%%term_description%%\";}','yes');
INSERT INTO `wplc_options` VALUES (451245,'wds_autolinks_options','a:8:{s:20:\"redirect-attachments\";b:1;s:10:\"ignorepost\";s:0:\"\";s:6:\"ignore\";s:0:\"\";s:9:\"customkey\";s:0:\"\";s:14:\"cpt_char_limit\";s:0:\"\";s:14:\"tax_char_limit\";s:0:\"\";s:10:\"link_limit\";s:0:\"\";s:17:\"single_link_limit\";s:0:\"\";}','yes');
INSERT INTO `wplc_options` VALUES (451246,'wds_social_options','a:17:{s:8:\"sitename\";s:0:\"\";s:13:\"override_name\";s:0:\"\";s:17:\"organization_logo\";s:0:\"\";s:17:\"organization_name\";s:0:\"\";s:11:\"schema_type\";s:12:\"Organization\";s:12:\"facebook_url\";s:0:\"\";s:13:\"instagram_url\";s:0:\"\";s:12:\"linkedin_url\";s:0:\"\";s:9:\"og-enable\";b:1;s:13:\"pinterest_url\";s:0:\"\";s:16:\"pinterest-verify\";s:0:\"\";s:19:\"twitter-card-enable\";b:1;s:16:\"twitter_username\";s:0:\"\";s:17:\"twitter-card-type\";s:19:\"summary_large_image\";s:11:\"youtube_url\";s:0:\"\";s:14:\"disable-schema\";b:0;s:9:\"fb-app-id\";s:0:\"\";}','yes');
INSERT INTO `wplc_options` VALUES (451247,'wds_taxonomy_meta','a:2:{s:11:\"product_tag\";a:1:{i:46;a:0:{}}s:11:\"product_cat\";a:13:{i:77;a:8:{s:9:\"wds_title\";s:35:\"%%term_title%% %%sep%% %%sitename%%\";s:8:\"wds_desc\";s:20:\"%%term_description%%\";s:11:\"wds_bctitle\";s:0:\"\";s:13:\"wds_canonical\";s:0:\"\";s:11:\"wds_noindex\";b:0;s:12:\"wds_nofollow\";b:0;s:9:\"opengraph\";a:1:{s:8:\"disabled\";b:0;}s:7:\"twitter\";a:1:{s:8:\"disabled\";b:0;}}i:52;a:8:{s:9:\"wds_title\";s:35:\"%%term_title%% %%sep%% %%sitename%%\";s:8:\"wds_desc\";s:20:\"%%term_description%%\";s:11:\"wds_bctitle\";s:0:\"\";s:13:\"wds_canonical\";s:0:\"\";s:11:\"wds_noindex\";b:0;s:12:\"wds_nofollow\";b:0;s:9:\"opengraph\";a:1:{s:8:\"disabled\";b:0;}s:7:\"twitter\";a:1:{s:8:\"disabled\";b:0;}}i:60;a:8:{s:9:\"wds_title\";s:0:\"\";s:8:\"wds_desc\";s:0:\"\";s:11:\"wds_bctitle\";s:0:\"\";s:13:\"wds_canonical\";s:0:\"\";s:11:\"wds_noindex\";b:0;s:12:\"wds_nofollow\";b:0;s:9:\"opengraph\";a:1:{s:8:\"disabled\";b:0;}s:7:\"twitter\";a:1:{s:8:\"disabled\";b:0;}}i:53;a:8:{s:9:\"wds_title\";s:0:\"\";s:8:\"wds_desc\";s:0:\"\";s:11:\"wds_bctitle\";s:0:\"\";s:13:\"wds_canonical\";s:0:\"\";s:11:\"wds_noindex\";b:0;s:12:\"wds_nofollow\";b:0;s:9:\"opengraph\";a:1:{s:8:\"disabled\";b:0;}s:7:\"twitter\";a:1:{s:8:\"disabled\";b:0;}}i:54;a:8:{s:9:\"wds_title\";s:35:\"%%term_title%% %%sep%% %%sitename%%\";s:8:\"wds_desc\";s:20:\"%%term_description%%\";s:11:\"wds_bctitle\";s:0:\"\";s:13:\"wds_canonical\";s:0:\"\";s:11:\"wds_noindex\";b:0;s:12:\"wds_nofollow\";b:0;s:9:\"opengraph\";a:1:{s:8:\"disabled\";b:0;}s:7:\"twitter\";a:1:{s:8:\"disabled\";b:0;}}i:55;a:8:{s:9:\"wds_title\";s:35:\"%%term_title%% %%sep%% %%sitename%%\";s:8:\"wds_desc\";s:20:\"%%term_description%%\";s:11:\"wds_bctitle\";s:0:\"\";s:13:\"wds_canonical\";s:0:\"\";s:11:\"wds_noindex\";b:0;s:12:\"wds_nofollow\";b:0;s:9:\"opengraph\";a:1:{s:8:\"disabled\";b:0;}s:7:\"twitter\";a:1:{s:8:\"disabled\";b:0;}}i:21;a:8:{s:9:\"wds_title\";s:0:\"\";s:8:\"wds_desc\";s:0:\"\";s:11:\"wds_bctitle\";s:0:\"\";s:13:\"wds_canonical\";s:0:\"\";s:11:\"wds_noindex\";b:0;s:12:\"wds_nofollow\";b:0;s:9:\"opengraph\";a:1:{s:8:\"disabled\";b:0;}s:7:\"twitter\";a:1:{s:8:\"disabled\";b:0;}}i:192;a:8:{s:9:\"wds_title\";s:35:\"%%term_title%% %%sep%% %%sitename%%\";s:8:\"wds_desc\";s:20:\"%%term_description%%\";s:11:\"wds_bctitle\";s:0:\"\";s:13:\"wds_canonical\";s:0:\"\";s:11:\"wds_noindex\";b:0;s:12:\"wds_nofollow\";b:0;s:9:\"opengraph\";a:1:{s:8:\"disabled\";b:0;}s:7:\"twitter\";a:1:{s:8:\"disabled\";b:0;}}i:190;a:8:{s:9:\"wds_title\";s:35:\"%%term_title%% %%sep%% %%sitename%%\";s:8:\"wds_desc\";s:20:\"%%term_description%%\";s:11:\"wds_bctitle\";s:0:\"\";s:13:\"wds_canonical\";s:0:\"\";s:11:\"wds_noindex\";b:0;s:12:\"wds_nofollow\";b:0;s:9:\"opengraph\";a:1:{s:8:\"disabled\";b:0;}s:7:\"twitter\";a:1:{s:8:\"disabled\";b:0;}}i:74;a:8:{s:9:\"wds_title\";s:35:\"%%term_title%% %%sep%% %%sitename%%\";s:8:\"wds_desc\";s:20:\"%%term_description%%\";s:11:\"wds_bctitle\";s:0:\"\";s:13:\"wds_canonical\";s:0:\"\";s:11:\"wds_noindex\";b:0;s:12:\"wds_nofollow\";b:0;s:9:\"opengraph\";a:1:{s:8:\"disabled\";b:0;}s:7:\"twitter\";a:1:{s:8:\"disabled\";b:0;}}i:191;a:8:{s:9:\"wds_title\";s:35:\"%%term_title%% %%sep%% %%sitename%%\";s:8:\"wds_desc\";s:20:\"%%term_description%%\";s:11:\"wds_bctitle\";s:0:\"\";s:13:\"wds_canonical\";s:0:\"\";s:11:\"wds_noindex\";b:0;s:12:\"wds_nofollow\";b:0;s:9:\"opengraph\";a:1:{s:8:\"disabled\";b:0;}s:7:\"twitter\";a:1:{s:8:\"disabled\";b:0;}}i:193;a:8:{s:9:\"wds_title\";s:35:\"%%term_title%% %%sep%% %%sitename%%\";s:8:\"wds_desc\";s:20:\"%%term_description%%\";s:11:\"wds_bctitle\";s:0:\"\";s:13:\"wds_canonical\";s:0:\"\";s:11:\"wds_noindex\";b:0;s:12:\"wds_nofollow\";b:0;s:9:\"opengraph\";a:1:{s:8:\"disabled\";b:0;}s:7:\"twitter\";a:1:{s:8:\"disabled\";b:0;}}i:194;a:8:{s:9:\"wds_title\";s:35:\"%%term_title%% %%sep%% %%sitename%%\";s:8:\"wds_desc\";s:20:\"%%term_description%%\";s:11:\"wds_bctitle\";s:0:\"\";s:13:\"wds_canonical\";s:0:\"\";s:11:\"wds_noindex\";b:0;s:12:\"wds_nofollow\";b:0;s:9:\"opengraph\";a:1:{s:8:\"disabled\";b:0;}s:7:\"twitter\";a:1:{s:8:\"disabled\";b:0;}}}}','yes');
INSERT INTO `wplc_options` VALUES (451248,'wds-sitemap-rewrite-rules-flushed','3.9.2','yes');
INSERT INTO `wplc_options` VALUES (451249,'wds_lighthouse_options','a:9:{s:34:\"lighthouse-dashboard-widget-device\";s:7:\"desktop\";s:22:\"lighthouse-cron-enable\";b:0;s:20:\"lighthouse-frequency\";s:6:\"weekly\";s:14:\"lighthouse-dow\";i:3;s:14:\"lighthouse-tod\";i:2;s:21:\"lighthouse-recipients\";a:1:{i:0;a:2:{s:4:\"name\";s:8:\"ftgadmin\";s:5:\"email\";s:25:\"wordpress@fallstech.group\";}}s:38:\"lighthouse-reporting-condition-enabled\";b:0;s:30:\"lighthouse-reporting-condition\";i:90;s:27:\"lighthouse-reporting-device\";s:4:\"both\";}','yes');
INSERT INTO `wplc_options` VALUES (451504,'wpforms_settings','a:2:{s:13:\"modern-markup\";s:1:\"0\";s:20:\"modern-markup-is-set\";b:1;}','yes');
INSERT INTO `wplc_options` VALUES (451517,'wpforms_version_upgraded_from','1.7.8','yes');
INSERT INTO `wplc_options` VALUES (462896,'snapshot_database_build_type','mysqldump','no');
INSERT INTO `wplc_options` VALUES (462897,'snapshot_whats_new_seen','4.17.1','no');
INSERT INTO `wplc_options` VALUES (462908,'snapshot-preset_configs','a:3:{i:0;a:5:{s:2:\"id\";i:1;s:4:\"name\";s:14:\"Default Config\";s:11:\"description\";s:40:\"Recommended backup config for all sites.\";s:7:\"default\";i:1;s:6:\"config\";a:2:{s:7:\"configs\";a:1:{s:8:\"settings\";a:7:{s:8:\"schedule\";a:7:{s:9:\"frequency\";s:6:\"weekly\";s:17:\"frequency_weekday\";i:6;s:18:\"frequency_monthday\";N;s:5:\"files\";s:3:\"all\";s:6:\"tables\";s:3:\"all\";s:4:\"time\";s:5:\"00:00\";s:14:\"human_readable\";s:27:\"Weekly @ 12:00 am on Friday\";}s:6:\"region\";s:2:\"US\";s:5:\"limit\";i:5;s:13:\"notifications\";a:3:{s:12:\"on_fail_send\";b:1;s:14:\"notify_on_fail\";b:1;s:18:\"notify_on_complete\";b:0;}s:10:\"exclusions\";i:1;s:15:\"exclusions_list\";a:0:{}s:7:\"options\";a:1:{s:11:\"remove_data\";i:0;}}}s:7:\"strings\";a:6:{s:13:\"notifications\";s:6:\"Active\";s:10:\"exclusions\";s:6:\"Active\";s:8:\"schedule\";s:27:\"Weekly @ 12:00 am on Friday\";s:6:\"region\";s:2:\"US\";s:5:\"limit\";i:5;s:7:\"options\";s:4:\"Keep\";}}}i:1;a:10:{s:2:\"id\";i:18357;s:4:\"name\";s:22:\"Default Backups Config\";s:11:\"description\";s:54:\"The default Backups config. Great to get started with.\";s:7:\"package\";a:3:{s:2:\"id\";s:7:\"3760011\";s:4:\"name\";s:12:\"Snapshot Pro\";s:6:\"is_dev\";b:1;}s:11:\"is_official\";b:1;s:11:\"is_editable\";b:0;s:12:\"is_removable\";b:0;s:6:\"config\";a:2:{s:7:\"configs\";a:1:{s:8:\"settings\";a:7:{s:8:\"schedule\";a:7:{s:9:\"frequency\";s:6:\"weekly\";s:17:\"frequency_weekday\";i:6;s:18:\"frequency_monthday\";N;s:5:\"files\";s:3:\"all\";s:6:\"tables\";s:3:\"all\";s:4:\"time\";s:5:\"00:00\";s:14:\"human_readable\";s:27:\"Weekly @ 12:00 am on Friday\";}s:6:\"region\";s:2:\"US\";s:5:\"limit\";i:5;s:13:\"notifications\";a:3:{s:12:\"on_fail_send\";b:1;s:14:\"notify_on_fail\";b:1;s:18:\"notify_on_complete\";b:0;}s:10:\"exclusions\";i:1;s:15:\"exclusions_list\";a:0:{}s:7:\"options\";a:1:{s:11:\"remove_data\";i:0;}}}s:7:\"strings\";a:6:{s:8:\"schedule\";s:27:\"Weekly @ 12:00 am on Friday\";s:6:\"region\";s:2:\"US\";s:5:\"limit\";i:5;s:13:\"notifications\";s:6:\"Active\";s:10:\"exclusions\";s:6:\"Active\";s:7:\"options\";s:4:\"Keep\";}}s:12:\"created_time\";s:19:\"2021-10-27 08:07:06\";s:16:\"created_time_utc\";s:19:\"2021-10-27 08:07:06\";}i:2;a:10:{s:2:\"id\";i:31979;s:4:\"name\";s:11:\"FTG Backups\";s:11:\"description\";s:0:\"\";s:7:\"package\";a:3:{s:2:\"id\";s:7:\"3760011\";s:4:\"name\";s:12:\"Snapshot Pro\";s:6:\"is_dev\";b:1;}s:11:\"is_official\";b:0;s:11:\"is_editable\";b:1;s:12:\"is_removable\";b:1;s:6:\"config\";a:2:{s:7:\"configs\";a:1:{s:8:\"settings\";a:7:{s:6:\"region\";s:2:\"US\";s:5:\"limit\";s:1:\"5\";s:8:\"schedule\";a:8:{s:9:\"frequency\";s:5:\"daily\";s:17:\"frequency_weekday\";N;s:18:\"frequency_monthday\";N;s:4:\"time\";s:5:\"19:00\";s:14:\"human_readable\";s:15:\"Daily @ 7:00 PM\";s:5:\"files\";s:3:\"all\";s:6:\"tables\";s:3:\"all\";s:6:\"status\";s:6:\"active\";}s:13:\"notifications\";b:0;s:7:\"options\";a:1:{s:11:\"remove_data\";b:0;}s:10:\"exclusions\";b:1;s:15:\"exclusions_list\";a:9:{i:0;s:26:\"/analytics.fallstech.group\";i:1;s:14:\"/fallsblog.com\";i:2;s:5:\"/link\";i:3;s:7:\"/mainwp\";i:4;s:7:\"/portal\";i:5;s:12:\"/snapshooter\";i:6;s:22:\"/staging.fallsblog.com\";i:7;s:8:\"/staging\";i:8;s:24:\"/staging.fallstech.group\";}}}s:7:\"strings\";a:6:{s:13:\"notifications\";s:8:\"Inactive\";s:10:\"exclusions\";s:6:\"Active\";s:8:\"schedule\";s:15:\"Daily @ 7:00 PM\";s:6:\"region\";s:2:\"US\";s:5:\"limit\";i:5;s:7:\"options\";s:4:\"Keep\";}}s:12:\"created_time\";s:19:\"2023-05-05 21:28:25\";s:16:\"created_time_utc\";s:19:\"2023-05-05 21:28:25\";}}','no');
INSERT INTO `wplc_options` VALUES (462917,'snapshot_exclude_large','1','no');
INSERT INTO `wplc_options` VALUES (462918,'snapshot_global_exclusions','a:9:{i:0;s:26:\"/analytics.fallstech.group\";i:1;s:14:\"/fallsblog.com\";i:2;s:5:\"/link\";i:3;s:7:\"/mainwp\";i:4;s:7:\"/portal\";i:5;s:12:\"/snapshooter\";i:6;s:22:\"/staging.fallsblog.com\";i:7;s:8:\"/staging\";i:8;s:24:\"/staging.fallstech.group\";}','no');
INSERT INTO `wplc_options` VALUES (462920,'snapshot_started_seen','1','no');
INSERT INTO `wplc_options` VALUES (462921,'snapshot_started_seen_persistent','1','no');
INSERT INTO `wplc_options` VALUES (463584,'wds_last_version','3.9.1','yes');
INSERT INTO `wplc_options` VALUES (468185,'cleantalk_allowed_moderation','1','yes');
INSERT INTO `wplc_options` VALUES (470798,'snapshot_failed_backups_notification','a:1:{i:0;a:2:{s:9:\"backup_id\";s:12:\"1c0aa9c983c2\";s:13:\"service_error\";s:33:\"snapshot_failed_UserInfoNotReturn\";}}','no');
INSERT INTO `wplc_options` VALUES (470965,'wp-smush-optimize-list','','no');
INSERT INTO `wplc_options` VALUES (470966,'wp-smush-reoptimize-list','','no');
INSERT INTO `wplc_options` VALUES (470967,'wp-smush-error-items-list','2945','no');
INSERT INTO `wplc_options` VALUES (470968,'wp-smush-ignored-items-list','','no');
INSERT INTO `wplc_options` VALUES (470969,'wp-smush-animated-items-list','','no');
INSERT INTO `wplc_options` VALUES (470972,'wp-smush-optimization-global-stats','a:8:{s:4:\"time\";d:404.41999999999990222931955941021442413330078125;s:5:\"bytes\";i:3174470;s:7:\"percent\";d:9.2599999999999997868371792719699442386627197265625;s:11:\"size_before\";i:34268733;s:10:\"size_after\";i:31094263;s:5:\"count\";i:135;s:14:\"attachment_ids\";s:685:\"1613,1614,1623,1631,1634,1646,1648,1650,1652,2104,2250,2251,2344,2345,2346,2347,2360,2361,2364,2391,2392,2393,2394,2395,2502,2504,2506,2508,2728,2729,2730,2731,2732,2733,2734,2735,2736,2737,2789,2790,2791,2795,2872,2874,2875,2876,2959,2960,2961,2962,2963,2964,2965,2966,2967,2968,2969,2970,2986,2987,2988,2989,2990,2991,2992,2993,2994,2995,2996,2997,2998,3019,3020,3021,3022,3023,3027,3028,3051,3052,3053,3054,3058,3059,3060,3061,3062,3063,3093,3102,3133,3134,3135,3136,3137,3138,3139,3140,3141,3328,3329,3330,3331,3332,3333,3334,3335,3336,3337,3338,3515,3516,3517,3518,3519,3841,6029,6035,6165,6166,6446,7793,7845,7952,10224,10227,10229,10236,10472,10476,10477,10478,10479,10486,10487\";s:11:\"lossy_count\";i:0;}','no');
INSERT INTO `wplc_options` VALUES (475216,'wd_nofresh_install','1','no');
INSERT INTO `wplc_options` VALUES (478566,'wpcode_usage_tracking_config','a:6:{s:3:\"day\";i:5;s:4:\"hour\";i:19;s:6:\"minute\";i:4;s:6:\"second\";i:59;s:6:\"offset\";i:500699;s:8:\"initsend\";i:1687547099;}','no');
INSERT INTO `wplc_options` VALUES (478567,'ihaf_activated','a:2:{s:6:\"wpcode\";i:1686688481;s:7:\"version\";s:6:\"2.0.12\";}','yes');
INSERT INTO `wplc_options` VALUES (478576,'wpcode_snippets','a:3:{s:15:\"after_paragraph\";a:0:{}s:10:\"everywhere\";a:0:{}s:11:\"frontend_cl\";a:1:{i:0;a:12:{s:2:\"id\";i:1797;s:5:\"title\";s:29:\"Minimum Order Amount ($50.00)\";s:4:\"code\";s:1038:\"/**\r\n * Set a minimum order amount for checkout\r\n */\r\nadd_action( \'woocommerce_checkout_process\', \'wc_minimum_order_amount\' );\r\nadd_action( \'woocommerce_before_cart\' , \'wc_minimum_order_amount\' );\r\n \r\nfunction wc_minimum_order_amount() {\r\n    // Set this variable to specify a minimum order value\r\n    $minimum = 50;\r\n\r\n    if ( WC()->cart->total < $minimum ) {\r\n\r\n        if( is_cart() ) {\r\n\r\n            wc_print_notice( \r\n                sprintf( \'Your current order total is %s — you must have an order with a minimum of %s to place your order \' , \r\n                    wc_price( WC()->cart->total ), \r\n                    wc_price( $minimum )\r\n                ), \'error\' \r\n            );\r\n\r\n        } else {\r\n\r\n            wc_add_notice( \r\n                sprintf( \'Your current order total is %s — you must have an order with a minimum of %s to place your order\' , \r\n                    wc_price( WC()->cart->total ), \r\n                    wc_price( $minimum )\r\n                ), \'error\' \r\n            );\r\n\r\n        }\r\n    }\r\n}\";s:9:\"code_type\";s:3:\"php\";s:8:\"location\";s:11:\"frontend_cl\";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:{}}}}','yes');
INSERT INTO `wplc_options` VALUES (478585,'wpcode_admin_notices','a:1:{s:14:\"review_request\";a:2:{s:4:\"time\";i:1686688481;s:9:\"dismissed\";b:0;}}','yes');
INSERT INTO `wplc_options` VALUES (478591,'_transient_wpcode_used_library_snippets','a:1:{i:12;i:1796;}','yes');
INSERT INTO `wplc_options` VALUES (478593,'wpcode_notifications','a:4:{s:6:\"update\";i:1686688493;s:4:\"feed\";a:0:{}s:6:\"events\";a:0:{}s:9:\"dismissed\";a:0:{}}','no');
INSERT INTO `wplc_options` VALUES (478625,'recently_activated_snippets','a:1:{i:6;i:1702001615;}','yes');
INSERT INTO `wplc_options` VALUES (487278,'woocommerce_feature_product_block_editor_enabled','no','yes');
INSERT INTO `wplc_options` VALUES (498231,'defender_config_indexer','a:2:{s:28:\"wp_defender_config_hub_11633\";s:28:\"wp_defender_config_hub_11633\";s:28:\"wp_defender_config_hub_31978\";s:28:\"wp_defender_config_hub_31978\";}','no');
INSERT INTO `wplc_options` VALUES (498234,'wpdefender_preset_configs_transient_time','1687279751','no');
INSERT INTO `wplc_options` VALUES (498235,'wp_defender_config_hub_11633','a:7:{s:7:\"configs\";a:10:{s:15:\"security_tweaks\";a:10:{s:19:\"notification_repeat\";s:6:\"weekly\";s:11:\"subscribers\";a:0:{}s:12:\"notification\";s:7:\"enabled\";s:8:\"automate\";b:1;s:4:\"data\";a:0:{}s:5:\"fixed\";a:4:{i:0;s:15:\"disable-xml-rpc\";i:1;s:14:\"login-duration\";i:2;s:17:\"disable-trackback\";i:3;s:18:\"prevent-enum-users\";}s:6:\"issues\";a:8:{i:0;s:11:\"php-version\";i:1;s:10:\"wp-version\";i:2;s:20:\"prevent-php-executed\";i:3;s:19:\"protect-information\";i:4;s:22:\"replace-admin-username\";i:5;s:12:\"security-key\";i:6;s:19:\"disable-file-editor\";i:7;s:10:\"hide-error\";}s:6:\"ignore\";a:0:{}s:18:\"enabled_user_enums\";N;s:12:\"security_key\";N;}s:4:\"scan\";a:26:{s:15:\"integrity_check\";b:1;s:10:\"check_core\";b:1;s:12:\"check_themes\";b:0;s:13:\"check_plugins\";b:0;s:16:\"check_known_vuln\";b:1;s:12:\"scan_malware\";b:0;s:8:\"filesize\";i:3;s:6:\"report\";s:7:\"enabled\";s:11:\"always_send\";b:0;s:18:\"report_subscribers\";a:0:{}s:3:\"day\";s:6:\"sunday\";s:5:\"day_n\";s:1:\"1\";s:4:\"time\";s:4:\"4:00\";s:9:\"frequency\";s:6:\"weekly\";s:7:\"dry_run\";b:0;s:12:\"notification\";s:7:\"enabled\";s:24:\"always_send_notification\";b:0;s:10:\"error_send\";b:0;s:24:\"notification_subscribers\";a:0:{}s:25:\"email_subject_issue_found\";s:70:\"Malware Scan of {SITE_URL} is complete. {ISSUES_COUNT} issue(s) found.\";s:29:\"email_subject_issue_not_found\";s:57:\"Scan of {SITE_URL} complete. {ISSUES_COUNT} issues found.\";s:19:\"email_subject_error\";s:47:\"Couldn’t scan {SITE_URL} for vulnerabilities.\";s:25:\"email_content_issue_found\";s:139:\"Hi {USER_NAME},\n\nMalware Scan identified {ISSUES_COUNT} issue(s) on {SITE_URL}. The identified issue(s) is/are listed below.\n\n{ISSUES_LIST}\";s:29:\"email_content_issue_not_found\";s:67:\"Hi {USER_NAME},\n\nNo vulnerabilities have been found for {SITE_URL}.\";s:19:\"email_content_error\";s:113:\"Hi {USER_NAME},\n\nWe couldn’t scan {SITE_URL} for vulnerabilities. Please visit your site and run a manual scan.\";s:18:\"scheduled_scanning\";b:1;}s:9:\"iplockout\";a:47:{s:16:\"login_protection\";b:1;s:30:\"login_protection_login_attempt\";i:5;s:34:\"login_protection_lockout_timeframe\";i:300;s:28:\"login_protection_lockout_ban\";s:9:\"timeframe\";s:33:\"login_protection_lockout_duration\";i:4;s:38:\"login_protection_lockout_duration_unit\";s:5:\"hours\";s:32:\"login_protection_lockout_message\";s:64:\"You have been locked out due to too many invalid login attempts.\";s:18:\"username_blacklist\";s:86:\"adm\nadmin\nadmin1\nhostname\nmanager\nqwerty\nroot\nsupport\nsysadmin\ntest\nuser\nadministrator\";s:10:\"detect_404\";b:1;s:20:\"detect_404_threshold\";i:20;s:20:\"detect_404_timeframe\";i:300;s:22:\"detect_404_lockout_ban\";s:9:\"timeframe\";s:27:\"detect_404_lockout_duration\";i:4;s:32:\"detect_404_lockout_duration_unit\";s:5:\"hours\";s:26:\"detect_404_lockout_message\";s:86:\"You have been locked out due to too many attempts to access a file that doesn\'t exist.\";s:20:\"detect_404_blacklist\";s:0:\"\";s:20:\"detect_404_whitelist\";s:28:\".css\n.js\n.jpg\n.png\n.gif\n.map\";s:17:\"detect_404_logged\";b:1;s:12:\"ip_blacklist\";s:0:\"\";s:12:\"ip_whitelist\";s:0:\"\";s:17:\"country_blacklist\";s:0:\"\";s:17:\"country_whitelist\";s:0:\"\";s:18:\"ip_lockout_message\";s:66:\"The administrator has blocked your IP from accessing this website.\";s:26:\"login_lockout_notification\";b:1;s:23:\"ip_lockout_notification\";b:1;s:12:\"notification\";s:7:\"enabled\";s:24:\"notification_subscribers\";a:0:{}s:16:\"cooldown_enabled\";b:0;s:23:\"cooldown_number_lockout\";s:1:\"3\";s:15:\"cooldown_period\";s:2:\"24\";s:6:\"report\";s:7:\"enabled\";s:18:\"report_subscribers\";a:0:{}s:16:\"report_frequency\";s:6:\"weekly\";s:3:\"day\";s:6:\"sunday\";s:5:\"day_n\";s:1:\"1\";s:11:\"report_time\";s:4:\"4:00\";s:7:\"dry_run\";b:0;s:12:\"storage_days\";s:3:\"180\";s:8:\"geoIP_db\";s:0:\"\";s:29:\"ip_blocklist_cleanup_interval\";s:5:\"never\";s:18:\"ua_banning_enabled\";b:0;s:18:\"ua_banning_message\";s:50:\"You have been blocked from accessing this website.\";s:20:\"ua_banning_blacklist\";s:35:\"MJ12Bot\nAhrefsBot\nSEMrushBot\nDotBot\";s:20:\"ua_banning_whitelist\";s:379:\"a6-indexer\nadsbot-google\naolbuild\napis-google\nbaidu\nbingbot\nbingpreview\nbutterfly\ncloudflare\nchrome\nduckduckbot\nembedly\nfacebookexternalhit\nfacebot\ngoogle page speed\ngooglebot\nia_archiver\nlinkedinbot\nmediapartners-google\nmsnbot\nnetcraftsurvey\noutbrain\npinterest\nquora\nslackbot\nslurp\ntweetmemebot\ntwitterbot\nuptimerobot\nurlresolver\nvkshare\nw3c_validator\nwordpress\nwp rocket\nyandex\";s:24:\"ua_banning_empty_headers\";b:0;s:19:\"maxmind_license_key\";s:0:\"\";s:14:\"global_ip_list\";b:0;}s:10:\"two_factor\";a:15:{s:7:\"enabled\";b:0;s:10:\"lost_phone\";b:1;s:10:\"force_auth\";b:0;s:15:\"force_auth_mess\";s:69:\"You are required to setup two-factor authentication to use this site.\";s:10:\"user_roles\";a:5:{i:0;s:13:\"administrator\";i:1;s:6:\"editor\";i:2;s:6:\"author\";i:3;s:11:\"contributor\";i:4;s:10:\"subscriber\";}s:16:\"force_auth_roles\";a:0:{}s:14:\"custom_graphic\";b:0;s:18:\"custom_graphic_url\";s:0:\"\";s:13:\"email_subject\";s:13:\"Your OTP code\";s:12:\"email_sender\";s:5:\"admin\";s:10:\"email_body\";s:193:\"Hi {{display_name}},\r\n\r\nYour temporary login passcode is {{passcode}}.\r\n\r\nCopy and paste the passcode into the input field on the login screen to complete logging in.\r\n\r\nRegards,\r\nAdministrator\";s:9:\"app_title\";s:0:\"\";s:19:\"custom_graphic_type\";s:6:\"upload\";s:19:\"custom_graphic_link\";s:0:\"\";s:10:\"detect_woo\";N;}s:10:\"mask_login\";a:5:{s:7:\"enabled\";b:0;s:8:\"mask_url\";s:0:\"\";s:16:\"redirect_traffic\";s:3:\"off\";s:20:\"redirect_traffic_url\";s:0:\"\";s:24:\"redirect_traffic_page_id\";i:0;}s:16:\"security_headers\";a:16:{s:9:\"sh_xframe\";b:1;s:14:\"sh_xframe_mode\";s:10:\"sameorigin\";s:14:\"sh_xframe_urls\";s:0:\"\";s:17:\"sh_xss_protection\";b:1;s:22:\"sh_xss_protection_mode\";s:8:\"sanitize\";s:23:\"sh_content_type_options\";b:1;s:28:\"sh_content_type_options_mode\";s:7:\"nosniff\";s:19:\"sh_strict_transport\";b:1;s:12:\"hsts_preload\";b:0;s:17:\"include_subdomain\";b:0;s:19:\"hsts_cache_duration\";s:7:\"30 days\";s:18:\"sh_referrer_policy\";b:1;s:23:\"sh_referrer_policy_mode\";s:24:\"origin-when-cross-origin\";s:17:\"sh_feature_policy\";b:1;s:22:\"sh_feature_policy_mode\";s:4:\"self\";s:22:\"sh_feature_policy_urls\";s:0:\"\";}s:8:\"settings\";a:5:{s:14:\"uninstall_data\";s:4:\"keep\";s:18:\"uninstall_settings\";s:8:\"preserve\";s:9:\"translate\";s:0:\"\";s:14:\"usage_tracking\";b:0;s:18:\"high_contrast_mode\";b:0;}s:15:\"pwned_passwords\";a:3:{s:7:\"enabled\";b:0;s:10:\"user_roles\";a:5:{i:0;s:13:\"administrator\";i:1;s:6:\"editor\";i:2;s:6:\"author\";i:3;s:11:\"contributor\";i:4;s:10:\"subscriber\";}s:14:\"custom_message\";s:110:\"You are required to change your password because the password you are using exists on database breach records.\";}s:5:\"audit\";a:9:{s:7:\"enabled\";b:1;s:6:\"report\";s:7:\"enabled\";s:11:\"subscribers\";a:0:{}s:9:\"frequency\";s:6:\"weekly\";s:3:\"day\";s:6:\"sunday\";s:5:\"day_n\";s:1:\"1\";s:4:\"time\";s:4:\"4:00\";s:7:\"dry_run\";b:0;s:12:\"storage_days\";s:8:\"6 months\";}s:17:\"blocklist_monitor\";a:2:{s:7:\"enabled\";b:1;s:6:\"status\";s:1:\"1\";}}s:7:\"strings\";a:9:{s:15:\"security_tweaks\";a:2:{i:0;s:30:\"4/12 recommendations activated\";i:1;s:26:\"Email notifications active\";}s:4:\"scan\";a:3:{i:0;s:6:\"Active\";i:1;s:26:\"Email notifications active\";i:2;s:28:\"Email reports sending weekly\";}s:5:\"audit\";a:2:{i:0;s:6:\"Active\";i:1;s:28:\"Email reports sending weekly\";}s:9:\"iplockout\";a:5:{i:0;s:23:\"Login protection active\";i:1;s:20:\"404 detection active\";i:2;s:27:\"User agent banning inactive\";i:3;s:26:\"Email notifications active\";i:4;s:28:\"Email reports sending weekly\";}s:10:\"two_factor\";a:1:{i:0;s:8:\"Inactive\";}s:10:\"mask_login\";a:1:{i:0;s:8:\"Inactive\";}s:16:\"security_headers\";a:1:{i:0;s:6:\"Active\";}s:17:\"blocklist_monitor\";a:1:{i:0;s:6:\"Active\";}s:15:\"pwned_passwords\";a:1:{i:0;s:8:\"Inactive\";}}s:6:\"hub_id\";i:11633;s:4:\"name\";s:23:\"Default Security Config\";s:11:\"description\";s:86:\"The default Security config. Great to get started with, remember to add notifications.\";s:8:\"immortal\";b:0;s:12:\"is_removable\";b:0;}','no');
INSERT INTO `wplc_options` VALUES (498236,'wp_defender_config_hub_31978','a:7:{s:7:\"strings\";a:10:{s:15:\"security_tweaks\";a:2:{i:0;s:30:\"9/12 recommendations activated\";i:1;s:26:\"Email notifications active\";}s:4:\"scan\";a:2:{i:0;s:6:\"Active\";i:1;s:26:\"Email notifications active\";}s:9:\"iplockout\";a:4:{i:0;s:23:\"Login protection active\";i:1;s:20:\"404 detection active\";i:2;s:27:\"User agent banning inactive\";i:3;s:26:\"Email notifications active\";}s:10:\"two_factor\";a:1:{i:0;s:8:\"Inactive\";}s:10:\"mask_login\";a:1:{i:0;s:8:\"Inactive\";}s:8:\"settings\";a:0:{}s:16:\"security_headers\";a:1:{i:0;s:6:\"Active\";}s:5:\"audit\";a:1:{i:0;s:6:\"Active\";}s:17:\"blocklist_monitor\";a:1:{i:0;s:8:\"Inactive\";}s:15:\"pwned_passwords\";a:1:{i:0;s:8:\"Inactive\";}}s:7:\"configs\";a:10:{s:15:\"security_tweaks\";a:10:{s:19:\"notification_repeat\";s:6:\"weekly\";s:11:\"subscribers\";a:0:{}s:12:\"notification\";s:7:\"enabled\";s:4:\"data\";a:0:{}s:5:\"fixed\";a:9:{i:0;s:15:\"disable-xml-rpc\";i:1;s:10:\"wp-version\";i:2;s:10:\"hide-error\";i:3;s:11:\"php-version\";i:4;s:22:\"replace-admin-username\";i:5;s:12:\"security-key\";i:6;s:14:\"login-duration\";i:7;s:17:\"disable-trackback\";i:8;s:18:\"prevent-enum-users\";}s:6:\"issues\";a:3:{i:0;s:19:\"disable-file-editor\";i:1;s:19:\"protect-information\";i:2;s:20:\"prevent-php-executed\";}s:6:\"ignore\";a:0:{}s:8:\"automate\";b:0;s:18:\"enabled_user_enums\";a:0:{}s:12:\"security_key\";a:0:{}}s:4:\"scan\";a:25:{s:15:\"integrity_check\";b:1;s:10:\"check_core\";b:1;s:13:\"check_plugins\";b:0;s:16:\"check_known_vuln\";b:1;s:12:\"scan_malware\";b:0;s:8:\"filesize\";i:3;s:18:\"scheduled_scanning\";b:1;s:3:\"day\";s:6:\"sunday\";s:5:\"day_n\";s:1:\"1\";s:4:\"time\";s:4:\"4:00\";s:9:\"frequency\";s:5:\"daily\";s:6:\"report\";s:8:\"disabled\";s:11:\"always_send\";s:0:\"\";s:18:\"report_subscribers\";a:0:{}s:7:\"dry_run\";b:0;s:12:\"notification\";s:7:\"enabled\";s:24:\"always_send_notification\";s:0:\"\";s:10:\"error_send\";s:0:\"\";s:24:\"notification_subscribers\";a:0:{}s:29:\"email_subject_issue_not_found\";s:57:\"Scan of {SITE_URL} complete. {ISSUES_COUNT} issues found.\";s:25:\"email_subject_issue_found\";s:70:\"Malware Scan of {SITE_URL} is complete. {ISSUES_COUNT} issue(s) found.\";s:19:\"email_subject_error\";s:47:\"Couldn’t scan {SITE_URL} for vulnerabilities.\";s:29:\"email_content_issue_not_found\";s:67:\"Hi {USER_NAME},\n\nNo vulnerabilities have been found for {SITE_URL}.\";s:25:\"email_content_issue_found\";s:139:\"Hi {USER_NAME},\n\nMalware Scan identified {ISSUES_COUNT} issue(s) on {SITE_URL}. The identified issue(s) is/are listed below.\n\n{ISSUES_LIST}\";s:19:\"email_content_error\";s:113:\"Hi {USER_NAME},\n\nWe couldn’t scan {SITE_URL} for vulnerabilities. Please visit your site and run a manual scan.\";}s:9:\"iplockout\";a:47:{s:16:\"login_protection\";b:1;s:30:\"login_protection_login_attempt\";i:5;s:34:\"login_protection_lockout_timeframe\";i:300;s:28:\"login_protection_lockout_ban\";s:9:\"timeframe\";s:33:\"login_protection_lockout_duration\";i:4;s:38:\"login_protection_lockout_duration_unit\";s:5:\"hours\";s:32:\"login_protection_lockout_message\";s:64:\"You have been locked out due to too many invalid login attempts.\";s:18:\"username_blacklist\";s:86:\"adm\nadmin\nadmin1\nhostname\nmanager\nqwerty\nroot\nsupport\nsysadmin\ntest\nuser\nadministrator\";s:10:\"detect_404\";b:1;s:20:\"detect_404_threshold\";i:20;s:20:\"detect_404_timeframe\";i:300;s:22:\"detect_404_lockout_ban\";s:9:\"timeframe\";s:27:\"detect_404_lockout_duration\";i:4;s:32:\"detect_404_lockout_duration_unit\";s:5:\"hours\";s:26:\"detect_404_lockout_message\";s:86:\"You have been locked out due to too many attempts to access a file that doesn\'t exist.\";s:20:\"detect_404_blacklist\";s:0:\"\";s:20:\"detect_404_whitelist\";s:28:\".css\n.js\n.jpg\n.png\n.gif\n.map\";s:17:\"detect_404_logged\";b:1;s:12:\"ip_blacklist\";s:0:\"\";s:12:\"ip_whitelist\";s:0:\"\";s:17:\"country_blacklist\";a:1:{i:0;s:0:\"\";}s:17:\"country_whitelist\";a:1:{i:0;s:0:\"\";}s:18:\"ip_lockout_message\";s:66:\"The administrator has blocked your IP from accessing this website.\";s:26:\"login_lockout_notification\";b:1;s:23:\"ip_lockout_notification\";b:1;s:12:\"notification\";s:7:\"enabled\";s:24:\"notification_subscribers\";a:0:{}s:16:\"cooldown_enabled\";s:0:\"\";s:23:\"cooldown_number_lockout\";s:1:\"3\";s:15:\"cooldown_period\";s:2:\"24\";s:6:\"report\";s:8:\"disabled\";s:18:\"report_subscribers\";a:1:{s:19:\"in_house_recipients\";a:1:{i:0;a:6:{s:4:\"name\";s:25:\"FTG Hosting Administrator\";s:2:\"id\";s:1:\"7\";s:5:\"email\";s:25:\"wordpress@fallstech.group\";s:4:\"role\";s:13:\"Administrator\";s:6:\"avatar\";s:81:\"https://secure.gravatar.com/avatar/3608921a923d770320f10682ad637b30?s=96&d=mm&r=g\";s:6:\"status\";s:10:\"subscribed\";}}}s:16:\"report_frequency\";s:6:\"weekly\";s:3:\"day\";s:6:\"sunday\";s:5:\"day_n\";s:1:\"1\";s:11:\"report_time\";s:4:\"4:00\";s:7:\"dry_run\";b:0;s:12:\"storage_days\";i:180;s:8:\"geoIP_db\";s:0:\"\";s:19:\"maxmind_license_key\";s:0:\"\";s:29:\"ip_blocklist_cleanup_interval\";s:5:\"never\";s:18:\"ua_banning_enabled\";b:0;s:18:\"ua_banning_message\";s:50:\"You have been blocked from accessing this website.\";s:20:\"ua_banning_blacklist\";s:35:\"MJ12Bot\nAhrefsBot\nSEMrushBot\nDotBot\";s:20:\"ua_banning_whitelist\";s:379:\"a6-indexer\nadsbot-google\naolbuild\napis-google\nbaidu\nbingbot\nbingpreview\nbutterfly\ncloudflare\nchrome\nduckduckbot\nembedly\nfacebookexternalhit\nfacebot\ngoogle page speed\ngooglebot\nia_archiver\nlinkedinbot\nmediapartners-google\nmsnbot\nnetcraftsurvey\noutbrain\npinterest\nquora\nslackbot\nslurp\ntweetmemebot\ntwitterbot\nuptimerobot\nurlresolver\nvkshare\nw3c_validator\nwordpress\nwp rocket\nyandex\";s:24:\"ua_banning_empty_headers\";b:0;s:14:\"global_ip_list\";b:0;}s:10:\"two_factor\";a:15:{s:7:\"enabled\";b:0;s:10:\"lost_phone\";b:1;s:10:\"force_auth\";b:0;s:15:\"force_auth_mess\";s:69:\"You are required to setup two-factor authentication to use this site.\";s:10:\"user_roles\";a:5:{i:0;s:13:\"administrator\";i:1;s:6:\"editor\";i:2;s:6:\"author\";i:3;s:11:\"contributor\";i:4;s:10:\"subscriber\";}s:16:\"force_auth_roles\";a:0:{}s:14:\"custom_graphic\";b:0;s:19:\"custom_graphic_type\";s:6:\"upload\";s:18:\"custom_graphic_url\";s:103:\"https://www.apartmentsbydesign.net/wp-content/plugins/defender-security/assets/img/2factor-disabled.svg\";s:19:\"custom_graphic_link\";s:0:\"\";s:13:\"email_subject\";s:13:\"Your OTP code\";s:12:\"email_sender\";s:5:\"admin\";s:10:\"email_body\";s:193:\"Hi {{display_name}},\r\n\r\nYour temporary login passcode is {{passcode}}.\r\n\r\nCopy and paste the passcode into the input field on the login screen to complete logging in.\r\n\r\nRegards,\r\nAdministrator\";s:9:\"app_title\";s:0:\"\";s:10:\"detect_woo\";b:0;}s:10:\"mask_login\";a:5:{s:8:\"mask_url\";s:0:\"\";s:16:\"redirect_traffic\";s:3:\"off\";s:20:\"redirect_traffic_url\";s:0:\"\";s:24:\"redirect_traffic_page_id\";i:0;s:7:\"enabled\";b:0;}s:8:\"settings\";a:5:{s:9:\"translate\";s:7:\"English\";s:14:\"usage_tracking\";b:0;s:14:\"uninstall_data\";s:4:\"keep\";s:18:\"uninstall_settings\";s:8:\"preserve\";s:18:\"high_contrast_mode\";b:0;}s:16:\"security_headers\";a:15:{s:9:\"sh_xframe\";b:1;s:14:\"sh_xframe_mode\";s:10:\"sameorigin\";s:17:\"sh_xss_protection\";b:1;s:22:\"sh_xss_protection_mode\";s:8:\"sanitize\";s:23:\"sh_content_type_options\";b:1;s:28:\"sh_content_type_options_mode\";s:7:\"nosniff\";s:19:\"sh_strict_transport\";b:1;s:12:\"hsts_preload\";i:0;s:17:\"include_subdomain\";i:0;s:19:\"hsts_cache_duration\";s:7:\"30 days\";s:18:\"sh_referrer_policy\";b:1;s:23:\"sh_referrer_policy_mode\";s:24:\"origin-when-cross-origin\";s:17:\"sh_feature_policy\";b:1;s:22:\"sh_feature_policy_mode\";s:4:\"self\";s:22:\"sh_feature_policy_urls\";s:0:\"\";}s:5:\"audit\";a:9:{s:7:\"enabled\";b:1;s:6:\"report\";s:8:\"disabled\";s:11:\"subscribers\";a:0:{}s:9:\"frequency\";s:6:\"weekly\";s:3:\"day\";s:6:\"sunday\";s:5:\"day_n\";s:1:\"1\";s:4:\"time\";s:4:\"4:00\";s:7:\"dry_run\";b:0;s:12:\"storage_days\";s:8:\"6 months\";}s:17:\"blocklist_monitor\";a:2:{s:7:\"enabled\";b:0;s:6:\"status\";s:2:\"-1\";}s:15:\"pwned_passwords\";a:3:{s:7:\"enabled\";b:0;s:10:\"user_roles\";a:5:{i:0;s:13:\"administrator\";i:1;s:6:\"editor\";i:2;s:6:\"author\";i:3;s:11:\"contributor\";i:4;s:10:\"subscriber\";}s:14:\"custom_message\";s:110:\"You are required to change your password because the password you are using exists on database breach records.\";}}s:6:\"hub_id\";i:31978;s:4:\"name\";s:12:\"FTG Defender\";s:11:\"description\";s:0:\"\";s:8:\"immortal\";b:0;s:12:\"is_removable\";b:1;}','no');
INSERT INTO `wplc_options` VALUES (515190,'wc_pb_db_sync_task_throttled','no','yes');
INSERT INTO `wplc_options` VALUES (526680,'szbd_google_api_key','AIzaSyBeCjd5dx8dDoUyR3qH0Dq4I4CUVxL_Hrg','yes');
INSERT INTO `wplc_options` VALUES (526681,'szbd_exclude_shipping_methods','no','yes');
INSERT INTO `wplc_options` VALUES (526682,'szbd_hide_shipping_cart','no','yes');
INSERT INTO `wplc_options` VALUES (526683,'szbd_enable_at_cart','no','yes');
INSERT INTO `wplc_options` VALUES (526684,'szbd_precise_address','no','yes');
INSERT INTO `wplc_options` VALUES (526685,'szbd_map_placement','before_payment','yes');
INSERT INTO `wplc_options` VALUES (526686,'szbd_precise_address_plus_code','no','yes');
INSERT INTO `wplc_options` VALUES (526687,'szbd_precise_address_mandatory','no','yes');
INSERT INTO `wplc_options` VALUES (526688,'szbd_google_api_key_2','','yes');
INSERT INTO `wplc_options` VALUES (526689,'szbd_store_address_mode','geo_woo_store','yes');
INSERT INTO `wplc_options` VALUES (526690,'SZbD_settings_test','','yes');
INSERT INTO `wplc_options` VALUES (539895,'wd_2auth_settings','{\"enabled\":false,\"lost_phone\":true,\"force_auth\":false,\"force_auth_mess\":\"You are required to setup two-factor authentication to use this site.\",\"user_roles\":[\"editor\",\"author\",\"contributor\",\"subscriber\",\"customer\",\"shop_manager\",\"coupon_affiliate\",\"driver\"],\"force_auth_roles\":[],\"custom_graphic\":false,\"custom_graphic_type\":\"upload\",\"custom_graphic_url\":\"https:\\/\\/www.dubdelivery.club\\/wp-content\\/plugins\\/wp-defender\\/assets\\/img\\/2factor-disabled.svg\",\"custom_graphic_link\":\"\",\"email_subject\":\"Your OTP code\",\"email_sender\":\"admin\",\"email_body\":\"Hi {{display_name}},\\r\\n\\r\\nYour temporary password is {{passcode}}. To finish logging in, copy and paste the temporary password into the Password field on the login screen.\",\"app_title\":\"D\\u00fcb Delivery Club\",\"detect_woo\":false}','no');
INSERT INTO `wplc_options` VALUES (549351,'wc_memberships_milestone_version','1.25.0','yes');
INSERT INTO `wplc_options` VALUES (551424,'woocommerce_ces_product_feedback_shown','1','yes');
INSERT INTO `wplc_options` VALUES (576367,'wc_blocks_use_blockified_product_grid_block_as_template','no','yes');
INSERT INTO `wplc_options` VALUES (576368,'wc_blocks_version','11.8.0-dev','yes');
INSERT INTO `wplc_options` VALUES (576415,'wp-smush-show_upgrade_modal','1','no');
INSERT INTO `wplc_options` VALUES (597477,'wd_show_feature_quarantine','1','no');
INSERT INTO `wplc_options` VALUES (620031,'skuautoffxf_format_an','ffxf_format_an','yes');
INSERT INTO `wplc_options` VALUES (620032,'skuautoffxf_variation_separator','','yes');
INSERT INTO `wplc_options` VALUES (620033,'woocommerce_custom_orders_table_enabled','no','yes');
INSERT INTO `wplc_options` VALUES (620034,'woocommerce_custom_orders_table_data_sync_enabled','no','yes');
INSERT INTO `wplc_options` VALUES (620035,'woocommerce_custom_orders_table_created','yes','yes');
INSERT INTO `wplc_options` VALUES (632375,'cleantalk_sfw_update_queue','a:3:{s:7:\"started\";i:1692556993;s:8:\"finished\";i:1692557050;s:6:\"stages\";a:13:{i:0;a:7:{s:4:\"name\";s:32:\"apbct_sfw_update__get_multifiles\";s:6:\"status\";s:8:\"FINISHED\";s:5:\"tries\";i:1;s:14:\"accepted_tries\";i:3;s:4:\"args\";a:0:{}s:3:\"pid\";i:83657932;s:5:\"start\";i:1692556995;}i:1;a:7:{s:4:\"name\";s:32:\"apbct_sfw_update__download_files\";s:6:\"status\";s:8:\"FINISHED\";s:5:\"tries\";i:1;s:14:\"accepted_tries\";i:3;s:4:\"args\";a:3:{i:0;s:83:\"https://apix6.cleantalk.org/store/bl_list_0b4694fbdeb26f251242f554670be76b.0.csv.gz\";i:1;s:81:\"https://apix6.cleantalk.org/store/ua_list_0b4694fbdeb26f251242f554670be76b.csv.gz\";i:2;s:81:\"https://apix6.cleantalk.org/store/ck_list_0b4694fbdeb26f251242f554670be76b.csv.gz\";}s:3:\"pid\";i:1339232840;s:5:\"start\";i:1692557000;}i:2;a:7:{s:4:\"name\";s:31:\"apbct_sfw_update__create_tables\";s:6:\"status\";s:8:\"FINISHED\";s:5:\"tries\";i:1;s:14:\"accepted_tries\";i:3;s:4:\"args\";a:0:{}s:3:\"pid\";i:500136097;s:5:\"start\";i:1692557009;}i:3;a:7:{s:4:\"name\";s:36:\"apbct_sfw_update__create_temp_tables\";s:6:\"status\";s:8:\"FINISHED\";s:5:\"tries\";i:1;s:14:\"accepted_tries\";i:3;s:4:\"args\";a:0:{}s:3:\"pid\";i:1705693015;s:5:\"start\";i:1692557012;}i:4;a:7:{s:4:\"name\";s:31:\"apbct_sfw_update__process_files\";s:6:\"status\";s:8:\"FINISHED\";s:5:\"tries\";i:1;s:14:\"accepted_tries\";i:3;s:4:\"args\";a:0:{}s:3:\"pid\";i:1691929787;s:5:\"start\";i:1692557016;}i:5;a:7:{s:4:\"name\";s:31:\"apbct_sfw_update__process_files\";s:6:\"status\";s:8:\"FINISHED\";s:5:\"tries\";i:1;s:14:\"accepted_tries\";i:3;s:4:\"args\";a:0:{}s:3:\"pid\";i:1732495361;s:5:\"start\";i:1692557020;}i:6;a:7:{s:4:\"name\";s:31:\"apbct_sfw_update__process_files\";s:6:\"status\";s:8:\"FINISHED\";s:5:\"tries\";i:1;s:14:\"accepted_tries\";i:3;s:4:\"args\";a:0:{}s:3:\"pid\";i:223198037;s:5:\"start\";i:1692557024;}i:7;a:7:{s:4:\"name\";s:31:\"apbct_sfw_update__process_files\";s:6:\"status\";s:8:\"FINISHED\";s:5:\"tries\";i:1;s:14:\"accepted_tries\";i:3;s:4:\"args\";a:0:{}s:3:\"pid\";i:853025125;s:5:\"start\";i:1692557028;}i:8;a:7:{s:4:\"name\";s:36:\"apbct_sfw_update__process_exclusions\";s:6:\"status\";s:8:\"FINISHED\";s:5:\"tries\";i:1;s:14:\"accepted_tries\";i:3;s:4:\"args\";a:0:{}s:3:\"pid\";i:1012553256;s:5:\"start\";i:1692557032;}i:9;a:7:{s:4:\"name\";s:48:\"apbct_sfw_update__end_of_update__renaming_tables\";s:6:\"status\";s:8:\"FINISHED\";s:5:\"tries\";i:1;s:14:\"accepted_tries\";i:1;s:4:\"args\";a:0:{}s:3:\"pid\";i:364331926;s:5:\"start\";i:1692557036;}i:10;a:7:{s:4:\"name\";s:46:\"apbct_sfw_update__end_of_update__checking_data\";s:6:\"status\";s:8:\"FINISHED\";s:5:\"tries\";i:1;s:14:\"accepted_tries\";i:1;s:4:\"args\";a:0:{}s:3:\"pid\";i:194671784;s:5:\"start\";i:1692557040;}i:11;a:7:{s:4:\"name\";s:47:\"apbct_sfw_update__end_of_update__updating_stats\";s:6:\"status\";s:8:\"FINISHED\";s:5:\"tries\";i:1;s:14:\"accepted_tries\";i:1;s:4:\"args\";a:0:{}s:3:\"pid\";i:1951448613;s:5:\"start\";i:1692557044;}i:12;a:7:{s:4:\"name\";s:31:\"apbct_sfw_update__end_of_update\";s:6:\"status\";s:8:\"FINISHED\";s:5:\"tries\";i:1;s:14:\"accepted_tries\";i:1;s:4:\"args\";b:0;s:3:\"pid\";i:1002616007;s:5:\"start\";i:1692557048;}}}','yes');
INSERT INTO `wplc_options` VALUES (636020,'snapshot_backups_version','4.22.0','yes');
INSERT INTO `wplc_options` VALUES (638427,'jetpack_sync_settings_custom_queue_table_enabled','1','yes');
INSERT INTO `wplc_options` VALUES (650235,'wpforms_email_summaries_info_blocks_sent','a:1:{i:0;i:521223;}','yes');
INSERT INTO `wplc_options` VALUES (660354,'_transient_timeout_woocommerce_blocks_asset_api_script_data_ssl','1708560148','no');
INSERT INTO `wplc_options` VALUES (660355,'_transient_woocommerce_blocks_asset_api_script_data_ssl','{\"script_data\":{\"assets\\/client\\/blocks\\/wc-settings.js\":{\"src\":\"https:\\/\\/www.dubdelivery.club\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/wc-settings.js\",\"version\":\"07c2f0675ddd247d2325\",\"dependencies\":[\"wp-hooks\",\"wp-polyfill\"]},\"assets\\/client\\/blocks\\/active-filters.js\":{\"src\":\"https:\\/\\/www.dubdelivery.club\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/active-filters.js\",\"version\":\"95a1b3f19b7fe4333a57\",\"dependencies\":[\"react\",\"wc-blocks-components\",\"wc-blocks-data-store\",\"wc-price-format\",\"wc-settings\",\"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:\\/\\/www.dubdelivery.club\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/active-filters-frontend.js\",\"version\":\"70e84d296b0795687d51\",\"dependencies\":[\"react\",\"wc-blocks-components\",\"wc-blocks-data-store\",\"wc-price-format\",\"wc-settings\",\"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:\\/\\/www.dubdelivery.club\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/all-products.js\",\"version\":\"2749b82bd8ff0710a02b\",\"dependencies\":[\"lodash\",\"react\",\"wc-blocks-components\",\"wc-blocks-data-store\",\"wc-blocks-registry\",\"wc-blocks-shared-context\",\"wc-blocks-shared-hocs\",\"wc-price-format\",\"wc-settings\",\"wp-a11y\",\"wp-api-fetch\",\"wp-autop\",\"wp-block-editor\",\"wp-blocks\",\"wp-components\",\"wp-compose\",\"wp-data\",\"wp-deprecated\",\"wp-dom\",\"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-warning\",\"wp-wordcount\"]},\"assets\\/client\\/blocks\\/all-products-frontend.js\":{\"src\":\"https:\\/\\/www.dubdelivery.club\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/all-products-frontend.js\",\"version\":\"817507c468f28d7dc664\",\"dependencies\":[\"lodash\",\"react\",\"wc-blocks-components\",\"wc-blocks-data-store\",\"wc-blocks-registry\",\"wc-blocks-shared-context\",\"wc-blocks-shared-hocs\",\"wc-price-format\",\"wc-settings\",\"wp-a11y\",\"wp-api-fetch\",\"wp-autop\",\"wp-blocks\",\"wp-components\",\"wp-compose\",\"wp-data\",\"wp-deprecated\",\"wp-dom\",\"wp-element\",\"wp-hooks\",\"wp-html-entities\",\"wp-i18n\",\"wp-is-shallow-equal\",\"wp-polyfill\",\"wp-primitives\",\"wp-style-engine\",\"wp-url\",\"wp-warning\",\"wp-wordcount\"]},\"assets\\/client\\/blocks\\/all-reviews.js\":{\"src\":\"https:\\/\\/www.dubdelivery.club\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/all-reviews.js\",\"version\":\"9f6883440908e5e52100\",\"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:\\/\\/www.dubdelivery.club\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/reviews-frontend.js\",\"version\":\"329e37284479fc3ec518\",\"dependencies\":[\"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:\\/\\/www.dubdelivery.club\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/attribute-filter.js\",\"version\":\"0318ade40f521370e630\",\"dependencies\":[\"lodash\",\"react\",\"wc-blocks-components\",\"wc-blocks-data-store\",\"wc-settings\",\"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:\\/\\/www.dubdelivery.club\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/attribute-filter-frontend.js\",\"version\":\"deb7825537a9a0def635\",\"dependencies\":[\"lodash\",\"react\",\"wc-blocks-components\",\"wc-blocks-data-store\",\"wc-settings\",\"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:\\/\\/www.dubdelivery.club\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/breadcrumbs.js\",\"version\":\"418c5059b135f1aa7830\",\"dependencies\":[\"react\",\"wc-settings\",\"wp-block-editor\",\"wp-blocks\",\"wp-components\",\"wp-element\",\"wp-i18n\",\"wp-polyfill\",\"wp-primitives\"]},\"assets\\/client\\/blocks\\/catalog-sorting.js\":{\"src\":\"https:\\/\\/www.dubdelivery.club\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/catalog-sorting.js\",\"version\":\"8b529214dc52ced84c1a\",\"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:\\/\\/www.dubdelivery.club\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/legacy-template.js\",\"version\":\"7a28cf530204660de807\",\"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:\\/\\/www.dubdelivery.club\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/classic-shortcode.js\",\"version\":\"76824181596fde792ec6\",\"dependencies\":[\"react\",\"wp-block-editor\",\"wp-blocks\",\"wp-components\",\"wp-data\",\"wp-element\",\"wp-i18n\",\"wp-notices\",\"wp-polyfill\",\"wp-primitives\"]},\"assets\\/client\\/blocks\\/customer-account.js\":{\"src\":\"https:\\/\\/www.dubdelivery.club\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/customer-account.js\",\"version\":\"29d7fa83f6c2f9a2ce01\",\"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:\\/\\/www.dubdelivery.club\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/featured-category.js\",\"version\":\"148e4c038b098e102c5a\",\"dependencies\":[\"react\",\"wc-settings\",\"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:\\/\\/www.dubdelivery.club\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/featured-product.js\",\"version\":\"c1aba3f06758a23823df\",\"dependencies\":[\"react\",\"wc-settings\",\"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:\\/\\/www.dubdelivery.club\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/filter-wrapper.js\",\"version\":\"6e0bde12b66fdc6a52d4\",\"dependencies\":[\"react\",\"wp-block-editor\",\"wp-blocks\",\"wp-element\",\"wp-i18n\",\"wp-polyfill\",\"wp-primitives\"]},\"assets\\/client\\/blocks\\/filter-wrapper-frontend.js\":{\"src\":\"https:\\/\\/www.dubdelivery.club\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/filter-wrapper-frontend.js\",\"version\":\"1343caca35a219ba93be\",\"dependencies\":[\"lodash\",\"react\",\"wc-blocks-checkout\",\"wc-blocks-components\",\"wc-blocks-data-store\",\"wc-blocks-registry\",\"wc-price-format\",\"wc-settings\",\"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:\\/\\/www.dubdelivery.club\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/handpicked-products.js\",\"version\":\"f26a537f9581cb15be17\",\"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:\\/\\/www.dubdelivery.club\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/mini-cart.js\",\"version\":\"b9d45061c08714f5ce20\",\"dependencies\":[\"react\",\"wc-price-format\",\"wc-settings\",\"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:\\/\\/www.dubdelivery.club\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/mini-cart-frontend.js\",\"version\":\"7f4b55b97a7cb539b252\",\"dependencies\":[\"wc-price-format\",\"wc-settings\",\"wp-api-fetch\",\"wp-i18n\",\"wp-polyfill\"]},\"assets\\/client\\/blocks\\/store-notices.js\":{\"src\":\"https:\\/\\/www.dubdelivery.club\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/store-notices.js\",\"version\":\"05d34da6f782826693d8\",\"dependencies\":[\"lodash\",\"react\",\"wp-a11y\",\"wp-block-editor\",\"wp-blocks\",\"wp-compose\",\"wp-deprecated\",\"wp-dom\",\"wp-element\",\"wp-i18n\",\"wp-polyfill\",\"wp-primitives\",\"wp-warning\"]},\"assets\\/client\\/blocks\\/price-filter.js\":{\"src\":\"https:\\/\\/www.dubdelivery.club\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/price-filter.js\",\"version\":\"1acccd58ca149d97a900\",\"dependencies\":[\"react\",\"wc-blocks-components\",\"wc-blocks-data-store\",\"wc-price-format\",\"wc-settings\",\"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:\\/\\/www.dubdelivery.club\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/price-filter-frontend.js\",\"version\":\"9737cbab23b19364820a\",\"dependencies\":[\"react\",\"wc-blocks-components\",\"wc-blocks-data-store\",\"wc-price-format\",\"wc-settings\",\"wp-data\",\"wp-element\",\"wp-i18n\",\"wp-is-shallow-equal\",\"wp-polyfill\",\"wp-url\"]},\"assets\\/client\\/blocks\\/product-add-to-cart.js\":{\"src\":\"https:\\/\\/www.dubdelivery.club\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/product-add-to-cart.js\",\"version\":\"11.8.0-dev\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/product-add-to-cart-frontend.js\":{\"src\":\"https:\\/\\/www.dubdelivery.club\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/product-add-to-cart-frontend.js\",\"version\":\"11.8.0-dev\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/product-best-sellers.js\":{\"src\":\"https:\\/\\/www.dubdelivery.club\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/product-best-sellers.js\",\"version\":\"b63bce746658e0b84e06\",\"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:\\/\\/www.dubdelivery.club\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/product-button.js\",\"version\":\"11.8.0-dev\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/product-button-interactivity-frontend.js\":{\"src\":\"https:\\/\\/www.dubdelivery.club\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/product-button-interactivity-frontend.js\",\"version\":\"afe142c2b881b96719e3\",\"dependencies\":[\"lodash\",\"react\",\"wc-blocks-data-store\",\"wc-interactivity\",\"wp-a11y\",\"wp-compose\",\"wp-data\",\"wp-deprecated\",\"wp-dom\",\"wp-element\",\"wp-i18n\",\"wp-polyfill\",\"wp-primitives\",\"wp-warning\"]},\"assets\\/client\\/blocks\\/product-categories.js\":{\"src\":\"https:\\/\\/www.dubdelivery.club\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/product-categories.js\",\"version\":\"832123a81b454988a134\",\"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:\\/\\/www.dubdelivery.club\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/product-category.js\",\"version\":\"839c90df96d3182fd44f\",\"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:\\/\\/www.dubdelivery.club\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/product-collection.js\",\"version\":\"bcadee0c5276b5702d5f\",\"dependencies\":[\"react\",\"wc-settings\",\"wp-api-fetch\",\"wp-block-editor\",\"wp-blocks\",\"wp-components\",\"wp-compose\",\"wp-core-data\",\"wp-data\",\"wp-element\",\"wp-escape-html\",\"wp-hooks\",\"wp-html-entities\",\"wp-i18n\",\"wp-polyfill\",\"wp-primitives\",\"wp-url\"]},\"assets\\/client\\/blocks\\/product-collection-no-results.js\":{\"src\":\"https:\\/\\/www.dubdelivery.club\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/product-collection-no-results.js\",\"version\":\"3310bc6ce1501b94381d\",\"dependencies\":[\"react\",\"wp-block-editor\",\"wp-blocks\",\"wp-i18n\",\"wp-polyfill\",\"wp-primitives\"]},\"assets\\/client\\/blocks\\/product-new.js\":{\"src\":\"https:\\/\\/www.dubdelivery.club\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/product-new.js\",\"version\":\"21903dd7b7340a5bbd65\",\"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:\\/\\/www.dubdelivery.club\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/product-on-sale.js\",\"version\":\"bd498aa4d0e917c49ced\",\"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:\\/\\/www.dubdelivery.club\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/product-template.js\",\"version\":\"ebc6e378a32a6481e06c\",\"dependencies\":[\"react\",\"wc-settings\",\"wp-block-editor\",\"wp-blocks\",\"wp-components\",\"wp-core-data\",\"wp-data\",\"wp-element\",\"wp-i18n\",\"wp-polyfill\"]},\"assets\\/client\\/blocks\\/product-query.js\":{\"src\":\"https:\\/\\/www.dubdelivery.club\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/product-query.js\",\"version\":\"202aa5d3b35c4be8c140\",\"dependencies\":[\"react\",\"wc-settings\",\"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:\\/\\/www.dubdelivery.club\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/product-query-frontend.js\",\"version\":\"11.8.0-dev\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/product-results-count.js\":{\"src\":\"https:\\/\\/www.dubdelivery.club\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/product-results-count.js\",\"version\":\"a651c6e11bed0abf0a6e\",\"dependencies\":[\"react\",\"wp-block-editor\",\"wp-blocks\",\"wp-element\",\"wp-i18n\",\"wp-polyfill\",\"wp-primitives\"]},\"assets\\/client\\/blocks\\/product-search.js\":{\"src\":\"https:\\/\\/www.dubdelivery.club\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/product-search.js\",\"version\":\"904865bb60432f0703aa\",\"dependencies\":[\"react\",\"wc-settings\",\"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:\\/\\/www.dubdelivery.club\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/product-summary.js\",\"version\":\"11.8.0-dev\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/product-tag.js\":{\"src\":\"https:\\/\\/www.dubdelivery.club\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/product-tag.js\",\"version\":\"3eb8588c8ebc599f84ba\",\"dependencies\":[\"react\",\"wc-settings\",\"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:\\/\\/www.dubdelivery.club\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/product-title.js\",\"version\":\"11.8.0-dev\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/product-title-frontend.js\":{\"src\":\"https:\\/\\/www.dubdelivery.club\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/product-title-frontend.js\",\"version\":\"11.8.0-dev\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/product-top-rated.js\":{\"src\":\"https:\\/\\/www.dubdelivery.club\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/product-top-rated.js\",\"version\":\"21f88fabd15e241a44bf\",\"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:\\/\\/www.dubdelivery.club\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/products-by-attribute.js\",\"version\":\"e3b1e887efef84839d9e\",\"dependencies\":[\"react\",\"wc-settings\",\"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:\\/\\/www.dubdelivery.club\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/rating-filter.js\",\"version\":\"094dd57e09c4e444ac49\",\"dependencies\":[\"lodash\",\"react\",\"wc-blocks-components\",\"wc-blocks-data-store\",\"wc-settings\",\"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:\\/\\/www.dubdelivery.club\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/reviews-by-category.js\",\"version\":\"1f83bd36afb2334f1e26\",\"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:\\/\\/www.dubdelivery.club\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/reviews-by-product.js\",\"version\":\"4d2f490293bf2193b18c\",\"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\\/single-product.js\":{\"src\":\"https:\\/\\/www.dubdelivery.club\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/single-product.js\",\"version\":\"0a4baf55884c120a7af9\",\"dependencies\":[\"lodash\",\"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\",\"wp-api-fetch\",\"wp-autop\",\"wp-block-editor\",\"wp-blocks\",\"wp-components\",\"wp-compose\",\"wp-data\",\"wp-deprecated\",\"wp-dom\",\"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-warning\",\"wp-wordcount\"]},\"assets\\/client\\/blocks\\/stock-filter.js\":{\"src\":\"https:\\/\\/www.dubdelivery.club\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/stock-filter.js\",\"version\":\"1a0b810e62e59a05b3e9\",\"dependencies\":[\"lodash\",\"react\",\"wc-blocks-components\",\"wc-blocks-data-store\",\"wc-settings\",\"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:\\/\\/www.dubdelivery.club\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/stock-filter-frontend.js\",\"version\":\"91648cab5b0244ffedf0\",\"dependencies\":[\"lodash\",\"react\",\"wc-blocks-components\",\"wc-blocks-data-store\",\"wc-settings\",\"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:\\/\\/www.dubdelivery.club\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/page-content-wrapper.js\",\"version\":\"f35e44dbb78e412a7ad8\",\"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:\\/\\/www.dubdelivery.club\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/order-confirmation-status.js\",\"version\":\"9259ba035fec1019a3c4\",\"dependencies\":[\"react\",\"wp-block-editor\",\"wp-blocks\",\"wp-element\",\"wp-i18n\",\"wp-polyfill\",\"wp-primitives\"]},\"assets\\/client\\/blocks\\/order-confirmation-summary.js\":{\"src\":\"https:\\/\\/www.dubdelivery.club\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/order-confirmation-summary.js\",\"version\":\"42d4d02662ee78e67430\",\"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:\\/\\/www.dubdelivery.club\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/order-confirmation-totals.js\",\"version\":\"058cf0fedd7d960dc6c3\",\"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:\\/\\/www.dubdelivery.club\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/order-confirmation-totals-wrapper.js\",\"version\":\"129cdd90c94398a18c88\",\"dependencies\":[\"react\",\"wp-block-editor\",\"wp-blocks\",\"wp-element\",\"wp-i18n\",\"wp-polyfill\",\"wp-primitives\"]},\"assets\\/client\\/blocks\\/order-confirmation-downloads.js\":{\"src\":\"https:\\/\\/www.dubdelivery.club\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/order-confirmation-downloads.js\",\"version\":\"9b8381e57115e792aacd\",\"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:\\/\\/www.dubdelivery.club\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/order-confirmation-downloads-wrapper.js\",\"version\":\"44ee817b8cd877854069\",\"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:\\/\\/www.dubdelivery.club\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/order-confirmation-billing-address.js\",\"version\":\"b3df4293ff6f2fc1e5aa\",\"dependencies\":[\"react\",\"wp-block-editor\",\"wp-blocks\",\"wp-element\",\"wp-polyfill\",\"wp-primitives\"]},\"assets\\/client\\/blocks\\/order-confirmation-shipping-address.js\":{\"src\":\"https:\\/\\/www.dubdelivery.club\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/order-confirmation-shipping-address.js\",\"version\":\"cbe3b727556f17cccbeb\",\"dependencies\":[\"react\",\"wp-block-editor\",\"wp-blocks\",\"wp-element\",\"wp-polyfill\",\"wp-primitives\"]},\"assets\\/client\\/blocks\\/order-confirmation-billing-wrapper.js\":{\"src\":\"https:\\/\\/www.dubdelivery.club\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/order-confirmation-billing-wrapper.js\",\"version\":\"1340068d7a04db3610f6\",\"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:\\/\\/www.dubdelivery.club\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/order-confirmation-shipping-wrapper.js\",\"version\":\"0f2a58a6d1253ce3c18d\",\"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:\\/\\/www.dubdelivery.club\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/order-confirmation-additional-information.js\",\"version\":\"9ff9792a5b25249e7107\",\"dependencies\":[\"react\",\"wp-block-editor\",\"wp-blocks\",\"wp-element\",\"wp-polyfill\",\"wp-primitives\"]},\"assets\\/client\\/blocks\\/cart.js\":{\"src\":\"https:\\/\\/www.dubdelivery.club\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/cart.js\",\"version\":\"acefa58be16d3beca24c\",\"dependencies\":[\"lodash\",\"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\",\"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-warning\",\"wp-wordcount\"]},\"assets\\/client\\/blocks\\/wc-payment-method-cod.js\":{\"src\":\"https:\\/\\/www.dubdelivery.club\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/wc-payment-method-cod.js\",\"version\":\"79183ca056f2d383a156\",\"dependencies\":[\"react\",\"wc-blocks-registry\",\"wc-settings\",\"wp-element\",\"wp-html-entities\",\"wp-i18n\",\"wp-polyfill\"]},\"assets\\/client\\/blocks\\/cart-frontend.js\":{\"src\":\"https:\\/\\/www.dubdelivery.club\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/cart-frontend.js\",\"version\":\"77a2ac425fb136be0522\",\"dependencies\":[\"lodash\",\"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\",\"wp-a11y\",\"wp-api-fetch\",\"wp-autop\",\"wp-blocks\",\"wp-compose\",\"wp-data\",\"wp-deprecated\",\"wp-dom\",\"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-warning\",\"wp-wordcount\"]},\"assets\\/client\\/blocks\\/cart-blocks\\/order-summary-fee-frontend.js\":{\"src\":\"https:\\/\\/www.dubdelivery.club\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/cart-blocks\\/order-summary-fee-frontend.js\",\"version\":\"11.8.0-dev\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/cart-blocks\\/order-summary-discount-frontend.js\":{\"src\":\"https:\\/\\/www.dubdelivery.club\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/cart-blocks\\/order-summary-discount-frontend.js\",\"version\":\"11.8.0-dev\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/cart-blocks\\/cart-line-items-style.js\":{\"src\":\"https:\\/\\/www.dubdelivery.club\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/cart-blocks\\/cart-line-items-style.js\",\"version\":\"11.8.0-dev\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/cart-blocks\\/cart-cross-sells-products-frontend.js\":{\"src\":\"https:\\/\\/www.dubdelivery.club\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/cart-blocks\\/cart-cross-sells-products-frontend.js\",\"version\":\"11.8.0-dev\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/cart-blocks\\/cart-totals-frontend.js\":{\"src\":\"https:\\/\\/www.dubdelivery.club\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/cart-blocks\\/cart-totals-frontend.js\",\"version\":\"11.8.0-dev\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/cart-blocks\\/cart-cross-sells-style.js\":{\"src\":\"https:\\/\\/www.dubdelivery.club\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/cart-blocks\\/cart-cross-sells-style.js\",\"version\":\"11.8.0-dev\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/cart-blocks\\/order-summary-shipping-style.js\":{\"src\":\"https:\\/\\/www.dubdelivery.club\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/cart-blocks\\/order-summary-shipping-style.js\",\"version\":\"11.8.0-dev\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/cart-blocks\\/cart-accepted-payment-methods-frontend.js\":{\"src\":\"https:\\/\\/www.dubdelivery.club\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/cart-blocks\\/cart-accepted-payment-methods-frontend.js\",\"version\":\"11.8.0-dev\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/cart-blocks\\/order-summary-heading-style.js\":{\"src\":\"https:\\/\\/www.dubdelivery.club\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/cart-blocks\\/order-summary-heading-style.js\",\"version\":\"11.8.0-dev\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/cart-blocks\\/proceed-to-checkout-style.js\":{\"src\":\"https:\\/\\/www.dubdelivery.club\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/cart-blocks\\/proceed-to-checkout-style.js\",\"version\":\"11.8.0-dev\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/cart-blocks\\/cart-accepted-payment-methods-style.js\":{\"src\":\"https:\\/\\/www.dubdelivery.club\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/cart-blocks\\/cart-accepted-payment-methods-style.js\",\"version\":\"11.8.0-dev\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/cart-blocks\\/filled-cart-frontend.js\":{\"src\":\"https:\\/\\/www.dubdelivery.club\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/cart-blocks\\/filled-cart-frontend.js\",\"version\":\"11.8.0-dev\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/cart-blocks\\/order-summary-coupon-form-frontend.js\":{\"src\":\"https:\\/\\/www.dubdelivery.club\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/cart-blocks\\/order-summary-coupon-form-frontend.js\",\"version\":\"11.8.0-dev\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/cart-blocks\\/empty-cart-frontend.js\":{\"src\":\"https:\\/\\/www.dubdelivery.club\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/cart-blocks\\/empty-cart-frontend.js\",\"version\":\"11.8.0-dev\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/cart-blocks\\/order-summary-shipping-frontend.js\":{\"src\":\"https:\\/\\/www.dubdelivery.club\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/cart-blocks\\/order-summary-shipping-frontend.js\",\"version\":\"11.8.0-dev\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/cart-blocks\\/cart-totals-style.js\":{\"src\":\"https:\\/\\/www.dubdelivery.club\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/cart-blocks\\/cart-totals-style.js\",\"version\":\"11.8.0-dev\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/cart-blocks\\/order-summary-heading-frontend.js\":{\"src\":\"https:\\/\\/www.dubdelivery.club\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/cart-blocks\\/order-summary-heading-frontend.js\",\"version\":\"11.8.0-dev\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/cart-blocks\\/cart-items-frontend.js\":{\"src\":\"https:\\/\\/www.dubdelivery.club\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/cart-blocks\\/cart-items-frontend.js\",\"version\":\"11.8.0-dev\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/cart-blocks\\/cart-line-items-frontend.js\":{\"src\":\"https:\\/\\/www.dubdelivery.club\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/cart-blocks\\/cart-line-items-frontend.js\",\"version\":\"11.8.0-dev\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/cart-blocks\\/filled-cart-style.js\":{\"src\":\"https:\\/\\/www.dubdelivery.club\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/cart-blocks\\/filled-cart-style.js\",\"version\":\"11.8.0-dev\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/cart-blocks\\/cart-order-summary-style.js\":{\"src\":\"https:\\/\\/www.dubdelivery.club\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/cart-blocks\\/cart-order-summary-style.js\",\"version\":\"11.8.0-dev\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/cart-blocks\\/order-summary-taxes-style.js\":{\"src\":\"https:\\/\\/www.dubdelivery.club\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/cart-blocks\\/order-summary-taxes-style.js\",\"version\":\"11.8.0-dev\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/cart-blocks\\/proceed-to-checkout-frontend.js\":{\"src\":\"https:\\/\\/www.dubdelivery.club\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/cart-blocks\\/proceed-to-checkout-frontend.js\",\"version\":\"11.8.0-dev\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/cart-blocks\\/cart-items-style.js\":{\"src\":\"https:\\/\\/www.dubdelivery.club\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/cart-blocks\\/cart-items-style.js\",\"version\":\"11.8.0-dev\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/cart-blocks\\/cart-cross-sells-frontend.js\":{\"src\":\"https:\\/\\/www.dubdelivery.club\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/cart-blocks\\/cart-cross-sells-frontend.js\",\"version\":\"11.8.0-dev\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/cart-blocks\\/cart-express-payment-style.js\":{\"src\":\"https:\\/\\/www.dubdelivery.club\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/cart-blocks\\/cart-express-payment-style.js\",\"version\":\"11.8.0-dev\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/cart-blocks\\/order-summary-taxes-frontend.js\":{\"src\":\"https:\\/\\/www.dubdelivery.club\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/cart-blocks\\/order-summary-taxes-frontend.js\",\"version\":\"11.8.0-dev\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/cart-blocks\\/order-summary-fee-style.js\":{\"src\":\"https:\\/\\/www.dubdelivery.club\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/cart-blocks\\/order-summary-fee-style.js\",\"version\":\"11.8.0-dev\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/cart-blocks\\/cart-express-payment-frontend.js\":{\"src\":\"https:\\/\\/www.dubdelivery.club\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/cart-blocks\\/cart-express-payment-frontend.js\",\"version\":\"11.8.0-dev\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/cart-blocks\\/order-summary-discount-style.js\":{\"src\":\"https:\\/\\/www.dubdelivery.club\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/cart-blocks\\/order-summary-discount-style.js\",\"version\":\"11.8.0-dev\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/cart-blocks\\/empty-cart-style.js\":{\"src\":\"https:\\/\\/www.dubdelivery.club\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/cart-blocks\\/empty-cart-style.js\",\"version\":\"11.8.0-dev\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/cart-blocks\\/cart-order-summary-frontend.js\":{\"src\":\"https:\\/\\/www.dubdelivery.club\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/cart-blocks\\/cart-order-summary-frontend.js\",\"version\":\"11.8.0-dev\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/cart-blocks\\/order-summary-subtotal-style.js\":{\"src\":\"https:\\/\\/www.dubdelivery.club\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/cart-blocks\\/order-summary-subtotal-style.js\",\"version\":\"11.8.0-dev\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/cart-blocks\\/order-summary-coupon-form-style.js\":{\"src\":\"https:\\/\\/www.dubdelivery.club\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/cart-blocks\\/order-summary-coupon-form-style.js\",\"version\":\"11.8.0-dev\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/cart-blocks\\/order-summary-subtotal-frontend.js\":{\"src\":\"https:\\/\\/www.dubdelivery.club\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/cart-blocks\\/order-summary-subtotal-frontend.js\",\"version\":\"11.8.0-dev\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/cart-blocks\\/cart-cross-sells-products-style.js\":{\"src\":\"https:\\/\\/www.dubdelivery.club\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/cart-blocks\\/cart-cross-sells-products-style.js\",\"version\":\"11.8.0-dev\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/cart-order-summary-taxes-block.js\":{\"src\":\"https:\\/\\/www.dubdelivery.club\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/cart-order-summary-taxes-block.js\",\"version\":\"11.8.0-dev\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/cart-order-summary-subtotal-block.js\":{\"src\":\"https:\\/\\/www.dubdelivery.club\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/cart-order-summary-subtotal-block.js\",\"version\":\"11.8.0-dev\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/filled-cart-block.js\":{\"src\":\"https:\\/\\/www.dubdelivery.club\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/filled-cart-block.js\",\"version\":\"11.8.0-dev\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/empty-cart-block.js\":{\"src\":\"https:\\/\\/www.dubdelivery.club\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/empty-cart-block.js\",\"version\":\"11.8.0-dev\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/cart-totals-block.js\":{\"src\":\"https:\\/\\/www.dubdelivery.club\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/cart-totals-block.js\",\"version\":\"11.8.0-dev\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/cart-items-block.js\":{\"src\":\"https:\\/\\/www.dubdelivery.club\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/cart-items-block.js\",\"version\":\"11.8.0-dev\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/cart-line-items-block.js\":{\"src\":\"https:\\/\\/www.dubdelivery.club\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/cart-line-items-block.js\",\"version\":\"11.8.0-dev\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/cart-order-summary-block.js\":{\"src\":\"https:\\/\\/www.dubdelivery.club\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/cart-order-summary-block.js\",\"version\":\"11.8.0-dev\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/cart-express-payment-block.js\":{\"src\":\"https:\\/\\/www.dubdelivery.club\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/cart-express-payment-block.js\",\"version\":\"11.8.0-dev\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/proceed-to-checkout-block.js\":{\"src\":\"https:\\/\\/www.dubdelivery.club\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/proceed-to-checkout-block.js\",\"version\":\"11.8.0-dev\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/cart-accepted-payment-methods-block.js\":{\"src\":\"https:\\/\\/www.dubdelivery.club\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/cart-accepted-payment-methods-block.js\",\"version\":\"11.8.0-dev\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/cart-order-summary-coupon-form-block.js\":{\"src\":\"https:\\/\\/www.dubdelivery.club\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/cart-order-summary-coupon-form-block.js\",\"version\":\"11.8.0-dev\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/cart-order-summary-discount-block.js\":{\"src\":\"https:\\/\\/www.dubdelivery.club\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/cart-order-summary-discount-block.js\",\"version\":\"11.8.0-dev\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/cart-order-summary-fee-block.js\":{\"src\":\"https:\\/\\/www.dubdelivery.club\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/cart-order-summary-fee-block.js\",\"version\":\"11.8.0-dev\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/cart-order-summary-heading-block.js\":{\"src\":\"https:\\/\\/www.dubdelivery.club\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/cart-order-summary-heading-block.js\",\"version\":\"11.8.0-dev\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/cart-order-summary-shipping-block.js\":{\"src\":\"https:\\/\\/www.dubdelivery.club\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/cart-order-summary-shipping-block.js\",\"version\":\"11.8.0-dev\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/cart-cross-sells-block.js\":{\"src\":\"https:\\/\\/www.dubdelivery.club\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/cart-cross-sells-block.js\",\"version\":\"11.8.0-dev\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/cart-cross-sells-products-block.js\":{\"src\":\"https:\\/\\/www.dubdelivery.club\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/cart-cross-sells-products-block.js\",\"version\":\"11.8.0-dev\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/checkout.js\":{\"src\":\"https:\\/\\/www.dubdelivery.club\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/checkout.js\",\"version\":\"9c453d40445d6b160616\",\"dependencies\":[\"lodash\",\"react\",\"wc-blocks-checkout\",\"wc-blocks-components\",\"wc-blocks-data-store\",\"wc-blocks-registry\",\"wc-price-format\",\"wc-settings\",\"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-warning\",\"wp-wordcount\"]},\"assets\\/client\\/blocks\\/checkout-frontend.js\":{\"src\":\"https:\\/\\/www.dubdelivery.club\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/checkout-frontend.js\",\"version\":\"e2d912fa982858c6ccaa\",\"dependencies\":[\"lodash\",\"react\",\"wc-blocks-checkout\",\"wc-blocks-components\",\"wc-blocks-data-store\",\"wc-blocks-registry\",\"wc-blocks-shared-hocs\",\"wc-price-format\",\"wc-settings\",\"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-keycodes\",\"wp-plugins\",\"wp-polyfill\",\"wp-primitives\",\"wp-url\",\"wp-warning\",\"wp-wordcount\"]},\"assets\\/client\\/blocks\\/checkout-blocks\\/payment-frontend.js\":{\"src\":\"https:\\/\\/www.dubdelivery.club\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/checkout-blocks\\/payment-frontend.js\",\"version\":\"11.8.0-dev\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/checkout-blocks\\/order-summary-fee-frontend.js\":{\"src\":\"https:\\/\\/www.dubdelivery.club\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/checkout-blocks\\/order-summary-fee-frontend.js\",\"version\":\"11.8.0-dev\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/checkout-blocks\\/payment-style.js\":{\"src\":\"https:\\/\\/www.dubdelivery.club\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/checkout-blocks\\/payment-style.js\",\"version\":\"11.8.0-dev\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/checkout-blocks\\/order-summary-discount-frontend.js\":{\"src\":\"https:\\/\\/www.dubdelivery.club\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/checkout-blocks\\/order-summary-discount-frontend.js\",\"version\":\"11.8.0-dev\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/checkout-blocks\\/contact-information-style.js\":{\"src\":\"https:\\/\\/www.dubdelivery.club\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/checkout-blocks\\/contact-information-style.js\",\"version\":\"11.8.0-dev\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/checkout-blocks\\/order-summary-style.js\":{\"src\":\"https:\\/\\/www.dubdelivery.club\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/checkout-blocks\\/order-summary-style.js\",\"version\":\"11.8.0-dev\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/checkout-blocks\\/terms-style.js\":{\"src\":\"https:\\/\\/www.dubdelivery.club\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/checkout-blocks\\/terms-style.js\",\"version\":\"11.8.0-dev\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/checkout-blocks\\/express-payment-frontend.js\":{\"src\":\"https:\\/\\/www.dubdelivery.club\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/checkout-blocks\\/express-payment-frontend.js\",\"version\":\"11.8.0-dev\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/checkout-blocks\\/order-summary-frontend.js\":{\"src\":\"https:\\/\\/www.dubdelivery.club\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/checkout-blocks\\/order-summary-frontend.js\",\"version\":\"11.8.0-dev\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/checkout-blocks\\/order-summary-shipping-style.js\":{\"src\":\"https:\\/\\/www.dubdelivery.club\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/checkout-blocks\\/order-summary-shipping-style.js\",\"version\":\"11.8.0-dev\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/checkout-blocks\\/order-summary-cart-items-style.js\":{\"src\":\"https:\\/\\/www.dubdelivery.club\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/checkout-blocks\\/order-summary-cart-items-style.js\",\"version\":\"11.8.0-dev\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/checkout-blocks\\/order-summary-cart-items-frontend.js\":{\"src\":\"https:\\/\\/www.dubdelivery.club\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/checkout-blocks\\/order-summary-cart-items-frontend.js\",\"version\":\"11.8.0-dev\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/checkout-blocks\\/shipping-method-frontend.js\":{\"src\":\"https:\\/\\/www.dubdelivery.club\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/checkout-blocks\\/shipping-method-frontend.js\",\"version\":\"11.8.0-dev\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/checkout-blocks\\/order-summary-coupon-form-frontend.js\":{\"src\":\"https:\\/\\/www.dubdelivery.club\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/checkout-blocks\\/order-summary-coupon-form-frontend.js\",\"version\":\"11.8.0-dev\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/checkout-blocks\\/shipping-address-style.js\":{\"src\":\"https:\\/\\/www.dubdelivery.club\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/checkout-blocks\\/shipping-address-style.js\",\"version\":\"11.8.0-dev\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/checkout-blocks\\/order-note-frontend.js\":{\"src\":\"https:\\/\\/www.dubdelivery.club\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/checkout-blocks\\/order-note-frontend.js\",\"version\":\"11.8.0-dev\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/checkout-blocks\\/contact-information-frontend.js\":{\"src\":\"https:\\/\\/www.dubdelivery.club\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/checkout-blocks\\/contact-information-frontend.js\",\"version\":\"11.8.0-dev\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/checkout-blocks\\/terms-frontend.js\":{\"src\":\"https:\\/\\/www.dubdelivery.club\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/checkout-blocks\\/terms-frontend.js\",\"version\":\"11.8.0-dev\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/checkout-blocks\\/totals-style.js\":{\"src\":\"https:\\/\\/www.dubdelivery.club\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/checkout-blocks\\/totals-style.js\",\"version\":\"11.8.0-dev\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/checkout-blocks\\/order-summary-shipping-frontend.js\":{\"src\":\"https:\\/\\/www.dubdelivery.club\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/checkout-blocks\\/order-summary-shipping-frontend.js\",\"version\":\"11.8.0-dev\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/checkout-blocks\\/billing-address-style.js\":{\"src\":\"https:\\/\\/www.dubdelivery.club\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/checkout-blocks\\/billing-address-style.js\",\"version\":\"11.8.0-dev\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/checkout-blocks\\/shipping-method-style.js\":{\"src\":\"https:\\/\\/www.dubdelivery.club\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/checkout-blocks\\/shipping-method-style.js\",\"version\":\"11.8.0-dev\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/checkout-blocks\\/shipping-methods-frontend.js\":{\"src\":\"https:\\/\\/www.dubdelivery.club\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/checkout-blocks\\/shipping-methods-frontend.js\",\"version\":\"11.8.0-dev\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/checkout-blocks\\/actions-style.js\":{\"src\":\"https:\\/\\/www.dubdelivery.club\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/checkout-blocks\\/actions-style.js\",\"version\":\"11.8.0-dev\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/checkout-blocks\\/shipping-address-frontend.js\":{\"src\":\"https:\\/\\/www.dubdelivery.club\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/checkout-blocks\\/shipping-address-frontend.js\",\"version\":\"11.8.0-dev\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/checkout-blocks\\/order-summary-taxes-style.js\":{\"src\":\"https:\\/\\/www.dubdelivery.club\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/checkout-blocks\\/order-summary-taxes-style.js\",\"version\":\"11.8.0-dev\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/checkout-blocks\\/pickup-options-frontend.js\":{\"src\":\"https:\\/\\/www.dubdelivery.club\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/checkout-blocks\\/pickup-options-frontend.js\",\"version\":\"11.8.0-dev\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/checkout-blocks\\/shipping-methods-style.js\":{\"src\":\"https:\\/\\/www.dubdelivery.club\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/checkout-blocks\\/shipping-methods-style.js\",\"version\":\"11.8.0-dev\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/checkout-blocks\\/pickup-options-style.js\":{\"src\":\"https:\\/\\/www.dubdelivery.club\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/checkout-blocks\\/pickup-options-style.js\",\"version\":\"11.8.0-dev\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/checkout-blocks\\/totals-frontend.js\":{\"src\":\"https:\\/\\/www.dubdelivery.club\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/checkout-blocks\\/totals-frontend.js\",\"version\":\"11.8.0-dev\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/checkout-blocks\\/actions-frontend.js\":{\"src\":\"https:\\/\\/www.dubdelivery.club\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/checkout-blocks\\/actions-frontend.js\",\"version\":\"11.8.0-dev\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/checkout-blocks\\/order-summary-taxes-frontend.js\":{\"src\":\"https:\\/\\/www.dubdelivery.club\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/checkout-blocks\\/order-summary-taxes-frontend.js\",\"version\":\"11.8.0-dev\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/checkout-blocks\\/order-summary-fee-style.js\":{\"src\":\"https:\\/\\/www.dubdelivery.club\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/checkout-blocks\\/order-summary-fee-style.js\",\"version\":\"11.8.0-dev\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/checkout-blocks\\/billing-address-frontend.js\":{\"src\":\"https:\\/\\/www.dubdelivery.club\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/checkout-blocks\\/billing-address-frontend.js\",\"version\":\"11.8.0-dev\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/checkout-blocks\\/fields-style.js\":{\"src\":\"https:\\/\\/www.dubdelivery.club\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/checkout-blocks\\/fields-style.js\",\"version\":\"11.8.0-dev\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/checkout-blocks\\/fields-frontend.js\":{\"src\":\"https:\\/\\/www.dubdelivery.club\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/checkout-blocks\\/fields-frontend.js\",\"version\":\"11.8.0-dev\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/checkout-blocks\\/order-summary-discount-style.js\":{\"src\":\"https:\\/\\/www.dubdelivery.club\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/checkout-blocks\\/order-summary-discount-style.js\",\"version\":\"11.8.0-dev\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/checkout-blocks\\/order-summary-subtotal-style.js\":{\"src\":\"https:\\/\\/www.dubdelivery.club\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/checkout-blocks\\/order-summary-subtotal-style.js\",\"version\":\"11.8.0-dev\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/checkout-blocks\\/order-summary-coupon-form-style.js\":{\"src\":\"https:\\/\\/www.dubdelivery.club\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/checkout-blocks\\/order-summary-coupon-form-style.js\",\"version\":\"11.8.0-dev\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/checkout-blocks\\/order-summary-subtotal-frontend.js\":{\"src\":\"https:\\/\\/www.dubdelivery.club\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/checkout-blocks\\/order-summary-subtotal-frontend.js\",\"version\":\"11.8.0-dev\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/cart-blocks\\/cart-express-payment--checkout-blocks\\/express-payment-frontend.js\":{\"src\":\"https:\\/\\/www.dubdelivery.club\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/cart-blocks\\/cart-express-payment--checkout-blocks\\/express-payment-frontend.js\",\"version\":\"11.8.0-dev\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/checkout-actions-block.js\":{\"src\":\"https:\\/\\/www.dubdelivery.club\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/checkout-actions-block.js\",\"version\":\"11.8.0-dev\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/checkout-billing-address-block.js\":{\"src\":\"https:\\/\\/www.dubdelivery.club\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/checkout-billing-address-block.js\",\"version\":\"11.8.0-dev\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/checkout-contact-information-block.js\":{\"src\":\"https:\\/\\/www.dubdelivery.club\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/checkout-contact-information-block.js\",\"version\":\"11.8.0-dev\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/checkout-express-payment-block.js\":{\"src\":\"https:\\/\\/www.dubdelivery.club\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/checkout-express-payment-block.js\",\"version\":\"11.8.0-dev\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/checkout-fields-block.js\":{\"src\":\"https:\\/\\/www.dubdelivery.club\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/checkout-fields-block.js\",\"version\":\"11.8.0-dev\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/checkout-order-note-block.js\":{\"src\":\"https:\\/\\/www.dubdelivery.club\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/checkout-order-note-block.js\",\"version\":\"11.8.0-dev\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/checkout-order-summary-block.js\":{\"src\":\"https:\\/\\/www.dubdelivery.club\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/checkout-order-summary-block.js\",\"version\":\"11.8.0-dev\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/checkout-order-summary-cart-items-block.js\":{\"src\":\"https:\\/\\/www.dubdelivery.club\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/checkout-order-summary-cart-items-block.js\",\"version\":\"11.8.0-dev\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/checkout-order-summary-coupon-form-block.js\":{\"src\":\"https:\\/\\/www.dubdelivery.club\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/checkout-order-summary-coupon-form-block.js\",\"version\":\"11.8.0-dev\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/checkout-order-summary-discount-block.js\":{\"src\":\"https:\\/\\/www.dubdelivery.club\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/checkout-order-summary-discount-block.js\",\"version\":\"11.8.0-dev\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/checkout-order-summary-fee-block.js\":{\"src\":\"https:\\/\\/www.dubdelivery.club\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/checkout-order-summary-fee-block.js\",\"version\":\"11.8.0-dev\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/checkout-order-summary-shipping-block.js\":{\"src\":\"https:\\/\\/www.dubdelivery.club\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/checkout-order-summary-shipping-block.js\",\"version\":\"11.8.0-dev\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/checkout-order-summary-subtotal-block.js\":{\"src\":\"https:\\/\\/www.dubdelivery.club\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/checkout-order-summary-subtotal-block.js\",\"version\":\"11.8.0-dev\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/checkout-order-summary-taxes-block.js\":{\"src\":\"https:\\/\\/www.dubdelivery.club\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/checkout-order-summary-taxes-block.js\",\"version\":\"11.8.0-dev\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/checkout-payment-block.js\":{\"src\":\"https:\\/\\/www.dubdelivery.club\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/checkout-payment-block.js\",\"version\":\"11.8.0-dev\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/checkout-shipping-address-block.js\":{\"src\":\"https:\\/\\/www.dubdelivery.club\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/checkout-shipping-address-block.js\",\"version\":\"11.8.0-dev\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/checkout-shipping-methods-block.js\":{\"src\":\"https:\\/\\/www.dubdelivery.club\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/checkout-shipping-methods-block.js\",\"version\":\"11.8.0-dev\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/checkout-shipping-method-block.js\":{\"src\":\"https:\\/\\/www.dubdelivery.club\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/checkout-shipping-method-block.js\",\"version\":\"11.8.0-dev\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/checkout-pickup-options-block.js\":{\"src\":\"https:\\/\\/www.dubdelivery.club\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/checkout-pickup-options-block.js\",\"version\":\"11.8.0-dev\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/checkout-terms-block.js\":{\"src\":\"https:\\/\\/www.dubdelivery.club\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/checkout-terms-block.js\",\"version\":\"11.8.0-dev\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/checkout-totals-block.js\":{\"src\":\"https:\\/\\/www.dubdelivery.club\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/checkout-totals-block.js\",\"version\":\"11.8.0-dev\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/mini-cart-contents.js\":{\"src\":\"https:\\/\\/www.dubdelivery.club\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/mini-cart-contents.js\",\"version\":\"98918e12a7aa368a9390\",\"dependencies\":[\"lodash\",\"react\",\"wc-blocks-checkout\",\"wc-blocks-components\",\"wc-blocks-data-store\",\"wc-blocks-registry\",\"wc-price-format\",\"wc-settings\",\"wp-a11y\",\"wp-autop\",\"wp-block-editor\",\"wp-blocks\",\"wp-components\",\"wp-compose\",\"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-warning\",\"wp-wordcount\"]},\"assets\\/client\\/blocks\\/empty-mini-cart-contents-block.js\":{\"src\":\"https:\\/\\/www.dubdelivery.club\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/empty-mini-cart-contents-block.js\",\"version\":\"11.8.0-dev\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/filled-mini-cart-contents-block.js\":{\"src\":\"https:\\/\\/www.dubdelivery.club\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/filled-mini-cart-contents-block.js\",\"version\":\"11.8.0-dev\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/mini-cart-footer-block.js\":{\"src\":\"https:\\/\\/www.dubdelivery.club\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/mini-cart-footer-block.js\",\"version\":\"11.8.0-dev\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/mini-cart-items-block.js\":{\"src\":\"https:\\/\\/www.dubdelivery.club\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/mini-cart-items-block.js\",\"version\":\"11.8.0-dev\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/mini-cart-products-table-block.js\":{\"src\":\"https:\\/\\/www.dubdelivery.club\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/mini-cart-products-table-block.js\",\"version\":\"11.8.0-dev\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/mini-cart-shopping-button-block.js\":{\"src\":\"https:\\/\\/www.dubdelivery.club\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/mini-cart-shopping-button-block.js\",\"version\":\"11.8.0-dev\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/mini-cart-cart-button-block.js\":{\"src\":\"https:\\/\\/www.dubdelivery.club\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/mini-cart-cart-button-block.js\",\"version\":\"11.8.0-dev\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/mini-cart-checkout-button-block.js\":{\"src\":\"https:\\/\\/www.dubdelivery.club\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/mini-cart-checkout-button-block.js\",\"version\":\"11.8.0-dev\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/mini-cart-title-block.js\":{\"src\":\"https:\\/\\/www.dubdelivery.club\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/mini-cart-title-block.js\",\"version\":\"11.8.0-dev\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/mini-cart-title-items-counter-block.js\":{\"src\":\"https:\\/\\/www.dubdelivery.club\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/mini-cart-title-items-counter-block.js\",\"version\":\"11.8.0-dev\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/mini-cart-title-label-block.js\":{\"src\":\"https:\\/\\/www.dubdelivery.club\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/mini-cart-title-label-block.js\",\"version\":\"11.8.0-dev\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/wc-blocks-middleware.js\":{\"src\":\"https:\\/\\/www.dubdelivery.club\\/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:\\/\\/www.dubdelivery.club\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/wc-blocks-data.js\",\"version\":\"c96aba0171b12e03b8a6\",\"dependencies\":[\"wc-blocks-registry\",\"wc-settings\",\"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:\\/\\/www.dubdelivery.club\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/wc-blocks-vendors.js\",\"version\":\"0b6a0d8207806c01caa1\",\"dependencies\":[\"wp-polyfill\"]},\"assets\\/client\\/blocks\\/wc-blocks-registry.js\":{\"src\":\"https:\\/\\/www.dubdelivery.club\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/wc-blocks-registry.js\",\"version\":\"1c879273bd5c193cad0a\",\"dependencies\":[\"react\",\"wp-data\",\"wp-deprecated\",\"wp-element\",\"wp-polyfill\"]},\"assets\\/client\\/blocks\\/wc-blocks.js\":{\"src\":\"https:\\/\\/www.dubdelivery.club\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/wc-blocks.js\",\"version\":\"677b3101ccf9725b0789\",\"dependencies\":[\"react\",\"wp-block-editor\",\"wp-blocks\",\"wp-components\",\"wp-compose\",\"wp-data\",\"wp-dom-ready\",\"wp-element\",\"wp-hooks\",\"wp-i18n\",\"wp-polyfill\",\"wp-primitives\"]},\"assets\\/client\\/blocks\\/wc-blocks-shared-context.js\":{\"src\":\"https:\\/\\/www.dubdelivery.club\\/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:\\/\\/www.dubdelivery.club\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/wc-blocks-shared-hocs.js\",\"version\":\"5e01ba7861e4c09bce65\",\"dependencies\":[\"react\",\"wc-blocks-data-store\",\"wc-blocks-shared-context\",\"wp-data\",\"wp-element\",\"wp-is-shallow-equal\",\"wp-polyfill\"]},\"assets\\/client\\/blocks\\/price-format.js\":{\"src\":\"https:\\/\\/www.dubdelivery.club\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/price-format.js\",\"version\":\"eb7a7398126f71912b09\",\"dependencies\":[\"wc-settings\",\"wp-polyfill\"]},\"assets\\/client\\/blocks\\/blocks-checkout.js\":{\"src\":\"https:\\/\\/www.dubdelivery.club\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/blocks-checkout.js\",\"version\":\"9f469ef17beaf7c51576\",\"dependencies\":[\"lodash\",\"react\",\"react-dom\",\"wc-blocks-components\",\"wc-blocks-data-store\",\"wc-blocks-registry\",\"wc-settings\",\"wp-a11y\",\"wp-compose\",\"wp-data\",\"wp-deprecated\",\"wp-dom\",\"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:\\/\\/www.dubdelivery.club\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/blocks-components.js\",\"version\":\"b165bb2bd213326d7f31\",\"dependencies\":[\"lodash\",\"react\",\"react-dom\",\"wc-blocks-data-store\",\"wc-settings\",\"wp-a11y\",\"wp-compose\",\"wp-data\",\"wp-deprecated\",\"wp-dom\",\"wp-element\",\"wp-html-entities\",\"wp-i18n\",\"wp-polyfill\",\"wp-primitives\",\"wp-warning\"]},\"assets\\/client\\/blocks\\/wc-interactivity-dropdown.js\":{\"src\":\"https:\\/\\/www.dubdelivery.club\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/wc-interactivity-dropdown.js\",\"version\":\"1cea5e9e36e528d7493b\",\"dependencies\":[\"wc-interactivity\",\"wp-polyfill\"]},\"assets\\/client\\/blocks\\/wc-interactivity-checkbox-list.js\":{\"src\":\"https:\\/\\/www.dubdelivery.club\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/wc-interactivity-checkbox-list.js\",\"version\":\"c1d99df3ef00991aa5e3\",\"dependencies\":[\"wc-interactivity\",\"wp-polyfill\"]},\"assets\\/client\\/blocks\\/mini-cart-component-frontend.js\":{\"src\":\"https:\\/\\/www.dubdelivery.club\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/mini-cart-component-frontend.js\",\"version\":\"85605a0a865173a632e8\",\"dependencies\":[\"lodash\",\"react\",\"wc-blocks-checkout\",\"wc-blocks-components\",\"wc-blocks-data-store\",\"wc-blocks-registry\",\"wc-price-format\",\"wc-settings\",\"wp-a11y\",\"wp-autop\",\"wp-compose\",\"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-style-engine\",\"wp-url\",\"wp-warning\",\"wp-wordcount\"]},\"assets\\/client\\/blocks\\/mini-cart-contents-block\\/shopping-button-frontend.js\":{\"src\":\"https:\\/\\/www.dubdelivery.club\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/mini-cart-contents-block\\/shopping-button-frontend.js\",\"version\":\"11.8.0-dev\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/mini-cart-contents-block\\/cart-button-style.js\":{\"src\":\"https:\\/\\/www.dubdelivery.club\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/mini-cart-contents-block\\/cart-button-style.js\",\"version\":\"11.8.0-dev\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/mini-cart-contents-block\\/title-label-frontend.js\":{\"src\":\"https:\\/\\/www.dubdelivery.club\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/mini-cart-contents-block\\/title-label-frontend.js\",\"version\":\"11.8.0-dev\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/mini-cart-contents-block\\/shopping-button-style.js\":{\"src\":\"https:\\/\\/www.dubdelivery.club\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/mini-cart-contents-block\\/shopping-button-style.js\",\"version\":\"11.8.0-dev\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/mini-cart-contents-block\\/title-items-counter-style.js\":{\"src\":\"https:\\/\\/www.dubdelivery.club\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/mini-cart-contents-block\\/title-items-counter-style.js\",\"version\":\"11.8.0-dev\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/mini-cart-contents-block\\/items-frontend.js\":{\"src\":\"https:\\/\\/www.dubdelivery.club\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/mini-cart-contents-block\\/items-frontend.js\",\"version\":\"11.8.0-dev\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/mini-cart-contents-block\\/products-table-frontend.js\":{\"src\":\"https:\\/\\/www.dubdelivery.club\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/mini-cart-contents-block\\/products-table-frontend.js\",\"version\":\"11.8.0-dev\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/mini-cart-contents-block\\/filled-cart-frontend.js\":{\"src\":\"https:\\/\\/www.dubdelivery.club\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/mini-cart-contents-block\\/filled-cart-frontend.js\",\"version\":\"11.8.0-dev\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/mini-cart-contents-block\\/title-style.js\":{\"src\":\"https:\\/\\/www.dubdelivery.club\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/mini-cart-contents-block\\/title-style.js\",\"version\":\"11.8.0-dev\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/mini-cart-contents-block\\/empty-cart-frontend.js\":{\"src\":\"https:\\/\\/www.dubdelivery.club\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/mini-cart-contents-block\\/empty-cart-frontend.js\",\"version\":\"11.8.0-dev\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/mini-cart-contents-block\\/checkout-button-style.js\":{\"src\":\"https:\\/\\/www.dubdelivery.club\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/mini-cart-contents-block\\/checkout-button-style.js\",\"version\":\"11.8.0-dev\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/mini-cart-contents-block\\/checkout-button-frontend.js\":{\"src\":\"https:\\/\\/www.dubdelivery.club\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/mini-cart-contents-block\\/checkout-button-frontend.js\",\"version\":\"11.8.0-dev\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/mini-cart-contents-block\\/title-items-counter-frontend.js\":{\"src\":\"https:\\/\\/www.dubdelivery.club\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/mini-cart-contents-block\\/title-items-counter-frontend.js\",\"version\":\"11.8.0-dev\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/mini-cart-contents-block\\/footer-style.js\":{\"src\":\"https:\\/\\/www.dubdelivery.club\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/mini-cart-contents-block\\/footer-style.js\",\"version\":\"11.8.0-dev\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/mini-cart-contents-block\\/filled-cart-style.js\":{\"src\":\"https:\\/\\/www.dubdelivery.club\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/mini-cart-contents-block\\/filled-cart-style.js\",\"version\":\"11.8.0-dev\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/mini-cart-contents-block\\/title-frontend.js\":{\"src\":\"https:\\/\\/www.dubdelivery.club\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/mini-cart-contents-block\\/title-frontend.js\",\"version\":\"11.8.0-dev\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/mini-cart-contents-block\\/items-style.js\":{\"src\":\"https:\\/\\/www.dubdelivery.club\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/mini-cart-contents-block\\/items-style.js\",\"version\":\"11.8.0-dev\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/mini-cart-contents-block\\/footer-frontend.js\":{\"src\":\"https:\\/\\/www.dubdelivery.club\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/mini-cart-contents-block\\/footer-frontend.js\",\"version\":\"11.8.0-dev\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/mini-cart-contents-block\\/title-label-style.js\":{\"src\":\"https:\\/\\/www.dubdelivery.club\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/mini-cart-contents-block\\/title-label-style.js\",\"version\":\"11.8.0-dev\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/mini-cart-contents-block\\/cart-button-frontend.js\":{\"src\":\"https:\\/\\/www.dubdelivery.club\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/mini-cart-contents-block\\/cart-button-frontend.js\",\"version\":\"11.8.0-dev\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/mini-cart-contents-block\\/empty-cart-style.js\":{\"src\":\"https:\\/\\/www.dubdelivery.club\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/mini-cart-contents-block\\/empty-cart-style.js\",\"version\":\"11.8.0-dev\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/cart-blocks\\/cart-line-items--mini-cart-contents-block\\/products-table-frontend.js\":{\"src\":\"https:\\/\\/www.dubdelivery.club\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/cart-blocks\\/cart-line-items--mini-cart-contents-block\\/products-table-frontend.js\",\"version\":\"11.8.0-dev\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/wc-shipping-method-pickup-location.js\":{\"src\":\"https:\\/\\/www.dubdelivery.club\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/wc-shipping-method-pickup-location.js\",\"version\":\"4a2c7176103baca81cfd\",\"dependencies\":[\"react\",\"react-dom\",\"wc-settings\",\"wp-api-fetch\",\"wp-components\",\"wp-data\",\"wp-element\",\"wp-i18n\",\"wp-polyfill\",\"wp-primitives\",\"wp-url\"]}},\"version\":\"11.8.0-dev\",\"hash\":\"8018de48f7a0a5f3ee1f38ae045047af\"}','no');
INSERT INTO `wplc_options` VALUES (660367,'_transient_timeout_woocommerce_blocks_asset_api_script_data','1708560006','no');
INSERT INTO `wplc_options` VALUES (660368,'_transient_woocommerce_blocks_asset_api_script_data','{\"script_data\":{\"assets\\/client\\/blocks\\/wc-settings.js\":{\"src\":\"http:\\/\\/www.dubdelivery.club\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/wc-settings.js\",\"version\":\"07c2f0675ddd247d2325\",\"dependencies\":[\"wp-hooks\",\"wp-polyfill\"]},\"assets\\/client\\/blocks\\/wc-blocks-middleware.js\":{\"src\":\"http:\\/\\/www.dubdelivery.club\\/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:\\/\\/www.dubdelivery.club\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/wc-blocks-data.js\",\"version\":\"c96aba0171b12e03b8a6\",\"dependencies\":[\"wc-blocks-registry\",\"wc-settings\",\"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:\\/\\/www.dubdelivery.club\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/wc-blocks-vendors.js\",\"version\":\"0b6a0d8207806c01caa1\",\"dependencies\":[\"wp-polyfill\"]},\"assets\\/client\\/blocks\\/wc-blocks-registry.js\":{\"src\":\"http:\\/\\/www.dubdelivery.club\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/wc-blocks-registry.js\",\"version\":\"1c879273bd5c193cad0a\",\"dependencies\":[\"react\",\"wp-data\",\"wp-deprecated\",\"wp-element\",\"wp-polyfill\"]},\"assets\\/client\\/blocks\\/wc-blocks.js\":{\"src\":\"http:\\/\\/www.dubdelivery.club\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/wc-blocks.js\",\"version\":\"677b3101ccf9725b0789\",\"dependencies\":[\"react\",\"wp-block-editor\",\"wp-blocks\",\"wp-components\",\"wp-compose\",\"wp-data\",\"wp-dom-ready\",\"wp-element\",\"wp-hooks\",\"wp-i18n\",\"wp-polyfill\",\"wp-primitives\"]},\"assets\\/client\\/blocks\\/wc-blocks-shared-context.js\":{\"src\":\"http:\\/\\/www.dubdelivery.club\\/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:\\/\\/www.dubdelivery.club\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/wc-blocks-shared-hocs.js\",\"version\":\"5e01ba7861e4c09bce65\",\"dependencies\":[\"react\",\"wc-blocks-data-store\",\"wc-blocks-shared-context\",\"wp-data\",\"wp-element\",\"wp-is-shallow-equal\",\"wp-polyfill\"]},\"assets\\/client\\/blocks\\/price-format.js\":{\"src\":\"http:\\/\\/www.dubdelivery.club\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/price-format.js\",\"version\":\"eb7a7398126f71912b09\",\"dependencies\":[\"wc-settings\",\"wp-polyfill\"]},\"assets\\/client\\/blocks\\/blocks-checkout.js\":{\"src\":\"http:\\/\\/www.dubdelivery.club\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/blocks-checkout.js\",\"version\":\"9f469ef17beaf7c51576\",\"dependencies\":[\"lodash\",\"react\",\"react-dom\",\"wc-blocks-components\",\"wc-blocks-data-store\",\"wc-blocks-registry\",\"wc-settings\",\"wp-a11y\",\"wp-compose\",\"wp-data\",\"wp-deprecated\",\"wp-dom\",\"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:\\/\\/www.dubdelivery.club\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/blocks-components.js\",\"version\":\"b165bb2bd213326d7f31\",\"dependencies\":[\"lodash\",\"react\",\"react-dom\",\"wc-blocks-data-store\",\"wc-settings\",\"wp-a11y\",\"wp-compose\",\"wp-data\",\"wp-deprecated\",\"wp-dom\",\"wp-element\",\"wp-html-entities\",\"wp-i18n\",\"wp-polyfill\",\"wp-primitives\",\"wp-warning\"]},\"assets\\/client\\/blocks\\/wc-interactivity-dropdown.js\":{\"src\":\"http:\\/\\/www.dubdelivery.club\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/wc-interactivity-dropdown.js\",\"version\":\"1cea5e9e36e528d7493b\",\"dependencies\":[\"wc-interactivity\",\"wp-polyfill\"]},\"assets\\/client\\/blocks\\/wc-interactivity-checkbox-list.js\":{\"src\":\"http:\\/\\/www.dubdelivery.club\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/wc-interactivity-checkbox-list.js\",\"version\":\"c1d99df3ef00991aa5e3\",\"dependencies\":[\"wc-interactivity\",\"wp-polyfill\"]},\"assets\\/client\\/blocks\\/active-filters.js\":{\"src\":\"http:\\/\\/www.dubdelivery.club\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/active-filters.js\",\"version\":\"95a1b3f19b7fe4333a57\",\"dependencies\":[\"react\",\"wc-blocks-components\",\"wc-blocks-data-store\",\"wc-price-format\",\"wc-settings\",\"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:\\/\\/www.dubdelivery.club\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/active-filters-frontend.js\",\"version\":\"70e84d296b0795687d51\",\"dependencies\":[\"react\",\"wc-blocks-components\",\"wc-blocks-data-store\",\"wc-price-format\",\"wc-settings\",\"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:\\/\\/www.dubdelivery.club\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/all-products.js\",\"version\":\"2749b82bd8ff0710a02b\",\"dependencies\":[\"lodash\",\"react\",\"wc-blocks-components\",\"wc-blocks-data-store\",\"wc-blocks-registry\",\"wc-blocks-shared-context\",\"wc-blocks-shared-hocs\",\"wc-price-format\",\"wc-settings\",\"wp-a11y\",\"wp-api-fetch\",\"wp-autop\",\"wp-block-editor\",\"wp-blocks\",\"wp-components\",\"wp-compose\",\"wp-data\",\"wp-deprecated\",\"wp-dom\",\"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-warning\",\"wp-wordcount\"]},\"assets\\/client\\/blocks\\/all-products-frontend.js\":{\"src\":\"http:\\/\\/www.dubdelivery.club\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/all-products-frontend.js\",\"version\":\"817507c468f28d7dc664\",\"dependencies\":[\"lodash\",\"react\",\"wc-blocks-components\",\"wc-blocks-data-store\",\"wc-blocks-registry\",\"wc-blocks-shared-context\",\"wc-blocks-shared-hocs\",\"wc-price-format\",\"wc-settings\",\"wp-a11y\",\"wp-api-fetch\",\"wp-autop\",\"wp-blocks\",\"wp-components\",\"wp-compose\",\"wp-data\",\"wp-deprecated\",\"wp-dom\",\"wp-element\",\"wp-hooks\",\"wp-html-entities\",\"wp-i18n\",\"wp-is-shallow-equal\",\"wp-polyfill\",\"wp-primitives\",\"wp-style-engine\",\"wp-url\",\"wp-warning\",\"wp-wordcount\"]},\"assets\\/client\\/blocks\\/all-reviews.js\":{\"src\":\"http:\\/\\/www.dubdelivery.club\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/all-reviews.js\",\"version\":\"9f6883440908e5e52100\",\"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:\\/\\/www.dubdelivery.club\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/reviews-frontend.js\",\"version\":\"329e37284479fc3ec518\",\"dependencies\":[\"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:\\/\\/www.dubdelivery.club\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/attribute-filter.js\",\"version\":\"0318ade40f521370e630\",\"dependencies\":[\"lodash\",\"react\",\"wc-blocks-components\",\"wc-blocks-data-store\",\"wc-settings\",\"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:\\/\\/www.dubdelivery.club\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/attribute-filter-frontend.js\",\"version\":\"deb7825537a9a0def635\",\"dependencies\":[\"lodash\",\"react\",\"wc-blocks-components\",\"wc-blocks-data-store\",\"wc-settings\",\"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:\\/\\/www.dubdelivery.club\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/breadcrumbs.js\",\"version\":\"418c5059b135f1aa7830\",\"dependencies\":[\"react\",\"wc-settings\",\"wp-block-editor\",\"wp-blocks\",\"wp-components\",\"wp-element\",\"wp-i18n\",\"wp-polyfill\",\"wp-primitives\"]},\"assets\\/client\\/blocks\\/catalog-sorting.js\":{\"src\":\"http:\\/\\/www.dubdelivery.club\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/catalog-sorting.js\",\"version\":\"8b529214dc52ced84c1a\",\"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:\\/\\/www.dubdelivery.club\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/legacy-template.js\",\"version\":\"7a28cf530204660de807\",\"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:\\/\\/www.dubdelivery.club\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/classic-shortcode.js\",\"version\":\"76824181596fde792ec6\",\"dependencies\":[\"react\",\"wp-block-editor\",\"wp-blocks\",\"wp-components\",\"wp-data\",\"wp-element\",\"wp-i18n\",\"wp-notices\",\"wp-polyfill\",\"wp-primitives\"]},\"assets\\/client\\/blocks\\/customer-account.js\":{\"src\":\"http:\\/\\/www.dubdelivery.club\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/customer-account.js\",\"version\":\"29d7fa83f6c2f9a2ce01\",\"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:\\/\\/www.dubdelivery.club\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/featured-category.js\",\"version\":\"148e4c038b098e102c5a\",\"dependencies\":[\"react\",\"wc-settings\",\"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:\\/\\/www.dubdelivery.club\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/featured-product.js\",\"version\":\"c1aba3f06758a23823df\",\"dependencies\":[\"react\",\"wc-settings\",\"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:\\/\\/www.dubdelivery.club\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/filter-wrapper.js\",\"version\":\"6e0bde12b66fdc6a52d4\",\"dependencies\":[\"react\",\"wp-block-editor\",\"wp-blocks\",\"wp-element\",\"wp-i18n\",\"wp-polyfill\",\"wp-primitives\"]},\"assets\\/client\\/blocks\\/filter-wrapper-frontend.js\":{\"src\":\"http:\\/\\/www.dubdelivery.club\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/filter-wrapper-frontend.js\",\"version\":\"1343caca35a219ba93be\",\"dependencies\":[\"lodash\",\"react\",\"wc-blocks-checkout\",\"wc-blocks-components\",\"wc-blocks-data-store\",\"wc-blocks-registry\",\"wc-price-format\",\"wc-settings\",\"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:\\/\\/www.dubdelivery.club\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/handpicked-products.js\",\"version\":\"f26a537f9581cb15be17\",\"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:\\/\\/www.dubdelivery.club\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/mini-cart.js\",\"version\":\"b9d45061c08714f5ce20\",\"dependencies\":[\"react\",\"wc-price-format\",\"wc-settings\",\"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:\\/\\/www.dubdelivery.club\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/mini-cart-frontend.js\",\"version\":\"7f4b55b97a7cb539b252\",\"dependencies\":[\"wc-price-format\",\"wc-settings\",\"wp-api-fetch\",\"wp-i18n\",\"wp-polyfill\"]},\"assets\\/client\\/blocks\\/store-notices.js\":{\"src\":\"http:\\/\\/www.dubdelivery.club\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/store-notices.js\",\"version\":\"05d34da6f782826693d8\",\"dependencies\":[\"lodash\",\"react\",\"wp-a11y\",\"wp-block-editor\",\"wp-blocks\",\"wp-compose\",\"wp-deprecated\",\"wp-dom\",\"wp-element\",\"wp-i18n\",\"wp-polyfill\",\"wp-primitives\",\"wp-warning\"]},\"assets\\/client\\/blocks\\/price-filter.js\":{\"src\":\"http:\\/\\/www.dubdelivery.club\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/price-filter.js\",\"version\":\"1acccd58ca149d97a900\",\"dependencies\":[\"react\",\"wc-blocks-components\",\"wc-blocks-data-store\",\"wc-price-format\",\"wc-settings\",\"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:\\/\\/www.dubdelivery.club\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/price-filter-frontend.js\",\"version\":\"9737cbab23b19364820a\",\"dependencies\":[\"react\",\"wc-blocks-components\",\"wc-blocks-data-store\",\"wc-price-format\",\"wc-settings\",\"wp-data\",\"wp-element\",\"wp-i18n\",\"wp-is-shallow-equal\",\"wp-polyfill\",\"wp-url\"]},\"assets\\/client\\/blocks\\/product-add-to-cart.js\":{\"src\":\"http:\\/\\/www.dubdelivery.club\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/product-add-to-cart.js\",\"version\":\"11.8.0-dev\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/product-add-to-cart-frontend.js\":{\"src\":\"http:\\/\\/www.dubdelivery.club\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/product-add-to-cart-frontend.js\",\"version\":\"11.8.0-dev\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/product-best-sellers.js\":{\"src\":\"http:\\/\\/www.dubdelivery.club\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/product-best-sellers.js\",\"version\":\"b63bce746658e0b84e06\",\"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:\\/\\/www.dubdelivery.club\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/product-button.js\",\"version\":\"11.8.0-dev\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/product-button-interactivity-frontend.js\":{\"src\":\"http:\\/\\/www.dubdelivery.club\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/product-button-interactivity-frontend.js\",\"version\":\"afe142c2b881b96719e3\",\"dependencies\":[\"lodash\",\"react\",\"wc-blocks-data-store\",\"wc-interactivity\",\"wp-a11y\",\"wp-compose\",\"wp-data\",\"wp-deprecated\",\"wp-dom\",\"wp-element\",\"wp-i18n\",\"wp-polyfill\",\"wp-primitives\",\"wp-warning\"]},\"assets\\/client\\/blocks\\/product-categories.js\":{\"src\":\"http:\\/\\/www.dubdelivery.club\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/product-categories.js\",\"version\":\"832123a81b454988a134\",\"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:\\/\\/www.dubdelivery.club\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/product-category.js\",\"version\":\"839c90df96d3182fd44f\",\"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:\\/\\/www.dubdelivery.club\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/product-collection.js\",\"version\":\"bcadee0c5276b5702d5f\",\"dependencies\":[\"react\",\"wc-settings\",\"wp-api-fetch\",\"wp-block-editor\",\"wp-blocks\",\"wp-components\",\"wp-compose\",\"wp-core-data\",\"wp-data\",\"wp-element\",\"wp-escape-html\",\"wp-hooks\",\"wp-html-entities\",\"wp-i18n\",\"wp-polyfill\",\"wp-primitives\",\"wp-url\"]},\"assets\\/client\\/blocks\\/product-collection-no-results.js\":{\"src\":\"http:\\/\\/www.dubdelivery.club\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/product-collection-no-results.js\",\"version\":\"3310bc6ce1501b94381d\",\"dependencies\":[\"react\",\"wp-block-editor\",\"wp-blocks\",\"wp-i18n\",\"wp-polyfill\",\"wp-primitives\"]},\"assets\\/client\\/blocks\\/product-new.js\":{\"src\":\"http:\\/\\/www.dubdelivery.club\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/product-new.js\",\"version\":\"21903dd7b7340a5bbd65\",\"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:\\/\\/www.dubdelivery.club\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/product-on-sale.js\",\"version\":\"bd498aa4d0e917c49ced\",\"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:\\/\\/www.dubdelivery.club\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/product-template.js\",\"version\":\"ebc6e378a32a6481e06c\",\"dependencies\":[\"react\",\"wc-settings\",\"wp-block-editor\",\"wp-blocks\",\"wp-components\",\"wp-core-data\",\"wp-data\",\"wp-element\",\"wp-i18n\",\"wp-polyfill\"]},\"assets\\/client\\/blocks\\/product-query.js\":{\"src\":\"http:\\/\\/www.dubdelivery.club\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/product-query.js\",\"version\":\"202aa5d3b35c4be8c140\",\"dependencies\":[\"react\",\"wc-settings\",\"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:\\/\\/www.dubdelivery.club\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/product-query-frontend.js\",\"version\":\"11.8.0-dev\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/product-results-count.js\":{\"src\":\"http:\\/\\/www.dubdelivery.club\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/product-results-count.js\",\"version\":\"a651c6e11bed0abf0a6e\",\"dependencies\":[\"react\",\"wp-block-editor\",\"wp-blocks\",\"wp-element\",\"wp-i18n\",\"wp-polyfill\",\"wp-primitives\"]},\"assets\\/client\\/blocks\\/product-search.js\":{\"src\":\"http:\\/\\/www.dubdelivery.club\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/product-search.js\",\"version\":\"904865bb60432f0703aa\",\"dependencies\":[\"react\",\"wc-settings\",\"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:\\/\\/www.dubdelivery.club\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/product-summary.js\",\"version\":\"11.8.0-dev\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/product-tag.js\":{\"src\":\"http:\\/\\/www.dubdelivery.club\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/product-tag.js\",\"version\":\"3eb8588c8ebc599f84ba\",\"dependencies\":[\"react\",\"wc-settings\",\"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:\\/\\/www.dubdelivery.club\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/product-title.js\",\"version\":\"11.8.0-dev\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/product-title-frontend.js\":{\"src\":\"http:\\/\\/www.dubdelivery.club\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/product-title-frontend.js\",\"version\":\"11.8.0-dev\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/product-top-rated.js\":{\"src\":\"http:\\/\\/www.dubdelivery.club\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/product-top-rated.js\",\"version\":\"21f88fabd15e241a44bf\",\"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:\\/\\/www.dubdelivery.club\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/products-by-attribute.js\",\"version\":\"e3b1e887efef84839d9e\",\"dependencies\":[\"react\",\"wc-settings\",\"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:\\/\\/www.dubdelivery.club\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/rating-filter.js\",\"version\":\"094dd57e09c4e444ac49\",\"dependencies\":[\"lodash\",\"react\",\"wc-blocks-components\",\"wc-blocks-data-store\",\"wc-settings\",\"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:\\/\\/www.dubdelivery.club\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/reviews-by-category.js\",\"version\":\"1f83bd36afb2334f1e26\",\"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:\\/\\/www.dubdelivery.club\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/reviews-by-product.js\",\"version\":\"4d2f490293bf2193b18c\",\"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\\/single-product.js\":{\"src\":\"http:\\/\\/www.dubdelivery.club\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/single-product.js\",\"version\":\"0a4baf55884c120a7af9\",\"dependencies\":[\"lodash\",\"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\",\"wp-api-fetch\",\"wp-autop\",\"wp-block-editor\",\"wp-blocks\",\"wp-components\",\"wp-compose\",\"wp-data\",\"wp-deprecated\",\"wp-dom\",\"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-warning\",\"wp-wordcount\"]},\"assets\\/client\\/blocks\\/stock-filter.js\":{\"src\":\"http:\\/\\/www.dubdelivery.club\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/stock-filter.js\",\"version\":\"1a0b810e62e59a05b3e9\",\"dependencies\":[\"lodash\",\"react\",\"wc-blocks-components\",\"wc-blocks-data-store\",\"wc-settings\",\"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:\\/\\/www.dubdelivery.club\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/stock-filter-frontend.js\",\"version\":\"91648cab5b0244ffedf0\",\"dependencies\":[\"lodash\",\"react\",\"wc-blocks-components\",\"wc-blocks-data-store\",\"wc-settings\",\"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:\\/\\/www.dubdelivery.club\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/page-content-wrapper.js\",\"version\":\"f35e44dbb78e412a7ad8\",\"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:\\/\\/www.dubdelivery.club\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/order-confirmation-status.js\",\"version\":\"9259ba035fec1019a3c4\",\"dependencies\":[\"react\",\"wp-block-editor\",\"wp-blocks\",\"wp-element\",\"wp-i18n\",\"wp-polyfill\",\"wp-primitives\"]},\"assets\\/client\\/blocks\\/order-confirmation-summary.js\":{\"src\":\"http:\\/\\/www.dubdelivery.club\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/order-confirmation-summary.js\",\"version\":\"42d4d02662ee78e67430\",\"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:\\/\\/www.dubdelivery.club\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/order-confirmation-totals.js\",\"version\":\"058cf0fedd7d960dc6c3\",\"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:\\/\\/www.dubdelivery.club\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/order-confirmation-totals-wrapper.js\",\"version\":\"129cdd90c94398a18c88\",\"dependencies\":[\"react\",\"wp-block-editor\",\"wp-blocks\",\"wp-element\",\"wp-i18n\",\"wp-polyfill\",\"wp-primitives\"]},\"assets\\/client\\/blocks\\/order-confirmation-downloads.js\":{\"src\":\"http:\\/\\/www.dubdelivery.club\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/order-confirmation-downloads.js\",\"version\":\"9b8381e57115e792aacd\",\"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:\\/\\/www.dubdelivery.club\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/order-confirmation-downloads-wrapper.js\",\"version\":\"44ee817b8cd877854069\",\"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:\\/\\/www.dubdelivery.club\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/order-confirmation-billing-address.js\",\"version\":\"b3df4293ff6f2fc1e5aa\",\"dependencies\":[\"react\",\"wp-block-editor\",\"wp-blocks\",\"wp-element\",\"wp-polyfill\",\"wp-primitives\"]},\"assets\\/client\\/blocks\\/order-confirmation-shipping-address.js\":{\"src\":\"http:\\/\\/www.dubdelivery.club\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/order-confirmation-shipping-address.js\",\"version\":\"cbe3b727556f17cccbeb\",\"dependencies\":[\"react\",\"wp-block-editor\",\"wp-blocks\",\"wp-element\",\"wp-polyfill\",\"wp-primitives\"]},\"assets\\/client\\/blocks\\/order-confirmation-billing-wrapper.js\":{\"src\":\"http:\\/\\/www.dubdelivery.club\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/order-confirmation-billing-wrapper.js\",\"version\":\"1340068d7a04db3610f6\",\"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:\\/\\/www.dubdelivery.club\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/order-confirmation-shipping-wrapper.js\",\"version\":\"0f2a58a6d1253ce3c18d\",\"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:\\/\\/www.dubdelivery.club\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/order-confirmation-additional-information.js\",\"version\":\"9ff9792a5b25249e7107\",\"dependencies\":[\"react\",\"wp-block-editor\",\"wp-blocks\",\"wp-element\",\"wp-polyfill\",\"wp-primitives\"]},\"assets\\/client\\/blocks\\/cart.js\":{\"src\":\"http:\\/\\/www.dubdelivery.club\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/cart.js\",\"version\":\"acefa58be16d3beca24c\",\"dependencies\":[\"lodash\",\"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\",\"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-warning\",\"wp-wordcount\"]},\"assets\\/client\\/blocks\\/wc-payment-method-cod.js\":{\"src\":\"http:\\/\\/www.dubdelivery.club\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/wc-payment-method-cod.js\",\"version\":\"79183ca056f2d383a156\",\"dependencies\":[\"react\",\"wc-blocks-registry\",\"wc-settings\",\"wp-element\",\"wp-html-entities\",\"wp-i18n\",\"wp-polyfill\"]},\"assets\\/client\\/blocks\\/cart-frontend.js\":{\"src\":\"http:\\/\\/www.dubdelivery.club\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/cart-frontend.js\",\"version\":\"77a2ac425fb136be0522\",\"dependencies\":[\"lodash\",\"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\",\"wp-a11y\",\"wp-api-fetch\",\"wp-autop\",\"wp-blocks\",\"wp-compose\",\"wp-data\",\"wp-deprecated\",\"wp-dom\",\"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-warning\",\"wp-wordcount\"]},\"assets\\/client\\/blocks\\/cart-blocks\\/order-summary-fee-frontend.js\":{\"src\":\"http:\\/\\/www.dubdelivery.club\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/cart-blocks\\/order-summary-fee-frontend.js\",\"version\":\"11.8.0-dev\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/cart-blocks\\/order-summary-discount-frontend.js\":{\"src\":\"http:\\/\\/www.dubdelivery.club\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/cart-blocks\\/order-summary-discount-frontend.js\",\"version\":\"11.8.0-dev\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/cart-blocks\\/cart-line-items-style.js\":{\"src\":\"http:\\/\\/www.dubdelivery.club\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/cart-blocks\\/cart-line-items-style.js\",\"version\":\"11.8.0-dev\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/cart-blocks\\/cart-cross-sells-products-frontend.js\":{\"src\":\"http:\\/\\/www.dubdelivery.club\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/cart-blocks\\/cart-cross-sells-products-frontend.js\",\"version\":\"11.8.0-dev\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/cart-blocks\\/cart-totals-frontend.js\":{\"src\":\"http:\\/\\/www.dubdelivery.club\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/cart-blocks\\/cart-totals-frontend.js\",\"version\":\"11.8.0-dev\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/cart-blocks\\/cart-cross-sells-style.js\":{\"src\":\"http:\\/\\/www.dubdelivery.club\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/cart-blocks\\/cart-cross-sells-style.js\",\"version\":\"11.8.0-dev\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/cart-blocks\\/order-summary-shipping-style.js\":{\"src\":\"http:\\/\\/www.dubdelivery.club\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/cart-blocks\\/order-summary-shipping-style.js\",\"version\":\"11.8.0-dev\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/cart-blocks\\/cart-accepted-payment-methods-frontend.js\":{\"src\":\"http:\\/\\/www.dubdelivery.club\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/cart-blocks\\/cart-accepted-payment-methods-frontend.js\",\"version\":\"11.8.0-dev\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/cart-blocks\\/order-summary-heading-style.js\":{\"src\":\"http:\\/\\/www.dubdelivery.club\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/cart-blocks\\/order-summary-heading-style.js\",\"version\":\"11.8.0-dev\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/cart-blocks\\/proceed-to-checkout-style.js\":{\"src\":\"http:\\/\\/www.dubdelivery.club\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/cart-blocks\\/proceed-to-checkout-style.js\",\"version\":\"11.8.0-dev\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/cart-blocks\\/cart-accepted-payment-methods-style.js\":{\"src\":\"http:\\/\\/www.dubdelivery.club\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/cart-blocks\\/cart-accepted-payment-methods-style.js\",\"version\":\"11.8.0-dev\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/cart-blocks\\/filled-cart-frontend.js\":{\"src\":\"http:\\/\\/www.dubdelivery.club\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/cart-blocks\\/filled-cart-frontend.js\",\"version\":\"11.8.0-dev\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/cart-blocks\\/order-summary-coupon-form-frontend.js\":{\"src\":\"http:\\/\\/www.dubdelivery.club\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/cart-blocks\\/order-summary-coupon-form-frontend.js\",\"version\":\"11.8.0-dev\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/cart-blocks\\/empty-cart-frontend.js\":{\"src\":\"http:\\/\\/www.dubdelivery.club\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/cart-blocks\\/empty-cart-frontend.js\",\"version\":\"11.8.0-dev\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/cart-blocks\\/order-summary-shipping-frontend.js\":{\"src\":\"http:\\/\\/www.dubdelivery.club\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/cart-blocks\\/order-summary-shipping-frontend.js\",\"version\":\"11.8.0-dev\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/cart-blocks\\/cart-totals-style.js\":{\"src\":\"http:\\/\\/www.dubdelivery.club\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/cart-blocks\\/cart-totals-style.js\",\"version\":\"11.8.0-dev\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/cart-blocks\\/order-summary-heading-frontend.js\":{\"src\":\"http:\\/\\/www.dubdelivery.club\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/cart-blocks\\/order-summary-heading-frontend.js\",\"version\":\"11.8.0-dev\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/cart-blocks\\/cart-items-frontend.js\":{\"src\":\"http:\\/\\/www.dubdelivery.club\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/cart-blocks\\/cart-items-frontend.js\",\"version\":\"11.8.0-dev\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/cart-blocks\\/cart-line-items-frontend.js\":{\"src\":\"http:\\/\\/www.dubdelivery.club\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/cart-blocks\\/cart-line-items-frontend.js\",\"version\":\"11.8.0-dev\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/cart-blocks\\/filled-cart-style.js\":{\"src\":\"http:\\/\\/www.dubdelivery.club\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/cart-blocks\\/filled-cart-style.js\",\"version\":\"11.8.0-dev\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/cart-blocks\\/cart-order-summary-style.js\":{\"src\":\"http:\\/\\/www.dubdelivery.club\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/cart-blocks\\/cart-order-summary-style.js\",\"version\":\"11.8.0-dev\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/cart-blocks\\/order-summary-taxes-style.js\":{\"src\":\"http:\\/\\/www.dubdelivery.club\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/cart-blocks\\/order-summary-taxes-style.js\",\"version\":\"11.8.0-dev\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/cart-blocks\\/proceed-to-checkout-frontend.js\":{\"src\":\"http:\\/\\/www.dubdelivery.club\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/cart-blocks\\/proceed-to-checkout-frontend.js\",\"version\":\"11.8.0-dev\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/cart-blocks\\/cart-items-style.js\":{\"src\":\"http:\\/\\/www.dubdelivery.club\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/cart-blocks\\/cart-items-style.js\",\"version\":\"11.8.0-dev\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/cart-blocks\\/cart-cross-sells-frontend.js\":{\"src\":\"http:\\/\\/www.dubdelivery.club\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/cart-blocks\\/cart-cross-sells-frontend.js\",\"version\":\"11.8.0-dev\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/cart-blocks\\/cart-express-payment-style.js\":{\"src\":\"http:\\/\\/www.dubdelivery.club\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/cart-blocks\\/cart-express-payment-style.js\",\"version\":\"11.8.0-dev\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/cart-blocks\\/order-summary-taxes-frontend.js\":{\"src\":\"http:\\/\\/www.dubdelivery.club\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/cart-blocks\\/order-summary-taxes-frontend.js\",\"version\":\"11.8.0-dev\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/cart-blocks\\/order-summary-fee-style.js\":{\"src\":\"http:\\/\\/www.dubdelivery.club\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/cart-blocks\\/order-summary-fee-style.js\",\"version\":\"11.8.0-dev\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/cart-blocks\\/cart-express-payment-frontend.js\":{\"src\":\"http:\\/\\/www.dubdelivery.club\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/cart-blocks\\/cart-express-payment-frontend.js\",\"version\":\"11.8.0-dev\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/cart-blocks\\/order-summary-discount-style.js\":{\"src\":\"http:\\/\\/www.dubdelivery.club\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/cart-blocks\\/order-summary-discount-style.js\",\"version\":\"11.8.0-dev\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/cart-blocks\\/empty-cart-style.js\":{\"src\":\"http:\\/\\/www.dubdelivery.club\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/cart-blocks\\/empty-cart-style.js\",\"version\":\"11.8.0-dev\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/cart-blocks\\/cart-order-summary-frontend.js\":{\"src\":\"http:\\/\\/www.dubdelivery.club\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/cart-blocks\\/cart-order-summary-frontend.js\",\"version\":\"11.8.0-dev\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/cart-blocks\\/order-summary-subtotal-style.js\":{\"src\":\"http:\\/\\/www.dubdelivery.club\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/cart-blocks\\/order-summary-subtotal-style.js\",\"version\":\"11.8.0-dev\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/cart-blocks\\/order-summary-coupon-form-style.js\":{\"src\":\"http:\\/\\/www.dubdelivery.club\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/cart-blocks\\/order-summary-coupon-form-style.js\",\"version\":\"11.8.0-dev\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/cart-blocks\\/order-summary-subtotal-frontend.js\":{\"src\":\"http:\\/\\/www.dubdelivery.club\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/cart-blocks\\/order-summary-subtotal-frontend.js\",\"version\":\"11.8.0-dev\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/cart-blocks\\/cart-cross-sells-products-style.js\":{\"src\":\"http:\\/\\/www.dubdelivery.club\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/cart-blocks\\/cart-cross-sells-products-style.js\",\"version\":\"11.8.0-dev\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/cart-order-summary-taxes-block.js\":{\"src\":\"http:\\/\\/www.dubdelivery.club\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/cart-order-summary-taxes-block.js\",\"version\":\"11.8.0-dev\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/cart-order-summary-subtotal-block.js\":{\"src\":\"http:\\/\\/www.dubdelivery.club\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/cart-order-summary-subtotal-block.js\",\"version\":\"11.8.0-dev\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/filled-cart-block.js\":{\"src\":\"http:\\/\\/www.dubdelivery.club\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/filled-cart-block.js\",\"version\":\"11.8.0-dev\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/empty-cart-block.js\":{\"src\":\"http:\\/\\/www.dubdelivery.club\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/empty-cart-block.js\",\"version\":\"11.8.0-dev\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/cart-totals-block.js\":{\"src\":\"http:\\/\\/www.dubdelivery.club\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/cart-totals-block.js\",\"version\":\"11.8.0-dev\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/cart-items-block.js\":{\"src\":\"http:\\/\\/www.dubdelivery.club\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/cart-items-block.js\",\"version\":\"11.8.0-dev\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/cart-line-items-block.js\":{\"src\":\"http:\\/\\/www.dubdelivery.club\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/cart-line-items-block.js\",\"version\":\"11.8.0-dev\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/cart-order-summary-block.js\":{\"src\":\"http:\\/\\/www.dubdelivery.club\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/cart-order-summary-block.js\",\"version\":\"11.8.0-dev\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/cart-express-payment-block.js\":{\"src\":\"http:\\/\\/www.dubdelivery.club\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/cart-express-payment-block.js\",\"version\":\"11.8.0-dev\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/proceed-to-checkout-block.js\":{\"src\":\"http:\\/\\/www.dubdelivery.club\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/proceed-to-checkout-block.js\",\"version\":\"11.8.0-dev\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/cart-accepted-payment-methods-block.js\":{\"src\":\"http:\\/\\/www.dubdelivery.club\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/cart-accepted-payment-methods-block.js\",\"version\":\"11.8.0-dev\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/cart-order-summary-coupon-form-block.js\":{\"src\":\"http:\\/\\/www.dubdelivery.club\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/cart-order-summary-coupon-form-block.js\",\"version\":\"11.8.0-dev\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/cart-order-summary-discount-block.js\":{\"src\":\"http:\\/\\/www.dubdelivery.club\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/cart-order-summary-discount-block.js\",\"version\":\"11.8.0-dev\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/cart-order-summary-fee-block.js\":{\"src\":\"http:\\/\\/www.dubdelivery.club\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/cart-order-summary-fee-block.js\",\"version\":\"11.8.0-dev\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/cart-order-summary-heading-block.js\":{\"src\":\"http:\\/\\/www.dubdelivery.club\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/cart-order-summary-heading-block.js\",\"version\":\"11.8.0-dev\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/cart-order-summary-shipping-block.js\":{\"src\":\"http:\\/\\/www.dubdelivery.club\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/cart-order-summary-shipping-block.js\",\"version\":\"11.8.0-dev\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/cart-cross-sells-block.js\":{\"src\":\"http:\\/\\/www.dubdelivery.club\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/cart-cross-sells-block.js\",\"version\":\"11.8.0-dev\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/cart-cross-sells-products-block.js\":{\"src\":\"http:\\/\\/www.dubdelivery.club\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/cart-cross-sells-products-block.js\",\"version\":\"11.8.0-dev\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/checkout.js\":{\"src\":\"http:\\/\\/www.dubdelivery.club\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/checkout.js\",\"version\":\"9c453d40445d6b160616\",\"dependencies\":[\"lodash\",\"react\",\"wc-blocks-checkout\",\"wc-blocks-components\",\"wc-blocks-data-store\",\"wc-blocks-registry\",\"wc-price-format\",\"wc-settings\",\"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-warning\",\"wp-wordcount\"]},\"assets\\/client\\/blocks\\/checkout-frontend.js\":{\"src\":\"http:\\/\\/www.dubdelivery.club\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/checkout-frontend.js\",\"version\":\"e2d912fa982858c6ccaa\",\"dependencies\":[\"lodash\",\"react\",\"wc-blocks-checkout\",\"wc-blocks-components\",\"wc-blocks-data-store\",\"wc-blocks-registry\",\"wc-blocks-shared-hocs\",\"wc-price-format\",\"wc-settings\",\"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-keycodes\",\"wp-plugins\",\"wp-polyfill\",\"wp-primitives\",\"wp-url\",\"wp-warning\",\"wp-wordcount\"]},\"assets\\/client\\/blocks\\/checkout-blocks\\/payment-frontend.js\":{\"src\":\"http:\\/\\/www.dubdelivery.club\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/checkout-blocks\\/payment-frontend.js\",\"version\":\"11.8.0-dev\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/checkout-blocks\\/order-summary-fee-frontend.js\":{\"src\":\"http:\\/\\/www.dubdelivery.club\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/checkout-blocks\\/order-summary-fee-frontend.js\",\"version\":\"11.8.0-dev\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/checkout-blocks\\/payment-style.js\":{\"src\":\"http:\\/\\/www.dubdelivery.club\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/checkout-blocks\\/payment-style.js\",\"version\":\"11.8.0-dev\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/checkout-blocks\\/order-summary-discount-frontend.js\":{\"src\":\"http:\\/\\/www.dubdelivery.club\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/checkout-blocks\\/order-summary-discount-frontend.js\",\"version\":\"11.8.0-dev\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/checkout-blocks\\/contact-information-style.js\":{\"src\":\"http:\\/\\/www.dubdelivery.club\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/checkout-blocks\\/contact-information-style.js\",\"version\":\"11.8.0-dev\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/checkout-blocks\\/order-summary-style.js\":{\"src\":\"http:\\/\\/www.dubdelivery.club\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/checkout-blocks\\/order-summary-style.js\",\"version\":\"11.8.0-dev\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/checkout-blocks\\/terms-style.js\":{\"src\":\"http:\\/\\/www.dubdelivery.club\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/checkout-blocks\\/terms-style.js\",\"version\":\"11.8.0-dev\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/checkout-blocks\\/express-payment-frontend.js\":{\"src\":\"http:\\/\\/www.dubdelivery.club\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/checkout-blocks\\/express-payment-frontend.js\",\"version\":\"11.8.0-dev\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/checkout-blocks\\/order-summary-frontend.js\":{\"src\":\"http:\\/\\/www.dubdelivery.club\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/checkout-blocks\\/order-summary-frontend.js\",\"version\":\"11.8.0-dev\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/checkout-blocks\\/order-summary-shipping-style.js\":{\"src\":\"http:\\/\\/www.dubdelivery.club\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/checkout-blocks\\/order-summary-shipping-style.js\",\"version\":\"11.8.0-dev\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/checkout-blocks\\/order-summary-cart-items-style.js\":{\"src\":\"http:\\/\\/www.dubdelivery.club\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/checkout-blocks\\/order-summary-cart-items-style.js\",\"version\":\"11.8.0-dev\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/checkout-blocks\\/order-summary-cart-items-frontend.js\":{\"src\":\"http:\\/\\/www.dubdelivery.club\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/checkout-blocks\\/order-summary-cart-items-frontend.js\",\"version\":\"11.8.0-dev\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/checkout-blocks\\/shipping-method-frontend.js\":{\"src\":\"http:\\/\\/www.dubdelivery.club\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/checkout-blocks\\/shipping-method-frontend.js\",\"version\":\"11.8.0-dev\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/checkout-blocks\\/order-summary-coupon-form-frontend.js\":{\"src\":\"http:\\/\\/www.dubdelivery.club\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/checkout-blocks\\/order-summary-coupon-form-frontend.js\",\"version\":\"11.8.0-dev\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/checkout-blocks\\/shipping-address-style.js\":{\"src\":\"http:\\/\\/www.dubdelivery.club\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/checkout-blocks\\/shipping-address-style.js\",\"version\":\"11.8.0-dev\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/checkout-blocks\\/order-note-frontend.js\":{\"src\":\"http:\\/\\/www.dubdelivery.club\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/checkout-blocks\\/order-note-frontend.js\",\"version\":\"11.8.0-dev\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/checkout-blocks\\/contact-information-frontend.js\":{\"src\":\"http:\\/\\/www.dubdelivery.club\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/checkout-blocks\\/contact-information-frontend.js\",\"version\":\"11.8.0-dev\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/checkout-blocks\\/terms-frontend.js\":{\"src\":\"http:\\/\\/www.dubdelivery.club\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/checkout-blocks\\/terms-frontend.js\",\"version\":\"11.8.0-dev\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/checkout-blocks\\/totals-style.js\":{\"src\":\"http:\\/\\/www.dubdelivery.club\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/checkout-blocks\\/totals-style.js\",\"version\":\"11.8.0-dev\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/checkout-blocks\\/order-summary-shipping-frontend.js\":{\"src\":\"http:\\/\\/www.dubdelivery.club\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/checkout-blocks\\/order-summary-shipping-frontend.js\",\"version\":\"11.8.0-dev\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/checkout-blocks\\/billing-address-style.js\":{\"src\":\"http:\\/\\/www.dubdelivery.club\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/checkout-blocks\\/billing-address-style.js\",\"version\":\"11.8.0-dev\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/checkout-blocks\\/shipping-method-style.js\":{\"src\":\"http:\\/\\/www.dubdelivery.club\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/checkout-blocks\\/shipping-method-style.js\",\"version\":\"11.8.0-dev\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/checkout-blocks\\/shipping-methods-frontend.js\":{\"src\":\"http:\\/\\/www.dubdelivery.club\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/checkout-blocks\\/shipping-methods-frontend.js\",\"version\":\"11.8.0-dev\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/checkout-blocks\\/actions-style.js\":{\"src\":\"http:\\/\\/www.dubdelivery.club\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/checkout-blocks\\/actions-style.js\",\"version\":\"11.8.0-dev\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/checkout-blocks\\/shipping-address-frontend.js\":{\"src\":\"http:\\/\\/www.dubdelivery.club\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/checkout-blocks\\/shipping-address-frontend.js\",\"version\":\"11.8.0-dev\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/checkout-blocks\\/order-summary-taxes-style.js\":{\"src\":\"http:\\/\\/www.dubdelivery.club\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/checkout-blocks\\/order-summary-taxes-style.js\",\"version\":\"11.8.0-dev\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/checkout-blocks\\/pickup-options-frontend.js\":{\"src\":\"http:\\/\\/www.dubdelivery.club\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/checkout-blocks\\/pickup-options-frontend.js\",\"version\":\"11.8.0-dev\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/checkout-blocks\\/shipping-methods-style.js\":{\"src\":\"http:\\/\\/www.dubdelivery.club\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/checkout-blocks\\/shipping-methods-style.js\",\"version\":\"11.8.0-dev\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/checkout-blocks\\/pickup-options-style.js\":{\"src\":\"http:\\/\\/www.dubdelivery.club\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/checkout-blocks\\/pickup-options-style.js\",\"version\":\"11.8.0-dev\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/checkout-blocks\\/totals-frontend.js\":{\"src\":\"http:\\/\\/www.dubdelivery.club\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/checkout-blocks\\/totals-frontend.js\",\"version\":\"11.8.0-dev\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/checkout-blocks\\/actions-frontend.js\":{\"src\":\"http:\\/\\/www.dubdelivery.club\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/checkout-blocks\\/actions-frontend.js\",\"version\":\"11.8.0-dev\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/checkout-blocks\\/order-summary-taxes-frontend.js\":{\"src\":\"http:\\/\\/www.dubdelivery.club\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/checkout-blocks\\/order-summary-taxes-frontend.js\",\"version\":\"11.8.0-dev\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/checkout-blocks\\/order-summary-fee-style.js\":{\"src\":\"http:\\/\\/www.dubdelivery.club\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/checkout-blocks\\/order-summary-fee-style.js\",\"version\":\"11.8.0-dev\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/checkout-blocks\\/billing-address-frontend.js\":{\"src\":\"http:\\/\\/www.dubdelivery.club\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/checkout-blocks\\/billing-address-frontend.js\",\"version\":\"11.8.0-dev\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/checkout-blocks\\/fields-style.js\":{\"src\":\"http:\\/\\/www.dubdelivery.club\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/checkout-blocks\\/fields-style.js\",\"version\":\"11.8.0-dev\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/checkout-blocks\\/fields-frontend.js\":{\"src\":\"http:\\/\\/www.dubdelivery.club\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/checkout-blocks\\/fields-frontend.js\",\"version\":\"11.8.0-dev\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/checkout-blocks\\/order-summary-discount-style.js\":{\"src\":\"http:\\/\\/www.dubdelivery.club\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/checkout-blocks\\/order-summary-discount-style.js\",\"version\":\"11.8.0-dev\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/checkout-blocks\\/order-summary-subtotal-style.js\":{\"src\":\"http:\\/\\/www.dubdelivery.club\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/checkout-blocks\\/order-summary-subtotal-style.js\",\"version\":\"11.8.0-dev\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/checkout-blocks\\/order-summary-coupon-form-style.js\":{\"src\":\"http:\\/\\/www.dubdelivery.club\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/checkout-blocks\\/order-summary-coupon-form-style.js\",\"version\":\"11.8.0-dev\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/checkout-blocks\\/order-summary-subtotal-frontend.js\":{\"src\":\"http:\\/\\/www.dubdelivery.club\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/checkout-blocks\\/order-summary-subtotal-frontend.js\",\"version\":\"11.8.0-dev\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/cart-blocks\\/cart-express-payment--checkout-blocks\\/express-payment-frontend.js\":{\"src\":\"http:\\/\\/www.dubdelivery.club\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/cart-blocks\\/cart-express-payment--checkout-blocks\\/express-payment-frontend.js\",\"version\":\"11.8.0-dev\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/checkout-actions-block.js\":{\"src\":\"http:\\/\\/www.dubdelivery.club\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/checkout-actions-block.js\",\"version\":\"11.8.0-dev\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/checkout-billing-address-block.js\":{\"src\":\"http:\\/\\/www.dubdelivery.club\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/checkout-billing-address-block.js\",\"version\":\"11.8.0-dev\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/checkout-contact-information-block.js\":{\"src\":\"http:\\/\\/www.dubdelivery.club\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/checkout-contact-information-block.js\",\"version\":\"11.8.0-dev\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/checkout-express-payment-block.js\":{\"src\":\"http:\\/\\/www.dubdelivery.club\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/checkout-express-payment-block.js\",\"version\":\"11.8.0-dev\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/checkout-fields-block.js\":{\"src\":\"http:\\/\\/www.dubdelivery.club\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/checkout-fields-block.js\",\"version\":\"11.8.0-dev\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/checkout-order-note-block.js\":{\"src\":\"http:\\/\\/www.dubdelivery.club\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/checkout-order-note-block.js\",\"version\":\"11.8.0-dev\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/checkout-order-summary-block.js\":{\"src\":\"http:\\/\\/www.dubdelivery.club\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/checkout-order-summary-block.js\",\"version\":\"11.8.0-dev\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/checkout-order-summary-cart-items-block.js\":{\"src\":\"http:\\/\\/www.dubdelivery.club\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/checkout-order-summary-cart-items-block.js\",\"version\":\"11.8.0-dev\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/checkout-order-summary-coupon-form-block.js\":{\"src\":\"http:\\/\\/www.dubdelivery.club\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/checkout-order-summary-coupon-form-block.js\",\"version\":\"11.8.0-dev\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/checkout-order-summary-discount-block.js\":{\"src\":\"http:\\/\\/www.dubdelivery.club\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/checkout-order-summary-discount-block.js\",\"version\":\"11.8.0-dev\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/checkout-order-summary-fee-block.js\":{\"src\":\"http:\\/\\/www.dubdelivery.club\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/checkout-order-summary-fee-block.js\",\"version\":\"11.8.0-dev\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/checkout-order-summary-shipping-block.js\":{\"src\":\"http:\\/\\/www.dubdelivery.club\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/checkout-order-summary-shipping-block.js\",\"version\":\"11.8.0-dev\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/checkout-order-summary-subtotal-block.js\":{\"src\":\"http:\\/\\/www.dubdelivery.club\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/checkout-order-summary-subtotal-block.js\",\"version\":\"11.8.0-dev\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/checkout-order-summary-taxes-block.js\":{\"src\":\"http:\\/\\/www.dubdelivery.club\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/checkout-order-summary-taxes-block.js\",\"version\":\"11.8.0-dev\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/checkout-payment-block.js\":{\"src\":\"http:\\/\\/www.dubdelivery.club\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/checkout-payment-block.js\",\"version\":\"11.8.0-dev\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/checkout-shipping-address-block.js\":{\"src\":\"http:\\/\\/www.dubdelivery.club\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/checkout-shipping-address-block.js\",\"version\":\"11.8.0-dev\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/checkout-shipping-methods-block.js\":{\"src\":\"http:\\/\\/www.dubdelivery.club\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/checkout-shipping-methods-block.js\",\"version\":\"11.8.0-dev\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/checkout-shipping-method-block.js\":{\"src\":\"http:\\/\\/www.dubdelivery.club\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/checkout-shipping-method-block.js\",\"version\":\"11.8.0-dev\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/checkout-pickup-options-block.js\":{\"src\":\"http:\\/\\/www.dubdelivery.club\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/checkout-pickup-options-block.js\",\"version\":\"11.8.0-dev\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/checkout-terms-block.js\":{\"src\":\"http:\\/\\/www.dubdelivery.club\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/checkout-terms-block.js\",\"version\":\"11.8.0-dev\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/checkout-totals-block.js\":{\"src\":\"http:\\/\\/www.dubdelivery.club\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/checkout-totals-block.js\",\"version\":\"11.8.0-dev\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/mini-cart-contents.js\":{\"src\":\"http:\\/\\/www.dubdelivery.club\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/mini-cart-contents.js\",\"version\":\"98918e12a7aa368a9390\",\"dependencies\":[\"lodash\",\"react\",\"wc-blocks-checkout\",\"wc-blocks-components\",\"wc-blocks-data-store\",\"wc-blocks-registry\",\"wc-price-format\",\"wc-settings\",\"wp-a11y\",\"wp-autop\",\"wp-block-editor\",\"wp-blocks\",\"wp-components\",\"wp-compose\",\"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-warning\",\"wp-wordcount\"]},\"assets\\/client\\/blocks\\/empty-mini-cart-contents-block.js\":{\"src\":\"http:\\/\\/www.dubdelivery.club\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/empty-mini-cart-contents-block.js\",\"version\":\"11.8.0-dev\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/filled-mini-cart-contents-block.js\":{\"src\":\"http:\\/\\/www.dubdelivery.club\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/filled-mini-cart-contents-block.js\",\"version\":\"11.8.0-dev\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/mini-cart-footer-block.js\":{\"src\":\"http:\\/\\/www.dubdelivery.club\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/mini-cart-footer-block.js\",\"version\":\"11.8.0-dev\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/mini-cart-items-block.js\":{\"src\":\"http:\\/\\/www.dubdelivery.club\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/mini-cart-items-block.js\",\"version\":\"11.8.0-dev\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/mini-cart-products-table-block.js\":{\"src\":\"http:\\/\\/www.dubdelivery.club\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/mini-cart-products-table-block.js\",\"version\":\"11.8.0-dev\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/mini-cart-shopping-button-block.js\":{\"src\":\"http:\\/\\/www.dubdelivery.club\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/mini-cart-shopping-button-block.js\",\"version\":\"11.8.0-dev\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/mini-cart-cart-button-block.js\":{\"src\":\"http:\\/\\/www.dubdelivery.club\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/mini-cart-cart-button-block.js\",\"version\":\"11.8.0-dev\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/mini-cart-checkout-button-block.js\":{\"src\":\"http:\\/\\/www.dubdelivery.club\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/mini-cart-checkout-button-block.js\",\"version\":\"11.8.0-dev\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/mini-cart-title-block.js\":{\"src\":\"http:\\/\\/www.dubdelivery.club\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/mini-cart-title-block.js\",\"version\":\"11.8.0-dev\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/mini-cart-title-items-counter-block.js\":{\"src\":\"http:\\/\\/www.dubdelivery.club\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/mini-cart-title-items-counter-block.js\",\"version\":\"11.8.0-dev\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/mini-cart-title-label-block.js\":{\"src\":\"http:\\/\\/www.dubdelivery.club\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/mini-cart-title-label-block.js\",\"version\":\"11.8.0-dev\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/mini-cart-component-frontend.js\":{\"src\":\"http:\\/\\/www.dubdelivery.club\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/mini-cart-component-frontend.js\",\"version\":\"85605a0a865173a632e8\",\"dependencies\":[\"lodash\",\"react\",\"wc-blocks-checkout\",\"wc-blocks-components\",\"wc-blocks-data-store\",\"wc-blocks-registry\",\"wc-price-format\",\"wc-settings\",\"wp-a11y\",\"wp-autop\",\"wp-compose\",\"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-style-engine\",\"wp-url\",\"wp-warning\",\"wp-wordcount\"]},\"assets\\/client\\/blocks\\/mini-cart-contents-block\\/shopping-button-frontend.js\":{\"src\":\"http:\\/\\/www.dubdelivery.club\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/mini-cart-contents-block\\/shopping-button-frontend.js\",\"version\":\"11.8.0-dev\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/mini-cart-contents-block\\/cart-button-style.js\":{\"src\":\"http:\\/\\/www.dubdelivery.club\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/mini-cart-contents-block\\/cart-button-style.js\",\"version\":\"11.8.0-dev\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/mini-cart-contents-block\\/title-label-frontend.js\":{\"src\":\"http:\\/\\/www.dubdelivery.club\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/mini-cart-contents-block\\/title-label-frontend.js\",\"version\":\"11.8.0-dev\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/mini-cart-contents-block\\/shopping-button-style.js\":{\"src\":\"http:\\/\\/www.dubdelivery.club\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/mini-cart-contents-block\\/shopping-button-style.js\",\"version\":\"11.8.0-dev\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/mini-cart-contents-block\\/title-items-counter-style.js\":{\"src\":\"http:\\/\\/www.dubdelivery.club\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/mini-cart-contents-block\\/title-items-counter-style.js\",\"version\":\"11.8.0-dev\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/mini-cart-contents-block\\/items-frontend.js\":{\"src\":\"http:\\/\\/www.dubdelivery.club\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/mini-cart-contents-block\\/items-frontend.js\",\"version\":\"11.8.0-dev\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/mini-cart-contents-block\\/products-table-frontend.js\":{\"src\":\"http:\\/\\/www.dubdelivery.club\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/mini-cart-contents-block\\/products-table-frontend.js\",\"version\":\"11.8.0-dev\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/mini-cart-contents-block\\/filled-cart-frontend.js\":{\"src\":\"http:\\/\\/www.dubdelivery.club\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/mini-cart-contents-block\\/filled-cart-frontend.js\",\"version\":\"11.8.0-dev\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/mini-cart-contents-block\\/title-style.js\":{\"src\":\"http:\\/\\/www.dubdelivery.club\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/mini-cart-contents-block\\/title-style.js\",\"version\":\"11.8.0-dev\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/mini-cart-contents-block\\/empty-cart-frontend.js\":{\"src\":\"http:\\/\\/www.dubdelivery.club\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/mini-cart-contents-block\\/empty-cart-frontend.js\",\"version\":\"11.8.0-dev\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/mini-cart-contents-block\\/checkout-button-style.js\":{\"src\":\"http:\\/\\/www.dubdelivery.club\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/mini-cart-contents-block\\/checkout-button-style.js\",\"version\":\"11.8.0-dev\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/mini-cart-contents-block\\/checkout-button-frontend.js\":{\"src\":\"http:\\/\\/www.dubdelivery.club\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/mini-cart-contents-block\\/checkout-button-frontend.js\",\"version\":\"11.8.0-dev\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/mini-cart-contents-block\\/title-items-counter-frontend.js\":{\"src\":\"http:\\/\\/www.dubdelivery.club\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/mini-cart-contents-block\\/title-items-counter-frontend.js\",\"version\":\"11.8.0-dev\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/mini-cart-contents-block\\/footer-style.js\":{\"src\":\"http:\\/\\/www.dubdelivery.club\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/mini-cart-contents-block\\/footer-style.js\",\"version\":\"11.8.0-dev\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/mini-cart-contents-block\\/filled-cart-style.js\":{\"src\":\"http:\\/\\/www.dubdelivery.club\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/mini-cart-contents-block\\/filled-cart-style.js\",\"version\":\"11.8.0-dev\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/mini-cart-contents-block\\/title-frontend.js\":{\"src\":\"http:\\/\\/www.dubdelivery.club\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/mini-cart-contents-block\\/title-frontend.js\",\"version\":\"11.8.0-dev\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/mini-cart-contents-block\\/items-style.js\":{\"src\":\"http:\\/\\/www.dubdelivery.club\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/mini-cart-contents-block\\/items-style.js\",\"version\":\"11.8.0-dev\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/mini-cart-contents-block\\/footer-frontend.js\":{\"src\":\"http:\\/\\/www.dubdelivery.club\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/mini-cart-contents-block\\/footer-frontend.js\",\"version\":\"11.8.0-dev\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/mini-cart-contents-block\\/title-label-style.js\":{\"src\":\"http:\\/\\/www.dubdelivery.club\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/mini-cart-contents-block\\/title-label-style.js\",\"version\":\"11.8.0-dev\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/mini-cart-contents-block\\/cart-button-frontend.js\":{\"src\":\"http:\\/\\/www.dubdelivery.club\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/mini-cart-contents-block\\/cart-button-frontend.js\",\"version\":\"11.8.0-dev\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/mini-cart-contents-block\\/empty-cart-style.js\":{\"src\":\"http:\\/\\/www.dubdelivery.club\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/mini-cart-contents-block\\/empty-cart-style.js\",\"version\":\"11.8.0-dev\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/cart-blocks\\/cart-line-items--mini-cart-contents-block\\/products-table-frontend.js\":{\"src\":\"http:\\/\\/www.dubdelivery.club\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/cart-blocks\\/cart-line-items--mini-cart-contents-block\\/products-table-frontend.js\",\"version\":\"11.8.0-dev\",\"dependencies\":[]}},\"version\":\"11.8.0-dev\",\"hash\":\"8018de48f7a0a5f3ee1f38ae045047af\"}','no');
INSERT INTO `wplc_options` VALUES (670379,'_wpforms_transient_timeout_templates.json','1706321256','no');
INSERT INTO `wplc_options` VALUES (670380,'_wpforms_transient_templates.json','1705716456','no');
INSERT INTO `wplc_options` VALUES (678364,'jpsq_sync-1696030960.485521-844932-5','a:6:{i:0;s:14:\"updated_option\";i:1;a:3:{i:0;s:48:\"jetpack_sync_settings_custom_queue_table_enabled\";i:1;s:1:\"0\";i:2;i:1;}i:2;i:0;i:3;d:1696030960.4853589534759521484375;i:4;b:0;i:5;a:14:{s:13:\"wpcom_user_id\";N;s:16:\"external_user_id\";i:0;s:12:\"display_name\";N;s:10:\"user_email\";N;s:10:\"user_roles\";a:0:{}s:15:\"translated_role\";N;s:7:\"is_cron\";b:0;s:7:\"is_rest\";b:0;s:9:\"is_xmlrpc\";b:0;s:10:\"is_wp_rest\";b:1;s:7:\"is_ajax\";b:0;s:11:\"is_wp_admin\";b:0;s:6:\"is_cli\";b:0;s:8:\"from_url\";s:260:\"https://www.dubdelivery.club/?rest_route=%2Fjetpack%2Fv4%2Fsync%2Fsettings&_for=jetpack&token=ZLdJG%2Al5n2mcBTED2AYUwFzjYXe7r%264N%3A1%3A0&timestamp=1696030958&nonce=6VSARoyJY8&body-hash=p03riSqJgAEbjpEe4NzGVpfkolQ%3D&signature=CD3TZK3TdZwMPOMDz4S%2BRSWhozg%3D\";}}','no');
INSERT INTO `wplc_options` VALUES (679339,'defender_security_tweaks_prevent-enum-users','a:1:{s:18:\"enabled_user_enums\";a:0:{}}','no');
INSERT INTO `wplc_options` VALUES (679342,'defender_security_tweaks_security-key','a:1:{s:13:\"last_modified\";i:1696107183;}','no');
INSERT INTO `wplc_options` VALUES (683518,'wphb_show_upgrade_summary','1','no');
INSERT INTO `wplc_options` VALUES (691011,'woocommerce_feature_marketplace_enabled','yes','yes');
INSERT INTO `wplc_options` VALUES (698375,'wd_show_usage_data','1','no');
INSERT INTO `wplc_options` VALUES (708883,'wds-features-viewed','0','yes');
INSERT INTO `wplc_options` VALUES (713939,'_wpforms_transient_timeout_addons.json','1706553004','no');
INSERT INTO `wplc_options` VALUES (713940,'_wpforms_transient_addons.json','1705948204','no');
INSERT INTO `wplc_options` VALUES (724766,'szbd_auto_marker_saved','no','yes');
INSERT INTO `wplc_options` VALUES (724767,'szbd_auto_marker','no','yes');
INSERT INTO `wplc_options` VALUES (725497,'wp_attachment_pages_enabled','1','yes');
INSERT INTO `wplc_options` VALUES (725532,'can_compress_scripts','0','yes');
INSERT INTO `wplc_options` VALUES (751086,'wc_pb_meta_box_notices','a:0:{}','yes');
INSERT INTO `wplc_options` VALUES (751096,'_site_transient_wpforms_t15s_wpforms','a:1:{s:12:\"translations\";a:10:{i:0;a:9:{s:8:\"language\";s:5:\"nl_NL\";s:7:\"version\";s:3:\"1.0\";s:7:\"updated\";s:25:\"2023-06-08T15:01:47+00:00\";s:12:\"english_name\";s:5:\"Dutch\";s:11:\"native_name\";s:10:\"Nederlands\";s:7:\"package\";s:72:\"https://packages.translationspress.com/wpforms/wpforms/wpforms-nl_NL.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"nl\";i:1;s:3:\"nld\";}s:4:\"type\";s:6:\"plugin\";s:4:\"slug\";s:7:\"wpforms\";}i:1;a:9:{s:8:\"language\";s:5:\"fr_FR\";s:7:\"version\";s:3:\"1.0\";s:7:\"updated\";s:25:\"2023-06-08T15:00:00+00:00\";s:12:\"english_name\";s:15:\"French (France)\";s:11:\"native_name\";s:9:\"Français\";s:7:\"package\";s:72:\"https://packages.translationspress.com/wpforms/wpforms/wpforms-fr_FR.zip\";s:3:\"iso\";a:1:{i:0;s:2:\"fr\";}s:4:\"type\";s:6:\"plugin\";s:4:\"slug\";s:7:\"wpforms\";}i:2;a:9:{s:8:\"language\";s:5:\"de_DE\";s:7:\"version\";s:3:\"1.0\";s:7:\"updated\";s:25:\"2023-06-08T14:58:22+00:00\";s:12:\"english_name\";s:6:\"German\";s:11:\"native_name\";s:7:\"Deutsch\";s:7:\"package\";s:72:\"https://packages.translationspress.com/wpforms/wpforms/wpforms-de_DE.zip\";s:3:\"iso\";a:1:{i:0;s:2:\"de\";}s:4:\"type\";s:6:\"plugin\";s:4:\"slug\";s:7:\"wpforms\";}i:3;a:9:{s:8:\"language\";s:5:\"it_IT\";s:7:\"version\";s:3:\"1.0\";s:7:\"updated\";s:25:\"2023-06-08T15:00:56+00:00\";s:12:\"english_name\";s:7:\"Italian\";s:11:\"native_name\";s:8:\"Italiano\";s:7:\"package\";s:72:\"https://packages.translationspress.com/wpforms/wpforms/wpforms-it_IT.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"it\";i:1;s:3:\"ita\";}s:4:\"type\";s:6:\"plugin\";s:4:\"slug\";s:7:\"wpforms\";}i:4;a:9:{s:8:\"language\";s:2:\"ja\";s:7:\"version\";s:3:\"1.0\";s:7:\"updated\";s:25:\"2023-06-08T15:07:12+00:00\";s:12:\"english_name\";s:8:\"Japanese\";s:11:\"native_name\";s:9:\"日本語\";s:7:\"package\";s:69:\"https://packages.translationspress.com/wpforms/wpforms/wpforms-ja.zip\";s:3:\"iso\";a:1:{i:0;s:2:\"ja\";}s:4:\"type\";s:6:\"plugin\";s:4:\"slug\";s:7:\"wpforms\";}i:5;a:9:{s:8:\"language\";s:5:\"pl_PL\";s:7:\"version\";s:3:\"1.0\";s:7:\"updated\";s:25:\"2023-06-08T15:20:46+00:00\";s:12:\"english_name\";s:6:\"Polish\";s:11:\"native_name\";s:6:\"Polski\";s:7:\"package\";s:72:\"https://packages.translationspress.com/wpforms/wpforms/wpforms-pl_PL.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"pl\";i:1;s:3:\"pol\";}s:4:\"type\";s:6:\"plugin\";s:4:\"slug\";s:7:\"wpforms\";}i:6;a:9:{s:8:\"language\";s:5:\"pt_BR\";s:7:\"version\";s:3:\"1.0\";s:7:\"updated\";s:25:\"2023-06-08T15:11:38+00:00\";s:12:\"english_name\";s:19:\"Portuguese (Brazil)\";s:11:\"native_name\";s:20:\"Português do Brasil\";s:7:\"package\";s:72:\"https://packages.translationspress.com/wpforms/wpforms/wpforms-pt_BR.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"pt\";i:1;s:3:\"por\";}s:4:\"type\";s:6:\"plugin\";s:4:\"slug\";s:7:\"wpforms\";}i:7;a:9:{s:8:\"language\";s:5:\"ru_RU\";s:7:\"version\";s:3:\"1.0\";s:7:\"updated\";s:25:\"2023-06-16T15:44:29+00:00\";s:12:\"english_name\";s:7:\"Russian\";s:11:\"native_name\";s:14:\"Русский\";s:7:\"package\";s:72:\"https://packages.translationspress.com/wpforms/wpforms/wpforms-ru_RU.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"ru\";i:1;s:3:\"rus\";}s:4:\"type\";s:6:\"plugin\";s:4:\"slug\";s:7:\"wpforms\";}i:8;a:9:{s:8:\"language\";s:5:\"es_ES\";s:7:\"version\";s:3:\"1.0\";s:7:\"updated\";s:25:\"2023-06-08T14:59:10+00:00\";s:12:\"english_name\";s:15:\"Spanish (Spain)\";s:11:\"native_name\";s:8:\"Español\";s:7:\"package\";s:72:\"https://packages.translationspress.com/wpforms/wpforms/wpforms-es_ES.zip\";s:3:\"iso\";a:3:{i:0;s:2:\"es\";i:1;s:3:\"spa\";i:2;s:3:\"spa\";}s:4:\"type\";s:6:\"plugin\";s:4:\"slug\";s:7:\"wpforms\";}i:9;a:9:{s:8:\"language\";s:5:\"tr_TR\";s:7:\"version\";s:3:\"1.0\";s:7:\"updated\";s:25:\"2023-06-08T15:15:37+00:00\";s:12:\"english_name\";s:7:\"Turkish\";s:11:\"native_name\";s:8:\"Türkçe\";s:7:\"package\";s:72:\"https://packages.translationspress.com/wpforms/wpforms/wpforms-tr_TR.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"tr\";i:1;s:3:\"tur\";}s:4:\"type\";s:6:\"plugin\";s:4:\"slug\";s:7:\"wpforms\";}}}','no');
INSERT INTO `wplc_options` VALUES (759192,'woocommerce_task_list_tracked_completed_actions','a:1:{i:0;s:10:\"appearance\";}','yes');
INSERT INTO `wplc_options` VALUES (759211,'theme_mods_hello-elementor','a:4:{i:0;b:0;s:18:\"nav_menu_locations\";a:1:{s:6:\"menu-1\";i:7;}s:18:\"custom_css_post_id\";i:-1;s:11:\"custom_logo\";i:1065;}','yes');
INSERT INTO `wplc_options` VALUES (759217,'hello_theme_version','3.0.0','yes');
INSERT INTO `wplc_options` VALUES (759253,'site_logo','1065','yes');
INSERT INTO `wplc_options` VALUES (759331,'elementor_active_kit','7532','yes');
INSERT INTO `wplc_options` VALUES (759332,'elementor_font_display','swap','yes');
INSERT INTO `wplc_options` VALUES (759338,'elementor_version','3.18.2','yes');
INSERT INTO `wplc_options` VALUES (759339,'elementor_install_history','a:3:{s:6:\"3.18.0\";i:1701742447;s:6:\"3.18.1\";i:1701903167;s:6:\"3.18.2\";i:1702127649;}','yes');
INSERT INTO `wplc_options` VALUES (759340,'elementor_pro_version','3.18.1','yes');
INSERT INTO `wplc_options` VALUES (759341,'elementor_pro_install_history','a:3:{s:6:\"3.17.1\";i:1702053965;s:6:\"3.18.0\";i:1701742447;s:6:\"3.18.1\";i:1702053966;}','yes');
INSERT INTO `wplc_options` VALUES (759342,'widget_elementor-library','a:1:{s:12:\"_multiwidget\";i:1;}','yes');
INSERT INTO `wplc_options` VALUES (759347,'elementor_events_db_version','1.0.0','no');
INSERT INTO `wplc_options` VALUES (759349,'_elementor_pro_installed_time','1701742449','yes');
INSERT INTO `wplc_options` VALUES (759350,'elementor_fonts_manager_font_types','a:0:{}','yes');
INSERT INTO `wplc_options` VALUES (759351,'elementor_fonts_manager_fonts','a:0:{}','yes');
INSERT INTO `wplc_options` VALUES (759352,'elementor_onboarded','1','yes');
INSERT INTO `wplc_options` VALUES (759353,'elementor_submissions_db_version','5','yes');
INSERT INTO `wplc_options` VALUES (759354,'elementor_connect_site_key','6bfda4539e4009a9c5086e9d9f6d3237','yes');
INSERT INTO `wplc_options` VALUES (759355,'elementor_allow_tracking','yes','yes');
INSERT INTO `wplc_options` VALUES (759356,'elementor_tracker_last_send','1705545004','yes');
INSERT INTO `wplc_options` VALUES (759361,'_elementor_installed_time','1701742460','yes');
INSERT INTO `wplc_options` VALUES (759362,'elementor_pro_license_key','ep-Hb6SDB6ptmAjzMMuvnFY1697158928Zb7LCHPltdsP','yes');
INSERT INTO `wplc_options` VALUES (759363,'_elementor_pro_license_v2_data_fallback','a:2:{s:7:\"timeout\";i:1705602295;s:5:\"value\";s:2595:\"{\"expires\":\"2024-11-09 03:08:59\",\"subscription_id\":14041725,\"status\":\"ACTIVE\",\"recurring\":true,\"features\":[\"editor_comments\",\"activity-log\",\"breadcrumbs\",\"form\",\"posts\",\"template\",\"countdown\",\"slides\",\"price-list\",\"portfolio\",\"flip-box\",\"price-table\",\"login\",\"share-buttons\",\"theme-post-content\",\"theme-post-title\",\"nav-menu\",\"blockquote\",\"media-carousel\",\"animated-headline\",\"facebook-comments\",\"facebook-embed\",\"facebook-page\",\"facebook-button\",\"testimonial-carousel\",\"post-navigation\",\"search-form\",\"post-comments\",\"author-box\",\"call-to-action\",\"post-info\",\"theme-site-logo\",\"theme-site-title\",\"theme-archive-title\",\"theme-post-excerpt\",\"theme-post-featured-image\",\"archive-posts\",\"theme-page-title\",\"sitemap\",\"reviews\",\"table-of-contents\",\"lottie\",\"code-highlight\",\"hotspot\",\"video-playlist\",\"progress-tracker\",\"section-effects\",\"sticky\",\"scroll-snap\",\"page-transitions\",\"mega-menu\",\"nested-carousel\",\"loop-grid\",\"loop-carousel\",\"theme-builder\",\"elementor_icons\",\"elementor_custom_fonts\",\"dynamic-tags\",\"taxonomy-filter\",\"email\",\"email2\",\"mailpoet\",\"mailpoet3\",\"redirect\",\"header\",\"footer\",\"single-post\",\"single-page\",\"archive\",\"search-results\",\"error-404\",\"loop-item\",\"font-awesome-pro\",\"typekit\",\"gallery\",\"element-manager-permissions\",\"akismet\",\"display-conditions\",\"woocommerce-products\",\"wc-products\",\"woocommerce-product-add-to-cart\",\"wc-elements\",\"wc-categories\",\"woocommerce-product-price\",\"woocommerce-product-title\",\"woocommerce-product-images\",\"woocommerce-product-upsell\",\"woocommerce-product-short-description\",\"woocommerce-product-meta\",\"woocommerce-product-stock\",\"woocommerce-product-rating\",\"wc-add-to-cart\",\"dynamic-tags-wc\",\"woocommerce-product-data-tabs\",\"woocommerce-product-related\",\"woocommerce-breadcrumb\",\"wc-archive-products\",\"woocommerce-archive-products\",\"woocommerce-product-additional-information\",\"woocommerce-menu-cart\",\"woocommerce-product-content\",\"woocommerce-archive-description\",\"paypal-button\",\"woocommerce-checkout-page\",\"woocommerce-cart\",\"woocommerce-my-account\",\"woocommerce-purchase-summary\",\"woocommerce-notices\",\"settings-woocommerce-pages\",\"settings-woocommerce-notices\",\"popup\",\"custom-css\",\"global-css\",\"custom_code\",\"custom-attributes\",\"form-submissions\",\"form-integrations\",\"dynamic-tags-acf\",\"dynamic-tags-pods\",\"dynamic-tags-toolset\",\"editor_comments\",\"stripe-button\",\"role-manager\",\"global-widget\",\"activecampaign\",\"cf7db\",\"convertkit\",\"discord\",\"drip\",\"getresponse\",\"mailchimp\",\"mailerlite\",\"slack\",\"webhook\",\"product-single\",\"product-archive\",\"wc-single-elements\"],\"tier\":\"advanced\",\"generation\":\"empty\",\"activated\":true,\"success\":true}\";}','no');
INSERT INTO `wplc_options` VALUES (759364,'_elementor_pro_license_v2_data','a:2:{s:7:\"timeout\";i:1705559095;s:5:\"value\";s:2595:\"{\"expires\":\"2024-11-09 03:08:59\",\"subscription_id\":14041725,\"status\":\"ACTIVE\",\"recurring\":true,\"features\":[\"editor_comments\",\"activity-log\",\"breadcrumbs\",\"form\",\"posts\",\"template\",\"countdown\",\"slides\",\"price-list\",\"portfolio\",\"flip-box\",\"price-table\",\"login\",\"share-buttons\",\"theme-post-content\",\"theme-post-title\",\"nav-menu\",\"blockquote\",\"media-carousel\",\"animated-headline\",\"facebook-comments\",\"facebook-embed\",\"facebook-page\",\"facebook-button\",\"testimonial-carousel\",\"post-navigation\",\"search-form\",\"post-comments\",\"author-box\",\"call-to-action\",\"post-info\",\"theme-site-logo\",\"theme-site-title\",\"theme-archive-title\",\"theme-post-excerpt\",\"theme-post-featured-image\",\"archive-posts\",\"theme-page-title\",\"sitemap\",\"reviews\",\"table-of-contents\",\"lottie\",\"code-highlight\",\"hotspot\",\"video-playlist\",\"progress-tracker\",\"section-effects\",\"sticky\",\"scroll-snap\",\"page-transitions\",\"mega-menu\",\"nested-carousel\",\"loop-grid\",\"loop-carousel\",\"theme-builder\",\"elementor_icons\",\"elementor_custom_fonts\",\"dynamic-tags\",\"taxonomy-filter\",\"email\",\"email2\",\"mailpoet\",\"mailpoet3\",\"redirect\",\"header\",\"footer\",\"single-post\",\"single-page\",\"archive\",\"search-results\",\"error-404\",\"loop-item\",\"font-awesome-pro\",\"typekit\",\"gallery\",\"element-manager-permissions\",\"akismet\",\"display-conditions\",\"woocommerce-products\",\"wc-products\",\"woocommerce-product-add-to-cart\",\"wc-elements\",\"wc-categories\",\"woocommerce-product-price\",\"woocommerce-product-title\",\"woocommerce-product-images\",\"woocommerce-product-upsell\",\"woocommerce-product-short-description\",\"woocommerce-product-meta\",\"woocommerce-product-stock\",\"woocommerce-product-rating\",\"wc-add-to-cart\",\"dynamic-tags-wc\",\"woocommerce-product-data-tabs\",\"woocommerce-product-related\",\"woocommerce-breadcrumb\",\"wc-archive-products\",\"woocommerce-archive-products\",\"woocommerce-product-additional-information\",\"woocommerce-menu-cart\",\"woocommerce-product-content\",\"woocommerce-archive-description\",\"paypal-button\",\"woocommerce-checkout-page\",\"woocommerce-cart\",\"woocommerce-my-account\",\"woocommerce-purchase-summary\",\"woocommerce-notices\",\"settings-woocommerce-pages\",\"settings-woocommerce-notices\",\"popup\",\"custom-css\",\"global-css\",\"custom_code\",\"custom-attributes\",\"form-submissions\",\"form-integrations\",\"dynamic-tags-acf\",\"dynamic-tags-pods\",\"dynamic-tags-toolset\",\"editor_comments\",\"stripe-button\",\"role-manager\",\"global-widget\",\"activecampaign\",\"cf7db\",\"convertkit\",\"discord\",\"drip\",\"getresponse\",\"mailchimp\",\"mailerlite\",\"slack\",\"webhook\",\"product-single\",\"product-archive\",\"wc-single-elements\"],\"tier\":\"advanced\",\"generation\":\"empty\",\"activated\":true,\"success\":true}\";}','no');
INSERT INTO `wplc_options` VALUES (759366,'elementor_notes_db_version','5','yes');
INSERT INTO `wplc_options` VALUES (759374,'elementor_custom_icon_sets_config','a:0:{}','yes');
INSERT INTO `wplc_options` VALUES (759378,'elementor_remote_info_library','a:3:{s:10:\"types_data\";a:4:{s:5:\"block\";a:2:{s:10:\"categories\";a:27:{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:3:\"faq\";i:9;s:8:\"features\";i:10;s:6:\"footer\";i:11;s:7:\"Gallery\";i:12;s:6:\"header\";i:13;s:4:\"hero\";i:14;s:9:\"portfolio\";i:15;s:7:\"pricing\";i:16;s:15:\"product archive\";i:17;s:5:\"Quote\";i:18;s:15:\"Service Details\";i:19;s:8:\"services\";i:20;s:11:\"single page\";i:21;s:11:\"single post\";i:22;s:14:\"single product\";i:23;s:5:\"stats\";i:24;s:9:\"subscribe\";i:25;s:4:\"team\";i:26;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:27:{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:3:\"faq\";i:9;s:8:\"features\";i:10;s:6:\"footer\";i:11;s:7:\"Gallery\";i:12;s:6:\"header\";i:13;s:4:\"hero\";i:14;s:9:\"portfolio\";i:15;s:7:\"pricing\";i:16;s:15:\"product archive\";i:17;s:5:\"Quote\";i:18;s:15:\"Service Details\";i:19;s:8:\"services\";i:20;s:11:\"single page\";i:21;s:11:\"single post\";i:22;s:14:\"single product\";i:23;s:5:\"stats\";i:24;s:9:\"subscribe\";i:25;s:4:\"team\";i:26;s:12:\"testimonials\";}s:9:\"templates\";a:823:{i:0;a:19:{s:4:\"tmpl\";i:1280;s:2:\"id\";i:22403;s:5:\"title\";s:40:\"Hello Bar | Subscribe | Aesthetic Clinic\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2022/03/aesthetic-clinic-19.jpg\";s:12:\"tmpl_created\";i:1647354307;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:142:\"https://library.elementor.com/popups/hello-bar-subscribe-aesthetic-clinic/?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:9:\"hello bar\";s:4:\"tags\";s:48:\"[\"Barbershop\",\"Business\",\"Discount\",\"Marketing\"]\";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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:1;a:19:{s:4:\"tmpl\";i:1281;s:2:\"id\";i:22410;s:5:\"title\";s:32:\"Fly-In | Discount | Hair Stylist\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2022/03/hair-stylist-20.jpg\";s:12:\"tmpl_created\";i:1647354614;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/popups/fly-in-discount-hair-stylist/?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:6:\"fly-in\";s:4:\"tags\";s:32:\"[\"Barbershop\",\"Discount\",\"Hair\"]\";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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:2;a:19:{s:4:\"tmpl\";i:1285;s:2:\"id\";i:22440;s:5:\"title\";s:32:\"Classic | Subscribe | Shoe Store\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2022/03/shoes-store-21.jpg\";s:12:\"tmpl_created\";i:1647418620;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/popups/classic-subscribe-shoe-store/?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:7:\"classic\";s:4:\"tags\";s:37:\"[\"Ecommerce\",\"Marketing\",\"Subscribe\"]\";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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:3;a:19:{s:4:\"tmpl\";i:1286;s:2:\"id\";i:22446;s:5:\"title\";s:37:\"Full Screen | Subscribe | Denim Store\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2022/03/denim-store-22.jpg\";s:12:\"tmpl_created\";i:1647419614;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:139:\"https://library.elementor.com/popups/full-screen-subscribe-denim-store/?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:11:\"full screen\";s:4:\"tags\";s:35:\"[\"Ecommerce\",\"Fashion\",\"Marketing\"]\";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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:4;a:19:{s:4:\"tmpl\";i:1287;s:2:\"id\";i:22452;s:5:\"title\";s:37:\"Fly-In | Subscribe | Pizza Restaurant\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2022/03/pizza-restaurant-23.jpg\";s:12:\"tmpl_created\";i:1647420733;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:139:\"https://library.elementor.com/popups/fly-in-subscribe-pizza-restaurant/?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:6:\"fly-in\";s:4:\"tags\";s:19:\"[\"Business\",\"Food\"]\";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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:5;a:19:{s:4:\"tmpl\";i:1288;s:2:\"id\";i:22458;s:5:\"title\";s:38:\"Full Screen | Subscribe | Fashion Shop\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2022/03/fashion-shop-24.jpg\";s:12:\"tmpl_created\";i:1647426379;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:140:\"https://library.elementor.com/popups/full-screen-subscribe-fashion-shop/?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:11:\"full screen\";s:4:\"tags\";s:31:\"[\"Ecommerce\",\"Fashion\",\"Sales\"]\";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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:6;a:19:{s:4:\"tmpl\";i:1289;s:2:\"id\";i:22464;s:5:\"title\";s:32:\"Fly-In | Contact | Makeup Studio\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2022/03/makeup-studio-25.jpg\";s:12:\"tmpl_created\";i:1647427026;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/popups/fly-in-contact-makeup-studio/?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:6:\"fly-in\";s:4:\"tags\";s:22:\"[\"Business\",\"Contact\"]\";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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:7;a:19:{s:4:\"tmpl\";i:1290;s:2:\"id\";i:22470;s:5:\"title\";s:32:\"Fly-In | Contact | Design Studio\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2022/03/design-studio-26.jpg\";s:12:\"tmpl_created\";i:1647428250;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/popups/fly-in-contact-design-studio/?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:6:\"fly-in\";s:4:\"tags\";s:39:\"[\"Business\",\"Contact\",\"Digital Agency\"]\";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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:8;a:19:{s:4:\"tmpl\";i:1291;s:2:\"id\";i:22480;s:5:\"title\";s:27:\"Classic | CTA | MasterClass\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2022/03/master-class-27.jpg\";s:12:\"tmpl_created\";i:1647428474;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/popups/classic-cta-masterclass/?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:7:\"classic\";s:4:\"tags\";s:29:\"[\"cta\",\"Magazine\",\"Services\"]\";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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:9;a:19:{s:4:\"tmpl\";i:1292;s:2:\"id\";i:22489;s:5:\"title\";s:29:\"Classic | CTA | Music Concert\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2022/03/music-concert-29.jpg\";s:12:\"tmpl_created\";i:1647429738;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/popups/classic-cta-music-concert/?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:7:\"classic\";s:4:\"tags\";s:34:\"[\"cta\",\"Landing Pages\",\"Magazine\"]\";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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:10;a:19:{s:4:\"tmpl\";i:1293;s:2:\"id\";i:22495;s:5:\"title\";s:27:\"Classic | CTA | Music Album\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2022/03/music-album-30.jpg\";s:12:\"tmpl_created\";i:1647430056;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/popups/classic-cta-music-album/?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:7:\"classic\";s:4:\"tags\";s:34:\"[\"Ba\",\"Landing Pages\",\"Marketing\"]\";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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:11;a:19:{s:4:\"tmpl\";i:1294;s:2:\"id\";i:22501;s:5:\"title\";s:37:\"Fly-In | CTA | Photography Exhibition\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2022/03/photography-exhibition-31.jpg\";s:12:\"tmpl_created\";i:1647430512;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:139:\"https://library.elementor.com/popups/fly-in-cta-photography-exhibition/?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:6:\"fly-in\";s:4:\"tags\";s:33:\"[\"cta\",\"Photography\",\"Portfolio\"]\";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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:12;a:19:{s:4:\"tmpl\";i:1295;s:2:\"id\";i:22507;s:5:\"title\";s:34:\"Classic | CTA | Clothing Shop Sale\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/03/clothing-shop-sale-32.jpg\";s:12:\"tmpl_created\";i:1647430774;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:136:\"https://library.elementor.com/popups/classic-cta-clothing-shop-sale/?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:7:\"classic\";s:4:\"tags\";s:35:\"[\"Ecommerce\",\"Fashion\",\"Marketing\"]\";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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:13;a:19:{s:4:\"tmpl\";i:1296;s:2:\"id\";i:22486;s:5:\"title\";s:30:\"Classic | CTA | Shop Promotion\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/03/shop-promotion-28.jpg\";s:12:\"tmpl_created\";i:1647430951;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/classic-cta-shop-promotion/?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:7:\"classic\";s:4:\"tags\";s:32:\"[\"cta\",\"Magazine\",\"Photography\"]\";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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:14;a:19:{s:4:\"tmpl\";i:1297;s:2:\"id\";i:22516;s:5:\"title\";s:32:\"Fly-In | CTA | Glasses Shop Sale\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/03/glasses-shop-sale-33.jpg\";s:12:\"tmpl_created\";i:1647431136;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/popups/fly-in-cta-glasses-shop-sale/?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:6:\"fly-in\";s:4:\"tags\";s:30:\"[\"Business\",\"cta\",\"Marketing\"]\";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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:15;a:19:{s:4:\"tmpl\";i:1298;s:2:\"id\";i:22522;s:5:\"title\";s:30:\"Fly-In | Discount | Skate Shop\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2022/03/50-skate-shop-Discount.jpg\";s:12:\"tmpl_created\";i:1647434058;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/fly-in-discount-skate-shop/?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:6:\"fly-in\";s:4:\"tags\";s:32:\"[\"Discount\",\"Ecommerce\",\"Sales\"]\";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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:16;a:19:{s:4:\"tmpl\";i:1299;s:2:\"id\";i:22532;s:5:\"title\";s:43:\"Classic | Subscription | Basketball Academy\";s:9:\"thumbnail\";s:95:\"https://library.elementor.com/wp-content/uploads/2022/03/21-basketball-academy-Subscription.jpg\";s:12:\"tmpl_created\";i:1647434608;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:145:\"https://library.elementor.com/popups/classic-subscription-basketball-academy/?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:7:\"classic\";s:4:\"tags\";s:33:\"[\"Education\",\"Marketing\",\"Sport\"]\";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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:17;a:19:{s:4:\"tmpl\";i:1300;s:2:\"id\";i:22543;s:5:\"title\";s:38:\"Classic | Discount | Veterinary Clinic\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/03/veterinery-clinic-small.jpg\";s:12:\"tmpl_created\";i:1647435581;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:140:\"https://library.elementor.com/popups/classic-discount-veterinary-clinic/?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:7:\"classic\";s:4:\"tags\";s:19:\"[\"Discount\",\"Pets\"]\";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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:18;a:19:{s:4:\"tmpl\";i:1301;s:2:\"id\";i:22553;s:5:\"title\";s:39:\"Classic | Contact | Business Consulting\";s:9:\"thumbnail\";s:94:\"https://library.elementor.com/wp-content/uploads/2022/03/27-business-consulting-Contact-Us.jpg\";s:12:\"tmpl_created\";i:1647439935;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:141:\"https://library.elementor.com/popups/classic-contact-business-consulting/?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:7:\"classic\";s:4:\"tags\";s:22:\"[\"Business\",\"Contact\"]\";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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:19;a:19:{s:4:\"tmpl\";i:1302;s:2:\"id\";i:22562;s:5:\"title\";s:28:\"Classic | Contact | Handyman\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2022/03/handyman-small.jpg\";s:12:\"tmpl_created\";i:1647440333;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/popups/classic-contact-handyman/?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:7:\"classic\";s:4:\"tags\";s:33:\"[\"Business\",\"Contact\",\"Services\"]\";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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:20;a:19:{s:4:\"tmpl\";i:1303;s:2:\"id\";i:22573;s:5:\"title\";s:40:\"Classic | Discount | Online Fashion Shop\";s:9:\"thumbnail\";s:92:\"https://library.elementor.com/wp-content/uploads/2022/03/31-online-fashion-shop-Discount.jpg\";s:12:\"tmpl_created\";i:1647462549;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:142:\"https://library.elementor.com/popups/classic-discount-online-fashion-shop/?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:7:\"classic\";s:4:\"tags\";s:32:\"[\"Discount\",\"Ecommerce\",\"Sales\"]\";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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:21;a:19:{s:4:\"tmpl\";i:1304;s:2:\"id\";i:22583;s:5:\"title\";s:36:\"Fly-In | Discount | Personal Trainer\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2022/03/personal-trainer-small.jpg\";s:12:\"tmpl_created\";i:1647503781;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:138:\"https://library.elementor.com/popups/fly-in-discount-personal-trainer/?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:6:\"fly-in\";s:4:\"tags\";s:31:\"[\"Discount\",\"Sport\",\"Training\"]\";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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:22;a:19:{s:4:\"tmpl\";i:1305;s:2:\"id\";i:22592;s:5:\"title\";s:41:\"Classic | Contact | Illustrator Portfolio\";s:9:\"thumbnail\";s:88:\"https://library.elementor.com/wp-content/uploads/2022/03/illustrator-protfolio-small.jpg\";s:12:\"tmpl_created\";i:1647504218;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:143:\"https://library.elementor.com/popups/classic-contact-illustrator-portfolio/?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:7:\"classic\";s:4:\"tags\";s:49:\"[\"Contact\",\"Creative Portfolio\",\"Digital Agency\"]\";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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:23;a:19:{s:4:\"tmpl\";i:1306;s:2:\"id\";i:22602;s:5:\"title\";s:46:\"Bottom Bar | Discount | Handmade Ceramics Shop\";s:9:\"thumbnail\";s:91:\"https://library.elementor.com/wp-content/uploads/2022/03/handmade-ceramic-shop-36-small.jpg\";s:12:\"tmpl_created\";i:1647507007;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:148:\"https://library.elementor.com/popups/bottom-bar-discount-handmade-ceramics-shop/?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:10:\"bottom bar\";s:4:\"tags\";s:48:\"[\"Business\",\"cta\",\"Ecommerce\",\"Interior Design\"]\";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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:24;a:19:{s:4:\"tmpl\";i:1307;s:2:\"id\";i:22612;s:5:\"title\";s:51:\"Classic | Contact | Classic Car Restoration Company\";s:9:\"thumbnail\";s:90:\"https://library.elementor.com/wp-content/uploads/2022/03/restoration-car-shop-37-small.jpg\";s:12:\"tmpl_created\";i:1647507310;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:153:\"https://library.elementor.com/popups/classic-contact-classic-car-restoration-company/?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:7:\"classic\";s:4:\"tags\";s:32:\"[\"Booking\",\"Contact\",\"Services\"]\";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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:25;a:19:{s:4:\"tmpl\";i:1308;s:2:\"id\";i:22621;s:5:\"title\";s:30:\"Classic | Booking | Life Coach\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/03/38-life-coach-Booking.jpg\";s:12:\"tmpl_created\";i:1647508596;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/classic-booking-life-coach/?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:7:\"classic\";s:4:\"tags\";s:33:\"[\"Booking\",\"Business\",\"Services\"]\";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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:26;a:19:{s:4:\"tmpl\";i:1309;s:2:\"id\";i:22632;s:5:\"title\";s:42:\"Classic |  Subscription | Merchandise Shop\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2022/03/Merchandise-Shop-39-small.jpg\";s:12:\"tmpl_created\";i:1647509196;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:143:\"https://library.elementor.com/popups/classic-subscription-merchandise-shop/?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:7:\"classic\";s:4:\"tags\";s:32:\"[\"Ecommerce\",\"Marketing\",\"Shop\"]\";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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:27;a:19:{s:4:\"tmpl\";i:1310;s:2:\"id\";i:22643;s:5:\"title\";s:48:\"Fly-In | Contact | Non-Governmental Organization\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2022/03/NGO-41-small.jpg\";s:12:\"tmpl_created\";i:1647509528;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:150:\"https://library.elementor.com/popups/fly-in-contact-non-governmental-organization/?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:6:\"fly-in\";s:4:\"tags\";s:11:\"[\"Contact\"]\";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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:28;a:19:{s:4:\"tmpl\";i:1311;s:2:\"id\";i:22654;s:5:\"title\";s:35:\"Hello Bar | Contact | Family Doctor\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2022/03/family-doctor-44-small.jpg\";s:12:\"tmpl_created\";i:1647509732;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:137:\"https://library.elementor.com/popups/hello-bar-contact-family-doctor/?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:9:\"hello bar\";s:4:\"tags\";s:31:\"[\"Contact\",\"Health\",\"Services\"]\";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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:29;a:19:{s:4:\"tmpl\";i:1312;s:2:\"id\";i:22663;s:5:\"title\";s:36:\"Classic | Subscription | Sports Blog\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2022/03/45-sport-blog-Subscription.jpg\";s:12:\"tmpl_created\";i:1647509908;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:138:\"https://library.elementor.com/popups/classic-subscription-sports-blog/?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:7:\"classic\";s:4:\"tags\";s:16:\"[\"Blog\",\"Sport\"]\";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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:30;a:19:{s:4:\"tmpl\";i:1313;s:2:\"id\";i:22673;s:5:\"title\";s:30:\"Hello Bar | Booking | Event DJ\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2022/03/DJ-service-46-small.jpg\";s:12:\"tmpl_created\";i:1647510160;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/hello-bar-booking-event-dj/?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:9:\"hello bar\";s:4:\"tags\";s:31:\"[\"Booking\",\"Events\",\"Services\"]\";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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:31;a:19:{s:4:\"tmpl\";i:1314;s:2:\"id\";i:22684;s:5:\"title\";s:36:\"Fly-In | Discount | Cleaning Company\";s:9:\"thumbnail\";s:89:\"https://library.elementor.com/wp-content/uploads/2022/03/51-cleaning-company-Discount.jpg\";s:12:\"tmpl_created\";i:1647510546;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:138:\"https://library.elementor.com/popups/fly-in-discount-cleaning-company/?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:6:\"fly-in\";s:4:\"tags\";s:31:\"[\"Discount\",\"Offer\",\"Services\"]\";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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:32;a:19:{s:4:\"tmpl\";i:1315;s:2:\"id\";i:22693;s:5:\"title\";s:28:\"Fly-In | Contact | Carpenter\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2022/03/carpenter-53-small.jpg\";s:12:\"tmpl_created\";i:1647511972;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/popups/fly-in-contact-carpenter/?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:6:\"fly-in\";s:4:\"tags\";s:22:\"[\"Contact\",\"Services\"]\";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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:33;a:19:{s:4:\"tmpl\";i:1316;s:2:\"id\";i:22703;s:5:\"title\";s:31:\"Classic | Booking | Yoga Studio\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2022/03/55-yoga-studio-Contact-Us.jpg\";s:12:\"tmpl_created\";i:1647512209;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/classic-booking-yoga-studio/?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:7:\"classic\";s:4:\"tags\";s:30:\"[\"Booking\",\"Contact\",\"Health\"]\";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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:34;a:19:{s:4:\"tmpl\";i:1317;s:2:\"id\";i:22714;s:5:\"title\";s:37:\"Classic | Discount | Pet Care Company\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/03/56-Pet-Care-Discount.jpg\";s:12:\"tmpl_created\";i:1647513031;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:139:\"https://library.elementor.com/popups/classic-discount-pet-care-company/?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:7:\"classic\";s:4:\"tags\";s:17:\"[\"Offer\",\"Sales\"]\";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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:35;a:19:{s:4:\"tmpl\";i:1318;s:2:\"id\";i:22725;s:5:\"title\";s:38:\"Fly-In | Discount | Online Coffee Shop\";s:9:\"thumbnail\";s:88:\"https://library.elementor.com/wp-content/uploads/2022/03/online-coffee-shop-57-small.jpg\";s:12:\"tmpl_created\";i:1647513325;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:140:\"https://library.elementor.com/popups/fly-in-discount-online-coffee-shop/?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:6:\"fly-in\";s:4:\"tags\";s:29:\"[\"Food\",\"Offer\",\"Restaurant\"]\";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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:36;a:19:{s:4:\"tmpl\";i:1319;s:2:\"id\";i:22737;s:5:\"title\";s:44:\"Fly-In | CTA | Moving &#038; Storage Company\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/03/moving-company-59-small.jpg\";s:12:\"tmpl_created\";i:1647520956;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:139:\"https://library.elementor.com/popups/fly-in-cta-moving-storage-company/?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:6:\"fly-in\";s:4:\"tags\";s:12:\"[\"Services\"]\";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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:37;a:19:{s:4:\"tmpl\";i:1320;s:2:\"id\";i:22749;s:5:\"title\";s:47:\"Classic | Contact | Industrial Design Portfolio\";s:9:\"thumbnail\";s:92:\"https://library.elementor.com/wp-content/uploads/2022/03/60-industrial-design-Contact-Us.jpg\";s:12:\"tmpl_created\";i:1647528116;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:149:\"https://library.elementor.com/popups/classic-contact-industrial-design-portfolio/?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:7:\"classic\";s:4:\"tags\";s:40:\"[\"Contact\",\"Interior Design\",\"Services\"]\";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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:38;a:19:{s:4:\"tmpl\";i:1321;s:2:\"id\";i:22759;s:5:\"title\";s:25:\"Classic | Contact | Drone\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2022/03/drone-61-small.jpg\";s:12:\"tmpl_created\";i:1647528899;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/popups/classic-contact-drone/?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:7:\"classic\";s:4:\"tags\";s:22:\"[\"Contact\",\"Services\"]\";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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:39;a:19:{s:4:\"tmpl\";i:1322;s:2:\"id\";i:22768;s:5:\"title\";s:46:\"Full Screen | Menu | Fashion Stylist Portfolio\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/03/62-Fashion-Stylist-Menu.jpg\";s:12:\"tmpl_created\";i:1647529434;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:148:\"https://library.elementor.com/popups/full-screen-menu-fashion-stylist-portfolio/?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:11:\"full screen\";s:4:\"tags\";s:31:\"[\"Fashion\",\"Fullscreen\",\"menu\"]\";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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:40;a:19:{s:4:\"tmpl\";i:1323;s:2:\"id\";i:22780;s:5:\"title\";s:31:\"Fly-In | CTA | Landscape Design\";s:9:\"thumbnail\";s:94:\"https://library.elementor.com/wp-content/uploads/2022/03/64-Landscape-Design-Click-Through.jpg\";s:12:\"tmpl_created\";i:1647530337;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/fly-in-cta-landscape-design/?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:6:\"fly-in\";s:4:\"tags\";s:18:\"[\"cta\",\"Services\"]\";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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:41;a:19:{s:4:\"tmpl\";i:1324;s:2:\"id\";i:22790;s:5:\"title\";s:48:\"Bottom Bar  | Contact | Architecture Photography\";s:9:\"thumbnail\";s:94:\"https://library.elementor.com/wp-content/uploads/2022/03/architecture-photography-65-small.jpg\";s:12:\"tmpl_created\";i:1647532358;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:149:\"https://library.elementor.com/popups/bottom-bar-contact-architecture-photography/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:17:\"essential-oct2023\";s:7:\"subtype\";s:10:\"bottom bar\";s:4:\"tags\";s:26:\"[\"Architecture\",\"Contact\"]\";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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:42;a:19:{s:4:\"tmpl\";i:1325;s:2:\"id\";i:22800;s:5:\"title\";s:41:\"Fly-In  | CTA | Speech-Language Therapist\";s:9:\"thumbnail\";s:103:\"https://library.elementor.com/wp-content/uploads/2022/03/66-Speech-Language-Therapist-Click-Through.jpg\";s:12:\"tmpl_created\";i:1647532720;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:142:\"https://library.elementor.com/popups/fly-in-cta-speech-language-therapist/?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:6:\"fly-in\";s:4:\"tags\";s:25:\"[\"cta\",\"Psychotherapist\"]\";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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:43;a:19:{s:4:\"tmpl\";i:1326;s:2:\"id\";i:22812;s:5:\"title\";s:35:\"Full Screen | Verification | Winery\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2022/03/67-Winery-Verification.jpg\";s:12:\"tmpl_created\";i:1647761384;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:137:\"https://library.elementor.com/popups/full-screen-verification-winery/?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:11:\"full screen\";s:4:\"tags\";s:24:\"[\"Alert\",\"Verification\"]\";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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:44;a:19:{s:4:\"tmpl\";i:1327;s:2:\"id\";i:22822;s:5:\"title\";s:36:\"Fly-In | Subscription | Nutritionist\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/03/nutritionist-69-small.jpg\";s:12:\"tmpl_created\";i:1647762620;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:138:\"https://library.elementor.com/popups/fly-in-subscription-nutritionist/?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:6:\"fly-in\";s:4:\"tags\";s:28:\"[\"Food\",\"Health\",\"Services\"]\";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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:45;a:19:{s:4:\"tmpl\";i:1328;s:2:\"id\";i:22833;s:5:\"title\";s:40:\"Classic | Subscription | App &#038; SaaS\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2022/03/app-70-small.jpg\";s:12:\"tmpl_created\";i:1647762955;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:135:\"https://library.elementor.com/popups/classic-subscription-app-saas/?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:7:\"classic\";s:4:\"tags\";s:14:\"[\"App\",\"SaaS\"]\";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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:46;a:19:{s:4:\"tmpl\";i:1329;s:2:\"id\";i:22844;s:5:\"title\";s:41:\"Bottom Bar | Discount | Handmade Cupcakes\";s:9:\"thumbnail\";s:90:\"https://library.elementor.com/wp-content/uploads/2022/03/72-Handmade-Cupcakes-Discount.jpg\";s:12:\"tmpl_created\";i:1647763350;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:143:\"https://library.elementor.com/popups/bottom-bar-discount-handmade-cupcakes/?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:10:\"bottom bar\";s:4:\"tags\";s:21:\"[\"Food\",\"Restaurant\"]\";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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:47;a:19:{s:4:\"tmpl\";i:1330;s:2:\"id\";i:22855;s:5:\"title\";s:40:\"Bottom Bar | Subscription | Fashion Blog\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/03/fashion-blog-75-small.jpg\";s:12:\"tmpl_created\";i:1647763907;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:142:\"https://library.elementor.com/popups/bottom-bar-subscription-fashion-blog/?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:10:\"bottom bar\";s:4:\"tags\";s:30:\"[\"Blog\",\"Fashion\",\"Subscribe\"]\";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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:48;a:19:{s:4:\"tmpl\";i:1331;s:2:\"id\";i:22866;s:5:\"title\";s:28:\"Fly-In | CTA | Private Tutor\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2022/03/private-tutor-77-small.jpg\";s:12:\"tmpl_created\";i:1647764062;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/popups/fly-in-cta-private-tutor/?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:6:\"fly-in\";s:4:\"tags\";s:7:\"[\"cta\"]\";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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:49;a:19:{s:4:\"tmpl\";i:1332;s:2:\"id\";i:22876;s:5:\"title\";s:30:\"Classic | CTA | Tennis Academy\";s:9:\"thumbnail\";s:92:\"https://library.elementor.com/wp-content/uploads/2022/03/78-Tennis-Academy-Click-Through.jpg\";s:12:\"tmpl_created\";i:1647765192;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/classic-cta-tennis-academy/?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:7:\"classic\";s:4:\"tags\";s:7:\"[\"cta\"]\";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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:50;a:19:{s:4:\"tmpl\";i:1333;s:2:\"id\";i:22887;s:5:\"title\";s:31:\"Fly-In | CTA | Shared Workspace\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2022/03/shared-workspace-79-small.jpg\";s:12:\"tmpl_created\";i:1647765419;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/fly-in-cta-shared-workspace/?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:6:\"fly-in\";s:4:\"tags\";s:18:\"[\"Business\",\"cta\"]\";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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:51;a:19:{s:4:\"tmpl\";i:1334;s:2:\"id\";i:22899;s:5:\"title\";s:30:\"Bottom Bar | CTA | Art Gallery\";s:9:\"thumbnail\";s:89:\"https://library.elementor.com/wp-content/uploads/2022/03/80-Art-Gallery-Click-Through.jpg\";s:12:\"tmpl_created\";i:1647765652;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/bottom-bar-cta-art-gallery/?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:10:\"bottom bar\";s:4:\"tags\";s:13:\"[\"Art\",\"cta\"]\";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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:52;a:19:{s:4:\"tmpl\";i:1335;s:2:\"id\";i:22910;s:5:\"title\";s:44:\"Fly-In | Subscription | Hiking Tours Company\";s:9:\"thumbnail\";s:90:\"https://library.elementor.com/wp-content/uploads/2022/03/hiking-tours-company-81-small.jpg\";s:12:\"tmpl_created\";i:1647765835;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:146:\"https://library.elementor.com/popups/fly-in-subscription-hiking-tours-company/?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:6:\"fly-in\";s:4:\"tags\";s:29:\"[\"Subscribe\",\"Travel\",\"Trip\"]\";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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:53;a:19:{s:4:\"tmpl\";i:1336;s:2:\"id\";i:22921;s:5:\"title\";s:26:\"Classic | CTA | Music Band\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2022/03/music-band-82-small.jpg\";s:12:\"tmpl_created\";i:1647769462;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/popups/classic-cta-music-band/?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:7:\"classic\";s:4:\"tags\";s:21:\"[\"Marketing\",\"Music\"]\";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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:54;a:19:{s:4:\"tmpl\";i:1337;s:2:\"id\";i:22935;s:5:\"title\";s:35:\"Classic | CTA | Computer Technician\";s:9:\"thumbnail\";s:88:\"https://library.elementor.com/wp-content/uploads/2022/03/comuter-technician-83-small.jpg\";s:12:\"tmpl_created\";i:1647769843;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:137:\"https://library.elementor.com/popups/classic-cta-computer-technician/?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:7:\"classic\";s:4:\"tags\";s:18:\"[\"cta\",\"Services\"]\";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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:55;a:19:{s:4:\"tmpl\";i:1338;s:2:\"id\";i:22945;s:5:\"title\";s:37:\"Classic | Discount | Delivery Company\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2022/03/delivery-company-88-small.jpg\";s:12:\"tmpl_created\";i:1647770834;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:139:\"https://library.elementor.com/popups/classic-discount-delivery-company/?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:7:\"classic\";s:4:\"tags\";s:23:\"[\"Discount\",\"Services\"]\";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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:56;a:19:{s:4:\"tmpl\";i:1339;s:2:\"id\";i:22959;s:5:\"title\";s:29:\"Classic | Discount | Eco Shop\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2022/03/echo-shop-89-small.jpg\";s:12:\"tmpl_created\";i:1647771211;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/popups/classic-discount-eco-shop/?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:7:\"classic\";s:4:\"tags\";s:24:\"[\"Discount\",\"Ecommerce\"]\";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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:57;a:19:{s:4:\"tmpl\";i:1340;s:2:\"id\";i:22972;s:5:\"title\";s:54:\"Fly-In | Subscription | Health &#038; Mindfulness Blog\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/03/health-blog-91-small.jpg\";s:12:\"tmpl_created\";i:1647771461;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:149:\"https://library.elementor.com/popups/fly-in-subscription-health-mindfulness-blog/?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:6:\"fly-in\";s:4:\"tags\";s:21:\"[\"Health\",\"Magazine\"]\";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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:58;a:19:{s:4:\"tmpl\";i:1341;s:2:\"id\";i:22982;s:5:\"title\";s:31:\"Full Screen | Menu | Art Museum\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/03/art-museum-112-small.jpg\";s:12:\"tmpl_created\";i:1647771938;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/full-screen-menu-art-museum/?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:11:\"full screen\";s:4:\"tags\";s:21:\"[\"Fullscreen\",\"menu\"]\";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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:59;a:19:{s:4:\"tmpl\";i:1342;s:2:\"id\";i:22992;s:5:\"title\";s:40:\"Classic | Discount | Urban Clothing Shop\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2022/03/health-blog-91-small-1.jpg\";s:12:\"tmpl_created\";i:1647773067;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:142:\"https://library.elementor.com/popups/classic-discount-urban-clothing-shop/?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:7:\"classic\";s:4:\"tags\";s:34:\"[\"Discount\",\"Ecommerce\",\"Fashion\"]\";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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:60;a:19:{s:4:\"tmpl\";i:1343;s:2:\"id\";i:23004;s:5:\"title\";s:60:\"Full Screen | Menu | Digital &#038; Technology Design School\";s:9:\"thumbnail\";s:95:\"https://library.elementor.com/wp-content/uploads/2022/03/digital-design-tech-school-small-1.jpg\";s:12:\"tmpl_created\";i:1647773366;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:155:\"https://library.elementor.com/popups/full-screen-menu-digital-technology-design-school/?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:11:\"full screen\";s:4:\"tags\";s:8:\"[\"menu\"]\";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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:61;a:19:{s:4:\"tmpl\";i:1344;s:2:\"id\";i:23015;s:5:\"title\";s:62:\"Bottom Bar | Contact | Digital &#038; Technology Design School\";s:9:\"thumbnail\";s:93:\"https://library.elementor.com/wp-content/uploads/2022/03/digital-design-tech-school-small.jpg\";s:12:\"tmpl_created\";i:1647773492;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:157:\"https://library.elementor.com/popups/bottom-bar-contact-digital-technology-design-school/?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:10:\"bottom bar\";s:4:\"tags\";s:23:\"[\"Contact\",\"Portfolio\"]\";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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:62;a:19:{s:4:\"tmpl\";i:1345;s:2:\"id\";i:23025;s:5:\"title\";s:32:\"Full Screen | Menu | Flower Shop\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/03/flower-shop-small.jpg\";s:12:\"tmpl_created\";i:1647773820;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/popups/full-screen-menu-flower-shop/?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:11:\"full screen\";s:4:\"tags\";s:21:\"[\"Fullscreen\",\"menu\"]\";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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:63;a:19:{s:4:\"tmpl\";i:1346;s:2:\"id\";i:23037;s:5:\"title\";s:36:\"Classic | Subscription | Flower Shop\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2022/03/flower-shop-small-1.jpg\";s:12:\"tmpl_created\";i:1647773949;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:138:\"https://library.elementor.com/popups/classic-subscription-flower-shop/?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:7:\"classic\";s:4:\"tags\";s:24:\"[\"Discount\",\"Subscribe\"]\";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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:64;a:19:{s:4:\"tmpl\";i:1347;s:2:\"id\";i:23056;s:5:\"title\";s:48:\"Classic | Discount | Health &#038; Fitness eBook\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/03/fitness-ebook-small-1.jpg\";s:12:\"tmpl_created\";i:1647774468;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:143:\"https://library.elementor.com/popups/classic-discount-health-fitness-ebook/?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:7:\"classic\";s:4:\"tags\";s:23:\"[\"Contact\",\"Marketing\"]\";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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:65;a:19:{s:4:\"tmpl\";i:1348;s:2:\"id\";i:23067;s:5:\"title\";s:37:\"Fly-In | Menu | Baby Sleep Consultant\";s:9:\"thumbnail\";s:90:\"https://library.elementor.com/wp-content/uploads/2022/03/baby-sleep-consultant-small-1.jpg\";s:12:\"tmpl_created\";i:1647778954;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/popups/baby-sleep-consultant/?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:6:\"fly-in\";s:4:\"tags\";s:8:\"[\"menu\"]\";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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:66;a:19:{s:4:\"tmpl\";i:1349;s:2:\"id\";i:23077;s:5:\"title\";s:46:\"Classic | Subscription | Baby Sleep Consultant\";s:9:\"thumbnail\";s:88:\"https://library.elementor.com/wp-content/uploads/2022/03/baby-sleep-consultant-small.jpg\";s:12:\"tmpl_created\";i:1647779074;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:148:\"https://library.elementor.com/popups/classic-subscription-baby-sleep-consultant/?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:7:\"classic\";s:4:\"tags\";s:12:\"[\"Discount\"]\";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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:67;a:19:{s:4:\"tmpl\";i:1350;s:2:\"id\";i:23090;s:5:\"title\";s:33:\"Full Screen | Menu | Luxury Hotel\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2022/03/luxury-hotel-small.jpg\";s:12:\"tmpl_created\";i:1647779390;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:135:\"https://library.elementor.com/popups/full-screen-menu-luxury-hotel/?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:11:\"full screen\";s:4:\"tags\";s:21:\"[\"Fullscreen\",\"menu\"]\";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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:68;a:19:{s:4:\"tmpl\";i:1351;s:2:\"id\";i:23100;s:5:\"title\";s:31:\"Fly-In | Booking | Luxury Hotel\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/03/luxury-hotel-small-1.jpg\";s:12:\"tmpl_created\";i:1647779500;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/fly-in-booking-luxury-hotel/?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:6:\"fly-in\";s:4:\"tags\";s:20:\"[\"Booking\",\"Travel\"]\";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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:69;a:19:{s:4:\"tmpl\";i:1352;s:2:\"id\";i:23109;s:5:\"title\";s:38:\"Full Screen | Menu | Design Conference\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2022/03/design-conference-35-small.jpg\";s:12:\"tmpl_created\";i:1647779675;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:140:\"https://library.elementor.com/popups/full-screen-menu-design-conference/?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:11:\"full screen\";s:4:\"tags\";s:21:\"[\"Fullscreen\",\"menu\"]\";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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:70;a:19:{s:4:\"tmpl\";i:1353;s:2:\"id\";i:23120;s:5:\"title\";s:41:\"Full Screen | Booking | Design Conference\";s:9:\"thumbnail\";s:89:\"https://library.elementor.com/wp-content/uploads/2022/03/design-conference-35-small-1.jpg\";s:12:\"tmpl_created\";i:1647779793;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:143:\"https://library.elementor.com/popups/full-screen-booking-design-conference/?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:11:\"full screen\";s:4:\"tags\";s:35:\"[\"Booking\",\"Conference\",\"Creative\"]\";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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:71;a:19:{s:4:\"tmpl\";i:1354;s:2:\"id\";i:23129;s:5:\"title\";s:29:\"Slide-In | Menu | VR Headsets\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2022/03/VR-headset-small.jpg\";s:12:\"tmpl_created\";i:1647781211;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/popups/slide-in-menu-vr-headsets/?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:8:\"[\"menu\"]\";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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:72;a:19:{s:4:\"tmpl\";i:1355;s:2:\"id\";i:23139;s:5:\"title\";s:31:\"Classic | Contact | VR Headsets\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2022/03/VR-headset-small-1.jpg\";s:12:\"tmpl_created\";i:1647781384;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/classic-contact-vr-headsets/?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:7:\"classic\";s:4:\"tags\";s:11:\"[\"Contact\"]\";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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:73;a:19:{s:4:\"tmpl\";i:1356;s:2:\"id\";i:23149;s:5:\"title\";s:38:\"Slide-In | Menu | Portrait Photography\";s:9:\"thumbnail\";s:89:\"https://library.elementor.com/wp-content/uploads/2022/03/48-portrair-photography-Menu.jpg\";s:12:\"tmpl_created\";i:1647782336;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:140:\"https://library.elementor.com/popups/slide-in-menu-portrait-photography/?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:8:\"[\"menu\"]\";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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:74;a:19:{s:4:\"tmpl\";i:1357;s:2:\"id\";i:23159;s:5:\"title\";s:47:\"Hello Bar | Subscription | Portrait Photography\";s:9:\"thumbnail\";s:97:\"https://library.elementor.com/wp-content/uploads/2022/03/48-portrair-photography-Subscription.jpg\";s:12:\"tmpl_created\";i:1647782478;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:149:\"https://library.elementor.com/popups/hello-bar-subscription-portrait-photography/?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:9:\"hello bar\";s:4:\"tags\";s:34:\"[\"Blog\",\"Photography\",\"Subscribe\"]\";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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:75;a:19:{s:4:\"tmpl\";i:1358;s:2:\"id\";i:23169;s:5:\"title\";s:32:\"Full Screen | Menu | English Pub\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2022/03/49-englisg-pub-Menu.jpg\";s:12:\"tmpl_created\";i:1647782664;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/popups/full-screen-menu-english-pub/?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:11:\"full screen\";s:4:\"tags\";s:21:\"[\"Fullscreen\",\"menu\"]\";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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:76;a:19:{s:4:\"tmpl\";i:1359;s:2:\"id\";i:23179;s:5:\"title\";s:32:\"Classic | Discount | English Pub\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/03/49-englisg-pub-Discount.jpg\";s:12:\"tmpl_created\";i:1647782796;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/popups/classic-discount-english-pub/?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:7:\"classic\";s:4:\"tags\";s:20:\"[\"Discount\",\"Offer\"]\";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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:77;a:19:{s:4:\"tmpl\";i:1360;s:2:\"id\";i:23189;s:5:\"title\";s:27:\"Full Screen | Menu | Singer\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/03/58-Music-Artist-Menu.jpg\";s:12:\"tmpl_created\";i:1647783070;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/popups/full-screen-menu-singer/?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:11:\"full screen\";s:4:\"tags\";s:29:\"[\"Fullscreen\",\"menu\",\"Music\"]\";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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:78;a:19:{s:4:\"tmpl\";i:1361;s:2:\"id\";i:23200;s:5:\"title\";s:31:\"Classic | Subscription | Singer\";s:9:\"thumbnail\";s:89:\"https://library.elementor.com/wp-content/uploads/2022/03/58-Music-Artist-Subscription.jpg\";s:12:\"tmpl_created\";i:1647783249;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/classic-subscription-singer/?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:7:\"classic\";s:4:\"tags\";s:21:\"[\"Music\",\"Subscribe\"]\";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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:79;a:19:{s:4:\"tmpl\";i:1362;s:2:\"id\";i:23210;s:5:\"title\";s:38:\"Full Screen | Menu | Virtual Assistant\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2022/03/virtual-assistnt-73-small.jpg\";s:12:\"tmpl_created\";i:1647784292;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:140:\"https://library.elementor.com/popups/full-screen-menu-virtual-assistant/?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:11:\"full screen\";s:4:\"tags\";s:21:\"[\"Fullscreen\",\"menu\"]\";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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:80;a:19:{s:4:\"tmpl\";i:1363;s:2:\"id\";i:23223;s:5:\"title\";s:39:\"Hello Bar | Contact | Virtual Assistant\";s:9:\"thumbnail\";s:92:\"https://library.elementor.com/wp-content/uploads/2022/03/73-Virtual-Assistant-Contact-Us.jpg\";s:12:\"tmpl_created\";i:1647784616;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:141:\"https://library.elementor.com/popups/hello-bar-contact-virtual-assistant/?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:9:\"hello bar\";s:4:\"tags\";s:37:\"[\"Contact\",\"Psychologist\",\"Services\"]\";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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:81;a:19:{s:4:\"tmpl\";i:1364;s:2:\"id\";i:23234;s:5:\"title\";s:32:\"Slide-In  | Menu | Personal Chef\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/03/74-Personal-Chef-Menu.jpg\";s:12:\"tmpl_created\";i:1647798194;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/slide-in-menu-personal-chef/?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:8:\"[\"menu\"]\";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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:82;a:19:{s:4:\"tmpl\";i:1365;s:2:\"id\";i:23244;s:5:\"title\";s:29:\"Classic | CTA | Personal Chef\";s:9:\"thumbnail\";s:88:\"https://library.elementor.com/wp-content/uploads/2022/03/74-Personal-Chef-Contact-Us.jpg\";s:12:\"tmpl_created\";i:1647798297;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/popups/classic-cta-personal-chef/?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:7:\"classic\";s:4:\"tags\";s:24:\"[\"Booking\",\"Chef\",\"cta\"]\";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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:83;a:19:{s:4:\"tmpl\";i:1366;s:2:\"id\";i:23254;s:5:\"title\";s:31:\"Full Screen | Menu | Food Truck\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/03/food-truck-76-small-1.jpg\";s:12:\"tmpl_created\";i:1647798447;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/full-screen-menu-food-truck/?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:11:\"full screen\";s:4:\"tags\";s:21:\"[\"Fullscreen\",\"menu\"]\";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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:84;a:19:{s:4:\"tmpl\";i:1367;s:2:\"id\";i:23265;s:5:\"title\";s:30:\"Fly-In | Discount | Food Truck\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2022/03/food-truck-76-small.jpg\";s:12:\"tmpl_created\";i:1647798657;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/fly-in-discount-food-truck/?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:6:\"fly-in\";s:4:\"tags\";s:20:\"[\"Discount\",\"Offer\"]\";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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:85;a:19:{s:4:\"tmpl\";i:1369;s:2:\"id\";i:23323;s:5:\"title\";s:28:\"Classic | CTA | Black Friday\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/03/Black-Friday-6-Small.jpg\";s:12:\"tmpl_created\";i:1647855505;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/popups/classic-cta-black-friday/?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:7:\"classic\";s:4:\"tags\";s:34:\"[\"Black Friday\",\"cta\",\"Ecommerce\"]\";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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:86;a:19:{s:4:\"tmpl\";i:1370;s:2:\"id\";i:23329;s:5:\"title\";s:29:\"Slide-In | CTA | Black Friday\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/03/Black-Friday-5-Small.jpg\";s:12:\"tmpl_created\";i:1647855865;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/popups/slide-in-cta-black-friday/?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:34:\"[\"Black Friday\",\"cta\",\"Ecommerce\"]\";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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:87;a:19:{s:4:\"tmpl\";i:1371;s:2:\"id\";i:23335;s:5:\"title\";s:31:\"Slide-In | CTA | Black Friday 1\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/03/Black-Friday-1-Small.jpg\";s:12:\"tmpl_created\";i:1647856357;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/slide-in-cta-black-friday-1/?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:34:\"[\"Black Friday\",\"cta\",\"Ecommerce\"]\";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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:88;a:19:{s:4:\"tmpl\";i:1372;s:2:\"id\";i:23341;s:5:\"title\";s:30:\"Classic | CTA | Black Friday 2\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/03/Black-Friday-3-Small.jpg\";s:12:\"tmpl_created\";i:1647856493;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/classic-cta-black-friday-2/?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:7:\"classic\";s:4:\"tags\";s:34:\"[\"Black Friday\",\"cta\",\"Ecommerce\"]\";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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:89;a:19:{s:4:\"tmpl\";i:1373;s:2:\"id\";i:23347;s:5:\"title\";s:30:\"Classic | CTA | Black Friday 3\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/03/Black-Friday-2-Small.jpg\";s:12:\"tmpl_created\";i:1647856891;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/classic-cta-black-friday-3/?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:7:\"classic\";s:4:\"tags\";s:34:\"[\"Black Friday\",\"cta\",\"Ecommerce\"]\";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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:90;a:19:{s:4:\"tmpl\";i:1374;s:2:\"id\";i:23354;s:5:\"title\";s:30:\"Classic | CTA | Black Friday 4\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/03/Black-Friday-4-Small.jpg\";s:12:\"tmpl_created\";i:1647856996;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/classic-cta-black-friday-4/?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:7:\"classic\";s:4:\"tags\";s:34:\"[\"Black Friday\",\"cta\",\"Ecommerce\"]\";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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:91;a:19:{s:4:\"tmpl\";i:1375;s:2:\"id\";i:23394;s:5:\"title\";s:27:\"Classic | CTA | Halloween 1\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/03/Halloween-3-Small.jpg\";s:12:\"tmpl_created\";i:1647857351;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/popups/classic-cta-halloween-1/?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:7:\"classic\";s:4:\"tags\";s:31:\"[\"cta\",\"Ecommerce\",\"Halloween\"]\";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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:92;a:19:{s:4:\"tmpl\";i:1376;s:2:\"id\";i:23401;s:5:\"title\";s:33:\"Slide-In | Discount | Halloween 2\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/03/Halloween-2-Small.jpg\";s:12:\"tmpl_created\";i:1647857567;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:135:\"https://library.elementor.com/popups/slide-in-discount-halloween-2/?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:36:\"[\"Discount\",\"Ecommerce\",\"Halloween\"]\";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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:93;a:19:{s:4:\"tmpl\";i:1377;s:2:\"id\";i:23407;s:5:\"title\";s:33:\"Slide-In | Discount | Halloween 3\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/03/Halloween-1-Small.jpg\";s:12:\"tmpl_created\";i:1647857814;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:135:\"https://library.elementor.com/popups/slide-in-discount-halloween-3/?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:36:\"[\"Discount\",\"Ecommerce\",\"Halloween\"]\";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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:94;a:19:{s:4:\"tmpl\";i:1378;s:2:\"id\";i:23416;s:5:\"title\";s:31:\"Fly-In | Discount | Halloween 4\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/03/Halloween-5-Small.jpg\";s:12:\"tmpl_created\";i:1647858024;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/fly-in-discount-halloween-4/?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:6:\"fly-in\";s:4:\"tags\";s:44:\"[\"Discount\",\"Ecommerce\",\"Halloween\",\"Offer\"]\";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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:95;a:19:{s:4:\"tmpl\";i:1379;s:2:\"id\";i:23422;s:5:\"title\";s:36:\"Classic | Subscription | Halloween 5\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/03/Halloween-4-Small.jpg\";s:12:\"tmpl_created\";i:1647858246;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:138:\"https://library.elementor.com/popups/classic-subscription-halloween-5/?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:7:\"classic\";s:4:\"tags\";s:48:\"[\"Discount\",\"Ecommerce\",\"Halloween\",\"Subscribe\"]\";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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:96;a:19:{s:4:\"tmpl\";i:1380;s:2:\"id\";i:23471;s:5:\"title\";s:28:\"Slide-In | CTA | Christmas 1\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/03/Christmas-2-Small.jpg\";s:12:\"tmpl_created\";i:1647859193;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/popups/slide-in-cta-christmas-1/?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:19:\"[\"Christmas\",\"cta\"]\";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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:97;a:19:{s:4:\"tmpl\";i:1381;s:2:\"id\";i:23477;s:5:\"title\";s:28:\"Slide-In | CTA | Christmas 2\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/03/Christmas-4-Small.jpg\";s:12:\"tmpl_created\";i:1647859838;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/popups/slide-in-cta-christmas-2/?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:19:\"[\"Christmas\",\"cta\"]\";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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:98;a:19:{s:4:\"tmpl\";i:1382;s:2:\"id\";i:23483;s:5:\"title\";s:26:\"Fly-In | CTA | Christmas 3\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/03/Christmas-1-Small.jpg\";s:12:\"tmpl_created\";i:1647860157;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/popups/fly-in-cta-christmas-3/?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:6:\"fly-in\";s:4:\"tags\";s:31:\"[\"Christmas\",\"cta\",\"Ecommerce\"]\";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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:99;a:19:{s:4:\"tmpl\";i:1383;s:2:\"id\";i:23489;s:5:\"title\";s:33:\"Slide-In | Discount | Christmas 4\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/03/Christmas-5-Small.jpg\";s:12:\"tmpl_created\";i:1647860302;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:135:\"https://library.elementor.com/popups/slide-in-discount-christmas-4/?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:31:\"[\"Christmas\",\"cta\",\"Ecommerce\"]\";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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:100;a:19:{s:4:\"tmpl\";i:1384;s:2:\"id\";i:23496;s:5:\"title\";s:32:\"Classic | Discount | Christmas 5\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/03/Christmas-3-Small.jpg\";s:12:\"tmpl_created\";i:1647860454;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/popups/classic-discount-christmas-5/?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:7:\"classic\";s:4:\"tags\";s:29:\"[\"Christmas\",\"Offer\",\"Sales\"]\";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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:101;a:19:{s:4:\"tmpl\";i:1385;s:2:\"id\";i:23523;s:5:\"title\";s:30:\"Classic | CTA | Valentines Day\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2022/03/Valentines-Day-2-Small.jpg\";s:12:\"tmpl_created\";i:1647860912;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/classic-cta-valentines-day/?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:7:\"classic\";s:4:\"tags\";s:25:\"[\"cta\",\"Valentine\'s Day\"]\";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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:102;a:19:{s:4:\"tmpl\";i:1386;s:2:\"id\";i:23529;s:5:\"title\";s:39:\"Hello Bar | Discount | Valentines Day 2\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2022/03/Valentines-Day-1-Small.jpg\";s:12:\"tmpl_created\";i:1647861064;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:141:\"https://library.elementor.com/popups/hello-bar-discount-valentines-day-2/?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:9:\"hello bar\";s:4:\"tags\";s:30:\"[\"Discount\",\"Valentine\'s Day\"]\";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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:103;a:19:{s:4:\"tmpl\";i:1387;s:2:\"id\";i:23536;s:5:\"title\";s:32:\"Classic | CTA | Valentines Day 3\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2022/03/Valentines-Day-3-Small.jpg\";s:12:\"tmpl_created\";i:1647861536;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/popups/classic-cta-valentines-day-3/?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:7:\"classic\";s:4:\"tags\";s:25:\"[\"cta\",\"Valentine\'s Day\"]\";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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:104;a:19:{s:4:\"tmpl\";i:1388;s:2:\"id\";i:23586;s:5:\"title\";s:51:\"Fly-In | Subscribe | Health &#038; Wellness Company\";s:9:\"thumbnail\";s:103:\"https://library.elementor.com/wp-content/uploads/2022/03/35-Subscribe-Health-Wellness-Company-Small.jpg\";s:12:\"tmpl_created\";i:1647862008;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:146:\"https://library.elementor.com/popups/fly-in-subscribe-health-wellness-company/?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:4:\"page\";s:4:\"tags\";s:24:\"[\"Business\",\"Subscribe\"]\";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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:105;a:19:{s:4:\"tmpl\";i:1389;s:2:\"id\";i:23592;s:5:\"title\";s:34:\"Classic | Subscribe | Tech Company\";s:9:\"thumbnail\";s:92:\"https://library.elementor.com/wp-content/uploads/2022/03/36-Subscribe-Tech-Company-Small.jpg\";s:12:\"tmpl_created\";i:1647866706;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:136:\"https://library.elementor.com/popups/classic-subscribe-tech-company/?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:7:\"classic\";s:4:\"tags\";s:25:\"[\"Marketing\",\"Subscribe\"]\";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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:106;a:19:{s:4:\"tmpl\";i:1390;s:2:\"id\";i:23598;s:5:\"title\";s:36:\"Classic | Contact Us | Fight Classes\";s:9:\"thumbnail\";s:94:\"https://library.elementor.com/wp-content/uploads/2022/03/37-Contact-Us-Fight-Classes-Small.jpg\";s:12:\"tmpl_created\";i:1647866869;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:138:\"https://library.elementor.com/popups/classic-contact-us-fight-classes/?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:7:\"classic\";s:4:\"tags\";s:23:\"[\"Contact\",\"Marketing\"]\";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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:107;a:19:{s:4:\"tmpl\";i:1391;s:2:\"id\";i:23611;s:5:\"title\";s:31:\"Classic | CTA | Mochi Shop Sale\";s:9:\"thumbnail\";s:99:\"https://library.elementor.com/wp-content/uploads/2022/03/39-Click-Through-Mochi-Shop-Sale-Small.jpg\";s:12:\"tmpl_created\";i:1647867750;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/classic-cta-mochi-shop-sale/?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:7:\"classic\";s:4:\"tags\";s:23:\"[\"cta\",\"Offer\",\"Sales\"]\";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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:108;a:19:{s:4:\"tmpl\";i:1392;s:2:\"id\";i:23618;s:5:\"title\";s:28:\"Classic | CTA | Fashion Shop\";s:9:\"thumbnail\";s:96:\"https://library.elementor.com/wp-content/uploads/2022/03/40-Click-Through-Fashion-Shop-Small.jpg\";s:12:\"tmpl_created\";i:1647868251;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/popups/classic-cta-fashion-shop/?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:7:\"classic\";s:4:\"tags\";s:19:\"[\"cta\",\"Ecommerce\"]\";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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:109;a:19:{s:4:\"tmpl\";i:1393;s:2:\"id\";i:23624;s:5:\"title\";s:29:\"Fly-In | Login | Tech Company\";s:9:\"thumbnail\";s:88:\"https://library.elementor.com/wp-content/uploads/2022/03/41-Login-Tech-Company-Small.jpg\";s:12:\"tmpl_created\";i:1647868704;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/popups/fly-in-login-tech-company/?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:6:\"fly-in\";s:4:\"tags\";s:9:\"[\"Login\"]\";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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:110;a:19:{s:4:\"tmpl\";i:1394;s:2:\"id\";i:23630;s:5:\"title\";s:36:\"Fly-In | Verification | Liquor Store\";s:9:\"thumbnail\";s:95:\"https://library.elementor.com/wp-content/uploads/2022/03/42-Verification-Liquor-Store-Small.jpg\";s:12:\"tmpl_created\";i:1647870308;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:138:\"https://library.elementor.com/popups/fly-in-verification-liquor-store/?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:6:\"fly-in\";s:4:\"tags\";s:16:\"[\"Verification\"]\";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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:111;a:19:{s:4:\"tmpl\";i:1395;s:2:\"id\";i:23636;s:5:\"title\";s:39:\"Hello Bar | Subscribe | Online Magazine\";s:9:\"thumbnail\";s:95:\"https://library.elementor.com/wp-content/uploads/2022/03/44-Subscribe-Online-Magazine-Small.jpg\";s:12:\"tmpl_created\";i:1647870465;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:141:\"https://library.elementor.com/popups/hello-bar-subscribe-online-magazine/?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:9:\"hello bar\";s:4:\"tags\";s:20:\"[\"Blog\",\"Subscribe\"]\";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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:112;a:19:{s:4:\"tmpl\";i:1396;s:2:\"id\";i:23642;s:5:\"title\";s:27:\"Fly-In | Login | Health Spa\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2022/03/43-Login-Health-Spa-Small.jpg\";s:12:\"tmpl_created\";i:1647872427;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/popups/fly-in-login-health-spa/?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:6:\"fly-in\";s:4:\"tags\";s:20:\"[\"Login\",\"Services\"]\";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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:113;a:19:{s:4:\"tmpl\";i:1397;s:2:\"id\";i:23648;s:5:\"title\";s:33:\"Fly-In | Verification | Wine Shop\";s:9:\"thumbnail\";s:92:\"https://library.elementor.com/wp-content/uploads/2022/03/45-Verification-Wine-Shop-Small.jpg\";s:12:\"tmpl_created\";i:1647872627;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:135:\"https://library.elementor.com/popups/fly-in-verification-wine-shop/?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:6:\"fly-in\";s:4:\"tags\";s:16:\"[\"Verification\"]\";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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:114;a:19:{s:4:\"tmpl\";i:1421;s:2:\"id\";i:24235;s:5:\"title\";s:24:\"Ladydog Club &#8211; NFT\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2022/05/Ladydog_Club.jpg\";s:12:\"tmpl_created\";i:1651525072;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/lp/ladydog-club-nft/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:3:\"NFT\";s:4:\"tags\";s:100:\"[\"Art\",\"Author\",\"Business\",\"Creative\",\"Design\",\"Gallery\",\"Landing Pages\",\"NFT\",\"Products\",\"Virtual\"]\";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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:115;a:19:{s:4:\"tmpl\";i:1422;s:2:\"id\";i:24166;s:5:\"title\";s:15:\"Dot &#8211; NFT\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2022/05/Dot-250_280.jpg\";s:12:\"tmpl_created\";i:1651525117;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/lp/dot-nft/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:3:\"NFT\";s:4:\"tags\";s:100:\"[\"Art\",\"Author\",\"Business\",\"Creative\",\"Design\",\"Gallery\",\"Landing Pages\",\"NFT\",\"Products\",\"Virtual\"]\";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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:116;a:19:{s:4:\"tmpl\";i:1423;s:2:\"id\";i:24191;s:5:\"title\";s:28:\"Cosmic Neighbors &#8211; NFT\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2022/05/Cosmic_Neighbors-250_280.jpg\";s:12:\"tmpl_created\";i:1651525124;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/lp/cosmic-neighbors-nft/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:3:\"NFT\";s:4:\"tags\";s:100:\"[\"Art\",\"Author\",\"Business\",\"Creative\",\"Design\",\"Gallery\",\"Landing Pages\",\"NFT\",\"Products\",\"Virtual\"]\";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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:117;a:19:{s:4:\"tmpl\";i:1424;s:2:\"id\";i:24255;s:5:\"title\";s:30:\"Happy Food Friends &#8211; NFT\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2022/05/Featured_Image.jpg\";s:12:\"tmpl_created\";i:1651525475;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/lp/happy-food-friends-nft/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:3:\"NFT\";s:4:\"tags\";s:100:\"[\"Art\",\"Author\",\"Business\",\"Creative\",\"Design\",\"Gallery\",\"Landing Pages\",\"NFT\",\"Products\",\"Virtual\"]\";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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:118;a:19:{s:4:\"tmpl\";i:1443;s:2:\"id\";i:24599;s:5:\"title\";s:27:\"Wireframe &#8211; Courses 1\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Courses-1.jpg\";s:12:\"tmpl_created\";i:1653989626;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/lp/wireframe-courses-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:9:\"Wireframe\";s:4:\"tags\";s:180:\"[\"About\",\"Academy\",\"Booking\",\"Business\",\"Course Online\",\"Features\",\"Footer\",\"Landing Pages\",\"Online Service\",\"Professional\",\"School\",\"Services\",\"Subscribe\",\"Teacher\",\"Testimonial\"]\";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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:119;a:19:{s:4:\"tmpl\";i:1444;s:2:\"id\";i:24614;s:5:\"title\";s:28:\"Wireframe &#8211; Services 1\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Services-1-2.jpg\";s:12:\"tmpl_created\";i:1653990084;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/lp/wireframe-services-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"Wireframe\";s:4:\"tags\";s:139:\"[\"About\",\"Business\",\"Contact\",\"Features\",\"Footer\",\"Form\",\"Header\",\"Landing Pages\",\"Online Service\",\"Professional\",\"Services\",\"Testimonial\"]\";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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:120;a:19:{s:4:\"tmpl\";i:1445;s:2:\"id\";i:24629;s:5:\"title\";s:28:\"Wireframe &#8211; Services 2\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Services-2-2.jpg\";s:12:\"tmpl_created\";i:1653990132;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/lp/wireframe-services-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"Wireframe\";s:4:\"tags\";s:123:\"[\"About\",\"Business\",\"Contact\",\"Features\",\"Footer\",\"Form\",\"Gallery\",\"Landing Pages\",\"Professional\",\"Services\",\"Testimonial\"]\";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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:121;a:19:{s:4:\"tmpl\";i:1446;s:2:\"id\";i:24644;s:5:\"title\";s:27:\"Wireframe &#8211; Webinar 1\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Webinar-1.jpg\";s:12:\"tmpl_created\";i:1653990164;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/lp/wireframe-webinar-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"Wireframe\";s:4:\"tags\";s:177:\"[\"About\",\"Academy\",\"Booking\",\"Conference\",\"Course Online\",\"Education\",\"Features\",\"Footer\",\"Form\",\"Landing Pages\",\"Online Event\",\"Online Service\",\"Subscribe\",\"Virtual\",\"Webinar\"]\";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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:122;a:19:{s:4:\"tmpl\";i:1447;s:2:\"id\";i:24655;s:5:\"title\";s:28:\"Wireframe &#8211; Services 3\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Services-3-2.jpg\";s:12:\"tmpl_created\";i:1653990198;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/lp/wireframe-services-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"Wireframe\";s:4:\"tags\";s:143:\"[\"About\",\"Agency\",\"Business\",\"Contact\",\"Footer\",\"Form\",\"Gallery\",\"Landing Pages\",\"Portfolio\",\"Professional\",\"Project\",\"Services\",\"Testimonial\"]\";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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:123;a:19:{s:4:\"tmpl\";i:1448;s:2:\"id\";i:24677;s:5:\"title\";s:28:\"Wireframe &#8211; Services 4\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Services-4.jpg\";s:12:\"tmpl_created\";i:1653990233;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/lp/wireframe-services-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"Wireframe\";s:4:\"tags\";s:102:\"[\"About\",\"Business\",\"Contact\",\"Footer\",\"Form\",\"Landing Pages\",\"Professional\",\"Services\",\"Testimonial\"]\";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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:124;a:19:{s:4:\"tmpl\";i:1449;s:2:\"id\";i:24687;s:5:\"title\";s:28:\"Wireframe &#8211; Products 1\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Products-1.jpg\";s:12:\"tmpl_created\";i:1653990273;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/lp/wireframe-products-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:9:\"Wireframe\";s:4:\"tags\";s:128:\"[\"About\",\"Booking\",\"Business\",\"Clients\",\"Ecommerce\",\"Features\",\"Footer\",\"Landing Pages\",\"Products\",\"Sales\",\"Shop\",\"Testimonial\"]\";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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:125;a:19:{s:4:\"tmpl\";i:1450;s:2:\"id\";i:24706;s:5:\"title\";s:28:\"Wireframe &#8211; Services 5\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Services-5.jpg\";s:12:\"tmpl_created\";i:1653990322;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/lp/wireframe-services-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"Wireframe\";s:4:\"tags\";s:149:\"[\"About\",\"Booking\",\"Consulting\",\"Contact\",\"Doctor\",\"Footer\",\"Form\",\"Header\",\"Landing Pages\",\"Online Service\",\"Professional\",\"Services\",\"Testimonial\"]\";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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:126;a:19:{s:4:\"tmpl\";i:1451;s:2:\"id\";i:23604;s:5:\"title\";s:38:\"Classic | Subscribe | Nail Polish Shop\";s:9:\"thumbnail\";s:96:\"https://library.elementor.com/wp-content/uploads/2022/03/38-Subscribe-Nail-Polish-Shop-Small.jpg\";s:12:\"tmpl_created\";i:1660205114;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:140:\"https://library.elementor.com/popups/classic-subscribe-nail-polish-shop/?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:7:\"classic\";s:4:\"tags\";s:20:\"[\"Blog\",\"Subscribe\"]\";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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:127;a:19:{s:4:\"tmpl\";i:1452;s:2:\"id\";i:23047;s:5:\"title\";s:46:\"Fly-In | Contact | Health &#038; Fitness eBook\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2022/03/fitness-ebook-small.jpg\";s:12:\"tmpl_created\";i:1660205149;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:141:\"https://library.elementor.com/popups/fly-in-contact-health-fitness-ebook/?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:6:\"fly-in\";s:4:\"tags\";s:28:\"[\"Contact\",\"Ebook\",\"Health\"]\";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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:128;a:19:{s:4:\"tmpl\";i:1199;s:2:\"id\";i:18839;s:5:\"title\";s:27:\"Hello Bar | CTA | eCommerce\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2021/05/350x250.png\";s:12:\"tmpl_created\";i:1621870603;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/popups/hello-bar-cta-ecommerce/?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:9:\"hello bar\";s:4:\"tags\";s:41:\"[\"Ecommerce\",\"Online Shop\",\"Sale\",\"Shop\"]\";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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:129;a:19:{s:4:\"tmpl\";i:1247;s:2:\"id\";i:21907;s:5:\"title\";s:50:\"Fly-In | Team Details  | Electronic Music Festival\";s:9:\"thumbnail\";s:104:\"https://library.elementor.com/wp-content/uploads/2022/03/Kit-8-electronic-music-festival-CTA-image-1.jpg\";s:12:\"tmpl_created\";i:1646660881;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:157:\"https://library.elementor.com/popups/fly-in-team-details-popup-electronic-music-festival/?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:6:\"fly-in\";s:4:\"tags\";s:8:\"[\"Team\"]\";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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:130;a:19:{s:4:\"tmpl\";i:1253;s:2:\"id\";i:22162;s:5:\"title\";s:46:\"Full Screen | Menu | Electronic Music Festival\";s:9:\"thumbnail\";s:90:\"https://library.elementor.com/wp-content/uploads/2022/03/8-music-festival-Team-Details.jpg\";s:12:\"tmpl_created\";i:1647272934;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:154:\"https://library.elementor.com/popups/full-screen-menu-popup-electronic-music-festival/?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:11:\"full screen\";s:4:\"tags\";s:21:\"[\"Fullscreen\",\"menu\"]\";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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:131;a:19:{s:4:\"tmpl\";i:1254;s:2:\"id\";i:22172;s:5:\"title\";s:45:\"Classic | Discount | Health &#038; Beauty Spa\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/03/health-beauty-spa-small.jpg\";s:12:\"tmpl_created\";i:1647273547;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:146:\"https://library.elementor.com/popups/classic-discount-popup-health-beauty-spa/?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:7:\"classic\";s:4:\"tags\";s:36:\"[\"Hair\",\"Health\",\"Sales\",\"Services\"]\";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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:132;a:19:{s:4:\"tmpl\";i:1255;s:2:\"id\";i:22183;s:5:\"title\";s:44:\"Hello Bar | CTA | Environmental Organization\";s:9:\"thumbnail\";s:104:\"https://library.elementor.com/wp-content/uploads/2022/03/11-Environmental-Organization-Click-Through.jpg\";s:12:\"tmpl_created\";i:1647274384;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:152:\"https://library.elementor.com/popups/hello-bar-cta-popup-environmental-organization/?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:9:\"hello bar\";s:4:\"tags\";s:7:\"[\"cta\"]\";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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:133;a:19:{s:4:\"tmpl\";i:1256;s:2:\"id\";i:22195;s:5:\"title\";s:39:\"Classic | Discount | Italian Restaurant\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2022/03/restaurant-small.jpg\";s:12:\"tmpl_created\";i:1647329432;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:147:\"https://library.elementor.com/popups/classic-discount-popup-italian-restaurant/?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:7:\"classic\";s:4:\"tags\";s:22:\"[\"Restaurant\",\"Sales\"]\";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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:134;a:19:{s:4:\"tmpl\";i:1257;s:2:\"id\";i:22210;s:5:\"title\";s:45:\"Bottom Bar | Discount | Technology Conference\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/03/tech-conference-small.jpg\";s:12:\"tmpl_created\";i:1647330423;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:153:\"https://library.elementor.com/popups/bottom-bar-discount-popup-technology-conference/?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:10:\"bottom bar\";s:4:\"tags\";s:38:\"[\"Conference\",\"Sales\",\"Save the Date\"]\";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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:135;a:19:{s:4:\"tmpl\";i:1258;s:2:\"id\";i:22221;s:5:\"title\";s:32:\"Hello Bar | Menu | Tattoo Studio\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/03/tattoo-studio-small-1.jpg\";s:12:\"tmpl_created\";i:1647330705;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:140:\"https://library.elementor.com/popups/hello-bar-menu-popup-tattoo-studio/?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:9:\"hello bar\";s:4:\"tags\";s:17:\"[\"Header\",\"menu\"]\";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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:136;a:19:{s:4:\"tmpl\";i:1259;s:2:\"id\";i:22231;s:5:\"title\";s:37:\"Full Screen | Booking | Tattoo Studio\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2022/03/tattoo-studio-small.jpg\";s:12:\"tmpl_created\";i:1647331823;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:145:\"https://library.elementor.com/popups/full-screen-booking-popup-tattoo-studio/?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:11:\"full screen\";s:4:\"tags\";s:32:\"[\"Booking\",\"Contact\",\"Services\"]\";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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:137;a:19:{s:4:\"tmpl\";i:1260;s:2:\"id\";i:22251;s:5:\"title\";s:34:\"Classic | Discount | Dental Clinic\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2022/03/dental-clinic-small.jpg\";s:12:\"tmpl_created\";i:1647332171;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:142:\"https://library.elementor.com/popups/classic-discount-popup-dental-clinic/?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:7:\"classic\";s:4:\"tags\";s:30:\"[\"Health\",\"Marketing\",\"Sales\"]\";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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:138;a:19:{s:4:\"tmpl\";i:1261;s:2:\"id\";i:22261;s:5:\"title\";s:34:\"Slide-In | Contact | Makeup Artist\";s:9:\"thumbnail\";s:88:\"https://library.elementor.com/wp-content/uploads/2022/03/20-Makeup-Artist-Contact-Us.jpg\";s:12:\"tmpl_created\";i:1647333946;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:142:\"https://library.elementor.com/popups/slide-in-contact-popup-makeup-artist/?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:33:\"[\"Business\",\"Contact\",\"Services\"]\";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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:139;a:19:{s:4:\"tmpl\";i:1262;s:2:\"id\";i:22271;s:5:\"title\";s:24:\"Fly-In | CTA | Headphone\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2022/03/headphones-1-small.jpg\";s:12:\"tmpl_created\";i:1647334784;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/fly-in-cta-popup-headphone/?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:6:\"fly-in\";s:4:\"tags\";s:41:\"[\"cta\",\"Ecommerce\",\"Marketing\",\"Product\"]\";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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:140;a:19:{s:4:\"tmpl\";i:1263;s:2:\"id\";i:22277;s:5:\"title\";s:29:\"Classic | CTA | Online Course\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2022/03/online-course-2.jpg\";s:12:\"tmpl_created\";i:1647337110;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:137:\"https://library.elementor.com/popups/classic-cta-popup-online-course/?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:7:\"classic\";s:4:\"tags\";s:35:\"[\"Course Online\",\"cta\",\"Marketing\"]\";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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:141;a:19:{s:4:\"tmpl\";i:1264;s:2:\"id\";i:22283;s:5:\"title\";s:40:\"Bottom Bar | Contact | Virtual Assistant\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2022/03/virtual-assistant-3.jpg\";s:12:\"tmpl_created\";i:1647337517;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:148:\"https://library.elementor.com/popups/bottom-bar-contact-popup-virtual-assistant/?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:10:\"bottom bar\";s:4:\"tags\";s:33:\"[\"Business\",\"Contact\",\"Services\"]\";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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:142;a:19:{s:4:\"tmpl\";i:1265;s:2:\"id\";i:22289;s:5:\"title\";s:32:\"Fly-In | Contact | Private Tutor\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2022/03/private-tutor-4.jpg\";s:12:\"tmpl_created\";i:1647337676;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:140:\"https://library.elementor.com/popups/fly-in-contact-popup-private-tutor/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:27:\"[\"Contact\",\"Course Online\"]\";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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:143;a:19:{s:4:\"tmpl\";i:1266;s:2:\"id\";i:22295;s:5:\"title\";s:31:\"Classic |  Login | Login Travel\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2022/03/login-travel-6.jpg\";s:12:\"tmpl_created\";i:1647339467;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:138:\"https://library.elementor.com/popups/classic-login-popup-login-travel/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:9:\"[\"Login\"]\";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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:144;a:19:{s:4:\"tmpl\";i:1267;s:2:\"id\";i:22301;s:5:\"title\";s:36:\"Full Screen | Login | Login Business\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2022/03/login-business-7.jpg\";s:12:\"tmpl_created\";i:1647339782;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:144:\"https://library.elementor.com/popups/full-screen-login-popup-login-business/?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:11:\"full screen\";s:4:\"tags\";s:16:\"[\"Login\",\"SaaS\"]\";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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:145;a:19:{s:4:\"tmpl\";i:1268;s:2:\"id\";i:22307;s:5:\"title\";s:28:\"Classic | Login | Login Blog\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2022/03/login-blog-8.jpg\";s:12:\"tmpl_created\";i:1647339986;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:136:\"https://library.elementor.com/popups/classic-login-popup-login-blog/?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:7:\"classic\";s:4:\"tags\";s:16:\"[\"Blog\",\"Login\"]\";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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:146;a:19:{s:4:\"tmpl\";i:1269;s:2:\"id\";i:22313;s:5:\"title\";s:31:\"Classic | Login | Login Fashion\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2022/03/login-fashion-9.jpg\";s:12:\"tmpl_created\";i:1647340204;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:139:\"https://library.elementor.com/popups/classic-login-popup-login-fashion/?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:7:\"classic\";s:4:\"tags\";s:19:\"[\"Fashion\",\"Login\"]\";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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:147;a:19:{s:4:\"tmpl\";i:1270;s:2:\"id\";i:22319;s:5:\"title\";s:40:\"Classic |  Login | Login Design Platform\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2022/03/login-design-platform-10.jpg\";s:12:\"tmpl_created\";i:1647340531;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:147:\"https://library.elementor.com/popups/classic-login-popup-login-design-platform/?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:7:\"classic\";s:4:\"tags\";s:25:\"[\"Design\",\"Login\",\"SaaS\"]\";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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:148;a:19:{s:4:\"tmpl\";i:1271;s:2:\"id\";i:22325;s:5:\"title\";s:36:\"Fly-In | Contact | Digital Marketing\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/03/digital-marketing-11.jpg\";s:12:\"tmpl_created\";i:1647340770;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:144:\"https://library.elementor.com/popups/fly-in-contact-popup-digital-marketing/?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:6:\"fly-in\";s:4:\"tags\";s:51:\"[\"Business\",\"Contact\",\"Digital Agency\",\"Marketing\"]\";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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:149;a:19:{s:4:\"tmpl\";i:1272;s:2:\"id\";i:22331;s:5:\"title\";s:36:\"Fly-In | CTA | Dog Cat Food Delivery\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/03/dog-cat-food-delivery-5.jpg\";s:12:\"tmpl_created\";i:1647341069;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:144:\"https://library.elementor.com/popups/fly-in-cta-popup-dog-cat-food-delivery/?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:6:\"fly-in\";s:4:\"tags\";s:33:\"[\"cta\",\"Delivery Service\",\"Pets\"]\";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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:150;a:19:{s:4:\"tmpl\";i:1273;s:2:\"id\";i:22337;s:5:\"title\";s:37:\"Full Screen | Contact | Design Studio\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2022/03/design-studio-12.jpg\";s:12:\"tmpl_created\";i:1647341370;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:145:\"https://library.elementor.com/popups/full-screen-contact-popup-design-studio/?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:11:\"full screen\";s:4:\"tags\";s:39:\"[\"Business\",\"Contact\",\"Digital Agency\"]\";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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:151;a:19:{s:4:\"tmpl\";i:1274;s:2:\"id\";i:22343;s:5:\"title\";s:44:\"Classic | Contact | Support Product Platform\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2022/03/support-13.jpg\";s:12:\"tmpl_created\";i:1647341972;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:146:\"https://library.elementor.com/popups/classic-contact-support-product-platform/?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:7:\"classic\";s:4:\"tags\";s:21:\"[\"Contact\",\"Support\"]\";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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:152;a:19:{s:4:\"tmpl\";i:1275;s:2:\"id\";i:22371;s:5:\"title\";s:38:\"Full Screen | Contact | Small Business\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/03/small-business-14.jpg\";s:12:\"tmpl_created\";i:1647342508;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:140:\"https://library.elementor.com/popups/full-screen-contact-small-business/?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:11:\"full screen\";s:4:\"tags\";s:40:\"[\"Business\",\"Contact\",\"Interior Design\"]\";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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:153;a:19:{s:4:\"tmpl\";i:1276;s:2:\"id\";i:22377;s:5:\"title\";s:31:\"Classic | Contact | Online Shop\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2022/03/online-shop-15.jpg\";s:12:\"tmpl_created\";i:1647352786;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/classic-contact-online-shop/?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:7:\"classic\";s:4:\"tags\";s:11:\"[\"Contact\"]\";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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:154;a:19:{s:4:\"tmpl\";i:1277;s:2:\"id\";i:22383;s:5:\"title\";s:40:\"Classic | Booking | Children Optometrist\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/03/children-optometrist-16.jpg\";s:12:\"tmpl_created\";i:1647352963;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:142:\"https://library.elementor.com/popups/classic-booking-children-optometrist/?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:7:\"classic\";s:4:\"tags\";s:53:\"[\"Booking\",\"Business\",\"Contact\",\"Education\",\"Health\"]\";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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:155;a:19:{s:4:\"tmpl\";i:1278;s:2:\"id\";i:22389;s:5:\"title\";s:28:\"Fly-In | Contact | Open Week\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2022/03/open-week17.jpg\";s:12:\"tmpl_created\";i:1647353281;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/popups/fly-in-contact-open-week/?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:6:\"fly-in\";s:4:\"tags\";s:34:\"[\"Business\",\"Contact\",\"Marketing\"]\";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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:156;a:19:{s:4:\"tmpl\";i:1279;s:2:\"id\";i:22397;s:5:\"title\";s:43:\"Full Screen | CTA | Plant Pots Online Store\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2022/03/plant-pots-online-store-18.jpg\";s:12:\"tmpl_created\";i:1647353429;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:145:\"https://library.elementor.com/popups/full-screen-cta-plant-pots-online-store/?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:11:\"full screen\";s:4:\"tags\";s:33:\"[\"Ecommerce\",\"Marketing\",\"Sales\"]\";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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:157;a:19:{s:4:\"tmpl\";i:1054;s:2:\"id\";i:15414;s:5:\"title\";s:32:\"Classic | Contact | Dance Studio\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/10/PopUp.jpg\";s:12:\"tmpl_created\";i:1603180596;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/popups/classic-contact-dance-studio/?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:7:\"classic\";s:4:\"tags\";s:16:\"[\"Dance Studio\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:762;s:11:\"trend_index\";i:650;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:158;a:19:{s:4:\"tmpl\";i:1398;s:2:\"id\";i:23687;s:5:\"title\";s:32:\"Pizza Promotion &#8211; Business\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2022/04/48-Pizza-Promotion.jpg\";s:12:\"tmpl_created\";i:1649670575;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/lp/pizza-promotion-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:92:\"[\"Business\",\"Cooking\",\"Delivery\",\"Discount\",\"Fast Food\",\"Food\",\"Landing Pages\",\"Restaurant\"]\";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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:159;a:19:{s:4:\"tmpl\";i:1400;s:2:\"id\";i:23751;s:5:\"title\";s:33:\"Baby Sleep Webinar &#8211; Events\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/04/63-Baby-Sleep-Webinar.jpg\";s:12:\"tmpl_created\";i:1649676065;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/lp/baby-sleep-webinar-events/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"Events\";s:4:\"tags\";s:227:\"[\"Baby\",\"Booking\",\"Business\",\"Children\",\"Course Online\",\"Education\",\"Events\",\"Health\",\"Landing Pages\",\"Life Coach\",\"Lifestyle\",\"Online Event\",\"Online Service\",\"Parenting\",\"Professional\",\"Remote\",\"Services\",\"Training\",\"Webinar\"]\";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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:160;a:19:{s:4:\"tmpl\";i:1401;s:2:\"id\";i:23776;s:5:\"title\";s:34:\"Ski Hotel Promotion &#8211; Travel\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2022/04/64-Ski-Hotel-Promotion.jpg\";s:12:\"tmpl_created\";i:1649691720;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/lp/ski-hotel-promotion-travel/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"Travel\";s:4:\"tags\";s:118:\"[\"Accommodation\",\"Booking\",\"Discount. Landing Pages\",\"Lifestyle\",\"Luxury\",\"Services\",\"Spa\",\"Travel\",\"Trip\",\"Vacation\"]\";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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:161;a:19:{s:4:\"tmpl\";i:1402;s:2:\"id\";i:23804;s:5:\"title\";s:30:\"Cake Delivery &#8211; Business\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2022/04/67-Cake-Delivery.jpg\";s:12:\"tmpl_created\";i:1649692909;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/lp/cake-delivery-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:101:\"[\"Bakery\",\"Business\",\"Cake\",\"Cooking\",\"Delivery\",\"Discount\",\"Food\",\"Landing Pages\",\"Products\",\"Shop\"]\";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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:162;a:19:{s:4:\"tmpl\";i:1403;s:2:\"id\";i:23832;s:5:\"title\";s:32:\"Furniture Store &#8211; Business\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2022/04/87-Furniture-Store.jpg\";s:12:\"tmpl_created\";i:1649694812;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/lp/furniture-store-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:232:\"[\"Architecture\",\"Art\",\"Business\",\"Construction\",\"Coupon\",\"Creative\",\"Decor\",\"Designer\",\"Discount\",\"Fashion\",\"Furniture Design\",\"Home\",\"House\",\"Interior Design\",\"Landing Pages\",\"Lifestyle\",\"Products\",\"Professional\",\"Services\",\"Shop\"]\";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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:163;a:19:{s:4:\"tmpl\";i:1404;s:2:\"id\";i:23746;s:5:\"title\";s:22:\"Nails &#8211; Business\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2022/04/62-Nails-1.jpg\";s:12:\"tmpl_created\";i:1649704635;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/lp/nails-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:173:\"[\"Art\",\"Beauty\",\"Business\",\"Colorful\",\"Cosmetics\",\"Creative\",\"Design\",\"Discount\",\"Fashion\",\"Girly\",\"Landing Pages\",\"Lifestyle\",\"Manicure\",\"Modern\",\"Professional\",\"Services\"]\";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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:164;a:19:{s:4:\"tmpl\";i:1405;s:2:\"id\";i:23846;s:5:\"title\";s:29:\"Music Festival &#8211; Events\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/04/88-Music-Festival.jpg\";s:12:\"tmpl_created\";i:1649707763;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/lp/music-festival-events/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:6:\"Events\";s:4:\"tags\";s:128:\"[\"Author\",\"Booking\",\"Business\",\"Creative\",\"Discount\",\"Events\",\"Landing Pages\",\"Music\",\"Online\",\"Online Event\",\"Party\",\"Virtual\"]\";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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:165;a:19:{s:4:\"tmpl\";i:1406;s:2:\"id\";i:23872;s:5:\"title\";s:40:\"Fashion Styling Course &#8211; Education\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2022/04/89-Fashion-Styling-Course.jpg\";s:12:\"tmpl_created\";i:1649708569;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/lp/fashion-styling-course-education/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"Education\";s:4:\"tags\";s:173:\"[\"Aesthetic\",\"Art\",\"Beauty\",\"Business\",\"Course Online\",\"Creative\",\"Discount\",\"Education\",\"Fashion\",\"Landing Pages\",\"Lifestyle\",\"Online\",\"Online Service\",\"Stylist\",\"Virtual\"]\";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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:166;a:19:{s:4:\"tmpl\";i:1407;s:2:\"id\";i:23897;s:5:\"title\";s:33:\"Bags Online Shop &#8211; Business\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2022/04/90-Bags-Online-Shop.jpg\";s:12:\"tmpl_created\";i:1649709513;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/lp/bags-online-shop-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:170:\"[\"Art\",\"Bag\",\"Business\",\"Creative\",\"Design\",\"Discount\",\"Fashion\",\"Landing Pages\",\"Lifestyle\",\"Luxury\",\"Modern\",\"Online\",\"Online Shop\",\"Products\",\"Sales\",\"Shop\",\"Stylist\"]\";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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:167;a:19:{s:4:\"tmpl\";i:1408;s:2:\"id\";i:23932;s:5:\"title\";s:32:\"Cooking Academy &#8211; Business\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2022/04/91-Cooking-Academy.jpg\";s:12:\"tmpl_created\";i:1649710216;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/lp/cooking-academy-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:145:\"[\"Academy\",\"Booking\",\"Business\",\"Chef\",\"Cooking\",\"Education\",\"Food\",\"Free Trial\",\"Landing Pages\",\"Professional\",\"School\",\"Teacher\",\"Testimonial\"]\";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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:168;a:19:{s:4:\"tmpl\";i:1409;s:2:\"id\";i:23970;s:5:\"title\";s:45:\"Ophthalmology Medical Clinic &#8211; Business\";s:9:\"thumbnail\";s:92:\"https://library.elementor.com/wp-content/uploads/2022/04/92-Ophthalmology-Medical-Clinic.jpg\";s:12:\"tmpl_created\";i:1649711096;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:139:\"https://library.elementor.com/lp/ophthalmology-medical-clinic-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:165:\"[\"About\",\"Business\",\"Care\",\"Consulting\",\"Eye\",\"Free Trial\",\"Glasses\",\"Health\",\"Landing Pages\",\"Lifestyle\",\"Medical\",\"Modern\",\"Optometrist\",\"Professional\",\"Services\"]\";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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:169;a:19:{s:4:\"tmpl\";i:1425;s:2:\"id\";i:24331;s:5:\"title\";s:24:\"Wireframe &#8211; Home 1\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Home-1.jpg\";s:12:\"tmpl_created\";i:1653988363;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/wireframe-home-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:102:\"[\"Business\",\"Contact\",\"Features\",\"Footer\",\"Header\",\"Homepage\",\"Professional\",\"Services\",\"Testimonial\"]\";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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:170;a:19:{s:4:\"tmpl\";i:1218;s:2:\"id\";i:20792;s:5:\"title\";s:26:\"Luxury Car &#8211; Product\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2021/11/250x280-1.jpg\";s:12:\"tmpl_created\";i:1636903770;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/lp/luxury-car-product/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"Product\";s:4:\"tags\";s:54:\"[\"car\",\"Ecommerce\",\"Landing Pages\",\"Luxury\",\"Product\"]\";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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:171;a:19:{s:4:\"tmpl\";i:1428;s:2:\"id\";i:24398;s:5:\"title\";s:25:\"Wireframe &#8211; About 1\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-About-1.jpg\";s:12:\"tmpl_created\";i:1653988534;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/wireframe-about-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:83:\"[\"About\",\"Business\",\"Contact\",\"Features\",\"Footer\",\"Professional\",\"Services\",\"Team\"]\";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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:172;a:19:{s:4:\"tmpl\";i:991;s:2:\"id\";i:13413;s:5:\"title\";s:33:\"Classic | Contact | Online Course\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/04/PopUp-Help.jpg\";s:12:\"tmpl_created\";i:1587474761;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:135:\"https://library.elementor.com/popups/classic-contact-online-course/?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:7:\"classic\";s:4:\"tags\";s:29:\"[\"Course Online\",\"Education\"]\";s:10:\"menu_order\";i:2;s:16:\"popularity_index\";i:530;s:11:\"trend_index\";i:369;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:173;a:19:{s:4:\"tmpl\";i:1053;s:2:\"id\";i:15272;s:5:\"title\";s:32:\"Classic | Contact | Psychologist\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/09/PopUp.png\";s:12:\"tmpl_created\";i:1600170487;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/popups/classic-contact-psychologist/?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:7:\"classic\";s:4:\"tags\";s:34:\"[\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:3;s:16:\"popularity_index\";i:578;s:11:\"trend_index\";i:312;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:174;a:19:{s:4:\"tmpl\";i:899;s:2:\"id\";i:11839;s:5:\"title\";s:9:\"Portfolio\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2019/09/Header_small.png\";s:12:\"tmpl_created\";i:1569430015;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/portfolio-9/?utm_source=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:6:\"header\";s:4:\"tags\";s:43:\"[\"creative portfolio\",\"header\",\"portfolio\"]\";s:10:\"menu_order\";i:3;s:16:\"popularity_index\";i:189;s:11:\"trend_index\";i:20;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:175;a:19:{s:4:\"tmpl\";i:1433;s:2:\"id\";i:24477;s:5:\"title\";s:27:\"Wireframe &#8211; Gallery 2\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Gallery-2.jpg\";s:12:\"tmpl_created\";i:1653988835;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/wireframe-gallery-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:82:\"[\"Business\",\"Contact\",\"Design\",\"Footer\",\"Gallery\",\"Header\",\"Portfolio\",\"Services\"]\";s:10:\"menu_order\";i:3;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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:176;a:19:{s:4:\"tmpl\";i:1205;s:2:\"id\";i:20233;s:5:\"title\";s:32:\"Art Magazine &#8211; Coming Soon\";s:9:\"thumbnail\";s:95:\"https://library.elementor.com/wp-content/uploads/2021/10/Art-Magazine-Coming-Soon-250x280-1.jpg\";s:12:\"tmpl_created\";i:1633881371;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/lp/art-magazine-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:16:\"Coming Soon Page\";s:4:\"tags\";s:48:\"[\"Art\",\"Coming Soon\",\"Landing Pages\",\"Magazine\"]\";s:10:\"menu_order\";i:3;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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:177;a:19:{s:4:\"tmpl\";i:1214;s:2:\"id\";i:20539;s:5:\"title\";s:31:\"Design Blog &#8211; Coming Soon\";s:9:\"thumbnail\";s:94:\"https://library.elementor.com/wp-content/uploads/2021/10/Design-Blog-Coming-Soon-250x280-1.jpg\";s:12:\"tmpl_created\";i:1634022706;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/lp/design-blog-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:16:\"Coming Soon Page\";s:4:\"tags\";s:47:\"[\"Blog\",\"Coming Soon\",\"Design\",\"Landing Pages\"]\";s:10:\"menu_order\";i:4;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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:178;a:19:{s:4:\"tmpl\";i:1224;s:2:\"id\";i:21013;s:5:\"title\";s:24:\"Restaurant &#8211; About\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2021/12/7-About-Restaurant.jpg\";s:12:\"tmpl_created\";i:1638795588;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/restaurant-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:36:\"[\"About\",\"Chef\",\"Food\",\"Restaurant\"]\";s:10:\"menu_order\";i:4;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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:179;a:19:{s:4:\"tmpl\";i:992;s:2:\"id\";i:13402;s:5:\"title\";s:29:\"Classic | CTA | Online Course\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2020/04/Popup-Course-Completed.jpg\";s:12:\"tmpl_created\";i:1587474772;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/popups/classic-cta-online-course/?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:7:\"classic\";s:4:\"tags\";s:29:\"[\"Course Online\",\"Education\"]\";s:10:\"menu_order\";i:4;s:16:\"popularity_index\";i:619;s:11:\"trend_index\";i:582;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:180;a:19:{s:4:\"tmpl\";i:1206;s:2:\"id\";i:20254;s:5:\"title\";s:41:\"Digital Marketing Agency &#8211; Business\";s:9:\"thumbnail\";s:95:\"https://library.elementor.com/wp-content/uploads/2021/10/Digital-Marketing-Agency-250x280-1.jpg\";s:12:\"tmpl_created\";i:1633882427;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:135:\"https://library.elementor.com/lp/digital-marketing-agency-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:65:\"[\"Agency\",\"Business\",\"Digital Agency\",\"Landing Pages\",\"Services\"]\";s:10:\"menu_order\";i:5;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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:181;a:19:{s:4:\"tmpl\";i:1235;s:2:\"id\";i:21281;s:5:\"title\";s:25:\"Law Firm &#8211; Services\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2021/12/16-Services-Law-firm.jpg\";s:12:\"tmpl_created\";i:1638819128;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/law-firm-services-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:56:\"[\"Consulting\",\"Law\",\"Law Firm\",\"Services\",\"Testimonial\"]\";s:10:\"menu_order\";i:5;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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:182;a:19:{s:4:\"tmpl\";i:1017;s:2:\"id\";i:14111;s:5:\"title\";s:36:\"Classic | Japanese restaurant | Sale\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2020/06/Pop-Up-Page-Small.jpg\";s:12:\"tmpl_created\";i:1592300400;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:138:\"https://library.elementor.com/popups/classic-japanese-restaurant-sale/?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:7:\"classic\";s:4:\"tags\";s:32:\"[\"Food\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:5;s:16:\"popularity_index\";i:717;s:11:\"trend_index\";i:697;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:183;a:19:{s:4:\"tmpl\";i:1213;s:2:\"id\";i:20509;s:5:\"title\";s:40:\"Dogs Adoption &#8211; Social Involvement\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2021/10/Dog-Adoption-250x280-1.jpg\";s:12:\"tmpl_created\";i:1634022353;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/lp/dogs-adoption-social-involvement/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:18:\"Social Involvement\";s:4:\"tags\";s:49:\"[\"Adoption\",\"Involvement\",\"Landing Pages\",\"Pets\"]\";s:10:\"menu_order\";i:6;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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:184;a:19:{s:4:\"tmpl\";i:1233;s:2:\"id\";i:21205;s:5:\"title\";s:29:\"Photographer &#8211; Projects\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2021/12/25-Projects-Photographer.jpg\";s:12:\"tmpl_created\";i:1638818372;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/photographer-projects/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:43:\"[\"Black and white\",\"Photography\",\"Project\"]\";s:10:\"menu_order\";i:6;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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:185;a:19:{s:4:\"tmpl\";i:993;s:2:\"id\";i:13422;s:5:\"title\";s:30:\"Classic | Menu | Online Course\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/04/PopUp-Menu.jpg\";s:12:\"tmpl_created\";i:1587474782;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/classic-menu-online-course/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:29:\"[\"Course Online\",\"Education\"]\";s:10:\"menu_order\";i:6;s:16:\"popularity_index\";i:516;s:11:\"trend_index\";i:432;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:186;a:19:{s:4:\"tmpl\";i:925;s:2:\"id\";i:12540;s:5:\"title\";s:33:\"Classic | Menu | Travel and tours\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2019/12/PopUp_Menu_s.png\";s:12:\"tmpl_created\";i:1575960267;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:135:\"https://library.elementor.com/popups/classic-menu-travel-and-tours/?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:7:\"classic\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:7;s:16:\"popularity_index\";i:690;s:11:\"trend_index\";i:714;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:187;a:19:{s:4:\"tmpl\";i:1208;s:2:\"id\";i:20361;s:5:\"title\";s:51:\"Exercise &#038; Fitness Equipment &#8211; eCommerce\";s:9:\"thumbnail\";s:97:\"https://library.elementor.com/wp-content/uploads/2021/10/Exercise-Fitness-Equipment-250x280-1.jpg\";s:12:\"tmpl_created\";i:1633883766;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:138:\"https://library.elementor.com/lp/exercise-fitness-equipment-ecommerce/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:50:\"[\"Fitness\",\"Health\",\"Landing Pages\",\"Online Shop\"]\";s:10:\"menu_order\";i:7;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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:188;a:19:{s:4:\"tmpl\";i:1239;s:2:\"id\";i:21373;s:5:\"title\";s:28:\"Photographer &#8211; Gallery\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2021/12/18-Gallery-Photographer.jpg\";s:12:\"tmpl_created\";i:1638821177;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/photographer-gallery/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:56:\"[\"Gallery\",\"Photography\",\"Portfolio\",\"Project\",\"Travel\"]\";s:10:\"menu_order\";i:7;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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:189;a:19:{s:4:\"tmpl\";i:1426;s:2:\"id\";i:24348;s:5:\"title\";s:24:\"Wireframe &#8211; Home 2\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Home-2.jpg\";s:12:\"tmpl_created\";i:1653988444;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/wireframe-home-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:102:\"[\"Business\",\"Contact\",\"Features\",\"Footer\",\"Header\",\"Homepage\",\"Professional\",\"Services\",\"Testimonial\"]\";s:10:\"menu_order\";i:8;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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:190;a:19:{s:4:\"tmpl\";i:958;s:2:\"id\";i:13129;s:5:\"title\";s:28:\"Classic | Menu | Photography\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/02/PopUp_s.png\";s:12:\"tmpl_created\";i:1582092645;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/popups/classic-menu-photography/?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:7:\"classic\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:8;s:16:\"popularity_index\";i:646;s:11:\"trend_index\";i:521;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:191;a:19:{s:4:\"tmpl\";i:1427;s:2:\"id\";i:24366;s:5:\"title\";s:24:\"Wireframe &#8211; Home 3\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Home-3.jpg\";s:12:\"tmpl_created\";i:1653988491;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/wireframe-home-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:102:\"[\"Business\",\"Contact\",\"Features\",\"Footer\",\"Header\",\"Homepage\",\"Professional\",\"Services\",\"Testimonial\"]\";s:10:\"menu_order\";i:9;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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:192;a:19:{s:4:\"tmpl\";i:1207;s:2:\"id\";i:20299;s:5:\"title\";s:51:\"Interior Design Consultation &#8211; Online Service\";s:9:\"thumbnail\";s:99:\"https://library.elementor.com/wp-content/uploads/2021/10/Interior-Design-Consultation-250x280-1.jpg\";s:12:\"tmpl_created\";i:1633882989;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:145:\"https://library.elementor.com/lp/interior-design-consultation-online-service/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:14:\"Online Service\";s:4:\"tags\";s:65:\"[\"Consulting\",\"Interior Design\",\"Landing Pages\",\"Online Service\"]\";s:10:\"menu_order\";i:9;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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:193;a:19:{s:4:\"tmpl\";i:952;s:2:\"id\";i:12726;s:5:\"title\";s:52:\"Classic | Newsletter | Subscribe | Magazine and Blog\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2020/01/PopUp_Newsletter_s.png\";s:12:\"tmpl_created\";i:1579061019;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:152:\"https://library.elementor.com/popups/classic-newsletter-subscribe-magazine-and-blog/?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:7:\"classic\";s:4:\"tags\";s:19:\"[\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";i:9;s:16:\"popularity_index\";i:357;s:11:\"trend_index\";i:281;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:194;a:19:{s:4:\"tmpl\";i:883;s:2:\"id\";i:11468;s:5:\"title\";s:20:\"Classic | Sale | Gym\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/08/PopUp_Small.png\";s:12:\"tmpl_created\";i:1567393182;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/popups/classic-sale-gym/?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:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:10;s:16:\"popularity_index\";i:696;s:11:\"trend_index\";i:740;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:195;a:19:{s:4:\"tmpl\";i:1216;s:2:\"id\";i:20623;s:5:\"title\";s:57:\"Luxurious Camping Accommodation For Events &#8211; Events\";s:9:\"thumbnail\";s:113:\"https://library.elementor.com/wp-content/uploads/2021/10/Luxurious-Camping-Accommodation-For-Events-250x280-2.jpg\";s:12:\"tmpl_created\";i:1634041681;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:151:\"https://library.elementor.com/lp/luxurious-camping-accommodation-for-events-events/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"Events\";s:4:\"tags\";s:43:\"[\"Event\",\"Events\",\"Landing Pages\",\"Travel\"]\";s:10:\"menu_order\";i:10;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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:196;a:19:{s:4:\"tmpl\";i:1219;s:2:\"id\";i:20886;s:5:\"title\";s:28:\"Online Training &#8211; Home\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2021/12/2-Home-Online-Training.jpg\";s:12:\"tmpl_created\";i:1638784769;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/online-training-home/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:39:\"[\"Fitness\",\"Online\",\"Sport\",\"Training\"]\";s:10:\"menu_order\";i:10;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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:197;a:19:{s:4:\"tmpl\";i:1065;s:2:\"id\";i:15570;s:5:\"title\";s:33:\"Classic | Subscribe | Travel Blog\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/11/PopUp.jpg\";s:12:\"tmpl_created\";i:1606215555;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:135:\"https://library.elementor.com/popups/classic-subscribe-travel-blog/?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:7:\"classic\";s:4:\"tags\";s:17:\"[\"Blog\",\"Travel\"]\";s:10:\"menu_order\";i:11;s:16:\"popularity_index\";i:709;s:11:\"trend_index\";i:459;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:198;a:19:{s:4:\"tmpl\";i:1431;s:2:\"id\";i:24437;s:5:\"title\";s:25:\"Wireframe &#8211; About 4\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-About-4.jpg\";s:12:\"tmpl_created\";i:1653988733;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/wireframe-about-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:74:\"[\"About\",\"Business\",\"Contact\",\"Features\",\"Footer\",\"Header\",\"Professional\"]\";s:10:\"menu_order\";i:11;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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:199;a:19:{s:4:\"tmpl\";i:1210;s:2:\"id\";i:20414;s:5:\"title\";s:45:\"Online English Courses &#8211; Online Service\";s:9:\"thumbnail\";s:93:\"https://library.elementor.com/wp-content/uploads/2021/10/Online-English-Courses-250x280-1.jpg\";s:12:\"tmpl_created\";i:1633884482;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:139:\"https://library.elementor.com/lp/online-english-courses-online-service/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:14:\"Online Service\";s:4:\"tags\";s:50:\"[\"Course Online\",\"Landing Pages\",\"Online Service\"]\";s:10:\"menu_order\";i:11;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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:200;a:19:{s:4:\"tmpl\";i:1132;s:2:\"id\";i:16553;s:5:\"title\";s:31:\"Fly-In | Contact | Beauty Salon\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/12/PopUp.jpg\";s:12:\"tmpl_created\";i:1608622602;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/fly-in-contact-beauty-salon/?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:6:\"fly-in\";s:4:\"tags\";s:23:\"[\"Beauty Salon\",\"Hair\"]\";s:10:\"menu_order\";i:12;s:16:\"popularity_index\";i:691;s:11:\"trend_index\";i:428;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:201;a:19:{s:4:\"tmpl\";i:1441;s:2:\"id\";i:24574;s:5:\"title\";s:27:\"Wireframe &#8211; Contact 5\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Contact-5.jpg\";s:12:\"tmpl_created\";i:1653989135;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/wireframe-contact-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:88:\"[\"Business\",\"Contact\",\"Footer\",\"Form\",\"Google Maps\",\"Header\",\"Professional\",\"Subscribe\"]\";s:10:\"menu_order\";i:12;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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:202;a:19:{s:4:\"tmpl\";i:1217;s:2:\"id\";i:20333;s:5:\"title\";s:40:\"Plant Pots Online Shop &#8211; eCommerce\";s:9:\"thumbnail\";s:93:\"https://library.elementor.com/wp-content/uploads/2021/10/Plant-Pots-Online-Shop-250x280-2.jpg\";s:12:\"tmpl_created\";i:1634042184;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/lp/plant-pots-online-shop-ecommerce/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:50:\"[\"Ecommerce\",\"Landing Pages\",\"Online Shop\",\"Shop\"]\";s:10:\"menu_order\";i:12;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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:203;a:19:{s:4:\"tmpl\";i:1211;s:2:\"id\";i:20447;s:5:\"title\";s:33:\"Shared Workspace &#8211; Business\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2021/10/250x280-Shared-Workspace.jpg\";s:12:\"tmpl_created\";i:1633884934;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/lp/shared-workspace-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:28:\"[\"Business\",\"Landing Pages\"]\";s:10:\"menu_order\";i:13;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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:204;a:19:{s:4:\"tmpl\";i:1237;s:2:\"id\";i:21313;s:5:\"title\";s:34:\"Spa &#038; Beauty &#8211; Services\";s:9:\"thumbnail\";s:89:\"https://library.elementor.com/wp-content/uploads/2021/12/Spa-Beauty-Treatments-page-1.jpg\";s:12:\"tmpl_created\";i:1638819709;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/spa-beauty-services/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:55:\"[\"Beauty\",\"Hair\",\"Health\",\"Services\",\"Spa\",\"Treatment\"]\";s:10:\"menu_order\";i:13;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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:205;a:19:{s:4:\"tmpl\";i:1004;s:2:\"id\";i:13538;s:5:\"title\";s:32:\"Fly-In | Newsletter | Barbershop\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2020/05/Pop-Up-Page-Small.jpg\";s:12:\"tmpl_created\";i:1589893364;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/popups/fly-in-newsletter-barbershop/?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:6:\"fly-in\";s:4:\"tags\";s:28:\"[\"Barber Shop\",\"Barbershop\"]\";s:10:\"menu_order\";i:13;s:16:\"popularity_index\";i:710;s:11:\"trend_index\";i:667;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:206;a:19:{s:4:\"tmpl\";i:924;s:2:\"id\";i:12550;s:5:\"title\";s:32:\"Fly-in | Sale | Travel and Tours\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2019/12/PopUp_s.png\";s:12:\"tmpl_created\";i:1575960263;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/flyin-sale-travel-and-tours/?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:6:\"fly-in\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:14;s:16:\"popularity_index\";i:754;s:11:\"trend_index\";i:791;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:207;a:19:{s:4:\"tmpl\";i:1212;s:2:\"id\";i:20479;s:5:\"title\";s:49:\"Teeth Straightening &#8211; Health &#038; Fitness\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2021/10/250x280-Teeth-Whitening.jpg\";s:12:\"tmpl_created\";i:1633886115;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:136:\"https://library.elementor.com/lp/teeth-straightening-health-fitness/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:18:\"Health and Fitness\";s:4:\"tags\";s:46:\"[\"Business\",\"Dental\",\"Health\",\"Landing Pages\"]\";s:10:\"menu_order\";i:14;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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:208;a:19:{s:4:\"tmpl\";i:1234;s:2:\"id\";i:21234;s:5:\"title\";s:34:\"Insurance Company &#8211; Services\";s:9:\"thumbnail\";s:90:\"https://library.elementor.com/wp-content/uploads/2021/12/15-Services-Insurance-Company.jpg\";s:12:\"tmpl_created\";i:1638818688;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/insurance-company-services/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:51:\"[\"Faq\",\"Form\",\"Insurance\",\"Services\",\"Testimonial\"]\";s:10:\"menu_order\";i:14;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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:209;a:19:{s:4:\"tmpl\";i:1035;s:2:\"id\";i:15062;s:5:\"title\";s:35:\"Fly-In | Sign up | Flooring Company\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/08/PopUp.png\";s:12:\"tmpl_created\";i:1597739629;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:137:\"https://library.elementor.com/popups/fly-in-sign-up-flooring-company/?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:6:\"fly-in\";s:4:\"tags\";s:39:\"[\"Flooring company\",\"Flooring website\"]\";s:10:\"menu_order\";i:15;s:16:\"popularity_index\";i:625;s:11:\"trend_index\";i:309;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:210;a:19:{s:4:\"tmpl\";i:1209;s:2:\"id\";i:20394;s:5:\"title\";s:30:\"Time Management &#8211; Events\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2021/10/Time-Management-250x280-1.jpg\";s:12:\"tmpl_created\";i:1633884077;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/lp/time-management-events/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"Events\";s:4:\"tags\";s:17:\"[\"Landing Pages\"]\";s:10:\"menu_order\";i:15;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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:211;a:19:{s:4:\"tmpl\";i:1229;s:2:\"id\";i:21118;s:5:\"title\";s:28:\"Contact &#8211; Plants Store\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2021/12/12-Contact-Plants-Store.jpg\";s:12:\"tmpl_created\";i:1638802472;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/contact-plants-store/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:40:\"[\"Contact\",\"Info\",\"Plant\",\"Testimonial\"]\";s:10:\"menu_order\";i:15;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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:212;a:19:{s:4:\"tmpl\";i:893;s:2:\"id\";i:11822;s:5:\"title\";s:30:\"Full Screen | Menu | Portfolio\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/09/PopUp_small.png\";s:12:\"tmpl_created\";i:1569429896;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/full-screen-menu-portfolio/?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:11:\"full screen\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:16;s:16:\"popularity_index\";i:654;s:11:\"trend_index\";i:626;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:213;a:19:{s:4:\"tmpl\";i:1203;s:2:\"id\";i:18591;s:5:\"title\";s:28:\"Coffee Sale &#8211; Business\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2021/04/250x280-7.png\";s:12:\"tmpl_created\";i:1633877319;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/lp/coffee-sale-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:33:\"[\"Coffee\",\"Landing Pages\",\"Sale\"]\";s:10:\"menu_order\";i:16;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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:214;a:19:{s:4:\"tmpl\";i:1231;s:2:\"id\";i:21184;s:5:\"title\";s:28:\"Dental Care &#8211; Services\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2021/12/14-Services-Dental-Care.jpg\";s:12:\"tmpl_created\";i:1638807148;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/dental-care-services/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:45:\"[\"Dental\",\"Medical\",\"Services\",\"Testimonial\"]\";s:10:\"menu_order\";i:16;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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:215;a:19:{s:4:\"tmpl\";i:1064;s:2:\"id\";i:15580;s:5:\"title\";s:31:\"Fullscreen | Menu | Travel Blog\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/11/PopUp-Menu.jpg\";s:12:\"tmpl_created\";i:1606215358;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/fullscreen-menu-travel-blog/?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:11:\"full screen\";s:4:\"tags\";s:17:\"[\"Blog\",\"Travel\"]\";s:10:\"menu_order\";i:17;s:16:\"popularity_index\";i:673;s:11:\"trend_index\";i:348;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:216;a:19:{s:4:\"tmpl\";i:1133;s:2:\"id\";i:16645;s:5:\"title\";s:28:\"Headphones &#8211; eCommerce\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2021/01/lp_headphones.png\";s:12:\"tmpl_created\";i:1609944115;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/lp/commerce-headphones/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:39:\"[\"Ecommerce\",\"Landing Pages\",\"Product\"]\";s:10:\"menu_order\";i:17;s:16:\"popularity_index\";i:633;s:11:\"trend_index\";i:87;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:217;a:19:{s:4:\"tmpl\";i:1442;s:2:\"id\";i:24584;s:5:\"title\";s:27:\"Wireframe &#8211; Pricing 1\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Pricing-1.jpg\";s:12:\"tmpl_created\";i:1653989152;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/wireframe-pricing-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:146:\"[\"Booking\",\"Business\",\"Clients\",\"Contact\",\"Faq\",\"Features\",\"Footer\",\"Online Service\",\"Pricing\",\"Products\",\"Professional\",\"Services\",\"Testimonial\"]\";s:10:\"menu_order\";i:17;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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:218;a:19:{s:4:\"tmpl\";i:1138;s:2:\"id\";i:16762;s:5:\"title\";s:25:\"Conference &#8211; Events\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2021/01/Conference.png\";s:12:\"tmpl_created\";i:1610455119;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/lp/conference-events/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:6:\"Events\";s:4:\"tags\";s:60:\"[\"Conference\",\"Convention\",\"Event\",\"Events\",\"Landing Pages\"]\";s:10:\"menu_order\";i:18;s:16:\"popularity_index\";i:705;s:11:\"trend_index\";i:216;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:219;a:19:{s:4:\"tmpl\";i:1438;s:2:\"id\";i:24539;s:5:\"title\";s:27:\"Wireframe &#8211; Contact 2\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Contact-2.jpg\";s:12:\"tmpl_created\";i:1653989019;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/wireframe-contact-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:69:\"[\"Business\",\"Contact\",\"Footer\",\"Google Maps\",\"Header\",\"Professional\"]\";s:10:\"menu_order\";i:18;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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:220;a:19:{s:4:\"tmpl\";i:981;s:2:\"id\";i:13281;s:5:\"title\";s:37:\"Hello Bar | Contact | Interior Design\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/04/PopUp.png\";s:12:\"tmpl_created\";i:1586148801;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:139:\"https://library.elementor.com/popups/hello-bar-contact-interior-design/?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:9:\"hello bar\";s:4:\"tags\";s:19:\"[\"Interior Design\"]\";s:10:\"menu_order\";i:18;s:16:\"popularity_index\";i:763;s:11:\"trend_index\";i:679;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:221;a:19:{s:4:\"tmpl\";i:1052;s:2:\"id\";i:15259;s:5:\"title\";s:31:\"Hello Bar | Menu | Psychologist\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/09/Menu-PopUp.png\";s:12:\"tmpl_created\";i:1600170209;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/hello-bar-menu-psychologist/?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:9:\"hello bar\";s:4:\"tags\";s:34:\"[\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:19;s:16:\"popularity_index\";i:739;s:11:\"trend_index\";i:583;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:222;a:19:{s:4:\"tmpl\";i:1434;s:2:\"id\";i:24494;s:5:\"title\";s:28:\"Wireframe &#8211; Services 1\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Services-1.jpg\";s:12:\"tmpl_created\";i:1653988874;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/wireframe-services-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:53:\"[\"Business\",\"Faq\",\"Footer\",\"Professional\",\"Services\"]\";s:10:\"menu_order\";i:19;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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:223;a:19:{s:4:\"tmpl\";i:1194;s:2:\"id\";i:18701;s:5:\"title\";s:32:\"Digital Course &#8211; eCommerce\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2021/04/250x280.jpg\";s:12:\"tmpl_created\";i:1618995134;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/lp/digital-course-ecommerce/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:57:\"[\"Course Online\",\"Ecommerce\",\"Landing Pages\",\"Marketing\"]\";s:10:\"menu_order\";i:19;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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:224;a:19:{s:4:\"tmpl\";i:1192;s:2:\"id\";i:18612;s:5:\"title\";s:34:\"Bag Product Sale &#8211; eCommerce\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2021/04/Library-Pic-Bag-Product.jpeg\";s:12:\"tmpl_created\";i:1618395406;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/lp/bag-product-sale-ecommerce/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:61:\"[\"Bag\",\"Ecommerce\",\"Landing Pages\",\"Product\",\"Sale\",\"Travel\"]\";s:10:\"menu_order\";i:20;s:16:\"popularity_index\";i:875;s:11:\"trend_index\";i:605;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:225;a:19:{s:4:\"tmpl\";i:1227;s:2:\"id\";i:21083;s:5:\"title\";s:26:\"Conference &#8211; Contact\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2021/12/10-Contact-Conference.jpg\";s:12:\"tmpl_created\";i:1638799208;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/conference-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:44:\"[\"Conference\",\"Contact\",\"Form\",\"Info\",\"Map\"]\";s:10:\"menu_order\";i:20;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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:226;a:19:{s:4:\"tmpl\";i:1193;s:2:\"id\";i:18644;s:5:\"title\";s:37:\"Camera Product Sale &#8211; eCommerce\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2021/04/camera_sale_featured-img.jpg\";s:12:\"tmpl_created\";i:1618396388;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/lp/camera-product-sale-ecommerce/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:59:\"[\"Camera\",\"Ecommerce\",\"Landing Pages\",\"Photography\",\"Sale\"]\";s:10:\"menu_order\";i:21;s:16:\"popularity_index\";i:873;s:11:\"trend_index\";i:535;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:227;a:19:{s:4:\"tmpl\";i:951;s:2:\"id\";i:12736;s:5:\"title\";s:41:\"Slide In | Contact Us | Magazine and Blog\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2020/01/PopUp_contact_s.png\";s:12:\"tmpl_created\";i:1579060978;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/popups/slide-in-contact-us/?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:19:\"[\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";i:21;s:16:\"popularity_index\";i:734;s:11:\"trend_index\";i:686;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:228;a:19:{s:4:\"tmpl\";i:1222;s:2:\"id\";i:20960;s:5:\"title\";s:26:\"Travel Agency &#8211; Home\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2021/12/5-Home-Travel-Agency.jpg\";s:12:\"tmpl_created\";i:1638788432;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/travel-agency-home/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:53:\"[\"Adventures\",\"Experience\",\"Explore\",\"Travel\",\"Trip\"]\";s:10:\"menu_order\";i:21;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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:229;a:19:{s:4:\"tmpl\";i:1196;s:2:\"id\";i:18815;s:5:\"title\";s:25:\"Car Wash &#8211; Business\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2021/05/Library-Pic-Car-Wash.png\";s:12:\"tmpl_created\";i:1621336431;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/lp/car-wash-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:45:\"[\"Business\",\"car\",\"Discount\",\"Landing Pages\"]\";s:10:\"menu_order\";i:22;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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:230;a:19:{s:4:\"tmpl\";i:1242;s:2:\"id\";i:21473;s:5:\"title\";s:40:\"Architecture Photography &#8211; Gallery\";s:9:\"thumbnail\";s:96:\"https://library.elementor.com/wp-content/uploads/2021/12/20-Gallery-Architecture-Photography.jpg\";s:12:\"tmpl_created\";i:1638822115;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/architecture-photography-gallery/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:52:\"[\"Architecture\",\"Gallery\",\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:22;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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:231;a:19:{s:4:\"tmpl\";i:1015;s:2:\"id\";i:14067;s:5:\"title\";s:37:\"Slide In | Japanese restaurant | Menu\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2020/06/Menu-Pop-Up-Small.jpg\";s:12:\"tmpl_created\";i:1592290352;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:139:\"https://library.elementor.com/popups/slide-in-japanese-restaurant-menu/?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:32:\"[\"Food\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:22;s:16:\"popularity_index\";i:650;s:11:\"trend_index\";i:565;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:232;a:19:{s:4:\"tmpl\";i:923;s:2:\"id\";i:12229;s:5:\"title\";s:33:\"Slide In | Law Firm | Information\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2019/11/popup.png\";s:12:\"tmpl_created\";i:1572847842;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:135:\"https://library.elementor.com/popups/slide-in-law-firm-information/?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:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:23;s:16:\"popularity_index\";i:547;s:11:\"trend_index\";i:413;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:233;a:19:{s:4:\"tmpl\";i:1198;s:2:\"id\";i:18824;s:5:\"title\";s:33:\"Design School &#8211; Coming Soon\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2021/05/250x280-1.png\";s:12:\"tmpl_created\";i:1621336756;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/lp/design-school-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:16:\"Coming Soon Page\";s:4:\"tags\";s:49:\"[\"Coming Soon\",\"Design\",\"Landing Pages\",\"School\"]\";s:10:\"menu_order\";i:23;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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:234;a:19:{s:4:\"tmpl\";i:1236;s:2:\"id\";i:21259;s:5:\"title\";s:28:\"3D Designer &#8211; Projects\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2021/12/24-Projects-3D-Designer.jpg\";s:12:\"tmpl_created\";i:1638819185;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/3d-designer-projects/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:69:\"[\"3D\",\"Creative Portfolio\",\"Design\",\"Designer\",\"Portfolio\",\"Project\"]\";s:10:\"menu_order\";i:23;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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:235;a:19:{s:4:\"tmpl\";i:1028;s:2:\"id\";i:14827;s:5:\"title\";s:39:\"Slide-In | Contact | Luxury Real Estate\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/07/PopUp.png\";s:12:\"tmpl_created\";i:1595323523;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:141:\"https://library.elementor.com/popups/slide-in-contact-luxury-real-estate/?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:28:\"[\"Real estate\",\"Realestate\"]\";s:10:\"menu_order\";i:24;s:16:\"popularity_index\";i:559;s:11:\"trend_index\";i:284;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:236;a:19:{s:4:\"tmpl\";i:1197;s:2:\"id\";i:18819;s:5:\"title\";s:27:\"Dog Walker &#8211; Business\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2021/05/Library-Pic-Dog-Walker.png\";s:12:\"tmpl_created\";i:1621336601;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/lp/dog-walker-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:41:\"[\"Business\",\"Dog\",\"Landing Pages\",\"Pets\"]\";s:10:\"menu_order\";i:24;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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:237;a:19:{s:4:\"tmpl\";i:1238;s:2:\"id\";i:21349;s:5:\"title\";s:29:\"Architecture &#8211; Projects\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2021/12/23-Projects-Architecture.jpg\";s:12:\"tmpl_created\";i:1638820870;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/architecture-projects/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:70:\"[\"Architecture\",\"Creative\",\"Creative Portfolio\",\"Portfolio\",\"Project\"]\";s:10:\"menu_order\";i:24;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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:238;a:19:{s:4:\"tmpl\";i:1034;s:2:\"id\";i:15075;s:5:\"title\";s:34:\"Slide-In | Menu | Flooring Company\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/08/PopUp-1.png\";s:12:\"tmpl_created\";i:1597739605;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:136:\"https://library.elementor.com/popups/slide-in-menu-flooring-company/?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:39:\"[\"Flooring company\",\"Flooring website\"]\";s:10:\"menu_order\";i:25;s:16:\"popularity_index\";i:383;s:11:\"trend_index\";i:162;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:239;a:19:{s:4:\"tmpl\";i:1414;s:2:\"id\";i:24079;s:5:\"title\";s:32:\"Fashion Shop &#8211; Coming Soon\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2022/04/Coming-Soon-Fashion-Shop.jpg\";s:12:\"tmpl_created\";i:1650988089;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/fashion-shop-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:88:\"[\"Aesthetic\",\"Business\",\"Coming Soon\",\"Ecommerce\",\"Girly\",\"Lifestyle\",\"Products\",\"Shop\"]\";s:10:\"menu_order\";i:25;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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:240;a:19:{s:4:\"tmpl\";i:1195;s:2:\"id\";i:18761;s:5:\"title\";s:33:\"Fashion Store &#8211; Coming Soon\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2021/05/Library-Pic-Fashion-Store.png\";s:12:\"tmpl_created\";i:1621336146;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/lp/fashion-store-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:16:\"Coming Soon Page\";s:4:\"tags\";s:56:\"[\"Coming Soon\",\"Fashion\",\"Landing Pages\",\"Shop\",\"store\"]\";s:10:\"menu_order\";i:25;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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:241;a:19:{s:4:\"tmpl\";i:1153;s:2:\"id\";i:17060;s:5:\"title\";s:36:\"Private Tutor &#8211; Online Service\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2021/01/Online-Tutor-2.png\";s:12:\"tmpl_created\";i:1610631042;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/lp/private-tutor-online-service/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:14:\"Online Service\";s:4:\"tags\";s:64:\"[\"Education\",\"Landing Pages\",\"Online Service\",\"Teacher\",\"Tutor\"]\";s:10:\"menu_order\";i:26;s:16:\"popularity_index\";i:780;s:11:\"trend_index\";i:628;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:242;a:19:{s:4:\"tmpl\";i:1430;s:2:\"id\";i:24434;s:5:\"title\";s:25:\"Wireframe &#8211; About 3\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-About-3.jpg\";s:12:\"tmpl_created\";i:1653988697;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/wireframe-about-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:76:\"[\"About\",\"Business\",\"Contact\",\"Faq\",\"Footer\",\"Header\",\"Professional\",\"Team\"]\";s:10:\"menu_order\";i:26;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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:243;a:19:{s:4:\"tmpl\";i:1158;s:2:\"id\";i:17232;s:5:\"title\";s:33:\"Life Coach &#8211; Online Service\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2021/01/Life-Coach.png\";s:12:\"tmpl_created\";i:1610902793;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/lp/life-coach-online-service/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:14:\"Online Service\";s:4:\"tags\";s:38:\"[\"Coach\",\"Landing Pages\",\"Life Coach\"]\";s:10:\"menu_order\";i:27;s:16:\"popularity_index\";i:787;s:11:\"trend_index\";i:751;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:244;a:19:{s:4:\"tmpl\";i:1436;s:2:\"id\";i:24515;s:5:\"title\";s:28:\"Wireframe &#8211; Services 3\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Services-3.jpg\";s:12:\"tmpl_created\";i:1653988946;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/wireframe-services-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:66:\"[\"Business\",\"Contact\",\"Footer\",\"Header\",\"Professional\",\"Services\"]\";s:10:\"menu_order\";i:27;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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:245;a:19:{s:4:\"tmpl\";i:875;s:2:\"id\";i:11241;s:5:\"title\";s:36:\"Classic | Digital Agency | Marketing\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/07/PopUp_small.jpg\";s:12:\"tmpl_created\";i:1564643043;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:138:\"https://library.elementor.com/popups/classic-digital-agency-marketing/?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:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:28;s:16:\"popularity_index\";i:362;s:11:\"trend_index\";i:315;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:246;a:19:{s:4:\"tmpl\";i:1146;s:2:\"id\";i:16932;s:5:\"title\";s:35:\"Finance Consulting &#8211; Business\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2021/01/Finance-Consulting.png\";s:12:\"tmpl_created\";i:1610532170;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/lp/finance-consulting-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:80:\"[\"Advisor\",\"Business\",\"Consulting\",\"Finance\",\"Investment\",\"Landing Pages\",\"Tax\"]\";s:10:\"menu_order\";i:28;s:16:\"popularity_index\";i:790;s:11:\"trend_index\";i:630;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:247;a:19:{s:4:\"tmpl\";i:1429;s:2:\"id\";i:24421;s:5:\"title\";s:25:\"Wireframe &#8211; About 2\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-About-2.jpg\";s:12:\"tmpl_created\";i:1653988579;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/wireframe-about-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:87:\"[\"About\",\"Business\",\"Contact\",\"Faq\",\"Features\",\"Footer\",\"Header\",\"Professional\",\"Team\"]\";s:10:\"menu_order\";i:28;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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:248;a:19:{s:4:\"tmpl\";i:674;s:2:\"id\";i:8505;s:5:\"title\";s:11:\"404 page 01\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2018/05/001.jpg\";s:12:\"tmpl_created\";i:1526415501;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/404-page-01/?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:8:\"404 page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:28;s:16:\"popularity_index\";i:533;s:11:\"trend_index\";i:222;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:249;a:19:{s:4:\"tmpl\";i:1136;s:2:\"id\";i:16721;s:5:\"title\";s:35:\"Dental &#8211; Health &amp; Fitness\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2021/01/Dental.jpg\";s:12:\"tmpl_created\";i:1610448567;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/lp/dental-health-fitness/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:18:\"Health and Fitness\";s:4:\"tags\";s:44:\"[\"Dental\",\"Doctor\",\"Health\",\"Landing Pages\"]\";s:10:\"menu_order\";i:29;s:16:\"popularity_index\";i:801;s:11:\"trend_index\";i:655;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:250;a:19:{s:4:\"tmpl\";i:1417;s:2:\"id\";i:24116;s:5:\"title\";s:32:\"Tech Company &#8211; Coming Soon\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2022/04/Coming-Soon-Tech-Company.jpg\";s:12:\"tmpl_created\";i:1650989265;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/tech-company-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:87:\"[\"Business\",\"Coding\",\"Coming Soon\",\"Computer\",\"Developer\",\"IT\",\"Services\",\"Technology\"]\";s:10:\"menu_order\";i:29;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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:251;a:19:{s:4:\"tmpl\";i:675;s:2:\"id\";i:8511;s:5:\"title\";s:11:\"404 page 02\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2018/05/002.jpg\";s:12:\"tmpl_created\";i:1526415528;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/404-page-02/?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:8:\"404 page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:29;s:16:\"popularity_index\";i:347;s:11:\"trend_index\";i:155;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:252;a:19:{s:4:\"tmpl\";i:1161;s:2:\"id\";i:17269;s:5:\"title\";s:34:\"Electronics Sale &#8211; eCommerce\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2021/01/Electronic-Products.png\";s:12:\"tmpl_created\";i:1610903298;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/lp/electronics-sale-ecommerce/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:29:\"[\"Ecommerce\",\"Landing Pages\"]\";s:10:\"menu_order\";i:30;s:16:\"popularity_index\";i:800;s:11:\"trend_index\";i:556;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:253;a:19:{s:4:\"tmpl\";i:1220;s:2:\"id\";i:20908;s:5:\"title\";s:42:\"Packing &#038; Moving Company &#8211; Home\";s:9:\"thumbnail\";s:90:\"https://library.elementor.com/wp-content/uploads/2021/12/3-Home-Packing-Moving-Company.jpg\";s:12:\"tmpl_created\";i:1638786127;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/packing-moving-company-home/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:28:\"[\"Movers\",\"Moving\",\"Storge\"]\";s:10:\"menu_order\";i:30;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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:254;a:19:{s:4:\"tmpl\";i:1152;s:2:\"id\";i:17032;s:5:\"title\";s:42:\"Donate Computer &#8211; Social Involvement\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2021/01/Donation-2.png\";s:12:\"tmpl_created\";i:1610630585;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:136:\"https://library.elementor.com/lp/donate-computer-social-involvement/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:18:\"Social Involvement\";s:4:\"tags\";s:67:\"[\"Computer\",\"Donate\",\"Donation\",\"Kids\",\"Landing Pages\",\"Nonprofit\"]\";s:10:\"menu_order\";i:31;s:16:\"popularity_index\";i:718;s:11:\"trend_index\";i:278;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:255;a:19:{s:4:\"tmpl\";i:672;s:2:\"id\";i:8512;s:5:\"title\";s:11:\"404 page 03\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2018/05/003.jpg\";s:12:\"tmpl_created\";i:1526415449;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/404-page-03/?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:8:\"404 page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:31;s:16:\"popularity_index\";i:450;s:11:\"trend_index\";i:375;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:256;a:19:{s:4:\"tmpl\";i:1245;s:2:\"id\";i:21546;s:5:\"title\";s:28:\"Interior Design &#8211; Home\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2021/12/1-Home-Interior-Design-1.jpg\";s:12:\"tmpl_created\";i:1639046269;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/interior-design-home/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:68:\"[\"Design\",\"Form\",\"Furniture Design\",\"Interior Design\",\"Testimonial\"]\";s:10:\"menu_order\";i:31;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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:257;a:19:{s:4:\"tmpl\";i:1135;s:2:\"id\";i:16684;s:5:\"title\";s:34:\"SaaS HR Management &#8211; Product\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2021/01/lp_hr.png\";s:12:\"tmpl_created\";i:1609945486;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/lp/saas-hr-management-product/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:7:\"Product\";s:4:\"tags\";s:39:\"[\"HR\",\"Landing Pages\",\"Product\",\"SaaS\"]\";s:10:\"menu_order\";i:32;s:16:\"popularity_index\";i:708;s:11:\"trend_index\";i:292;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:258;a:19:{s:4:\"tmpl\";i:671;s:2:\"id\";i:8513;s:5:\"title\";s:11:\"404 page 04\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2018/05/004.jpg\";s:12:\"tmpl_created\";i:1526415417;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/404-page-04/?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:8:\"404 page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:32;s:16:\"popularity_index\";i:420;s:11:\"trend_index\";i:176;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:259;a:19:{s:4:\"tmpl\";i:1249;s:2:\"id\";i:22137;s:5:\"title\";s:31:\"Design Blog &#8211; Coming Soon\";s:9:\"thumbnail\";s:94:\"https://library.elementor.com/wp-content/uploads/2021/10/Design-Blog-Coming-Soon-250x280-1.jpg\";s:12:\"tmpl_created\";i:1647177194;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/design-blog-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:47:\"[\"Blog\",\"Coming Soon\",\"Design\",\"Landing Pages\"]\";s:10:\"menu_order\";i:32;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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:260;a:19:{s:4:\"tmpl\";i:1134;s:2:\"id\";i:16660;s:5:\"title\";s:37:\"Medical center &#8211; Online service\";s:9:\"thumbnail\";s:95:\"https://library.elementor.com/wp-content/uploads/2021/01/Online-medical-cosultation-250_280.png\";s:12:\"tmpl_created\";i:1609945122;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/lp/medical-center-online-service/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"Online Service\";s:4:\"tags\";s:44:\"[\"Landing Pages\",\"Medical\",\"Online Service\"]\";s:10:\"menu_order\";i:33;s:16:\"popularity_index\";i:750;s:11:\"trend_index\";i:332;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:261;a:19:{s:4:\"tmpl\";i:1226;s:2:\"id\";i:21069;s:5:\"title\";s:21:\"Hotel &#8211; Contact\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2021/12/9-Contact-Hotel.jpg\";s:12:\"tmpl_created\";i:1638798545;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/hotel-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:36:\"[\"Contact\",\"from\",\"Info\",\"Vacation\"]\";s:10:\"menu_order\";i:33;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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:262;a:19:{s:4:\"tmpl\";i:1150;s:2:\"id\";i:17001;s:5:\"title\";s:36:\"Parental Counseling &#8211; Business\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2021/01/Parenting-Coach-2.png\";s:12:\"tmpl_created\";i:1610534999;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/lp/parental-counseling-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:99:\"[\"Advisor\",\"Business\",\"Coach\",\"Counseling\",\"Landing Pages\",\"Online Service\",\"Parental\",\"Parenting\"]\";s:10:\"menu_order\";i:34;s:16:\"popularity_index\";i:817;s:11:\"trend_index\";i:0;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:263;a:19:{s:4:\"tmpl\";i:1432;s:2:\"id\";i:24461;s:5:\"title\";s:27:\"Wireframe &#8211; Gallery 1\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Gallery-1.jpg\";s:12:\"tmpl_created\";i:1653988784;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/wireframe-gallery-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:82:\"[\"Business\",\"Contact\",\"Design\",\"Footer\",\"Gallery\",\"Header\",\"Portfolio\",\"Services\"]\";s:10:\"menu_order\";i:34;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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:264;a:19:{s:4:\"tmpl\";i:676;s:2:\"id\";i:8514;s:5:\"title\";s:11:\"404 Page 05\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2018/05/005.jpg\";s:12:\"tmpl_created\";i:1526415558;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/404-page-05/?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:8:\"404 page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:34;s:16:\"popularity_index\";i:419;s:11:\"trend_index\";i:220;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:265;a:19:{s:4:\"tmpl\";i:1137;s:2:\"id\";i:16742;s:5:\"title\";s:31:\"Online Course &#8211; Education\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2021/01/Online-Course.png\";s:12:\"tmpl_created\";i:1610454122;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/lp/online-course-education/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"Education\";s:4:\"tags\";s:55:\"[\"Academy\",\"Course Online\",\"Education\",\"Landing Pages\"]\";s:10:\"menu_order\";i:35;s:16:\"popularity_index\";i:777;s:11:\"trend_index\";i:776;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:266;a:19:{s:4:\"tmpl\";i:668;s:2:\"id\";i:8523;s:5:\"title\";s:11:\"404 page 06\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2018/05/006.jpg\";s:12:\"tmpl_created\";i:1526415291;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/404-page-06/?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:8:\"404 page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:35;s:16:\"popularity_index\";i:298;s:11:\"trend_index\";i:268;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:267;a:19:{s:4:\"tmpl\";i:1440;s:2:\"id\";i:24563;s:5:\"title\";s:27:\"Wireframe &#8211; Contact 4\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Contact-4.jpg\";s:12:\"tmpl_created\";i:1653989095;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/wireframe-contact-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:84:\"[\"Business\",\"Contact\",\"Footer\",\"Form\",\"Gallery\",\"Header\",\"Professional\",\"Subscribe\"]\";s:10:\"menu_order\";i:35;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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:268;a:19:{s:4:\"tmpl\";i:1162;s:2:\"id\";i:17284;s:5:\"title\";s:38:\"Dietitian &#8211; Health &amp; Fitness\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2021/01/Dietitian.png\";s:12:\"tmpl_created\";i:1610903484;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/lp/dietitian-health-fitness/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:18:\"Health and Fitness\";s:4:\"tags\";s:39:\"[\"Fitness\",\"Health\",\"landscape design\"]\";s:10:\"menu_order\";i:36;s:16:\"popularity_index\";i:814;s:11:\"trend_index\";i:800;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:269;a:19:{s:4:\"tmpl\";i:1439;s:2:\"id\";i:24553;s:5:\"title\";s:27:\"Wireframe &#8211; Contact 3\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Contact-3.jpg\";s:12:\"tmpl_created\";i:1653989057;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/wireframe-contact-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:67:\"[\"Business\",\"Contact\",\"Footer\",\"Form\",\"Professional\",\"Testimonial\"]\";s:10:\"menu_order\";i:36;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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:270;a:19:{s:4:\"tmpl\";i:1144;s:2:\"id\";i:16897;s:5:\"title\";s:30:\"Personal Chef &#8211; Business\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2021/01/Personal-Chef.png\";s:12:\"tmpl_created\";i:1610466247;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/lp/personal-chef-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:53:\"[\"Business\",\"Chef\",\"Food\",\"Landing Pages\",\"Services\"]\";s:10:\"menu_order\";i:37;s:16:\"popularity_index\";i:795;s:11:\"trend_index\";i:617;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:271;a:19:{s:4:\"tmpl\";i:1435;s:2:\"id\";i:24504;s:5:\"title\";s:28:\"Wireframe &#8211; Services 2\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Services-2.jpg\";s:12:\"tmpl_created\";i:1653988910;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/wireframe-services-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:80:\"[\"Business\",\"Contact\",\"Footer\",\"Header\",\"Professional\",\"Services\",\"Testimonial\"]\";s:10:\"menu_order\";i:37;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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:272;a:19:{s:4:\"tmpl\";i:669;s:2:\"id\";i:8524;s:5:\"title\";s:11:\"404 page 07\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2018/05/007.jpg\";s:12:\"tmpl_created\";i:1526415337;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/404-page-07/?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:8:\"404 page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:37;s:16:\"popularity_index\";i:303;s:11:\"trend_index\";i:171;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:273;a:19:{s:4:\"tmpl\";i:1147;s:2:\"id\";i:16946;s:5:\"title\";s:52:\"Online Full-Stack Developer Course &#8211; Education\";s:9:\"thumbnail\";s:95:\"https://library.elementor.com/wp-content/uploads/2021/01/Online-Full-Stack-Developer-Course.png\";s:12:\"tmpl_created\";i:1610532778;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:146:\"https://library.elementor.com/lp/online-full-stack-developer-course-education/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"Education\";s:4:\"tags\";s:76:\"[\"Academy\",\"Coding\",\"Course Online\",\"Developer\",\"Education\",\"Landing Pages\"]\";s:10:\"menu_order\";i:38;s:16:\"popularity_index\";i:805;s:11:\"trend_index\";i:0;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:274;a:19:{s:4:\"tmpl\";i:1437;s:2:\"id\";i:24528;s:5:\"title\";s:27:\"Wireframe &#8211; Contact 1\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Contact-1.jpg\";s:12:\"tmpl_created\";i:1653988981;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/wireframe-contact-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:76:\"[\"Business\",\"Contact\",\"Footer\",\"Form\",\"Google Maps\",\"Header\",\"Professional\"]\";s:10:\"menu_order\";i:38;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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:275;a:19:{s:4:\"tmpl\";i:1143;s:2:\"id\";i:16868;s:5:\"title\";s:40:\"Virtual Assistant &#8211; Online Service\";s:9:\"thumbnail\";s:88:\"https://library.elementor.com/wp-content/uploads/2021/01/Virtual-Assistant-250x280-1.png\";s:12:\"tmpl_created\";i:1610465656;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/lp/virtual-assistant-online-service/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:14:\"Online Service\";s:4:\"tags\";s:46:\"[\"Assistant\",\"Landing Pages\",\"Online Service\"]\";s:10:\"menu_order\";i:39;s:16:\"popularity_index\";i:793;s:11:\"trend_index\";i:757;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:276;a:19:{s:4:\"tmpl\";i:673;s:2:\"id\";i:8526;s:5:\"title\";s:11:\"404 page 09\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2018/05/009.jpg\";s:12:\"tmpl_created\";i:1526415474;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/404-page-09/?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:8:\"404 page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:39;s:16:\"popularity_index\";i:477;s:11:\"trend_index\";i:285;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:277;a:19:{s:4:\"tmpl\";i:1228;s:2:\"id\";i:21104;s:5:\"title\";s:26:\"Restaurant &#8211; Contact\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2021/12/11-Contact-Restaurant.jpg\";s:12:\"tmpl_created\";i:1638800146;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/restaurant-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:60:\"[\"Contact\",\"Food\",\"Form\",\"Google Maps\",\"Info\",\"Testimonial\"]\";s:10:\"menu_order\";i:39;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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:278;a:19:{s:4:\"tmpl\";i:1140;s:2:\"id\";i:16812;s:5:\"title\";s:40:\"Construction Project &#8211; Real Estate\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2021/01/Construction-Project.png\";s:12:\"tmpl_created\";i:1610463582;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/lp/construction-project-real-estate/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"Real Estate\";s:4:\"tags\";s:59:\"[\"Construction\",\"Landing Pages\",\"Real estate\",\"Realestate\"]\";s:10:\"menu_order\";i:40;s:16:\"popularity_index\";i:796;s:11:\"trend_index\";i:724;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:279;a:19:{s:4:\"tmpl\";i:1244;s:2:\"id\";i:21393;s:5:\"title\";s:34:\"Interior Designer &#8211; Projects\";s:9:\"thumbnail\";s:99:\"https://library.elementor.com/wp-content/uploads/2021/12/big-22-Projects-Interior-Designer-New.jpeg\";s:12:\"tmpl_created\";i:1638823945;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/interior-designer-projects/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:93:\"[\"Creative\",\"Creative Portfolio\",\"Design\",\"Designer\",\"Interior Design\",\"Portfolio\",\"Project\"]\";s:10:\"menu_order\";i:40;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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:280;a:19:{s:4:\"tmpl\";i:1148;s:2:\"id\";i:16960;s:5:\"title\";s:44:\"Dog &amp; Cat Food Delivery &#8211; Business\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2021/01/Dog-Food.png\";s:12:\"tmpl_created\";i:1610533581;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/lp/dog-cat-food-delivery-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:71:\"[\"Business\",\"Cat\",\"Delivery\",\"Dog\",\"Food\",\"Landing Pages\",\"Pet\",\"Pets\"]\";s:10:\"menu_order\";i:41;s:16:\"popularity_index\";i:782;s:11:\"trend_index\";i:510;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:281;a:19:{s:4:\"tmpl\";i:670;s:2:\"id\";i:8525;s:5:\"title\";s:11:\"404 page 08\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2018/05/008.jpg\";s:12:\"tmpl_created\";i:1526415374;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/404-page-08/?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:8:\"404 page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:41;s:16:\"popularity_index\";i:510;s:11:\"trend_index\";i:575;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:282;a:19:{s:4:\"tmpl\";i:1251;s:2:\"id\";i:22143;s:5:\"title\";s:33:\"Fashion Store &#8211; Coming Soon\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2021/05/Library-Pic-Fashion-Store.png\";s:12:\"tmpl_created\";i:1647177389;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/fashion-store-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:56:\"[\"Coming Soon\",\"Fashion\",\"Landing Pages\",\"Shop\",\"store\"]\";s:10:\"menu_order\";i:41;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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:283;a:19:{s:4:\"tmpl\";i:1155;s:2:\"id\";i:17095;s:5:\"title\";s:36:\"Mobile Pet Grooming &#8211; Business\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2021/01/Mobile-Pet-Grooming.png\";s:12:\"tmpl_created\";i:1610632115;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/lp/mobile-pet-grooming-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:38:\"[\"Dog\",\"Groom\",\"Landing Pages\",\"Pets\"]\";s:10:\"menu_order\";i:42;s:16:\"popularity_index\";i:786;s:11:\"trend_index\";i:731;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:284;a:19:{s:4:\"tmpl\";i:1241;s:2:\"id\";i:21451;s:5:\"title\";s:26:\"Exhibition &#8211; Gallery\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2021/12/21-Gallery-Exhibition.jpg\";s:12:\"tmpl_created\";i:1638821855;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/exhibition-gallery/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:74:\"[\"Art\",\"Creative\",\"Creative Portfolio\",\"Exhibition\",\"Gallery\",\"Portfolio\"]\";s:10:\"menu_order\";i:42;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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:285;a:19:{s:4:\"tmpl\";i:502;s:2:\"id\";i:5438;s:5:\"title\";s:7:\"About 1\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_black_4.png\";s:12:\"tmpl_created\";i:1520443512;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/about-1/?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:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:42;s:16:\"popularity_index\";i:147;s:11:\"trend_index\";i:9;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:286;a:19:{s:4:\"tmpl\";i:1159;s:2:\"id\";i:17245;s:5:\"title\";s:34:\"Marketing Course &#8211; Education\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2021/01/PPC.png\";s:12:\"tmpl_created\";i:1610902958;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/lp/marketing-course-education/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:9:\"Education\";s:4:\"tags\";s:45:\"[\"Course Online\",\"Landing Pages\",\"Marketing\"]\";s:10:\"menu_order\";i:43;s:16:\"popularity_index\";i:770;s:11:\"trend_index\";i:430;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:287;a:19:{s:4:\"tmpl\";i:1240;s:2:\"id\";i:21430;s:5:\"title\";s:30:\"Travel Blogger &#8211; Gallery\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2021/12/19-Gallery-Travel-Blogger.jpg\";s:12:\"tmpl_created\";i:1638821592;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/travel-blogger-gallery/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:43:\"[\"Gallery\",\"Photography\",\"Slider\",\"Travel\"]\";s:10:\"menu_order\";i:43;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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:288;a:19:{s:4:\"tmpl\";i:1149;s:2:\"id\";i:16983;s:5:\"title\";s:41:\"Pilates Instructor &#8211; Online Service\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2021/01/Pilates-Instructor.png\";s:12:\"tmpl_created\";i:1610534138;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:135:\"https://library.elementor.com/lp/pilates-instructor-online-service/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"Online Service\";s:4:\"tags\";s:70:\"[\"Free Trial\",\"Instructor\",\"Landing Pages\",\"Online Service\",\"Pilates\"]\";s:10:\"menu_order\";i:44;s:16:\"popularity_index\";i:778;s:11:\"trend_index\";i:412;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:289;a:19:{s:4:\"tmpl\";i:1416;s:2:\"id\";i:24104;s:5:\"title\";s:33:\"Ceramics Shop &#8211; Coming Soon\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2022/04/Coming-Soon-Ceramics-Shop.jpg\";s:12:\"tmpl_created\";i:1650988949;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/ceramics-shop-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:115:\"[\"Art\",\"Business\",\"Coming Soon\",\"Creative\",\"Decor\",\"Design\",\"Furniture Design\",\"Interior Design\",\"Products\",\"Shop\"]\";s:10:\"menu_order\";i:44;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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:290;a:19:{s:4:\"tmpl\";i:557;s:2:\"id\";i:6135;s:5:\"title\";s:8:\"About 10\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_black_2.png\";s:12:\"tmpl_created\";i:1520443663;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/about-10/?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:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:45;s:16:\"popularity_index\";i:77;s:11:\"trend_index\";i:47;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:291;a:19:{s:4:\"tmpl\";i:1412;s:2:\"id\";i:24033;s:5:\"title\";s:37:\"Dance Studio &#8211; Maintenance Mode\";s:9:\"thumbnail\";s:90:\"https://library.elementor.com/wp-content/uploads/2022/04/Maintenance-Mode-Dance-Studio.jpg\";s:12:\"tmpl_created\";i:1649881344;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/dance-studio-maintenance-mode/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:113:\"[\"Academy\",\"Business\",\"Dance Studio\",\"Form\",\"Pilates\",\"School\",\"Sport\",\"Teacher\",\"Training\",\"Under Construction\"]\";s:10:\"menu_order\";i:45;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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:292;a:19:{s:4:\"tmpl\";i:1190;s:2:\"id\";i:18568;s:5:\"title\";s:32:\"Flower Delivery &#8211; Business\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2021/04/Flower-Delivery.png\";s:12:\"tmpl_created\";i:1617546716;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/lp/flower-delivery-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:37:\"[\"Delivery\",\"Flower\",\"Landing Pages\"]\";s:10:\"menu_order\";i:45;s:16:\"popularity_index\";i:874;s:11:\"trend_index\";i:763;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:293;a:19:{s:4:\"tmpl\";i:1145;s:2:\"id\";i:16917;s:5:\"title\";s:22:\"Webinar &#8211; Events\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2021/01/Webinar-Library-Pic.jpg\";s:12:\"tmpl_created\";i:1610466822;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/lp/webinar-events/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"Events\";s:4:\"tags\";s:36:\"[\"Events\",\"Landing Pages\",\"Webinar\"]\";s:10:\"menu_order\";i:46;s:16:\"popularity_index\";i:821;s:11:\"trend_index\";i:0;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:294;a:19:{s:4:\"tmpl\";i:1413;s:2:\"id\";i:24049;s:5:\"title\";s:33:\"ECO Shop &#8211; Maintenance Mode\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2022/04/Maintenance-Mode-ECO-Shop.jpg\";s:12:\"tmpl_created\";i:1649882053;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/eco-shop-maintenance-mode/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:110:\"[\"Aesthetic\",\"Business\",\"Creative\",\"Decor\",\"Health\",\"Help\",\"Lifestyle\",\"Products\",\"Shop\",\"Under Construction\"]\";s:10:\"menu_order\";i:46;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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:295;a:19:{s:4:\"tmpl\";i:497;s:2:\"id\";i:5397;s:5:\"title\";s:8:\"About 11\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_1.png\";s:12:\"tmpl_created\";i:1520443503;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/about-11/?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:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:46;s:16:\"popularity_index\";i:148;s:11:\"trend_index\";i:43;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:296;a:19:{s:4:\"tmpl\";i:1154;s:2:\"id\";i:17079;s:5:\"title\";s:42:\"Calls Volunteer &#8211; Social Involvement\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2021/01/Calls-Volunteer.png\";s:12:\"tmpl_created\";i:1610631774;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:136:\"https://library.elementor.com/lp/calls-volunteer-social-involvement/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:18:\"Social Involvement\";s:4:\"tags\";s:68:\"[\"Care\",\"Covid-19\",\"Help\",\"Involvement\",\"Landing Pages\",\"Volunteer\"]\";s:10:\"menu_order\";i:47;s:16:\"popularity_index\";i:854;s:11:\"trend_index\";i:0;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:297;a:19:{s:4:\"tmpl\";i:1419;s:2:\"id\";i:24136;s:5:\"title\";s:29:\"Food Blog &#8211; Coming Soon\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/04/Coming-Soon-Food-Blog.jpg\";s:12:\"tmpl_created\";i:1650990034;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/food-blog-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:62:\"[\"Blog\",\"Business\",\"Coming Soon\",\"Cooking\",\"Education\",\"Food\"]\";s:10:\"menu_order\";i:47;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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:298;a:19:{s:4:\"tmpl\";i:1142;s:2:\"id\";i:16836;s:5:\"title\";s:33:\"Marketing Agency &#8211; Business\";s:9:\"thumbnail\";s:89:\"https://library.elementor.com/wp-content/uploads/2021/01/Marketing-Agency-Library-Pic.jpg\";s:12:\"tmpl_created\";i:1610464490;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/lp/marketing-agency-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:74:\"[\"Agency\",\"Business\",\"Landing Pages\",\"Marketing\",\"Marketing Landing Page\"]\";s:10:\"menu_order\";i:48;s:16:\"popularity_index\";i:816;s:11:\"trend_index\";i:787;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:299;a:19:{s:4:\"tmpl\";i:1411;s:2:\"id\";i:24020;s:5:\"title\";s:35:\"Mobile App &#8211; Maintenance Mode\";s:9:\"thumbnail\";s:88:\"https://library.elementor.com/wp-content/uploads/2022/04/Maintenance-Mode-Mobile-App.jpg\";s:12:\"tmpl_created\";i:1649880955;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/mobile-app-maintenance-mode/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:77:\"[\"App\",\"Business\",\"Coding\",\"Computer\",\"Launch\",\"Mobile\",\"Under Construction\"]\";s:10:\"menu_order\";i:48;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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:300;a:19:{s:4:\"tmpl\";i:498;s:2:\"id\";i:5405;s:5:\"title\";s:8:\"About 12\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_black_1.png\";s:12:\"tmpl_created\";i:1520443505;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/about-12/?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:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:48;s:16:\"popularity_index\";i:216;s:11:\"trend_index\";i:50;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:301;a:19:{s:4:\"tmpl\";i:1139;s:2:\"id\";i:16785;s:5:\"title\";s:42:\"Gym Promotion &#8211; Health &amp; Fitness\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2021/01/Gym-LP.jpg\";s:12:\"tmpl_created\";i:1610455496;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/lp/gym-promotion-health-fitness/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:18:\"Health and Fitness\";s:4:\"tags\";s:42:\"[\"Fitness\",\"Gym\",\"Health\",\"Landing Pages\"]\";s:10:\"menu_order\";i:49;s:16:\"popularity_index\";i:820;s:11:\"trend_index\";i:0;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:302;a:19:{s:4:\"tmpl\";i:1420;s:2:\"id\";i:24152;s:5:\"title\";s:32:\"Perfume Shop &#8211; Coming Soon\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2022/04/Coming-Soon-Perfume-Shop.jpg\";s:12:\"tmpl_created\";i:1650990353;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/perfume-shop-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:68:\"[\"Business\",\"Coming Soon\",\"Cosmetics\",\"Lifestyle\",\"Products\",\"Shop\"]\";s:10:\"menu_order\";i:49;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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:303;a:19:{s:4:\"tmpl\";i:1185;s:2:\"id\";i:18492;s:5:\"title\";s:34:\"Bicycle Pre-Sale &#8211; eCommerce\";s:9:\"thumbnail\";s:90:\"https://library.elementor.com/wp-content/uploads/2021/04/Library-Pic-Bike-Landing-Page.png\";s:12:\"tmpl_created\";i:1617535552;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/lp/bicycle-pre-sale-ecommerce/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:34:\"[\"Bicycle\",\"Landing Pages\",\"Sale\"]\";s:10:\"menu_order\";i:50;s:16:\"popularity_index\";i:871;s:11:\"trend_index\";i:826;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:304;a:19:{s:4:\"tmpl\";i:1418;s:2:\"id\";i:24126;s:5:\"title\";s:28:\"Skincare &#8211; Coming Soon\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/04/Coming-Soon-Skincare.jpg\";s:12:\"tmpl_created\";i:1650989585;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/skincare-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:128:\"[\"Aesthetic\",\"Beauty\",\"Beauty Salon\",\"Business\",\"Coming Soon\",\"Cosmetics\",\"Girly\",\"Lifestyle\",\"Services\",\"Skincare\",\"Treatment\"]\";s:10:\"menu_order\";i:51;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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:305;a:19:{s:4:\"tmpl\";i:1181;s:2:\"id\";i:18349;s:5:\"title\";s:39:\"Virtual try-on glasses &#8211; Business\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2021/03/250x280-8.png\";s:12:\"tmpl_created\";i:1614772569;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/lp/virtual-try-on-glasses-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:64:\"[\"Fashion\",\"Glasses\",\"Landing Pages\",\"Online Service\",\"Virtual\"]\";s:10:\"menu_order\";i:51;s:16:\"popularity_index\";i:848;s:11:\"trend_index\";i:803;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:306;a:19:{s:4:\"tmpl\";i:500;s:2:\"id\";i:5421;s:5:\"title\";s:8:\"About 13\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_3.png\";s:12:\"tmpl_created\";i:1520443509;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/about-13/?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:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:51;s:16:\"popularity_index\";i:215;s:11:\"trend_index\";i:77;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:307;a:19:{s:4:\"tmpl\";i:513;s:2:\"id\";i:5533;s:5:\"title\";s:8:\"About 15\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2018/03/about_black_10.png\";s:12:\"tmpl_created\";i:1520443534;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/about-15/?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:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:52;s:16:\"popularity_index\";i:21;s:11:\"trend_index\";i:57;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:308;a:19:{s:4:\"tmpl\";i:1410;s:2:\"id\";i:24004;s:5:\"title\";s:33:\"Skincare &#8211; Maintenance Mode\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2022/04/Maintenance-Mode-Skincare.jpg\";s:12:\"tmpl_created\";i:1649880534;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/skincare-maintenance-mode/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:144:\"[\"Aesthetic\",\"Beauty\",\"Beauty Salon\",\"Business\",\"Cosmetics\",\"Girly\",\"Lifestyle\",\"Makeup\",\"Services\",\"Skincare\",\"Treatment\",\"Under Construction\"]\";s:10:\"menu_order\";i:52;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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:309;a:19:{s:4:\"tmpl\";i:1172;s:2:\"id\";i:17458;s:5:\"title\";s:31:\"Moving Company &#8211; Business\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2021/02/Library-Pic-Moving-Company.png\";s:12:\"tmpl_created\";i:1612727025;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/lp/moving-company-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:46:\"[\"Business\",\"Landing Pages\",\"Movers\",\"Moving\"]\";s:10:\"menu_order\";i:52;s:16:\"popularity_index\";i:826;s:11:\"trend_index\";i:767;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:310;a:19:{s:4:\"tmpl\";i:1415;s:2:\"id\";i:24092;s:5:\"title\";s:29:\"Vase Shop &#8211; Coming Soon\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/04/Coming-Soon-Vase-Shop.jpg\";s:12:\"tmpl_created\";i:1650988613;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/vase-shop-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:115:\"[\"Art\",\"Business\",\"Coming Soon\",\"Creative\",\"Decor\",\"Design\",\"Furniture Design\",\"Interior Design\",\"Products\",\"Shop\"]\";s:10:\"menu_order\";i:53;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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:311;a:19:{s:4:\"tmpl\";i:1186;s:2:\"id\";i:18517;s:5:\"title\";s:29:\"Food Blog &#8211; Coming Soon\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2021/04/Library-Pic-Food-Blog.png\";s:12:\"tmpl_created\";i:1617539897;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/lp/food-blog-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:16:\"Coming Soon Page\";s:4:\"tags\";s:45:\"[\"Blog\",\"Coming Soon\",\"Food\",\"Landing Pages\"]\";s:10:\"menu_order\";i:53;s:16:\"popularity_index\";i:844;s:11:\"trend_index\";i:672;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:312;a:19:{s:4:\"tmpl\";i:1167;s:2:\"id\";i:17379;s:5:\"title\";s:33:\"IT Service &#8211; Online Service\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2021/02/Library-Pic-IT-Service.png\";s:12:\"tmpl_created\";i:1612713022;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/lp/it-service-online-service/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:14:\"Online Service\";s:4:\"tags\";s:41:\"[\"IT\",\"Landing Pages\",\"Remote\",\"Support\"]\";s:10:\"menu_order\";i:54;s:16:\"popularity_index\";i:806;s:11:\"trend_index\";i:634;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:313;a:19:{s:4:\"tmpl\";i:1248;s:2:\"id\";i:22134;s:5:\"title\";s:32:\"Art Magazine &#8211; Coming Soon\";s:9:\"thumbnail\";s:95:\"https://library.elementor.com/wp-content/uploads/2021/10/Art-Magazine-Coming-Soon-250x280-1.jpg\";s:12:\"tmpl_created\";i:1647176713;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/art-magazine-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:48:\"[\"Art\",\"Coming Soon\",\"Landing Pages\",\"Magazine\"]\";s:10:\"menu_order\";i:54;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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:314;a:19:{s:4:\"tmpl\";i:512;s:2:\"id\";i:5525;s:5:\"title\";s:8:\"About 14\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_10.png\";s:12:\"tmpl_created\";i:1520443532;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/about-14/?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:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:55;s:16:\"popularity_index\";i:9;s:11:\"trend_index\";i:29;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:315;a:19:{s:4:\"tmpl\";i:1189;s:2:\"id\";i:18560;s:5:\"title\";s:52:\"Finance Learning Platform &#8211; Under Construction\";s:9:\"thumbnail\";s:89:\"https://library.elementor.com/wp-content/uploads/2021/04/Library-Pic-Finance-Platform.png\";s:12:\"tmpl_created\";i:1617542761;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:146:\"https://library.elementor.com/lp/finance-learning-platform-under-construction/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:18:\"Under Construction\";s:4:\"tags\";s:27:\"[\"Finance\",\"Landing Pages\"]\";s:10:\"menu_order\";i:55;s:16:\"popularity_index\";i:843;s:11:\"trend_index\";i:561;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:316;a:19:{s:4:\"tmpl\";i:1225;s:2:\"id\";i:21041;s:5:\"title\";s:41:\"Business Consulting Company &#8211; About\";s:9:\"thumbnail\";s:96:\"https://library.elementor.com/wp-content/uploads/2021/12/8-About-Business-Consulting-Company.jpg\";s:12:\"tmpl_created\";i:1638797560;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/business-consulting-company-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:51:\"[\"Coach\",\"Collaboration\",\"Consulting\",\"Life Coach\"]\";s:10:\"menu_order\";i:55;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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:317;a:19:{s:4:\"tmpl\";i:1187;s:2:\"id\";i:18528;s:5:\"title\";s:36:\"Home Decor Store &#8211; Coming Soon\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2021/04/Library-Pic-Home-Decore.png\";s:12:\"tmpl_created\";i:1617541784;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/lp/home-decor-store-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:16:\"Coming Soon Page\";s:4:\"tags\";s:57:\"[\"Coming Soon\",\"Decor\",\"Interior Design\",\"Landing Pages\"]\";s:10:\"menu_order\";i:56;s:16:\"popularity_index\";i:872;s:11:\"trend_index\";i:819;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:318;a:19:{s:4:\"tmpl\";i:1243;s:2:\"id\";i:21135;s:5:\"title\";s:28:\"Construction &#8211; Service\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2021/12/13-Service-Construction.jpg\";s:12:\"tmpl_created\";i:1638823202;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/construction-service/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:48:\"[\"Architecture\",\"Construction\",\"Faq\",\"Services\"]\";s:10:\"menu_order\";i:56;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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:319;a:19:{s:4:\"tmpl\";i:501;s:2:\"id\";i:5429;s:5:\"title\";s:8:\"About 16\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_4.png\";s:12:\"tmpl_created\";i:1520443510;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/about-16/?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:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:56;s:16:\"popularity_index\";i:59;s:11:\"trend_index\";i:8;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:320;a:19:{s:4:\"tmpl\";i:1174;s:2:\"id\";i:17504;s:5:\"title\";s:29:\"Hair Stylist &#8211; Business\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2021/02/250x280-3.png\";s:12:\"tmpl_created\";i:1612883014;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/lp/hair-stylist-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:59:\"[\"Business\",\"Hair\",\"hairdresser\",\"Landing Pages\",\"Stylist\"]\";s:10:\"menu_order\";i:57;s:16:\"popularity_index\";i:840;s:11:\"trend_index\";i:806;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:321;a:19:{s:4:\"tmpl\";i:1223;s:2:\"id\";i:20981;s:5:\"title\";s:37:\"Creative Digital Agency &#8211; About\";s:9:\"thumbnail\";s:92:\"https://library.elementor.com/wp-content/uploads/2021/12/6-About-Creative-Digital-Agency.jpg\";s:12:\"tmpl_created\";i:1638789303;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/creative-digital-agency-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:51:\"[\"About\",\"Advisor\",\"Creative\",\"Creative Portfolio\"]\";s:10:\"menu_order\";i:57;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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:322;a:19:{s:4:\"tmpl\";i:1184;s:2:\"id\";i:18449;s:5:\"title\";s:45:\"Aesthetic Clinic &#8211; Health &amp; Fitness\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2021/03/Aesthetic-Clinic.png\";s:12:\"tmpl_created\";i:1616682181;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/lp/aesthetic-clinic-health-fitness/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:18:\"Health and Fitness\";s:4:\"tags\";s:57:\"[\"Aesthetic\",\"Beauty\",\"Fitness\",\"Health\",\"Landing Pages\"]\";s:10:\"menu_order\";i:58;s:16:\"popularity_index\";i:859;s:11:\"trend_index\";i:0;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:323;a:19:{s:4:\"tmpl\";i:1221;s:2:\"id\";i:20926;s:5:\"title\";s:33:\"Doctors Online Consultation -Home\";s:9:\"thumbnail\";s:95:\"https://library.elementor.com/wp-content/uploads/2021/12/4-Home-Doctors-Online-Consultation.jpg\";s:12:\"tmpl_created\";i:1638787371;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/doctors-online-consultation-home/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:35:\"[\"App\",\"Health\",\"Medical\",\"Online\"]\";s:10:\"menu_order\";i:58;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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:324;a:19:{s:4:\"tmpl\";i:505;s:2:\"id\";i:5464;s:5:\"title\";s:8:\"About 17\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_black_6.png\";s:12:\"tmpl_created\";i:1520443518;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/about-17/?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:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:58;s:16:\"popularity_index\";i:220;s:11:\"trend_index\";i:142;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:325;a:19:{s:4:\"tmpl\";i:1165;s:2:\"id\";i:17353;s:5:\"title\";s:44:\"Online Cooking Course &#8211; Online Service\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2021/02/250x280-2.png\";s:12:\"tmpl_created\";i:1612705144;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:138:\"https://library.elementor.com/lp/online-cooking-course-online-service/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:14:\"Online Service\";s:4:\"tags\";s:50:\"[\"Cooking\",\"Course Online\",\"Food\",\"Landing Pages\"]\";s:10:\"menu_order\";i:59;s:16:\"popularity_index\";i:845;s:11:\"trend_index\";i:0;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:326;a:19:{s:4:\"tmpl\";i:1188;s:2:\"id\";i:18550;s:5:\"title\";s:39:\"Online Store &#8211; Under Construction\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2021/04/Library-Pic-Online-Store.png\";s:12:\"tmpl_created\";i:1617542506;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/lp/online-store-under-construction/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:18:\"Under Construction\";s:4:\"tags\";s:59:\"[\"Landing Pages\",\"Online Shop\",\"Shop\",\"Under Construction\"]\";s:10:\"menu_order\";i:60;s:16:\"popularity_index\";i:832;s:11:\"trend_index\";i:600;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:327;a:19:{s:4:\"tmpl\";i:1250;s:2:\"id\";i:22140;s:5:\"title\";s:33:\"Design School &#8211; Coming Soon\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2021/05/250x280-1.png\";s:12:\"tmpl_created\";i:1647177317;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/design-school-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:49:\"[\"Coming Soon\",\"Design\",\"Landing Pages\",\"School\"]\";s:10:\"menu_order\";i:60;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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:328;a:19:{s:4:\"tmpl\";i:510;s:2:\"id\";i:5504;s:5:\"title\";s:8:\"About 18\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_9.png\";s:12:\"tmpl_created\";i:1520443528;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/about-18/?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:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:60;s:16:\"popularity_index\";i:104;s:11:\"trend_index\";i:46;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:329;a:19:{s:4:\"tmpl\";i:1191;s:2:\"id\";i:18539;s:5:\"title\";s:40:\"Travel Agency &#8211; Under Construction\";s:9:\"thumbnail\";s:88:\"https://library.elementor.com/wp-content/uploads/2021/04/Library-Pic-Travel-Agency-1.png\";s:12:\"tmpl_created\";i:1617610273;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/lp/travel-agency-under-construction/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:18:\"Under Construction\";s:4:\"tags\";s:56:\"[\"Agency\",\"Landing Pages\",\"Travel\",\"Under Construction\"]\";s:10:\"menu_order\";i:61;s:16:\"popularity_index\";i:876;s:11:\"trend_index\";i:652;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:330;a:19:{s:4:\"tmpl\";i:1175;s:2:\"id\";i:18270;s:5:\"title\";s:24:\"Open week &#8211; Events\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2021/03/250x280.png\";s:12:\"tmpl_created\";i:1614767186;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/lp/open-week-events/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"Events\";s:4:\"tags\";s:59:\"[\"Education\",\"Event\",\"Events\",\"Landing Pages\",\"University\"]\";s:10:\"menu_order\";i:62;s:16:\"popularity_index\";i:831;s:11:\"trend_index\";i:673;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:331;a:19:{s:4:\"tmpl\";i:1177;s:2:\"id\";i:18300;s:5:\"title\";s:30:\"Makeup Artist &#8211; Business\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2021/03/250x280-2.png\";s:12:\"tmpl_created\";i:1614768608;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/lp/makeup-artist-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:79:\"[\"Beauty\",\"Business\",\"Course Online\",\"Landing Pages\",\"Makeup\",\"Online Service\"]\";s:10:\"menu_order\";i:63;s:16:\"popularity_index\";i:861;s:11:\"trend_index\";i:783;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:332;a:19:{s:4:\"tmpl\";i:511;s:2:\"id\";i:5515;s:5:\"title\";s:8:\"About 19\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_black_9.png\";s:12:\"tmpl_created\";i:1520443530;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/about-19/?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:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:63;s:16:\"popularity_index\";i:268;s:11:\"trend_index\";i:161;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:333;a:19:{s:4:\"tmpl\";i:1179;s:2:\"id\";i:18329;s:5:\"title\";s:63:\"Online Real Estate Investment Conference &#8211; Online Service\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2021/03/250x280-5.png\";s:12:\"tmpl_created\";i:1614770404;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:157:\"https://library.elementor.com/lp/online-real-estate-investment-conference-online-service/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:14:\"Online Service\";s:4:\"tags\";s:76:\"[\"Conference\",\"Event\",\"Events\",\"Landing Pages\",\"Online Event\",\"Real estate\"]\";s:10:\"menu_order\";i:64;s:16:\"popularity_index\";i:866;s:11:\"trend_index\";i:779;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:334;a:19:{s:4:\"tmpl\";i:506;s:2:\"id\";i:5472;s:5:\"title\";s:7:\"About 2\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_7.png\";s:12:\"tmpl_created\";i:1520443520;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/about-2/?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:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:64;s:16:\"popularity_index\";i:210;s:11:\"trend_index\";i:116;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:335;a:19:{s:4:\"tmpl\";i:1183;s:2:\"id\";i:18391;s:5:\"title\";s:45:\"Children&#8217;s Optometrist &#8211; Business\";s:9:\"thumbnail\";s:94:\"https://library.elementor.com/wp-content/uploads/2021/03/Library-Pic-Childrens-Optometrist.png\";s:12:\"tmpl_created\";i:1614773564;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/lp/childrens-optometrist-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:85:\"[\"Business\",\"Children\",\"Eye\",\"Glasses\",\"Health\",\"Kids\",\"Landing Pages\",\"Optometrist\"]\";s:10:\"menu_order\";i:65;s:16:\"popularity_index\";i:877;s:11:\"trend_index\";i:0;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:336;a:19:{s:4:\"tmpl\";i:1182;s:2:\"id\";i:18366;s:5:\"title\";s:30:\"Car Insurance &#8211; Business\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2021/03/Library-Pic-Car-Insurance.png\";s:12:\"tmpl_created\";i:1614773263;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/lp/car-insurance-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:46:\"[\"Business\",\"car\",\"Insurance\",\"Landing Pages\"]\";s:10:\"menu_order\";i:66;s:16:\"popularity_index\";i:869;s:11:\"trend_index\";i:797;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:337;a:19:{s:4:\"tmpl\";i:1201;s:2:\"id\";i:19144;s:5:\"title\";s:25:\"Birthday Party Invitation\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2021/06/250x280.png\";s:12:\"tmpl_created\";i:1623848691;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/birthday-party-invitation/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:67:\"[\"Birthday\",\"Event\",\"Landing Pages\",\"Party\",\"RSVD\",\"Save the Date\"]\";s:10:\"menu_order\";i:66;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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:338;a:19:{s:4:\"tmpl\";i:1124;s:2:\"id\";i:16473;s:5:\"title\";s:26:\"Beauty Salon &#8211; About\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/12/about-1.jpg\";s:12:\"tmpl_created\";i:1608622373;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/beauty-salon-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:23:\"[\"Beauty Salon\",\"Hair\"]\";s:10:\"menu_order\";i:67;s:16:\"popularity_index\";i:615;s:11:\"trend_index\";i:184;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:339;a:19:{s:4:\"tmpl\";i:1176;s:2:\"id\";i:18291;s:5:\"title\";s:47:\"Grill Restaurant Food Delivery &#8211; Business\";s:9:\"thumbnail\";s:89:\"https://library.elementor.com/wp-content/uploads/2021/03/Library-Pic-Food-Delivery-LP.png\";s:12:\"tmpl_created\";i:1614767830;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:141:\"https://library.elementor.com/lp/grill-restaurant-food-delivery-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:79:\"[\"Delivery\",\"Delivery Service\",\"Fast Food\",\"Food\",\"Landing Pages\",\"Restaurant\"]\";s:10:\"menu_order\";i:67;s:16:\"popularity_index\";i:819;s:11:\"trend_index\";i:685;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:340;a:19:{s:4:\"tmpl\";i:504;s:2:\"id\";i:5455;s:5:\"title\";s:8:\"About 20\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_6.png\";s:12:\"tmpl_created\";i:1520443516;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/about-20/?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:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:67;s:16:\"popularity_index\";i:134;s:11:\"trend_index\";i:70;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:341;a:19:{s:4:\"tmpl\";i:1125;s:2:\"id\";i:16488;s:5:\"title\";s:28:\"Beauty Salon &#8211; Contact\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/12/contact.jpg\";s:12:\"tmpl_created\";i:1608622374;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/beauty-salon-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:23:\"[\"Beauty Salon\",\"Hair\"]\";s:10:\"menu_order\";i:68;s:16:\"popularity_index\";i:548;s:11:\"trend_index\";i:101;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:342;a:19:{s:4:\"tmpl\";i:1180;s:2:\"id\";i:18340;s:5:\"title\";s:30:\"Restaurant &#8211; Coming Soon\";s:9:\"thumbnail\";s:98:\"https://library.elementor.com/wp-content/uploads/2021/03/Library-Pic-Restuarant-Coming-Soon-LP.png\";s:12:\"tmpl_created\";i:1614772183;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/lp/restaurant-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:16:\"Coming Soon Page\";s:4:\"tags\";s:51:\"[\"Coming Soon\",\"Food\",\"Landing Pages\",\"Restaurant\"]\";s:10:\"menu_order\";i:68;s:16:\"popularity_index\";i:810;s:11:\"trend_index\";i:809;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:343;a:19:{s:4:\"tmpl\";i:499;s:2:\"id\";i:5413;s:5:\"title\";s:8:\"About 21\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_2.png\";s:12:\"tmpl_created\";i:1520443507;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/about-21/?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:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:68;s:16:\"popularity_index\";i:83;s:11:\"trend_index\";i:52;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:344;a:19:{s:4:\"tmpl\";i:1126;s:2:\"id\";i:16496;s:5:\"title\";s:28:\"Beauty Salon &#8211; Gallery\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2020/12/gallery-1.jpg\";s:12:\"tmpl_created\";i:1608622379;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/beauty-salon-gallery/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:23:\"[\"Beauty Salon\",\"Hair\"]\";s:10:\"menu_order\";i:69;s:16:\"popularity_index\";i:491;s:11:\"trend_index\";i:90;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:345;a:19:{s:4:\"tmpl\";i:1173;s:2:\"id\";i:17480;s:5:\"title\";s:42:\"At-home Massage Therapist &#8211; Business\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2021/02/At-Home-Massage-Therapist.jpg\";s:12:\"tmpl_created\";i:1612879264;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:136:\"https://library.elementor.com/lp/at-home-massage-therapist-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:60:\"[\"Business\",\"Health\",\"Landing Pages\",\"Services\",\"Therapist\"]\";s:10:\"menu_order\";i:69;s:16:\"popularity_index\";i:856;s:11:\"trend_index\";i:0;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:346;a:19:{s:4:\"tmpl\";i:1127;s:2:\"id\";i:16457;s:5:\"title\";s:25:\"Beauty Salon &#8211; Home\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/12/home-1.jpg\";s:12:\"tmpl_created\";i:1608622383;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/beauty-salon-home/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:23:\"[\"Beauty Salon\",\"Hair\"]\";s:10:\"menu_order\";i:70;s:16:\"popularity_index\";i:408;s:11:\"trend_index\";i:56;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:347;a:19:{s:4:\"tmpl\";i:1178;s:2:\"id\";i:18317;s:5:\"title\";s:26:\"Insurance &#8211; Business\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2021/03/Library-Pic-Life-Insirance.png\";s:12:\"tmpl_created\";i:1614769488;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/lp/insurance-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:61:\"[\"Business\",\"Family\",\"Financial\",\"Insurance\",\"Landing Pages\"]\";s:10:\"menu_order\";i:70;s:16:\"popularity_index\";i:870;s:11:\"trend_index\";i:0;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:348;a:19:{s:4:\"tmpl\";i:1128;s:2:\"id\";i:16518;s:5:\"title\";s:29:\"Beauty Salon &#8211; Services\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/12/services-1.jpg\";s:12:\"tmpl_created\";i:1608622386;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/beauty-salon-services/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:23:\"[\"Beauty Salon\",\"Hair\"]\";s:10:\"menu_order\";i:71;s:16:\"popularity_index\";i:664;s:11:\"trend_index\";i:261;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:349;a:19:{s:4:\"tmpl\";i:1168;s:2:\"id\";i:17401;s:5:\"title\";s:40:\"Conference Thank You Page &#8211; Events\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2021/02/250x280.png\";s:12:\"tmpl_created\";i:1612724753;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/lp/conference-thank-you-page-events/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"Thank You Page\";s:4:\"tags\";s:59:\"[\"Conference\",\"Event\",\"Events\",\"Landing Pages\",\"Thank You\"]\";s:10:\"menu_order\";i:71;s:16:\"popularity_index\";i:799;s:11:\"trend_index\";i:540;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:350;a:19:{s:4:\"tmpl\";i:503;s:2:\"id\";i:5447;s:5:\"title\";s:7:\"About 3\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_5.png\";s:12:\"tmpl_created\";i:1520443514;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/about-3-2/?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:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:71;s:16:\"popularity_index\";i:48;s:11:\"trend_index\";i:12;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:351;a:19:{s:4:\"tmpl\";i:1073;s:2:\"id\";i:15486;s:5:\"title\";s:25:\"Travel Blog &#8211; About\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/11/About.jpg\";s:12:\"tmpl_created\";i:1606215720;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/travel-blog-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:17:\"[\"Blog\",\"Travel\"]\";s:10:\"menu_order\";i:72;s:16:\"popularity_index\";i:608;s:11:\"trend_index\";i:343;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:352;a:19:{s:4:\"tmpl\";i:1166;s:2:\"id\";i:17368;s:5:\"title\";s:38:\"Real Estate Agency &#8211; Real-Estate\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2021/02/Library-Pic-Real-Estate.png\";s:12:\"tmpl_created\";i:1612711814;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/lp/real-estate-agency-real-estate/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"Real Estate\";s:4:\"tags\";s:73:\"[\"Landing Pages\",\"listing\",\"Real estate\",\"Realestate\",\"realtor\",\"realty\"]\";s:10:\"menu_order\";i:72;s:16:\"popularity_index\";i:858;s:11:\"trend_index\";i:777;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:353;a:19:{s:4:\"tmpl\";i:1074;s:2:\"id\";i:15478;s:5:\"title\";s:27:\"Travel Blog &#8211; Contact\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/11/Contact-Us.jpg\";s:12:\"tmpl_created\";i:1606215735;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/travel-blog-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:17:\"[\"Blog\",\"Travel\"]\";s:10:\"menu_order\";i:73;s:16:\"popularity_index\";i:687;s:11:\"trend_index\";i:564;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:354;a:19:{s:4:\"tmpl\";i:1170;s:2:\"id\";i:17423;s:5:\"title\";s:57:\"Volunteer Calls Thank You Page &#8211; Social Involvement\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2021/02/Volunteer-Calls-TYP.jpg\";s:12:\"tmpl_created\";i:1612726058;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:151:\"https://library.elementor.com/lp/volunteer-calls-thank-you-page-social-involvement/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:14:\"Thank You Page\";s:4:\"tags\";s:62:\"[\"Care\",\"Involvement\",\"Landing Pages\",\"Thank You\",\"Volunteer\"]\";s:10:\"menu_order\";i:73;s:16:\"popularity_index\";i:857;s:11:\"trend_index\";i:818;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:355;a:19:{s:4:\"tmpl\";i:507;s:2:\"id\";i:5480;s:5:\"title\";s:7:\"About 4\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/about_black_7-1.png\";s:12:\"tmpl_created\";i:1520443522;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/about-4-2/?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:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:73;s:16:\"popularity_index\";i:428;s:11:\"trend_index\";i:303;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:356;a:19:{s:4:\"tmpl\";i:1075;s:2:\"id\";i:15467;s:5:\"title\";s:24:\"Travel Blog &#8211; Home\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2020/11/Home.jpg\";s:12:\"tmpl_created\";i:1606215756;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/travel-blog-home/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:17:\"[\"Blog\",\"Travel\"]\";s:10:\"menu_order\";i:74;s:16:\"popularity_index\";i:567;s:11:\"trend_index\";i:224;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:357;a:19:{s:4:\"tmpl\";i:1169;s:2:\"id\";i:17409;s:5:\"title\";s:37:\"Webinar Thank You Page &#8211; Events\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2021/02/Library-Pic-Webinar-TYP.png\";s:12:\"tmpl_created\";i:1612725644;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/lp/webinar-thank-you-page-events/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:14:\"Thank You Page\";s:4:\"tags\";s:56:\"[\"Event\",\"Events\",\"Landing Pages\",\"Thank You\",\"Webinar\"]\";s:10:\"menu_order\";i:74;s:16:\"popularity_index\";i:868;s:11:\"trend_index\";i:0;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:358;a:19:{s:4:\"tmpl\";i:1056;s:2:\"id\";i:15317;s:5:\"title\";s:25:\"Dance Studio &#8211; Home\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2020/10/Home.jpg\";s:12:\"tmpl_created\";i:1603181291;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/dance-studio-home/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:16:\"[\"Dance Studio\"]\";s:10:\"menu_order\";i:75;s:16:\"popularity_index\";i:596;s:11:\"trend_index\";i:301;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:359;a:19:{s:4:\"tmpl\";i:545;s:2:\"id\";i:6027;s:5:\"title\";s:7:\"About 5\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_1-1.png\";s:12:\"tmpl_created\";i:1520443639;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/about-5-3/?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:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:75;s:16:\"popularity_index\";i:40;s:11:\"trend_index\";i:40;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:360;a:19:{s:4:\"tmpl\";i:1160;s:2:\"id\";i:17258;s:5:\"title\";s:32:\"Beauty Product &#8211; eCommerce\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2021/01/Beauty-Product.png\";s:12:\"tmpl_created\";i:1610903153;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/lp/beauty-product-ecommerce/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:38:\"[\"Beauty\",\"Ecommerce\",\"Landing Pages\"]\";s:10:\"menu_order\";i:75;s:16:\"popularity_index\";i:797;s:11:\"trend_index\";i:703;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:361;a:19:{s:4:\"tmpl\";i:1057;s:2:\"id\";i:15334;s:5:\"title\";s:26:\"Dance Studio &#8211; About\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/10/About.jpg\";s:12:\"tmpl_created\";i:1603181364;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/dance-studio-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:16:\"[\"Dance Studio\"]\";s:10:\"menu_order\";i:76;s:16:\"popularity_index\";i:626;s:11:\"trend_index\";i:373;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:362;a:19:{s:4:\"tmpl\";i:546;s:2:\"id\";i:6036;s:5:\"title\";s:7:\"About 6\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/about_black_1-1.png\";s:12:\"tmpl_created\";i:1520443641;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/about-6-3/?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:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:76;s:16:\"popularity_index\";i:90;s:11:\"trend_index\";i:123;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:363;a:19:{s:4:\"tmpl\";i:1171;s:2:\"id\";i:17435;s:5:\"title\";s:39:\"Gym &#8211; App Service &#8211; Product\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2021/02/250x280-4.png\";s:12:\"tmpl_created\";i:1612726462;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/lp/gym-app-service-product/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:7:\"Product\";s:4:\"tags\";s:58:\"[\"App\",\"Fitness\",\"Gym\",\"Health\",\"Landing Pages\",\"Product\"]\";s:10:\"menu_order\";i:76;s:16:\"popularity_index\";i:767;s:11:\"trend_index\";i:577;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:364;a:19:{s:4:\"tmpl\";i:1058;s:2:\"id\";i:15349;s:5:\"title\";s:28:\"Dance Studio &#8211; Classes\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/10/Classes.jpg\";s:12:\"tmpl_created\";i:1603181425;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/dance-studio-classes/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:16:\"[\"Dance Studio\"]\";s:10:\"menu_order\";i:77;s:16:\"popularity_index\";i:629;s:11:\"trend_index\";i:458;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:365;a:19:{s:4:\"tmpl\";i:1156;s:2:\"id\";i:17111;s:5:\"title\";s:33:\"Sunglasses Sale &#8211; eCommerce\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2021/01/Sunglasses-LP-Library-Pic.jpg\";s:12:\"tmpl_created\";i:1610632408;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/lp/sunglasses-sale-ecommerce/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:59:\"[\"Ecommerce\",\"Fashion\",\"Landing Pages\",\"Sale\",\"Sunglasses\"]\";s:10:\"menu_order\";i:77;s:16:\"popularity_index\";i:812;s:11:\"trend_index\";i:732;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:366;a:19:{s:4:\"tmpl\";i:1055;s:2:\"id\";i:15366;s:5:\"title\";s:29:\"Dance Studio &#8211; Schedule\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2020/10/Classes-Schedule.jpg\";s:12:\"tmpl_created\";i:1603181056;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/dance-studio-schedule/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:16:\"[\"Dance Studio\"]\";s:10:\"menu_order\";i:78;s:16:\"popularity_index\";i:698;s:11:\"trend_index\";i:602;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:367;a:19:{s:4:\"tmpl\";i:1157;s:2:\"id\";i:17223;s:5:\"title\";s:25:\"Fashion &#8211; eCommerce\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2021/01/Commerce-Fashion.png\";s:12:\"tmpl_created\";i:1610902553;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/lp/fashion-ecommerce/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:29:\"[\"Ecommerce\",\"Landing Pages\"]\";s:10:\"menu_order\";i:78;s:16:\"popularity_index\";i:808;s:11:\"trend_index\";i:745;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:368;a:19:{s:4:\"tmpl\";i:1059;s:2:\"id\";i:15373;s:5:\"title\";s:28:\"Dance Studio &#8211; Pricing\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/10/Pricing.jpg\";s:12:\"tmpl_created\";i:1603181678;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/dance-studio-pricing/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:16:\"[\"Dance Studio\"]\";s:10:\"menu_order\";i:79;s:16:\"popularity_index\";i:731;s:11:\"trend_index\";i:661;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:369;a:19:{s:4:\"tmpl\";i:1151;s:2:\"id\";i:17017;s:5:\"title\";s:28:\"Shoes Sale &#8211; eCommerce\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2021/01/Shoes-LP-Library-Pic.jpg\";s:12:\"tmpl_created\";i:1610535361;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/lp/shoes-sale-ecommerce/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:55:\"[\"Discount\",\"Ecommerce\",\"Landing Pages\",\"Sale\",\"Shoes\"]\";s:10:\"menu_order\";i:79;s:16:\"popularity_index\";i:803;s:11:\"trend_index\";i:642;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:370;a:19:{s:4:\"tmpl\";i:508;s:2:\"id\";i:5488;s:5:\"title\";s:7:\"About 7\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_8.png\";s:12:\"tmpl_created\";i:1520443524;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/about-7/?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:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:79;s:16:\"popularity_index\";i:307;s:11:\"trend_index\";i:169;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:371;a:19:{s:4:\"tmpl\";i:1060;s:2:\"id\";i:15384;s:5:\"title\";s:28:\"Dance Studio &#8211; Contact\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/10/Contact-Us.jpg\";s:12:\"tmpl_created\";i:1603181738;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/dance-studio-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:16:\"[\"Dance Studio\"]\";s:10:\"menu_order\";i:80;s:16:\"popularity_index\";i:741;s:11:\"trend_index\";i:721;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:372;a:19:{s:4:\"tmpl\";i:556;s:2:\"id\";i:6122;s:5:\"title\";s:7:\"About 8\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_2-1.png\";s:12:\"tmpl_created\";i:1520443661;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/about-8/?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:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:80;s:16:\"popularity_index\";i:38;s:11:\"trend_index\";i:26;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:373;a:19:{s:4:\"tmpl\";i:1163;s:2:\"id\";i:17301;s:5:\"title\";s:53:\"Personal Chef &#8211; Thank You Page &#8211; Business\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2021/01/TYP-Personal-Chef.jpg\";s:12:\"tmpl_created\";i:1610903622;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:139:\"https://library.elementor.com/lp/personal-chef-thank-you-page-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:14:\"Thank You Page\";s:4:\"tags\";s:43:\"[\"Chef\",\"Food\",\"Landing Pages\",\"Thank You\"]\";s:10:\"menu_order\";i:80;s:16:\"popularity_index\";i:823;s:11:\"trend_index\";i:754;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:374;a:19:{s:4:\"tmpl\";i:1042;s:2:\"id\";i:15158;s:5:\"title\";s:26:\"Psychologist &#8211; About\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/09/About.jpg\";s:12:\"tmpl_created\";i:1600157561;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/psychologist-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:34:\"[\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:81;s:16:\"popularity_index\";i:618;s:11:\"trend_index\";i:426;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:375;a:19:{s:4:\"tmpl\";i:1164;s:2:\"id\";i:17313;s:5:\"title\";s:60:\"Development Course  &#8211; Thank You Page &#8211; Education\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2021/01/Dev-Course-TYP-.png\";s:12:\"tmpl_created\";i:1610903776;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:145:\"https://library.elementor.com/lp/development-course-thank-you-page-education/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:14:\"Thank You Page\";s:4:\"tags\";s:57:\"[\"Course Online\",\"Education\",\"Landing Pages\",\"Thank You\"]\";s:10:\"menu_order\";i:81;s:16:\"popularity_index\";i:834;s:11:\"trend_index\";i:0;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:376;a:19:{s:4:\"tmpl\";i:1045;s:2:\"id\";i:15197;s:5:\"title\";s:28:\"Psychologist &#8211; Contact\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/09/Contact-Us.jpg\";s:12:\"tmpl_created\";i:1600160499;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/psychologist-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:34:\"[\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:82;s:16:\"popularity_index\";i:666;s:11:\"trend_index\";i:558;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:377;a:19:{s:4:\"tmpl\";i:509;s:2:\"id\";i:5496;s:5:\"title\";s:7:\"About 9\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/about_black_8-1.png\";s:12:\"tmpl_created\";i:1520443526;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/about-9/?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:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:82;s:16:\"popularity_index\";i:523;s:11:\"trend_index\";i:453;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:378;a:19:{s:4:\"tmpl\";i:1041;s:2:\"id\";i:15142;s:5:\"title\";s:25:\"Psychologist &#8211; Home\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2020/09/Home.jpg\";s:12:\"tmpl_created\";i:1600156308;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/psychologist-home/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:34:\"[\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:83;s:16:\"popularity_index\";i:464;s:11:\"trend_index\";i:297;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:379;a:19:{s:4:\"tmpl\";i:1044;s:2:\"id\";i:15188;s:5:\"title\";s:28:\"Psychologist &#8211; Pricing\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/09/Pricing.jpg\";s:12:\"tmpl_created\";i:1600159731;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/psychologist-pricing/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:34:\"[\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:84;s:16:\"popularity_index\";i:732;s:11:\"trend_index\";i:537;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:380;a:19:{s:4:\"tmpl\";i:684;s:2:\"id\";i:8961;s:5:\"title\";s:9:\"archive 1\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/06/Archive_350.1.jpg\";s:12:\"tmpl_created\";i:1528639909;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/archive-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:7:\"archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:84;s:16:\"popularity_index\";i:79;s:11:\"trend_index\";i:15;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:381;a:19:{s:4:\"tmpl\";i:1043;s:2:\"id\";i:15167;s:5:\"title\";s:29:\"Psychologist &#8211; Services\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2020/09/Services.jpg\";s:12:\"tmpl_created\";i:1600158206;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/psychologist-services/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:34:\"[\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:85;s:16:\"popularity_index\";i:606;s:11:\"trend_index\";i:379;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:382;a:19:{s:4:\"tmpl\";i:1036;s:2:\"id\";i:14932;s:5:\"title\";s:30:\"Flooring Company &#8211; About\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/08/About.png\";s:12:\"tmpl_created\";i:1597740110;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/flooring-company-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:39:\"[\"Flooring company\",\"Flooring website\"]\";s:10:\"menu_order\";i:86;s:16:\"popularity_index\";i:488;s:11:\"trend_index\";i:319;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:383;a:19:{s:4:\"tmpl\";i:685;s:2:\"id\";i:8969;s:5:\"title\";s:9:\"archive 2\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/06/Archive_350.2.jpg\";s:12:\"tmpl_created\";i:1528700014;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/archive-2/?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:7:\"archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:86;s:16:\"popularity_index\";i:250;s:11:\"trend_index\";i:124;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:384;a:19:{s:4:\"tmpl\";i:1037;s:2:\"id\";i:14998;s:5:\"title\";s:32:\"Flooring Company &#8211; Contact\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/08/Contact-Us.png\";s:12:\"tmpl_created\";i:1597740222;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/flooring-company-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:39:\"[\"Flooring company\",\"Flooring website\"]\";s:10:\"menu_order\";i:87;s:16:\"popularity_index\";i:553;s:11:\"trend_index\";i:380;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:385;a:19:{s:4:\"tmpl\";i:1038;s:2:\"id\";i:14965;s:5:\"title\";s:32:\"Flooring Company &#8211; Gallery\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/08/Gallery.png\";s:12:\"tmpl_created\";i:1597740353;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/flooring-company-gallery/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:39:\"[\"Flooring company\",\"Flooring website\"]\";s:10:\"menu_order\";i:88;s:16:\"popularity_index\";i:371;s:11:\"trend_index\";i:291;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:386;a:19:{s:4:\"tmpl\";i:686;s:2:\"id\";i:8973;s:5:\"title\";s:9:\"archive 3\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/06/Archive_350.3.jpg\";s:12:\"tmpl_created\";i:1528700205;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/archive-3/?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:7:\"archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:88;s:16:\"popularity_index\";i:176;s:11:\"trend_index\";i:54;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:387;a:19:{s:4:\"tmpl\";i:1282;s:2:\"id\";i:22417;s:5:\"title\";s:52:\"Finance Learning Platform &#8211; Under Construction\";s:9:\"thumbnail\";s:89:\"https://library.elementor.com/wp-content/uploads/2021/04/Library-Pic-Finance-Platform.png\";s:12:\"tmpl_created\";i:1647354987;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:143:\"https://library.elementor.com/finance-learning-platform-under-construction/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Finance\",\"Landing Pages\"]\";s:10:\"menu_order\";i:89;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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:388;a:19:{s:4:\"tmpl\";i:1040;s:2:\"id\";i:14947;s:5:\"title\";s:33:\"Flooring company &#8211; Services\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2020/08/Services.png\";s:12:\"tmpl_created\";i:1597740551;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/flooring-company-services/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:39:\"[\"Flooring company\",\"Flooring website\"]\";s:10:\"menu_order\";i:90;s:16:\"popularity_index\";i:538;s:11:\"trend_index\";i:392;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:389;a:19:{s:4:\"tmpl\";i:1039;s:2:\"id\";i:14901;s:5:\"title\";s:29:\"Flooring Company &#8211; Home\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2020/08/Home.png\";s:12:\"tmpl_created\";i:1597740474;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/flooring-company-home/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:39:\"[\"Flooring company\",\"Flooring website\"]\";s:10:\"menu_order\";i:91;s:16:\"popularity_index\";i:387;s:11:\"trend_index\";i:185;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:390;a:19:{s:4:\"tmpl\";i:687;s:2:\"id\";i:8977;s:5:\"title\";s:9:\"archive 4\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/06/Archive_350.4.jpg\";s:12:\"tmpl_created\";i:1528700326;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/archive-4/?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:7:\"archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:91;s:16:\"popularity_index\";i:354;s:11:\"trend_index\";i:396;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:391;a:19:{s:4:\"tmpl\";i:1252;s:2:\"id\";i:22146;s:5:\"title\";s:36:\"Home Decor Store &#8211; Coming Soon\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2021/04/Library-Pic-Home-Decore.png\";s:12:\"tmpl_created\";i:1647177514;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/home-decor-store-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:57:\"[\"Coming Soon\",\"Decor\",\"Interior Design\",\"Landing Pages\"]\";s:10:\"menu_order\";i:92;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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:392;a:19:{s:4:\"tmpl\";i:688;s:2:\"id\";i:8981;s:5:\"title\";s:9:\"archive 5\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/06/Archive_350.5.jpg\";s:12:\"tmpl_created\";i:1528700484;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/archive-5/?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:7:\"archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:93;s:16:\"popularity_index\";i:333;s:11:\"trend_index\";i:195;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:393;a:19:{s:4:\"tmpl\";i:1021;s:2:\"id\";i:14737;s:5:\"title\";s:32:\"Luxury Real Estate &#8211; About\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/07/About.png\";s:12:\"tmpl_created\";i:1595313527;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/luxury-real-estate-about-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:28:\"[\"Real estate\",\"Realestate\"]\";s:10:\"menu_order\";i:93;s:16:\"popularity_index\";i:150;s:11:\"trend_index\";i:447;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:394;a:19:{s:4:\"tmpl\";i:689;s:2:\"id\";i:8985;s:5:\"title\";s:9:\"archive 6\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/06/Archive_350.6.jpg\";s:12:\"tmpl_created\";i:1528700612;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/archive-6/?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:7:\"archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:94;s:16:\"popularity_index\";i:204;s:11:\"trend_index\";i:95;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:395;a:19:{s:4:\"tmpl\";i:1020;s:2:\"id\";i:14756;s:5:\"title\";s:34:\"Luxury Real Estate &#8211; Contact\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/07/Contact-Us.png\";s:12:\"tmpl_created\";i:1595313519;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/luxury-real-estate-contact-us-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:28:\"[\"Real estate\",\"Realestate\"]\";s:10:\"menu_order\";i:94;s:16:\"popularity_index\";i:610;s:11:\"trend_index\";i:569;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:396;a:19:{s:4:\"tmpl\";i:1019;s:2:\"id\";i:14716;s:5:\"title\";s:31:\"Luxury Real Estate &#8211; Home\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2020/07/Home.png\";s:12:\"tmpl_created\";i:1595313512;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/luxury-real-estate-home-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:28:\"[\"Real estate\",\"Realestate\"]\";s:10:\"menu_order\";i:95;s:16:\"popularity_index\";i:394;s:11:\"trend_index\";i:165;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:397;a:19:{s:4:\"tmpl\";i:690;s:2:\"id\";i:8989;s:5:\"title\";s:9:\"archive 7\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/06/Archive_350.7.jpg\";s:12:\"tmpl_created\";i:1528701063;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/archive-7/?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:7:\"archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:96;s:16:\"popularity_index\";i:208;s:11:\"trend_index\";i:111;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:398;a:19:{s:4:\"tmpl\";i:1018;s:2:\"id\";i:14763;s:5:\"title\";s:31:\"Luxury Real Estate &#8211; News\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2020/07/news-Archive.png\";s:12:\"tmpl_created\";i:1595313273;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/luxury-real-estate-news-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:28:\"[\"Real estate\",\"Realestate\"]\";s:10:\"menu_order\";i:96;s:16:\"popularity_index\";i:404;s:11:\"trend_index\";i:167;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:399;a:19:{s:4:\"tmpl\";i:1283;s:2:\"id\";i:22423;s:5:\"title\";s:39:\"Online Store &#8211; Under Construction\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2021/04/Library-Pic-Online-Store.png\";s:12:\"tmpl_created\";i:1647355154;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/online-store-under-construction/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:59:\"[\"Landing Pages\",\"Online Shop\",\"Shop\",\"Under Construction\"]\";s:10:\"menu_order\";i:97;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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:400;a:19:{s:4:\"tmpl\";i:691;s:2:\"id\";i:8996;s:5:\"title\";s:9:\"archive 8\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/06/Archive_350.8.jpg\";s:12:\"tmpl_created\";i:1528701290;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/archive-8/?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:7:\"archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:98;s:16:\"popularity_index\";i:227;s:11:\"trend_index\";i:153;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:401;a:19:{s:4:\"tmpl\";i:1010;s:2:\"id\";i:13960;s:5:\"title\";s:32:\"Japanese restaurant &#8211; Home\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2020/06/Home-Page.jpg\";s:12:\"tmpl_created\";i:1592289775;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/japanese-restaurant-home-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:32:\"[\"Food\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:98;s:16:\"popularity_index\";i:537;s:11:\"trend_index\";i:287;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:402;a:19:{s:4:\"tmpl\";i:1284;s:2:\"id\";i:22428;s:5:\"title\";s:40:\"Travel Agency &#8211; Under Construction\";s:9:\"thumbnail\";s:88:\"https://library.elementor.com/wp-content/uploads/2021/04/Library-Pic-Travel-Agency-1.png\";s:12:\"tmpl_created\";i:1647355339;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/travel-agency-under-construction/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:56:\"[\"Agency\",\"Landing Pages\",\"Travel\",\"Under Construction\"]\";s:10:\"menu_order\";i:99;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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:403;a:19:{s:4:\"tmpl\";i:692;s:2:\"id\";i:9001;s:5:\"title\";s:9:\"archive 9\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/06/Archive_350.9.jpg\";s:12:\"tmpl_created\";i:1528701433;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/archive-9/?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:7:\"archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:100;s:16:\"popularity_index\";i:265;s:11:\"trend_index\";i:208;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:404;a:19:{s:4:\"tmpl\";i:1007;s:2:\"id\";i:13993;s:5:\"title\";s:45:\"Japanese restaurant &#8211; Chef&#8217;s Menu\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2020/06/Chef_s-Menu-Page.jpg\";s:12:\"tmpl_created\";i:1592289691;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/japanese-restaurant-chefs-menu/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:32:\"[\"Food\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:100;s:16:\"popularity_index\";i:651;s:11:\"trend_index\";i:675;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:405;a:19:{s:4:\"tmpl\";i:1006;s:2:\"id\";i:14012;s:5:\"title\";s:36:\"Japanese restaurant &#8211; Bar Menu\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2020/06/Bar-Menu-Page.jpg\";s:12:\"tmpl_created\";i:1592289665;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/japanese-restaurant-bar-menu/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:32:\"[\"Food\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:101;s:16:\"popularity_index\";i:735;s:11:\"trend_index\";i:829;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:406;a:19:{s:4:\"tmpl\";i:1005;s:2:\"id\";i:13917;s:5:\"title\";s:33:\"Japanese restaurant &#8211; About\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/06/About-Page.jpg\";s:12:\"tmpl_created\";i:1592289629;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/japanese-restaurant-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:32:\"[\"Food\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:102;s:16:\"popularity_index\";i:640;s:11:\"trend_index\";i:389;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:407;a:19:{s:4:\"tmpl\";i:997;s:2:\"id\";i:13528;s:5:\"title\";s:22:\"Barbershop &#8211; 404\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2020/05/404-Page.jpg\";s:12:\"tmpl_created\";i:1589893152;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/barbershop-404/?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:8:\"404 page\";s:4:\"tags\";s:34:\"[\"404\",\"Barber Shop\",\"Barbershop\"]\";s:10:\"menu_order\";i:103;s:16:\"popularity_index\";i:768;s:11:\"trend_index\";i:681;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:408;a:19:{s:4:\"tmpl\";i:1009;s:2:\"id\";i:13937;s:5:\"title\";s:35:\"Japanese restaurant &#8211; Gallery\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2020/06/Gallery-Page.jpg\";s:12:\"tmpl_created\";i:1592289748;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/japanese-restaurant-gallery/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:32:\"[\"Food\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:103;s:16:\"popularity_index\";i:648;s:11:\"trend_index\";i:551;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:409;a:19:{s:4:\"tmpl\";i:1008;s:2:\"id\";i:14030;s:5:\"title\";s:34:\"Japanese restaurant &#8211; Events\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2020/06/Events-Page.jpg\";s:12:\"tmpl_created\";i:1592289713;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/japanese-restaurant-events/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:32:\"[\"Food\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:104;s:16:\"popularity_index\";i:723;s:11:\"trend_index\";i:711;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:410;a:19:{s:4:\"tmpl\";i:998;s:2:\"id\";i:13518;s:5:\"title\";s:26:\"Barbershop &#8211; Archive\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2020/05/Blog-Page.jpg\";s:12:\"tmpl_created\";i:1589893157;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/blocks/barbershop-archive/?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:7:\"archive\";s:4:\"tags\";s:28:\"[\"Barber Shop\",\"Barbershop\"]\";s:10:\"menu_order\";i:105;s:16:\"popularity_index\";i:737;s:11:\"trend_index\";i:523;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:411;a:19:{s:4:\"tmpl\";i:1016;s:2:\"id\";i:13984;s:5:\"title\";s:40:\"Japanese restaurant &#8211; Reservations\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2020/06/reservations.jpg\";s:12:\"tmpl_created\";i:1592294757;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/japanese-restaurant-reservations/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:32:\"[\"Food\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:105;s:16:\"popularity_index\";i:715;s:11:\"trend_index\";i:727;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:412;a:19:{s:4:\"tmpl\";i:999;s:2:\"id\";i:13479;s:5:\"title\";s:23:\"Barbershop &#8211; Home\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2020/05/Home-Page.jpg\";s:12:\"tmpl_created\";i:1589893275;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/barbershop-home/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:28:\"[\"Barber Shop\",\"Barbershop\"]\";s:10:\"menu_order\";i:106;s:16:\"popularity_index\";i:683;s:11:\"trend_index\";i:832;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:413;a:19:{s:4:\"tmpl\";i:996;s:2:\"id\";i:13604;s:5:\"title\";s:25:\"Barbershop &#8211; Footer\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2020/05/Footer-Small.jpg\";s:12:\"tmpl_created\";i:1589893147;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/blocks/barbershop-footer/?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:6:\"footer\";s:4:\"tags\";s:37:\"[\"Barber Shop\",\"Barbershop\",\"Footer\"]\";s:10:\"menu_order\";i:107;s:16:\"popularity_index\";i:555;s:11:\"trend_index\";i:267;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:414;a:19:{s:4:\"tmpl\";i:1000;s:2:\"id\";i:13503;s:5:\"title\";s:24:\"Barbershop &#8211; About\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/05/About-Page.jpg\";s:12:\"tmpl_created\";i:1589893289;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/barbershop-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:28:\"[\"Barber Shop\",\"Barbershop\"]\";s:10:\"menu_order\";i:107;s:16:\"popularity_index\";i:744;s:11:\"trend_index\";i:739;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:415;a:19:{s:4:\"tmpl\";i:995;s:2:\"id\";i:13612;s:5:\"title\";s:25:\"Barbershop &#8211; Header\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2020/06/barber-shop-header.jpg\";s:12:\"tmpl_created\";i:1589893142;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/blocks/barbershop-header/?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:6:\"header\";s:4:\"tags\";s:37:\"[\"Barber Shop\",\"Barbershop\",\"Header\"]\";s:10:\"menu_order\";i:108;s:16:\"popularity_index\";i:343;s:11:\"trend_index\";i:137;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:416;a:19:{s:4:\"tmpl\";i:1001;s:2:\"id\";i:13548;s:5:\"title\";s:27:\"Barbershop &#8211; Services\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2020/05/Services-Page.jpg\";s:12:\"tmpl_created\";i:1589893298;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/barbershop-services/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:28:\"[\"Barber Shop\",\"Barbershop\"]\";s:10:\"menu_order\";i:108;s:16:\"popularity_index\";i:761;s:11:\"trend_index\";i:0;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:417;a:19:{s:4:\"tmpl\";i:1002;s:2:\"id\";i:13560;s:5:\"title\";s:26:\"Barbershop &#8211; Gallery\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2020/05/Gallery-Page.jpg\";s:12:\"tmpl_created\";i:1589893307;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/barbershop-gallery/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:28:\"[\"Barber Shop\",\"Barbershop\"]\";s:10:\"menu_order\";i:109;s:16:\"popularity_index\";i:756;s:11:\"trend_index\";i:822;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:418;a:19:{s:4:\"tmpl\";i:1003;s:2:\"id\";i:13587;s:5:\"title\";s:26:\"Barbershop &#8211; Contact\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2020/05/Contact-Us-Page.jpg\";s:12:\"tmpl_created\";i:1589893315;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/barbershop-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:28:\"[\"Barber Shop\",\"Barbershop\"]\";s:10:\"menu_order\";i:110;s:16:\"popularity_index\";i:753;s:11:\"trend_index\";i:0;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:419;a:19:{s:4:\"tmpl\";i:982;s:2:\"id\";i:13307;s:5:\"title\";s:26:\"Online Course &#8211; Home\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2020/04/Home.jpg\";s:12:\"tmpl_created\";i:1587474541;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/online-course-home/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:29:\"[\"Course Online\",\"Education\"]\";s:10:\"menu_order\";i:111;s:16:\"popularity_index\";i:230;s:11:\"trend_index\";i:125;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:420;a:19:{s:4:\"tmpl\";i:994;s:2:\"id\";i:13621;s:5:\"title\";s:30:\"Barbershop &#8211; Single Post\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2020/05/Single-Page.jpg\";s:12:\"tmpl_created\";i:1589893137;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/blocks/barbershop-single-post/?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:11:\"single post\";s:4:\"tags\";s:28:\"[\"Barber Shop\",\"Barbershop\"]\";s:10:\"menu_order\";i:111;s:16:\"popularity_index\";i:736;s:11:\"trend_index\";i:580;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:421;a:19:{s:4:\"tmpl\";i:1131;s:2:\"id\";i:16527;s:5:\"title\";s:24:\"Beauty Salon &#8211; 404\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2020/12/404.jpg\";s:12:\"tmpl_created\";i:1608622517;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/blocks/beauty-salon-404/?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:8:\"404 page\";s:4:\"tags\";s:29:\"[\"404\",\"Beauty Salon\",\"Hair\"]\";s:10:\"menu_order\";i:112;s:16:\"popularity_index\";i:742;s:11:\"trend_index\";i:563;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:422;a:19:{s:4:\"tmpl\";i:983;s:2:\"id\";i:13328;s:5:\"title\";s:27:\"Online Course &#8211; About\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/04/About.jpg\";s:12:\"tmpl_created\";i:1587474558;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/online-course-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:29:\"[\"Course Online\",\"Education\"]\";s:10:\"menu_order\";i:112;s:16:\"popularity_index\";i:508;s:11:\"trend_index\";i:429;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:423;a:19:{s:4:\"tmpl\";i:984;s:2:\"id\";i:13338;s:5:\"title\";s:33:\"Online Course &#8211; Course Page\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2020/04/Course-Page.png\";s:12:\"tmpl_created\";i:1587474574;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/online-course-course-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:29:\"[\"Course Online\",\"Education\"]\";s:10:\"menu_order\";i:113;s:16:\"popularity_index\";i:337;s:11:\"trend_index\";i:310;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:424;a:19:{s:4:\"tmpl\";i:985;s:2:\"id\";i:13352;s:5:\"title\";s:29:\"Online Course &#8211; Contact\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/04/Contact-Us.jpg\";s:12:\"tmpl_created\";i:1587474591;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/online-course-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:29:\"[\"Course Online\",\"Education\"]\";s:10:\"menu_order\";i:114;s:16:\"popularity_index\";i:565;s:11:\"trend_index\";i:533;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:425;a:19:{s:4:\"tmpl\";i:1130;s:2:\"id\";i:16535;s:5:\"title\";s:27:\"Beauty Salon &#8211; Footer\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/12/Footer.jpg\";s:12:\"tmpl_created\";i:1608622498;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/blocks/beauty-salon-footer/?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:6:\"footer\";s:4:\"tags\";s:32:\"[\"Beauty Salon\",\"Footer\",\"Hair\"]\";s:10:\"menu_order\";i:115;s:16:\"popularity_index\";i:524;s:11:\"trend_index\";i:126;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:426;a:19:{s:4:\"tmpl\";i:971;s:2:\"id\";i:13187;s:5:\"title\";s:33:\"Interior Design &#8211; Home Page\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2020/04/Home.png\";s:12:\"tmpl_created\";i:1586148661;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/interior-design-home-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:30:\"[\"Business\",\"Interior Design\"]\";s:10:\"menu_order\";i:115;s:16:\"popularity_index\";i:331;s:11:\"trend_index\";i:264;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:427;a:19:{s:4:\"tmpl\";i:1453;s:2:\"id\";i:16346;s:5:\"title\";s:33:\"Your New Home &#8211; Real Estate\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2017/03/lp3-l.png\";s:12:\"tmpl_created\";i:1660205402;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/lp/your-new-home-real-estate/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:11:\"Real Estate\";s:4:\"tags\";s:31:\"[\"Landing Pages\",\"Real estate\"]\";s:10:\"menu_order\";i:116;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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:428;a:19:{s:4:\"tmpl\";i:972;s:2:\"id\";i:13199;s:5:\"title\";s:29:\"Interior Design &#8211; About\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/04/About.png\";s:12:\"tmpl_created\";i:1586148666;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/interior-design-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:30:\"[\"Business\",\"Interior Design\"]\";s:10:\"menu_order\";i:116;s:16:\"popularity_index\";i:316;s:11:\"trend_index\";i:334;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:429;a:19:{s:4:\"tmpl\";i:1129;s:2:\"id\";i:16545;s:5:\"title\";s:27:\"Beauty Salon &#8211; Header\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/12/Header.jpg\";s:12:\"tmpl_created\";i:1608622495;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/blocks/beauty-salon-header/?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:6:\"header\";s:4:\"tags\";s:32:\"[\"Beauty Salon\",\"Hair\",\"Header\"]\";s:10:\"menu_order\";i:117;s:16:\"popularity_index\";i:356;s:11:\"trend_index\";i:49;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:430;a:19:{s:4:\"tmpl\";i:973;s:2:\"id\";i:13214;s:5:\"title\";s:32:\"Interior Design &#8211; Projects\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2020/04/portfolio_s.jpg\";s:12:\"tmpl_created\";i:1586148672;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/interior-design-projects/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:30:\"[\"Business\",\"Interior Design\"]\";s:10:\"menu_order\";i:117;s:16:\"popularity_index\";i:367;s:11:\"trend_index\";i:323;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:431;a:19:{s:4:\"tmpl\";i:641;s:2:\"id\";i:7686;s:5:\"title\";s:12:\"Blog Posts 1\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2018/03/blog_posts.png\";s:12:\"tmpl_created\";i:1521558047;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/blog-posts-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:4:\"page\";s:4:\"tags\";s:26:\"[\"Archive\",\"Blog\",\"posts\"]\";s:10:\"menu_order\";i:118;s:16:\"popularity_index\";i:131;s:11:\"trend_index\";i:152;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:432;a:19:{s:4:\"tmpl\";i:974;s:2:\"id\";i:13229;s:5:\"title\";s:31:\"Interior Design &#8211; Contact\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/04/Contact-Us.png\";s:12:\"tmpl_created\";i:1586148677;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/interior-design-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:30:\"[\"Business\",\"Interior Design\"]\";s:10:\"menu_order\";i:118;s:16:\"popularity_index\";i:395;s:11:\"trend_index\";i:337;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:433;a:19:{s:4:\"tmpl\";i:959;s:2:\"id\";i:12948;s:5:\"title\";s:29:\"Photography &#8211; Home Page\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/02/Home_s.png\";s:12:\"tmpl_created\";i:1582093442;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/photography-home-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:119;s:16:\"popularity_index\";i:241;s:11:\"trend_index\";i:201;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:434;a:19:{s:4:\"tmpl\";i:960;s:2:\"id\";i:12798;s:5:\"title\";s:25:\"Photography &#8211; About\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/02/About_s.png\";s:12:\"tmpl_created\";i:1582093446;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/photography-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:120;s:16:\"popularity_index\";i:499;s:11:\"trend_index\";i:374;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:435;a:19:{s:4:\"tmpl\";i:484;s:2:\"id\";i:5283;s:5:\"title\";s:9:\"Clients 1\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/clients_white_2.png\";s:12:\"tmpl_created\";i:1520443478;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/clients-1-2/?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:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:120;s:16:\"popularity_index\";i:294;s:11:\"trend_index\";i:202;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:436;a:19:{s:4:\"tmpl\";i:961;s:2:\"id\";i:12868;s:5:\"title\";s:27:\"Photography &#8211; Contact\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2020/02/Contact_s.png\";s:12:\"tmpl_created\";i:1582093450;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/photography-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:121;s:16:\"popularity_index\";i:531;s:11:\"trend_index\";i:350;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:437;a:19:{s:4:\"tmpl\";i:962;s:2:\"id\";i:13056;s:5:\"title\";s:28:\"Photography &#8211; Wildlife\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/02/Wildlife_s.png\";s:12:\"tmpl_created\";i:1582093454;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/photography-wildlife/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:122;s:16:\"popularity_index\";i:579;s:11:\"trend_index\";i:656;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:438;a:19:{s:4:\"tmpl\";i:487;s:2:\"id\";i:5306;s:5:\"title\";s:10:\"Clients 10\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/clients_black_3.png\";s:12:\"tmpl_created\";i:1520443484;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/clients-10/?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:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:122;s:16:\"popularity_index\";i:657;s:11:\"trend_index\";i:581;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:439;a:19:{s:4:\"tmpl\";i:963;s:2:\"id\";i:12922;s:5:\"title\";s:37:\"Photography &#8211; Glowing Jellyfish\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2020/02/Jellyfish_S.png\";s:12:\"tmpl_created\";i:1582093457;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/photography-glowing-jellyfish/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:123;s:16:\"popularity_index\";i:628;s:11:\"trend_index\";i:532;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:440;a:19:{s:4:\"tmpl\";i:964;s:2:\"id\";i:12875;s:5:\"title\";s:36:\"Photography &#8211; Fluttering Birds\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/02/Birds_s.png\";s:12:\"tmpl_created\";i:1582093461;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/photography-fluttering-birds/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:124;s:16:\"popularity_index\";i:693;s:11:\"trend_index\";i:766;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:441;a:19:{s:4:\"tmpl\";i:965;s:2:\"id\";i:12962;s:5:\"title\";s:26:\"Photography &#8211; Nature\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2020/02/Nature_s.png\";s:12:\"tmpl_created\";i:1582093465;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/photography-nature/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:125;s:16:\"popularity_index\";i:592;s:11:\"trend_index\";i:778;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:442;a:19:{s:4:\"tmpl\";i:491;s:2:\"id\";i:5341;s:5:\"title\";s:10:\"Clients 11\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/clients_black_4.png\";s:12:\"tmpl_created\";i:1520443491;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/clients-11/?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:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:125;s:16:\"popularity_index\";i:603;s:11:\"trend_index\";i:633;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:443;a:19:{s:4:\"tmpl\";i:966;s:2:\"id\";i:12833;s:5:\"title\";s:38:\"Photography &#8211; Blossoming Flowers\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2020/02/Flowers_s.png\";s:12:\"tmpl_created\";i:1582093469;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/photography-blossoming-flowers/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:126;s:16:\"popularity_index\";i:597;s:11:\"trend_index\";i:750;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:444;a:19:{s:4:\"tmpl\";i:488;s:2:\"id\";i:5315;s:5:\"title\";s:10:\"Clients 12\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_4-1.png\";s:12:\"tmpl_created\";i:1520443486;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/clients-12/?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:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:126;s:16:\"popularity_index\";i:485;s:11:\"trend_index\";i:263;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:445;a:19:{s:4:\"tmpl\";i:967;s:2:\"id\";i:12898;s:5:\"title\";s:36:\"Photography &#8211; Forest Mushrooms\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2020/02/Mushrooms_s.png\";s:12:\"tmpl_created\";i:1582093473;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/photography-forest-mushrooms/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:127;s:16:\"popularity_index\";i:667;s:11:\"trend_index\";i:649;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:446;a:19:{s:4:\"tmpl\";i:968;s:2:\"id\";i:12994;s:5:\"title\";s:24:\"Photography &#8211; Pets\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/02/Pets_s.png\";s:12:\"tmpl_created\";i:1582093477;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/photography-pets/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:128;s:16:\"popularity_index\";i:612;s:11:\"trend_index\";i:508;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:447;a:19:{s:4:\"tmpl\";i:969;s:2:\"id\";i:12805;s:5:\"title\";s:37:\"Photography &#8211; B&amp;W Portraits\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/02/Black_s.png\";s:12:\"tmpl_created\";i:1582093481;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/photography-bw-portraits/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:129;s:16:\"popularity_index\";i:695;s:11:\"trend_index\";i:735;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:448;a:19:{s:4:\"tmpl\";i:490;s:2:\"id\";i:5333;s:5:\"title\";s:10:\"Clients 13\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_6.png\";s:12:\"tmpl_created\";i:1520443489;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/clients-13/?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:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:129;s:16:\"popularity_index\";i:234;s:11:\"trend_index\";i:128;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:449;a:19:{s:4:\"tmpl\";i:970;s:2:\"id\";i:13031;s:5:\"title\";s:33:\"Photography &#8211; Vivid Parrots\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2020/02/Parrots_s.png\";s:12:\"tmpl_created\";i:1582093484;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/photography-vivid-parrots/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:130;s:16:\"popularity_index\";i:660;s:11:\"trend_index\";i:643;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:450;a:19:{s:4:\"tmpl\";i:496;s:2:\"id\";i:5389;s:5:\"title\";s:10:\"Clients 14\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_black_9.png\";s:12:\"tmpl_created\";i:1520443501;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/clients-14/?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:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:130;s:16:\"popularity_index\";i:407;s:11:\"trend_index\";i:307;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:451;a:19:{s:4:\"tmpl\";i:940;s:2:\"id\";i:12621;s:5:\"title\";s:26:\"Magazine &#8211; Home Page\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/01/Home_s.png\";s:12:\"tmpl_created\";i:1579060604;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/magazine-home-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:19:\"[\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";i:131;s:16:\"popularity_index\";i:167;s:11:\"trend_index\";i:121;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:452;a:19:{s:4:\"tmpl\";i:936;s:2:\"id\";i:12352;s:5:\"title\";s:24:\"Travel &#8211; Home Page\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2019/12/Home_s.png\";s:12:\"tmpl_created\";i:1575960464;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/travel-home-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:132;s:16:\"popularity_index\";i:291;s:11:\"trend_index\";i:194;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:453;a:19:{s:4:\"tmpl\";i:486;s:2:\"id\";i:5298;s:5:\"title\";s:10:\"Clients 15\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/clients_white_3.png\";s:12:\"tmpl_created\";i:1520443482;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/clients-15/?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:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:132;s:16:\"popularity_index\";i:465;s:11:\"trend_index\";i:520;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:454;a:19:{s:4:\"tmpl\";i:932;s:2:\"id\";i:12400;s:5:\"title\";s:20:\"Travel &#8211; About\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2019/12/About.png\";s:12:\"tmpl_created\";i:1575960441;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/travel-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:133;s:16:\"popularity_index\";i:444;s:11:\"trend_index\";i:445;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:455;a:19:{s:4:\"tmpl\";i:938;s:2:\"id\";i:12479;s:5:\"title\";s:20:\"Travel &#8211; Tours\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2019/12/Tours_s.png\";s:12:\"tmpl_created\";i:1575960474;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/travel-tours/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:134;s:16:\"popularity_index\";i:539;s:11:\"trend_index\";i:726;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:456;a:19:{s:4:\"tmpl\";i:495;s:2:\"id\";i:5381;s:5:\"title\";s:10:\"Clients 16\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_9.png\";s:12:\"tmpl_created\";i:1520443499;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/clients-16/?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:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:134;s:16:\"popularity_index\";i:198;s:11:\"trend_index\";i:168;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:457;a:19:{s:4:\"tmpl\";i:937;s:2:\"id\";i:12466;s:5:\"title\";s:27:\"Travel &#8211; Testimonials\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2019/12/Testimonials.png\";s:12:\"tmpl_created\";i:1575960469;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/travel-testimonials/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:135;s:16:\"popularity_index\";i:527;s:11:\"trend_index\";i:481;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:458;a:19:{s:4:\"tmpl\";i:935;s:2:\"id\";i:12443;s:5:\"title\";s:22:\"Travel &#8211; Gallery\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2019/12/Gallery.png\";s:12:\"tmpl_created\";i:1575960459;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/travel-gallery/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:136;s:16:\"popularity_index\";i:467;s:11:\"trend_index\";i:501;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:459;a:19:{s:4:\"tmpl\";i:934;s:2:\"id\";i:12431;s:5:\"title\";s:18:\"Travel &#8211; FAQ\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2019/12/FAQ.png\";s:12:\"tmpl_created\";i:1575960453;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/travel-faq/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:137;s:16:\"popularity_index\";i:501;s:11:\"trend_index\";i:387;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:460;a:19:{s:4:\"tmpl\";i:493;s:2:\"id\";i:5357;s:5:\"title\";s:9:\"Clients 2\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/clients_black_7.png\";s:12:\"tmpl_created\";i:1520443495;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/clients-2-2/?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:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:137;s:16:\"popularity_index\";i:341;s:11:\"trend_index\";i:232;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:461;a:19:{s:4:\"tmpl\";i:933;s:2:\"id\";i:12421;s:5:\"title\";s:27:\"Travel &#8211; Contact Page\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2019/12/Contsct-Us.png\";s:12:\"tmpl_created\";i:1575960445;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/travel-contact-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:138;s:16:\"popularity_index\";i:571;s:11:\"trend_index\";i:536;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:462;a:19:{s:4:\"tmpl\";i:892;s:2:\"id\";i:11763;s:5:\"title\";s:27:\"Portfolio &#8211; Home Page\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2019/09/Homepage_small.png\";s:12:\"tmpl_created\";i:1569428959;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/portfolio-home-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:34:\"[\"Creative Portfolio\",\"Portfolio\"]\";s:10:\"menu_order\";i:139;s:16:\"popularity_index\";i:280;s:11:\"trend_index\";i:241;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:463;a:19:{s:4:\"tmpl\";i:485;s:2:\"id\";i:5290;s:5:\"title\";s:9:\"Clients 3\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/clients_black_2.png\";s:12:\"tmpl_created\";i:1520443480;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/clients-3-2/?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:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:139;s:16:\"popularity_index\";i:545;s:11:\"trend_index\";i:502;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:464;a:19:{s:4:\"tmpl\";i:891;s:2:\"id\";i:11781;s:5:\"title\";s:23:\"Portfolio &#8211; About\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/09/About_small.png\";s:12:\"tmpl_created\";i:1569428955;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/portfolio-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:34:\"[\"Creative Portfolio\",\"Portfolio\"]\";s:10:\"menu_order\";i:140;s:16:\"popularity_index\";i:349;s:11:\"trend_index\";i:290;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:465;a:19:{s:4:\"tmpl\";i:482;s:2:\"id\";i:5266;s:5:\"title\";s:9:\"Clients 4\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/clients_white_1.png\";s:12:\"tmpl_created\";i:1520443474;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/clients-4/?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:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:140;s:16:\"popularity_index\";i:95;s:11:\"trend_index\";i:134;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:466;a:19:{s:4:\"tmpl\";i:890;s:2:\"id\";i:11793;s:5:\"title\";s:26:\"Portfolio &#8211; Projects\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2019/09/Projects_small.png\";s:12:\"tmpl_created\";i:1569428951;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/portfolio-projects/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:34:\"[\"Creative Portfolio\",\"Portfolio\"]\";s:10:\"menu_order\";i:141;s:16:\"popularity_index\";i:448;s:11:\"trend_index\";i:467;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:467;a:19:{s:4:\"tmpl\";i:889;s:2:\"id\";i:11800;s:5:\"title\";s:25:\"Portfolio &#8211; Contact\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/09/Contact_small.png\";s:12:\"tmpl_created\";i:1569428946;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/portfolio-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:34:\"[\"Creative Portfolio\",\"Portfolio\"]\";s:10:\"menu_order\";i:142;s:16:\"popularity_index\";i:494;s:11:\"trend_index\";i:449;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:468;a:19:{s:4:\"tmpl\";i:866;s:2:\"id\";i:11163;s:5:\"title\";s:32:\"Digital Agency &#8211; Home Page\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2019/07/Home_small.png\";s:12:\"tmpl_created\";i:1564641877;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/digital-agency-home-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:30:\"[\"Digital Agency\",\"Marketing\"]\";s:10:\"menu_order\";i:143;s:16:\"popularity_index\";i:57;s:11:\"trend_index\";i:32;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:469;a:19:{s:4:\"tmpl\";i:483;s:2:\"id\";i:5275;s:5:\"title\";s:9:\"Clients 5\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/clients_black_1.png\";s:12:\"tmpl_created\";i:1520443476;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/clients-5/?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:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:143;s:16:\"popularity_index\";i:334;s:11:\"trend_index\";i:321;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:470;a:19:{s:4:\"tmpl\";i:492;s:2:\"id\";i:5349;s:5:\"title\";s:9:\"Clients 7\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_7.png\";s:12:\"tmpl_created\";i:1520443493;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/clients-7/?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:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:144;s:16:\"popularity_index\";i:233;s:11:\"trend_index\";i:92;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:471;a:19:{s:4:\"tmpl\";i:916;s:2:\"id\";i:12143;s:5:\"title\";s:22:\"Law Firm &#8211; About\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2019/11/about.png\";s:12:\"tmpl_created\";i:1572847069;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/law-firm-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:146;s:16:\"popularity_index\";i:350;s:11:\"trend_index\";i:344;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:472;a:19:{s:4:\"tmpl\";i:489;s:2:\"id\";i:5324;s:5:\"title\";s:9:\"Clients 8\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_5-1.png\";s:12:\"tmpl_created\";i:1520443488;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/clients-8/?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:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:146;s:16:\"popularity_index\";i:526;s:11:\"trend_index\";i:381;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:473;a:19:{s:4:\"tmpl\";i:920;s:2:\"id\";i:12091;s:5:\"title\";s:21:\"Law Firm &#8211; Team\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2019/11/team.png\";s:12:\"tmpl_created\";i:1572847113;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/law-firm-team/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:147;s:16:\"popularity_index\";i:318;s:11:\"trend_index\";i:314;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:474;a:19:{s:4:\"tmpl\";i:869;s:2:\"id\";i:11129;s:5:\"title\";s:28:\"Digital Agency &#8211; About\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/07/About_small.png\";s:12:\"tmpl_created\";i:1564641889;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/digital-agency-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:30:\"[\"Digital Agency\",\"Marketing\"]\";s:10:\"menu_order\";i:148;s:16:\"popularity_index\";i:182;s:11:\"trend_index\";i:166;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:475;a:19:{s:4:\"tmpl\";i:880;s:2:\"id\";i:11572;s:5:\"title\";s:19:\"Gym &#8211; Trainer\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/08/Trainer_Small.png\";s:12:\"tmpl_created\";i:1567392934;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/gym-trainer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:7:\"[\"Gym\"]\";s:10:\"menu_order\";i:149;s:16:\"popularity_index\";i:521;s:11:\"trend_index\";i:590;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:476;a:19:{s:4:\"tmpl\";i:494;s:2:\"id\";i:5368;s:5:\"title\";s:9:\"Clients 9\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_8.png\";s:12:\"tmpl_created\";i:1520443497;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/clients-9/?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:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:149;s:16:\"popularity_index\";i:253;s:11:\"trend_index\";i:273;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:477;a:19:{s:4:\"tmpl\";i:917;s:2:\"id\";i:12133;s:5:\"title\";s:24:\"Law Firm &#8211; Careers\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2019/11/careers.png\";s:12:\"tmpl_created\";i:1572847078;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/law-firm-careers/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:151;s:16:\"popularity_index\";i:583;s:11:\"trend_index\";i:640;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:478;a:19:{s:4:\"tmpl\";i:425;s:2:\"id\";i:4436;s:5:\"title\";s:11:\"Contact  16\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/02/map_black_2.png\";s:12:\"tmpl_created\";i:1520443293;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/contact-16/?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:7:\"contact\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:151;s:16:\"popularity_index\";i:161;s:11:\"trend_index\";i:68;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:479;a:19:{s:4:\"tmpl\";i:915;s:2:\"id\";i:12155;s:5:\"title\";s:26:\"Law Firm &#8211; Home Page\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2019/11/home.png\";s:12:\"tmpl_created\";i:1572847054;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/law-firm-home-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:152;s:16:\"popularity_index\";i:193;s:11:\"trend_index\";i:110;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:480;a:19:{s:4:\"tmpl\";i:423;s:2:\"id\";i:4420;s:5:\"title\";s:9:\"Contact 1\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/02/map_black_1.png\";s:12:\"tmpl_created\";i:1520443289;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/contact-1-2/?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:7:\"contact\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:152;s:16:\"popularity_index\";i:196;s:11:\"trend_index\";i:127;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:481;a:19:{s:4:\"tmpl\";i:921;s:2:\"id\";i:12080;s:5:\"title\";s:24:\"Law Firm &#8211; Partner\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2019/11/partner-1.png\";s:12:\"tmpl_created\";i:1572847120;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/law-firm-partner/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:153;s:16:\"popularity_index\";i:556;s:11:\"trend_index\";i:471;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:482;a:19:{s:4:\"tmpl\";i:534;s:2:\"id\";i:5836;s:5:\"title\";s:10:\"Contact 10\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/contact_white_2.png\";s:12:\"tmpl_created\";i:1520443597;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/contact-10/?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:7:\"contact\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:154;s:16:\"popularity_index\";i:114;s:11:\"trend_index\";i:76;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:483;a:19:{s:4:\"tmpl\";i:865;s:2:\"id\";i:11074;s:5:\"title\";s:31:\"Digital Agency &#8211; Services\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2019/07/Services_small.png\";s:12:\"tmpl_created\";i:1564641872;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/digital-agency-services/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:30:\"[\"Digital Agency\",\"Marketing\"]\";s:10:\"menu_order\";i:154;s:16:\"popularity_index\";i:163;s:11:\"trend_index\";i:170;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:484;a:19:{s:4:\"tmpl\";i:879;s:2:\"id\";i:11506;s:5:\"title\";s:19:\"Gym &#8211; Classes\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/08/Classes_Small.png\";s:12:\"tmpl_created\";i:1567392930;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/gym-classes/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:7:\"[\"Gym\"]\";s:10:\"menu_order\";i:155;s:16:\"popularity_index\";i:514;s:11:\"trend_index\";i:554;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:485;a:19:{s:4:\"tmpl\";i:535;s:2:\"id\";i:5844;s:5:\"title\";s:10:\"Contact 11\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/contact_black_2.png\";s:12:\"tmpl_created\";i:1520443599;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/contact-11/?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:7:\"contact\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:156;s:16:\"popularity_index\";i:289;s:11:\"trend_index\";i:313;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:486;a:19:{s:4:\"tmpl\";i:922;s:2:\"id\";i:12044;s:5:\"title\";s:24:\"Law Firm &#8211; Contact\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2019/11/contsct_us.png\";s:12:\"tmpl_created\";i:1572847130;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/law-firm-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:157;s:16:\"popularity_index\";i:437;s:11:\"trend_index\";i:304;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:487;a:19:{s:4:\"tmpl\";i:430;s:2:\"id\";i:4476;s:5:\"title\";s:10:\"Contact 15\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/contact_white_4.png\";s:12:\"tmpl_created\";i:1520443303;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/contact-15/?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:7:\"contact\";s:4:\"tags\";s:18:\"[\"Contact\",\"Form\"]\";s:10:\"menu_order\";i:157;s:16:\"popularity_index\";i:229;s:11:\"trend_index\";i:187;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:488;a:19:{s:4:\"tmpl\";i:918;s:2:\"id\";i:12124;s:5:\"title\";s:25:\"Law Firm &#8211; Services\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2019/11/services.png\";s:12:\"tmpl_created\";i:1572847096;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/law-firm-services/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:158;s:16:\"popularity_index\";i:433;s:11:\"trend_index\";i:296;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:489;a:19:{s:4:\"tmpl\";i:864;s:2:\"id\";i:11056;s:5:\"title\";s:35:\"Digital Agency &#8211; Social Media\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2019/07/Social-Media_small.png\";s:12:\"tmpl_created\";i:1564641867;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/digital-agency-social-media/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:30:\"[\"Digital Agency\",\"Marketing\"]\";s:10:\"menu_order\";i:159;s:16:\"popularity_index\";i:297;s:11:\"trend_index\";i:361;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:490;a:19:{s:4:\"tmpl\";i:476;s:2:\"id\";i:5214;s:5:\"title\";s:10:\"Contact 16\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_2.png\";s:12:\"tmpl_created\";i:1520443462;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/contact-16-2/?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:7:\"contact\";s:4:\"tags\";s:18:\"[\"Contact\",\"Form\"]\";s:10:\"menu_order\";i:159;s:16:\"popularity_index\";i:194;s:11:\"trend_index\";i:106;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:491;a:19:{s:4:\"tmpl\";i:878;s:2:\"id\";i:11536;s:5:\"title\";s:19:\"Gym &#8211; Fitness\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/08/Fitness_Small.png\";s:12:\"tmpl_created\";i:1567392927;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/gym-fitness/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:7:\"[\"Gym\"]\";s:10:\"menu_order\";i:160;s:16:\"popularity_index\";i:621;s:11:\"trend_index\";i:674;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:492;a:19:{s:4:\"tmpl\";i:882;s:2:\"id\";i:11545;s:5:\"title\";s:21:\"Gym &#8211; Home Page\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2019/08/Home_Small.png\";s:12:\"tmpl_created\";i:1567392943;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/gym-home-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:7:\"[\"Gym\"]\";s:10:\"menu_order\";i:161;s:16:\"popularity_index\";i:310;s:11:\"trend_index\";i:229;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:493;a:19:{s:4:\"tmpl\";i:919;s:2:\"id\";i:12116;s:5:\"title\";s:24:\"Law Firm &#8211; Service\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2019/11/family_law.png\";s:12:\"tmpl_created\";i:1572847105;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/law-firm-service/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:162;s:16:\"popularity_index\";i:489;s:11:\"trend_index\";i:339;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:494;a:19:{s:4:\"tmpl\";i:478;s:2:\"id\";i:5230;s:5:\"title\";s:10:\"Contact 17\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_3.png\";s:12:\"tmpl_created\";i:1520443466;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/contact-17/?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:7:\"contact\";s:4:\"tags\";s:18:\"[\"Contact\",\"Form\"]\";s:10:\"menu_order\";i:162;s:16:\"popularity_index\";i:339;s:11:\"trend_index\";i:335;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:495;a:19:{s:4:\"tmpl\";i:868;s:2:\"id\";i:11094;s:5:\"title\";s:30:\"Digital Agency &#8211; Clients\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/07/Clients_small.png\";s:12:\"tmpl_created\";i:1564641885;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/digital-agency-clients/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:30:\"[\"Digital Agency\",\"Marketing\"]\";s:10:\"menu_order\";i:163;s:16:\"popularity_index\";i:424;s:11:\"trend_index\";i:424;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:496;a:19:{s:4:\"tmpl\";i:481;s:2:\"id\";i:5257;s:5:\"title\";s:10:\"Contact 18\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_5.png\";s:12:\"tmpl_created\";i:1520443472;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/contact-18/?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:7:\"contact\";s:4:\"tags\";s:8:\"[\"Form\"]\";s:10:\"menu_order\";i:163;s:16:\"popularity_index\";i:438;s:11:\"trend_index\";i:490;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:497;a:19:{s:4:\"tmpl\";i:881;s:2:\"id\";i:11478;s:5:\"title\";s:17:\"Gym &#8211; About\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/08/About_Small.png\";s:12:\"tmpl_created\";i:1567392939;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/gym-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:7:\"[\"Gym\"]\";s:10:\"menu_order\";i:164;s:16:\"popularity_index\";i:481;s:11:\"trend_index\";i:579;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:498;a:19:{s:4:\"tmpl\";i:532;s:2:\"id\";i:5820;s:5:\"title\";s:9:\"Contact 2\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/contact_white_1.png\";s:12:\"tmpl_created\";i:1520443593;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/contact-2/?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:7:\"contact\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:166;s:16:\"popularity_index\";i:183;s:11:\"trend_index\";i:357;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:499;a:19:{s:4:\"tmpl\";i:877;s:2:\"id\";i:11563;s:5:\"title\";s:19:\"Gym &#8211; Pricing\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/08/Pricing_Small.png\";s:12:\"tmpl_created\";i:1567392923;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/gym-pricing/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:7:\"[\"Gym\"]\";s:10:\"menu_order\";i:166;s:16:\"popularity_index\";i:577;s:11:\"trend_index\";i:736;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:500;a:19:{s:4:\"tmpl\";i:422;s:2:\"id\";i:4411;s:5:\"title\";s:9:\"Contact 3\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/02/map_white_1.png\";s:12:\"tmpl_created\";i:1520443287;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/contact-3-2/?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:7:\"contact\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:167;s:16:\"popularity_index\";i:113;s:11:\"trend_index\";i:217;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:501;a:19:{s:4:\"tmpl\";i:867;s:2:\"id\";i:11034;s:5:\"title\";s:30:\"Digital Agency &#8211; Contact\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2019/07/Contsct-Us_small.png\";s:12:\"tmpl_created\";i:1564641881;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/contact-digital-agency/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:30:\"[\"Digital Agency\",\"Marketing\"]\";s:10:\"menu_order\";i:168;s:16:\"popularity_index\";i:191;s:11:\"trend_index\";i:156;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:502;a:19:{s:4:\"tmpl\";i:533;s:2:\"id\";i:5828;s:5:\"title\";s:9:\"Contact 3\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/contact_black_1.png\";s:12:\"tmpl_created\";i:1520443595;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/contact-3/?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:7:\"contact\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:170;s:16:\"popularity_index\";i:312;s:11:\"trend_index\";i:495;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:503;a:19:{s:4:\"tmpl\";i:876;s:2:\"id\";i:11528;s:5:\"title\";s:19:\"Gym &#8211; Contact\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/08/Contact_Small.png\";s:12:\"tmpl_created\";i:1567392917;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/gym-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:7:\"[\"Gym\"]\";s:10:\"menu_order\";i:171;s:16:\"popularity_index\";i:505;s:11:\"trend_index\";i:624;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:504;a:19:{s:4:\"tmpl\";i:424;s:2:\"id\";i:4428;s:5:\"title\";s:9:\"Contact 4\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/02/map_white_2.png\";s:12:\"tmpl_created\";i:1520443291;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/contact-4/?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:7:\"contact\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:171;s:16:\"popularity_index\";i:118;s:11:\"trend_index\";i:131;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:505;a:19:{s:4:\"tmpl\";i:426;s:2:\"id\";i:4444;s:5:\"title\";s:9:\"Contact 5\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/contact_white_1.png\";s:12:\"tmpl_created\";i:1520443295;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/contact-5/?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:7:\"contact\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:174;s:16:\"popularity_index\";i:84;s:11:\"trend_index\";i:93;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:506;a:19:{s:4:\"tmpl\";i:432;s:2:\"id\";i:4492;s:5:\"title\";s:9:\"Contact 5\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/02/map_white_3.png\";s:12:\"tmpl_created\";i:1520443307;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/contact-5-2/?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:7:\"contact\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:176;s:16:\"popularity_index\";i:37;s:11:\"trend_index\";i:31;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:507;a:19:{s:4:\"tmpl\";i:427;s:2:\"id\";i:4452;s:5:\"title\";s:9:\"Contact 6\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/contact_black_1.png\";s:12:\"tmpl_created\";i:1520443296;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/contact-6/?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:7:\"contact\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:178;s:16:\"popularity_index\";i:139;s:11:\"trend_index\";i:150;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:508;a:19:{s:4:\"tmpl\";i:429;s:2:\"id\";i:4468;s:5:\"title\";s:9:\"Contact 7\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/contact_white_3.png\";s:12:\"tmpl_created\";i:1520443301;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/contact-7/?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:7:\"contact\";s:4:\"tags\";s:18:\"[\"Contact\",\"Form\"]\";s:10:\"menu_order\";i:179;s:16:\"popularity_index\";i:127;s:11:\"trend_index\";i:72;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:509;a:19:{s:4:\"tmpl\";i:431;s:2:\"id\";i:4484;s:5:\"title\";s:9:\"Contact 8\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/contact_black_3.png\";s:12:\"tmpl_created\";i:1520443305;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/contact-8/?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:7:\"contact\";s:4:\"tags\";s:18:\"[\"Contact\",\"Form\"]\";s:10:\"menu_order\";i:182;s:16:\"popularity_index\";i:328;s:11:\"trend_index\";i:260;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:510;a:19:{s:4:\"tmpl\";i:428;s:2:\"id\";i:4460;s:5:\"title\";s:9:\"Contact 9\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/contact_white_2.png\";s:12:\"tmpl_created\";i:1520443298;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/contact-9/?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:7:\"contact\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:184;s:16:\"popularity_index\";i:99;s:11:\"trend_index\";i:80;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:511;a:19:{s:4:\"tmpl\";i:613;s:2:\"id\";i:5558;s:5:\"title\";s:5:\"CTA 1\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_2.png\";s:12:\"tmpl_created\";i:1520520684;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/cta-1/?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:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:185;s:16:\"popularity_index\";i:129;s:11:\"trend_index\";i:69;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:512;a:19:{s:4:\"tmpl\";i:634;s:2:\"id\";i:5939;s:5:\"title\";s:6:\"CTA 10\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_13-1.png\";s:12:\"tmpl_created\";i:1520520760;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-10/?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:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:187;s:16:\"popularity_index\";i:190;s:11:\"trend_index\";i:118;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:513;a:19:{s:4:\"tmpl\";i:633;s:2:\"id\";i:5930;s:5:\"title\";s:6:\"CTA 11\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_15.png\";s:12:\"tmpl_created\";i:1520520758;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-11/?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:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:190;s:16:\"popularity_index\";i:76;s:11:\"trend_index\";i:84;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:514;a:19:{s:4:\"tmpl\";i:632;s:2:\"id\";i:5921;s:5:\"title\";s:6:\"CTA 12\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_14.png\";s:12:\"tmpl_created\";i:1520520757;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-12/?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:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:192;s:16:\"popularity_index\";i:278;s:11:\"trend_index\";i:234;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:515;a:19:{s:4:\"tmpl\";i:618;s:2:\"id\";i:5607;s:5:\"title\";s:6:\"CTA 13\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_5.png\";s:12:\"tmpl_created\";i:1520520695;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-13/?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:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:194;s:16:\"popularity_index\";i:42;s:11:\"trend_index\";i:11;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:516;a:19:{s:4:\"tmpl\";i:574;s:2:\"id\";i:6017;s:5:\"title\";s:6:\"CTA 14\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_14.png\";s:12:\"tmpl_created\";i:1520520331;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-14/?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:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:196;s:16:\"popularity_index\";i:152;s:11:\"trend_index\";i:122;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:517;a:19:{s:4:\"tmpl\";i:628;s:2:\"id\";i:5885;s:5:\"title\";s:6:\"CTA 15\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_11.png\";s:12:\"tmpl_created\";i:1520520751;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-15/?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:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:197;s:16:\"popularity_index\";i:274;s:11:\"trend_index\";i:256;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:518;a:19:{s:4:\"tmpl\";i:627;s:2:\"id\";i:5877;s:5:\"title\";s:6:\"CTA 16\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_10.png\";s:12:\"tmpl_created\";i:1520520749;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-16/?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:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:200;s:16:\"popularity_index\";i:564;s:11:\"trend_index\";i:677;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:519;a:19:{s:4:\"tmpl\";i:625;s:2:\"id\";i:5860;s:5:\"title\";s:6:\"CTA 17\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_9.png\";s:12:\"tmpl_created\";i:1520520746;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-17/?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:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:201;s:16:\"popularity_index\";i:120;s:11:\"trend_index\";i:63;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:520;a:19:{s:4:\"tmpl\";i:626;s:2:\"id\";i:5869;s:5:\"title\";s:6:\"CTA 18\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_10.png\";s:12:\"tmpl_created\";i:1520520747;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-18/?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:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:204;s:16:\"popularity_index\";i:345;s:11:\"trend_index\";i:486;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:521;a:19:{s:4:\"tmpl\";i:611;s:2:\"id\";i:5542;s:5:\"title\";s:6:\"CTA 19\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_1.png\";s:12:\"tmpl_created\";i:1520520681;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-19/?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:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:205;s:16:\"popularity_index\";i:169;s:11:\"trend_index\";i:270;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:522;a:19:{s:4:\"tmpl\";i:614;s:2:\"id\";i:5567;s:5:\"title\";s:5:\"CTA 2\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_2.png\";s:12:\"tmpl_created\";i:1520520685;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/cta-2/?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:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:207;s:16:\"popularity_index\";i:143;s:11:\"trend_index\";i:225;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:523;a:19:{s:4:\"tmpl\";i:629;s:2:\"id\";i:5893;s:5:\"title\";s:6:\"CTA 21\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_12.png\";s:12:\"tmpl_created\";i:1520520752;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-21/?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:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:210;s:16:\"popularity_index\";i:259;s:11:\"trend_index\";i:457;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:524;a:19:{s:4:\"tmpl\";i:619;s:2:\"id\";i:5634;s:5:\"title\";s:6:\"CTA 24\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_6.png\";s:12:\"tmpl_created\";i:1520520699;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-24/?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:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:212;s:16:\"popularity_index\";i:188;s:11:\"trend_index\";i:255;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:525;a:19:{s:4:\"tmpl\";i:620;s:2:\"id\";i:5642;s:5:\"title\";s:6:\"CTA 25\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_6.png\";s:12:\"tmpl_created\";i:1520520701;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-25/?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:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:214;s:16:\"popularity_index\";i:226;s:11:\"trend_index\";i:262;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:526;a:19:{s:4:\"tmpl\";i:615;s:2:\"id\";i:5583;s:5:\"title\";s:6:\"CTA 26\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_3.png\";s:12:\"tmpl_created\";i:1520520689;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-26/?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:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:216;s:16:\"popularity_index\";i:117;s:11:\"trend_index\";i:117;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:527;a:19:{s:4:\"tmpl\";i:630;s:2:\"id\";i:5904;s:5:\"title\";s:6:\"CTA 27\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_13.png\";s:12:\"tmpl_created\";i:1520520754;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-27/?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:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:217;s:16:\"popularity_index\";i:528;s:11:\"trend_index\";i:517;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:528;a:19:{s:4:\"tmpl\";i:631;s:2:\"id\";i:5912;s:5:\"title\";s:6:\"CTA 28\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_11.png\";s:12:\"tmpl_created\";i:1520520755;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-28/?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:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:219;s:16:\"popularity_index\";i:665;s:11:\"trend_index\";i:702;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:529;a:19:{s:4:\"tmpl\";i:473;s:2:\"id\";i:5189;s:5:\"title\";s:6:\"CTA 29\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_1.png\";s:12:\"tmpl_created\";i:1520443456;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-29/?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:14:\"call to action\";s:4:\"tags\";s:8:\"[\"Form\"]\";s:10:\"menu_order\";i:221;s:16:\"popularity_index\";i:472;s:11:\"trend_index\";i:631;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:530;a:19:{s:4:\"tmpl\";i:623;s:2:\"id\";i:5667;s:5:\"title\";s:5:\"CTA 3\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_8.png\";s:12:\"tmpl_created\";i:1520520705;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/cta-3/?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:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:222;s:16:\"popularity_index\";i:171;s:11:\"trend_index\";i:250;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:531;a:19:{s:4:\"tmpl\";i:474;s:2:\"id\";i:5198;s:5:\"title\";s:6:\"CTA 30\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_black_1.png\";s:12:\"tmpl_created\";i:1520443458;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-30/?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:14:\"call to action\";s:4:\"tags\";s:8:\"[\"Form\"]\";s:10:\"menu_order\";i:225;s:16:\"popularity_index\";i:572;s:11:\"trend_index\";i:511;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:532;a:19:{s:4:\"tmpl\";i:475;s:2:\"id\";i:5206;s:5:\"title\";s:6:\"CTA 31\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_black_2.png\";s:12:\"tmpl_created\";i:1520443459;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-31/?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:14:\"call to action\";s:4:\"tags\";s:8:\"[\"Form\"]\";s:10:\"menu_order\";i:226;s:16:\"popularity_index\";i:593;s:11:\"trend_index\";i:611;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:533;a:19:{s:4:\"tmpl\";i:480;s:2:\"id\";i:5249;s:5:\"title\";s:6:\"CTA 32\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_black_4.png\";s:12:\"tmpl_created\";i:1520443470;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-32/?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:14:\"call to action\";s:4:\"tags\";s:8:\"[\"Form\"]\";s:10:\"menu_order\";i:228;s:16:\"popularity_index\";i:512;s:11:\"trend_index\";i:409;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:534;a:19:{s:4:\"tmpl\";i:612;s:2:\"id\";i:5550;s:5:\"title\";s:6:\"CTA 33\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_1.png\";s:12:\"tmpl_created\";i:1520520682;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-33/?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:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:231;s:16:\"popularity_index\";i:260;s:11:\"trend_index\";i:562;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:535;a:19:{s:4:\"tmpl\";i:536;s:2:\"id\";i:5852;s:5:\"title\";s:6:\"CTA 34\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2018/03/form_1.png\";s:12:\"tmpl_created\";i:1520443600;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-34/?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:8:\"[\"Form\"]\";s:10:\"menu_order\";i:232;s:16:\"popularity_index\";i:563;s:11:\"trend_index\";i:828;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:536;a:19:{s:4:\"tmpl\";i:624;s:2:\"id\";i:5675;s:5:\"title\";s:5:\"CTA 4\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_8.png\";s:12:\"tmpl_created\";i:1520520707;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/cta-4/?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:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:235;s:16:\"popularity_index\";i:391;s:11:\"trend_index\";i:484;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:537;a:19:{s:4:\"tmpl\";i:616;s:2:\"id\";i:5591;s:5:\"title\";s:5:\"CTA 5\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_4.png\";s:12:\"tmpl_created\";i:1520520691;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/cta-5/?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:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:237;s:16:\"popularity_index\";i:133;s:11:\"trend_index\";i:130;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:538;a:19:{s:4:\"tmpl\";i:617;s:2:\"id\";i:5599;s:5:\"title\";s:5:\"CTA 6\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_4.png\";s:12:\"tmpl_created\";i:1520520693;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/cta-6/?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:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:239;s:16:\"popularity_index\";i:252;s:11:\"trend_index\";i:362;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:539;a:19:{s:4:\"tmpl\";i:514;s:2:\"id\";i:5575;s:5:\"title\";s:5:\"CTA 7\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_3.png\";s:12:\"tmpl_created\";i:1520443543;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/cta-7/?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:240;s:16:\"popularity_index\";i:13;s:11:\"trend_index\";i:586;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:540;a:19:{s:4:\"tmpl\";i:622;s:2:\"id\";i:5658;s:5:\"title\";s:5:\"CTA 8\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_7.png\";s:12:\"tmpl_created\";i:1520520704;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/cta-8/?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:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:243;s:16:\"popularity_index\";i:187;s:11:\"trend_index\";i:235;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:541;a:19:{s:4:\"tmpl\";i:621;s:2:\"id\";i:5650;s:5:\"title\";s:5:\"CTA 9\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_7.png\";s:12:\"tmpl_created\";i:1520520702;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/cta-9/?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:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:244;s:16:\"popularity_index\";i:94;s:11:\"trend_index\";i:148;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:542;a:19:{s:4:\"tmpl\";i:1061;s:2:\"id\";i:15407;s:5:\"title\";s:24:\"Dance Studio &#8211; 404\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2020/10/404.jpg\";s:12:\"tmpl_created\";i:1603181958;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/blocks/dance-studio-404/?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:8:\"404 page\";s:4:\"tags\";s:22:\"[\"404\",\"Dance Studio\"]\";s:10:\"menu_order\";i:246;s:16:\"popularity_index\";i:783;s:11:\"trend_index\";i:710;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:543;a:19:{s:4:\"tmpl\";i:1062;s:2:\"id\";i:15400;s:5:\"title\";s:27:\"Dance Studio &#8211; Footer\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/10/Footer.jpg\";s:12:\"tmpl_created\";i:1603181989;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/blocks/dance-studio-footer/?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:6:\"footer\";s:4:\"tags\";s:25:\"[\"Dance Studio\",\"Footer\"]\";s:10:\"menu_order\";i:247;s:16:\"popularity_index\";i:586;s:11:\"trend_index\";i:243;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:544;a:19:{s:4:\"tmpl\";i:1063;s:2:\"id\";i:15391;s:5:\"title\";s:27:\"Dance Studio &#8211; Header\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/10/Header.jpg\";s:12:\"tmpl_created\";i:1603182011;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/blocks/dance-studio-header/?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:6:\"header\";s:4:\"tags\";s:25:\"[\"Dance Studio\",\"Header\"]\";s:10:\"menu_order\";i:248;s:16:\"popularity_index\";i:352;s:11:\"trend_index\";i:67;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:545;a:19:{s:4:\"tmpl\";i:874;s:2:\"id\";i:11192;s:5:\"title\";s:14:\"Digital Agency\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2019/07/Footer_small.jpg\";s:12:\"tmpl_created\";i:1564642399;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/blocks/digital-agency-5/?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:6:\"footer\";s:4:\"tags\";s:39:\"[\"Digital Agency\",\"Footer\",\"Marketing\"]\";s:10:\"menu_order\";i:250;s:16:\"popularity_index\";i:172;s:11:\"trend_index\";i:105;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:546;a:19:{s:4:\"tmpl\";i:873;s:2:\"id\";i:11198;s:5:\"title\";s:14:\"Digital Agency\";s:9:\"thumbnail\";s:92:\"https://library.elementor.com/wp-content/uploads/2020/06/Header-digital-marketing-agency.png\";s:12:\"tmpl_created\";i:1564642395;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/blocks/digital-agency-4/?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:6:\"header\";s:4:\"tags\";s:39:\"[\"Digital Agency\",\"Header\",\"Marketing\"]\";s:10:\"menu_order\";i:251;s:16:\"popularity_index\";i:34;s:11:\"trend_index\";i:10;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:547;a:19:{s:4:\"tmpl\";i:872;s:2:\"id\";i:11204;s:5:\"title\";s:14:\"Digital Agency\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2019/07/404_small.jpg\";s:12:\"tmpl_created\";i:1564642389;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/blocks/digital-agency-3/?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:8:\"404 page\";s:4:\"tags\";s:36:\"[\"404\",\"Digital Agency\",\"Marketing\"]\";s:10:\"menu_order\";i:253;s:16:\"popularity_index\";i:301;s:11:\"trend_index\";i:239;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:548;a:19:{s:4:\"tmpl\";i:871;s:2:\"id\";i:11220;s:5:\"title\";s:14:\"Digital Agency\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2019/08/Archive_small1.png\";s:12:\"tmpl_created\";i:1564642385;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/blocks/digital-agency-2/?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:7:\"archive\";s:4:\"tags\";s:30:\"[\"Digital Agency\",\"Marketing\"]\";s:10:\"menu_order\";i:255;s:16:\"popularity_index\";i:116;s:11:\"trend_index\";i:73;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:549;a:19:{s:4:\"tmpl\";i:870;s:2:\"id\";i:11231;s:5:\"title\";s:14:\"Digital Agency\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/07/Post_small1.png\";s:12:\"tmpl_created\";i:1564642380;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/digital-agency/?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:11:\"single post\";s:4:\"tags\";s:30:\"[\"Digital Agency\",\"Marketing\"]\";s:10:\"menu_order\";i:257;s:16:\"popularity_index\";i:145;s:11:\"trend_index\";i:71;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:550;a:19:{s:4:\"tmpl\";i:520;s:2:\"id\";i:5711;s:5:\"title\";s:5:\"FAQ 1\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/faq_black_2.png\";s:12:\"tmpl_created\";i:1520443571;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/faq-1/?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:3:\"faq\";s:4:\"tags\";s:7:\"[\"Faq\"]\";s:10:\"menu_order\";i:260;s:16:\"popularity_index\";i:200;s:11:\"trend_index\";i:231;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:551;a:19:{s:4:\"tmpl\";i:523;s:2:\"id\";i:5737;s:5:\"title\";s:6:\"FAQ 10\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/faq_white_4.png\";s:12:\"tmpl_created\";i:1520443576;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/faq-10/?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:3:\"faq\";s:4:\"tags\";s:7:\"[\"Faq\"]\";s:10:\"menu_order\";i:261;s:16:\"popularity_index\";i:155;s:11:\"trend_index\";i:112;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:552;a:19:{s:4:\"tmpl\";i:524;s:2:\"id\";i:5746;s:5:\"title\";s:6:\"FAQ 11\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/faq_black_4.png\";s:12:\"tmpl_created\";i:1520443578;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/faq-11/?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:3:\"faq\";s:4:\"tags\";s:7:\"[\"Faq\"]\";s:10:\"menu_order\";i:264;s:16:\"popularity_index\";i:212;s:11:\"trend_index\";i:305;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:553;a:19:{s:4:\"tmpl\";i:519;s:2:\"id\";i:5703;s:5:\"title\";s:6:\"FAQ 13\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/faq_white_2.png\";s:12:\"tmpl_created\";i:1520443569;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/faq-13/?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:3:\"faq\";s:4:\"tags\";s:7:\"[\"Faq\"]\";s:10:\"menu_order\";i:265;s:16:\"popularity_index\";i:29;s:11:\"trend_index\";i:38;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:554;a:19:{s:4:\"tmpl\";i:521;s:2:\"id\";i:5719;s:5:\"title\";s:5:\"FAQ 4\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/faq_white_3.png\";s:12:\"tmpl_created\";i:1520443573;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/faq-4/?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:3:\"faq\";s:4:\"tags\";s:7:\"[\"Faq\"]\";s:10:\"menu_order\";i:267;s:16:\"popularity_index\";i:125;s:11:\"trend_index\";i:251;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:555;a:19:{s:4:\"tmpl\";i:522;s:2:\"id\";i:5729;s:5:\"title\";s:5:\"FAQ 5\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/faq_black_3.png\";s:12:\"tmpl_created\";i:1520443575;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/faq-5/?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:3:\"faq\";s:4:\"tags\";s:7:\"[\"Faq\"]\";s:10:\"menu_order\";i:269;s:16:\"popularity_index\";i:319;s:11:\"trend_index\";i:327;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:556;a:19:{s:4:\"tmpl\";i:525;s:2:\"id\";i:5755;s:5:\"title\";s:5:\"FAQ 6\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/faq_white_5.png\";s:12:\"tmpl_created\";i:1520443580;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/faq-6/?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:3:\"faq\";s:4:\"tags\";s:7:\"[\"Faq\"]\";s:10:\"menu_order\";i:271;s:16:\"popularity_index\";i:112;s:11:\"trend_index\";i:180;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:557;a:19:{s:4:\"tmpl\";i:526;s:2:\"id\";i:5764;s:5:\"title\";s:5:\"FAQ 7\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/faq_black_5.png\";s:12:\"tmpl_created\";i:1520443582;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/faq-7/?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:3:\"faq\";s:4:\"tags\";s:7:\"[\"Faq\"]\";s:10:\"menu_order\";i:273;s:16:\"popularity_index\";i:338;s:11:\"trend_index\";i:474;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:558;a:19:{s:4:\"tmpl\";i:517;s:2:\"id\";i:5684;s:5:\"title\";s:5:\"FAQ 8\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/faq_white_1.png\";s:12:\"tmpl_created\";i:1520443565;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/faq-8/?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:3:\"faq\";s:4:\"tags\";s:7:\"[\"Faq\"]\";s:10:\"menu_order\";i:274;s:16:\"popularity_index\";i:74;s:11:\"trend_index\";i:193;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:559;a:19:{s:4:\"tmpl\";i:518;s:2:\"id\";i:5693;s:5:\"title\";s:5:\"FAQ 9\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/faq_black_1.png\";s:12:\"tmpl_created\";i:1520443567;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/faq-9/?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:3:\"faq\";s:4:\"tags\";s:7:\"[\"Faq\"]\";s:10:\"menu_order\";i:276;s:16:\"popularity_index\";i:224;s:11:\"trend_index\";i:515;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:560;a:19:{s:4:\"tmpl\";i:548;s:2:\"id\";i:6053;s:5:\"title\";s:10:\"Features 1\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/features_black_5.png\";s:12:\"tmpl_created\";i:1520443645;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/features-1/?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:8:\"features\";s:4:\"tags\";s:12:\"[\"Features\"]\";s:10:\"menu_order\";i:277;s:16:\"popularity_index\";i:179;s:11:\"trend_index\";i:463;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:561;a:19:{s:4:\"tmpl\";i:542;s:2:\"id\";i:5991;s:5:\"title\";s:11:\"Features 10\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/features_white_4.png\";s:12:\"tmpl_created\";i:1520443632;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/features-10/?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:8:\"features\";s:4:\"tags\";s:12:\"[\"Features\"]\";s:10:\"menu_order\";i:279;s:16:\"popularity_index\";i:135;s:11:\"trend_index\";i:265;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:562;a:19:{s:4:\"tmpl\";i:547;s:2:\"id\";i:6044;s:5:\"title\";s:11:\"Features 11\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/features_white_5.png\";s:12:\"tmpl_created\";i:1520443643;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/features-11/?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:8:\"features\";s:4:\"tags\";s:12:\"[\"Features\"]\";s:10:\"menu_order\";i:280;s:16:\"popularity_index\";i:70;s:11:\"trend_index\";i:163;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:563;a:19:{s:4:\"tmpl\";i:566;s:2:\"id\";i:6212;s:5:\"title\";s:11:\"Features 12\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/features_white_7.png\";s:12:\"tmpl_created\";i:1520443684;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/features-12/?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:8:\"features\";s:4:\"tags\";s:12:\"[\"Features\"]\";s:10:\"menu_order\";i:281;s:16:\"popularity_index\";i:81;s:11:\"trend_index\";i:98;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:564;a:19:{s:4:\"tmpl\";i:567;s:2:\"id\";i:6220;s:5:\"title\";s:10:\"Features 2\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/features_white_8.png\";s:12:\"tmpl_created\";i:1520443685;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/features-2/?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:8:\"features\";s:4:\"tags\";s:12:\"[\"Features\"]\";s:10:\"menu_order\";i:282;s:16:\"popularity_index\";i:88;s:11:\"trend_index\";i:189;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:565;a:19:{s:4:\"tmpl\";i:541;s:2:\"id\";i:5983;s:5:\"title\";s:10:\"Features 3\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/features_black_3.png\";s:12:\"tmpl_created\";i:1520443630;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/features-3/?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:8:\"features\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:283;s:16:\"popularity_index\";i:231;s:11:\"trend_index\";i:351;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:566;a:19:{s:4:\"tmpl\";i:540;s:2:\"id\";i:5974;s:5:\"title\";s:10:\"Features 4\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/features_white_3.png\";s:12:\"tmpl_created\";i:1520443629;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/features-4/?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:8:\"features\";s:4:\"tags\";s:12:\"[\"Features\"]\";s:10:\"menu_order\";i:286;s:16:\"popularity_index\";i:69;s:11:\"trend_index\";i:181;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:567;a:19:{s:4:\"tmpl\";i:516;s:2:\"id\";i:5624;s:5:\"title\";s:10:\"Features 5\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/features_black_1.png\";s:12:\"tmpl_created\";i:1520443553;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/features-5/?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:8:\"features\";s:4:\"tags\";s:12:\"[\"Features\"]\";s:10:\"menu_order\";i:287;s:16:\"popularity_index\";i:93;s:11:\"trend_index\";i:352;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:568;a:19:{s:4:\"tmpl\";i:515;s:2:\"id\";i:5615;s:5:\"title\";s:10:\"Features 6\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_5.png\";s:12:\"tmpl_created\";i:1520443551;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/features-6/?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:8:\"features\";s:4:\"tags\";s:12:\"[\"Features\"]\";s:10:\"menu_order\";i:290;s:16:\"popularity_index\";i:41;s:11:\"trend_index\";i:119;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:569;a:19:{s:4:\"tmpl\";i:539;s:2:\"id\";i:5963;s:5:\"title\";s:10:\"Features 7\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/features_white_2.png\";s:12:\"tmpl_created\";i:1520443626;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/features-7/?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:8:\"features\";s:4:\"tags\";s:12:\"[\"Features\"]\";s:10:\"menu_order\";i:291;s:16:\"popularity_index\";i:67;s:11:\"trend_index\";i:133;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:570;a:19:{s:4:\"tmpl\";i:565;s:2:\"id\";i:6204;s:5:\"title\";s:10:\"Features 8\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/progress_black_6.png\";s:12:\"tmpl_created\";i:1520443681;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/features-8/?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:8:\"features\";s:4:\"tags\";s:12:\"[\"Features\"]\";s:10:\"menu_order\";i:292;s:16:\"popularity_index\";i:217;s:11:\"trend_index\";i:223;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:571;a:19:{s:4:\"tmpl\";i:564;s:2:\"id\";i:6196;s:5:\"title\";s:10:\"Features 9\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/features_white_6.png\";s:12:\"tmpl_created\";i:1520443680;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/features-9/?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:8:\"features\";s:4:\"tags\";s:12:\"[\"Features\"]\";s:10:\"menu_order\";i:294;s:16:\"popularity_index\";i:106;s:11:\"trend_index\";i:113;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:572;a:19:{s:4:\"tmpl\";i:1033;s:2:\"id\";i:15033;s:5:\"title\";s:28:\"Flooring Company &#8211; 404\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2020/08/404.png\";s:12:\"tmpl_created\";i:1597739459;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/blocks/flooring-company-404/?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:8:\"404 page\";s:4:\"tags\";s:45:\"[\"404\",\"Flooring company\",\"Flooring website\"]\";s:10:\"menu_order\";i:296;s:16:\"popularity_index\";i:655;s:11:\"trend_index\";i:671;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:573;a:19:{s:4:\"tmpl\";i:1032;s:2:\"id\";i:15042;s:5:\"title\";s:32:\"Flooring Company &#8211; Archive\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2020/08/Blog.png\";s:12:\"tmpl_created\";i:1597739084;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/blocks/flooring-company-archive/?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:7:\"archive\";s:4:\"tags\";s:39:\"[\"Flooring company\",\"Flooring website\"]\";s:10:\"menu_order\";i:297;s:16:\"popularity_index\";i:320;s:11:\"trend_index\";i:275;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:574;a:19:{s:4:\"tmpl\";i:1031;s:2:\"id\";i:15017;s:5:\"title\";s:31:\"Flooring Company &#8211; Footer\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/08/Footer.png\";s:12:\"tmpl_created\";i:1597738933;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/blocks/flooring-company-footer/?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:6:\"footer\";s:4:\"tags\";s:48:\"[\"Flooring company\",\"Flooring website\",\"Footer\"]\";s:10:\"menu_order\";i:299;s:16:\"popularity_index\";i:323;s:11:\"trend_index\";i:192;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:575;a:19:{s:4:\"tmpl\";i:1030;s:2:\"id\";i:15007;s:5:\"title\";s:31:\"Flooring Company &#8211; Header\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/08/Header.png\";s:12:\"tmpl_created\";i:1597738896;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/blocks/flooring-company-header/?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:6:\"header\";s:4:\"tags\";s:48:\"[\"Flooring company\",\"Flooring website\",\"Header\"]\";s:10:\"menu_order\";i:302;s:16:\"popularity_index\";i:459;s:11:\"trend_index\";i:333;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:576;a:19:{s:4:\"tmpl\";i:1029;s:2:\"id\";i:15052;s:5:\"title\";s:36:\"Flooring Company &#8211; Single post\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/08/Single.png\";s:12:\"tmpl_created\";i:1597738858;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/blocks/flooring-company-single-post/?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:11:\"single post\";s:4:\"tags\";s:39:\"[\"Flooring company\",\"Flooring website\"]\";s:10:\"menu_order\";i:303;s:16:\"popularity_index\";i:392;s:11:\"trend_index\";i:226;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:577;a:19:{s:4:\"tmpl\";i:651;s:2:\"id\";i:7837;s:5:\"title\";s:9:\"footer 01\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.14.jpg\";s:12:\"tmpl_created\";i:1524582852;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/footer-01/?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:305;s:16:\"popularity_index\";i:495;s:11:\"trend_index\";i:539;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:578;a:19:{s:4:\"tmpl\";i:647;s:2:\"id\";i:7937;s:5:\"title\";s:10:\"footer 010\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.5.jpg\";s:12:\"tmpl_created\";i:1524582665;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/footer-010/?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:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:308;s:16:\"popularity_index\";i:185;s:11:\"trend_index\";i:115;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:579;a:19:{s:4:\"tmpl\";i:646;s:2:\"id\";i:7950;s:5:\"title\";s:10:\"footer 011\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.4.jpg\";s:12:\"tmpl_created\";i:1524582631;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/footer-011/?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:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:310;s:16:\"popularity_index\";i:244;s:11:\"trend_index\";i:203;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:580;a:19:{s:4:\"tmpl\";i:645;s:2:\"id\";i:7959;s:5:\"title\";s:10:\"footer 012\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.3.jpg\";s:12:\"tmpl_created\";i:1524582605;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/footer-012/?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:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:311;s:16:\"popularity_index\";i:177;s:11:\"trend_index\";i:140;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:581;a:19:{s:4:\"tmpl\";i:644;s:2:\"id\";i:7982;s:5:\"title\";s:10:\"footer 013\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.2.jpg\";s:12:\"tmpl_created\";i:1524582468;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/footer-013/?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:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:314;s:16:\"popularity_index\";i:209;s:11:\"trend_index\";i:212;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:582;a:19:{s:4:\"tmpl\";i:643;s:2:\"id\";i:7997;s:5:\"title\";s:10:\"footer 014\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.1.jpg\";s:12:\"tmpl_created\";i:1524582343;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/footer-014/?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:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:316;s:16:\"popularity_index\";i:64;s:11:\"trend_index\";i:41;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:583;a:19:{s:4:\"tmpl\";i:693;s:2:\"id\";i:9119;s:5:\"title\";s:10:\"footer 015\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2018/07/Footer_GetStarted_350.png\";s:12:\"tmpl_created\";i:1532428138;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/blocks/demo/?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:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:317;s:16:\"popularity_index\";i:240;s:11:\"trend_index\";i:154;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:584;a:19:{s:4:\"tmpl\";i:652;s:2:\"id\";i:7852;s:5:\"title\";s:9:\"footer 02\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.13.jpg\";s:12:\"tmpl_created\";i:1524582875;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/footer-02/?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:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:320;s:16:\"popularity_index\";i:199;s:11:\"trend_index\";i:96;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:585;a:19:{s:4:\"tmpl\";i:653;s:2:\"id\";i:7862;s:5:\"title\";s:9:\"footer 03\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.12.jpg\";s:12:\"tmpl_created\";i:1524582903;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/footer-03/?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:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:321;s:16:\"popularity_index\";i:137;s:11:\"trend_index\";i:91;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:586;a:19:{s:4:\"tmpl\";i:654;s:2:\"id\";i:7871;s:5:\"title\";s:9:\"footer 04\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.11.jpg\";s:12:\"tmpl_created\";i:1524582927;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/footer-04/?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:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:323;s:16:\"popularity_index\";i:97;s:11:\"trend_index\";i:55;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:587;a:19:{s:4:\"tmpl\";i:655;s:2:\"id\";i:7884;s:5:\"title\";s:9:\"footer 05\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.10.jpg\";s:12:\"tmpl_created\";i:1524582944;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/footer-05/?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:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:325;s:16:\"popularity_index\";i:92;s:11:\"trend_index\";i:109;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:588;a:19:{s:4:\"tmpl\";i:656;s:2:\"id\";i:7892;s:5:\"title\";s:9:\"footer 06\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.9.jpg\";s:12:\"tmpl_created\";i:1524583015;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/footer-06/?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:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:326;s:16:\"popularity_index\";i:132;s:11:\"trend_index\";i:146;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:589;a:19:{s:4:\"tmpl\";i:650;s:2:\"id\";i:7904;s:5:\"title\";s:9:\"footer 07\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.8.jpg\";s:12:\"tmpl_created\";i:1524582814;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/footer-07/?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:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:328;s:16:\"popularity_index\";i:203;s:11:\"trend_index\";i:186;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:590;a:19:{s:4:\"tmpl\";i:649;s:2:\"id\";i:7917;s:5:\"title\";s:9:\"footer 08\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.7.jpg\";s:12:\"tmpl_created\";i:1524582788;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/footer-08/?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:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:329;s:16:\"popularity_index\";i:89;s:11:\"trend_index\";i:144;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:591;a:19:{s:4:\"tmpl\";i:648;s:2:\"id\";i:7927;s:5:\"title\";s:9:\"footer 09\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.6.jpg\";s:12:\"tmpl_created\";i:1524582691;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/footer-09/?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:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:331;s:16:\"popularity_index\";i:178;s:11:\"trend_index\";i:100;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:592;a:19:{s:4:\"tmpl\";i:642;s:2:\"id\";i:4676;s:5:\"title\";s:8:\"Footer 7\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/03/footer_7.png\";s:12:\"tmpl_created\";i:1522014215;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/footer_7/?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:6:\"footer\";s:4:\"tags\";s:10:\"[\"Footer\"]\";s:10:\"menu_order\";i:338;s:16:\"popularity_index\";i:237;s:11:\"trend_index\";i:346;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:593;a:19:{s:4:\"tmpl\";i:637;s:2:\"id\";i:7627;s:5:\"title\";s:8:\"Footer 8\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/footer_hero_1.png\";s:12:\"tmpl_created\";i:1521547332;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/footer-8/?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:6:\"footer\";s:4:\"tags\";s:10:\"[\"Footer\"]\";s:10:\"menu_order\";i:340;s:16:\"popularity_index\";i:100;s:11:\"trend_index\";i:83;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:594;a:19:{s:4:\"tmpl\";i:638;s:2:\"id\";i:7638;s:5:\"title\";s:8:\"Footer 9\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/footer_hero_2.png\";s:12:\"tmpl_created\";i:1521547502;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/footer-9/?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:6:\"footer\";s:4:\"tags\";s:10:\"[\"Footer\"]\";s:10:\"menu_order\";i:342;s:16:\"popularity_index\";i:124;s:11:\"trend_index\";i:147;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:595;a:19:{s:4:\"tmpl\";i:888;s:2:\"id\";i:11424;s:5:\"title\";s:3:\"GYM\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2019/08/404_Small.png\";s:12:\"tmpl_created\";i:1567393309;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/gym-5/?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:8:\"404 page\";s:4:\"tags\";s:13:\"[\"404\",\"Gym\"]\";s:10:\"menu_order\";i:344;s:16:\"popularity_index\";i:679;s:11:\"trend_index\";i:769;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:596;a:19:{s:4:\"tmpl\";i:887;s:2:\"id\";i:11435;s:5:\"title\";s:3:\"GYM\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2019/08/Archiv_Small.png\";s:12:\"tmpl_created\";i:1567393296;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/gym-4/?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:7:\"archive\";s:4:\"tags\";s:7:\"[\"Gym\"]\";s:10:\"menu_order\";i:346;s:16:\"popularity_index\";i:441;s:11:\"trend_index\";i:507;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:597;a:19:{s:4:\"tmpl\";i:886;s:2:\"id\";i:11445;s:5:\"title\";s:3:\"GYM\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2019/08/Post_Small.png\";s:12:\"tmpl_created\";i:1567393229;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/gym-3/?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:11:\"single post\";s:4:\"tags\";s:7:\"[\"Gym\"]\";s:10:\"menu_order\";i:349;s:16:\"popularity_index\";i:452;s:11:\"trend_index\";i:479;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:598;a:19:{s:4:\"tmpl\";i:885;s:2:\"id\";i:11453;s:5:\"title\";s:3:\"GYM\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2019/08/Footer_Small.png\";s:12:\"tmpl_created\";i:1567393224;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/gym-2/?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:6:\"footer\";s:4:\"tags\";s:16:\"[\"Footer\",\"Gym\"]\";s:10:\"menu_order\";i:351;s:16:\"popularity_index\";i:270;s:11:\"trend_index\";i:331;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:599;a:19:{s:4:\"tmpl\";i:884;s:2:\"id\";i:11461;s:5:\"title\";s:3:\"GYM\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2020/06/Header-gym-and-fitness.png\";s:12:\"tmpl_created\";i:1567393219;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/blocks/gym/?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:6:\"header\";s:4:\"tags\";s:16:\"[\"Gym\",\"Header\"]\";s:10:\"menu_order\";i:352;s:16:\"popularity_index\";i:201;s:11:\"trend_index\";i:135;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:600;a:19:{s:4:\"tmpl\";i:635;s:2:\"id\";i:7596;s:5:\"title\";s:8:\"Header 1\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.12.jpg\";s:12:\"tmpl_created\";i:1521546999;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/header-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:6:\"header\";s:4:\"tags\";s:10:\"[\"Header\"]\";s:10:\"menu_order\";i:354;s:16:\"popularity_index\";i:33;s:11:\"trend_index\";i:17;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:601;a:19:{s:4:\"tmpl\";i:663;s:2:\"id\";i:7801;s:5:\"title\";s:9:\"header 10\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.9.jpg\";s:12:\"tmpl_created\";i:1524583659;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/header-10/?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:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:356;s:16:\"popularity_index\";i:51;s:11:\"trend_index\";i:14;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:602;a:19:{s:4:\"tmpl\";i:658;s:2:\"id\";i:7812;s:5:\"title\";s:9:\"header 11\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.10.jpg\";s:12:\"tmpl_created\";i:1524583298;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/header-11/?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:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:358;s:16:\"popularity_index\";i:96;s:11:\"trend_index\";i:103;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:603;a:19:{s:4:\"tmpl\";i:657;s:2:\"id\";i:7825;s:5:\"title\";s:9:\"header 12\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.11.jpg\";s:12:\"tmpl_created\";i:1524583273;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/header-12/?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:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:360;s:16:\"popularity_index\";i:63;s:11:\"trend_index\";i:75;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:604;a:19:{s:4:\"tmpl\";i:694;s:2:\"id\";i:9127;s:5:\"title\";s:9:\"header 13\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2018/07/Header_get_started_1200V3.png\";s:12:\"tmpl_created\";i:1532428699;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/header-13/?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:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:362;s:16:\"popularity_index\";i:61;s:11:\"trend_index\";i:58;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:605;a:19:{s:4:\"tmpl\";i:636;s:2:\"id\";i:7615;s:5:\"title\";s:8:\"Header 2\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.1.jpg\";s:12:\"tmpl_created\";i:1521547237;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/header-2/?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:6:\"header\";s:4:\"tags\";s:10:\"[\"Header\"]\";s:10:\"menu_order\";i:365;s:16:\"popularity_index\";i:30;s:11:\"trend_index\";i:33;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:606;a:19:{s:4:\"tmpl\";i:665;s:2:\"id\";i:7713;s:5:\"title\";s:8:\"header 3\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.2.jpg\";s:12:\"tmpl_created\";i:1524584780;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/header-3/?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:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:367;s:16:\"popularity_index\";i:43;s:11:\"trend_index\";i:28;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:607;a:19:{s:4:\"tmpl\";i:659;s:2:\"id\";i:7724;s:5:\"title\";s:8:\"header 4\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.3.jpg\";s:12:\"tmpl_created\";i:1524583367;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/header-4/?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:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:369;s:16:\"popularity_index\";i:24;s:11:\"trend_index\";i:13;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:608;a:19:{s:4:\"tmpl\";i:660;s:2:\"id\";i:7734;s:5:\"title\";s:8:\"header 5\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.4.jpg\";s:12:\"tmpl_created\";i:1524583436;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/header-5/?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:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:371;s:16:\"popularity_index\";i:36;s:11:\"trend_index\";i:18;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:609;a:19:{s:4:\"tmpl\";i:666;s:2:\"id\";i:7744;s:5:\"title\";s:8:\"Header 6\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.5.jpg\";s:12:\"tmpl_created\";i:1524584784;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/header-6/?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:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:372;s:16:\"popularity_index\";i:65;s:11:\"trend_index\";i:94;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:610;a:19:{s:4:\"tmpl\";i:664;s:2:\"id\";i:7754;s:5:\"title\";s:8:\"header 7\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.6.jpg\";s:12:\"tmpl_created\";i:1524583712;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/header-7/?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:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:375;s:16:\"popularity_index\";i:111;s:11:\"trend_index\";i:143;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:611;a:19:{s:4:\"tmpl\";i:661;s:2:\"id\";i:7771;s:5:\"title\";s:8:\"header 8\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.7.jpg\";s:12:\"tmpl_created\";i:1524583540;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/header-8/?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:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:376;s:16:\"popularity_index\";i:91;s:11:\"trend_index\";i:60;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:612;a:19:{s:4:\"tmpl\";i:662;s:2:\"id\";i:7787;s:5:\"title\";s:8:\"header 9\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.8.jpg\";s:12:\"tmpl_created\";i:1524583598;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/header-9/?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:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:379;s:16:\"popularity_index\";i:102;s:11:\"trend_index\";i:78;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:613;a:19:{s:4:\"tmpl\";i:572;s:2:\"id\";i:6266;s:5:\"title\";s:6:\"Hero 1\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/heroo_black_4.png\";s:12:\"tmpl_created\";i:1520443695;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/hero-1/?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:\"hero\";s:4:\"tags\";s:8:\"[\"hero\"]\";s:10:\"menu_order\";i:380;s:16:\"popularity_index\";i:52;s:11:\"trend_index\";i:35;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:614;a:19:{s:4:\"tmpl\";i:528;s:2:\"id\";i:5783;s:5:\"title\";s:7:\"Hero 10\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/03/header_2.png\";s:12:\"tmpl_created\";i:1520443586;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/hero-10/?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:\"hero\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:383;s:16:\"popularity_index\";i:365;s:11:\"trend_index\";i:567;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:615;a:19:{s:4:\"tmpl\";i:527;s:2:\"id\";i:5773;s:5:\"title\";s:7:\"Hero 11\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/03/header_1.png\";s:12:\"tmpl_created\";i:1520443584;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/hero-11/?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:\"hero\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:384;s:16:\"popularity_index\";i:39;s:11:\"trend_index\";i:179;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:616;a:19:{s:4:\"tmpl\";i:479;s:2:\"id\";i:5238;s:5:\"title\";s:7:\"Hero 12\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_4.png\";s:12:\"tmpl_created\";i:1520443468;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/hero-12/?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:\"hero\";s:4:\"tags\";s:8:\"[\"hero\"]\";s:10:\"menu_order\";i:386;s:16:\"popularity_index\";i:611;s:11:\"trend_index\";i:555;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:617;a:19:{s:4:\"tmpl\";i:573;s:2:\"id\";i:6274;s:5:\"title\";s:6:\"Hero 2\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/heroo_black_5.png\";s:12:\"tmpl_created\";i:1520443698;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/hero-2/?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:\"hero\";s:4:\"tags\";s:8:\"[\"hero\"]\";s:10:\"menu_order\";i:389;s:16:\"popularity_index\";i:87;s:11:\"trend_index\";i:88;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:618;a:19:{s:4:\"tmpl\";i:569;s:2:\"id\";i:6239;s:5:\"title\";s:6:\"Hero 3\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/heroo_black_1.png\";s:12:\"tmpl_created\";i:1520443689;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/hero-3/?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:\"hero\";s:4:\"tags\";s:8:\"[\"hero\"]\";s:10:\"menu_order\";i:391;s:16:\"popularity_index\";i:23;s:11:\"trend_index\";i:34;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:619;a:19:{s:4:\"tmpl\";i:571;s:2:\"id\";i:6258;s:5:\"title\";s:6:\"Hero 4\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/heroo_black_3.png\";s:12:\"tmpl_created\";i:1520443693;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/hero-4/?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:\"hero\";s:4:\"tags\";s:8:\"[\"hero\"]\";s:10:\"menu_order\";i:393;s:16:\"popularity_index\";i:479;s:11:\"trend_index\";i:470;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:620;a:19:{s:4:\"tmpl\";i:570;s:2:\"id\";i:6249;s:5:\"title\";s:6:\"Hero 5\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/heroo_black_2.png\";s:12:\"tmpl_created\";i:1520443691;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/hero-5/?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:\"hero\";s:4:\"tags\";s:8:\"[\"hero\"]\";s:10:\"menu_order\";i:395;s:16:\"popularity_index\";i:56;s:11:\"trend_index\";i:85;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:621;a:19:{s:4:\"tmpl\";i:568;s:2:\"id\";i:6230;s:5:\"title\";s:6:\"Hero 6\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/heroo_white_1.png\";s:12:\"tmpl_created\";i:1520443687;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/hero-6/?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:\"hero\";s:4:\"tags\";s:8:\"[\"hero\"]\";s:10:\"menu_order\";i:396;s:16:\"popularity_index\";i:406;s:11:\"trend_index\";i:542;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:622;a:19:{s:4:\"tmpl\";i:530;s:2:\"id\";i:5801;s:5:\"title\";s:6:\"Hero 7\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/03/header_4.png\";s:12:\"tmpl_created\";i:1520443589;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/hero-7/?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:\"hero\";s:4:\"tags\";s:8:\"[\"hero\"]\";s:10:\"menu_order\";i:398;s:16:\"popularity_index\";i:15;s:11:\"trend_index\";i:37;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:623;a:19:{s:4:\"tmpl\";i:531;s:2:\"id\";i:5811;s:5:\"title\";s:6:\"Hero 8\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/03/header_5.png\";s:12:\"tmpl_created\";i:1520443591;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/hero-8/?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:\"hero\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:400;s:16:\"popularity_index\";i:105;s:11:\"trend_index\";i:86;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:624;a:19:{s:4:\"tmpl\";i:529;s:2:\"id\";i:5792;s:5:\"title\";s:6:\"Hero 9\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/03/header_3.png\";s:12:\"tmpl_created\";i:1520443588;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/hero-9/?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:\"hero\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:403;s:16:\"popularity_index\";i:225;s:11:\"trend_index\";i:244;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:625;a:19:{s:4:\"tmpl\";i:978;s:2:\"id\";i:13251;s:5:\"title\";s:27:\"Interior Design &#8211; 404\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2020/04/404.png\";s:12:\"tmpl_created\";i:1586148737;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/blocks/interior-design-404/?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:8:\"404 page\";s:4:\"tags\";s:30:\"[\"Business\",\"Interior Design\"]\";s:10:\"menu_order\";i:405;s:16:\"popularity_index\";i:730;s:11:\"trend_index\";i:795;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:626;a:19:{s:4:\"tmpl\";i:979;s:2:\"id\";i:13244;s:5:\"title\";s:30:\"Interior Design &#8211; Footer\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/04/Footer.png\";s:12:\"tmpl_created\";i:1586148742;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/blocks/interior-design-footer/?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:6:\"footer\";s:4:\"tags\";s:39:\"[\"Business\",\"Footer\",\"Interior Design\"]\";s:10:\"menu_order\";i:406;s:16:\"popularity_index\";i:322;s:11:\"trend_index\";i:178;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:627;a:19:{s:4:\"tmpl\";i:980;s:2:\"id\";i:13236;s:5:\"title\";s:30:\"Interior Design &#8211; Header\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2020/06/Header-interior-design.png\";s:12:\"tmpl_created\";i:1586148746;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/blocks/interior-design-header/?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:6:\"header\";s:4:\"tags\";s:39:\"[\"Business\",\"Header\",\"Interior Design\"]\";s:10:\"menu_order\";i:408;s:16:\"popularity_index\";i:146;s:11:\"trend_index\";i:64;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:628;a:19:{s:4:\"tmpl\";i:977;s:2:\"id\";i:13259;s:5:\"title\";s:36:\"Interior Design &#8211; News Archive\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2020/04/Archiv-Blog.png\";s:12:\"tmpl_created\";i:1586148733;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/blocks/interior-design-news-archive/?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:7:\"archive\";s:4:\"tags\";s:30:\"[\"Business\",\"Interior Design\"]\";s:10:\"menu_order\";i:410;s:16:\"popularity_index\";i:436;s:11:\"trend_index\";i:132;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:629;a:19:{s:4:\"tmpl\";i:976;s:2:\"id\";i:13267;s:5:\"title\";s:35:\"Interior Design &#8211; Single News\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2020/04/Post.png\";s:12:\"tmpl_created\";i:1586148728;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/blocks/interior-design-single-news/?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:11:\"single post\";s:4:\"tags\";s:30:\"[\"Business\",\"Interior Design\"]\";s:10:\"menu_order\";i:413;s:16:\"popularity_index\";i:402;s:11:\"trend_index\";i:108;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:630;a:19:{s:4:\"tmpl\";i:975;s:2:\"id\";i:13274;s:5:\"title\";s:38:\"Interior Design &#8211; Single Project\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2020/04/Single-Project-.png\";s:12:\"tmpl_created\";i:1586148723;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:136:\"https://library.elementor.com/blocks/interior-design-single-project/?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:11:\"single post\";s:4:\"tags\";s:30:\"[\"Business\",\"Interior Design\"]\";s:10:\"menu_order\";i:414;s:16:\"popularity_index\";i:601;s:11:\"trend_index\";i:324;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:631;a:19:{s:4:\"tmpl\";i:1011;s:2:\"id\";i:14058;s:5:\"title\";s:36:\"Japanese restaurant &#8211; 404 page\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2020/06/404-Page.jpg\";s:12:\"tmpl_created\";i:1592290211;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/blocks/japanese-restaurant-404-page/?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:8:\"404 page\";s:4:\"tags\";s:38:\"[\"404\",\"Food\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:416;s:16:\"popularity_index\";i:724;s:11:\"trend_index\";i:647;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:632;a:19:{s:4:\"tmpl\";i:1012;s:2:\"id\";i:14050;s:5:\"title\";s:34:\"Japanese restaurant &#8211; Footer\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2020/06/Footer-Small.jpg\";s:12:\"tmpl_created\";i:1592290247;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/blocks/japanese-restaurant-footer/?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:6:\"footer\";s:4:\"tags\";s:41:\"[\"Food\",\"Footer\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:419;s:16:\"popularity_index\";i:317;s:11:\"trend_index\";i:238;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:633;a:19:{s:4:\"tmpl\";i:1013;s:2:\"id\";i:14042;s:5:\"title\";s:34:\"Japanese Restaurant &#8211; Header\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2020/06/japanese-restaurant-header.jpg\";s:12:\"tmpl_created\";i:1592290277;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/blocks/japanese-restaurant-header/?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:6:\"header\";s:4:\"tags\";s:41:\"[\"Food\",\"Header\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:421;s:16:\"popularity_index\";i:411;s:11:\"trend_index\";i:274;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:634;a:19:{s:4:\"tmpl\";i:914;s:2:\"id\";i:12164;s:5:\"title\";s:20:\"Law Firm &#8211; 404\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2019/11/404.png\";s:12:\"tmpl_created\";i:1572846979;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/law-firm-404/?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:8:\"404 page\";s:4:\"tags\";s:24:\"[\"404\",\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:422;s:16:\"popularity_index\";i:704;s:11:\"trend_index\";i:716;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:635;a:19:{s:4:\"tmpl\";i:913;s:2:\"id\";i:12170;s:5:\"title\";s:23:\"Law Firm &#8211; Archiv\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2019/11/archiv.png\";s:12:\"tmpl_created\";i:1572846967;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/blocks/law-firm-archiv/?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:7:\"archive\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:424;s:16:\"popularity_index\";i:431;s:11:\"trend_index\";i:294;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:636;a:19:{s:4:\"tmpl\";i:912;s:2:\"id\";i:12179;s:5:\"title\";s:23:\"Law Firm &#8211; Footer\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2019/11/footer.png\";s:12:\"tmpl_created\";i:1572846958;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/blocks/law-firm-footer/?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:6:\"footer\";s:4:\"tags\";s:27:\"[\"Footer\",\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:425;s:16:\"popularity_index\";i:388;s:11:\"trend_index\";i:240;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:637;a:19:{s:4:\"tmpl\";i:911;s:2:\"id\";i:12194;s:5:\"title\";s:23:\"Law Firm &#8211; Header\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2020/06/Header-law-firm.png\";s:12:\"tmpl_created\";i:1572846935;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/blocks/law-firm-header/?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:6:\"header\";s:4:\"tags\";s:27:\"[\"Header\",\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:427;s:16:\"popularity_index\";i:80;s:11:\"trend_index\";i:39;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:638;a:19:{s:4:\"tmpl\";i:910;s:2:\"id\";i:12203;s:5:\"title\";s:30:\"Law Firm &#8211; Search Archiv\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/11/search_result.png\";s:12:\"tmpl_created\";i:1572846925;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/blocks/law-firm-search-archiv/?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:7:\"archive\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:430;s:16:\"popularity_index\";i:493;s:11:\"trend_index\";i:433;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:639;a:19:{s:4:\"tmpl\";i:909;s:2:\"id\";i:12212;s:5:\"title\";s:28:\"Law Firm &#8211; Single Post\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2019/11/single.png\";s:12:\"tmpl_created\";i:1572846914;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/blocks/law-firm-single-post/?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:11:\"single post\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:432;s:16:\"popularity_index\";i:326;s:11:\"trend_index\";i:214;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:640;a:19:{s:4:\"tmpl\";i:1022;s:2:\"id\";i:14772;s:5:\"title\";s:35:\"Luxury Real Estate &#8211; 404 page\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2020/07/404.png\";s:12:\"tmpl_created\";i:1595315728;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/blocks/luxury-real-estate-404-page/?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:8:\"404 page\";s:4:\"tags\";s:34:\"[\"404\",\"Real estate\",\"Realestate\"]\";s:10:\"menu_order\";i:433;s:16:\"popularity_index\";i:759;s:11:\"trend_index\";i:720;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:641;a:19:{s:4:\"tmpl\";i:1023;s:2:\"id\";i:14779;s:5:\"title\";s:33:\"Luxury Real Estate &#8211; Footer\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/07/Footer.png\";s:12:\"tmpl_created\";i:1595315743;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/blocks/luxury-real-estate-footer/?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:6:\"footer\";s:4:\"tags\";s:37:\"[\"Footer\",\"Real estate\",\"Realestate\"]\";s:10:\"menu_order\";i:434;s:16:\"popularity_index\";i:536;s:11:\"trend_index\";i:505;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:642;a:19:{s:4:\"tmpl\";i:1024;s:2:\"id\";i:14790;s:5:\"title\";s:33:\"Luxury Real Estate &#8211; Header\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/07/Header.png\";s:12:\"tmpl_created\";i:1595315760;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/blocks/luxury-real-estate-header/?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:6:\"header\";s:4:\"tags\";s:37:\"[\"Header\",\"Real estate\",\"Realestate\"]\";s:10:\"menu_order\";i:436;s:16:\"popularity_index\";i:101;s:11:\"trend_index\";i:157;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:643;a:19:{s:4:\"tmpl\";i:1026;s:2:\"id\";i:14809;s:5:\"title\";s:45:\"Luxury Real Estate &#8211; Properties Archive\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/07/Properties.png\";s:12:\"tmpl_created\";i:1595315826;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:143:\"https://library.elementor.com/blocks/luxury-real-estate-properties-archive/?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:7:\"archive\";s:4:\"tags\";s:28:\"[\"Real estate\",\"Realestate\"]\";s:10:\"menu_order\";i:438;s:16:\"popularity_index\";i:414;s:11:\"trend_index\";i:420;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:644;a:19:{s:4:\"tmpl\";i:1027;s:2:\"id\";i:14816;s:5:\"title\";s:47:\"Luxury Real Estate &#8211; Property single post\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2020/07/Single-Property-.png\";s:12:\"tmpl_created\";i:1595315847;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:145:\"https://library.elementor.com/blocks/luxury-real-estate-property-single-post/?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:11:\"single post\";s:4:\"tags\";s:28:\"[\"Real estate\",\"Realestate\"]\";s:10:\"menu_order\";i:441;s:16:\"popularity_index\";i:541;s:11:\"trend_index\";i:665;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:645;a:19:{s:4:\"tmpl\";i:1025;s:2:\"id\";i:14799;s:5:\"title\";s:38:\"Luxury Real Estate &#8211; single post\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2020/07/Post.png\";s:12:\"tmpl_created\";i:1595315792;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:136:\"https://library.elementor.com/blocks/luxury-real-estate-single-post/?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:11:\"single post\";s:4:\"tags\";s:28:\"[\"Real estate\",\"Realestate\"]\";s:10:\"menu_order\";i:442;s:16:\"popularity_index\";i:369;s:11:\"trend_index\";i:441;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:646;a:19:{s:4:\"tmpl\";i:950;s:2:\"id\";i:12635;s:5:\"title\";s:20:\"Magazine &#8211; 404\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/01/404_s.png\";s:12:\"tmpl_created\";i:1579060746;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/magazine-404/?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:8:\"404 page\";s:4:\"tags\";s:25:\"[\"404\",\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";i:445;s:16:\"popularity_index\";i:645;s:11:\"trend_index\";i:734;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:647;a:19:{s:4:\"tmpl\";i:949;s:2:\"id\";i:12643;s:5:\"title\";s:24:\"Magazine &#8211; Archiv1\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2020/01/Archiv1_s.png\";s:12:\"tmpl_created\";i:1579060737;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/blocks/magazine-archiv1/?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:7:\"archive\";s:4:\"tags\";s:19:\"[\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";i:447;s:16:\"popularity_index\";i:346;s:11:\"trend_index\";i:272;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:648;a:19:{s:4:\"tmpl\";i:946;s:2:\"id\";i:12669;s:5:\"title\";s:23:\"Magazine &#8211; Footer\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2020/01/Footer_s.png\";s:12:\"tmpl_created\";i:1579060715;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/blocks/magazine-footer/?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:6:\"footer\";s:4:\"tags\";s:28:\"[\"Blog\",\"Footer\",\"Magazine\"]\";s:10:\"menu_order\";i:448;s:16:\"popularity_index\";i:442;s:11:\"trend_index\";i:349;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:649;a:19:{s:4:\"tmpl\";i:945;s:2:\"id\";i:12678;s:5:\"title\";s:23:\"Magazine &#8211; Header\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2020/06/Header-magazine.png\";s:12:\"tmpl_created\";i:1579060701;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/blocks/magazine-header/?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:6:\"header\";s:4:\"tags\";s:28:\"[\"Blog\",\"Header\",\"Magazine\"]\";s:10:\"menu_order\";i:450;s:16:\"popularity_index\";i:295;s:11:\"trend_index\";i:197;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:650;a:19:{s:4:\"tmpl\";i:947;s:2:\"id\";i:12661;s:5:\"title\";s:23:\"Magazine &#8211; Search\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2020/01/Search_s.png\";s:12:\"tmpl_created\";i:1579060722;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/blocks/magazine-search/?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:7:\"archive\";s:4:\"tags\";s:19:\"[\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";i:452;s:16:\"popularity_index\";i:396;s:11:\"trend_index\";i:509;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:651;a:19:{s:4:\"tmpl\";i:944;s:2:\"id\";i:12688;s:5:\"title\";s:30:\"Magazine &#8211; Single Post 1\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/01/Post2_s.png\";s:12:\"tmpl_created\";i:1579060692;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/blocks/magazine-single-post-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:11:\"single post\";s:4:\"tags\";s:19:\"[\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";i:453;s:16:\"popularity_index\";i:342;s:11:\"trend_index\";i:175;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:652;a:19:{s:4:\"tmpl\";i:943;s:2:\"id\";i:12699;s:5:\"title\";s:30:\"Magazine &#8211; Single Post 2\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/01/Post3_s.png\";s:12:\"tmpl_created\";i:1579060680;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/blocks/magazine-single-post-2/?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:11:\"single post\";s:4:\"tags\";s:19:\"[\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";i:454;s:16:\"popularity_index\";i:348;s:11:\"trend_index\";i:129;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:653;a:19:{s:4:\"tmpl\";i:942;s:2:\"id\";i:12707;s:5:\"title\";s:30:\"Magazine &#8211; Single Post 3\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/01/Post1_s.png\";s:12:\"tmpl_created\";i:1579060669;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/blocks/magazine-single-post-3/?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:11:\"single post\";s:4:\"tags\";s:19:\"[\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";i:457;s:16:\"popularity_index\";i:476;s:11:\"trend_index\";i:246;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:654;a:19:{s:4:\"tmpl\";i:941;s:2:\"id\";i:12716;s:5:\"title\";s:30:\"Magazine &#8211; Single Post 3\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/01/Post4_s.png\";s:12:\"tmpl_created\";i:1579060659;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/blocks/magazine-single-post-3-2/?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:11:\"single post\";s:4:\"tags\";s:19:\"[\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";i:459;s:16:\"popularity_index\";i:513;s:11:\"trend_index\";i:489;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:655;a:19:{s:4:\"tmpl\";i:948;s:2:\"id\";i:12652;s:5:\"title\";s:17:\"Magazine- Archiv2\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2020/01/Archiv2_s.png\";s:12:\"tmpl_created\";i:1579060730;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/blocks/magazine-archiv2/?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:7:\"archive\";s:4:\"tags\";s:19:\"[\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";i:461;s:16:\"popularity_index\";i:525;s:11:\"trend_index\";i:585;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:656;a:19:{s:4:\"tmpl\";i:990;s:2:\"id\";i:13361;s:5:\"title\";s:25:\"Online Course &#8211; 404\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2020/04/404.jpg\";s:12:\"tmpl_created\";i:1587474710;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/blocks/online-course-404/?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:8:\"404 page\";s:4:\"tags\";s:35:\"[\"404\",\"Course Online\",\"Education\"]\";s:10:\"menu_order\";i:462;s:16:\"popularity_index\";i:682;s:11:\"trend_index\";i:498;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:657;a:19:{s:4:\"tmpl\";i:987;s:2:\"id\";i:13387;s:5:\"title\";s:32:\"Online Course &#8211; End Lesson\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2020/04/Lesson-End-.jpg\";s:12:\"tmpl_created\";i:1587474682;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/blocks/online-course-end-lesson/?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:11:\"single post\";s:4:\"tags\";s:29:\"[\"Course Online\",\"Education\"]\";s:10:\"menu_order\";i:464;s:16:\"popularity_index\";i:653;s:11:\"trend_index\";i:408;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:658;a:19:{s:4:\"tmpl\";i:989;s:2:\"id\";i:13369;s:5:\"title\";s:28:\"Online Course &#8211; Footer\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/04/Footer.jpg\";s:12:\"tmpl_created\";i:1587474701;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/blocks/online-course-footer/?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:6:\"footer\";s:4:\"tags\";s:38:\"[\"Course Online\",\"Education\",\"Footer\"]\";s:10:\"menu_order\";i:466;s:16:\"popularity_index\";i:389;s:11:\"trend_index\";i:308;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:659;a:19:{s:4:\"tmpl\";i:988;s:2:\"id\";i:13378;s:5:\"title\";s:28:\"Online Course &#8211; Header\";s:9:\"thumbnail\";s:92:\"https://library.elementor.com/wp-content/uploads/2020/06/Header-education-online-courses.jpg\";s:12:\"tmpl_created\";i:1587474693;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/blocks/online-course-header/?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:6:\"header\";s:4:\"tags\";s:38:\"[\"Course Online\",\"Education\",\"Header\"]\";s:10:\"menu_order\";i:469;s:16:\"popularity_index\";i:492;s:11:\"trend_index\";i:519;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:660;a:19:{s:4:\"tmpl\";i:986;s:2:\"id\";i:13395;s:5:\"title\";s:34:\"Online Course &#8211; Start Lesson\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2020/04/Lesson-Start.jpg\";s:12:\"tmpl_created\";i:1587474673;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/blocks/online-course-start-lesson/?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:11:\"single post\";s:4:\"tags\";s:29:\"[\"Course Online\",\"Education\"]\";s:10:\"menu_order\";i:471;s:16:\"popularity_index\";i:672;s:11:\"trend_index\";i:578;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:661;a:19:{s:4:\"tmpl\";i:953;s:2:\"id\";i:13089;s:5:\"title\";s:23:\"Photography &#8211; 404\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/02/404_s.png\";s:12:\"tmpl_created\";i:1582091623;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/blocks/photography-404/?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:8:\"404 page\";s:4:\"tags\";s:33:\"[\"404\",\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:473;s:16:\"popularity_index\";i:702;s:11:\"trend_index\";i:706;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:662;a:19:{s:4:\"tmpl\";i:954;s:2:\"id\";i:13096;s:5:\"title\";s:32:\"Photography &#8211; Archiv Media\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2020/02/Archiv_s.png\";s:12:\"tmpl_created\";i:1582091742;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/blocks/photography-archiv-media/?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:7:\"archive\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:475;s:16:\"popularity_index\";i:631;s:11:\"trend_index\";i:405;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:663;a:19:{s:4:\"tmpl\";i:955;s:2:\"id\";i:13103;s:5:\"title\";s:26:\"Photography &#8211; Footer\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2020/02/Footer_s.png\";s:12:\"tmpl_created\";i:1582091903;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/blocks/photography-footer/?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:6:\"footer\";s:4:\"tags\";s:36:\"[\"Footer\",\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:477;s:16:\"popularity_index\";i:422;s:11:\"trend_index\";i:230;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:664;a:19:{s:4:\"tmpl\";i:957;s:2:\"id\";i:13112;s:5:\"title\";s:26:\"Photography &#8211; Header\";s:9:\"thumbnail\";s:89:\"https://library.elementor.com/wp-content/uploads/2020/06/Header-photography-portfolio.png\";s:12:\"tmpl_created\";i:1582092483;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/blocks/photography-header/?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:6:\"header\";s:4:\"tags\";s:36:\"[\"Header\",\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:478;s:16:\"popularity_index\";i:325;s:11:\"trend_index\";i:205;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:665;a:19:{s:4:\"tmpl\";i:956;s:2:\"id\";i:13120;s:5:\"title\";s:31:\"Photography &#8211; Single Post\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/02/Post_s.png\";s:12:\"tmpl_created\";i:1582092351;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/blocks/photography-single-post/?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:11:\"single post\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:480;s:16:\"popularity_index\";i:671;s:11:\"trend_index\";i:645;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:666;a:19:{s:4:\"tmpl\";i:901;s:2:\"id\";i:11807;s:5:\"title\";s:9:\"Portfolio\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2019/09/404_small.png\";s:12:\"tmpl_created\";i:1569430070;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/portfolio-20/?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:8:\"404 page\";s:4:\"tags\";s:40:\"[\"404\",\"Creative Portfolio\",\"Portfolio\"]\";s:10:\"menu_order\";i:483;s:16:\"popularity_index\";i:480;s:11:\"trend_index\";i:497;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:667;a:19:{s:4:\"tmpl\";i:900;s:2:\"id\";i:11832;s:5:\"title\";s:9:\"Portfolio\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2019/09/Footer_small.png\";s:12:\"tmpl_created\";i:1569430019;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/portfolio-19/?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:6:\"footer\";s:4:\"tags\";s:43:\"[\"Creative Portfolio\",\"Footer\",\"Portfolio\"]\";s:10:\"menu_order\";i:484;s:16:\"popularity_index\";i:246;s:11:\"trend_index\";i:102;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:668;a:19:{s:4:\"tmpl\";i:898;s:2:\"id\";i:11847;s:5:\"title\";s:9:\"Portfolio\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2019/09/Archiv_small.png\";s:12:\"tmpl_created\";i:1569430010;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/portfolio-8/?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:7:\"archive\";s:4:\"tags\";s:34:\"[\"Creative Portfolio\",\"Portfolio\"]\";s:10:\"menu_order\";i:487;s:16:\"popularity_index\";i:336;s:11:\"trend_index\";i:455;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:669;a:19:{s:4:\"tmpl\";i:897;s:2:\"id\";i:11854;s:5:\"title\";s:9:\"Portfolio\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2019/09/Post_small.png\";s:12:\"tmpl_created\";i:1569429983;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/portfolio/?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:11:\"single post\";s:4:\"tags\";s:34:\"[\"Creative Portfolio\",\"Portfolio\"]\";s:10:\"menu_order\";i:489;s:16:\"popularity_index\";i:482;s:11:\"trend_index\";i:609;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:670;a:19:{s:4:\"tmpl\";i:904;s:2:\"id\";i:11890;s:5:\"title\";s:9:\"Portfolio\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2020/06/Header-design-portfolio.png\";s:12:\"tmpl_created\";i:1571907344;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/portfolio-9/?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:6:\"header\";s:4:\"tags\";s:43:\"[\"Creative Portfolio\",\"Header\",\"Portfolio\"]\";s:10:\"menu_order\";i:491;s:16:\"popularity_index\";i:306;s:11:\"trend_index\";i:364;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:671;a:19:{s:4:\"tmpl\";i:896;s:2:\"id\";i:11861;s:5:\"title\";s:27:\"Portfolio &#8211; Project 1\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2019/09/Project1_small.png\";s:12:\"tmpl_created\";i:1569429975;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/blocks/portfolio-project-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:11:\"single post\";s:4:\"tags\";s:34:\"[\"Creative Portfolio\",\"Portfolio\"]\";s:10:\"menu_order\";i:493;s:16:\"popularity_index\";i:643;s:11:\"trend_index\";i:764;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:672;a:19:{s:4:\"tmpl\";i:895;s:2:\"id\";i:11870;s:5:\"title\";s:27:\"Portfolio &#8211; Project 2\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2019/09/Project2_small.png\";s:12:\"tmpl_created\";i:1569429964;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/blocks/portfolio-project-2/?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:11:\"single post\";s:4:\"tags\";s:34:\"[\"Creative Portfolio\",\"Portfolio\"]\";s:10:\"menu_order\";i:495;s:16:\"popularity_index\";i:662;s:11:\"trend_index\";i:816;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:673;a:19:{s:4:\"tmpl\";i:903;s:2:\"id\";i:11897;s:5:\"title\";s:27:\"Portfolio &#8211; Project 2\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2019/09/Project2_small.png\";s:12:\"tmpl_created\";i:1569494236;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/blocks/portfolio-project-2-2/?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:11:\"single post\";s:4:\"tags\";s:34:\"[\"Creative Portfolio\",\"Portfolio\"]\";s:10:\"menu_order\";i:496;s:16:\"popularity_index\";i:733;s:11:\"trend_index\";i:744;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:674;a:19:{s:4:\"tmpl\";i:894;s:2:\"id\";i:11877;s:5:\"title\";s:27:\"Portfolio &#8211; Project 3\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2019/09/Project3_small.png\";s:12:\"tmpl_created\";i:1569429954;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/blocks/portfolio-project-3/?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:11:\"single post\";s:4:\"tags\";s:34:\"[\"Creative Portfolio\",\"Portfolio\"]\";s:10:\"menu_order\";i:498;s:16:\"popularity_index\";i:692;s:11:\"trend_index\";i:0;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:675;a:19:{s:4:\"tmpl\";i:597;s:2:\"id\";i:5019;s:5:\"title\";s:11:\"Portfolio 1\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_black_1.png\";s:12:\"tmpl_created\";i:1520520580;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/portfolio-1/?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:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:500;s:16:\"popularity_index\";i:170;s:11:\"trend_index\";i:236;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:676;a:19:{s:4:\"tmpl\";i:609;s:2:\"id\";i:5141;s:5:\"title\";s:12:\"Portfolio 10\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_10.png\";s:12:\"tmpl_created\";i:1520520601;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/portfolio-10/?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:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:503;s:16:\"popularity_index\";i:416;s:11:\"trend_index\";i:478;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:677;a:19:{s:4:\"tmpl\";i:598;s:2:\"id\";i:5027;s:5:\"title\";s:12:\"Portfolio 11\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_2.png\";s:12:\"tmpl_created\";i:1520520581;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/portfolio-11/?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:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:504;s:16:\"popularity_index\";i:304;s:11:\"trend_index\";i:421;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:678;a:19:{s:4:\"tmpl\";i:599;s:2:\"id\";i:5037;s:5:\"title\";s:12:\"Portfolio 12\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_3.png\";s:12:\"tmpl_created\";i:1520520583;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/portfolio-12/?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:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:507;s:16:\"popularity_index\";i:279;s:11:\"trend_index\";i:399;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:679;a:19:{s:4:\"tmpl\";i:600;s:2:\"id\";i:5057;s:5:\"title\";s:12:\"Portfolio 13\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_4.png\";s:12:\"tmpl_created\";i:1520520586;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/portfolio-13/?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:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:509;s:16:\"popularity_index\";i:239;s:11:\"trend_index\";i:288;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:680;a:19:{s:4:\"tmpl\";i:601;s:2:\"id\";i:5071;s:5:\"title\";s:12:\"Portfolio 14\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_5.png\";s:12:\"tmpl_created\";i:1520520588;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/portfolio-14/?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:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:511;s:16:\"popularity_index\";i:276;s:11:\"trend_index\";i:329;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:681;a:19:{s:4:\"tmpl\";i:603;s:2:\"id\";i:5090;s:5:\"title\";s:12:\"Portfolio 15\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_6.png\";s:12:\"tmpl_created\";i:1520520591;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/portfolio-15/?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:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:513;s:16:\"popularity_index\";i:186;s:11:\"trend_index\";i:283;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:682;a:19:{s:4:\"tmpl\";i:604;s:2:\"id\";i:5098;s:5:\"title\";s:12:\"Portfolio 16\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_7.png\";s:12:\"tmpl_created\";i:1520520593;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/portfolio-16/?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:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:515;s:16:\"popularity_index\";i:156;s:11:\"trend_index\";i:211;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:683;a:19:{s:4:\"tmpl\";i:606;s:2:\"id\";i:5115;s:5:\"title\";s:12:\"Portfolio 17\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_8.png\";s:12:\"tmpl_created\";i:1520520596;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/portfolio-17/?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:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:517;s:16:\"popularity_index\";i:19;s:11:\"trend_index\";i:22;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:684;a:19:{s:4:\"tmpl\";i:608;s:2:\"id\";i:5133;s:5:\"title\";s:12:\"Portfolio 18\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_9.png\";s:12:\"tmpl_created\";i:1520520599;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/portfolio-18/?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:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:519;s:16:\"popularity_index\";i:180;s:11:\"trend_index\";i:280;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:685;a:19:{s:4:\"tmpl\";i:610;s:2:\"id\";i:5149;s:5:\"title\";s:11:\"Portfolio 2\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_black_10.png\";s:12:\"tmpl_created\";i:1520520602;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/portfolio-2/?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:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:521;s:16:\"popularity_index\";i:413;s:11:\"trend_index\";i:635;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:686;a:19:{s:4:\"tmpl\";i:468;s:2:\"id\";i:5045;s:5:\"title\";s:11:\"Portfolio 3\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_black_2.png\";s:12:\"tmpl_created\";i:1520443423;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/portfolio-3/?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:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:523;s:16:\"popularity_index\";i:636;s:11:\"trend_index\";i:608;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:687;a:19:{s:4:\"tmpl\";i:602;s:2:\"id\";i:5082;s:5:\"title\";s:11:\"Portfolio 4\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_black_4.png\";s:12:\"tmpl_created\";i:1520520589;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/portfolio-4/?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:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:524;s:16:\"popularity_index\";i:558;s:11:\"trend_index\";i:654;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:688;a:19:{s:4:\"tmpl\";i:605;s:2:\"id\";i:5107;s:5:\"title\";s:11:\"Portfolio 5\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_black_7.png\";s:12:\"tmpl_created\";i:1520520594;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/portfolio-5/?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:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:527;s:16:\"popularity_index\";i:380;s:11:\"trend_index\";i:347;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:689;a:19:{s:4:\"tmpl\";i:607;s:2:\"id\";i:5125;s:5:\"title\";s:11:\"Portfolio 6\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_black_8.png\";s:12:\"tmpl_created\";i:1520520597;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/portfolio-6/?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:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:529;s:16:\"popularity_index\";i:236;s:11:\"trend_index\";i:386;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:690;a:19:{s:4:\"tmpl\";i:596;s:2:\"id\";i:5007;s:5:\"title\";s:11:\"Portfolio 7\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_1.png\";s:12:\"tmpl_created\";i:1520520578;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/portfolio-7/?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:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:530;s:16:\"popularity_index\";i:44;s:11:\"trend_index\";i:183;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:691;a:19:{s:4:\"tmpl\";i:434;s:2:\"id\";i:4509;s:5:\"title\";s:9:\"Pricing 1\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_black_1.png\";s:12:\"tmpl_created\";i:1520443310;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/pricing-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:7:\"pricing\";s:4:\"tags\";s:11:\"[\"Pricing\"]\";s:10:\"menu_order\";i:532;s:16:\"popularity_index\";i:703;s:11:\"trend_index\";i:641;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:692;a:19:{s:4:\"tmpl\";i:439;s:2:\"id\";i:4553;s:5:\"title\";s:10:\"Pricing 10\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_white_4.png\";s:12:\"tmpl_created\";i:1520443319;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/pricing-10/?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:7:\"pricing\";s:4:\"tags\";s:11:\"[\"Pricing\"]\";s:10:\"menu_order\";i:534;s:16:\"popularity_index\";i:511;s:11:\"trend_index\";i:506;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:693;a:19:{s:4:\"tmpl\";i:441;s:2:\"id\";i:4572;s:5:\"title\";s:10:\"Pricing 11\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_white_5.png\";s:12:\"tmpl_created\";i:1520443324;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/pricing-11/?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:7:\"pricing\";s:4:\"tags\";s:11:\"[\"Pricing\"]\";s:10:\"menu_order\";i:537;s:16:\"popularity_index\";i:308;s:11:\"trend_index\";i:248;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:694;a:19:{s:4:\"tmpl\";i:442;s:2:\"id\";i:4580;s:5:\"title\";s:10:\"Pricing 12\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_white_6.png\";s:12:\"tmpl_created\";i:1520443326;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/pricing-12/?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:7:\"pricing\";s:4:\"tags\";s:11:\"[\"Pricing\"]\";s:10:\"menu_order\";i:539;s:16:\"popularity_index\";i:576;s:11:\"trend_index\";i:526;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:695;a:19:{s:4:\"tmpl\";i:444;s:2:\"id\";i:4597;s:5:\"title\";s:10:\"Pricing 13\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_white_7.png\";s:12:\"tmpl_created\";i:1520443330;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/pricing-13/?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:7:\"pricing\";s:4:\"tags\";s:11:\"[\"Pricing\"]\";s:10:\"menu_order\";i:540;s:16:\"popularity_index\";i:613;s:11:\"trend_index\";i:450;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:696;a:19:{s:4:\"tmpl\";i:446;s:2:\"id\";i:4613;s:5:\"title\";s:10:\"Pricing 14\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_white_8.png\";s:12:\"tmpl_created\";i:1520443334;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/pricing-14/?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:7:\"pricing\";s:4:\"tags\";s:11:\"[\"Pricing\"]\";s:10:\"menu_order\";i:543;s:16:\"popularity_index\";i:581;s:11:\"trend_index\";i:568;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:697;a:19:{s:4:\"tmpl\";i:436;s:2:\"id\";i:4529;s:5:\"title\";s:9:\"Pricing 2\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_black_2.png\";s:12:\"tmpl_created\";i:1520443314;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/pricing-2/?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:7:\"pricing\";s:4:\"tags\";s:11:\"[\"Pricing\"]\";s:10:\"menu_order\";i:545;s:16:\"popularity_index\";i:609;s:11:\"trend_index\";i:613;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:698;a:19:{s:4:\"tmpl\";i:438;s:2:\"id\";i:4545;s:5:\"title\";s:9:\"Pricing 3\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_black_3.png\";s:12:\"tmpl_created\";i:1520443317;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/pricing-3/?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:7:\"pricing\";s:4:\"tags\";s:11:\"[\"Pricing\"]\";s:10:\"menu_order\";i:547;s:16:\"popularity_index\";i:707;s:11:\"trend_index\";i:825;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:699;a:19:{s:4:\"tmpl\";i:440;s:2:\"id\";i:4562;s:5:\"title\";s:9:\"Pricing 4\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_black_4.png\";s:12:\"tmpl_created\";i:1520443322;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/pricing-4/?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:7:\"pricing\";s:4:\"tags\";s:11:\"[\"Pricing\"]\";s:10:\"menu_order\";i:549;s:16:\"popularity_index\";i:697;s:11:\"trend_index\";i:821;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:700;a:19:{s:4:\"tmpl\";i:443;s:2:\"id\";i:4589;s:5:\"title\";s:9:\"Pricing 5\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_black_6.png\";s:12:\"tmpl_created\";i:1520443327;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/pricing-5/?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:7:\"pricing\";s:4:\"tags\";s:11:\"[\"Pricing\"]\";s:10:\"menu_order\";i:551;s:16:\"popularity_index\";i:716;s:11:\"trend_index\";i:639;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:701;a:19:{s:4:\"tmpl\";i:445;s:2:\"id\";i:4605;s:5:\"title\";s:9:\"Pricing 6\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_black_7.png\";s:12:\"tmpl_created\";i:1520443332;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/pricing-6/?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:7:\"pricing\";s:4:\"tags\";s:11:\"[\"Pricing\"]\";s:10:\"menu_order\";i:553;s:16:\"popularity_index\";i:738;s:11:\"trend_index\";i:773;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:702;a:19:{s:4:\"tmpl\";i:433;s:2:\"id\";i:4500;s:5:\"title\";s:9:\"Pricing 7\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_white_1.png\";s:12:\"tmpl_created\";i:1520443308;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/pricing-7/?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:7:\"pricing\";s:4:\"tags\";s:11:\"[\"Pricing\"]\";s:10:\"menu_order\";i:554;s:16:\"popularity_index\";i:500;s:11:\"trend_index\";i:451;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:703;a:19:{s:4:\"tmpl\";i:435;s:2:\"id\";i:4521;s:5:\"title\";s:9:\"Pricing 8\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_white_2.png\";s:12:\"tmpl_created\";i:1520443312;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/pricing-8/?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:7:\"pricing\";s:4:\"tags\";s:11:\"[\"Pricing\"]\";s:10:\"menu_order\";i:557;s:16:\"popularity_index\";i:311;s:11:\"trend_index\";i:372;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:704;a:19:{s:4:\"tmpl\";i:437;s:2:\"id\";i:4537;s:5:\"title\";s:9:\"Pricing 9\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_white_3.png\";s:12:\"tmpl_created\";i:1520443315;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/pricing-9/?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:7:\"pricing\";s:4:\"tags\";s:11:\"[\"Pricing\"]\";s:10:\"menu_order\";i:559;s:16:\"popularity_index\";i:589;s:11:\"trend_index\";i:841;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:705;a:19:{s:4:\"tmpl\";i:1046;s:2:\"id\";i:15204;s:5:\"title\";s:24:\"Psychologist &#8211; 404\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2020/09/404.jpg\";s:12:\"tmpl_created\";i:1600161419;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/blocks/psychologist-404/?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:8:\"404 page\";s:4:\"tags\";s:40:\"[\"404\",\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:564;s:16:\"popularity_index\";i:574;s:11:\"trend_index\";i:493;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:706;a:19:{s:4:\"tmpl\";i:1047;s:2:\"id\";i:15212;s:5:\"title\";s:28:\"Psychologist &#8211; Archive\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2020/09/Blog.jpg\";s:12:\"tmpl_created\";i:1600162340;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/blocks/psychologist-archive/?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:7:\"archive\";s:4:\"tags\";s:34:\"[\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:565;s:16:\"popularity_index\";i:379;s:11:\"trend_index\";i:358;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:707;a:19:{s:4:\"tmpl\";i:1048;s:2:\"id\";i:15219;s:5:\"title\";s:27:\"Psychologist &#8211; Footer\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/09/Footer.jpg\";s:12:\"tmpl_created\";i:1600163069;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/blocks/psychologist-footer/?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:6:\"footer\";s:4:\"tags\";s:43:\"[\"Footer\",\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:566;s:16:\"popularity_index\";i:599;s:11:\"trend_index\";i:500;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:708;a:19:{s:4:\"tmpl\";i:701;s:2:\"id\";i:9239;s:5:\"title\";s:17:\"product archive 1\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2018/07/product-archive-350-1.png\";s:12:\"tmpl_created\";i:1532953482;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/blocks/product-archive-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:17:\"essential-oct2023\";s:7:\"subtype\";s:15:\"product archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:566;s:16:\"popularity_index\";i:60;s:11:\"trend_index\";i:25;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:709;a:19:{s:4:\"tmpl\";i:1049;s:2:\"id\";i:15230;s:5:\"title\";s:27:\"Psychologist &#8211; Header\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/09/Header.png\";s:12:\"tmpl_created\";i:1600163444;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/blocks/psychologist-header/?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:6:\"header\";s:4:\"tags\";s:43:\"[\"Header\",\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:567;s:16:\"popularity_index\";i:429;s:11:\"trend_index\";i:423;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:710;a:19:{s:4:\"tmpl\";i:702;s:2:\"id\";i:9247;s:5:\"title\";s:17:\"product archive 2\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2018/07/product-archive-350-2.png\";s:12:\"tmpl_created\";i:1532953793;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/blocks/product-archive-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:17:\"essential-oct2023\";s:7:\"subtype\";s:15:\"product archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:567;s:16:\"popularity_index\";i:71;s:11:\"trend_index\";i:30;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:711;a:19:{s:4:\"tmpl\";i:1050;s:2:\"id\";i:15240;s:5:\"title\";s:34:\"Psychologist &#8211; single post 1\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2020/09/Single-Post.png\";s:12:\"tmpl_created\";i:1600164087;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/blocks/psychologist-single-post-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:11:\"single post\";s:4:\"tags\";s:34:\"[\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:568;s:16:\"popularity_index\";i:562;s:11:\"trend_index\";i:570;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:712;a:19:{s:4:\"tmpl\";i:703;s:2:\"id\";i:9254;s:5:\"title\";s:17:\"product archive 3\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2018/07/product-archive-350-3.png\";s:12:\"tmpl_created\";i:1532954032;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/blocks/product-archive-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:17:\"essential-oct2023\";s:7:\"subtype\";s:15:\"product archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:568;s:16:\"popularity_index\";i:73;s:11:\"trend_index\";i:44;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:713;a:19:{s:4:\"tmpl\";i:1051;s:2:\"id\";i:15251;s:5:\"title\";s:34:\"Psychologist &#8211; single post 2\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2020/09/Single-Service-Page.png\";s:12:\"tmpl_created\";i:1600165179;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/blocks/psychologist-single-post-2/?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:11:\"single post\";s:4:\"tags\";s:34:\"[\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:569;s:16:\"popularity_index\";i:507;s:11:\"trend_index\";i:368;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:714;a:19:{s:4:\"tmpl\";i:412;s:2:\"id\";i:4313;s:5:\"title\";s:11:\"Services 13\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_8.png\";s:12:\"tmpl_created\";i:1520443268;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-13/?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:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:570;s:16:\"popularity_index\";i:115;s:11:\"trend_index\";i:53;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:715;a:19:{s:4:\"tmpl\";i:413;s:2:\"id\";i:4324;s:5:\"title\";s:11:\"Services 14\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_9.png\";s:12:\"tmpl_created\";i:1520443270;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-14/?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:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:571;s:16:\"popularity_index\";i:277;s:11:\"trend_index\";i:138;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:716;a:19:{s:4:\"tmpl\";i:418;s:2:\"id\";i:4368;s:5:\"title\";s:11:\"Services 16\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_13.png\";s:12:\"tmpl_created\";i:1520443279;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-16/?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:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:572;s:16:\"popularity_index\";i:62;s:11:\"trend_index\";i:59;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:717;a:19:{s:4:\"tmpl\";i:420;s:2:\"id\";i:4391;s:5:\"title\";s:11:\"Services 17\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_14.png\";s:12:\"tmpl_created\";i:1520443283;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-17/?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:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:573;s:16:\"popularity_index\";i:153;s:11:\"trend_index\";i:120;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:718;a:19:{s:4:\"tmpl\";i:403;s:2:\"id\";i:4235;s:5:\"title\";s:11:\"Services 18\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_2.png\";s:12:\"tmpl_created\";i:1520443251;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-18/?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:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:574;s:16:\"popularity_index\";i:273;s:11:\"trend_index\";i:172;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:719;a:19:{s:4:\"tmpl\";i:417;s:2:\"id\";i:4357;s:5:\"title\";s:11:\"Services 20\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_12.png\";s:12:\"tmpl_created\";i:1520443277;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-20/?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:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:575;s:16:\"popularity_index\";i:45;s:11:\"trend_index\";i:45;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:720;a:19:{s:4:\"tmpl\";i:415;s:2:\"id\";i:4341;s:5:\"title\";s:11:\"Services 21\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_11.png\";s:12:\"tmpl_created\";i:1520443274;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-21/?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:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:576;s:16:\"popularity_index\";i:142;s:11:\"trend_index\";i:114;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:721;a:19:{s:4:\"tmpl\";i:414;s:2:\"id\";i:4332;s:5:\"title\";s:11:\"Services 22\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_10.png\";s:12:\"tmpl_created\";i:1520443272;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-22/?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:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:577;s:16:\"popularity_index\";i:138;s:11:\"trend_index\";i:149;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:722;a:19:{s:4:\"tmpl\";i:401;s:2:\"id\";i:4212;s:5:\"title\";s:11:\"Services 23\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_1.png\";s:12:\"tmpl_created\";i:1520443248;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-23/?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:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:578;s:16:\"popularity_index\";i:136;s:11:\"trend_index\";i:302;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:723;a:19:{s:4:\"tmpl\";i:408;s:2:\"id\";i:4276;s:5:\"title\";s:11:\"Services 24\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_black_4.png\";s:12:\"tmpl_created\";i:1520443261;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-24/?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:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:579;s:16:\"popularity_index\";i:353;s:11:\"trend_index\";i:514;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:724;a:19:{s:4:\"tmpl\";i:406;s:2:\"id\";i:4260;s:5:\"title\";s:11:\"Services 25\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_black_3.png\";s:12:\"tmpl_created\";i:1520443257;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-25/?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:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:580;s:16:\"popularity_index\";i:184;s:11:\"trend_index\";i:209;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:725;a:19:{s:4:\"tmpl\";i:404;s:2:\"id\";i:4244;s:5:\"title\";s:11:\"Services 26\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_black_2.png\";s:12:\"tmpl_created\";i:1520443253;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-26/?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:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:581;s:16:\"popularity_index\";i:544;s:11:\"trend_index\";i:596;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:726;a:19:{s:4:\"tmpl\";i:421;s:2:\"id\";i:4400;s:5:\"title\";s:11:\"Services 27\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_black_13.png\";s:12:\"tmpl_created\";i:1520443285;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-27/?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:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:582;s:16:\"popularity_index\";i:286;s:11:\"trend_index\";i:438;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:727;a:19:{s:4:\"tmpl\";i:419;s:2:\"id\";i:4376;s:5:\"title\";s:11:\"Services 28\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_black_12.png\";s:12:\"tmpl_created\";i:1520443281;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-28/?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:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:583;s:16:\"popularity_index\";i:151;s:11:\"trend_index\";i:249;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:728;a:19:{s:4:\"tmpl\";i:416;s:2:\"id\";i:4349;s:5:\"title\";s:11:\"Services 29\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_black_11.png\";s:12:\"tmpl_created\";i:1520443275;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-29/?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:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:584;s:16:\"popularity_index\";i:330;s:11:\"trend_index\";i:483;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:729;a:19:{s:4:\"tmpl\";i:402;s:2:\"id\";i:4227;s:5:\"title\";s:11:\"Services 30\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_black_1.png\";s:12:\"tmpl_created\";i:1520443250;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-30/?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:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:585;s:16:\"popularity_index\";i:351;s:11:\"trend_index\";i:553;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:730;a:19:{s:4:\"tmpl\";i:560;s:2:\"id\";i:6162;s:5:\"title\";s:11:\"Services 31\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/progress_white_1.png\";s:12:\"tmpl_created\";i:1520443668;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-31/?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:5:\"stats\";s:4:\"tags\";s:9:\"[\"Stats\"]\";s:10:\"menu_order\";i:586;s:16:\"popularity_index\";i:372;s:11:\"trend_index\";i:550;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:731;a:19:{s:4:\"tmpl\";i:411;s:2:\"id\";i:4302;s:5:\"title\";s:10:\"Services 5\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_7.png\";s:12:\"tmpl_created\";i:1520443266;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/services-5/?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:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:587;s:16:\"popularity_index\";i:58;s:11:\"trend_index\";i:97;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:732;a:19:{s:4:\"tmpl\";i:410;s:2:\"id\";i:4293;s:5:\"title\";s:10:\"Services 6\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_6.png\";s:12:\"tmpl_created\";i:1520443265;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/services-6/?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:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:588;s:16:\"popularity_index\";i:288;s:11:\"trend_index\";i:269;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:733;a:19:{s:4:\"tmpl\";i:409;s:2:\"id\";i:4284;s:5:\"title\";s:10:\"Services 7\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_5.png\";s:12:\"tmpl_created\";i:1520443263;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/services-7/?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:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:589;s:16:\"popularity_index\";i:27;s:11:\"trend_index\";i:21;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:734;a:19:{s:4:\"tmpl\";i:407;s:2:\"id\";i:4268;s:5:\"title\";s:10:\"Services 8\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_4.png\";s:12:\"tmpl_created\";i:1520443259;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/services-8/?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:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:590;s:16:\"popularity_index\";i:173;s:11:\"trend_index\";i:213;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:735;a:19:{s:4:\"tmpl\";i:405;s:2:\"id\";i:4252;s:5:\"title\";s:10:\"Services 9\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_3.png\";s:12:\"tmpl_created\";i:1520443255;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/services-9/?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:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:591;s:16:\"popularity_index\";i:46;s:11:\"trend_index\";i:99;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:736;a:19:{s:4:\"tmpl\";i:677;s:2:\"id\";i:8676;s:5:\"title\";s:13:\"single page 1\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/05/S_P350.6.jpg\";s:12:\"tmpl_created\";i:1527682423;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/single-page-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:11:\"single page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:592;s:16:\"popularity_index\";i:285;s:11:\"trend_index\";i:145;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:737;a:19:{s:4:\"tmpl\";i:678;s:2:\"id\";i:8678;s:5:\"title\";s:13:\"single page 2\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/05/S_P350.2.jpg\";s:12:\"tmpl_created\";i:1527682780;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/single-page-2/?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:11:\"single page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:593;s:16:\"popularity_index\";i:140;s:11:\"trend_index\";i:82;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:738;a:19:{s:4:\"tmpl\";i:679;s:2:\"id\";i:8679;s:5:\"title\";s:13:\"single page 3\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/05/S_P350.3.jpg\";s:12:\"tmpl_created\";i:1527682847;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/single-page-3/?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:11:\"single page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:594;s:16:\"popularity_index\";i:122;s:11:\"trend_index\";i:23;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:739;a:19:{s:4:\"tmpl\";i:680;s:2:\"id\";i:8680;s:5:\"title\";s:13:\"single page 4\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/05/S_P350.1.jpg\";s:12:\"tmpl_created\";i:1527682896;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/single-page-4/?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:11:\"single page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:595;s:16:\"popularity_index\";i:373;s:11:\"trend_index\";i:190;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:740;a:19:{s:4:\"tmpl\";i:681;s:2:\"id\";i:8681;s:5:\"title\";s:13:\"single page 5\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/05/S_P350.5.jpg\";s:12:\"tmpl_created\";i:1527682969;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/single-page-5/?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:11:\"single page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:596;s:16:\"popularity_index\";i:287;s:11:\"trend_index\";i:218;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:741;a:19:{s:4:\"tmpl\";i:682;s:2:\"id\";i:8682;s:5:\"title\";s:13:\"single page 6\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/05/S_P350.4.jpg\";s:12:\"tmpl_created\";i:1527683026;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/single-page-6/?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:11:\"single page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:597;s:16:\"popularity_index\";i:412;s:11:\"trend_index\";i:227;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:742;a:19:{s:4:\"tmpl\";i:683;s:2:\"id\";i:8703;s:5:\"title\";s:13:\"single page 7\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/05/S_P350.7.jpg\";s:12:\"tmpl_created\";i:1527683072;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/single-page-7/?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:11:\"single page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:598;s:16:\"popularity_index\";i:401;s:11:\"trend_index\";i:316;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:743;a:19:{s:4:\"tmpl\";i:640;s:2:\"id\";i:7650;s:5:\"title\";s:13:\"Single Post 1\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/single_post_1_v2.jpg\";s:12:\"tmpl_created\";i:1521557736;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/single-post-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:11:\"single post\";s:4:\"tags\";s:24:\"[\"Blog\",\"Post\",\"Single\"]\";s:10:\"menu_order\";i:599;s:16:\"popularity_index\";i:119;s:11:\"trend_index\";i:266;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:744;a:19:{s:4:\"tmpl\";i:639;s:2:\"id\";i:7663;s:5:\"title\";s:13:\"Single Post 2\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/single_post_2_v2.jpg\";s:12:\"tmpl_created\";i:1521547761;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/single-post-2/?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:11:\"single post\";s:4:\"tags\";s:24:\"[\"Blog\",\"Post\",\"Single\"]\";s:10:\"menu_order\";i:600;s:16:\"popularity_index\";i:50;s:11:\"trend_index\";i:139;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:745;a:19:{s:4:\"tmpl\";i:705;s:2:\"id\";i:9296;s:5:\"title\";s:13:\"Single Post 3\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2018/09/3002.jpg\";s:12:\"tmpl_created\";i:1537440673;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/single-post-3/?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:11:\"single post\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:601;s:16:\"popularity_index\";i:213;s:11:\"trend_index\";i:204;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:746;a:19:{s:4:\"tmpl\";i:704;s:2:\"id\";i:9301;s:5:\"title\";s:13:\"Single Post 4\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2018/09/3003.jpg\";s:12:\"tmpl_created\";i:1537440661;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/single-post-4/?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:11:\"single post\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:602;s:16:\"popularity_index\";i:248;s:11:\"trend_index\";i:336;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:747;a:19:{s:4:\"tmpl\";i:706;s:2:\"id\";i:9313;s:5:\"title\";s:13:\"Single Post 5\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2018/09/3001.jpg\";s:12:\"tmpl_created\";i:1537440798;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/single-post-5/?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:11:\"single post\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:603;s:16:\"popularity_index\";i:197;s:11:\"trend_index\";i:177;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:748;a:19:{s:4:\"tmpl\";i:707;s:2:\"id\";i:9343;s:5:\"title\";s:13:\"Single Post 6\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2018/09/3004.jpg\";s:12:\"tmpl_created\";i:1537443531;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/single-post-6/?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:11:\"single post\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:604;s:16:\"popularity_index\";i:228;s:11:\"trend_index\";i:279;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:749;a:19:{s:4:\"tmpl\";i:708;s:2:\"id\";i:9349;s:5:\"title\";s:13:\"Single Post 7\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2018/09/3005.jpg\";s:12:\"tmpl_created\";i:1537443903;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/single-post-7/?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:11:\"single post\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:605;s:16:\"popularity_index\";i:158;s:11:\"trend_index\";i:253;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:750;a:19:{s:4:\"tmpl\";i:555;s:2:\"id\";i:6114;s:5:\"title\";s:7:\"Stats 1\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/numbers_black_6.png\";s:12:\"tmpl_created\";i:1520443659;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/stats-1/?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:5:\"stats\";s:4:\"tags\";s:11:\"[\"numbers\"]\";s:10:\"menu_order\";i:610;s:16:\"popularity_index\";i:434;s:11:\"trend_index\";i:692;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:751;a:19:{s:4:\"tmpl\";i:562;s:2:\"id\";i:6178;s:5:\"title\";s:8:\"Stats 10\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/progress_white_2.png\";s:12:\"tmpl_created\";i:1520443676;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/stats-10/?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:5:\"stats\";s:4:\"tags\";s:9:\"[\"Stats\"]\";s:10:\"menu_order\";i:611;s:16:\"popularity_index\";i:435;s:11:\"trend_index\";i:755;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:752;a:19:{s:4:\"tmpl\";i:561;s:2:\"id\";i:6170;s:5:\"title\";s:8:\"Stats 11\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/progress_black_2.png\";s:12:\"tmpl_created\";i:1520443670;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/stats-11/?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:5:\"stats\";s:4:\"tags\";s:9:\"[\"Stats\"]\";s:10:\"menu_order\";i:612;s:16:\"popularity_index\";i:366;s:11:\"trend_index\";i:552;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:753;a:19:{s:4:\"tmpl\";i:697;s:2:\"id\";i:9174;s:5:\"title\";s:17:\"single product 01\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/07/single_product01_350.png\";s:12:\"tmpl_created\";i:1532950125;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/blocks/single-product-01/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:17:\"essential-oct2023\";s:7:\"subtype\";s:14:\"single product\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:612;s:16:\"popularity_index\";i:31;s:11:\"trend_index\";i:6;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:754;a:19:{s:4:\"tmpl\";i:563;s:2:\"id\";i:6186;s:5:\"title\";s:8:\"Stats 12\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/progress_white_3.png\";s:12:\"tmpl_created\";i:1520443678;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/stats-12/?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:5:\"stats\";s:4:\"tags\";s:9:\"[\"Stats\"]\";s:10:\"menu_order\";i:613;s:16:\"popularity_index\";i:569;s:11:\"trend_index\";i:811;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:755;a:19:{s:4:\"tmpl\";i:698;s:2:\"id\";i:9178;s:5:\"title\";s:17:\"single product 02\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2018/07/single_product02_350new.png\";s:12:\"tmpl_created\";i:1532951997;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/blocks/single-product-02/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:17:\"essential-oct2023\";s:7:\"subtype\";s:14:\"single product\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:613;s:16:\"popularity_index\";i:66;s:11:\"trend_index\";i:42;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:756;a:19:{s:4:\"tmpl\";i:550;s:2:\"id\";i:6071;s:5:\"title\";s:8:\"Stats 13\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/numbers_white_3.png\";s:12:\"tmpl_created\";i:1520443649;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/stats-13/?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:5:\"stats\";s:4:\"tags\";s:11:\"[\"numbers\"]\";s:10:\"menu_order\";i:614;s:16:\"popularity_index\";i:168;s:11:\"trend_index\";i:328;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:757;a:19:{s:4:\"tmpl\";i:699;s:2:\"id\";i:9180;s:5:\"title\";s:17:\"single product 03\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/07/single_product03_350.png\";s:12:\"tmpl_created\";i:1532952302;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/blocks/single-product-03/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:17:\"essential-oct2023\";s:7:\"subtype\";s:14:\"single product\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:614;s:16:\"popularity_index\";i:108;s:11:\"trend_index\";i:66;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:758;a:19:{s:4:\"tmpl\";i:554;s:2:\"id\";i:6106;s:5:\"title\";s:7:\"Stats 2\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/numbers_white_6.png\";s:12:\"tmpl_created\";i:1520443657;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/stats-2/?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:5:\"stats\";s:4:\"tags\";s:11:\"[\"numbers\"]\";s:10:\"menu_order\";i:615;s:16:\"popularity_index\";i:361;s:11:\"trend_index\";i:784;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:759;a:19:{s:4:\"tmpl\";i:700;s:2:\"id\";i:9182;s:5:\"title\";s:17:\"single product 04\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2018/07/single_product040_350.png\";s:12:\"tmpl_created\";i:1532952606;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/blocks/single-product-04/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:17:\"essential-oct2023\";s:7:\"subtype\";s:14:\"single product\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:615;s:16:\"popularity_index\";i:123;s:11:\"trend_index\";i:81;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:760;a:19:{s:4:\"tmpl\";i:551;s:2:\"id\";i:6079;s:5:\"title\";s:7:\"Stats 3\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/numbers_white_4.png\";s:12:\"tmpl_created\";i:1520443651;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/stats-3/?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:5:\"stats\";s:4:\"tags\";s:11:\"[\"numbers\"]\";s:10:\"menu_order\";i:616;s:16:\"popularity_index\";i:284;s:11:\"trend_index\";i:385;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:761;a:19:{s:4:\"tmpl\";i:552;s:2:\"id\";i:6089;s:5:\"title\";s:7:\"Stats 4\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/numbers_white_5.png\";s:12:\"tmpl_created\";i:1520443653;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/stats-4/?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:5:\"stats\";s:4:\"tags\";s:9:\"[\"Stats\"]\";s:10:\"menu_order\";i:617;s:16:\"popularity_index\";i:205;s:11:\"trend_index\";i:452;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:762;a:19:{s:4:\"tmpl\";i:549;s:2:\"id\";i:6063;s:5:\"title\";s:7:\"Stats 5\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/numbers_white_2.png\";s:12:\"tmpl_created\";i:1520443647;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/stats-5/?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:5:\"stats\";s:4:\"tags\";s:11:\"[\"numbers\"]\";s:10:\"menu_order\";i:618;s:16:\"popularity_index\";i:181;s:11:\"trend_index\";i:419;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:763;a:19:{s:4:\"tmpl\";i:553;s:2:\"id\";i:6097;s:5:\"title\";s:7:\"Stats 6\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/numbers_black_2.png\";s:12:\"tmpl_created\";i:1520443655;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/stats-6/?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:5:\"stats\";s:4:\"tags\";s:11:\"[\"numbers\"]\";s:10:\"menu_order\";i:619;s:16:\"popularity_index\";i:264;s:11:\"trend_index\";i:492;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:764;a:19:{s:4:\"tmpl\";i:538;s:2:\"id\";i:5956;s:5:\"title\";s:7:\"Stats 7\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/numbers_black_1.png\";s:12:\"tmpl_created\";i:1520443623;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/stats-7/?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:\"stats\";s:4:\"tags\";s:9:\"[\"Stats\"]\";s:10:\"menu_order\";i:620;s:16:\"popularity_index\";i:532;s:11:\"trend_index\";i:541;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:765;a:19:{s:4:\"tmpl\";i:537;s:2:\"id\";i:5947;s:5:\"title\";s:7:\"Stats 8\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/numbers_white_1.png\";s:12:\"tmpl_created\";i:1520443621;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/stats-8/?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:\"stats\";s:4:\"tags\";s:9:\"[\"Stats\"]\";s:10:\"menu_order\";i:621;s:16:\"popularity_index\";i:368;s:11:\"trend_index\";i:531;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:766;a:19:{s:4:\"tmpl\";i:559;s:2:\"id\";i:6152;s:5:\"title\";s:7:\"Stats 9\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/progress_black_1.png\";s:12:\"tmpl_created\";i:1520443666;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/stats-9/?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:5:\"stats\";s:4:\"tags\";s:9:\"[\"Stats\"]\";s:10:\"menu_order\";i:622;s:16:\"popularity_index\";i:272;s:11:\"trend_index\";i:557;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:767;a:19:{s:4:\"tmpl\";i:469;s:2:\"id\";i:5157;s:5:\"title\";s:11:\"Subscribe 1\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/subscribe_white_1.png\";s:12:\"tmpl_created\";i:1520443448;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/subscribe-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:9:\"subscribe\";s:4:\"tags\";s:20:\"[\"Form\",\"Subscribe\"]\";s:10:\"menu_order\";i:623;s:16:\"popularity_index\";i:340;s:11:\"trend_index\";i:293;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:768;a:19:{s:4:\"tmpl\";i:472;s:2:\"id\";i:5181;s:5:\"title\";s:11:\"Subscribe 2\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/subscribe_black_2.png\";s:12:\"tmpl_created\";i:1520443454;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/subscribe-2-2/?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:9:\"subscribe\";s:4:\"tags\";s:20:\"[\"Form\",\"Subscribe\"]\";s:10:\"menu_order\";i:624;s:16:\"popularity_index\";i:451;s:11:\"trend_index\";i:340;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:769;a:19:{s:4:\"tmpl\";i:470;s:2:\"id\";i:5165;s:5:\"title\";s:11:\"Subscribe 3\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/subscribe_black_1.png\";s:12:\"tmpl_created\";i:1520443450;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/subscribe-3/?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:9:\"subscribe\";s:4:\"tags\";s:20:\"[\"Form\",\"Subscribe\"]\";s:10:\"menu_order\";i:625;s:16:\"popularity_index\";i:520;s:11:\"trend_index\";i:620;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:770;a:19:{s:4:\"tmpl\";i:477;s:2:\"id\";i:5222;s:5:\"title\";s:11:\"Subscribe 4\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/subscribe_black_3.png\";s:12:\"tmpl_created\";i:1520443464;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/subscribe-4/?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:9:\"subscribe\";s:4:\"tags\";s:20:\"[\"Form\",\"Subscribe\"]\";s:10:\"menu_order\";i:626;s:16:\"popularity_index\";i:397;s:11:\"trend_index\";i:427;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:771;a:19:{s:4:\"tmpl\";i:471;s:2:\"id\";i:5173;s:5:\"title\";s:11:\"Subscribe 5\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/subscribe_white_2.png\";s:12:\"tmpl_created\";i:1520443452;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/subscribe-5/?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:9:\"subscribe\";s:4:\"tags\";s:20:\"[\"Form\",\"Subscribe\"]\";s:10:\"menu_order\";i:627;s:16:\"popularity_index\";i:261;s:11:\"trend_index\";i:237;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:772;a:19:{s:4:\"tmpl\";i:465;s:2:\"id\";i:4801;s:5:\"title\";s:7:\"Team 11\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_black_8.png\";s:12:\"tmpl_created\";i:1520443369;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/team-11/?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:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:628;s:16:\"popularity_index\";i:332;s:11:\"trend_index\";i:188;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:773;a:19:{s:4:\"tmpl\";i:462;s:2:\"id\";i:4770;s:5:\"title\";s:7:\"Team 12\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_6.png\";s:12:\"tmpl_created\";i:1520443364;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/team-12-2/?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:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:629;s:16:\"popularity_index\";i:432;s:11:\"trend_index\";i:488;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:774;a:19:{s:4:\"tmpl\";i:458;s:2:\"id\";i:4727;s:5:\"title\";s:7:\"Team 13\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_black_2.png\";s:12:\"tmpl_created\";i:1520443356;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/team-13/?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:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:630;s:16:\"popularity_index\";i:375;s:11:\"trend_index\";i:345;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:775;a:19:{s:4:\"tmpl\";i:543;s:2:\"id\";i:5999;s:5:\"title\";s:7:\"Team 14\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/team_black_10.png\";s:12:\"tmpl_created\";i:1520443634;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/team-14/?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:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:631;s:16:\"popularity_index\";i:110;s:11:\"trend_index\";i:318;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:776;a:19:{s:4:\"tmpl\";i:455;s:2:\"id\";i:4698;s:5:\"title\";s:7:\"Team 15\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_black_1.png\";s:12:\"tmpl_created\";i:1520443350;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/team-15/?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:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:632;s:16:\"popularity_index\";i:449;s:11:\"trend_index\";i:410;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:777;a:19:{s:4:\"tmpl\";i:463;s:2:\"id\";i:4781;s:5:\"title\";s:7:\"Team 16\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_7.png\";s:12:\"tmpl_created\";i:1520443365;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/team-16/?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:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:633;s:16:\"popularity_index\";i:267;s:11:\"trend_index\";i:330;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:778;a:19:{s:4:\"tmpl\";i:558;s:2:\"id\";i:6144;s:5:\"title\";s:7:\"Team 17\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_11.png\";s:12:\"tmpl_created\";i:1520443664;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/team-17/?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:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:634;s:16:\"popularity_index\";i:166;s:11:\"trend_index\";i:365;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:779;a:19:{s:4:\"tmpl\";i:464;s:2:\"id\";i:4793;s:5:\"title\";s:7:\"Team 18\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_8.png\";s:12:\"tmpl_created\";i:1520443367;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/team-18/?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:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:635;s:16:\"popularity_index\";i:207;s:11:\"trend_index\";i:173;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:780;a:19:{s:4:\"tmpl\";i:466;s:2:\"id\";i:4809;s:5:\"title\";s:7:\"Team 19\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_9.png\";s:12:\"tmpl_created\";i:1520443371;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/team-19/?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:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:636;s:16:\"popularity_index\";i:300;s:11:\"trend_index\";i:465;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:781;a:19:{s:4:\"tmpl\";i:459;s:2:\"id\";i:4736;s:5:\"title\";s:7:\"Team 20\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_4.png\";s:12:\"tmpl_created\";i:1520443358;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/team-20/?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:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:637;s:16:\"popularity_index\";i:144;s:11:\"trend_index\";i:159;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:782;a:19:{s:4:\"tmpl\";i:467;s:2:\"id\";i:4818;s:5:\"title\";s:7:\"Team 21\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_black_9.png\";s:12:\"tmpl_created\";i:1520443373;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/team-21/?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:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:638;s:16:\"popularity_index\";i:515;s:11:\"trend_index\";i:606;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:783;a:19:{s:4:\"tmpl\";i:461;s:2:\"id\";i:4759;s:5:\"title\";s:7:\"Team 22\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_5.png\";s:12:\"tmpl_created\";i:1520443362;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/team-22/?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:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:639;s:16:\"popularity_index\";i:299;s:11:\"trend_index\";i:376;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:784;a:19:{s:4:\"tmpl\";i:460;s:2:\"id\";i:4746;s:5:\"title\";s:7:\"Team 23\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_black_4.png\";s:12:\"tmpl_created\";i:1520443360;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/team-23/?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:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:640;s:16:\"popularity_index\";i:282;s:11:\"trend_index\";i:378;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:785;a:19:{s:4:\"tmpl\";i:457;s:2:\"id\";i:4718;s:5:\"title\";s:6:\"Team 4\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_3.png\";s:12:\"tmpl_created\";i:1520443354;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/team-4/?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:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:641;s:16:\"popularity_index\";i:192;s:11:\"trend_index\";i:359;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:786;a:19:{s:4:\"tmpl\";i:456;s:2:\"id\";i:4706;s:5:\"title\";s:6:\"Team 5\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_2.png\";s:12:\"tmpl_created\";i:1520443352;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/team-5/?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:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:642;s:16:\"popularity_index\";i:149;s:11:\"trend_index\";i:299;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:787;a:19:{s:4:\"tmpl\";i:544;s:2:\"id\";i:6008;s:5:\"title\";s:6:\"Team 6\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_10.png\";s:12:\"tmpl_created\";i:1520443636;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/team-6/?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:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:643;s:16:\"popularity_index\";i:75;s:11:\"trend_index\";i:277;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:788;a:19:{s:4:\"tmpl\";i:454;s:2:\"id\";i:4690;s:5:\"title\";s:6:\"Team 7\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_1.png\";s:12:\"tmpl_created\";i:1520443348;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/team-7/?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:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:644;s:16:\"popularity_index\";i:243;s:11:\"trend_index\";i:402;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:789;a:19:{s:4:\"tmpl\";i:586;s:2:\"id\";i:4921;s:5:\"title\";s:14:\"Testimonial 10\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_black_5.png\";s:12:\"tmpl_created\";i:1520520562;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-10/?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:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:645;s:16:\"popularity_index\";i:219;s:11:\"trend_index\";i:198;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:790;a:19:{s:4:\"tmpl\";i:582;s:2:\"id\";i:4889;s:5:\"title\";s:14:\"Testimonial 11\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/customers-2.jpg\";s:12:\"tmpl_created\";i:1520520556;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-11/?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:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:646;s:16:\"popularity_index\";i:557;s:11:\"trend_index\";i:522;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:791;a:19:{s:4:\"tmpl\";i:580;s:2:\"id\";i:4871;s:5:\"title\";s:14:\"Testimonial 12\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_black_3.png\";s:12:\"tmpl_created\";i:1520520552;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-12/?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:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:647;s:16:\"popularity_index\";i:262;s:11:\"trend_index\";i:391;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:792;a:19:{s:4:\"tmpl\";i:578;s:2:\"id\";i:4854;s:5:\"title\";s:14:\"Testimonial 13\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_black_2.png\";s:12:\"tmpl_created\";i:1520520549;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-13/?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:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:648;s:16:\"popularity_index\";i:637;s:11:\"trend_index\";i:741;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:793;a:19:{s:4:\"tmpl\";i:595;s:2:\"id\";i:4995;s:5:\"title\";s:14:\"Testimonial 14\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_black_12.png\";s:12:\"tmpl_created\";i:1520520577;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-14/?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:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:649;s:16:\"popularity_index\";i:400;s:11:\"trend_index\";i:411;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:794;a:19:{s:4:\"tmpl\";i:593;s:2:\"id\";i:4979;s:5:\"title\";s:14:\"Testimonial 15\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_black_10.png\";s:12:\"tmpl_created\";i:1520520573;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-15/?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:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:650;s:16:\"popularity_index\";i:568;s:11:\"trend_index\";i:544;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:795;a:19:{s:4:\"tmpl\";i:576;s:2:\"id\";i:4835;s:5:\"title\";s:14:\"Testimonial 16\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_black_1.png\";s:12:\"tmpl_created\";i:1520520546;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-16/?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:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:651;s:16:\"popularity_index\";i:399;s:11:\"trend_index\";i:401;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:796;a:19:{s:4:\"tmpl\";i:594;s:2:\"id\";i:4987;s:5:\"title\";s:14:\"Testimonial 17\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_12-1.png\";s:12:\"tmpl_created\";i:1520520575;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-17/?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:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:652;s:16:\"popularity_index\";i:159;s:11:\"trend_index\";i:199;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:797;a:19:{s:4:\"tmpl\";i:577;s:2:\"id\";i:4843;s:5:\"title\";s:14:\"Testimonial 18\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_2.png\";s:12:\"tmpl_created\";i:1520520548;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-18/?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:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:653;s:16:\"popularity_index\";i:457;s:11:\"trend_index\";i:780;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:798;a:19:{s:4:\"tmpl\";i:579;s:2:\"id\";i:4863;s:5:\"title\";s:14:\"Testimonial 19\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_3.png\";s:12:\"tmpl_created\";i:1520520551;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-19/?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:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:654;s:16:\"popularity_index\";i:245;s:11:\"trend_index\";i:599;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:799;a:19:{s:4:\"tmpl\";i:581;s:2:\"id\";i:4880;s:5:\"title\";s:14:\"Testimonial 20\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/customers-1.jpg\";s:12:\"tmpl_created\";i:1520520554;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-20/?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:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:655;s:16:\"popularity_index\";i:446;s:11:\"trend_index\";i:653;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:800;a:19:{s:4:\"tmpl\";i:583;s:2:\"id\";i:4897;s:5:\"title\";s:14:\"Testimonial 21\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_5.png\";s:12:\"tmpl_created\";i:1520520557;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-21/?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:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:656;s:16:\"popularity_index\";i:78;s:11:\"trend_index\";i:289;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:801;a:19:{s:4:\"tmpl\";i:584;s:2:\"id\";i:4905;s:5:\"title\";s:14:\"Testimonial 22\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_6.png\";s:12:\"tmpl_created\";i:1520520559;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-22/?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:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:657;s:16:\"popularity_index\";i:121;s:11:\"trend_index\";i:221;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:802;a:19:{s:4:\"tmpl\";i:585;s:2:\"id\";i:4913;s:5:\"title\";s:14:\"Testimonial 23\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_7.png\";s:12:\"tmpl_created\";i:1520520561;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-23/?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:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:658;s:16:\"popularity_index\";i:247;s:11:\"trend_index\";i:566;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:803;a:19:{s:4:\"tmpl\";i:575;s:2:\"id\";i:4826;s:5:\"title\";s:14:\"Testimonial 24\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_1.png\";s:12:\"tmpl_created\";i:1520520544;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/blocks/testimonial-24-2/?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:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:659;s:16:\"popularity_index\";i:256;s:11:\"trend_index\";i:395;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:804;a:19:{s:4:\"tmpl\";i:587;s:2:\"id\";i:4929;s:5:\"title\";s:14:\"Testimonial 24\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_8.png\";s:12:\"tmpl_created\";i:1520520564;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-24/?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:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:660;s:16:\"popularity_index\";i:49;s:11:\"trend_index\";i:206;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:805;a:19:{s:4:\"tmpl\";i:591;s:2:\"id\";i:4963;s:5:\"title\";s:14:\"Testimonial 25\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_10.png\";s:12:\"tmpl_created\";i:1520520570;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/blocks/testimonial-25-2/?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:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:661;s:16:\"popularity_index\";i:417;s:11:\"trend_index\";i:546;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:806;a:19:{s:4:\"tmpl\";i:592;s:2:\"id\";i:4971;s:5:\"title\";s:14:\"Testimonial 26\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_11.png\";s:12:\"tmpl_created\";i:1520520572;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-26/?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:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:662;s:16:\"popularity_index\";i:649;s:11:\"trend_index\";i:718;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:807;a:19:{s:4:\"tmpl\";i:589;s:2:\"id\";i:4947;s:5:\"title\";s:14:\"Testimonial 27\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_9.png\";s:12:\"tmpl_created\";i:1520520567;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-27/?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:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:663;s:16:\"popularity_index\";i:221;s:11:\"trend_index\";i:496;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:808;a:19:{s:4:\"tmpl\";i:590;s:2:\"id\";i:4955;s:5:\"title\";s:14:\"Testimonial 29\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_black_9.png\";s:12:\"tmpl_created\";i:1520520569;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-29/?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:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:664;s:16:\"popularity_index\";i:378;s:11:\"trend_index\";i:695;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:809;a:19:{s:4:\"tmpl\";i:588;s:2:\"id\";i:4939;s:5:\"title\";s:13:\"Testimonial 9\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_black_8.png\";s:12:\"tmpl_created\";i:1520520565;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/testimonial-9/?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:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:665;s:16:\"popularity_index\";i:103;s:11:\"trend_index\";i:341;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:810;a:19:{s:4:\"tmpl\";i:928;s:2:\"id\";i:12509;s:5:\"title\";s:18:\"Travel &#8211; 404\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2019/12/404.png\";s:12:\"tmpl_created\";i:1575960378;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/travel-404/?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:8:\"404 page\";s:4:\"tags\";s:24:\"[\"404\",\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:666;s:16:\"popularity_index\";i:747;s:11:\"trend_index\";i:712;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:811;a:19:{s:4:\"tmpl\";i:929;s:2:\"id\";i:12516;s:5:\"title\";s:27:\"Travel &#8211; Archive Blog\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2019/12/Archiv_s.png\";s:12:\"tmpl_created\";i:1575960387;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/blocks/travel-archive-blog/?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:7:\"archive\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:667;s:16:\"popularity_index\";i:496;s:11:\"trend_index\";i:487;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:812;a:19:{s:4:\"tmpl\";i:927;s:2:\"id\";i:12500;s:5:\"title\";s:21:\"Travel &#8211; Header\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2020/06/Header-travel-and-tours.png\";s:12:\"tmpl_created\";i:1575960371;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/travel-header/?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:6:\"header\";s:4:\"tags\";s:27:\"[\"Header\",\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:668;s:16:\"popularity_index\";i:443;s:11:\"trend_index\";i:434;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:813;a:19:{s:4:\"tmpl\";i:930;s:2:\"id\";i:12524;s:5:\"title\";s:26:\"Travel &#8211; Single Post\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/12/Single_Post_s.png\";s:12:\"tmpl_created\";i:1575960397;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/blocks/travel-single-post/?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:11:\"single post\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:669;s:16:\"popularity_index\";i:591;s:11:\"trend_index\";i:663;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:814;a:19:{s:4:\"tmpl\";i:931;s:2:\"id\";i:12531;s:5:\"title\";s:31:\"Travel &#8211; Single Post Tour\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/12/Single_Tour_s.png\";s:12:\"tmpl_created\";i:1575960404;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/blocks/travel-single-post-tour/?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:11:\"single post\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:670;s:16:\"popularity_index\";i:630;s:11:\"trend_index\";i:548;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:815;a:19:{s:4:\"tmpl\";i:926;s:2:\"id\";i:12492;s:5:\"title\";s:14:\"Travel -Footer\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2019/12/Footer_s.png\";s:12:\"tmpl_created\";i:1575960358;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/travel-footer/?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:6:\"footer\";s:4:\"tags\";s:27:\"[\"Footer\",\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:671;s:16:\"popularity_index\";i:453;s:11:\"trend_index\";i:322;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:816;a:19:{s:4:\"tmpl\";i:1068;s:2:\"id\";i:15498;s:5:\"title\";s:23:\"Travel Blog &#8211; 404\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2020/11/404.jpg\";s:12:\"tmpl_created\";i:1606215636;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/blocks/travel-blog-404/?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:8:\"404 page\";s:4:\"tags\";s:23:\"[\"404\",\"Blog\",\"Travel\"]\";s:10:\"menu_order\";i:672;s:16:\"popularity_index\";i:749;s:11:\"trend_index\";i:759;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:817;a:19:{s:4:\"tmpl\";i:1069;s:2:\"id\";i:15508;s:5:\"title\";s:29:\"Travel Blog &#8211; Archive 1\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2020/11/Archive-1-350.jpg\";s:12:\"tmpl_created\";i:1606215649;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/blocks/travel-blog-archive-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:7:\"archive\";s:4:\"tags\";s:17:\"[\"Blog\",\"Travel\"]\";s:10:\"menu_order\";i:673;s:16:\"popularity_index\";i:659;s:11:\"trend_index\";i:468;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:818;a:19:{s:4:\"tmpl\";i:1070;s:2:\"id\";i:15518;s:5:\"title\";s:29:\"Travel Blog &#8211; Archive 2\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2020/11/Archive-2-350-Copy.jpg\";s:12:\"tmpl_created\";i:1606215663;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/blocks/travel-blog-archive-2/?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:7:\"archive\";s:4:\"tags\";s:17:\"[\"Blog\",\"Travel\"]\";s:10:\"menu_order\";i:674;s:16:\"popularity_index\";i:688;s:11:\"trend_index\";i:431;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:819;a:19:{s:4:\"tmpl\";i:1071;s:2:\"id\";i:15528;s:5:\"title\";s:26:\"Travel Blog &#8211; Footer\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/11/Footer.jpg\";s:12:\"tmpl_created\";i:1606215673;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/blocks/travel-blog-footer/?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:6:\"footer\";s:4:\"tags\";s:26:\"[\"Blog\",\"Footer\",\"Travel\"]\";s:10:\"menu_order\";i:675;s:16:\"popularity_index\";i:656;s:11:\"trend_index\";i:377;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:820;a:19:{s:4:\"tmpl\";i:1067;s:2:\"id\";i:15536;s:5:\"title\";s:26:\"Travel Blog &#8211; Header\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/11/Header.jpg\";s:12:\"tmpl_created\";i:1606215625;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/blocks/travel-blog-header/?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:6:\"header\";s:4:\"tags\";s:26:\"[\"Blog\",\"Header\",\"Travel\"]\";s:10:\"menu_order\";i:676;s:16:\"popularity_index\";i:584;s:11:\"trend_index\";i:228;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:821;a:19:{s:4:\"tmpl\";i:1072;s:2:\"id\";i:15545;s:5:\"title\";s:33:\"Travel Blog &#8211; Single Post 1\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2020/11/Single-1-350.jpg\";s:12:\"tmpl_created\";i:1606215684;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/blocks/travel-blog-single-post-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:11:\"single post\";s:4:\"tags\";s:17:\"[\"Blog\",\"Travel\"]\";s:10:\"menu_order\";i:677;s:16:\"popularity_index\";i:669;s:11:\"trend_index\";i:482;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:822;a:19:{s:4:\"tmpl\";i:1066;s:2:\"id\";i:15556;s:5:\"title\";s:33:\"Travel Blog &#8211; Single Post 2\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2020/11/Single-2-350.jpg\";s:12:\"tmpl_created\";i:1606215613;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/blocks/travel-blog-single-post-2/?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:11:\"single post\";s:4:\"tags\";s:17:\"[\"Blog\",\"Travel\"]\";s:10:\"menu_order\";i:678;s:16:\"popularity_index\";i:652;s:11:\"trend_index\";i:454;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}}}','no');
INSERT INTO `wplc_options` VALUES (759379,'elementor_remote_info_feed_data','a:3:{i:0;a:5:{s:5:\"title\";s:75:\"Redefining the Web Creation Experience: Elementor Unveils AI for Containers\";s:7:\"excerpt\";s:296:\"Elementor has always been a pioneer in the WordPress ecosystem, and now, we\'re taking a monumental leap into the future with the release of our advanced AI editor capability for containers. We are thrilled to introduce a groundbreaking AI capability that will reshape the way you create websites.\";s:7:\"created\";i:1702548879;s:5:\"badge\";s:3:\"NEW\";s:3:\"url\";s:160:\"https://elementor.com/blog/new-web-creation-experience-with-elementor-ai-for-containers/?utm_source=wp-overview-widget&utm_medium=wp-dash&utm_campaign=news-feed\";}i:1;a:5:{s:5:\"title\";s:21:\"New in Elementor 3.18\";s:7:\"excerpt\";s:77:\"Element Manager, Taxonomy Filters with Multi-Selection Capabilities, and More\";s:7:\"created\";i:1702304459;s:5:\"badge\";s:3:\"NEW\";s:3:\"url\";s:161:\"https://elementor.com/blog/elementor-318-element-manager-multi-selection-taxonomy-filter/?utm_source=wp-overview-widget&utm_medium=wp-dash&utm_campaign=news-feed\";}i:2;a:5:{s:5:\"title\";s:86:\"New in Elementor 3.17 - Enhance Visitor Experience With AJAX, Faster Websites and More\";s:7:\"excerpt\";s:173:\"Elementor 3.17 introduces AJAX Loading for Loop Grids, improves image loading speed, adds the ability to access past prompts and content generated by Elementor AI, and more.\";s:7:\"created\";i:1698835967;s:5:\"badge\";s:3:\"NEW\";s:3:\"url\";s:150:\"https://elementor.com/blog/elementor-317-loop-grid-ajax-loading-rating-widget/?utm_source=wp-overview-widget&utm_medium=wp-dash&utm_campaign=news-feed\";}}','no');
INSERT INTO `wplc_options` VALUES (759407,'elementor_log','a:25:{s:32:\"58fb37337126433428b9342b4ff6938d\";O:30:\"Elementor\\Core\\Logger\\Items\\JS\":10:{s:9:\"\0*\0column\";s:5:\"28760\";s:7:\"\0*\0file\";s:264:\"https://www.dubdelivery.club/wp-admin/load-scripts.php?c=0&amp;loadchunk_0=wp-polyfill-inert,regenerator-runtime,wp-polyfill,wp-hooks,jquery-core,jquery-migrate,utils,jquery-ui-core,jquery-ui-mouse,jquer&amp;loadchunk_1=y-ui-sortable,moxiejs,plupload&amp;ver=6.4.1\";s:7:\"\0*\0line\";s:1:\"7\";s:7:\"\0*\0date\";s:19:\"2023-12-05 02:18:40\";s:7:\"\0*\0type\";s:5:\"error\";s:10:\"\0*\0message\";s:63:\"Cannot read properties of undefined (reading &#039;value&#039;)\";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:3;s:14:\"\0*\0times_dates\";a:3:{i:0;s:19:\"2023-12-05 02:18:40\";i:1;s:19:\"2023-12-05 05:56:55\";i:2;s:19:\"2023-12-07 23:27:10\";}s:7:\"\0*\0args\";a:6:{s:4:\"type\";s:5:\"error\";s:9:\"timestamp\";s:10:\"1701742720\";s:7:\"message\";s:53:\"Cannot read properties of undefined (reading \'value\')\";s:3:\"url\";s:264:\"https://www.dubdelivery.club/wp-admin/load-scripts.php?c=0&amp;loadchunk_0=wp-polyfill-inert,regenerator-runtime,wp-polyfill,wp-hooks,jquery-core,jquery-migrate,utils,jquery-ui-core,jquery-ui-mouse,jquer&amp;loadchunk_1=y-ui-sortable,moxiejs,plupload&amp;ver=6.4.1\";s:4:\"line\";s:1:\"7\";s:6:\"column\";s:5:\"28760\";}}s:32:\"f3926008caad789235bd907e6c7a4743\";O:31:\"Elementor\\Core\\Logger\\Items\\PHP\":9:{s:7:\"\0*\0file\";s:133:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/elementor-pro/modules/theme-builder/classes/conditions-manager.php\";s:7:\"\0*\0line\";i:179;s:7:\"\0*\0date\";s:19:\"2023-12-04 20:34:16\";s:7:\"\0*\0type\";s:6:\"notice\";s:10:\"\0*\0message\";s:31:\"Undefined index: editor_post_id\";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:7;s:14:\"\0*\0times_dates\";a:7:{i:0;s:19:\"2023-12-04 20:34:16\";i:1;s:19:\"2023-12-04 20:34:45\";i:2;s:19:\"2023-12-04 20:42:56\";i:3;s:19:\"2023-12-04 20:47:18\";i:4;s:19:\"2023-12-05 13:11:47\";i:5;s:19:\"2023-12-05 14:04:01\";i:6;s:19:\"2023-12-05 15:13:48\";}s:7:\"\0*\0args\";a:5:{s:4:\"type\";s:6:\"notice\";s:7:\"message\";s:31:\"Undefined index: editor_post_id\";s:4:\"file\";s:133:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/elementor-pro/modules/theme-builder/classes/conditions-manager.php\";s:4:\"line\";i:179;s:5:\"trace\";b:1;}}s:32:\"c64a57b995da78722bea4371d69538c7\";O:31:\"Elementor\\Core\\Logger\\Items\\PHP\":9:{s:7:\"\0*\0file\";s:124:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/elementor-pro/modules/theme-builder/widgets/site-logo.php\";s:7:\"\0*\0line\";i:192;s:7:\"\0*\0date\";s:19:\"2023-12-04 23:53:04\";s:7:\"\0*\0type\";s:6:\"notice\";s:10:\"\0*\0message\";s:24:\"Undefined index: options\";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:777;s:14:\"\0*\0times_dates\";a:42:{i:0;s:19:\"2023-12-08 00:06:07\";i:1;s:19:\"2023-12-08 00:41:39\";i:2;s:19:\"2023-12-08 00:41:58\";i:3;s:19:\"2023-12-08 00:42:18\";i:4;s:19:\"2023-12-08 02:00:09\";i:5;s:19:\"2023-12-08 02:12:37\";i:6;s:19:\"2023-12-08 03:16:38\";i:7;s:19:\"2023-12-08 03:31:18\";i:8;s:19:\"2023-12-08 04:20:04\";i:9;s:19:\"2023-12-08 05:20:04\";i:10;s:19:\"2023-12-08 05:30:43\";i:11;s:19:\"2023-12-08 05:32:45\";i:12;s:19:\"2023-12-08 07:01:36\";i:13;s:19:\"2023-12-08 07:07:34\";i:14;s:19:\"2023-12-08 07:07:50\";i:15;s:19:\"2023-12-08 07:08:00\";i:16;s:19:\"2023-12-08 07:08:06\";i:17;s:19:\"2023-12-08 07:08:42\";i:18;s:19:\"2023-12-08 08:00:06\";i:19;s:19:\"2023-12-08 09:00:48\";i:20;s:19:\"2023-12-08 09:06:41\";i:21;s:19:\"2023-12-08 09:31:20\";i:22;s:19:\"2023-12-08 09:32:56\";i:23;s:19:\"2023-12-08 10:14:09\";i:24;s:19:\"2023-12-08 10:14:28\";i:25;s:19:\"2023-12-08 10:15:22\";i:26;s:19:\"2023-12-08 10:18:13\";i:27;s:19:\"2023-12-08 10:18:23\";i:28;s:19:\"2023-12-08 10:31:11\";i:29;s:19:\"2023-12-08 10:32:00\";i:30;s:19:\"2023-12-08 10:32:53\";i:31;s:19:\"2023-12-08 10:33:44\";i:32;s:19:\"2023-12-08 10:37:44\";i:33;s:19:\"2023-12-08 10:39:25\";i:34;s:19:\"2023-12-08 10:39:45\";i:35;s:19:\"2023-12-08 10:42:09\";i:36;s:19:\"2023-12-08 10:42:10\";i:37;s:19:\"2023-12-08 10:44:21\";i:38;s:19:\"2023-12-08 10:44:51\";i:39;s:19:\"2023-12-08 10:45:02\";i:40;s:19:\"2023-12-08 10:45:25\";i:41;s:19:\"2023-12-08 10:45:28\";}s:7:\"\0*\0args\";a:5:{s:4:\"type\";s:6:\"notice\";s:7:\"message\";s:24:\"Undefined index: options\";s:4:\"file\";s:124:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/elementor-pro/modules/theme-builder/widgets/site-logo.php\";s:4:\"line\";i:192;s:5:\"trace\";b:1;}}s:32:\"7eba2ec85cd008299e3ea5c46e82492f\";O:30:\"Elementor\\Core\\Logger\\Items\\JS\":10:{s:9:\"\0*\0column\";s:6:\"806906\";s:7:\"\0*\0file\";s:92:\"https://www.dubdelivery.club/wp-content/plugins/elementor/assets/js/editor.min.js?ver=3.18.0\";s:7:\"\0*\0line\";s:1:\"3\";s:7:\"\0*\0date\";s:19:\"2023-12-05 17:17:57\";s:7:\"\0*\0type\";s:5:\"error\";s:10:\"\0*\0message\";s:67:\"Cannot read properties of undefined (reading &#039;localized&#039;)\";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:4;s:14:\"\0*\0times_dates\";a:4:{i:0;s:19:\"2023-12-05 17:17:57\";i:1;s:19:\"2023-12-05 17:17:57\";i:2;s:19:\"2023-12-05 17:17:57\";i:3;s:19:\"2023-12-05 17:17:57\";}s:7:\"\0*\0args\";a:6:{s:4:\"type\";s:5:\"error\";s:9:\"timestamp\";s:10:\"1701796677\";s:7:\"message\";s:57:\"Cannot read properties of undefined (reading \'localized\')\";s:3:\"url\";s:92:\"https://www.dubdelivery.club/wp-content/plugins/elementor/assets/js/editor.min.js?ver=3.18.0\";s:4:\"line\";s:1:\"3\";s:6:\"column\";s:6:\"806906\";}}s:32:\"d53501bd385b1cce2c35af4b88603a79\";O:30:\"Elementor\\Core\\Logger\\Items\\JS\":10:{s:9:\"\0*\0column\";s:5:\"64414\";s:7:\"\0*\0file\";s:96:\"https://www.dubdelivery.club/wp-content/plugins/elementor-pro/assets/js/editor.min.js?ver=3.17.1\";s:7:\"\0*\0line\";s:1:\"2\";s:7:\"\0*\0date\";s:19:\"2023-12-05 19:59:17\";s:7:\"\0*\0type\";s:5:\"error\";s:10:\"\0*\0message\";s:42:\"Cannot convert undefined or null to object\";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2023-12-05 19:59:17\";}s:7:\"\0*\0args\";a:6:{s:4:\"type\";s:5:\"error\";s:9:\"timestamp\";s:10:\"1701806357\";s:7:\"message\";s:42:\"Cannot convert undefined or null to object\";s:3:\"url\";s:96:\"https://www.dubdelivery.club/wp-content/plugins/elementor-pro/assets/js/editor.min.js?ver=3.17.1\";s:4:\"line\";s:1:\"2\";s:6:\"column\";s:5:\"64414\";}}s:32:\"ecd1b8fef63dcb07352b72e789ef71e0\";O:30:\"Elementor\\Core\\Logger\\Items\\JS\":10:{s:9:\"\0*\0column\";s:5:\"54595\";s:7:\"\0*\0file\";s:92:\"https://www.dubdelivery.club/wp-content/plugins/elementor/assets/js/editor.min.js?ver=3.18.0\";s:7:\"\0*\0line\";s:1:\"3\";s:7:\"\0*\0date\";s:19:\"2023-12-05 21:14:44\";s:7:\"\0*\0type\";s:5:\"error\";s:10:\"\0*\0message\";s:66:\"Cannot read properties of undefined (reading &#039;activate&#039;)\";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:4;s:14:\"\0*\0times_dates\";a:4:{i:0;s:19:\"2023-12-05 21:14:44\";i:1;s:19:\"2023-12-06 06:27:51\";i:2;s:19:\"2023-12-06 06:45:03\";i:3;s:19:\"2023-12-08 01:06:11\";}s:7:\"\0*\0args\";a:6:{s:4:\"type\";s:5:\"error\";s:9:\"timestamp\";s:10:\"1701810884\";s:7:\"message\";s:56:\"Cannot read properties of undefined (reading \'activate\')\";s:3:\"url\";s:92:\"https://www.dubdelivery.club/wp-content/plugins/elementor/assets/js/editor.min.js?ver=3.18.0\";s:4:\"line\";s:1:\"3\";s:6:\"column\";s:5:\"54595\";}}s:32:\"3c7a58cfd67239db501e4f731c33f763\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2023-12-06 16:52:47\";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:9:\"Elementor\";s:4:\"from\";s:6:\"3.18.0\";s:2:\"to\";s:6:\"3.18.1\";}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2023-12-06 16:52:47\";}s:7:\"\0*\0args\";a:3:{s:4:\"meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:6:\"3.18.0\";s:2:\"to\";s:6:\"3.18.1\";}s:7:\"message\";s:47:\"Elementor data updater process has been queued.\";s:4:\"type\";s:4:\"info\";}}s:32:\"36f6c7bdc8c16cc14511b1826903b482\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2023-12-06 16:52:47\";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:\"2023-12-06 16:52:47\";}s:7:\"\0*\0args\";a:2:{s:7:\"message\";s:36:\"elementor::elementor_updater Started\";s:4:\"type\";s:4:\"info\";}}s:32:\"4a352aad527eada81a14199c9cdb52af\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2023-12-06 16:52:47\";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:\"2023-12-06 16:52:47\";}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:\"b482e35d0b51c67e5fec33de778e357b\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2023-12-06 16:52:47\";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:\"2023-12-06 16:52:47\";}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:\"0bbdc9eda2ca2c3f414185926078ca9d\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2023-12-06 16:52:47\";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:6:\"3.18.0\";s:2:\"to\";s:6:\"3.18.1\";}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2023-12-06 16:52:47\";}s:7:\"\0*\0args\";a:3:{s:4:\"meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:6:\"3.18.0\";s:2:\"to\";s:6:\"3.18.1\";}s:7:\"message\";s:50:\"Elementor data updater process has been completed.\";s:4:\"type\";s:4:\"info\";}}s:32:\"5f341f7991875502ee076137510a93b2\";O:30:\"Elementor\\Core\\Logger\\Items\\JS\":10:{s:9:\"\0*\0column\";s:2:\"19\";s:7:\"\0*\0file\";s:130:\"https://www.dubdelivery.club/wp-content/plugins/dynamic-visibility-for-elementor/assets/js/editor-dynamic-visibility.js?ver=5.0.10\";s:7:\"\0*\0line\";s:2:\"77\";s:7:\"\0*\0date\";s:19:\"2023-12-08 03:28:00\";s:7:\"\0*\0type\";s:5:\"error\";s:10:\"\0*\0message\";s:28:\"dce_model_cid is not defined\";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:2;s:14:\"\0*\0times_dates\";a:2:{i:0;s:19:\"2023-12-08 03:28:00\";i:1;s:19:\"2023-12-08 03:33:41\";}s:7:\"\0*\0args\";a:6:{s:4:\"type\";s:5:\"error\";s:9:\"timestamp\";s:10:\"1702006080\";s:7:\"message\";s:28:\"dce_model_cid is not defined\";s:3:\"url\";s:130:\"https://www.dubdelivery.club/wp-content/plugins/dynamic-visibility-for-elementor/assets/js/editor-dynamic-visibility.js?ver=5.0.10\";s:4:\"line\";s:2:\"77\";s:6:\"column\";s:2:\"19\";}}s:32:\"0a9a1beae8544f0da862e17d343989b5\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2023-12-08 10:46:06\";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.17.1\";s:2:\"to\";s:6:\"3.18.1\";}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2023-12-08 10:46:06\";}s:7:\"\0*\0args\";a:3:{s:4:\"meta\";a:3:{s:6:\"plugin\";s:13:\"Elementor Pro\";s:4:\"from\";s:6:\"3.17.1\";s:2:\"to\";s:6:\"3.18.1\";}s:7:\"message\";s:47:\"Elementor data updater process has been queued.\";s:4:\"type\";s:4:\"info\";}}s:32:\"bb0fdece52ad39d6b5ad2c31cd3e8d2d\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2023-12-08 10:46:06\";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-12-08 10:46:06\";}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:\"29898ee05c0ddc8492a9ab7effc9162f\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2023-12-08 10:46:06\";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-12-08 10:46:06\";}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:\"3dc0ca4f22bc8fc8b923dcc921765117\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2023-12-08 10:46:06\";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-12-08 10:46:06\";}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:\"d15805f4992fadda5bbce2a0ccb4901c\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2023-12-08 10:46:06\";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.17.1\";s:2:\"to\";s:6:\"3.18.1\";}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2023-12-08 10:46:06\";}s:7:\"\0*\0args\";a:3:{s:4:\"meta\";a:3:{s:6:\"plugin\";s:13:\"Elementor Pro\";s:4:\"from\";s:6:\"3.17.1\";s:2:\"to\";s:6:\"3.18.1\";}s:7:\"message\";s:50:\"Elementor data updater process has been completed.\";s:4:\"type\";s:4:\"info\";}}s:32:\"fbc81da58897aa5114c5943fa2fedbd2\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2023-12-08 10:46:07\";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.17.1\";s:2:\"to\";s:6:\"3.18.1\";}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2023-12-08 10:46:07\";}s:7:\"\0*\0args\";a:3:{s:4:\"meta\";a:3:{s:6:\"plugin\";s:13:\"Elementor Pro\";s:4:\"from\";s:6:\"3.17.1\";s:2:\"to\";s:6:\"3.18.1\";}s:7:\"message\";s:47:\"Elementor data updater process has been queued.\";s:4:\"type\";s:4:\"info\";}}s:32:\"2c3712b395d45b99bcbb781735176ef4\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2023-12-09 07:14:09\";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:9:\"Elementor\";s:4:\"from\";s:6:\"3.18.1\";s:2:\"to\";s:6:\"3.18.2\";}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2023-12-09 07:14:09\";}s:7:\"\0*\0args\";a:3:{s:4:\"meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:6:\"3.18.1\";s:2:\"to\";s:6:\"3.18.2\";}s:7:\"message\";s:47:\"Elementor data updater process has been queued.\";s:4:\"type\";s:4:\"info\";}}s:32:\"d28a4e971908c15d51d583cf90b4f3cd\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2023-12-09 07:14:09\";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:\"2023-12-09 07:14:09\";}s:7:\"\0*\0args\";a:2:{s:7:\"message\";s:36:\"elementor::elementor_updater Started\";s:4:\"type\";s:4:\"info\";}}s:32:\"3be14df42ed114654aaed1753495bfa4\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2023-12-09 07:14:09\";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:\"2023-12-09 07:14:09\";}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:\"eff392c03823ef254aa9ec7ff2e26ad3\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2023-12-09 07:14:09\";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:\"2023-12-09 07:14:09\";}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:\"482f325b1aee2020666978eb536df150\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2023-12-09 07:14:09\";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:6:\"3.18.1\";s:2:\"to\";s:6:\"3.18.2\";}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2023-12-09 07:14:09\";}s:7:\"\0*\0args\";a:3:{s:4:\"meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:6:\"3.18.1\";s:2:\"to\";s:6:\"3.18.2\";}s:7:\"message\";s:50:\"Elementor data updater process has been completed.\";s:4:\"type\";s:4:\"info\";}}s:32:\"eb56a9647c7e3fba8bb0b6f06a237bc0\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2023-12-09 07:14:10\";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:9:\"Elementor\";s:4:\"from\";s:6:\"3.18.1\";s:2:\"to\";s:6:\"3.18.2\";}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2023-12-09 07:14:10\";}s:7:\"\0*\0args\";a:3:{s:4:\"meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:6:\"3.18.1\";s:2:\"to\";s:6:\"3.18.2\";}s:7:\"message\";s:47:\"Elementor data updater process has been queued.\";s:4:\"type\";s:4:\"info\";}}s:32:\"53cc59ed53242ee80b955a607ae593f2\";O:31:\"Elementor\\Core\\Logger\\Items\\PHP\":9:{s:7:\"\0*\0file\";s:130:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/elementor-pro/modules/woocommerce/classes/products-renderer.php\";s:7:\"\0*\0line\";i:173;s:7:\"\0*\0date\";s:19:\"2024-01-14 19:00:14\";s:7:\"\0*\0type\";s:6:\"notice\";s:10:\"\0*\0message\";s:57:\"Trying to get property &#039;taxonomy&#039; of non-object\";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:169;s:14:\"\0*\0times_dates\";a:42:{i:0;s:19:\"2024-01-20 07:30:11\";i:1;s:19:\"2024-01-20 10:00:12\";i:2;s:19:\"2024-01-20 11:00:55\";i:3;s:19:\"2024-01-20 12:30:05\";i:4;s:19:\"2024-01-20 12:30:12\";i:5;s:19:\"2024-01-20 14:00:11\";i:6;s:19:\"2024-01-20 15:50:07\";i:7;s:19:\"2024-01-20 17:20:00\";i:8;s:19:\"2024-01-20 18:00:15\";i:9;s:19:\"2024-01-20 19:06:16\";i:10;s:19:\"2024-01-20 20:53:03\";i:11;s:19:\"2024-01-20 22:00:12\";i:12;s:19:\"2024-01-20 23:01:08\";i:13;s:19:\"2024-01-20 23:01:10\";i:14;s:19:\"2024-01-21 00:30:11\";i:15;s:19:\"2024-01-21 01:00:06\";i:16;s:19:\"2024-01-21 02:18:02\";i:17;s:19:\"2024-01-21 05:00:10\";i:18;s:19:\"2024-01-21 07:23:14\";i:19;s:19:\"2024-01-21 09:41:21\";i:20;s:19:\"2024-01-21 09:41:33\";i:21;s:19:\"2024-01-21 12:30:11\";i:22;s:19:\"2024-01-21 13:30:05\";i:23;s:19:\"2024-01-21 14:30:32\";i:24;s:19:\"2024-01-21 17:30:10\";i:25;s:19:\"2024-01-21 18:30:21\";i:26;s:19:\"2024-01-21 20:30:11\";i:27;s:19:\"2024-01-21 23:30:52\";i:28;s:19:\"2024-01-22 00:01:18\";i:29;s:19:\"2024-01-22 00:01:20\";i:30;s:19:\"2024-01-22 02:00:06\";i:31;s:19:\"2024-01-22 02:30:14\";i:32;s:19:\"2024-01-22 03:21:37\";i:33;s:19:\"2024-01-22 05:56:08\";i:34;s:19:\"2024-01-22 07:30:11\";i:35;s:19:\"2024-01-22 10:00:37\";i:36;s:19:\"2024-01-22 10:30:14\";i:37;s:19:\"2024-01-22 10:48:09\";i:38;s:19:\"2024-01-22 13:00:36\";i:39;s:19:\"2024-01-22 14:30:05\";i:40;s:19:\"2024-01-22 16:00:10\";i:41;s:19:\"2024-01-22 18:01:00\";}s:7:\"\0*\0args\";a:5:{s:4:\"type\";s:6:\"notice\";s:7:\"message\";s:47:\"Trying to get property \'taxonomy\' of non-object\";s:4:\"file\";s:130:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/elementor-pro/modules/woocommerce/classes/products-renderer.php\";s:4:\"line\";i:173;s:5:\"trace\";b:1;}}}','no');
INSERT INTO `wplc_options` VALUES (759488,'elementor_woocommerce_purchase_summary_page_id','','yes');
INSERT INTO `wplc_options` VALUES (759527,'elementor_library_category_children','a:0:{}','yes');
INSERT INTO `wplc_options` VALUES (759590,'elementor_pro_theme_builder_conditions','a:4:{s:6:\"single\";a:3:{i:8537;a:1:{i:0;s:16:\"include/singular\";}i:8266;a:1:{i:0;s:15:\"include/product\";}i:8178;a:1:{i:0;s:29:\"include/singular/not_found404\";}}s:7:\"archive\";a:3:{i:8535;a:1:{i:0;s:15:\"include/archive\";}i:8172;a:1:{i:0;s:22:\"include/archive/search\";}i:8163;a:1:{i:0;s:23:\"include/product_archive\";}}s:6:\"footer\";a:1:{i:7622;a:1:{i:0;s:15:\"include/general\";}}s:6:\"header\";a:1:{i:7557;a:1:{i:0;s:15:\"include/general\";}}}','yes');
INSERT INTO `wplc_options` VALUES (759644,'_elementor_settings_update_time','1701745292','yes');
INSERT INTO `wplc_options` VALUES (759645,'elementor_cpt_support','a:2:{i:0;s:4:\"post\";i:1;s:4:\"page\";}','yes');
INSERT INTO `wplc_options` VALUES (759646,'elementor_disable_color_schemes','yes','yes');
INSERT INTO `wplc_options` VALUES (759647,'elementor_disable_typography_schemes','yes','yes');
INSERT INTO `wplc_options` VALUES (759648,'elementor_google_maps_api_key','','yes');
INSERT INTO `wplc_options` VALUES (759649,'elementor_pro_recaptcha_site_key','','yes');
INSERT INTO `wplc_options` VALUES (759650,'elementor_pro_recaptcha_secret_key','','yes');
INSERT INTO `wplc_options` VALUES (759651,'elementor_pro_recaptcha_v3_site_key','','yes');
INSERT INTO `wplc_options` VALUES (759652,'elementor_pro_recaptcha_v3_secret_key','','yes');
INSERT INTO `wplc_options` VALUES (759653,'elementor_pro_recaptcha_v3_threshold','0.5','yes');
INSERT INTO `wplc_options` VALUES (759654,'elementor_pro_facebook_app_id','','yes');
INSERT INTO `wplc_options` VALUES (759655,'elementor_pro_mailchimp_api_key','','yes');
INSERT INTO `wplc_options` VALUES (759656,'elementor_validate_api_data','','yes');
INSERT INTO `wplc_options` VALUES (759657,'elementor_pro_drip_api_token','','yes');
INSERT INTO `wplc_options` VALUES (759658,'elementor_pro_activecampaign_api_key','','yes');
INSERT INTO `wplc_options` VALUES (759659,'elementor_pro_activecampaign_api_url','','yes');
INSERT INTO `wplc_options` VALUES (759660,'elementor_pro_getresponse_api_key','','yes');
INSERT INTO `wplc_options` VALUES (759661,'elementor_pro_convertkit_api_key','','yes');
INSERT INTO `wplc_options` VALUES (759662,'elementor_pro_mailerlite_api_key','','yes');
INSERT INTO `wplc_options` VALUES (759663,'elementor_use_mini_cart_template','yes','yes');
INSERT INTO `wplc_options` VALUES (759664,'elementor_typekit-kit-id','','yes');
INSERT INTO `wplc_options` VALUES (759666,'elementor_pro_stripe_test_secret_key','','yes');
INSERT INTO `wplc_options` VALUES (759667,'elementor_validate_stripe_api_test_secret_key_button','','yes');
INSERT INTO `wplc_options` VALUES (759668,'elementor_pro_stripe_live_secret_key','','yes');
INSERT INTO `wplc_options` VALUES (759669,'elementor_validate_stripe_api_live_secret_key_button','','yes');
INSERT INTO `wplc_options` VALUES (759670,'elementor_stripe_legal_disclaimer','','yes');
INSERT INTO `wplc_options` VALUES (759671,'elementor_css_print_method','external','yes');
INSERT INTO `wplc_options` VALUES (759672,'elementor_editor_break_lines','','yes');
INSERT INTO `wplc_options` VALUES (759673,'elementor_unfiltered_files_upload','','yes');
INSERT INTO `wplc_options` VALUES (759674,'elementor_google_font','1','yes');
INSERT INTO `wplc_options` VALUES (759675,'elementor_load_fa4_shim','','yes');
INSERT INTO `wplc_options` VALUES (759676,'elementor_meta_generator_tag','','yes');
INSERT INTO `wplc_options` VALUES (759677,'elementor_experiment-e_font_icon_svg','default','yes');
INSERT INTO `wplc_options` VALUES (759678,'elementor_experiment-container','default','yes');
INSERT INTO `wplc_options` VALUES (759679,'elementor_experiment-container_grid','default','yes');
INSERT INTO `wplc_options` VALUES (759680,'elementor_experiment-editor_v2','default','yes');
INSERT INTO `wplc_options` VALUES (759681,'elementor_experiment-block_editor_assets_optimize','default','yes');
INSERT INTO `wplc_options` VALUES (759682,'elementor_experiment-ai-layout','default','yes');
INSERT INTO `wplc_options` VALUES (759683,'elementor_experiment-landing-pages','default','yes');
INSERT INTO `wplc_options` VALUES (759684,'elementor_experiment-nested-elements','default','yes');
INSERT INTO `wplc_options` VALUES (759685,'elementor_experiment-e_lazyload','default','yes');
INSERT INTO `wplc_options` VALUES (759686,'elementor_experiment-e_image_loading_optimization','default','yes');
INSERT INTO `wplc_options` VALUES (759687,'elementor_experiment-mega-menu','default','yes');
INSERT INTO `wplc_options` VALUES (759688,'elementor_experiment-taxonomy-filter','default','yes');
INSERT INTO `wplc_options` VALUES (759689,'elementor_experiment-e_dom_optimization','default','yes');
INSERT INTO `wplc_options` VALUES (759690,'elementor_experiment-e_optimized_assets_loading','default','yes');
INSERT INTO `wplc_options` VALUES (759691,'elementor_experiment-e_optimized_css_loading','default','yes');
INSERT INTO `wplc_options` VALUES (759692,'elementor_experiment-additional_custom_breakpoints','default','yes');
INSERT INTO `wplc_options` VALUES (759693,'elementor_experiment-e_swiper_latest','default','yes');
INSERT INTO `wplc_options` VALUES (759694,'elementor_experiment-theme_builder_v2','default','yes');
INSERT INTO `wplc_options` VALUES (759695,'elementor_experiment-hello-theme-header-footer','default','yes');
INSERT INTO `wplc_options` VALUES (759696,'elementor_experiment-e_global_styleguide','default','yes');
INSERT INTO `wplc_options` VALUES (759697,'elementor_experiment-page-transitions','default','yes');
INSERT INTO `wplc_options` VALUES (759698,'elementor_experiment-notes','default','yes');
INSERT INTO `wplc_options` VALUES (759699,'elementor_experiment-form-submissions','default','yes');
INSERT INTO `wplc_options` VALUES (759700,'elementor_experiment-e_scroll_snap','default','yes');
INSERT INTO `wplc_options` VALUES (759816,'elementor_font_awesome_pro_kit_id','','yes');
INSERT INTO `wplc_options` VALUES (760668,'_elementor_pro_api_requests_lock','a:2:{s:16:\"get_license_data\";i:1705537495;s:11:\"get_version\";i:1705786055;}','yes');
INSERT INTO `wplc_options` VALUES (761352,'wds_sitemap_errors_found','1','yes');
INSERT INTO `wplc_options` VALUES (763763,'_wpforms_transient_timeout_docs.json','1706070603','no');
INSERT INTO `wplc_options` VALUES (763764,'_wpforms_transient_docs.json','1705465803','no');
INSERT INTO `wplc_options` VALUES (763765,'wpforms_builder_opened_date','1701831787','no');
INSERT INTO `wplc_options` VALUES (766494,'_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.4.2.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.4.2.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-6.4.2-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-6.4.2-new-bundled.zip\";s:7:\"partial\";s:0:\"\";s:8:\"rollback\";s:0:\"\";}s:7:\"current\";s:5:\"6.4.2\";s:7:\"version\";s:5:\"6.4.2\";s:11:\"php_version\";s:5:\"7.0.0\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"6.4\";s:15:\"partial_version\";s:0:\"\";}}s:12:\"last_checked\";i:1705959004;s:15:\"version_checked\";s:5:\"6.4.2\";s:12:\"translations\";a:0:{}}','no');
INSERT INTO `wplc_options` VALUES (766702,'wc_memberships_lifecycle_events','[{\"name\":\"upgrade\",\"time\":1701891792,\"version\":\"1.25.2\",\"data\":{\"from_version\":\"1.25.1\"}},{\"name\":\"upgrade\",\"time\":1700834818,\"version\":\"1.25.1\",\"data\":{\"from_version\":\"1.25.0\"}},{\"name\":\"upgrade\",\"time\":1688936211,\"version\":\"1.25.0\",\"data\":{\"from_version\":\"1.24.0\"}},{\"name\":\"install\",\"time\":1671278858,\"version\":\"1.24.0\"}]','no');
INSERT INTO `wplc_options` VALUES (771893,'action_scheduler_migration_status','complete','yes');
INSERT INTO `wplc_options` VALUES (774207,'elementor_1_elementor_pro_updater_batch_2b31e53a86de3c783f4be308','a:1:{i:0;a:1:{s:8:\"callback\";a:2:{i:0;s:34:\"ElementorPro\\Core\\Upgrade\\Upgrades\";i:1;s:16:\"_on_each_version\";}}}','no');
INSERT INTO `wplc_options` VALUES (775820,'elementor_controls_usage','a:9:{s:11:\"single-post\";a:9:{s:16:\"theme-post-title\";a:2:{s:5:\"count\";i:1;s:8:\"controls\";a:3:{s:7:\"general\";a:1:{s:11:\"__dynamic__\";a:1:{s:5:\"count\";i:1;}}s:7:\"content\";a:1:{s:13:\"section_title\";a:2:{s:5:\"title\";i:1;s:5:\"align\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:2:{s:21:\"typography_typography\";i:1;s:25:\"typography_text_transform\";i:1;}}}}s:9:\"post-info\";a:2:{s:5:\"count\";i:1;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:1:{s:17:\"section_icon_list\";a:1:{s:10:\"icon_align\";i:1;}}}}s:9:\"container\";a:2:{s:5:\"count\";i:5;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:24:\"section_layout_container\";a:6:{s:14:\"flex_direction\";i:2;s:10:\"min_height\";i:1;s:20:\"flex_justify_content\";i:1;s:13:\"content_width\";i:1;s:5:\"width\";i:1;s:8:\"flex_gap\";i:1;}}s:5:\"style\";a:2:{s:18:\"section_background\";a:8:{s:21:\"background_background\";i:2;s:16:\"background_image\";i:1;s:19:\"background_position\";i:1;s:15:\"background_ypos\";i:1;s:15:\"background_size\";i:1;s:36:\"background_motion_fx_motion_fx_mouse\";i:1;s:38:\"background_motion_fx_mouseTrack_effect\";i:1;s:37:\"background_motion_fx_mouseTrack_speed\";i:1;}s:26:\"section_background_overlay\";a:4:{s:29:\"background_overlay_background\";i:1;s:24:\"background_overlay_color\";i:1;s:29:\"background_overlay_color_stop\";i:1;s:26:\"background_overlay_color_b\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"section_layout\";a:2:{s:7:\"padding\";i:3;s:10:\"_flex_size\";i:1;}}}}s:25:\"theme-post-featured-image\";a:2:{s:5:\"count\";i:1;s:8:\"controls\";a:2:{s:7:\"general\";a:1:{s:11:\"__dynamic__\";a:1:{s:5:\"count\";i:1;}}s:7:\"content\";a:1:{s:13:\"section_image\";a:1:{s:5:\"image\";i:1;}}}}s:17:\"table-of-contents\";a:2:{s:5:\"count\";i:1;s:8:\"controls\";a:1:{s:5:\"style\";a:2:{s:12:\"header_style\";a:2:{s:17:\"header_text_color\";i:1;s:19:\"toggle_button_color\";i:1;}s:10:\"list_style\";a:2:{s:22:\"item_text_color_normal\";i:1;s:12:\"marker_color\";i:1;}}}}s:5:\"posts\";a:2:{s:5:\"count\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:14:\"section_layout\";a:1:{s:15:\"classic_columns\";i:1;}s:13:\"section_query\";a:2:{s:13:\"posts_exclude\";i:1;s:22:\"posts_avoid_duplicates\";i:1;}}}}s:18:\"theme-post-content\";a:2:{s:5:\"count\";i:1;s:8:\"controls\";a:1:{s:5:\"style\";a:1:{s:13:\"section_style\";a:2:{s:21:\"typography_typography\";i:1;s:20:\"typography_font_size\";i:1;}}}}s:13:\"post-comments\";a:2:{s:5:\"count\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:15:\"section_content\";a:1:{s:5:\"_skin\";i:1;}}}}s:15:\"post-navigation\";a:2:{s:5:\"count\";i:1;s:8:\"controls\";a:0:{}}}s:7:\"archive\";a:3:{s:19:\"theme-archive-title\";a:2:{s:5:\"count\";i:1;s:8:\"controls\";a:3:{s:7:\"general\";a:1:{s:11:\"__dynamic__\";a:1:{s:5:\"count\";i:1;}}s:7:\"content\";a:1:{s:13:\"section_title\";a:2:{s:5:\"title\";i:1;s:5:\"align\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:2:{s:21:\"typography_typography\";i:1;s:25:\"typography_text_transform\";i:1;}}}}s:9:\"container\";a:2:{s:5:\"count\";i:2;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:24:\"section_layout_container\";a:3:{s:14:\"flex_direction\";i:1;s:10:\"min_height\";i:1;s:20:\"flex_justify_content\";i:1;}}s:5:\"style\";a:2:{s:18:\"section_background\";a:8:{s:21:\"background_background\";i:2;s:16:\"background_image\";i:1;s:19:\"background_position\";i:1;s:15:\"background_ypos\";i:1;s:15:\"background_size\";i:1;s:36:\"background_motion_fx_motion_fx_mouse\";i:1;s:38:\"background_motion_fx_mouseTrack_effect\";i:1;s:37:\"background_motion_fx_mouseTrack_speed\";i:1;}s:26:\"section_background_overlay\";a:4:{s:29:\"background_overlay_background\";i:1;s:24:\"background_overlay_color\";i:1;s:29:\"background_overlay_color_stop\";i:1;s:26:\"background_overlay_color_b\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"section_layout\";a:1:{s:7:\"padding\";i:2;}}}}s:13:\"archive-posts\";a:2:{s:5:\"count\";i:1;s:8:\"controls\";a:1:{s:5:\"style\";a:1:{s:38:\"archive_classic_section_design_content\";a:8:{s:43:\"archive_classic_title_typography_typography\";i:1;s:42:\"archive_classic_title_typography_font_size\";i:1;s:42:\"archive_classic_meta_typography_typography\";i:1;s:41:\"archive_classic_meta_typography_font_size\";i:1;s:45:\"archive_classic_excerpt_typography_typography\";i:1;s:44:\"archive_classic_excerpt_typography_font_size\";i:1;s:47:\"archive_classic_read_more_typography_typography\";i:1;s:46:\"archive_classic_read_more_typography_font_size\";i:1;}}}}}s:7:\"product\";a:12:{s:22:\"woocommerce-breadcrumb\";a:2:{s:5:\"count\";i:1;s:8:\"controls\";a:2:{s:5:\"style\";a:1:{s:28:\"section_product_rating_style\";a:3:{s:10:\"link_color\";i:1;s:26:\"text_typography_typography\";i:1;s:25:\"text_typography_font_size\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}s:9:\"container\";a:2:{s:5:\"count\";i:7;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:24:\"section_layout_container\";a:5:{s:20:\"flex_justify_content\";i:2;s:14:\"flex_direction\";i:3;s:8:\"flex_gap\";i:2;s:13:\"content_width\";i:1;s:5:\"width\";i:1;}}s:5:\"style\";a:1:{s:18:\"section_background\";a:1:{s:21:\"background_background\";i:3;}}s:8:\"advanced\";a:2:{s:14:\"section_layout\";a:2:{s:7:\"padding\";i:3;s:10:\"_flex_size\";i:1;}s:15:\"section_effects\";a:1:{s:6:\"sticky\";i:1;}}}}s:25:\"woocommerce-product-title\";a:2:{s:5:\"count\";i:2;s:8:\"controls\";a:3:{s:7:\"general\";a:1:{s:11:\"__dynamic__\";a:1:{s:5:\"count\";i:2;}}s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:2;s:11:\"header_size\";i:1;s:5:\"align\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:3:{s:21:\"typography_typography\";i:1;s:20:\"typography_font_size\";i:1;s:22:\"typography_font_weight\";i:1;}}}}s:26:\"woocommerce-product-images\";a:2:{s:5:\"count\";i:1;s:8:\"controls\";a:0:{}}s:26:\"woocommerce-product-rating\";a:2:{s:5:\"count\";i:1;s:8:\"controls\";a:0:{}}s:25:\"woocommerce-product-price\";a:2:{s:5:\"count\";i:1;s:8:\"controls\";a:2:{s:5:\"style\";a:1:{s:19:\"section_price_style\";a:3:{s:21:\"typography_typography\";i:1;s:20:\"typography_font_size\";i:1;s:22:\"typography_font_weight\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}s:27:\"woocommerce-product-content\";a:2:{s:5:\"count\";i:1;s:8:\"controls\";a:1:{s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}s:31:\"woocommerce-product-add-to-cart\";a:2:{s:5:\"count\";i:1;s:8:\"controls\";a:1:{s:5:\"style\";a:3:{s:24:\"section_atc_button_style\";a:2:{s:9:\"alignment\";i:1;s:20:\"button_border_radius\";i:1;}s:26:\"section_atc_quantity_style\";a:1:{s:22:\"quantity_border_radius\";i:1;}s:28:\"section_atc_variations_style\";a:3:{s:38:\"variations_label_typography_typography\";i:1;s:37:\"variations_label_typography_font_size\";i:1;s:31:\"variations_select_border_radius\";i:1;}}}}s:19:\"woocommerce-notices\";a:2:{s:5:\"count\";i:1;s:8:\"controls\";a:1:{s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}s:24:\"woocommerce-product-meta\";a:2:{s:5:\"count\";i:1;s:8:\"controls\";a:1:{s:5:\"style\";a:1:{s:26:\"section_product_meta_style\";a:2:{s:13:\"space_between\";i:1;s:7:\"divider\";i:1;}}}}s:29:\"woocommerce-product-data-tabs\";a:2:{s:5:\"count\";i:1;s:8:\"controls\";a:1:{s:5:\"style\";a:1:{s:26:\"section_product_tabs_style\";a:1:{s:17:\"tab_border_radius\";i:1;}}}}s:27:\"woocommerce-product-related\";a:2:{s:5:\"count\";i:1;s:8:\"controls\";a:2:{s:5:\"style\";a:2:{s:22:\"section_products_style\";a:7:{s:27:\"price_typography_typography\";i:1;s:26:\"price_typography_font_size\";i:1;s:28:\"price_typography_font_weight\";i:1;s:20:\"button_border_radius\";i:1;s:27:\"automatically_align_buttons\";i:1;s:27:\"title_typography_typography\";i:1;s:26:\"title_typography_font_size\";i:1;}s:21:\"section_heading_style\";a:2:{s:29:\"heading_typography_typography\";i:1;s:33:\"heading_typography_text_transform\";i:1;}}s:7:\"content\";a:1:{s:32:\"section_related_products_content\";a:2:{s:14:\"posts_per_page\";i:1;s:7:\"columns\";i:1;}}}}}s:9:\"error-404\";a:4:{s:7:\"heading\";a:2:{s:5:\"count\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:1;s:11:\"header_size\";i:1;s:5:\"align\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:2:{s:21:\"typography_typography\";i:1;s:25:\"typography_text_transform\";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:1:{s:5:\"align\";i:1;}}}}s:6:\"button\";a:2:{s:5:\"count\";i:1;s:8:\"controls\";a:2:{s:7:\"general\";a:1:{s:11:\"__dynamic__\";a:1:{s:5:\"count\";i:1;}}s:7:\"content\";a:1:{s:14:\"section_button\";a:3:{s:4:\"text\";i:1;s:4:\"link\";i:1;s:5:\"align\";i:1;}}}}s:9:\"container\";a:2:{s:5:\"count\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:24:\"section_layout_container\";a:3:{s:14:\"flex_direction\";i:1;s:10:\"min_height\";i:1;s:20:\"flex_justify_content\";i:1;}}s:5:\"style\";a:2:{s:18:\"section_background\";a:8:{s:21:\"background_background\";i:1;s:16:\"background_image\";i:1;s:19:\"background_position\";i:1;s:15:\"background_ypos\";i:1;s:15:\"background_size\";i:1;s:36:\"background_motion_fx_motion_fx_mouse\";i:1;s:38:\"background_motion_fx_mouseTrack_effect\";i:1;s:37:\"background_motion_fx_mouseTrack_speed\";i:1;}s:26:\"section_background_overlay\";a:4:{s:29:\"background_overlay_background\";i:1;s:24:\"background_overlay_color\";i:1;s:29:\"background_overlay_color_stop\";i:1;s:26:\"background_overlay_color_b\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"section_layout\";a:1:{s:7:\"padding\";i:1;}}}}}s:14:\"search-results\";a:3:{s:7:\"heading\";a:2:{s:5:\"count\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:1;s:11:\"header_size\";i:1;s:5:\"align\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:2:{s:21:\"typography_typography\";i:1;s:25:\"typography_text_transform\";i:1;}}}}s:9:\"container\";a:2:{s:5:\"count\";i:2;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:24:\"section_layout_container\";a:3:{s:14:\"flex_direction\";i:2;s:10:\"min_height\";i:1;s:20:\"flex_justify_content\";i:1;}}s:5:\"style\";a:2:{s:18:\"section_background\";a:8:{s:21:\"background_background\";i:2;s:16:\"background_image\";i:1;s:19:\"background_position\";i:1;s:15:\"background_ypos\";i:1;s:15:\"background_size\";i:1;s:36:\"background_motion_fx_motion_fx_mouse\";i:1;s:38:\"background_motion_fx_mouseTrack_effect\";i:1;s:37:\"background_motion_fx_mouseTrack_speed\";i:1;}s:26:\"section_background_overlay\";a:4:{s:29:\"background_overlay_background\";i:1;s:24:\"background_overlay_color\";i:1;s:29:\"background_overlay_color_stop\";i:1;s:26:\"background_overlay_color_b\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"section_layout\";a:1:{s:7:\"padding\";i:2;}}}}s:13:\"archive-posts\";a:2:{s:5:\"count\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_layout\";a:6:{s:5:\"_skin\";i:1;s:35:\"archive_classic_thumbnail_size_size\";i:1;s:24:\"archive_cards_item_ratio\";i:1;s:28:\"archive_cards_excerpt_length\";i:1;s:23:\"archive_cards_meta_data\";i:1;s:25:\"archive_cards_show_avatar\";i:1;}}}}}s:15:\"product-archive\";a:4:{s:7:\"heading\";a:2:{s:5:\"count\";i:1;s:8:\"controls\";a:3:{s:7:\"general\";a:1:{s:11:\"__dynamic__\";a:1:{s:5:\"count\";i:1;}}s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:1;s:11:\"header_size\";i:1;s:5:\"align\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:2:{s:21:\"typography_typography\";i:1;s:25:\"typography_text_transform\";i:1;}}}}s:9:\"container\";a:2:{s:5:\"count\";i:3;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:24:\"section_layout_container\";a:3:{s:14:\"flex_direction\";i:2;s:10:\"min_height\";i:1;s:20:\"flex_justify_content\";i:1;}}s:5:\"style\";a:2:{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:15:\"background_ypos\";i:1;s:15:\"background_size\";i:1;s:36:\"background_motion_fx_motion_fx_mouse\";i:1;s:38:\"background_motion_fx_mouseTrack_effect\";i:1;s:37:\"background_motion_fx_mouseTrack_speed\";i:1;}s:26:\"section_background_overlay\";a:4:{s:29:\"background_overlay_background\";i:1;s:24:\"background_overlay_color\";i:1;s:29:\"background_overlay_color_stop\";i:1;s:26:\"background_overlay_color_b\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"section_layout\";a:2:{s:7:\"padding\";i:3;s:6:\"margin\";i:1;}}}}s:19:\"woocommerce-notices\";a:2:{s:5:\"count\";i:1;s:8:\"controls\";a:1:{s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}s:20:\"woocommerce-products\";a:2:{s:5:\"count\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:2:{s:15:\"section_content\";a:3:{s:7:\"columns\";i:1;s:4:\"rows\";i:1;s:8:\"paginate\";i:1;}s:13:\"section_query\";a:3:{s:13:\"query_include\";i:1;s:22:\"query_include_term_ids\";i:1;s:15:\"query_post_type\";i:1;}}s:5:\"style\";a:1:{s:22:\"section_products_style\";a:5:{s:27:\"title_typography_typography\";i:1;s:26:\"title_typography_font_size\";i:1;s:27:\"price_typography_typography\";i:1;s:26:\"price_typography_font_size\";i:1;s:20:\"button_border_radius\";i:1;}}}}}s:7:\"wp-page\";a:18:{s:7:\"heading\";a:2:{s:5:\"count\";i:37;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:37;s:11:\"header_size\";i:19;s:5:\"align\";i:11;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:2:{s:21:\"typography_typography\";i:22;s:25:\"typography_text_transform\";i:22;}}s:7:\"general\";a:1:{s:11:\"__dynamic__\";a:1:{s:5:\"count\";i:5;}}}}s:9:\"container\";a:2:{s:5:\"count\";i:32;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:24:\"section_layout_container\";a:7:{s:14:\"flex_direction\";i:17;s:10:\"min_height\";i:11;s:20:\"flex_justify_content\";i:13;s:11:\"boxed_width\";i:2;s:13:\"content_width\";i:1;s:5:\"width\";i:1;s:8:\"flex_gap\";i:1;}}s:5:\"style\";a:4:{s:18:\"section_background\";a:9:{s:21:\"background_background\";i:28;s:16:\"background_image\";i:10;s:19:\"background_position\";i:10;s:15:\"background_ypos\";i:9;s:15:\"background_size\";i:10;s:36:\"background_motion_fx_motion_fx_mouse\";i:9;s:38:\"background_motion_fx_mouseTrack_effect\";i:9;s:37:\"background_motion_fx_mouseTrack_speed\";i:9;s:16:\"background_color\";i:1;}s:26:\"section_background_overlay\";a:7:{s:29:\"background_overlay_background\";i:10;s:24:\"background_overlay_color\";i:9;s:29:\"background_overlay_color_stop\";i:9;s:26:\"background_overlay_color_b\";i:9;s:26:\"background_overlay_opacity\";i:1;s:35:\"background_overlay_hover_background\";i:1;s:32:\"background_overlay_hover_opacity\";i:1;}s:21:\"section_shape_divider\";a:1:{s:17:\"shape_divider_top\";i:1;}s:14:\"section_border\";a:3:{s:13:\"border_border\";i:1;s:12:\"border_width\";i:1;s:26:\"box_shadow_box_shadow_type\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"section_layout\";a:4:{s:7:\"padding\";i:28;s:10:\"_flex_size\";i:1;s:11:\"_element_id\";i:1;s:6:\"margin\";i:7;}}}}s:5:\"login\";a:2:{s:5:\"count\";i:1;s:8:\"controls\";a:1:{s:5:\"style\";a:1:{s:20:\"section_style_labels\";a:1:{s:13:\"label_spacing\";i:1;}}}}s:11:\"text-editor\";a:2:{s:5:\"count\";i:19;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:19;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:4:{s:5:\"align\";i:6;s:21:\"typography_typography\";i:1;s:20:\"typography_font_size\";i:1;s:22:\"typography_line_height\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:2;}}}}s:6:\"button\";a:2:{s:5:\"count\";i:8;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_button\";a:5:{s:4:\"text\";i:8;s:4:\"link\";i:8;s:5:\"align\";i:6;s:13:\"selected_icon\";i:3;s:10:\"icon_align\";i:1;}}s:8:\"advanced\";a:1:{s:30:\"wcm_element_visibility_section\";a:2:{s:32:\"wcm_element_visibility_condition\";i:2;s:33:\"wcm_element_visibility_hide_plans\";i:2;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:1:{s:33:\"button_box_shadow_box_shadow_type\";i:2;}}}}s:14:\"wc-add-to-cart\";a:2:{s:5:\"count\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:2:{s:15:\"section_product\";a:1:{s:10:\"product_id\";i:1;}s:14:\"section_button\";a:3:{s:4:\"text\";i:1;s:5:\"align\";i:1;s:13:\"selected_icon\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:1:{s:33:\"button_box_shadow_box_shadow_type\";i:1;}}}}s:9:\"accordion\";a:2:{s:5:\"count\";i:4;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:1:{s:4:\"tabs\";i:4;}}s:5:\"style\";a:1:{s:28:\"section_toggle_style_content\";a:1:{s:15:\"content_padding\";i:4;}}}}s:7:\"divider\";a:2:{s:5:\"count\";i:7;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:15:\"section_divider\";a:1:{s:5:\"style\";i:7;}}s:5:\"style\";a:1:{s:21:\"section_divider_style\";a:1:{s:14:\"pattern_height\";i:7;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:7:\"_margin\";i:7;s:8:\"_padding\";i:7;}}}}s:20:\"woocommerce-products\";a:2:{s:5:\"count\";i:7;s:8:\"controls\";a:2:{s:7:\"content\";a:2:{s:15:\"section_content\";a:3:{s:7:\"columns\";i:7;s:4:\"rows\";i:7;s:8:\"paginate\";i:7;}s:13:\"section_query\";a:3:{s:13:\"query_include\";i:7;s:22:\"query_include_term_ids\";i:7;s:15:\"query_post_type\";i:2;}}s:5:\"style\";a:1:{s:22:\"section_products_style\";a:5:{s:27:\"title_typography_typography\";i:7;s:26:\"title_typography_font_size\";i:7;s:27:\"price_typography_typography\";i:7;s:26:\"price_typography_font_size\";i:7;s:20:\"button_border_radius\";i:7;}}}}s:11:\"search-form\";a:2:{s:5:\"count\";i:1;s:8:\"controls\";a:1:{s:5:\"style\";a:1:{s:19:\"section_input_style\";a:1:{s:13:\"border_radius\";i:1;}}}}s:19:\"woocommerce-notices\";a:2:{s:5:\"count\";i:1;s:8:\"controls\";a:1:{s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}s:13:\"wc-categories\";a:2:{s:5:\"count\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:2:{s:14:\"section_layout\";a:2:{s:7:\"columns\";i:1;s:6:\"number\";i:1;}s:14:\"section_filter\";a:2:{s:10:\"hide_empty\";i:1;s:5:\"order\";i:1;}}s:5:\"style\";a:1:{s:22:\"section_products_style\";a:4:{s:7:\"row_gap\";i:1;s:5:\"align\";i:1;s:27:\"title_typography_typography\";i:1;s:26:\"title_typography_font_size\";i:1;}}}}s:8:\"progress\";a:2:{s:5:\"count\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:16:\"section_progress\";a:3:{s:5:\"title\";i:2;s:7:\"percent\";i:2;s:10:\"inner_text\";i:2;}}s:5:\"style\";a:2:{s:22:\"section_progress_style\";a:3:{s:17:\"bar_border_radius\";i:2;s:31:\"bar_inner_typography_typography\";i:2;s:30:\"bar_inner_typography_font_size\";i:2;}s:13:\"section_title\";a:3:{s:21:\"typography_typography\";i:2;s:22:\"typography_font_weight\";i:2;s:25:\"typography_text_transform\";i:2;}}}}s:16:\"woocommerce-cart\";a:2:{s:5:\"count\";i:1;s:8:\"controls\";a:1:{s:5:\"style\";a:9:{s:23:\"section_cart_tabs_style\";a:4:{s:25:\"sections_background_color\";i:1;s:20:\"sections_border_type\";i:1;s:22:\"sections_border_radius\";i:1;s:16:\"sections_padding\";i:1;}s:28:\"section_cart_tabs_typography\";a:10:{s:20:\"sections_title_color\";i:1;s:37:\"sections_titles_typography_typography\";i:1;s:36:\"sections_titles_typography_font_size\";i:1;s:41:\"sections_titles_typography_text_transform\";i:1;s:27:\"sections_descriptions_color\";i:1;s:43:\"sections_descriptions_typography_typography\";i:1;s:42:\"sections_descriptions_typography_font_size\";i:1;s:18:\"links_normal_color\";i:1;s:17:\"links_hover_color\";i:1;s:28:\"sections_radio_buttons_color\";i:1;}s:23:\"section_cart_tabs_forms\";a:7:{s:25:\"forms_fields_normal_color\";i:1;s:31:\"forms_buttons_normal_text_color\";i:1;s:42:\"forms_buttons_normal_background_background\";i:1;s:37:\"forms_buttons_normal_background_color\";i:1;s:41:\"forms_buttons_hover_background_background\";i:1;s:25:\"forms_buttons_border_type\";i:1;s:27:\"forms_buttons_border_radius\";i:1;}s:18:\"tabs_order_summary\";a:5:{s:25:\"order_summary_title_color\";i:1;s:19:\"order_summary_color\";i:1;s:30:\"order_summary_variations_color\";i:1;s:33:\"order_summary_items_divider_color\";i:1;s:35:\"order_summary_quantity_border_color\";i:1;}s:19:\"section_cart_totals\";a:2:{s:12:\"totals_color\";i:1;s:20:\"totals_divider_color\";i:1;}s:33:\"section_cart_tabs_checkout_button\";a:7:{s:37:\"checkout_button_typography_typography\";i:1;s:36:\"checkout_button_typography_font_size\";i:1;s:33:\"checkout_button_normal_text_color\";i:1;s:44:\"checkout_button_normal_background_background\";i:1;s:39:\"checkout_button_normal_background_color\";i:1;s:43:\"checkout_button_hover_background_background\";i:1;s:29:\"checkout_button_border_radius\";i:1;}s:27:\"section_cart_tabs_customize\";a:1:{s:36:\"section_cart_show_customize_elements\";i:1;}s:34:\"section_cart_tabs_customize_totals\";a:2:{s:32:\"sections_totals_background_color\";i:1;s:26:\"totals_section_border_type\";i:1;}s:34:\"section_cart_tabs_customize_coupon\";a:2:{s:33:\"customize_coupon_background_color\";i:1;s:36:\"customize_coupon_section_border_type\";i:1;}}}}s:25:\"woocommerce-checkout-page\";a:2:{s:5:\"count\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:8:{s:26:\"returning_customer_heading\";a:3:{s:32:\"returning_customer_section_title\";i:1;s:28:\"returning_customer_link_text\";i:1;s:34:\"returning_customer_title_alignment\";i:1;}s:23:\"billing_details_section\";a:1:{s:27:\"billing_details_form_fields\";i:1;}s:24:\"shipping_details_section\";a:2:{s:30:\"shipping_details_section_title\";i:1;s:28:\"shipping_details_form_fields\";i:1;}s:30:\"additional_information_section\";a:1:{s:34:\"additional_information_form_fields\";i:1;}s:22:\"create_account_section\";a:1:{s:19:\"create_account_text\";i:1;}s:21:\"order_summary_section\";a:1:{s:23:\"order_summary_alignment\";i:1;}s:14:\"coupon_section\";a:1:{s:16:\"coupon_alignment\";i:1;}s:15:\"payment_section\";a:2:{s:26:\"terms_conditions_link_text\";i:1;s:25:\"purchase_button_alignment\";i:1;}}s:5:\"style\";a:7:{s:27:\"section_checkout_tabs_style\";a:4:{s:25:\"sections_background_color\";i:1;s:20:\"sections_border_type\";i:1;s:22:\"sections_border_radius\";i:1;s:16:\"sections_padding\";i:1;}s:32:\"section_checkout_tabs_typography\";a:13:{s:20:\"sections_title_color\";i:1;s:37:\"sections_titles_typography_typography\";i:1;s:36:\"sections_titles_typography_font_size\";i:1;s:41:\"sections_titles_typography_text_transform\";i:1;s:30:\"sections_secondary_title_color\";i:1;s:47:\"sections_secondary_titles_typography_typography\";i:1;s:51:\"sections_secondary_titles_typography_text_transform\";i:1;s:27:\"sections_descriptions_color\";i:1;s:43:\"sections_descriptions_typography_typography\";i:1;s:23:\"sections_messages_color\";i:1;s:25:\"sections_checkboxes_color\";i:1;s:28:\"sections_radio_buttons_color\";i:1;s:18:\"links_normal_color\";i:1;}s:27:\"section_checkout_tabs_forms\";a:2:{s:17:\"forms_label_color\";i:1;s:25:\"forms_fields_normal_color\";i:1;}s:35:\"section_checkout_tabs_order_summary\";a:5:{s:25:\"order_summary_items_color\";i:1;s:30:\"order_summary_variations_color\";i:1;s:33:\"order_summary_items_divider_color\";i:1;s:26:\"order_summary_totals_color\";i:1;s:34:\"order_summary_totals_divider_color\";i:1;}s:37:\"section_checkout_tabs_purchase_button\";a:7:{s:33:\"purchase_button_normal_text_color\";i:1;s:44:\"purchase_button_normal_background_background\";i:1;s:39:\"purchase_button_normal_background_color\";i:1;s:32:\"purchase_button_hover_text_color\";i:1;s:43:\"purchase_button_hover_background_background\";i:1;s:38:\"purchase_button_hover_background_color\";i:1;s:29:\"purchase_button_border_radius\";i:1;}s:31:\"section_checkout_tabs_customize\";a:1:{s:40:\"section_checkout_show_customize_elements\";i:1;}s:39:\"section_checkout_tabs_customize_payment\";a:2:{s:44:\"payment_info_box_title_background_background\";i:1;s:39:\"payment_info_box_title_background_image\";i:1;}}}}s:22:\"woocommerce-my-account\";a:2:{s:5:\"count\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:25:\"section_menu_icon_content\";a:1:{s:4:\"tabs\";i:1;}}s:5:\"style\";a:5:{s:10:\"tabs_style\";a:3:{s:33:\"tabs_normal_background_background\";i:1;s:32:\"tabs_hover_background_background\";i:1;s:33:\"tabs_active_background_background\";i:1;}s:14:\"sections_title\";a:4:{s:20:\"sections_border_type\";i:1;s:21:\"sections_border_width\";i:1;s:22:\"sections_border_radius\";i:1;s:16:\"sections_padding\";i:1;}s:16:\"typography_title\";a:11:{s:36:\"section_titles_typography_typography\";i:1;s:35:\"section_titles_typography_font_size\";i:1;s:40:\"section_titles_typography_text_transform\";i:1;s:34:\"general_text_typography_typography\";i:1;s:33:\"general_text_typography_font_size\";i:1;s:36:\"login_messages_typography_typography\";i:1;s:35:\"login_messages_typography_font_size\";i:1;s:32:\"checkboxes_typography_typography\";i:1;s:31:\"checkboxes_typography_font_size\";i:1;s:51:\"payment_methods_radio_buttons_typography_typography\";i:1;s:50:\"payment_methods_radio_buttons_typography_font_size\";i:1;}s:13:\"forms_section\";a:3:{s:35:\"forms_buttons_background_background\";i:1;s:41:\"forms_buttons_hover_background_background\";i:1;s:27:\"forms_buttons_border_radius\";i:1;}s:14:\"tables_section\";a:1:{s:25:\"tables_button_border_type\";i:1;}}}}s:12:\"social-icons\";a:2:{s:5:\"count\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:19:\"section_social_icon\";a:2:{s:16:\"social_icon_list\";i:1;s:5:\"align\";i:1;}}}}s:4:\"form\";a:2:{s:5:\"count\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:2:{s:19:\"section_form_fields\";a:1:{s:11:\"form_fields\";i:1;}s:13:\"section_email\";a:3:{s:8:\"email_to\";i:1;s:13:\"email_subject\";i:1;s:10:\"email_from\";i:1;}}s:5:\"style\";a:2:{s:18:\"section_form_style\";a:1:{s:13:\"label_spacing\";i:1;}s:19:\"section_field_style\";a:2:{s:18:\"field_border_width\";i:1;s:19:\"field_border_radius\";i:1;}}}}}s:6:\"footer\";a:6:{s:7:\"heading\";a:2:{s:5:\"count\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:2:{s:5:\"title\";i:2;s:11:\"header_size\";i:2;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:2:{s:21:\"typography_typography\";i:2;s:25:\"typography_text_transform\";i:2;}}}}s:9:\"icon-list\";a:2:{s:5:\"count\";i:2;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:2:{s:18:\"section_icon_style\";a:3:{s:10:\"icon_color\";i:1;s:24:\"icon_self_vertical_align\";i:1;s:20:\"icon_vertical_offset\";i:1;}s:18:\"section_text_style\";a:1:{s:10:\"text_color\";i:1;}}}}s:9:\"container\";a:2:{s:5:\"count\";i:9;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:24:\"section_layout_container\";a:6:{s:13:\"content_width\";i:3;s:5:\"width\";i:3;s:11:\"boxed_width\";i:1;s:20:\"flex_justify_content\";i:1;s:14:\"flex_direction\";i:4;s:8:\"flex_gap\";i:4;}}s:8:\"advanced\";a:1:{s:14:\"section_layout\";a:2:{s:10:\"_flex_size\";i:2;s:7:\"padding\";i:6;}}s:5:\"style\";a:2:{s:18:\"section_background\";a:1:{s:21:\"background_background\";i:1;}s:14:\"section_border\";a:3:{s:13:\"border_border\";i:1;s:12:\"border_width\";i:1;s:12:\"border_color\";i:1;}}}}s:11:\"search-form\";a:2:{s:5:\"count\";i:1;s:8:\"controls\";a:1:{s:5:\"style\";a:1:{s:19:\"section_input_style\";a:1:{s:13:\"border_radius\";i:1;}}}}s:15:\"theme-site-logo\";a:2:{s:5:\"count\";i:1;s:8:\"controls\";a:4:{s:7:\"general\";a:1:{s:11:\"__dynamic__\";a:1:{s:5:\"count\";i:1;}}s:7:\"content\";a:1:{s:13:\"section_image\";a:2:{s:5:\"align\";i:1;s:5:\"image\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_style_image\";a:1:{s:5:\"width\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}s:11:\"text-editor\";a:2:{s:5:\"count\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:3;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:3;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:4:{s:21:\"typography_typography\";i:2;s:20:\"typography_font_size\";i:2;s:5:\"align\";i:1;s:10:\"text_color\";i:1;}}}}}s:6:\"header\";a:6:{s:11:\"text-editor\";a:2:{s:5:\"count\";i:4;s:8:\"controls\";a:3:{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:4:{s:5:\"align\";i:2;s:21:\"typography_typography\";i:2;s:22:\"typography_font_family\";i:2;s:22:\"typography_font_weight\";i:2;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:4;}}}}s:9:\"container\";a:2:{s:5:\"count\";i:10;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:24:\"section_layout_container\";a:5:{s:14:\"flex_direction\";i:4;s:13:\"content_width\";i:6;s:5:\"width\";i:4;s:20:\"flex_justify_content\";i:6;s:8:\"flex_gap\";i:3;}}s:5:\"style\";a:1:{s:18:\"section_background\";a:1:{s:21:\"background_background\";i:3;}}s:8:\"advanced\";a:3:{s:15:\"section_effects\";a:1:{s:6:\"sticky\";i:2;}s:14:\"section_layout\";a:2:{s:7:\"padding\";i:8;s:10:\"_flex_size\";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:15:\"theme-site-logo\";a:2:{s:5:\"count\";i:1;s:8:\"controls\";a:3:{s:7:\"general\";a:1:{s:11:\"__dynamic__\";a:1:{s:5:\"count\";i:1;}}s:7:\"content\";a:1:{s:13:\"section_image\";a:3:{s:5:\"align\";i:1;s:10:\"image_size\";i:1;s:5:\"image\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_style_image\";a:1:{s:5:\"width\";i:1;}}}}s:8:\"nav-menu\";a:2:{s:5:\"count\";i:1;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_layout\";a:1:{s:11:\"align_items\";i:1;}}s:5:\"style\";a:1:{s:23:\"section_style_main-menu\";a:5:{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:28:\"padding_horizontal_menu_item\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:1;}}}}s:21:\"woocommerce-menu-cart\";a:2:{s:5:\"count\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:25:\"section_menu_icon_content\";a:1:{s:9:\"alignment\";i:1;}}s:5:\"style\";a:2:{s:20:\"section_toggle_style\";a:3:{s:47:\"toggle_button_normal_box_shadow_box_shadow_type\";i:1;s:26:\"toggle_button_border_width\";i:1;s:16:\"toggle_icon_size\";i:1;}s:21:\"section_style_buttons\";a:2:{s:23:\"view_cart_border_border\";i:1;s:22:\"view_cart_border_width\";i:1;}}}}s:6:\"button\";a:2:{s:5:\"count\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:14:\"section_button\";a:4:{s:4:\"text\";i:1;s:4:\"link\";i:1;s:5:\"align\";i:1;s:4:\"size\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:4:{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;}}}}}}','no');
INSERT INTO `wplc_options` VALUES (775822,'elementor_1_elementor_updater_batch_fabb9bb8013930a95945a60a930b','a:1:{i:0;a:1:{s:8:\"callback\";a:2:{i:0;s:31:\"Elementor\\Core\\Upgrade\\Upgrades\";i:1;s:16:\"_on_each_version\";}}}','no');
INSERT INTO `wplc_options` VALUES (775833,'_elementor_global_css','a:7:{s:4:\"time\";i:1702132203;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:\"\";}','yes');
INSERT INTO `wplc_options` VALUES (775834,'_elementor_assets_data','a:2:{s:3:\"css\";a:1:{s:7:\"widgets\";a:21:{s:11:\"text-editor\";a:2:{s:7:\"content\";s:719:\"<style>/*! elementor - v3.18.0 - 20-12-2023 */\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.18.3\";}s:5:\"image\";a:2:{s:7:\"content\";s:269:\"<style>/*! elementor - v3.18.0 - 20-12-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>\";s:7:\"version\";s:6:\"3.18.3\";}s:15:\"theme-site-logo\";a:2:{s:7:\"content\";s:0:\"\";s:7:\"version\";s:6:\"3.18.2\";}s:8:\"nav-menu\";a:2:{s:7:\"content\";s:127:\"<link rel=\"stylesheet\" href=\"https://www.dubdelivery.club/wp-content/plugins/elementor-pro/assets/css/widget-nav-menu.min.css\">\";s:7:\"version\";s:6:\"3.18.2\";}s:11:\"woocommerce\";a:2:{s:7:\"content\";s:130:\"<link rel=\"stylesheet\" href=\"https://www.dubdelivery.club/wp-content/plugins/elementor-pro/assets/css/widget-woocommerce.min.css\">\";s:7:\"version\";s:6:\"3.18.2\";}s:6:\"button\";a:2:{s:7:\"content\";s:0:\"\";s:7:\"version\";s:6:\"3.18.3\";}s:7:\"heading\";a:2:{s:7:\"content\";s:673:\"<style>/*! elementor - v3.18.0 - 20-12-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>\";s:7:\"version\";s:6:\"3.18.3\";}s:14:\"theme-elements\";a:2:{s:7:\"content\";s:133:\"<link rel=\"stylesheet\" href=\"https://www.dubdelivery.club/wp-content/plugins/elementor-pro/assets/css/widget-theme-elements.min.css\">\";s:7:\"version\";s:6:\"3.18.2\";}s:7:\"divider\";a:2:{s:7:\"content\";s:3594:\"<style>/*! elementor - v3.18.0 - 20-12-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>\";s:7:\"version\";s:6:\"3.18.3\";}s:9:\"icon-list\";a:2:{s:7:\"content\";s:124:\"<link rel=\"stylesheet\" href=\"https://www.dubdelivery.club/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">\";s:7:\"version\";s:6:\"3.18.3\";}s:9:\"accordion\";a:2:{s:7:\"content\";s:1743:\"<style>/*! elementor - v3.18.0 - 20-12-2023 */\n.elementor-accordion{text-align:left}.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.18.3\";}s:12:\"social-icons\";a:2:{s:7:\"content\";s:4943:\"<style>/*! elementor - v3.18.0 - 20-12-2023 */\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-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-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.18.3\";}s:5:\"forms\";a:2:{s:7:\"content\";s:6246:\"<style>/*! elementor-pro - v3.18.0 - 20-12-2023 */\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>span{display:flex;justify-content:center;align-items:center}.elementor-form .elementor-button .elementor-button-text{white-space:normal;flex-grow:0}.elementor-form .elementor-button svg{height:auto}.elementor-form .elementor-button .e-font-icon-svg{height:1em}.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}</style>\";s:7:\"version\";s:6:\"3.18.2\";}s:8:\"progress\";a:2:{s:7:\"content\";s:1222:\"<style>/*! elementor - v3.18.0 - 20-12-2023 */\n.elementor-widget-progress{text-align:left}.elementor-progress-wrapper{position:relative;background-color:#eee;color:#fff;height:100%;border-radius:2px}.elementor-progress-bar{display:flex;background-color:#69727d;width:0;font-size:11px;height:30px;line-height:30px;border-radius:2px;transition:width 1s ease-in-out}.elementor-progress-text{flex-grow:1;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;padding-left:15px}.elementor-progress-percentage{padding-right:15px}.elementor-widget-progress .elementor-progress-wrapper.progress-info .elementor-progress-bar{background-color:#5bc0de}.elementor-widget-progress .elementor-progress-wrapper.progress-success .elementor-progress-bar{background-color:#5cb85c}.elementor-widget-progress .elementor-progress-wrapper.progress-warning .elementor-progress-bar{background-color:#f0ad4e}.elementor-widget-progress .elementor-progress-wrapper.progress-danger .elementor-progress-bar{background-color:#d9534f}.elementor-progress .elementor-title{display:block}@media (max-width:767px){.elementor-progress-text{padding-left:10px}}.e-con-inner .elementor-progress-wrapper,.e-con .elementor-progress-wrapper{height:auto}</style>\";s:7:\"version\";s:6:\"3.18.3\";}s:16:\"theme-post-title\";a:2:{s:7:\"content\";s:0:\"\";s:7:\"version\";s:6:\"3.18.2\";}s:25:\"theme-post-featured-image\";a:2:{s:7:\"content\";s:0:\"\";s:7:\"version\";s:6:\"3.18.2\";}s:17:\"table-of-contents\";a:2:{s:7:\"content\";s:3909:\"<style>/*! elementor-pro - v3.18.0 - 20-12-2023 */\n.elementor-widget-table-of-contents .elementor-toc__header-title{color:var(--header-color)}.elementor-widget-table-of-contents.elementor-toc--collapsed .elementor-toc__toggle-button--collapse,.elementor-widget-table-of-contents:not(.elementor-toc--collapsed) .elementor-toc__toggle-button--expand{display:none}.elementor-widget-table-of-contents .elementor-widget-container{min-height:var(--box-min-height);border:var(--box-border-width,1px) solid var(--box-border-color,#9da5ae);border-radius:var(--box-border-radius,3px);background-color:var(--box-background-color);transition:min-height .4s;overflow:hidden}.elementor-toc__header{display:flex;align-items:center;justify-content:space-between;padding:var(--box-padding,20px);background-color:var(--header-background-color);border-bottom:var(--separator-width,1px) solid var(--box-border-color,#9da5ae)}.elementor-toc__header-title{font-size:18px;margin:0;color:var(--header-color)}.elementor-toc__toggle-button{cursor:pointer;display:inline-flex}.elementor-toc__toggle-button i{color:var(--toggle-button-color)}.elementor-toc__toggle-button svg{height:1em;width:1em;fill:var(--toggle-button-color)}.elementor-toc__spinner-container{text-align:center}.elementor-toc__spinner{font-size:2em}.elementor-toc__spinner.e-font-icon-svg{height:1em;width:1em}.elementor-toc__body{padding:var(--box-padding,20px);max-height:var(--toc-body-max-height);overflow-y:auto}.elementor-toc__body::-webkit-scrollbar{width:7px}.elementor-toc__body::-webkit-scrollbar-thumb{background-color:#babfc5;border-radius:10px}.elementor-toc__list-wrapper{list-style:none;padding:0}.elementor-toc__list-item{margin-bottom:.5em}.elementor-toc__list-item.elementor-item-active{font-weight:700}.elementor-toc__list-item .elementor-toc__list-wrapper{margin-top:.5em;margin-left:var(--nested-list-indent,1em)}.elementor-toc__list-item-text:hover{color:var(--item-text-hover-color);-webkit-text-decoration:var(--item-text-hover-decoration);text-decoration:var(--item-text-hover-decoration)}.elementor-toc__list-item-text.elementor-item-active{color:var(--item-text-active-color);-webkit-text-decoration:var(--item-text-active-decoration);text-decoration:var(--item-text-active-decoration)}.elementor-toc__list-item-text-wrapper{display:flex;align-items:center}.elementor-toc__list-item-text-wrapper:before,.elementor-toc__list-item-text-wrapper i{margin-right:8px;color:var(--marker-color)}.elementor-toc__list-item-text-wrapper svg{margin-right:8px;fill:var(--marker-color);height:var(--marker-size,.5em);width:var(--marker-size,.5em)}.elementor-toc__list-item-text-wrapper i{font-size:var(--marker-size,.5em)}.elementor-toc__list-item-text-wrapper:before{font-size:var(--marker-size,1em)}.elementor-toc--content-ellipsis .elementor-toc__list-item-text{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.elementor-toc__list-items--collapsible>.elementor-toc__list-wrapper>.elementor-toc__list-item>.elementor-toc__list-wrapper{display:none}.elementor-toc__heading-anchor{position:absolute}.elementor-toc__body .elementor-toc__list-item-text{color:var(--item-text-color);-webkit-text-decoration:var(--item-text-decoration);text-decoration:var(--item-text-decoration)}.elementor-toc__body .elementor-toc__list-item-text:hover{color:var(--item-text-hover-color);-webkit-text-decoration:var(--item-text-hover-decoration);text-decoration:var(--item-text-hover-decoration)}.elementor-toc__body .elementor-toc__list-item-text.elementor-item-active{color:var(--item-text-active-color);-webkit-text-decoration:var(--item-text-active-decoration);text-decoration:var(--item-text-active-decoration)}ol.elementor-toc__list-wrapper{counter-reset:item}ol.elementor-toc__list-wrapper .elementor-toc__list-item{counter-increment:item}ol.elementor-toc__list-wrapper .elementor-toc__list-item-text-wrapper:before{content:counters(item,\".\") \". \"}</style>\";s:7:\"version\";s:6:\"3.18.2\";}s:18:\"theme-post-content\";a:2:{s:7:\"content\";s:0:\"\";s:7:\"version\";s:6:\"3.18.2\";}s:19:\"theme-archive-title\";a:2:{s:7:\"content\";s:0:\"\";s:7:\"version\";s:6:\"3.18.1\";}s:5:\"posts\";a:2:{s:7:\"content\";s:124:\"<link rel=\"stylesheet\" href=\"https://www.dubdelivery.club/wp-content/plugins/elementor-pro/assets/css/widget-posts.min.css\">\";s:7:\"version\";s:6:\"3.18.1\";}s:13:\"archive-posts\";a:2:{s:7:\"content\";s:0:\"\";s:7:\"version\";s:6:\"3.18.1\";}}}s:3:\"svg\";a:1:{s:9:\"font-icon\";a:21:{s:14:\"eicon-menu-bar\";a:2:{s:7:\"content\";a:4:{s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:4:\"path\";s:279:\"M104 333H896C929 333 958 304 958 271S929 208 896 208H104C71 208 42 237 42 271S71 333 104 333ZM104 583H896C929 583 958 554 958 521S929 458 896 458H104C71 458 42 487 42 521S71 583 104 583ZM104 833H896C929 833 958 804 958 771S929 708 896 708H104C71 708 42 737 42 771S71 833 104 833Z\";s:3:\"key\";s:14:\"eicon-menu-bar\";}s:7:\"version\";s:6:\"5.13.0\";}s:11:\"eicon-close\";a:2:{s:7:\"content\";a:4:{s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:4:\"path\";s:361:\"M742 167L500 408 258 167C246 154 233 150 217 150 196 150 179 158 167 167 154 179 150 196 150 212 150 229 154 242 171 254L408 500 167 742C138 771 138 800 167 829 196 858 225 858 254 829L496 587 738 829C750 842 767 846 783 846 800 846 817 842 829 829 842 817 846 804 846 783 846 767 842 750 829 737L588 500 833 258C863 229 863 200 833 171 804 137 775 137 742 167Z\";s:3:\"key\";s:11:\"eicon-close\";}s:7:\"version\";s:6:\"5.13.0\";}s:14:\"fas-caret-down\";a:2:{s:7:\"content\";a:4:{s:5:\"width\";i:320;s:6:\"height\";i:512;s:4:\"path\";s:119:\"M31.3 192h257.3c17.8 0 26.7 21.5 14.1 34.1L174.1 354.8c-7.8 7.8-20.5 7.8-28.3 0L17.2 226.1C4.6 213.5 13.5 192 31.3 192z\";s:3:\"key\";s:14:\"fas-caret-down\";}s:7:\"version\";s:6:\"5.15.3\";}s:17:\"eicon-cart-medium\";a:2:{s:7:\"content\";a:4:{s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:4:\"path\";s:631:\"M740 854C740 883 763 906 792 906S844 883 844 854 820 802 792 802 740 825 740 854ZM217 156H958C977 156 992 173 989 191L957 452C950 509 901 552 843 552H297L303 581C311 625 350 656 395 656H875C892 656 906 670 906 687S892 719 875 719H394C320 719 255 666 241 593L141 94H42C25 94 10 80 10 62S25 31 42 31H167C182 31 195 42 198 56L217 156ZM230 219L284 490H843C869 490 891 470 895 444L923 219H230ZM677 854C677 791 728 740 792 740S906 791 906 854 855 969 792 969 677 918 677 854ZM260 854C260 791 312 740 375 740S490 791 490 854 438 969 375 969 260 918 260 854ZM323 854C323 883 346 906 375 906S427 883 427 854 404 802 375 802 323 825 323 854Z\";s:3:\"key\";s:17:\"eicon-cart-medium\";}s:7:\"version\";s:6:\"5.13.0\";}s:10:\"fas-search\";a:2:{s:7:\"content\";a:4:{s:5:\"width\";i:512;s:6:\"height\";i:512;s:4:\"path\";s:345:\"M505 442.7L405.3 343c-4.5-4.5-10.6-7-17-7H372c27.6-35.3 44-79.7 44-128C416 93.1 322.9 0 208 0S0 93.1 0 208s93.1 208 208 208c48.3 0 92.7-16.4 128-44v16.3c0 6.4 2.5 12.5 7 17l99.7 99.7c9.4 9.4 24.6 9.4 33.9 0l28.3-28.3c9.4-9.4 9.4-24.6.1-34zM208 336c-70.7 0-128-57.2-128-128 0-70.7 57.2-128 128-128 70.7 0 128 57.2 128 128 0 70.7-57.2 128-128 128z\";s:3:\"key\";s:10:\"fas-search\";}s:7:\"version\";s:6:\"5.15.3\";}s:17:\"fas-shopping-cart\";a:2:{s:7:\"content\";a:4:{s:5:\"width\";i:576;s:6:\"height\";i:512;s:4:\"path\";s:536:\"M528.12 301.319l47.273-208C578.806 78.301 567.391 64 551.99 64H159.208l-9.166-44.81C147.758 8.021 137.93 0 126.529 0H24C10.745 0 0 10.745 0 24v16c0 13.255 10.745 24 24 24h69.883l70.248 343.435C147.325 417.1 136 435.222 136 456c0 30.928 25.072 56 56 56s56-25.072 56-56c0-15.674-6.447-29.835-16.824-40h209.647C430.447 426.165 424 440.326 424 456c0 30.928 25.072 56 56 56s56-25.072 56-56c0-22.172-12.888-41.332-31.579-50.405l5.517-24.276c3.413-15.018-8.002-29.319-23.403-29.319H218.117l-6.545-32h293.145c11.206 0 20.92-7.754 23.403-18.681z\";s:3:\"key\";s:17:\"fas-shopping-cart\";}s:7:\"version\";s:6:\"5.15.3\";}s:8:\"fas-star\";a:2:{s:7:\"content\";a:4:{s:5:\"width\";i:576;s:6:\"height\";i:512;s:4:\"path\";s:256:\"M259.3 17.8L194 150.2 47.9 171.5c-26.2 3.8-36.7 36.1-17.7 54.6l105.7 103-25 145.5c-4.5 26.3 23.2 46 46.4 33.7L288 439.6l130.7 68.7c23.2 12.2 50.9-7.4 46.4-33.7l-25-145.5 105.7-103c19-18.5 8.5-50.8-17.7-54.6L382 150.2 316.7 17.8c-11.7-23.6-45.6-23.9-57.4 0z\";s:3:\"key\";s:8:\"fas-star\";}s:7:\"version\";s:6:\"5.15.3\";}s:9:\"fas-phone\";a:2:{s:7:\"content\";a:4:{s:5:\"width\";i:512;s:6:\"height\";i:512;s:4:\"path\";s:281:\"M493.4 24.6l-104-24c-11.3-2.6-22.9 3.3-27.5 13.9l-48 112c-4.2 9.8-1.4 21.3 6.9 28l60.6 49.6c-36 76.7-98.9 140.5-177.2 177.2l-49.6-60.6c-6.8-8.3-18.2-11.1-28-6.9l-112 48C3.9 366.5-2 378.1.6 389.4l24 104C27.1 504.2 36.7 512 48 512c256.1 0 464-207.5 464-464 0-11.2-7.7-20.9-18.6-23.4z\";s:3:\"key\";s:9:\"fas-phone\";}s:7:\"version\";s:6:\"5.15.3\";}s:9:\"fas-check\";a:2:{s:7:\"content\";a:4:{s:5:\"width\";i:512;s:6:\"height\";i:512;s:4:\"path\";s:274:\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\";s:3:\"key\";s:9:\"fas-check\";}s:7:\"version\";s:6:\"5.15.3\";}s:7:\"fas-map\";a:2:{s:7:\"content\";a:4:{s:5:\"width\";i:576;s:6:\"height\";i:512;s:4:\"path\";s:238:\"M0 117.66v346.32c0 11.32 11.43 19.06 21.94 14.86L160 416V32L20.12 87.95A32.006 32.006 0 0 0 0 117.66zM192 416l192 64V96L192 32v384zM554.06 33.16L416 96v384l139.88-55.95A31.996 31.996 0 0 0 576 394.34V48.02c0-11.32-11.43-19.06-21.94-14.86z\";s:3:\"key\";s:7:\"fas-map\";}s:7:\"version\";s:6:\"5.15.3\";}s:8:\"fas-plus\";a:2:{s:7:\"content\";a:4:{s:5:\"width\";i:448;s:6:\"height\";i:512;s:4:\"path\";s:239:\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\";s:3:\"key\";s:8:\"fas-plus\";}s:7:\"version\";s:6:\"5.15.3\";}s:9:\"fas-minus\";a:2:{s:7:\"content\";a:4:{s:5:\"width\";i:448;s:6:\"height\";i:512;s:4:\"path\";s:116:\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\";s:3:\"key\";s:9:\"fas-minus\";}s:7:\"version\";s:6:\"5.15.3\";}s:12:\"fab-facebook\";a:2:{s:7:\"content\";a:4:{s:5:\"width\";i:512;s:6:\"height\";i:512;s:4:\"path\";s:264:\"M504 256C504 119 393 8 256 8S8 119 8 256c0 123.78 90.69 226.38 209.25 245V327.69h-63V256h63v-54.64c0-62.15 37-96.48 93.67-96.48 27.14 0 55.52 4.84 55.52 4.84v61h-31.28c-30.8 0-40.41 19.12-40.41 38.73V256h68.78l-11 71.69h-57.78V501C413.31 482.38 504 379.78 504 256z\";s:3:\"key\";s:12:\"fab-facebook\";}s:7:\"version\";s:6:\"5.15.3\";}s:11:\"fab-twitter\";a:2:{s:7:\"content\";a:4:{s:5:\"width\";i:512;s:6:\"height\";i:512;s:4:\"path\";s:791:\"M459.37 151.716c.325 4.548.325 9.097.325 13.645 0 138.72-105.583 298.558-298.558 298.558-59.452 0-114.68-17.219-161.137-47.106 8.447.974 16.568 1.299 25.34 1.299 49.055 0 94.213-16.568 130.274-44.832-46.132-.975-84.792-31.188-98.112-72.772 6.498.974 12.995 1.624 19.818 1.624 9.421 0 18.843-1.3 27.614-3.573-48.081-9.747-84.143-51.98-84.143-102.985v-1.299c13.969 7.797 30.214 12.67 47.431 13.319-28.264-18.843-46.781-51.005-46.781-87.391 0-19.492 5.197-37.36 14.294-52.954 51.655 63.675 129.3 105.258 216.365 109.807-1.624-7.797-2.599-15.918-2.599-24.04 0-57.828 46.782-104.934 104.934-104.934 30.213 0 57.502 12.67 76.67 33.137 23.715-4.548 46.456-13.32 66.599-25.34-7.798 24.366-24.366 44.833-46.132 57.827 21.117-2.273 41.584-8.122 60.426-16.243-14.292 20.791-32.161 39.308-52.628 54.253z\";s:3:\"key\";s:11:\"fab-twitter\";}s:7:\"version\";s:6:\"5.15.3\";}s:11:\"fab-youtube\";a:2:{s:7:\"content\";a:4:{s:5:\"width\";i:576;s:6:\"height\";i:512;s:4:\"path\";s:470:\"M549.655 124.083c-6.281-23.65-24.787-42.276-48.284-48.597C458.781 64 288 64 288 64S117.22 64 74.629 75.486c-23.497 6.322-42.003 24.947-48.284 48.597-11.412 42.867-11.412 132.305-11.412 132.305s0 89.438 11.412 132.305c6.281 23.65 24.787 41.5 48.284 47.821C117.22 448 288 448 288 448s170.78 0 213.371-11.486c23.497-6.321 42.003-24.171 48.284-47.821 11.412-42.867 11.412-132.305 11.412-132.305s0-89.438-11.412-132.305zm-317.51 213.508V175.185l142.739 81.205-142.739 81.201z\";s:3:\"key\";s:11:\"fab-youtube\";}s:7:\"version\";s:6:\"5.15.3\";}s:15:\"fas-arrow-right\";a:2:{s:7:\"content\";a:4:{s:5:\"width\";i:448;s:6:\"height\";i:512;s:4:\"path\";s:253:\"M190.5 66.9l22.2-22.2c9.4-9.4 24.6-9.4 33.9 0L441 239c9.4 9.4 9.4 24.6 0 33.9L246.6 467.3c-9.4 9.4-24.6 9.4-33.9 0l-22.2-22.2c-9.5-9.5-9.3-25 .4-34.3L311.4 296H24c-13.3 0-24-10.7-24-24v-32c0-13.3 10.7-24 24-24h287.4L190.9 101.2c-9.8-9.3-10-24.8-.4-34.3z\";s:3:\"key\";s:15:\"fas-arrow-right\";}s:7:\"version\";s:6:\"5.15.3\";}s:12:\"fas-calendar\";a:2:{s:7:\"content\";a:4:{s:5:\"width\";i:448;s:6:\"height\";i:512;s:4:\"path\";s:312:\"M12 192h424c6.6 0 12 5.4 12 12v260c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V204c0-6.6 5.4-12 12-12zm436-44v-36c0-26.5-21.5-48-48-48h-48V12c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v52H160V12c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v52H48C21.5 64 0 85.5 0 112v36c0 6.6 5.4 12 12 12h424c6.6 0 12-5.4 12-12z\";s:3:\"key\";s:12:\"fas-calendar\";}s:7:\"version\";s:6:\"5.15.3\";}s:16:\"far-comment-dots\";a:2:{s:7:\"content\";a:4:{s:5:\"width\";i:512;s:6:\"height\";i:512;s:4:\"path\";s:653:\"M144 208c-17.7 0-32 14.3-32 32s14.3 32 32 32 32-14.3 32-32-14.3-32-32-32zm112 0c-17.7 0-32 14.3-32 32s14.3 32 32 32 32-14.3 32-32-14.3-32-32-32zm112 0c-17.7 0-32 14.3-32 32s14.3 32 32 32 32-14.3 32-32-14.3-32-32-32zM256 32C114.6 32 0 125.1 0 240c0 47.6 19.9 91.2 52.9 126.3C38 405.7 7 439.1 6.5 439.5c-6.6 7-8.4 17.2-4.6 26S14.4 480 24 480c61.5 0 110-25.7 139.1-46.3C192 442.8 223.2 448 256 448c141.4 0 256-93.1 256-208S397.4 32 256 32zm0 368c-26.7 0-53.1-4.1-78.4-12.1l-22.7-7.2-19.5 13.8c-14.3 10.1-33.9 21.4-57.5 29 7.3-12.1 14.4-25.7 19.9-40.2l10.6-28.1-20.6-21.8C69.7 314.1 48 282.2 48 240c0-88.2 93.3-160 208-160s208 71.8 208 160-93.3 160-208 160z\";s:3:\"key\";s:16:\"far-comment-dots\";}s:7:\"version\";s:6:\"5.15.3\";}s:16:\"fas-chevron-down\";a:2:{s:7:\"content\";a:4:{s:5:\"width\";i:448;s:6:\"height\";i:512;s:4:\"path\";s:279:\"M207.029 381.476L12.686 187.132c-9.373-9.373-9.373-24.569 0-33.941l22.667-22.667c9.357-9.357 24.522-9.375 33.901-.04L224 284.505l154.745-154.021c9.379-9.335 24.544-9.317 33.901.04l22.667 22.667c9.373 9.373 9.373 24.569 0 33.941L240.971 381.476c-9.373 9.372-24.569 9.372-33.942 0z\";s:3:\"key\";s:16:\"fas-chevron-down\";}s:7:\"version\";s:6:\"5.15.3\";}s:14:\"fas-chevron-up\";a:2:{s:7:\"content\";a:4:{s:5:\"width\";i:448;s:6:\"height\";i:512;s:4:\"path\";s:284:\"M240.971 130.524l194.343 194.343c9.373 9.373 9.373 24.569 0 33.941l-22.667 22.667c-9.357 9.357-24.522 9.375-33.901.04L224 227.495 69.255 381.516c-9.379 9.335-24.544 9.317-33.901-.04l-22.667-22.667c-9.373-9.373-9.373-24.569 0-33.941L207.03 130.525c9.372-9.373 24.568-9.373 33.941-.001z\";s:3:\"key\";s:14:\"fas-chevron-up\";}s:7:\"version\";s:6:\"5.15.3\";}s:13:\"eicon-loading\";a:2:{s:7:\"content\";a:4:{s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:4:\"path\";s:125:\"M500 975V858C696 858 858 696 858 500S696 142 500 142 142 304 142 500H25C25 237 238 25 500 25S975 237 975 500 763 975 500 975Z\";s:3:\"key\";s:13:\"eicon-loading\";}s:7:\"version\";s:6:\"5.13.0\";}}}}','yes');
INSERT INTO `wplc_options` VALUES (778927,'woocommerce_store_id','c4e3188a-2db0-4675-a5f5-b35fc70e002c','yes');
INSERT INTO `wplc_options` VALUES (790174,'_transient_timeout_modula_all_packages','1706171407','no');
INSERT INTO `wplc_options` VALUES (790175,'_transient_modula_all_packages','a:1:{s:15:\"upsell_packages\";a:5:{s:37:\"modula-grid-gallery-business-lifetime\";a:6:{s:4:\"name\";s:41:\"Modula Grid Gallery - Business (lifetime)\";s:13:\"upgrade_price\";s:6:\"345.00\";s:4:\"slug\";s:37:\"modula-grid-gallery-business-lifetime\";s:7:\"excerpt\";s:26:\"Build the perfect gallery.\";s:2:\"id\";i:538961;s:10:\"extensions\";a:19:{s:6:\"modula\";a:3:{s:4:\"name\";s:10:\"Modula PRO\";s:11:\"description\";s:0:\"\";s:4:\"slug\";s:17:\"modula/Modula.php\";}s:12:\"modula-video\";a:3:{s:4:\"name\";s:5:\"Video\";s:11:\"description\";s:137:\"Adding a video gallery with both self-hosted videos and videos from sources like YouTube and Vimeo to your website has never been easier.\";s:4:\"slug\";s:29:\"modula-video/modula-video.php\";}s:14:\"modula-speedup\";a:3:{s:4:\"name\";s:7:\"SpeedUp\";s:11:\"description\";s:199:\"Allow Modula to automatically optimize your images to load as fast as possible by reducing their file sizes, resizing them through ShortPixel and serve them from StackPath\'s content delivery network.\";s:4:\"slug\";s:33:\"modula-speedup/modula-speedup.php\";}s:26:\"modula-advanced-shortcodes\";a:3:{s:4:\"name\";s:18:\"Advanced Shortcode\";s:11:\"description\";s:118:\"Allows you to dynamically link to specific galleries without creating pages for them by using URLs with query strings.\";s:4:\"slug\";s:57:\"modula-advanced-shortcodes/modula-advanced-shortcodes.php\";}s:17:\"modula-protection\";a:3:{s:4:\"name\";s:22:\"Right-Click Protection\";s:11:\"description\";s:199:\"The Modula Protection extension allows you to easily prevent your visitors from downloading your images with right-click protection. Use this extension to retain full ownership of your creative work.\";s:4:\"slug\";s:39:\"modula-protection/modula-protection.php\";}s:15:\"modula-deeplink\";a:3:{s:4:\"name\";s:12:\"SEO Deeplink\";s:11:\"description\";s:101:\"Full SEO control over your galleries. Create a unique and indexable URL for each Modula Gallery item.\";s:4:\"slug\";s:35:\"modula-deeplink/modula-deeplink.php\";}s:16:\"modula-watermark\";a:3:{s:4:\"name\";s:9:\"Watermark\";s:11:\"description\";s:101:\"Easily protect your photos by adding custom watermarks to your WordPress image galleries with Modula.\";s:4:\"slug\";s:37:\"modula-watermark/modula-watermark.php\";}s:23:\"modula-password-protect\";a:3:{s:4:\"name\";s:26:\"Password Protect Galleries\";s:11:\"description\";s:91:\"Password protect your galleries. This is a perfect solution for exclusive client galleries!\";s:4:\"slug\";s:51:\"modula-password-protect/modula-password-protect.php\";}s:16:\"modula-slideshow\";a:3:{s:4:\"name\";s:18:\"Lightbox Slideshow\";s:11:\"description\";s:98:\"Automatically turn your lightbox images into an auto-play slideshow. Play & pause between images. \";s:4:\"slug\";s:37:\"modula-slideshow/modula-slideshow.php\";}s:13:\"modula-slider\";a:3:{s:4:\"name\";s:25:\"Convert Gallery to Slider\";s:11:\"description\";s:116:\"Ever wanted to be able to create a gallery slider? One big image with thumbnail navigation below? We got it covered.\";s:4:\"slug\";s:31:\"modula-slider/modula-slider.php\";}s:13:\"modula-albums\";a:3:{s:4:\"name\";s:14:\"Gallery Albums\";s:11:\"description\";s:179:\"Give your galleries a place to call home with the Albums addon. Create albums, add galleries, manage cover photos, show gallery titles and even image counts in this superb add-on!\";s:4:\"slug\";s:31:\"modula-albums/modula-albums.php\";}s:11:\"modula-exif\";a:3:{s:4:\"name\";s:4:\"EXIF\";s:11:\"description\";s:88:\"The EXIF Addon for Modula allows you to edit & display EXIF metadata in your lightboxes.\";s:4:\"slug\";s:27:\"modula-exif/modula-exif.php\";}s:15:\"modula-download\";a:3:{s:4:\"name\";s:8:\"Download\";s:11:\"description\";s:103:\"Give your users the ability to download your images, galleries or albums with an easy to use shortcode.\";s:4:\"slug\";s:35:\"modula-download/modula-download.php\";}s:11:\"modula-zoom\";a:3:{s:4:\"name\";s:4:\"Zoom\";s:11:\"description\";s:90:\"Adds zoom functionality to images, when opened in the lightbox, to allow up close viewing.\";s:4:\"slug\";s:27:\"modula-zoom/modula-zoom.php\";}s:15:\"modula-defaults\";a:3:{s:4:\"name\";s:8:\"Defaults\";s:11:\"description\";s:245:\"Speed up your gallery creation process by starting from a pre-saved default. Save any gallery\'s settings as a default and reuse them indefinitely. Got a bunch of galleries you want to apply a default to? That\'s possible too with this extension. \";s:4:\"slug\";s:35:\"modula-defaults/modula-defaults.php\";}s:12:\"modula-roles\";a:3:{s:4:\"name\";s:15:\"Role Management\";s:11:\"description\";s:177:\"Granular control over which user roles can add, edit or update galleries on your website. Add permissions to an existing user role or remove them by simply checking a checkbox. \";s:4:\"slug\";s:29:\"modula-roles/modula-roles.php\";}s:17:\"modula-pagination\";a:3:{s:4:\"name\";s:10:\"Pagination\";s:11:\"description\";s:79:\"Modula Pagination allows you to display your gallery images in a paginated way.\";s:4:\"slug\";s:39:\"modula-pagination/modula-pagination.php\";}s:17:\"modula-whitelabel\";a:3:{s:4:\"name\";s:11:\"White Label\";s:11:\"description\";s:164:\"Want to use Modula but brand it with your own logo, external URLs and remove all mentions that aren\'t related to your brand? This extension helps you achieve this. \";s:4:\"slug\";s:39:\"modula-whitelabel/modula-whitelabel.php\";}s:17:\"modula-fullscreen\";a:3:{s:4:\"name\";s:10:\"Fullscreen\";s:11:\"description\";s:187:\"Delight your users with the possibility of showing images, inside the lightbox, in a full screen mode. Blow up your images as large as they can be with the native fullscreen browser mode.\";s:4:\"slug\";s:39:\"modula-fullscreen/modula-fullscreen.php\";}}}s:33:\"modula-grid-gallery-trio-lifetime\";a:6:{s:4:\"name\";s:37:\"Modula Grid Gallery - Trio (lifetime)\";s:13:\"upgrade_price\";s:6:\"240.00\";s:4:\"slug\";s:33:\"modula-grid-gallery-trio-lifetime\";s:7:\"excerpt\";s:39:\"Power users who need even more control.\";s:2:\"id\";i:538958;s:10:\"extensions\";a:10:{s:6:\"modula\";a:3:{s:4:\"name\";s:10:\"Modula PRO\";s:11:\"description\";s:0:\"\";s:4:\"slug\";s:17:\"modula/Modula.php\";}s:12:\"modula-video\";a:3:{s:4:\"name\";s:5:\"Video\";s:11:\"description\";s:137:\"Adding a video gallery with both self-hosted videos and videos from sources like YouTube and Vimeo to your website has never been easier.\";s:4:\"slug\";s:29:\"modula-video/modula-video.php\";}s:14:\"modula-speedup\";a:3:{s:4:\"name\";s:7:\"SpeedUp\";s:11:\"description\";s:199:\"Allow Modula to automatically optimize your images to load as fast as possible by reducing their file sizes, resizing them through ShortPixel and serve them from StackPath\'s content delivery network.\";s:4:\"slug\";s:33:\"modula-speedup/modula-speedup.php\";}s:26:\"modula-advanced-shortcodes\";a:3:{s:4:\"name\";s:18:\"Advanced Shortcode\";s:11:\"description\";s:118:\"Allows you to dynamically link to specific galleries without creating pages for them by using URLs with query strings.\";s:4:\"slug\";s:57:\"modula-advanced-shortcodes/modula-advanced-shortcodes.php\";}s:17:\"modula-protection\";a:3:{s:4:\"name\";s:22:\"Right-Click Protection\";s:11:\"description\";s:199:\"The Modula Protection extension allows you to easily prevent your visitors from downloading your images with right-click protection. Use this extension to retain full ownership of your creative work.\";s:4:\"slug\";s:39:\"modula-protection/modula-protection.php\";}s:23:\"modula-password-protect\";a:3:{s:4:\"name\";s:26:\"Password Protect Galleries\";s:11:\"description\";s:91:\"Password protect your galleries. This is a perfect solution for exclusive client galleries!\";s:4:\"slug\";s:51:\"modula-password-protect/modula-password-protect.php\";}s:16:\"modula-slideshow\";a:3:{s:4:\"name\";s:18:\"Lightbox Slideshow\";s:11:\"description\";s:98:\"Automatically turn your lightbox images into an auto-play slideshow. Play & pause between images. \";s:4:\"slug\";s:37:\"modula-slideshow/modula-slideshow.php\";}s:13:\"modula-slider\";a:3:{s:4:\"name\";s:25:\"Convert Gallery to Slider\";s:11:\"description\";s:116:\"Ever wanted to be able to create a gallery slider? One big image with thumbnail navigation below? We got it covered.\";s:4:\"slug\";s:31:\"modula-slider/modula-slider.php\";}s:13:\"modula-albums\";a:3:{s:4:\"name\";s:14:\"Gallery Albums\";s:11:\"description\";s:179:\"Give your galleries a place to call home with the Albums addon. Create albums, add galleries, manage cover photos, show gallery titles and even image counts in this superb add-on!\";s:4:\"slug\";s:31:\"modula-albums/modula-albums.php\";}s:17:\"modula-fullscreen\";a:3:{s:4:\"name\";s:10:\"Fullscreen\";s:11:\"description\";s:187:\"Delight your users with the possibility of showing images, inside the lightbox, in a full screen mode. Blow up your images as large as they can be with the native fullscreen browser mode.\";s:4:\"slug\";s:39:\"modula-fullscreen/modula-fullscreen.php\";}}}s:36:\"modula-grid-gallery-starter-lifetime\";a:6:{s:4:\"name\";s:40:\"Modula Grid Gallery - Starter (Lifetime)\";s:13:\"upgrade_price\";s:6:\"135.00\";s:4:\"slug\";s:36:\"modula-grid-gallery-starter-lifetime\";s:7:\"excerpt\";s:44:\"A tool for those that are just starting out.\";s:2:\"id\";i:538955;s:10:\"extensions\";a:3:{s:6:\"modula\";a:3:{s:4:\"name\";s:10:\"Modula PRO\";s:11:\"description\";s:0:\"\";s:4:\"slug\";s:17:\"modula/Modula.php\";}s:12:\"modula-video\";a:3:{s:4:\"name\";s:5:\"Video\";s:11:\"description\";s:137:\"Adding a video gallery with both self-hosted videos and videos from sources like YouTube and Vimeo to your website has never been easier.\";s:4:\"slug\";s:29:\"modula-video/modula-video.php\";}s:16:\"modula-slideshow\";a:3:{s:4:\"name\";s:18:\"Lightbox Slideshow\";s:11:\"description\";s:98:\"Automatically turn your lightbox images into an auto-play slideshow. Play & pause between images. \";s:4:\"slug\";s:37:\"modula-slideshow/modula-slideshow.php\";}}}s:28:\"modula-grid-gallery-business\";a:7:{s:4:\"name\";s:30:\"Modula Grid Gallery - Business\";s:13:\"upgrade_price\";s:5:\"99.00\";s:4:\"slug\";s:28:\"modula-grid-gallery-business\";s:7:\"excerpt\";s:26:\"Build the perfect gallery.\";s:2:\"id\";i:256712;s:10:\"extensions\";a:19:{s:6:\"modula\";a:3:{s:4:\"name\";s:10:\"Modula PRO\";s:11:\"description\";s:0:\"\";s:4:\"slug\";s:17:\"modula/Modula.php\";}s:12:\"modula-video\";a:3:{s:4:\"name\";s:5:\"Video\";s:11:\"description\";s:137:\"Adding a video gallery with both self-hosted videos and videos from sources like YouTube and Vimeo to your website has never been easier.\";s:4:\"slug\";s:29:\"modula-video/modula-video.php\";}s:14:\"modula-speedup\";a:3:{s:4:\"name\";s:7:\"SpeedUp\";s:11:\"description\";s:199:\"Allow Modula to automatically optimize your images to load as fast as possible by reducing their file sizes, resizing them through ShortPixel and serve them from StackPath\'s content delivery network.\";s:4:\"slug\";s:33:\"modula-speedup/modula-speedup.php\";}s:26:\"modula-advanced-shortcodes\";a:3:{s:4:\"name\";s:18:\"Advanced Shortcode\";s:11:\"description\";s:118:\"Allows you to dynamically link to specific galleries without creating pages for them by using URLs with query strings.\";s:4:\"slug\";s:57:\"modula-advanced-shortcodes/modula-advanced-shortcodes.php\";}s:17:\"modula-protection\";a:3:{s:4:\"name\";s:22:\"Right-Click Protection\";s:11:\"description\";s:199:\"The Modula Protection extension allows you to easily prevent your visitors from downloading your images with right-click protection. Use this extension to retain full ownership of your creative work.\";s:4:\"slug\";s:39:\"modula-protection/modula-protection.php\";}s:15:\"modula-deeplink\";a:3:{s:4:\"name\";s:12:\"SEO Deeplink\";s:11:\"description\";s:101:\"Full SEO control over your galleries. Create a unique and indexable URL for each Modula Gallery item.\";s:4:\"slug\";s:35:\"modula-deeplink/modula-deeplink.php\";}s:16:\"modula-watermark\";a:3:{s:4:\"name\";s:9:\"Watermark\";s:11:\"description\";s:101:\"Easily protect your photos by adding custom watermarks to your WordPress image galleries with Modula.\";s:4:\"slug\";s:37:\"modula-watermark/modula-watermark.php\";}s:23:\"modula-password-protect\";a:3:{s:4:\"name\";s:26:\"Password Protect Galleries\";s:11:\"description\";s:91:\"Password protect your galleries. This is a perfect solution for exclusive client galleries!\";s:4:\"slug\";s:51:\"modula-password-protect/modula-password-protect.php\";}s:16:\"modula-slideshow\";a:3:{s:4:\"name\";s:18:\"Lightbox Slideshow\";s:11:\"description\";s:98:\"Automatically turn your lightbox images into an auto-play slideshow. Play & pause between images. \";s:4:\"slug\";s:37:\"modula-slideshow/modula-slideshow.php\";}s:13:\"modula-slider\";a:3:{s:4:\"name\";s:25:\"Convert Gallery to Slider\";s:11:\"description\";s:116:\"Ever wanted to be able to create a gallery slider? One big image with thumbnail navigation below? We got it covered.\";s:4:\"slug\";s:31:\"modula-slider/modula-slider.php\";}s:13:\"modula-albums\";a:3:{s:4:\"name\";s:14:\"Gallery Albums\";s:11:\"description\";s:179:\"Give your galleries a place to call home with the Albums addon. Create albums, add galleries, manage cover photos, show gallery titles and even image counts in this superb add-on!\";s:4:\"slug\";s:31:\"modula-albums/modula-albums.php\";}s:11:\"modula-exif\";a:3:{s:4:\"name\";s:4:\"EXIF\";s:11:\"description\";s:88:\"The EXIF Addon for Modula allows you to edit & display EXIF metadata in your lightboxes.\";s:4:\"slug\";s:27:\"modula-exif/modula-exif.php\";}s:15:\"modula-download\";a:3:{s:4:\"name\";s:8:\"Download\";s:11:\"description\";s:103:\"Give your users the ability to download your images, galleries or albums with an easy to use shortcode.\";s:4:\"slug\";s:35:\"modula-download/modula-download.php\";}s:11:\"modula-zoom\";a:3:{s:4:\"name\";s:4:\"Zoom\";s:11:\"description\";s:90:\"Adds zoom functionality to images, when opened in the lightbox, to allow up close viewing.\";s:4:\"slug\";s:27:\"modula-zoom/modula-zoom.php\";}s:15:\"modula-defaults\";a:3:{s:4:\"name\";s:8:\"Defaults\";s:11:\"description\";s:245:\"Speed up your gallery creation process by starting from a pre-saved default. Save any gallery\'s settings as a default and reuse them indefinitely. Got a bunch of galleries you want to apply a default to? That\'s possible too with this extension. \";s:4:\"slug\";s:35:\"modula-defaults/modula-defaults.php\";}s:12:\"modula-roles\";a:3:{s:4:\"name\";s:15:\"Role Management\";s:11:\"description\";s:177:\"Granular control over which user roles can add, edit or update galleries on your website. Add permissions to an existing user role or remove them by simply checking a checkbox. \";s:4:\"slug\";s:29:\"modula-roles/modula-roles.php\";}s:17:\"modula-pagination\";a:3:{s:4:\"name\";s:10:\"Pagination\";s:11:\"description\";s:79:\"Modula Pagination allows you to display your gallery images in a paginated way.\";s:4:\"slug\";s:39:\"modula-pagination/modula-pagination.php\";}s:17:\"modula-whitelabel\";a:3:{s:4:\"name\";s:11:\"White Label\";s:11:\"description\";s:164:\"Want to use Modula but brand it with your own logo, external URLs and remove all mentions that aren\'t related to your brand? This extension helps you achieve this. \";s:4:\"slug\";s:39:\"modula-whitelabel/modula-whitelabel.php\";}s:17:\"modula-fullscreen\";a:3:{s:4:\"name\";s:10:\"Fullscreen\";s:11:\"description\";s:187:\"Delight your users with the possibility of showing images, inside the lightbox, in a full screen mode. Blow up your images as large as they can be with the native fullscreen browser mode.\";s:4:\"slug\";s:39:\"modula-fullscreen/modula-fullscreen.php\";}}s:14:\"extra_features\";a:2:{s:5:\"sites\";i:5;s:7:\"support\";s:8:\"Priority\";}}s:23:\"modula-grid-gallery-duo\";a:7:{s:4:\"name\";s:26:\"Modula Grid Gallery - Trio\";s:13:\"upgrade_price\";s:5:\"69.00\";s:4:\"slug\";s:23:\"modula-grid-gallery-duo\";s:7:\"excerpt\";s:39:\"Power users who need even more control.\";s:2:\"id\";i:256708;s:10:\"extensions\";a:10:{s:6:\"modula\";a:3:{s:4:\"name\";s:10:\"Modula PRO\";s:11:\"description\";s:0:\"\";s:4:\"slug\";s:17:\"modula/Modula.php\";}s:12:\"modula-video\";a:3:{s:4:\"name\";s:5:\"Video\";s:11:\"description\";s:137:\"Adding a video gallery with both self-hosted videos and videos from sources like YouTube and Vimeo to your website has never been easier.\";s:4:\"slug\";s:29:\"modula-video/modula-video.php\";}s:14:\"modula-speedup\";a:3:{s:4:\"name\";s:7:\"SpeedUp\";s:11:\"description\";s:199:\"Allow Modula to automatically optimize your images to load as fast as possible by reducing their file sizes, resizing them through ShortPixel and serve them from StackPath\'s content delivery network.\";s:4:\"slug\";s:33:\"modula-speedup/modula-speedup.php\";}s:26:\"modula-advanced-shortcodes\";a:3:{s:4:\"name\";s:18:\"Advanced Shortcode\";s:11:\"description\";s:118:\"Allows you to dynamically link to specific galleries without creating pages for them by using URLs with query strings.\";s:4:\"slug\";s:57:\"modula-advanced-shortcodes/modula-advanced-shortcodes.php\";}s:17:\"modula-protection\";a:3:{s:4:\"name\";s:22:\"Right-Click Protection\";s:11:\"description\";s:199:\"The Modula Protection extension allows you to easily prevent your visitors from downloading your images with right-click protection. Use this extension to retain full ownership of your creative work.\";s:4:\"slug\";s:39:\"modula-protection/modula-protection.php\";}s:23:\"modula-password-protect\";a:3:{s:4:\"name\";s:26:\"Password Protect Galleries\";s:11:\"description\";s:91:\"Password protect your galleries. This is a perfect solution for exclusive client galleries!\";s:4:\"slug\";s:51:\"modula-password-protect/modula-password-protect.php\";}s:16:\"modula-slideshow\";a:3:{s:4:\"name\";s:18:\"Lightbox Slideshow\";s:11:\"description\";s:98:\"Automatically turn your lightbox images into an auto-play slideshow. Play & pause between images. \";s:4:\"slug\";s:37:\"modula-slideshow/modula-slideshow.php\";}s:13:\"modula-slider\";a:3:{s:4:\"name\";s:25:\"Convert Gallery to Slider\";s:11:\"description\";s:116:\"Ever wanted to be able to create a gallery slider? One big image with thumbnail navigation below? We got it covered.\";s:4:\"slug\";s:31:\"modula-slider/modula-slider.php\";}s:13:\"modula-albums\";a:3:{s:4:\"name\";s:14:\"Gallery Albums\";s:11:\"description\";s:179:\"Give your galleries a place to call home with the Albums addon. Create albums, add galleries, manage cover photos, show gallery titles and even image counts in this superb add-on!\";s:4:\"slug\";s:31:\"modula-albums/modula-albums.php\";}s:17:\"modula-fullscreen\";a:3:{s:4:\"name\";s:10:\"Fullscreen\";s:11:\"description\";s:187:\"Delight your users with the possibility of showing images, inside the lightbox, in a full screen mode. Blow up your images as large as they can be with the native fullscreen browser mode.\";s:4:\"slug\";s:39:\"modula-fullscreen/modula-fullscreen.php\";}}s:14:\"extra_features\";a:2:{s:5:\"sites\";i:3;s:7:\"support\";s:7:\"Regular\";}}}}','no');
INSERT INTO `wplc_options` VALUES (790880,'_site_transient_update_themes','O:8:\"stdClass\":5:{s:12:\"last_checked\";i:1705959008;s:7:\"checked\";a:5:{s:14:\"bb-theme-child\";s:3:\"1.0\";s:8:\"bb-theme\";s:6:\"1.7.14\";s:15:\"hello-elementor\";s:5:\"3.0.0\";s:16:\"twentytwentyfour\";s:3:\"1.0\";s:17:\"twentytwentythree\";s:3:\"1.3\";}s:8:\"response\";a:0:{}s:9:\"no_update\";a:3:{s:15:\"hello-elementor\";a:6:{s:5:\"theme\";s:15:\"hello-elementor\";s:11:\"new_version\";s:5:\"3.0.0\";s:3:\"url\";s:45:\"https://wordpress.org/themes/hello-elementor/\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/theme/hello-elementor.3.0.0.zip\";s:8:\"requires\";s:3:\"6.0\";s:12:\"requires_php\";s:3:\"7.3\";}s:16:\"twentytwentyfour\";a:6:{s:5:\"theme\";s:16:\"twentytwentyfour\";s:11:\"new_version\";s:3:\"1.0\";s:3:\"url\";s:46:\"https://wordpress.org/themes/twentytwentyfour/\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/theme/twentytwentyfour.1.0.zip\";s:8:\"requires\";s:3:\"6.4\";s:12:\"requires_php\";s:3:\"7.0\";}s:17:\"twentytwentythree\";a:6:{s:5:\"theme\";s:17:\"twentytwentythree\";s:11:\"new_version\";s:3:\"1.3\";s:3:\"url\";s:47:\"https://wordpress.org/themes/twentytwentythree/\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/theme/twentytwentythree.1.3.zip\";s:8:\"requires\";s:3:\"6.1\";s:12:\"requires_php\";s:3:\"5.6\";}}s:12:\"translations\";a:0:{}}','no');
INSERT INTO `wplc_options` VALUES (798335,'_transient_timeout_wc_product_children_2999','1707267179','no');
INSERT INTO `wplc_options` VALUES (798336,'_transient_wc_product_children_2999','a:2:{s:3:\"all\";a:5:{i:0;i:3014;i:1;i:3015;i:2;i:3016;i:3;i:3017;i:4;i:3018;}s:7:\"visible\";a:5:{i:0;i:3014;i:1;i:3015;i:2;i:3016;i:3;i:3017;i:4;i:3018;}}','no');
INSERT INTO `wplc_options` VALUES (798777,'_transient_timeout_wc_product_children_2942','1707303009','no');
INSERT INTO `wplc_options` VALUES (798778,'_transient_wc_product_children_2942','a:2:{s:3:\"all\";a:11:{i:0;i:3317;i:1;i:3318;i:2;i:3319;i:3;i:3320;i:4;i:3321;i:5;i:3322;i:6;i:3323;i:7;i:3324;i:8;i:3325;i:9;i:3326;i:10;i:3327;}s:7:\"visible\";a:11:{i:0;i:3317;i:1;i:3318;i:2;i:3319;i:3;i:3320;i:4;i:3321;i:5;i:3322;i:6;i:3323;i:7;i:3324;i:8;i:3325;i:9;i:3326;i:10;i:3327;}}','no');
INSERT INTO `wplc_options` VALUES (798779,'_transient_timeout_wc_child_has_weight_2942','1707303009','no');
INSERT INTO `wplc_options` VALUES (798780,'_transient_wc_child_has_weight_2942','0','no');
INSERT INTO `wplc_options` VALUES (798781,'_transient_timeout_wc_child_has_dimensions_2942','1707303009','no');
INSERT INTO `wplc_options` VALUES (798782,'_transient_wc_child_has_dimensions_2942','0','no');
INSERT INTO `wplc_options` VALUES (799165,'_transient_timeout_wc_child_has_weight_2999','1707381182','no');
INSERT INTO `wplc_options` VALUES (799166,'_transient_wc_child_has_weight_2999','0','no');
INSERT INTO `wplc_options` VALUES (799167,'_transient_timeout_wc_child_has_dimensions_2999','1707381182','no');
INSERT INTO `wplc_options` VALUES (799168,'_transient_wc_child_has_dimensions_2999','0','no');
INSERT INTO `wplc_options` VALUES (799203,'_transient_timeout_wc_product_children_2368','1707387486','no');
INSERT INTO `wplc_options` VALUES (799204,'_transient_wc_product_children_2368','a:2:{s:3:\"all\";a:3:{i:0;i:2501;i:1;i:2374;i:2;i:2375;}s:7:\"visible\";a:3:{i:0;i:2501;i:1;i:2374;i:2;i:2375;}}','no');
INSERT INTO `wplc_options` VALUES (799618,'_transient_timeout_wc_product_children_1615','1707444491','no');
INSERT INTO `wplc_options` VALUES (799619,'_transient_wc_product_children_1615','a:2:{s:3:\"all\";a:1:{i:0;i:1865;}s:7:\"visible\";a:1:{i:0;i:1865;}}','no');
INSERT INTO `wplc_options` VALUES (799620,'_transient_timeout_wc_child_has_weight_1615','1707444491','no');
INSERT INTO `wplc_options` VALUES (799621,'_transient_wc_child_has_weight_1615','0','no');
INSERT INTO `wplc_options` VALUES (799622,'_transient_timeout_wc_child_has_dimensions_1615','1707444491','no');
INSERT INTO `wplc_options` VALUES (799623,'_transient_wc_child_has_dimensions_1615','0','no');
INSERT INTO `wplc_options` VALUES (799793,'_transient_timeout_wc_product_children_2384','1707461640','no');
INSERT INTO `wplc_options` VALUES (799794,'_transient_wc_product_children_2384','a:2:{s:3:\"all\";a:10:{i:0;i:3056;i:1;i:2871;i:2;i:2873;i:3;i:2505;i:4;i:2507;i:5;i:2870;i:6;i:2386;i:7;i:2387;i:8;i:2388;i:9;i:2390;}s:7:\"visible\";a:10:{i:0;i:3056;i:1;i:2871;i:2;i:2873;i:3;i:2505;i:4;i:2507;i:5;i:2870;i:6;i:2386;i:7;i:2387;i:8;i:2388;i:9;i:2390;}}','no');
INSERT INTO `wplc_options` VALUES (799795,'_transient_timeout_wc_child_has_weight_2384','1707461640','no');
INSERT INTO `wplc_options` VALUES (799796,'_transient_wc_child_has_weight_2384','0','no');
INSERT INTO `wplc_options` VALUES (799797,'_transient_timeout_wc_child_has_dimensions_2384','1707461640','no');
INSERT INTO `wplc_options` VALUES (799798,'_transient_wc_child_has_dimensions_2384','0','no');
INSERT INTO `wplc_options` VALUES (799895,'_transient_timeout_wc_product_children_1633','1707482232','no');
INSERT INTO `wplc_options` VALUES (799896,'_transient_wc_product_children_1633','a:2:{s:3:\"all\";a:15:{i:0;i:2796;i:1;i:2770;i:2;i:2771;i:3;i:1913;i:4;i:2761;i:5;i:1914;i:6;i:1915;i:7;i:1916;i:8;i:1917;i:9;i:1909;i:10;i:1908;i:11;i:1907;i:12;i:1892;i:13;i:1893;i:14;i:1883;}s:7:\"visible\";a:15:{i:0;i:2796;i:1;i:2770;i:2;i:2771;i:3;i:1913;i:4;i:2761;i:5;i:1914;i:6;i:1915;i:7;i:1916;i:8;i:1917;i:9;i:1909;i:10;i:1908;i:11;i:1907;i:12;i:1892;i:13;i:1893;i:14;i:1883;}}','no');
INSERT INTO `wplc_options` VALUES (799897,'_transient_timeout_wc_child_has_weight_1633','1707482232','no');
INSERT INTO `wplc_options` VALUES (799898,'_transient_wc_child_has_weight_1633','0','no');
INSERT INTO `wplc_options` VALUES (799899,'_transient_timeout_wc_child_has_dimensions_1633','1707482232','no');
INSERT INTO `wplc_options` VALUES (799900,'_transient_wc_child_has_dimensions_1633','0','no');
INSERT INTO `wplc_options` VALUES (800050,'_transient_timeout_wc_product_children_1647','1707520318','no');
INSERT INTO `wplc_options` VALUES (800051,'_transient_wc_product_children_1647','a:2:{s:3:\"all\";a:2:{i:0;i:2248;i:1;i:2249;}s:7:\"visible\";a:2:{i:0;i:2248;i:1;i:2249;}}','no');
INSERT INTO `wplc_options` VALUES (800052,'_transient_timeout_wc_child_has_weight_1647','1707520318','no');
INSERT INTO `wplc_options` VALUES (800053,'_transient_wc_child_has_weight_1647','0','no');
INSERT INTO `wplc_options` VALUES (800054,'_transient_timeout_wc_child_has_dimensions_1647','1707520318','no');
INSERT INTO `wplc_options` VALUES (800055,'_transient_wc_child_has_dimensions_1647','0','no');
INSERT INTO `wplc_options` VALUES (800412,'_transient_timeout_wc_product_children_1651','1707585956','no');
INSERT INTO `wplc_options` VALUES (800413,'_transient_wc_product_children_1651','a:2:{s:3:\"all\";a:4:{i:0;i:2340;i:1;i:2341;i:2;i:2342;i:3;i:2343;}s:7:\"visible\";a:4:{i:0;i:2340;i:1;i:2341;i:2;i:2342;i:3;i:2343;}}','no');
INSERT INTO `wplc_options` VALUES (800414,'_transient_timeout_wc_child_has_weight_1651','1707585956','no');
INSERT INTO `wplc_options` VALUES (800415,'_transient_wc_child_has_weight_1651','0','no');
INSERT INTO `wplc_options` VALUES (800416,'_transient_timeout_wc_child_has_dimensions_1651','1707585956','no');
INSERT INTO `wplc_options` VALUES (800417,'_transient_wc_child_has_dimensions_1651','0','no');
INSERT INTO `wplc_options` VALUES (800743,'_transient_timeout_jetpack_file_data_13.0','1707524126','no');
INSERT INTO `wplc_options` VALUES (800744,'_transient_jetpack_file_data_13.0','a:1:{s:32:\"3fd340ad52927afb3bbb9e98575eccfd\";a:15:{s:4:\"name\";s:0:\"\";s:11:\"description\";s:0:\"\";s:4:\"sort\";s:0:\"\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:0:\"\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:0:\"\";s:24:\"requires_user_connection\";s:0:\"\";s:13:\"auto_activate\";s:0:\"\";s:11:\"module_tags\";s:0:\"\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:0:\"\";s:12:\"plan_classes\";s:0:\"\";}}','no');
INSERT INTO `wplc_options` VALUES (802196,'_transient_timeout_wc_var_prices_3853','1708129551','no');
INSERT INTO `wplc_options` VALUES (802197,'_transient_wc_var_prices_3853','{\"version\":\"1705295199\",\"6be505bc56b842bef8f62c87d8cb6f28\":{\"price\":[],\"regular_price\":[],\"sale_price\":[]}}','no');
INSERT INTO `wplc_options` VALUES (802198,'_transient_timeout_wc_var_prices_3838','1708129551','no');
INSERT INTO `wplc_options` VALUES (802199,'_transient_wc_var_prices_3838','{\"version\":\"1705295199\",\"6be505bc56b842bef8f62c87d8cb6f28\":{\"price\":[],\"regular_price\":[],\"sale_price\":[]}}','no');
INSERT INTO `wplc_options` VALUES (802200,'_transient_timeout_wc_var_prices_2384','1708129813','no');
INSERT INTO `wplc_options` VALUES (802201,'_transient_wc_var_prices_2384','{\"version\":\"1705537779\",\"f9e544f77b7eac7add281ef28ca5559f\":{\"price\":{\"3056\":\"35.00\",\"2871\":\"35.00\",\"2873\":\"35.00\",\"2505\":\"35.00\",\"2507\":\"35.00\",\"2870\":\"35.00\",\"2386\":\"35.00\",\"2387\":\"35.00\",\"2388\":\"35.00\",\"2390\":\"35.00\"},\"regular_price\":{\"3056\":\"35.00\",\"2871\":\"35.00\",\"2873\":\"35.00\",\"2505\":\"35.00\",\"2507\":\"35.00\",\"2870\":\"35.00\",\"2386\":\"35.00\",\"2387\":\"35.00\",\"2388\":\"35.00\",\"2390\":\"35.00\"},\"sale_price\":{\"3056\":\"35.00\",\"2871\":\"35.00\",\"2873\":\"35.00\",\"2505\":\"35.00\",\"2507\":\"35.00\",\"2870\":\"35.00\",\"2386\":\"35.00\",\"2387\":\"35.00\",\"2388\":\"35.00\",\"2390\":\"35.00\"}},\"4173c8e28f114c545d779c47fd7e2df1\":{\"price\":{\"3056\":\"35.00\",\"2871\":\"35.00\",\"2873\":\"35.00\",\"2505\":\"35.00\",\"2507\":\"35.00\",\"2870\":\"35.00\",\"2386\":\"35.00\",\"2387\":\"35.00\",\"2388\":\"35.00\",\"2390\":\"35.00\"},\"regular_price\":{\"3056\":\"35.00\",\"2871\":\"35.00\",\"2873\":\"35.00\",\"2505\":\"35.00\",\"2507\":\"35.00\",\"2870\":\"35.00\",\"2386\":\"35.00\",\"2387\":\"35.00\",\"2388\":\"35.00\",\"2390\":\"35.00\"},\"sale_price\":{\"3056\":\"35.00\",\"2871\":\"35.00\",\"2873\":\"35.00\",\"2505\":\"35.00\",\"2507\":\"35.00\",\"2870\":\"35.00\",\"2386\":\"35.00\",\"2387\":\"35.00\",\"2388\":\"35.00\",\"2390\":\"35.00\"}}}','no');
INSERT INTO `wplc_options` VALUES (802202,'_transient_timeout_wc_product_children_1618','1707714010','no');
INSERT INTO `wplc_options` VALUES (802203,'_transient_wc_product_children_1618','a:2:{s:3:\"all\";a:1:{i:0;i:1905;}s:7:\"visible\";a:1:{i:0;i:1905;}}','no');
INSERT INTO `wplc_options` VALUES (802204,'_transient_timeout_wc_var_prices_1618','1708129813','no');
INSERT INTO `wplc_options` VALUES (802205,'_transient_wc_var_prices_1618','{\"version\":\"1705537779\",\"f9e544f77b7eac7add281ef28ca5559f\":{\"price\":{\"1905\":\"10.00\"},\"regular_price\":{\"1905\":\"10.00\"},\"sale_price\":{\"1905\":\"10.00\"}},\"4173c8e28f114c545d779c47fd7e2df1\":{\"price\":{\"1905\":\"10.00\"},\"regular_price\":{\"1905\":\"10.00\"},\"sale_price\":{\"1905\":\"10.00\"}}}','no');
INSERT INTO `wplc_options` VALUES (802206,'_transient_timeout_wc_var_prices_1615','1708129813','no');
INSERT INTO `wplc_options` VALUES (802207,'_transient_wc_var_prices_1615','{\"version\":\"1705537779\",\"f9e544f77b7eac7add281ef28ca5559f\":{\"price\":{\"1865\":\"5.00\"},\"regular_price\":{\"1865\":\"5.00\"},\"sale_price\":{\"1865\":\"5.00\"}},\"4173c8e28f114c545d779c47fd7e2df1\":{\"price\":{\"1865\":\"5.00\"},\"regular_price\":{\"1865\":\"5.00\"},\"sale_price\":{\"1865\":\"5.00\"}}}','no');
INSERT INTO `wplc_options` VALUES (802208,'_transient_timeout_wc_product_children_1622','1707714010','no');
INSERT INTO `wplc_options` VALUES (802209,'_transient_wc_product_children_1622','a:2:{s:3:\"all\";a:1:{i:0;i:1906;}s:7:\"visible\";a:1:{i:0;i:1906;}}','no');
INSERT INTO `wplc_options` VALUES (802210,'_transient_timeout_wc_var_prices_1622','1708129813','no');
INSERT INTO `wplc_options` VALUES (802211,'_transient_wc_var_prices_1622','{\"version\":\"1705537779\",\"f9e544f77b7eac7add281ef28ca5559f\":{\"price\":{\"1906\":\"15.00\"},\"regular_price\":{\"1906\":\"15.00\"},\"sale_price\":{\"1906\":\"15.00\"}},\"4173c8e28f114c545d779c47fd7e2df1\":{\"price\":{\"1906\":\"15.00\"},\"regular_price\":{\"1906\":\"15.00\"},\"sale_price\":{\"1906\":\"15.00\"}}}','no');
INSERT INTO `wplc_options` VALUES (802216,'_transient_timeout_wc_var_prices_2368','1708129786','no');
INSERT INTO `wplc_options` VALUES (802217,'_transient_wc_var_prices_2368','{\"version\":\"1705537779\",\"f9e544f77b7eac7add281ef28ca5559f\":{\"price\":{\"2501\":\"10.00\",\"2374\":\"10.00\",\"2375\":\"10.00\"},\"regular_price\":{\"2501\":\"10.00\",\"2374\":\"10.00\",\"2375\":\"10.00\"},\"sale_price\":{\"2501\":\"10.00\",\"2374\":\"10.00\",\"2375\":\"10.00\"}},\"4173c8e28f114c545d779c47fd7e2df1\":{\"price\":{\"2501\":\"10.00\",\"2374\":\"10.00\",\"2375\":\"10.00\"},\"regular_price\":{\"2501\":\"10.00\",\"2374\":\"10.00\",\"2375\":\"10.00\"},\"sale_price\":{\"2501\":\"10.00\",\"2374\":\"10.00\",\"2375\":\"10.00\"}}}','no');
INSERT INTO `wplc_options` VALUES (802218,'_transient_timeout_wc_var_prices_1633','1708129786','no');
INSERT INTO `wplc_options` VALUES (802219,'_transient_wc_var_prices_1633','{\"version\":\"1705537779\",\"f9e544f77b7eac7add281ef28ca5559f\":{\"price\":{\"2796\":\"15.00\",\"2770\":\"15.00\",\"2771\":\"15.00\",\"1913\":\"15.00\",\"2761\":\"15.00\",\"1914\":\"15.00\",\"1915\":\"15.00\",\"1916\":\"15.00\",\"1917\":\"15.00\",\"1909\":\"15.00\",\"1908\":\"15.00\",\"1907\":\"15.00\",\"1892\":\"15.00\",\"1893\":\"15.00\",\"1883\":\"15.00\"},\"regular_price\":{\"2796\":\"15.00\",\"2770\":\"15.00\",\"2771\":\"15.00\",\"1913\":\"15.00\",\"2761\":\"15.00\",\"1914\":\"15.00\",\"1915\":\"15.00\",\"1916\":\"15.00\",\"1917\":\"15.00\",\"1909\":\"15.00\",\"1908\":\"15.00\",\"1907\":\"15.00\",\"1892\":\"15.00\",\"1893\":\"15.00\",\"1883\":\"15.00\"},\"sale_price\":{\"2796\":\"15.00\",\"2770\":\"15.00\",\"2771\":\"15.00\",\"1913\":\"15.00\",\"2761\":\"15.00\",\"1914\":\"15.00\",\"1915\":\"15.00\",\"1916\":\"15.00\",\"1917\":\"15.00\",\"1909\":\"15.00\",\"1908\":\"15.00\",\"1907\":\"15.00\",\"1892\":\"15.00\",\"1893\":\"15.00\",\"1883\":\"15.00\"}},\"4173c8e28f114c545d779c47fd7e2df1\":{\"price\":{\"2796\":\"15.00\",\"2770\":\"15.00\",\"2771\":\"15.00\",\"1913\":\"15.00\",\"2761\":\"15.00\",\"1914\":\"15.00\",\"1915\":\"15.00\",\"1916\":\"15.00\",\"1917\":\"15.00\",\"1909\":\"15.00\",\"1908\":\"15.00\",\"1907\":\"15.00\",\"1892\":\"15.00\",\"1893\":\"15.00\",\"1883\":\"15.00\"},\"regular_price\":{\"2796\":\"15.00\",\"2770\":\"15.00\",\"2771\":\"15.00\",\"1913\":\"15.00\",\"2761\":\"15.00\",\"1914\":\"15.00\",\"1915\":\"15.00\",\"1916\":\"15.00\",\"1917\":\"15.00\",\"1909\":\"15.00\",\"1908\":\"15.00\",\"1907\":\"15.00\",\"1892\":\"15.00\",\"1893\":\"15.00\",\"1883\":\"15.00\"},\"sale_price\":{\"2796\":\"15.00\",\"2770\":\"15.00\",\"2771\":\"15.00\",\"1913\":\"15.00\",\"2761\":\"15.00\",\"1914\":\"15.00\",\"1915\":\"15.00\",\"1916\":\"15.00\",\"1917\":\"15.00\",\"1909\":\"15.00\",\"1908\":\"15.00\",\"1907\":\"15.00\",\"1892\":\"15.00\",\"1893\":\"15.00\",\"1883\":\"15.00\"}}}','no');
INSERT INTO `wplc_options` VALUES (802666,'_transient_timeout_wc_child_has_weight_1622','1707750329','no');
INSERT INTO `wplc_options` VALUES (802667,'_transient_wc_child_has_weight_1622','0','no');
INSERT INTO `wplc_options` VALUES (802668,'_transient_timeout_wc_child_has_dimensions_1622','1707750329','no');
INSERT INTO `wplc_options` VALUES (802669,'_transient_wc_child_has_dimensions_1622','0','no');
INSERT INTO `wplc_options` VALUES (802707,'_transient_timeout_wc_var_prices_2942','1708184262','no');
INSERT INTO `wplc_options` VALUES (802708,'_transient_wc_var_prices_2942','{\"version\":\"1705537779\",\"f9e544f77b7eac7add281ef28ca5559f\":{\"price\":{\"3317\":\"30.00\",\"3318\":\"30.00\",\"3319\":\"30.00\",\"3320\":\"30.00\",\"3321\":\"30.00\",\"3322\":\"30.00\",\"3323\":\"30.00\",\"3324\":\"30.00\",\"3325\":\"30.00\",\"3326\":\"30.00\",\"3327\":\"30.00\"},\"regular_price\":{\"3317\":\"30.00\",\"3318\":\"30.00\",\"3319\":\"30.00\",\"3320\":\"30.00\",\"3321\":\"30.00\",\"3322\":\"30.00\",\"3323\":\"30.00\",\"3324\":\"30.00\",\"3325\":\"30.00\",\"3326\":\"30.00\",\"3327\":\"30.00\"},\"sale_price\":{\"3317\":\"30.00\",\"3318\":\"30.00\",\"3319\":\"30.00\",\"3320\":\"30.00\",\"3321\":\"30.00\",\"3322\":\"30.00\",\"3323\":\"30.00\",\"3324\":\"30.00\",\"3325\":\"30.00\",\"3326\":\"30.00\",\"3327\":\"30.00\"}},\"4173c8e28f114c545d779c47fd7e2df1\":{\"price\":{\"3317\":\"30.00\",\"3318\":\"30.00\",\"3319\":\"30.00\",\"3320\":\"30.00\",\"3321\":\"30.00\",\"3322\":\"30.00\",\"3323\":\"30.00\",\"3324\":\"30.00\",\"3325\":\"30.00\",\"3326\":\"30.00\",\"3327\":\"30.00\"},\"regular_price\":{\"3317\":\"30.00\",\"3318\":\"30.00\",\"3319\":\"30.00\",\"3320\":\"30.00\",\"3321\":\"30.00\",\"3322\":\"30.00\",\"3323\":\"30.00\",\"3324\":\"30.00\",\"3325\":\"30.00\",\"3326\":\"30.00\",\"3327\":\"30.00\"},\"sale_price\":{\"3317\":\"30.00\",\"3318\":\"30.00\",\"3319\":\"30.00\",\"3320\":\"30.00\",\"3321\":\"30.00\",\"3322\":\"30.00\",\"3323\":\"30.00\",\"3324\":\"30.00\",\"3325\":\"30.00\",\"3326\":\"30.00\",\"3327\":\"30.00\"}}}','no');
INSERT INTO `wplc_options` VALUES (802709,'_transient_timeout_wc_product_children_2971','1707750430','no');
INSERT INTO `wplc_options` VALUES (802710,'_transient_wc_product_children_2971','a:2:{s:3:\"all\";a:14:{i:0;i:2985;i:1;i:2972;i:2;i:2973;i:3;i:2974;i:4;i:2975;i:5;i:2976;i:6;i:2977;i:7;i:2978;i:8;i:2979;i:9;i:2980;i:10;i:2981;i:11;i:2982;i:12;i:2983;i:13;i:2984;}s:7:\"visible\";a:14:{i:0;i:2985;i:1;i:2972;i:2;i:2973;i:3;i:2974;i:4;i:2975;i:5;i:2976;i:6;i:2977;i:7;i:2978;i:8;i:2979;i:9;i:2980;i:10;i:2981;i:11;i:2982;i:12;i:2983;i:13;i:2984;}}','no');
INSERT INTO `wplc_options` VALUES (802711,'_transient_timeout_wc_var_prices_2971','1708184262','no');
INSERT INTO `wplc_options` VALUES (802712,'_transient_wc_var_prices_2971','{\"version\":\"1705537779\",\"f9e544f77b7eac7add281ef28ca5559f\":{\"price\":{\"2985\":\"40.00\",\"2972\":\"40.00\",\"2973\":\"40.00\",\"2974\":\"40.00\",\"2975\":\"40.00\",\"2976\":\"40.00\",\"2977\":\"40.00\",\"2978\":\"40.00\",\"2979\":\"40.00\",\"2980\":\"40.00\",\"2981\":\"40.00\",\"2982\":\"40.00\",\"2983\":\"40.00\",\"2984\":\"40.00\"},\"regular_price\":{\"2985\":\"40.00\",\"2972\":\"40.00\",\"2973\":\"40.00\",\"2974\":\"40.00\",\"2975\":\"40.00\",\"2976\":\"40.00\",\"2977\":\"40.00\",\"2978\":\"40.00\",\"2979\":\"40.00\",\"2980\":\"40.00\",\"2981\":\"40.00\",\"2982\":\"40.00\",\"2983\":\"40.00\",\"2984\":\"40.00\"},\"sale_price\":{\"2985\":\"40.00\",\"2972\":\"40.00\",\"2973\":\"40.00\",\"2974\":\"40.00\",\"2975\":\"40.00\",\"2976\":\"40.00\",\"2977\":\"40.00\",\"2978\":\"40.00\",\"2979\":\"40.00\",\"2980\":\"40.00\",\"2981\":\"40.00\",\"2982\":\"40.00\",\"2983\":\"40.00\",\"2984\":\"40.00\"}},\"4173c8e28f114c545d779c47fd7e2df1\":{\"price\":{\"2985\":\"40.00\",\"2972\":\"40.00\",\"2973\":\"40.00\",\"2974\":\"40.00\",\"2975\":\"40.00\",\"2976\":\"40.00\",\"2977\":\"40.00\",\"2978\":\"40.00\",\"2979\":\"40.00\",\"2980\":\"40.00\",\"2981\":\"40.00\",\"2982\":\"40.00\",\"2983\":\"40.00\",\"2984\":\"40.00\"},\"regular_price\":{\"2985\":\"40.00\",\"2972\":\"40.00\",\"2973\":\"40.00\",\"2974\":\"40.00\",\"2975\":\"40.00\",\"2976\":\"40.00\",\"2977\":\"40.00\",\"2978\":\"40.00\",\"2979\":\"40.00\",\"2980\":\"40.00\",\"2981\":\"40.00\",\"2982\":\"40.00\",\"2983\":\"40.00\",\"2984\":\"40.00\"},\"sale_price\":{\"2985\":\"40.00\",\"2972\":\"40.00\",\"2973\":\"40.00\",\"2974\":\"40.00\",\"2975\":\"40.00\",\"2976\":\"40.00\",\"2977\":\"40.00\",\"2978\":\"40.00\",\"2979\":\"40.00\",\"2980\":\"40.00\",\"2981\":\"40.00\",\"2982\":\"40.00\",\"2983\":\"40.00\",\"2984\":\"40.00\"}}}','no');
INSERT INTO `wplc_options` VALUES (802713,'_transient_timeout_wc_var_prices_2999','1708184262','no');
INSERT INTO `wplc_options` VALUES (802714,'_transient_wc_var_prices_2999','{\"version\":\"1705537779\",\"f9e544f77b7eac7add281ef28ca5559f\":{\"price\":{\"3014\":\"50.00\",\"3015\":\"50.00\",\"3016\":\"50.00\",\"3017\":\"50.00\",\"3018\":\"50.00\"},\"regular_price\":{\"3014\":\"50.00\",\"3015\":\"50.00\",\"3016\":\"50.00\",\"3017\":\"50.00\",\"3018\":\"50.00\"},\"sale_price\":{\"3014\":\"50.00\",\"3015\":\"50.00\",\"3016\":\"50.00\",\"3017\":\"50.00\",\"3018\":\"50.00\"}},\"4173c8e28f114c545d779c47fd7e2df1\":{\"price\":{\"3014\":\"50.00\",\"3015\":\"50.00\",\"3016\":\"50.00\",\"3017\":\"50.00\",\"3018\":\"50.00\"},\"regular_price\":{\"3014\":\"50.00\",\"3015\":\"50.00\",\"3016\":\"50.00\",\"3017\":\"50.00\",\"3018\":\"50.00\"},\"sale_price\":{\"3014\":\"50.00\",\"3015\":\"50.00\",\"3016\":\"50.00\",\"3017\":\"50.00\",\"3018\":\"50.00\"}}}','no');
INSERT INTO `wplc_options` VALUES (802724,'_transient_timeout_wc_child_has_weight_2971','1707750476','no');
INSERT INTO `wplc_options` VALUES (802725,'_transient_wc_child_has_weight_2971','0','no');
INSERT INTO `wplc_options` VALUES (802726,'_transient_timeout_wc_child_has_dimensions_2971','1707750476','no');
INSERT INTO `wplc_options` VALUES (802727,'_transient_wc_child_has_dimensions_2971','0','no');
INSERT INTO `wplc_options` VALUES (802758,'_transient_timeout_wc_child_has_weight_2368','1707750575','no');
INSERT INTO `wplc_options` VALUES (802759,'_transient_wc_child_has_weight_2368','0','no');
INSERT INTO `wplc_options` VALUES (802760,'_transient_timeout_wc_child_has_dimensions_2368','1707750575','no');
INSERT INTO `wplc_options` VALUES (802761,'_transient_wc_child_has_dimensions_2368','0','no');
INSERT INTO `wplc_options` VALUES (803286,'_transient_wc_count_comments','O:8:\"stdClass\":7:{s:14:\"total_comments\";i:1;s:3:\"all\";i:1;s:8:\"approved\";s:1:\"1\";s:9:\"moderated\";i:0;s:4:\"spam\";i:0;s:5:\"trash\";i:0;s:12:\"post-trashed\";i:0;}','yes');
INSERT INTO `wplc_options` VALUES (803347,'_transient_timeout_wc_var_prices_1651','1708184317','no');
INSERT INTO `wplc_options` VALUES (803348,'_transient_wc_var_prices_1651','{\"version\":\"1705537779\",\"f9e544f77b7eac7add281ef28ca5559f\":{\"price\":{\"2340\":\"50.00\",\"2341\":\"50.00\",\"2342\":\"50.00\",\"2343\":\"50.00\"},\"regular_price\":{\"2340\":\"50.00\",\"2341\":\"50.00\",\"2342\":\"50.00\",\"2343\":\"50.00\"},\"sale_price\":{\"2340\":\"50.00\",\"2341\":\"50.00\",\"2342\":\"50.00\",\"2343\":\"50.00\"}},\"4173c8e28f114c545d779c47fd7e2df1\":{\"price\":{\"2340\":\"50.00\",\"2341\":\"50.00\",\"2342\":\"50.00\",\"2343\":\"50.00\"},\"regular_price\":{\"2340\":\"50.00\",\"2341\":\"50.00\",\"2342\":\"50.00\",\"2343\":\"50.00\"},\"sale_price\":{\"2340\":\"50.00\",\"2341\":\"50.00\",\"2342\":\"50.00\",\"2343\":\"50.00\"}}}','no');
INSERT INTO `wplc_options` VALUES (803349,'_transient_timeout_wc_var_prices_1647','1708184317','no');
INSERT INTO `wplc_options` VALUES (803350,'_transient_wc_var_prices_1647','{\"version\":\"1705537779\",\"f9e544f77b7eac7add281ef28ca5559f\":{\"price\":{\"2248\":\"30.00\",\"2249\":\"30.00\"},\"regular_price\":{\"2248\":\"30.00\",\"2249\":\"30.00\"},\"sale_price\":{\"2248\":\"30.00\",\"2249\":\"30.00\"}},\"4173c8e28f114c545d779c47fd7e2df1\":{\"price\":{\"2248\":\"30.00\",\"2249\":\"30.00\"},\"regular_price\":{\"2248\":\"30.00\",\"2249\":\"30.00\"},\"sale_price\":{\"2248\":\"30.00\",\"2249\":\"30.00\"}}}','no');
INSERT INTO `wplc_options` VALUES (803362,'_transient_timeout_wc_child_has_weight_3853','1707784026','no');
INSERT INTO `wplc_options` VALUES (803363,'_transient_wc_child_has_weight_3853','0','no');
INSERT INTO `wplc_options` VALUES (803364,'_transient_timeout_wc_child_has_dimensions_3853','1707784026','no');
INSERT INTO `wplc_options` VALUES (803365,'_transient_wc_child_has_dimensions_3853','0','no');
INSERT INTO `wplc_options` VALUES (805445,'product_cat_children','a:0:{}','yes');
INSERT INTO `wplc_options` VALUES (807806,'_transient_timeout_wc_product_children_1645','1707882285','no');
INSERT INTO `wplc_options` VALUES (807807,'_transient_wc_product_children_1645','a:2:{s:3:\"all\";a:3:{i:0;i:1882;i:1;i:10303;i:2;i:10304;}s:7:\"visible\";a:3:{i:0;i:1882;i:1;i:10303;i:2;i:10304;}}','no');
INSERT INTO `wplc_options` VALUES (807810,'_transient_timeout_wc_var_prices_1645','1708129813','no');
INSERT INTO `wplc_options` VALUES (807811,'_transient_wc_var_prices_1645','{\"version\":\"1705537779\",\"f9e544f77b7eac7add281ef28ca5559f\":{\"price\":{\"1882\":\"140.00\",\"10303\":\"35.00\",\"10304\":\"70.00\"},\"regular_price\":{\"1882\":\"140.00\",\"10303\":\"35.00\",\"10304\":\"70.00\"},\"sale_price\":{\"1882\":\"140.00\",\"10303\":\"35.00\",\"10304\":\"70.00\"}},\"4173c8e28f114c545d779c47fd7e2df1\":{\"price\":{\"1882\":\"140.00\",\"10303\":\"35.00\",\"10304\":\"70.00\"},\"regular_price\":{\"1882\":\"140.00\",\"10303\":\"35.00\",\"10304\":\"70.00\"},\"sale_price\":{\"1882\":\"140.00\",\"10303\":\"35.00\",\"10304\":\"70.00\"}}}','no');
INSERT INTO `wplc_options` VALUES (807812,'_transient_timeout_wc_child_has_weight_1645','1707882294','no');
INSERT INTO `wplc_options` VALUES (807813,'_transient_wc_child_has_weight_1645','0','no');
INSERT INTO `wplc_options` VALUES (807814,'_transient_timeout_wc_child_has_dimensions_1645','1707882294','no');
INSERT INTO `wplc_options` VALUES (807815,'_transient_wc_child_has_dimensions_1645','0','no');
INSERT INTO `wplc_options` VALUES (808797,'_transient_timeout_wc_product_children_2365','1707887089','no');
INSERT INTO `wplc_options` VALUES (808798,'_transient_wc_product_children_2365','a:2:{s:3:\"all\";a:3:{i:0;i:10316;i:1;i:10315;i:2;i:10314;}s:7:\"visible\";a:3:{i:0;i:10316;i:1;i:10315;i:2;i:10314;}}','no');
INSERT INTO `wplc_options` VALUES (808802,'_transient_timeout_wc_var_prices_2365','1708129813','no');
INSERT INTO `wplc_options` VALUES (808803,'_transient_wc_var_prices_2365','{\"version\":\"1705537779\",\"f9e544f77b7eac7add281ef28ca5559f\":{\"price\":{\"10316\":\"35.00\",\"10315\":\"70.00\",\"10314\":\"140.00\"},\"regular_price\":{\"10316\":\"35.00\",\"10315\":\"70.00\",\"10314\":\"140.00\"},\"sale_price\":{\"10316\":\"35.00\",\"10315\":\"70.00\",\"10314\":\"140.00\"}},\"4173c8e28f114c545d779c47fd7e2df1\":{\"price\":{\"10316\":\"35.00\",\"10315\":\"70.00\",\"10314\":\"140.00\"},\"regular_price\":{\"10316\":\"35.00\",\"10315\":\"70.00\",\"10314\":\"140.00\"},\"sale_price\":{\"10316\":\"35.00\",\"10315\":\"70.00\",\"10314\":\"140.00\"}}}','no');
INSERT INTO `wplc_options` VALUES (808804,'_transient_timeout_wc_child_has_weight_2365','1707887092','no');
INSERT INTO `wplc_options` VALUES (808805,'_transient_wc_child_has_weight_2365','0','no');
INSERT INTO `wplc_options` VALUES (808806,'_transient_timeout_wc_child_has_dimensions_2365','1707887092','no');
INSERT INTO `wplc_options` VALUES (808807,'_transient_wc_child_has_dimensions_2365','0','no');
INSERT INTO `wplc_options` VALUES (808878,'_transient_timeout_wc_product_children_1630','1707887201','no');
INSERT INTO `wplc_options` VALUES (808879,'_transient_wc_product_children_1630','a:2:{s:3:\"all\";a:3:{i:0;i:10309;i:1;i:10310;i:2;i:1881;}s:7:\"visible\";a:3:{i:0;i:10309;i:1;i:10310;i:2;i:1881;}}','no');
INSERT INTO `wplc_options` VALUES (808883,'_transient_timeout_wc_var_prices_1630','1708129813','no');
INSERT INTO `wplc_options` VALUES (808884,'_transient_wc_var_prices_1630','{\"version\":\"1705537779\",\"f9e544f77b7eac7add281ef28ca5559f\":{\"price\":{\"10309\":\"35.00\",\"10310\":\"70.00\",\"1881\":\"140.00\"},\"regular_price\":{\"10309\":\"35.00\",\"10310\":\"70.00\",\"1881\":\"140.00\"},\"sale_price\":{\"10309\":\"35.00\",\"10310\":\"70.00\",\"1881\":\"140.00\"}},\"4173c8e28f114c545d779c47fd7e2df1\":{\"price\":{\"10309\":\"35.00\",\"10310\":\"70.00\",\"1881\":\"140.00\"},\"regular_price\":{\"10309\":\"35.00\",\"10310\":\"70.00\",\"1881\":\"140.00\"},\"sale_price\":{\"10309\":\"35.00\",\"10310\":\"70.00\",\"1881\":\"140.00\"}}}','no');
INSERT INTO `wplc_options` VALUES (808890,'_transient_timeout_wc_child_has_weight_1630','1707887205','no');
INSERT INTO `wplc_options` VALUES (808891,'_transient_wc_child_has_weight_1630','0','no');
INSERT INTO `wplc_options` VALUES (808892,'_transient_timeout_wc_child_has_dimensions_1630','1707887205','no');
INSERT INTO `wplc_options` VALUES (808893,'_transient_wc_child_has_dimensions_1630','0','no');
INSERT INTO `wplc_options` VALUES (809655,'woocommerce_product_match_featured_image_by_sku','no','yes');
INSERT INTO `wplc_options` VALUES (809656,'woocommerce_feature_order_attribution_enabled','yes','yes');
INSERT INTO `wplc_options` VALUES (809665,'_transient_wc_attribute_taxonomies','a:8:{i:0;O:8:\"stdClass\":6:{s:12:\"attribute_id\";s:1:\"1\";s:14:\"attribute_name\";s:14:\"gift-00-edible\";s:15:\"attribute_label\";s:13:\"Gift - Edible\";s:14:\"attribute_type\";s:6:\"select\";s:17:\"attribute_orderby\";s:10:\"menu_order\";s:16:\"attribute_public\";s:1:\"0\";}i:1;O:8:\"stdClass\":6:{s:12:\"attribute_id\";s:1:\"4\";s:14:\"attribute_name\";s:14:\"gift-00-flower\";s:15:\"attribute_label\";s:13:\"Gift - Flower\";s:14:\"attribute_type\";s:6:\"select\";s:17:\"attribute_orderby\";s:10:\"menu_order\";s:16:\"attribute_public\";s:1:\"0\";}i:2;O:8:\"stdClass\":6:{s:12:\"attribute_id\";s:1:\"3\";s:14:\"attribute_name\";s:16:\"gift-00-pre-roll\";s:15:\"attribute_label\";s:15:\"Gift - Pre-Roll\";s:14:\"attribute_type\";s:6:\"select\";s:17:\"attribute_orderby\";s:10:\"menu_order\";s:16:\"attribute_public\";s:1:\"0\";}i:3;O:8:\"stdClass\":6:{s:12:\"attribute_id\";s:1:\"2\";s:14:\"attribute_name\";s:12:\"gift-00-vape\";s:15:\"attribute_label\";s:16:\"Gift - Vape Cart\";s:14:\"attribute_type\";s:6:\"select\";s:17:\"attribute_orderby\";s:10:\"menu_order\";s:16:\"attribute_public\";s:1:\"0\";}i:4;O:8:\"stdClass\":6:{s:12:\"attribute_id\";s:1:\"5\";s:14:\"attribute_name\";s:11:\"gift-00-wax\";s:15:\"attribute_label\";s:10:\"Gift - Wax\";s:14:\"attribute_type\";s:6:\"select\";s:17:\"attribute_orderby\";s:10:\"menu_order\";s:16:\"attribute_public\";s:1:\"0\";}i:5;O:8:\"stdClass\":6:{s:12:\"attribute_id\";s:1:\"7\";s:14:\"attribute_name\";s:19:\"gift-premium-flower\";s:15:\"attribute_label\";s:21:\"Gift - Premium Flower\";s:14:\"attribute_type\";s:6:\"select\";s:17:\"attribute_orderby\";s:10:\"menu_order\";s:16:\"attribute_public\";s:1:\"0\";}i:6;O:8:\"stdClass\":6:{s:12:\"attribute_id\";s:1:\"6\";s:14:\"attribute_name\";s:20:\"gift-vape-disposable\";s:15:\"attribute_label\";s:22:\"Gift - Vape Disposable\";s:14:\"attribute_type\";s:6:\"select\";s:17:\"attribute_orderby\";s:10:\"menu_order\";s:16:\"attribute_public\";s:1:\"0\";}i:7;O:8:\"stdClass\":6:{s:12:\"attribute_id\";s:1:\"8\";s:14:\"attribute_name\";s:28:\"private-reserve-flower-gifts\";s:15:\"attribute_label\";s:28:\"Private Reserve Flower Gifts\";s:14:\"attribute_type\";s:6:\"select\";s:17:\"attribute_orderby\";s:10:\"menu_order\";s:16:\"attribute_public\";s:1:\"0\";}}','yes');
INSERT INTO `wplc_options` VALUES (809998,'_transient_timeout_wc_child_has_weight_1618','1708008177','no');
INSERT INTO `wplc_options` VALUES (809999,'_transient_wc_child_has_weight_1618','0','no');
INSERT INTO `wplc_options` VALUES (810000,'_transient_timeout_wc_child_has_dimensions_1618','1708008177','no');
INSERT INTO `wplc_options` VALUES (810001,'_transient_wc_child_has_dimensions_1618','0','no');
INSERT INTO `wplc_options` VALUES (810086,'_transient_timeout_wc_memberships_public_content','1706036378','no');
INSERT INTO `wplc_options` VALUES (810087,'_transient_wc_memberships_public_content','a:2:{s:7:\"product\";a:1:{i:0;i:1105;}s:4:\"page\";a:10:{i:0;i:56;i:1;i:55;i:2;i:57;i:3;i:354;i:4;i:47;i:5;i:1098;i:6;i:750;i:7;i:31;i:8;i:307;i:9;i:549;}}','no');
INSERT INTO `wplc_options` VALUES (810275,'_transient_timeout_wc_shipping_method_count_legacy','1708050858','no');
INSERT INTO `wplc_options` VALUES (810276,'_transient_wc_shipping_method_count_legacy','a:2:{s:7:\"version\";s:10:\"1688752799\";s:5:\"value\";i:2;}','no');
INSERT INTO `wplc_options` VALUES (810879,'_transient_timeout_feed_9bbd59226dc36b9b26cd43f15694c5c3','1705580704','no');
INSERT INTO `wplc_options` VALUES (810884,'_transient_timeout_feed_d117b5738fbd35bd8c0391cda1f2b5d9','1705580704','no');
INSERT INTO `wplc_options` VALUES (810904,'_transient_timeout_wc_report_orders_stats_cd173172337e8ca1ae18783d11e284a6','1706142319','no');
INSERT INTO `wplc_options` VALUES (810905,'_transient_wc_report_orders_stats_cd173172337e8ca1ae18783d11e284a6','a:2:{s:7:\"version\";s:10:\"1698383062\";s:5:\"value\";O:8:\"stdClass\":5:{s:6:\"totals\";O:8:\"stdClass\":15:{s:12:\"orders_count\";i:0;s:14:\"num_items_sold\";i:0;s:11:\"gross_sales\";d:0;s:11:\"total_sales\";d:0;s:7:\"coupons\";d:0;s:13:\"coupons_count\";i:0;s:7:\"refunds\";d:0;s:5:\"taxes\";d:0;s:8:\"shipping\";d:0;s:11:\"net_revenue\";d:0;s:19:\"avg_items_per_order\";d:0;s:15:\"avg_order_value\";d:0;s:15:\"total_customers\";i:0;s:8:\"products\";i:0;s:8:\"segments\";a:0:{}}s:9:\"intervals\";a:1:{i:0;a:6:{s:8:\"interval\";s:7:\"2024-03\";s:10:\"date_start\";s:19:\"2024-01-16 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2024-01-16 06:00:00\";s:8:\"date_end\";s:19:\"2024-01-16 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2024-01-17 05:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":14:{s:12:\"orders_count\";i:0;s:14:\"num_items_sold\";i:0;s:11:\"gross_sales\";d:0;s:11:\"total_sales\";d:0;s:7:\"coupons\";d:0;s:13:\"coupons_count\";i:0;s:7:\"refunds\";d:0;s:5:\"taxes\";d:0;s:8:\"shipping\";d:0;s:11:\"net_revenue\";d:0;s:19:\"avg_items_per_order\";d:0;s:15:\"avg_order_value\";d:0;s:15:\"total_customers\";i:0;s:8:\"segments\";a:0:{}}}}s:5:\"total\";i:1;s:5:\"pages\";i:1;s:7:\"page_no\";i:1;}}','no');
INSERT INTO `wplc_options` VALUES (810906,'_transient_timeout_wc_report_orders_stats_3127a73936c7d63f1012d57eb2037edd','1706142319','no');
INSERT INTO `wplc_options` VALUES (810907,'_transient_timeout_wc_report_orders_stats_539cdc4f982089089193ceac2ba3be3d','1706142319','no');
INSERT INTO `wplc_options` VALUES (810908,'_transient_wc_report_orders_stats_539cdc4f982089089193ceac2ba3be3d','a:2:{s:7:\"version\";s:10:\"1698383062\";s:5:\"value\";O:8:\"stdClass\":5:{s:6:\"totals\";O:8:\"stdClass\":15:{s:12:\"orders_count\";i:0;s:14:\"num_items_sold\";i:0;s:11:\"gross_sales\";d:0;s:11:\"total_sales\";d:0;s:7:\"coupons\";d:0;s:13:\"coupons_count\";i:0;s:7:\"refunds\";d:0;s:5:\"taxes\";d:0;s:8:\"shipping\";d:0;s:11:\"net_revenue\";d:0;s:19:\"avg_items_per_order\";d:0;s:15:\"avg_order_value\";d:0;s:15:\"total_customers\";i:0;s:8:\"products\";i:0;s:8:\"segments\";a:0:{}}s:9:\"intervals\";a:1:{i:0;a:6:{s:8:\"interval\";s:7:\"2024-03\";s:10:\"date_start\";s:19:\"2024-01-16 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2024-01-16 06:00:00\";s:8:\"date_end\";s:19:\"2024-01-16 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2024-01-17 05:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":14:{s:12:\"orders_count\";i:0;s:14:\"num_items_sold\";i:0;s:11:\"gross_sales\";d:0;s:11:\"total_sales\";d:0;s:7:\"coupons\";d:0;s:13:\"coupons_count\";i:0;s:7:\"refunds\";d:0;s:5:\"taxes\";d:0;s:8:\"shipping\";d:0;s:11:\"net_revenue\";d:0;s:19:\"avg_items_per_order\";d:0;s:15:\"avg_order_value\";d:0;s:15:\"total_customers\";i:0;s:8:\"segments\";a:0:{}}}}s:5:\"total\";i:1;s:5:\"pages\";i:1;s:7:\"page_no\";i:1;}}','no');
INSERT INTO `wplc_options` VALUES (810909,'_transient_wc_report_orders_stats_3127a73936c7d63f1012d57eb2037edd','a:2:{s:7:\"version\";s:10:\"1698383062\";s:5:\"value\";O:8:\"stdClass\":5:{s:6:\"totals\";O:8:\"stdClass\":15:{s:12:\"orders_count\";i:0;s:14:\"num_items_sold\";i:0;s:11:\"gross_sales\";d:0;s:11:\"total_sales\";d:0;s:7:\"coupons\";d:0;s:13:\"coupons_count\";i:0;s:7:\"refunds\";d:0;s:5:\"taxes\";d:0;s:8:\"shipping\";d:0;s:11:\"net_revenue\";d:0;s:19:\"avg_items_per_order\";d:0;s:15:\"avg_order_value\";d:0;s:15:\"total_customers\";i:0;s:8:\"products\";i:0;s:8:\"segments\";a:0:{}}s:9:\"intervals\";a:1:{i:0;a:6:{s:8:\"interval\";s:7:\"2024-03\";s:10:\"date_start\";s:19:\"2024-01-17 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2024-01-17 06:00:00\";s:8:\"date_end\";s:19:\"2024-01-17 19:25:19\";s:12:\"date_end_gmt\";s:19:\"2024-01-18 01:25:19\";s:9:\"subtotals\";O:8:\"stdClass\":14:{s:12:\"orders_count\";i:0;s:14:\"num_items_sold\";i:0;s:11:\"gross_sales\";d:0;s:11:\"total_sales\";d:0;s:7:\"coupons\";d:0;s:13:\"coupons_count\";i:0;s:7:\"refunds\";d:0;s:5:\"taxes\";d:0;s:8:\"shipping\";d:0;s:11:\"net_revenue\";d:0;s:19:\"avg_items_per_order\";d:0;s:15:\"avg_order_value\";d:0;s:15:\"total_customers\";i:0;s:8:\"segments\";a:0:{}}}}s:5:\"total\";i:1;s:5:\"pages\";i:1;s:7:\"page_no\";i:1;}}','no');
INSERT INTO `wplc_options` VALUES (810910,'_transient_timeout_wc_report_orders_stats_6cfece6bbb2bad0067ca44ef4fd86525','1706142319','no');
INSERT INTO `wplc_options` VALUES (810911,'_transient_wc_report_orders_stats_6cfece6bbb2bad0067ca44ef4fd86525','a:2:{s:7:\"version\";s:10:\"1698383062\";s:5:\"value\";O:8:\"stdClass\":5:{s:6:\"totals\";O:8:\"stdClass\":15:{s:12:\"orders_count\";i:0;s:14:\"num_items_sold\";i:0;s:11:\"gross_sales\";d:0;s:11:\"total_sales\";d:0;s:7:\"coupons\";d:0;s:13:\"coupons_count\";i:0;s:7:\"refunds\";d:0;s:5:\"taxes\";d:0;s:8:\"shipping\";d:0;s:11:\"net_revenue\";d:0;s:19:\"avg_items_per_order\";d:0;s:15:\"avg_order_value\";d:0;s:15:\"total_customers\";i:0;s:8:\"products\";i:0;s:8:\"segments\";a:0:{}}s:9:\"intervals\";a:1:{i:0;a:6:{s:8:\"interval\";s:7:\"2024-03\";s:10:\"date_start\";s:19:\"2024-01-17 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2024-01-17 06:00:00\";s:8:\"date_end\";s:19:\"2024-01-17 19:25:19\";s:12:\"date_end_gmt\";s:19:\"2024-01-18 01:25:19\";s:9:\"subtotals\";O:8:\"stdClass\":14:{s:12:\"orders_count\";i:0;s:14:\"num_items_sold\";i:0;s:11:\"gross_sales\";d:0;s:11:\"total_sales\";d:0;s:7:\"coupons\";d:0;s:13:\"coupons_count\";i:0;s:7:\"refunds\";d:0;s:5:\"taxes\";d:0;s:8:\"shipping\";d:0;s:11:\"net_revenue\";d:0;s:19:\"avg_items_per_order\";d:0;s:15:\"avg_order_value\";d:0;s:15:\"total_customers\";i:0;s:8:\"segments\";a:0:{}}}}s:5:\"total\";i:1;s:5:\"pages\";i:1;s:7:\"page_no\";i:1;}}','no');
INSERT INTO `wplc_options` VALUES (810916,'_transient_timeout_wc_product_children_3853','1708129551','no');
INSERT INTO `wplc_options` VALUES (810917,'_transient_wc_product_children_3853','a:2:{s:3:\"all\";a:0:{}s:7:\"visible\";a:0:{}}','no');
INSERT INTO `wplc_options` VALUES (810918,'_transient_timeout_wc_product_children_3838','1708129551','no');
INSERT INTO `wplc_options` VALUES (810919,'_transient_wc_product_children_3838','a:2:{s:3:\"all\";a:0:{}s:7:\"visible\";a:0:{}}','no');
INSERT INTO `wplc_options` VALUES (811029,'_transient_timeout_wc_product_children_8982','1708129782','no');
INSERT INTO `wplc_options` VALUES (811030,'_transient_wc_product_children_8982','a:2:{s:3:\"all\";a:3:{i:0;i:8983;i:1;i:8984;i:2;i:8985;}s:7:\"visible\";a:3:{i:0;i:8983;i:1;i:8984;i:2;i:8985;}}','no');
INSERT INTO `wplc_options` VALUES (811038,'_transient_timeout_wc_term_counts','1708129785','no');
INSERT INTO `wplc_options` VALUES (811039,'_transient_wc_term_counts','a:8:{i:21;s:1:\"3\";i:193;s:1:\"1\";i:54;s:1:\"3\";i:53;s:1:\"3\";i:74;s:1:\"0\";i:77;s:1:\"3\";i:52;s:1:\"3\";i:55;s:1:\"3\";}','no');
INSERT INTO `wplc_options` VALUES (811040,'_transient_timeout_wc_var_prices_8982','1708129785','no');
INSERT INTO `wplc_options` VALUES (811041,'_transient_wc_var_prices_8982','{\"version\":\"1705537779\",\"f9e544f77b7eac7add281ef28ca5559f\":{\"price\":{\"8983\":\"10.00\",\"8984\":\"10.00\",\"8985\":\"10.00\"},\"regular_price\":{\"8983\":\"10.00\",\"8984\":\"10.00\",\"8985\":\"10.00\"},\"sale_price\":{\"8983\":\"10.00\",\"8984\":\"10.00\",\"8985\":\"10.00\"}},\"4173c8e28f114c545d779c47fd7e2df1\":{\"price\":{\"8983\":\"10.00\",\"8984\":\"10.00\",\"8985\":\"10.00\"},\"regular_price\":{\"8983\":\"10.00\",\"8984\":\"10.00\",\"8985\":\"10.00\"},\"sale_price\":{\"8983\":\"10.00\",\"8984\":\"10.00\",\"8985\":\"10.00\"}}}','no');
INSERT INTO `wplc_options` VALUES (811042,'_transient_timeout_wc_child_has_weight_8982','1708129786','no');
INSERT INTO `wplc_options` VALUES (811043,'_transient_wc_child_has_weight_8982','0','no');
INSERT INTO `wplc_options` VALUES (811044,'_transient_timeout_wc_child_has_dimensions_8982','1708129786','no');
INSERT INTO `wplc_options` VALUES (811045,'_transient_wc_child_has_dimensions_8982','0','no');
INSERT INTO `wplc_options` VALUES (811803,'_transient_timeout_wcs_do_subscriptions_exist','1706208962','no');
INSERT INTO `wplc_options` VALUES (811804,'_transient_wcs_do_subscriptions_exist','','no');
INSERT INTO `wplc_options` VALUES (812003,'_transient_timeout_wc_products_onsale','1708246844','no');
INSERT INTO `wplc_options` VALUES (812004,'_transient_wc_products_onsale','a:0:{}','no');
INSERT INTO `wplc_options` VALUES (812487,'wphb-minification-errors','a:2:{s:7:\"scripts\";a:0:{}s:6:\"styles\";a:4:{s:27:\"szbd-shipping-message-block\";a:3:{s:4:\"code\";s:13:\"empty-content\";s:5:\"error\";s:32:\"It looks like this file is empty\";s:7:\"disable\";a:0:{}}s:40:\"szbd-shipping-message-blocks-integration\";a:3:{s:4:\"code\";s:13:\"empty-content\";s:5:\"error\";s:32:\"It looks like this file is empty\";s:7:\"disable\";a:0:{}}s:27:\"szbd-method-selection-block\";a:3:{s:4:\"code\";s:13:\"empty-content\";s:5:\"error\";s:32:\"It looks like this file is empty\";s:7:\"disable\";a:0:{}}s:36:\"shipping-workshop-blocks-integration\";a:3:{s:4:\"code\";s:13:\"empty-content\";s:5:\"error\";s:32:\"It looks like this file is empty\";s:7:\"disable\";a:0:{}}}}','yes');
INSERT INTO `wplc_options` VALUES (812844,'elementor_pro_remote_info_api_data_3.18.2','a:2:{s:7:\"timeout\";i:1705807656;s:5:\"value\";s:208621:\"{\"stable_version\":\"3.18.3\",\"last_updated\":\"2022-05-10 14:03:37\",\"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:194338:\\\"<h2>Elementor Pro - by Elementor.com<\\/h2>\\n<h4>3.18.3 - 2024-01-17<\\/h4>\\n<ul>\\n<li>Fix: Improved code security enforcement in Table of Contents widget<\\/li>\\n<li>Fix: Improved code security enforcement in Countdown widget<\\/li>\\n<li>Fix: Kit is not being deleted when using Remove Kit feature<\\/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>&lt;search&gt;<\\/code> wrapper in Search Form widget<\\/li>\\n<li>Tweak: Added semantic <code>&lt;search&gt;<\\/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>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 &quot;Offset Sides&quot; 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 &quot;Title HTML Tag&quot; and &quot;Description HTML Tag&quot; in Price List widget<\\/li>\\n<li>Tweak: Added &quot;Title HTML Tag&quot; and &quot;Description HTML Tag&quot; in Slides widget<\\/li>\\n<li>Tweak: Added &quot;Title HTML Tag&quot; and &quot;Description HTML Tag&quot; in Flip Box widget<\\/li>\\n<li>Tweak: Added &quot;Description HTML Tag&quot; 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.3 - 2023-04-23<\\/h4>\\n<ul>\\n<li>Fix: Document is not loading after assigning a CSS ID value to a menu item in Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21934\\\">#21934<\\/a>)<\\/li>\\n<li>Fix: Elementor CLI causes conflicts with other CLI commands when using PHP 8+ (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21582\\\">#21582<\\/a>)<\\/li>\\n<li>Fix: Dropdown content area is not working as expected with Space Between and Margins in Menu widget<\\/li>\\n<li>Fix: Reverted the option to set a custom icon to Remove Item in Menu Cart widget<\\/li>\\n<li>Fix: Mini cart template appears as empty in various scenarios in Menu Cart widget<\\/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 &quot;Form Validation&quot; 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 &quot;Advanced Rules&quot; 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 &amp; Back handle from the Loop Carousel becomes inaccessible in some cases ([#21316]<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21316\\\">https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21316<\\/a>)<\\/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 &amp; 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-21<\\/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-07<\\/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 &amp; 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 ([#19553] (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19553\\\">https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/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 characher is showing up as <code>&amp;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 &quot;Row&quot; 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 &amp; 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 &amp; 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 &amp; 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 &quot;Auto Updates&quot; 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 &quot;Excerpt Length&quot; 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 &quot;Need Help&quot; 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 &amp; 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 &quot;Change&quot; 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 &amp; 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 &quot;Standard&quot; 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=\\\"#11475\\\"><a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11475\\\">https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11475<\\/a><\\/a>, <a href=\\\"#10690\\\"><a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10690\\\">https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10690<\\/a><\\/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 &quot;Show on Browsers&quot; 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 &quot;Canvas&quot; 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 &quot;Move to Trash&quot; 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 &quot;Learn More&quot; 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 &quot;occurred&quot; 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 &quot;Progress Bar&quot; and &quot;None&quot; 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 &quot;for&quot; 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 &quot;Save Changes&quot; 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: &quot;No headings were found on this page&quot; 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 &quot;Open in new tab&quot; 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: &quot;Graphic Element&quot; 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 &amp; 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: &quot;Reply To&quot; option not working in Form widget &quot;Email 2&quot; 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: &quot;No products were found&quot; message not being displayed in an empty Products Archive<\\/li>\\n<li>Fix: Redundant <code>&lt;br&gt;<\\/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>&lt;p&gt;<\\/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 &quot;undefined Index&quot; 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 &quot;Custom label&quot; 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 &quot;Date&quot; 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 &quot;By Author&quot; 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 &quot;All&quot; 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 &amp; 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 &quot;Save as Global&quot; 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 &quot;Infinite Loop&quot; enabled with &quot;Autoplay&quot; 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 &gt;=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>&gt;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: &quot;Child of Term&quot; and &quot;Any child of term&quot; 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 &amp; 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 &amp; 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 &quot;All Archives&quot; 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 &amp; column style<\\/li>\\n<li>Fix: Form integration AJAX cache override<\\/li>\\n<li>Fix: Removed redundant CSS on Canvas &amp; 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 &amp; 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 &quot;Show up to X times&quot; 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 &quot;Scrolling Effects&quot; section label to &quot;Motion Effects&quot;<\\/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 &amp; Rows Gap controls (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6913\\\">#6913<\\/a>)<\\/li>\\n<li>Tweak: WC Menu cart &quot;View Cart&quot; &amp; &quot;Checkout&quot; 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>&lt;IfModule&gt;<\\/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 &quot;On&quot;<\\/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 &quot;Nothing Found&quot; message<\\/li>\\n<li>Tweak: Added <code>elementor_pro\\/theme_builder\\/archive\\/escape_nothing_found_message<\\/code> Filter to avoid HTML escaping in &quot;Nothing Found&quot; 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 &amp; CTA widgets<\\/li>\\n<li>Fix: Post Terms in Post Info widget<\\/li>\\n<li>Fix: Added screen reader to some icons &amp; 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> &amp; <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 &amp; Custom CSS for Header &amp; 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 &quot;Edit Template&quot; 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 &quot;Any Child Of&quot; condition to template conditions (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5321\\\">#5321<\\/a>)<\\/li>\\n<li>New: Added &quot;In Child&quot; 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 &quot;Child Of&quot; templates condition to &quot;Direct Child Of&quot;<\\/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 &amp; 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 &amp; 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 &amp; widgets for WooCommerce: Gallery, Image, Price, Rating, Description, Breadcrumbs, Data Tabs, Stock, Related, Upsell, Title &amp; 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 &amp; 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 &amp; 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 &quot;Nothing Found&quot; 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 &quot;All Singular&quot;<\\/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 &amp; 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 &amp; 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 &quot;Content Only mode&quot; (<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 &amp; 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 &amp; 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 &quot;Tweet&quot; 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 &amp; 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 &amp; 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 &amp; 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 &quot;required&quot; 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 &quot;Bring to Front&quot; 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 &amp; 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 &amp; 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 &amp; 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 &amp; 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 &amp; 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 &amp; 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 &quot;none&quot; 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 &amp; 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 &amp; 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.18.3\",\"name\":\"Elementor Pro\",\"slug\":\"elementor-pro\",\"url\":\"https:\\/\\/elementor.com\\/pro\\/changelog\\/\",\"homepage\":\"https:\\/\\/elementor.com\\/pro\\/\",\"requires\":\"5.0\",\"tested\":\"6.4.2\",\"elementor_requires\":\"3.0.1\",\"package\":\"https:\\/\\/plugin-downloads.elementor.com\\/v2\\/package_download\\/eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJsaWNlbnNlIjoiZXAtSGI2U0RCNnB0bUFqek1NdXZuRlkxNjk3MTU4OTI4WmI3TENIUGx0ZHNQIiwidXJsIjoiaHR0cHM6Ly93d3cuZHViZGVsaXZlcnkuY2x1YiIsImRvd25sb2FkX2JldGEiOmZhbHNlLCJmaWxlX2tleSI6IjEiLCJpYXQiOjE3MDU3ODYwNTUsImV4cCI6MTcwNTg3MjQ1NX0.az18Fx5yhYHlogb8RnyoVxl4ezmXduiTH_-zyFhnFas\\/package_download\",\"download_link\":\"https:\\/\\/plugin-downloads.elementor.com\\/v2\\/package_download\\/eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJsaWNlbnNlIjoiZXAtSGI2U0RCNnB0bUFqek1NdXZuRlkxNjk3MTU4OTI4WmI3TENIUGx0ZHNQIiwidXJsIjoiaHR0cHM6Ly93d3cuZHViZGVsaXZlcnkuY2x1YiIsImRvd25sb2FkX2JldGEiOmZhbHNlLCJmaWxlX2tleSI6IjEiLCJpYXQiOjE3MDU3ODYwNTUsImV4cCI6MTcwNTg3MjQ1NX0.az18Fx5yhYHlogb8RnyoVxl4ezmXduiTH_-zyFhnFas\\/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.4.2\",\"elementor_requires\":\"3.0.1\",\"package\":\"https:\\/\\/plugin-downloads.elementor.com\\/v2\\/previous_download\\/eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJsaWNlbnNlIjoiZXAtSGI2U0RCNnB0bUFqek1NdXZuRlkxNjk3MTU4OTI4WmI3TENIUGx0ZHNQIiwidmVyc2lvbiI6IjMuNy4wIiwidXJsIjoiaHR0cHM6Ly93d3cuZHViZGVsaXZlcnkuY2x1YiIsImlhdCI6MTcwNTc4NjA1NSwiZXhwIjoxNzA1ODcyNDU1fQ.okXcEwjiDRY4BwKuJIJ1PdP_QzPjkghxCXw5u9c8qAc\\/previous_download\",\"download_link\":\"https:\\/\\/plugin-downloads.elementor.com\\/v2\\/previous_download\\/eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJsaWNlbnNlIjoiZXAtSGI2U0RCNnB0bUFqek1NdXZuRlkxNjk3MTU4OTI4WmI3TENIUGx0ZHNQIiwidmVyc2lvbiI6IjMuNy4wIiwidXJsIjoiaHR0cHM6Ly93d3cuZHViZGVsaXZlcnkuY2x1YiIsImlhdCI6MTcwNTc4NjA1NSwiZXhwIjoxNzA1ODcyNDU1fQ.okXcEwjiDRY4BwKuJIJ1PdP_QzPjkghxCXw5u9c8qAc\\/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}\";}','no');
INSERT INTO `wplc_options` VALUES (813238,'_transient_timeout_jetpack_https_test_message','1706054408','no');
INSERT INTO `wplc_options` VALUES (813239,'_transient_jetpack_https_test_message','','no');
INSERT INTO `wplc_options` VALUES (813256,'_transient_timeout_smartcrawl_redirection_notice_0_10585','1705969820','no');
INSERT INTO `wplc_options` VALUES (813257,'_transient_smartcrawl_redirection_notice_0_10585','{\"action\":\"delete\",\"url\":\"?post_type=wphb_minify_group&p=10585\"}','no');
INSERT INTO `wplc_options` VALUES (813279,'_transient_timeout_jetpack_woocommerce_analytics_cart_checkout_content_sources','1705971572','no');
INSERT INTO `wplc_options` VALUES (813280,'_transient_jetpack_woocommerce_analytics_cart_checkout_content_sources','a:2:{s:19:\"cart_content_source\";s:5453:\"<a href=\"https://www.dubdelivery.club/\">\n						Back To Shop\n					</a>\n			<style>/*! elementor - v3.18.0 - 06-12-2023 */\n.elementor-widget-progress{text-align:left}.elementor-progress-wrapper{position:relative;background-color:#eee;color:#fff;height:100%;border-radius:2px}.elementor-progress-bar{display:flex;background-color:#69727d;width:0;font-size:11px;height:30px;line-height:30px;border-radius:2px;transition:width 1s ease-in-out}.elementor-progress-text{flex-grow:1;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;padding-left:15px}.elementor-progress-percentage{padding-right:15px}.elementor-widget-progress .elementor-progress-wrapper.progress-info .elementor-progress-bar{background-color:#5bc0de}.elementor-widget-progress .elementor-progress-wrapper.progress-success .elementor-progress-bar{background-color:#5cb85c}.elementor-widget-progress .elementor-progress-wrapper.progress-warning .elementor-progress-bar{background-color:#f0ad4e}.elementor-widget-progress .elementor-progress-wrapper.progress-danger .elementor-progress-bar{background-color:#d9534f}.elementor-progress .elementor-title{display:block}@media (max-width:767px){.elementor-progress-text{padding-left:10px}}.e-con-inner .elementor-progress-wrapper,.e-con .elementor-progress-wrapper{height:auto}</style>			\n				Order Progress			\n				Completing Cart Verification\n									40%\n			<link rel=\"stylesheet\" href=\"https://www.dubdelivery.club/wp-content/plugins/elementor-pro/assets/css/widget-woocommerce.min.css\">		\n						<!--open container-->\n							<!--open column-1-->\n<form action=\"https://www.dubdelivery.club/?p=8518\" method=\"post\">\n						<!--open shop table div -->\n	<table cellspacing=\"0\">\n		<thead>\n			<tr>\n				<th>Remove item</th>\n				<th>Thumbnail image</th>\n				<th>Product</th>\n				<th>Price</th>\n				<th>Quantity</th>\n				<th>Subtotal</th>\n			</tr>\n		</thead>\n		<tbody>\n								<tr>\n						<td>\n							<a href=\"https://www.dubdelivery.club/?p=8518&#038;remove_item=af21d0c97db2e27e13572cbf59eb343d&#038;_wpnonce=798ed2af75\" aria-label=\"Remove Dub Delivery Club - Best Buds Membership from cart\" data-product_id=\"1105\" data-product_sku=\"DUB-1V4OO\">&times;</a>						</td>\n						<td>\n						<img width=\"300\" height=\"300\" src=\"https://www.dubdelivery.club/wp-content/uploads/2022/12/DUB-NUG-300x300.png\" alt=\"\" decoding=\"async\" srcset=\"https://www.dubdelivery.club/wp-content/uploads/2022/12/DUB-NUG-300x300.png 300w, https://www.dubdelivery.club/wp-content/uploads/2022/12/DUB-NUG-150x150.png 150w, https://www.dubdelivery.club/wp-content/uploads/2022/12/DUB-NUG-100x100.png 100w\" sizes=\"(max-width: 300px) 100vw, 300px\" />						</td>\n						<td data-title=\"Product\">\n						Dub Delivery Club - Best Buds Membership&nbsp;						</td>\n						<td data-title=\"Price\">\n							<bdi>&#36;5.00</bdi>  / month with a 90-day free trial						</td>\n						<td data-title=\"Quantity\">\n		<label for=\"quantity_65727c299e2f9\">Dub Delivery Club - Best Buds Membership quantity</label>\n	<input\n		type=\"number\"\n				id=\"quantity_65727c299e2f9\"\n		class=\"input-text qty text\"\n		name=\"cart[af21d0c97db2e27e13572cbf59eb343d][qty]\"\n		value=\"1\"\n		aria-label=\"Product quantity\"\n		size=\"4\"\n		min=\"0\"\n		max=\"\"\n					step=\"1\"\n			placeholder=\"\"\n			inputmode=\"numeric\"\n			autocomplete=\"off\"\n			/>\n						</td>\n						<td data-title=\"Subtotal\">\n							<bdi>&#36;5.00</bdi>  / month with a 90-day free trial						</td>\n					</tr>\n			<tr>\n				<td colspan=\"6\">\n					<button type=\"submit\" name=\"update_cart\" value=\"Update Cart\">Update Cart</button>\n					<input type=\"hidden\" id=\"woocommerce-cart-nonce\" name=\"woocommerce-cart-nonce\" value=\"798ed2af75\" /><input type=\"hidden\" name=\"_wp_http_referer\" value=\"/wp-admin/admin-ajax.php\" />				</td>\n			</tr>\n					</tbody>\n	</table>\n					<!--close shop table div -->\n					<input type=\"text\" name=\"coupon_code\" id=\"coupon_code\" value=\"\" placeholder=\"Coupon code\" />\n					<button name=\"apply_coupon\" type=\"submit\" value=\"Apply coupon\">Apply coupon</button>\n		</form>\n						<!--close column-1-->\n							<!--open column-2-->\n									<!--open column-inner-->\n										<!--open cart-totals-->\n	<h2>Cart Totals</h2>\n	<table cellspacing=\"0\">\n		<tr>\n			<th>Subtotal</th>\n			<td data-title=\"Subtotal\"><bdi>&#36;0.00</bdi></td>\n		</tr>\n						<tr>\n					<th>Tax</th>\n					<td data-title=\"Tax\"><bdi>&#36;0.00</bdi></td>\n				</tr>\n		<tr>\n			<th>Total</th>\n			<td data-title=\"Total\"><strong><bdi>&#36;0.00</bdi></strong> </td>\n		</tr>\n<tr>\n	<th colspan=\"2\">Recurring totals</th>\n</tr>\n	<tr>\n					<th rowspan=\"1\">Subtotal</th>\n		<td data-title=\"Subtotal\">&#036;5.00 / month</td>\n						<tr>\n						<th>\n							Shipping via Local Delivery						</th>\n						<td data-title=\"\n						Shipping via Local Delivery						\">\n							Free							<input type=\"hidden\" name=\"shipping_method[2024_03_07_monthly_after_a_90_day_trial_0]\" data-index=\"2024_03_07_monthly_after_a_90_day_trial_0\" id=\"shipping_method_2024_03_07_monthly_after_a_90_day_trial_0_flat_rate9\" value=\"flat_rate:9\"  />																											</td>\n					</tr>\n	<tr>\n					<th>Tax</th>\n		<td data-title=\"Tax\">&#036;0.31 / month</td>\n		<tr>\n					<th rowspan=\"1\">Recurring total</th>\n		<td data-title=\"Recurring total\"><strong>&#036;5.31</strong>  / month<small>First renewal: March 6, 2024</small></td>\n		</tr> \n	</table>\n<a href=\"https://www.dubdelivery.club/checkout/\">\n	Proceed to Checkout</a>\n									<!--close cart-totals-->\n									<!--close column-inner-->\n							<!--close column-2-->\n						<!--close container-->\";s:23:\"checkout_content_source\";s:16655:\"<a href=\"https://www.dubdelivery.club/\">\n						Back To Shop\n					</a>\n			<style>/*! elementor - v3.18.0 - 04-12-2023 */\n.elementor-widget-progress{text-align:left}.elementor-progress-wrapper{position:relative;background-color:#eee;color:#fff;height:100%;border-radius:2px}.elementor-progress-bar{display:flex;background-color:#69727d;width:0;font-size:11px;height:30px;line-height:30px;border-radius:2px;transition:width 1s ease-in-out}.elementor-progress-text{flex-grow:1;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;padding-left:15px}.elementor-progress-percentage{padding-right:15px}.elementor-widget-progress .elementor-progress-wrapper.progress-info .elementor-progress-bar{background-color:#5bc0de}.elementor-widget-progress .elementor-progress-wrapper.progress-success .elementor-progress-bar{background-color:#5cb85c}.elementor-widget-progress .elementor-progress-wrapper.progress-warning .elementor-progress-bar{background-color:#f0ad4e}.elementor-widget-progress .elementor-progress-wrapper.progress-danger .elementor-progress-bar{background-color:#d9534f}.elementor-progress .elementor-title{display:block}@media (max-width:767px){.elementor-progress-text{padding-left:10px}}.e-con-inner .elementor-progress-wrapper,.e-con .elementor-progress-wrapper{height:auto}</style>			\n				Order Progress			\n				Finalizing Order Information\n									60%\n			<link rel=\"stylesheet\" href=\"https://www.dubdelivery.club/wp-content/plugins/elementor-pro/assets/css/widget-woocommerce.min.css\">\n<form name=\"checkout\" method=\"post\" action=\"https://www.dubdelivery.club/checkout/\" enctype=\"multipart/form-data\">\n			<!--open container-->\n				<!--open column-1-->\n		<h3>Billing Details</h3>\n		<p id=\"billing_first_name_field\" data-priority=\"10\"><label for=\"billing_first_name\">First Name&nbsp;<abbr title=\"required\">*</abbr></label><input type=\"text\" name=\"billing_first_name\" id=\"billing_first_name\" placeholder=\"First Name\"  value=\"Ryan\" autocomplete=\"given-name\" /></p><p id=\"billing_last_name_field\" data-priority=\"20\"><label for=\"billing_last_name\">Last Name&nbsp;<abbr title=\"required\">*</abbr></label><input type=\"text\" name=\"billing_last_name\" id=\"billing_last_name\" placeholder=\"Last Name\"  value=\"Reiffenberger\" autocomplete=\"family-name\" /></p><p id=\"billing_company_field\" data-priority=\"30\"><label for=\"billing_company\">Company Name&nbsp;(optional)</label><input type=\"text\" name=\"billing_company\" id=\"billing_company\" placeholder=\"Company Name\"  value=\"\" autocomplete=\"organization\" /></p><p id=\"billing_country_field\" data-priority=\"40\"><label for=\"billing_country\">Country / Region&nbsp;<abbr title=\"required\">*</abbr></label><strong>United States (US)</strong><input type=\"hidden\" name=\"billing_country\" id=\"billing_country\" value=\"US\" autocomplete=\"country\" readonly=\"readonly\" /></p><p id=\"billing_address_1_field\" data-priority=\"50\"><label for=\"billing_address_1\">Street address&nbsp;<abbr title=\"required\">*</abbr></label><input type=\"text\" name=\"billing_address_1\" id=\"billing_address_1\" placeholder=\"House number and street name\"  value=\"3200 South Westbrooke Lane\" autocomplete=\"address-line1\" /></p><p id=\"billing_address_2_field\" data-priority=\"60\"><label for=\"billing_address_2\">Apartment, suite, unit, etc.&nbsp;(optional)</label><input type=\"text\" name=\"billing_address_2\" id=\"billing_address_2\" placeholder=\"Apartment, suite, unit, etc. (optional)\"  value=\"#100\" autocomplete=\"address-line2\" /></p><p id=\"billing_city_field\" data-priority=\"70\"><label for=\"billing_city\">Town / City&nbsp;<abbr title=\"required\">*</abbr></label><input type=\"text\" name=\"billing_city\" id=\"billing_city\" placeholder=\"\"  value=\"Sioux Falls\" autocomplete=\"address-level2\" /></p><p id=\"billing_state_field\" data-priority=\"80\"><label for=\"billing_state\">State&nbsp;<abbr title=\"required\">*</abbr></label><select name=\"billing_state\" id=\"billing_state\" autocomplete=\"address-level1\" data-placeholder=\"Select an option&hellip;\"  data-input-classes=\"\" data-label=\"State\">\n						<option value=\"\">Select an option&hellip;</option><option value=\"AL\" >Alabama</option><option value=\"AK\" >Alaska</option><option value=\"AZ\" >Arizona</option><option value=\"AR\" >Arkansas</option><option value=\"CA\" >California</option><option value=\"CO\" >Colorado</option><option value=\"CT\" >Connecticut</option><option value=\"DE\" >Delaware</option><option value=\"DC\" >District Of Columbia</option><option value=\"FL\" >Florida</option><option value=\"GA\" >Georgia</option><option value=\"HI\" >Hawaii</option><option value=\"ID\" >Idaho</option><option value=\"IL\" >Illinois</option><option value=\"IN\" >Indiana</option><option value=\"IA\" >Iowa</option><option value=\"KS\" >Kansas</option><option value=\"KY\" >Kentucky</option><option value=\"LA\" >Louisiana</option><option value=\"ME\" >Maine</option><option value=\"MD\" >Maryland</option><option value=\"MA\" >Massachusetts</option><option value=\"MI\" >Michigan</option><option value=\"MN\" >Minnesota</option><option value=\"MS\" >Mississippi</option><option value=\"MO\" >Missouri</option><option value=\"MT\" >Montana</option><option value=\"NE\" >Nebraska</option><option value=\"NV\" >Nevada</option><option value=\"NH\" >New Hampshire</option><option value=\"NJ\" >New Jersey</option><option value=\"NM\" >New Mexico</option><option value=\"NY\" >New York</option><option value=\"NC\" >North Carolina</option><option value=\"ND\" >North Dakota</option><option value=\"OH\" >Ohio</option><option value=\"OK\" >Oklahoma</option><option value=\"OR\" >Oregon</option><option value=\"PA\" >Pennsylvania</option><option value=\"RI\" >Rhode Island</option><option value=\"SC\" >South Carolina</option><option value=\"SD\"  selected=\'selected\'>South Dakota</option><option value=\"TN\" >Tennessee</option><option value=\"TX\" >Texas</option><option value=\"UT\" >Utah</option><option value=\"VT\" >Vermont</option><option value=\"VA\" >Virginia</option><option value=\"WA\" >Washington</option><option value=\"WV\" >West Virginia</option><option value=\"WI\" >Wisconsin</option><option value=\"WY\" >Wyoming</option><option value=\"AA\" >Armed Forces (AA)</option><option value=\"AE\" >Armed Forces (AE)</option><option value=\"AP\" >Armed Forces (AP)</option></select></p><p id=\"billing_postcode_field\" data-priority=\"90\"><label for=\"billing_postcode\">ZIP Code&nbsp;<abbr title=\"required\">*</abbr></label><input type=\"text\" name=\"billing_postcode\" id=\"billing_postcode\" placeholder=\"\"  value=\"57106\" autocomplete=\"postal-code\" /></p><p id=\"billing_phone_field\" data-priority=\"100\"><label for=\"billing_phone\">Phone&nbsp;<abbr title=\"required\">*</abbr></label><input type=\"tel\" name=\"billing_phone\" id=\"billing_phone\" placeholder=\"Phone\"  value=\"6053107208\" autocomplete=\"tel\" /></p><p id=\"billing_email_field\" data-priority=\"110\"><label for=\"billing_email\">Email Address&nbsp;<abbr title=\"required\">*</abbr></label><input type=\"email\" name=\"billing_email\" id=\"billing_email\" placeholder=\"Email Address\"  value=\"ryan@ftghost.net\" autocomplete=\"email username\" /></p>	\n		<h3 id=\"ship-to-different-address\">\n			<label>\n				<input id=\"ship-to-different-address-checkbox\"  type=\"checkbox\" name=\"ship_to_different_address\" value=\"1\" /> Ship To A Different Address?\n			</label>\n		</h3>\n				<p id=\"shipping_first_name_field\" data-priority=\"10\"><label for=\"shipping_first_name\">First Name&nbsp;<abbr title=\"required\">*</abbr></label><input type=\"text\" name=\"shipping_first_name\" id=\"shipping_first_name\" placeholder=\"First Name\"  value=\"Ryan\" autocomplete=\"given-name\" /></p><p id=\"shipping_last_name_field\" data-priority=\"20\"><label for=\"shipping_last_name\">Last Name&nbsp;<abbr title=\"required\">*</abbr></label><input type=\"text\" name=\"shipping_last_name\" id=\"shipping_last_name\" placeholder=\"Last Name\"  value=\"Reiffenberger\" autocomplete=\"family-name\" /></p><p id=\"shipping_company_field\" data-priority=\"30\"><label for=\"shipping_company\">Company Name&nbsp;(optional)</label><input type=\"text\" name=\"shipping_company\" id=\"shipping_company\" placeholder=\"Company Name\"  value=\"\" autocomplete=\"organization\" /></p><p id=\"shipping_country_field\" data-priority=\"40\"><label for=\"shipping_country\">Country / Region&nbsp;<abbr title=\"required\">*</abbr></label><strong>United States (US)</strong><input type=\"hidden\" name=\"shipping_country\" id=\"shipping_country\" value=\"US\" autocomplete=\"country\" readonly=\"readonly\" /></p><p id=\"shipping_address_1_field\" data-priority=\"50\"><label for=\"shipping_address_1\">Street address&nbsp;<abbr title=\"required\">*</abbr></label><input type=\"text\" name=\"shipping_address_1\" id=\"shipping_address_1\" placeholder=\"House number and street name\"  value=\"3200 South Westbrooke Lane\" autocomplete=\"address-line1\" /></p><p id=\"shipping_address_2_field\" data-priority=\"60\"><label for=\"shipping_address_2\">Apartment, suite, unit, etc.&nbsp;(optional)</label><input type=\"text\" name=\"shipping_address_2\" id=\"shipping_address_2\" placeholder=\"Apartment, suite, unit, etc. (optional)\"  value=\"#100\" autocomplete=\"address-line2\" /></p><p id=\"shipping_city_field\" data-priority=\"70\"><label for=\"shipping_city\">Town / City&nbsp;<abbr title=\"required\">*</abbr></label><input type=\"text\" name=\"shipping_city\" id=\"shipping_city\" placeholder=\"\"  value=\"Sioux Falls\" autocomplete=\"address-level2\" /></p><p id=\"shipping_state_field\" data-priority=\"80\"><label for=\"shipping_state\">State&nbsp;<abbr title=\"required\">*</abbr></label><select name=\"shipping_state\" id=\"shipping_state\" autocomplete=\"address-level1\" data-placeholder=\"Select an option&hellip;\"  data-input-classes=\"\" data-label=\"State\">\n						<option value=\"\">Select an option&hellip;</option><option value=\"AL\" >Alabama</option><option value=\"AK\" >Alaska</option><option value=\"AZ\" >Arizona</option><option value=\"AR\" >Arkansas</option><option value=\"CA\" >California</option><option value=\"CO\" >Colorado</option><option value=\"CT\" >Connecticut</option><option value=\"DE\" >Delaware</option><option value=\"DC\" >District Of Columbia</option><option value=\"FL\" >Florida</option><option value=\"GA\" >Georgia</option><option value=\"HI\" >Hawaii</option><option value=\"ID\" >Idaho</option><option value=\"IL\" >Illinois</option><option value=\"IN\" >Indiana</option><option value=\"IA\" >Iowa</option><option value=\"KS\" >Kansas</option><option value=\"KY\" >Kentucky</option><option value=\"LA\" >Louisiana</option><option value=\"ME\" >Maine</option><option value=\"MD\" >Maryland</option><option value=\"MA\" >Massachusetts</option><option value=\"MI\" >Michigan</option><option value=\"MN\" >Minnesota</option><option value=\"MS\" >Mississippi</option><option value=\"MO\" >Missouri</option><option value=\"MT\" >Montana</option><option value=\"NE\" >Nebraska</option><option value=\"NV\" >Nevada</option><option value=\"NH\" >New Hampshire</option><option value=\"NJ\" >New Jersey</option><option value=\"NM\" >New Mexico</option><option value=\"NY\" >New York</option><option value=\"NC\" >North Carolina</option><option value=\"ND\" >North Dakota</option><option value=\"OH\" >Ohio</option><option value=\"OK\" >Oklahoma</option><option value=\"OR\" >Oregon</option><option value=\"PA\" >Pennsylvania</option><option value=\"RI\" >Rhode Island</option><option value=\"SC\" >South Carolina</option><option value=\"SD\"  selected=\'selected\'>South Dakota</option><option value=\"TN\" >Tennessee</option><option value=\"TX\" >Texas</option><option value=\"UT\" >Utah</option><option value=\"VT\" >Vermont</option><option value=\"VA\" >Virginia</option><option value=\"WA\" >Washington</option><option value=\"WV\" >West Virginia</option><option value=\"WI\" >Wisconsin</option><option value=\"WY\" >Wyoming</option><option value=\"AA\" >Armed Forces (AA)</option><option value=\"AE\" >Armed Forces (AE)</option><option value=\"AP\" >Armed Forces (AP)</option></select></p><p id=\"shipping_postcode_field\" data-priority=\"90\"><label for=\"shipping_postcode\">ZIP Code&nbsp;<abbr title=\"required\">*</abbr></label><input type=\"text\" name=\"shipping_postcode\" id=\"shipping_postcode\" placeholder=\"\"  value=\"57106\" autocomplete=\"postal-code\" /></p><p id=\"shipping_phone_field\" data-priority=\"\"><label for=\"shipping_phone\">Phone&nbsp;(optional)</label><input type=\"tel\" name=\"shipping_phone\" id=\"shipping_phone\" placeholder=\"\"  value=\"605-310-7208\" autocomplete=\"tel\" /></p>			\n							<p id=\"order_comments_field\" data-priority=\"\"><label for=\"order_comments\">Order Notes&nbsp;(optional)</label><textarea name=\"order_comments\" id=\"order_comments\" placeholder=\"Notes about your order, e.g. special notes for delivery.\"  rows=\"2\" cols=\"5\"></textarea></p>					\n							<!--close column-1-->\n					<!--open column-2-->\n							<!--open column-inner-->\n								<!--open order_review-->\n	<h3 id=\"order_review_heading\">Your Order</h3>\n		<table>\n	<thead>\n		<tr>\n			<th>Product</th>\n			<th>Subtotal</th>\n		</tr>\n	</thead>\n	<tbody>\n						<tr>\n					<td>\n						2.5x2.5 Sticky Icky Sticker - Chameleon w/ Cannabis (Copy) - 7G Flower&nbsp;						 <strong>&times;&nbsp;2</strong>											</td>\n					<td>\n						<bdi>&#36;70.00</bdi>					</td>\n				</tr>\n								<tr>\n					<td>\n						Dub Delivery Club - Best Buds Membership&nbsp;						 <strong>&times;&nbsp;1</strong>											</td>\n					<td>\n						<bdi>&#36;5.00</bdi>  / month with a 90-day free trial					</td>\n				</tr>\n					</tbody>\n	<tfoot>\n		<tr>\n			<th>Subtotal</th>\n			<td><bdi>&#36;70.00</bdi></td>\n		</tr>\n			<tr>\n	<th>Initial Shipment</th>\n	<td data-title=\"Initial Shipment\">\n					<ul id=\"shipping_method\">\n									<li>\n						<input type=\"hidden\" name=\"shipping_method[0]\" data-index=\"0\" id=\"shipping_method_0_flat_rate9\" value=\"flat_rate:9\" /><label for=\"shipping_method_0_flat_rate9\">Local Delivery</label>					</li>\n							</ul>\n			</td>\n</tr>\n									<tr>\n					<th>Tax</th>\n					<td><bdi>&#36;4.34</bdi></td>\n				</tr>\n		<tr>\n			<th>Total</th>\n			<td><strong><bdi>&#36;74.34</bdi></strong> </td>\n		</tr>\n<tr>\n	<th colspan=\"2\">Recurring totals</th>\n</tr>\n	<tr>\n					<th rowspan=\"1\">Subtotal</th>\n		<td data-title=\"Subtotal\">&#036;5.00 / month</td>\n						<tr>\n						<th>\n							Shipping via Local Delivery						</th>\n						<td data-title=\"\n						Shipping via Local Delivery						\">\n							Free							<input type=\"hidden\" name=\"shipping_method[2024_03_05_monthly_after_a_90_day_trial_0]\" data-index=\"2024_03_05_monthly_after_a_90_day_trial_0\" id=\"shipping_method_2024_03_05_monthly_after_a_90_day_trial_0_flat_rate9\" value=\"flat_rate:9\"  />																											</td>\n					</tr>\n	<tr>\n					<th>Tax</th>\n		<td data-title=\"Tax\">&#036;0.31 / month</td>\n		<tr>\n					<th rowspan=\"1\">Recurring total</th>\n		<td data-title=\"Recurring total\"><strong>&#036;5.31</strong>  / month<small>First renewal: March 5, 2024</small></td>\n		</tr> \n	</tfoot>\n</table>\n									<!--close wc_order_review-->\n								<!--close order_review-->\n			<p>Have a coupon? <a href=\"#\">Click here to enter your coupon code</a></p>\n				<label>If you have a coupon code, please apply it below.</label>\n							<input type=\"text\" name=\"coupon_code\" placeholder=\"Coupon code\" id=\"coupon_code\" value=\"\" />\n							<button name=\"apply_coupon\" type=\"submit\">Apply</button>\n								<!--reopen wc_order_review-2-->\n			<ul>\n			<li>\n	<input id=\"payment_method_cod\" type=\"radio\" name=\"payment_method\" value=\"cod\"  checked=\'checked\' data-order_button_text=\"\" />\n	<label for=\"payment_method_cod\">\n		Cash on delivery 	</label>\n			<p>Pay with cash upon delivery.</p>\n	</li>\n		</ul>\n		<noscript>\n			Since your browser does not support JavaScript, or it is disabled, please ensure you click the <em>Update Totals</em> button before placing your order. You may be charged more than the amount stated above if you fail to do so.			<br/><button type=\"submit\" name=\"woocommerce_checkout_update_totals\" value=\"Update totals\">Update totals</button>\n		</noscript>\n		<p>Your personal data will be used to process your order, support your experience throughout this website, and for other purposes described in our <a href=\"https://www.dubdelivery.club/privacy-policy/\" target=\"_blank\" rel=\"noopener\">privacy policy</a>.</p>\n					<p>\n				<label>\n				<input type=\"checkbox\" name=\"terms\"  id=\"terms\" />\n					I have read and agree to the website <a href=\"https://www.dubdelivery.club/?page_id=304\" target=\"_blank\" rel=\"noopener\">Terms and Conditions</a>&nbsp;<abbr title=\"required\">*</abbr>\n				</label>\n				<input type=\"hidden\" name=\"terms-field\" value=\"1\" />\n			</p>\n		<button type=\"submit\" name=\"woocommerce_checkout_place_order\" id=\"place_order\" value=\"Sign Up Now\" data-value=\"Sign Up Now\">Sign Up Now</button>\n		<input type=\"hidden\" id=\"woocommerce-process-checkout-nonce\" name=\"woocommerce-process-checkout-nonce\" value=\"524e967977\" /><input type=\"hidden\" name=\"_wp_http_referer\" value=\"/wp-admin/admin-ajax.php\" />	\n											<!--close wc_order_review-2-->\n						<!--close column-inner-->\n					<!--close column-2-->\n				<!--close container-->\n</form>\";}','no');
INSERT INTO `wplc_options` VALUES (813281,'_transient_timeout_jetpack_woocommerce_analytics_additional_blocks_on_cart_page','1705971572','no');
INSERT INTO `wplc_options` VALUES (813282,'_transient_jetpack_woocommerce_analytics_additional_blocks_on_cart_page','a:0:{}','no');
INSERT INTO `wplc_options` VALUES (813283,'_transient_timeout_jetpack_woocommerce_analytics_additional_blocks_on_checkout_page','1705971572','no');
INSERT INTO `wplc_options` VALUES (813284,'_transient_jetpack_woocommerce_analytics_additional_blocks_on_checkout_page','a:0:{}','no');
INSERT INTO `wplc_options` VALUES (813340,'_site_transient_timeout_wdp_un_translations_all_en_US','1706508005','no');
INSERT INTO `wplc_options` VALUES (813341,'_site_transient_wdp_un_translations_all_en_US','a:1:{i:0;a:7:{s:2:\"id\";i:377;s:4:\"slug\";s:7:\"shipper\";s:4:\"name\";s:7:\"Shipper\";s:11:\"description\";s:333:\"Shipper Pro moves WordPress Websites from host to host, local to production, development to live, top to bottom without using FTP or SFTP – WordPress migration has never been this easy. Shipper Pro is the super transporter that securely moves your entire site to any location with a click. Simple WordPress website migration. Ahoy!\";s:14:\"dev_project_id\";i:2175128;s:4:\"sets\";a:1:{i:0;a:10:{s:2:\"id\";i:3592;s:4:\"name\";s:7:\"English\";s:6:\"locale\";s:2:\"en\";s:13:\"last_modified\";s:0:\"\";s:17:\"last_modified_utc\";s:0:\"\";s:12:\"download_url\";s:69:\"https://wpmudev.com/api/translations/v1/projects/377/sets/en/download\";s:13:\"strings_count\";i:789;s:16:\"translated_count\";i:0;s:11:\"fuzzy_count\";i:0;s:13:\"waiting_count\";i:0;}}s:12:\"sub_projects\";a:0:{}}}','no');
INSERT INTO `wplc_options` VALUES (813359,'_site_transient_timeout_snapshot_retention_job','1705989834','no');
INSERT INTO `wplc_options` VALUES (813360,'_site_transient_snapshot_retention_job','1','no');
INSERT INTO `wplc_options` VALUES (813403,'_transient_timeout_jetpack_plugin_api_action_links_refresh','1706002223','no');
INSERT INTO `wplc_options` VALUES (813404,'_transient_jetpack_plugin_api_action_links_refresh','1705915823','no');
INSERT INTO `wplc_options` VALUES (813450,'_transient_timeout_jetpack_is_single_user','1705980605','no');
INSERT INTO `wplc_options` VALUES (813451,'_transient_jetpack_is_single_user','2','no');
INSERT INTO `wplc_options` VALUES (813563,'_transient_timeout_wc_related_2365','1706042641','no');
INSERT INTO `wplc_options` VALUES (813564,'_transient_wc_related_2365','a:1:{s:52:\"limit=6&exclude_ids%5B0%5D=0&exclude_ids%5B1%5D=2365\";a:2:{i:0;s:4:\"1630\";i:1;s:4:\"1645\";}}','no');
INSERT INTO `wplc_options` VALUES (813576,'_transient_timeout_wp_smush_skip_image_sizes_recheck','1705962011','no');
INSERT INTO `wplc_options` VALUES (813577,'_transient_wp_smush_skip_image_sizes_recheck','1','no');
INSERT INTO `wplc_options` VALUES (813588,'_transient_timeout__woocommerce_helper_subscriptions','1705962606','no');
INSERT INTO `wplc_options` VALUES (813589,'_transient__woocommerce_helper_subscriptions','a:3:{s:20:\"18734001346425-27147\";a:26:{s:11:\"product_key\";s:35:\"W00-d82f5344-408a-b17f-9709f35abb75\";s:10:\"product_id\";i:27147;s:12:\"product_name\";s:17:\"Woo Subscriptions\";s:11:\"product_url\";s:51:\"https://woo.com/products/woocommerce-subscriptions/\";s:12:\"product_icon\";s:91:\"https://woo.com/wp-content/uploads/2012/09/Woo_Subscriptions_icon-marketplace-160x160-1.png\";s:12:\"product_slug\";s:25:\"woocommerce-subscriptions\";s:12:\"product_type\";s:6:\"plugin\";s:17:\"documentation_url\";s:39:\"https://woo.com/document/subscriptions/\";s:8:\"zip_slug\";s:25:\"woocommerce-subscriptions\";s:8:\"key_type\";s:6:\"single\";s:14:\"key_type_label\";s:11:\"Single site\";s:9:\"autorenew\";b:1;s:11:\"connections\";a:1:{i:0;i:1285826;}s:18:\"legacy_connections\";a:0:{}s:6:\"shares\";a:0:{}s:8:\"lifetime\";b:0;s:7:\"expires\";i:1703268554;s:7:\"expired\";b:1;s:8:\"expiring\";b:0;s:9:\"sites_max\";i:1;s:12:\"sites_active\";i:1;s:5:\"maxed\";b:0;s:8:\"order_id\";i:18734001346425;s:14:\"is_installable\";b:0;s:16:\"product_keys_all\";a:1:{i:0;s:35:\"W00-d82f5344-408a-b17f-9709f35abb75\";}s:14:\"product_status\";s:7:\"publish\";}s:21:\"18734001321147-958589\";a:26:{s:11:\"product_key\";s:35:\"W00-45b914fa-4fef-8980-a429fe08cace\";s:10:\"product_id\";i:958589;s:12:\"product_name\";s:23:\"WooCommerce Memberships\";s:11:\"product_url\";s:49:\"https://woo.com/products/woocommerce-memberships/\";s:12:\"product_icon\";s:70:\"https://woo.com/wp-content/uploads/2015/06/skyverge-wc-icon-b2vhw6.png\";s:12:\"product_slug\";s:23:\"woocommerce-memberships\";s:12:\"product_type\";s:6:\"plugin\";s:17:\"documentation_url\";s:49:\"https://woo.com/document/woocommerce-memberships/\";s:8:\"zip_slug\";s:23:\"woocommerce-memberships\";s:8:\"key_type\";s:6:\"single\";s:14:\"key_type_label\";s:11:\"Single site\";s:9:\"autorenew\";b:1;s:11:\"connections\";a:1:{i:0;i:1285826;}s:18:\"legacy_connections\";a:0:{}s:6:\"shares\";a:0:{}s:8:\"lifetime\";b:0;s:7:\"expires\";i:1702666511;s:7:\"expired\";b:1;s:8:\"expiring\";b:0;s:9:\"sites_max\";i:1;s:12:\"sites_active\";i:1;s:5:\"maxed\";b:0;s:8:\"order_id\";i:18734001321147;s:14:\"is_installable\";b:0;s:16:\"product_keys_all\";a:1:{i:0;s:35:\"W00-45b914fa-4fef-8980-a429fe08cace\";}s:14:\"product_status\";s:7:\"publish\";}s:13:\"wporg-5278104\";a:22:{s:11:\"product_key\";s:13:\"wporg-5278104\";s:10:\"product_id\";i:5278104;s:12:\"product_name\";s:11:\"WooPayments\";s:11:\"product_url\";s:37:\"https://woo.com/products/woopayments/\";s:12:\"product_icon\";s:63:\"https://woo.com/wp-content/uploads/2020/02/WooPayments-Icon.png\";s:12:\"product_slug\";s:11:\"woopayments\";s:12:\"product_type\";s:6:\"plugin\";s:17:\"documentation_url\";s:37:\"https://woo.com/document/woopayments/\";s:8:\"zip_slug\";s:20:\"woocommerce-payments\";s:8:\"key_type\";s:6:\"single\";s:14:\"key_type_label\";s:11:\"Single site\";s:8:\"lifetime\";b:1;s:14:\"product_status\";s:7:\"publish\";s:11:\"connections\";a:1:{i:0;i:1285826;}s:7:\"expires\";i:2147483647;s:7:\"expired\";b:0;s:8:\"expiring\";b:0;s:9:\"sites_max\";i:100;s:12:\"sites_active\";i:1;s:9:\"autorenew\";b:0;s:5:\"maxed\";b:0;s:14:\"is_installable\";b:1;}}','no');
INSERT INTO `wplc_options` VALUES (813590,'_site_transient_update_plugins','O:8:\"stdClass\":5:{s:12:\"last_checked\";i:1705937415;s:8:\"response\";a:6:{s:29:\"wp-mail-smtp/wp_mail_smtp.php\";O:8:\"stdClass\":12:{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:6:\"3.11.1\";s:3:\"url\";s:43:\"https://wordpress.org/plugins/wp-mail-smtp/\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/plugin/wp-mail-smtp.3.11.1.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.jpg?rev=2811094\";s:2:\"1x\";s:67:\"https://ps.w.org/wp-mail-smtp/assets/banner-772x250.jpg?rev=2811094\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"5.2\";s:6:\"tested\";s:5:\"6.4.2\";s:12:\"requires_php\";s:3:\"7.2\";}s:85:\"automatic-order-printing-for-woocommerce/automatic-order-printing-for-woocommerce.php\";O:8:\"stdClass\":7:{s:2:\"id\";s:23:\"woocommerce-com-7607307\";s:4:\"slug\";s:56:\"woocommerce-com-automatic-order-printing-for-woocommerce\";s:6:\"plugin\";s:85:\"automatic-order-printing-for-woocommerce/automatic-order-printing-for-woocommerce.php\";s:11:\"new_version\";s:5:\"1.1.1\";s:3:\"url\";s:66:\"https://woo.com/products/automatic-order-printing-for-woocommerce/\";s:7:\"package\";s:31:\"woocommerce-com-expired-7607307\";s:14:\"upgrade_notice\";s:31:\"Fixed : Admin javascript issues\";}s:43:\"woocommerce-tipping/woocommerce-tipping.php\";O:8:\"stdClass\":7:{s:2:\"id\";s:23:\"woocommerce-com-6511571\";s:4:\"slug\";s:39:\"woocommerce-com-tipping-for-woocommerce\";s:6:\"plugin\";s:43:\"woocommerce-tipping/woocommerce-tipping.php\";s:11:\"new_version\";s:5:\"1.1.4\";s:3:\"url\";s:49:\"https://woo.com/products/tipping-for-woocommerce/\";s:7:\"package\";s:31:\"woocommerce-com-expired-6511571\";s:14:\"upgrade_notice\";s:51:\"Added Support HPOS (High Performance Order Storage)\";}s:59:\"woocommerce-product-bundles/woocommerce-product-bundles.php\";O:8:\"stdClass\":7:{s:2:\"id\";s:21:\"woocommerce-com-18716\";s:4:\"slug\";s:31:\"woocommerce-com-product-bundles\";s:6:\"plugin\";s:59:\"woocommerce-product-bundles/woocommerce-product-bundles.php\";s:11:\"new_version\";s:6:\"6.22.6\";s:3:\"url\";s:41:\"https://woo.com/products/product-bundles/\";s:7:\"package\";s:29:\"woocommerce-com-expired-18716\";s:14:\"upgrade_notice\";s:60:\"Tweak - Deferred plugin scripts for WordPress 6.3+ installs.\";}s:55:\"woocommerce-subscriptions/woocommerce-subscriptions.php\";O:8:\"stdClass\":7:{s:2:\"id\";s:21:\"woocommerce-com-27147\";s:4:\"slug\";s:41:\"woocommerce-com-woocommerce-subscriptions\";s:6:\"plugin\";s:55:\"woocommerce-subscriptions/woocommerce-subscriptions.php\";s:11:\"new_version\";s:5:\"5.9.1\";s:3:\"url\";s:51:\"https://woo.com/products/woocommerce-subscriptions/\";s:7:\"package\";N;s:14:\"upgrade_notice\";s:125:\"Fix: Resolved an error that would occur with WooCommerce 8.5.0 when editing a subscription customer from the admin dashboard.\";}s:31:\"elementor-pro/elementor-pro.php\";O:8:\"stdClass\":17:{s:14:\"stable_version\";s:6:\"3.18.3\";s:12:\"last_updated\";s:19:\"2022-05-10 14:03:37\";s:11:\"new_version\";s:6:\"3.18.3\";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.4.2\";s:18:\"elementor_requires\";s:5:\"3.0.1\";s:7:\"package\";s:380:\"https://plugin-downloads.elementor.com/v2/package_download/eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJsaWNlbnNlIjoiZXAtSGI2U0RCNnB0bUFqek1NdXZuRlkxNjk3MTU4OTI4WmI3TENIUGx0ZHNQIiwidXJsIjoiaHR0cHM6Ly93d3cuZHViZGVsaXZlcnkuY2x1YiIsImRvd25sb2FkX2JldGEiOmZhbHNlLCJmaWxlX2tleSI6IjEiLCJpYXQiOjE3MDU3ODYwNTUsImV4cCI6MTcwNTg3MjQ1NX0.az18Fx5yhYHlogb8RnyoVxl4ezmXduiTH_-zyFhnFas/package_download\";s:13:\"download_link\";s:380:\"https://plugin-downloads.elementor.com/v2/package_download/eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJsaWNlbnNlIjoiZXAtSGI2U0RCNnB0bUFqek1NdXZuRlkxNjk3MTU4OTI4WmI3TENIUGx0ZHNQIiwidXJsIjoiaHR0cHM6Ly93d3cuZHViZGVsaXZlcnkuY2x1YiIsImRvd25sb2FkX2JldGEiOmZhbHNlLCJmaWxlX2tleSI6IjEiLCJpYXQiOjE3MDU3ODYwNTUsImV4cCI6MTcwNTg3MjQ1NX0.az18Fx5yhYHlogb8RnyoVxl4ezmXduiTH_-zyFhnFas/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.4.2\";s:18:\"elementor_requires\";s:5:\"3.0.1\";s:7:\"package\";s:357:\"https://plugin-downloads.elementor.com/v2/previous_download/eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJsaWNlbnNlIjoiZXAtSGI2U0RCNnB0bUFqek1NdXZuRlkxNjk3MTU4OTI4WmI3TENIUGx0ZHNQIiwidmVyc2lvbiI6IjMuNy4wIiwidXJsIjoiaHR0cHM6Ly93d3cuZHViZGVsaXZlcnkuY2x1YiIsImlhdCI6MTcwNTc4NjA1NSwiZXhwIjoxNzA1ODcyNDU1fQ.okXcEwjiDRY4BwKuJIJ1PdP_QzPjkghxCXw5u9c8qAc/previous_download\";s:13:\"download_link\";s:357:\"https://plugin-downloads.elementor.com/v2/previous_download/eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJsaWNlbnNlIjoiZXAtSGI2U0RCNnB0bUFqek1NdXZuRlkxNjk3MTU4OTI4WmI3TENIUGx0ZHNQIiwidmVyc2lvbiI6IjMuNy4wIiwidXJsIjoiaHR0cHM6Ly93d3cuZHViZGVsaXZlcnkuY2x1YiIsImlhdCI6MTcwNTc4NjA1NSwiZXhwIjoxNzA1ODcyNDU1fQ.okXcEwjiDRY4BwKuJIJ1PdP_QzPjkghxCXw5u9c8qAc/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:35:{s:52:\"activecampaign-subscription-forms/activecampaign.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:47:\"w.org/plugins/activecampaign-subscription-forms\";s:4:\"slug\";s:33:\"activecampaign-subscription-forms\";s:6:\"plugin\";s:52:\"activecampaign-subscription-forms/activecampaign.php\";s:11:\"new_version\";s:6:\"8.1.13\";s:3:\"url\";s:64:\"https://wordpress.org/plugins/activecampaign-subscription-forms/\";s:7:\"package\";s:76:\"https://downloads.wordpress.org/plugin/activecampaign-subscription-forms.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:86:\"https://ps.w.org/activecampaign-subscription-forms/assets/icon-256x256.png?rev=2314630\";s:2:\"1x\";s:86:\"https://ps.w.org/activecampaign-subscription-forms/assets/icon-256x256.png?rev=2314630\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:88:\"https://ps.w.org/activecampaign-subscription-forms/assets/banner-772x250.png?rev=2314628\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"2.0\";}s:47:\"woo-variation-gallery/woo-variation-gallery.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:35:\"w.org/plugins/woo-variation-gallery\";s:4:\"slug\";s:21:\"woo-variation-gallery\";s:6:\"plugin\";s:47:\"woo-variation-gallery/woo-variation-gallery.php\";s:11:\"new_version\";s:6:\"1.3.21\";s:3:\"url\";s:52:\"https://wordpress.org/plugins/woo-variation-gallery/\";s:7:\"package\";s:71:\"https://downloads.wordpress.org/plugin/woo-variation-gallery.1.3.21.zip\";s:5:\"icons\";a:1:{s:2:\"1x\";s:74:\"https://ps.w.org/woo-variation-gallery/assets/icon-128x128.gif?rev=2741185\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:77:\"https://ps.w.org/woo-variation-gallery/assets/banner-1544x500.gif?rev=2741185\";s:2:\"1x\";s:76:\"https://ps.w.org/woo-variation-gallery/assets/banner-772x250.gif?rev=2741185\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"5.7\";}s:21:\"age-gate/age-gate.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:22:\"w.org/plugins/age-gate\";s:4:\"slug\";s:8:\"age-gate\";s:6:\"plugin\";s:21:\"age-gate/age-gate.php\";s:11:\"new_version\";s:5:\"3.3.1\";s:3:\"url\";s:39:\"https://wordpress.org/plugins/age-gate/\";s:7:\"package\";s:57:\"https://downloads.wordpress.org/plugin/age-gate.3.3.1.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:61:\"https://ps.w.org/age-gate/assets/icon-256x256.png?rev=2783003\";s:2:\"1x\";s:61:\"https://ps.w.org/age-gate/assets/icon-128x128.png?rev=2783012\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:63:\"https://ps.w.org/age-gate/assets/banner-772x250.png?rev=2783003\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:5:\"6.0.0\";}s:28:\"agecheckernet/agechecker.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:27:\"w.org/plugins/agecheckernet\";s:4:\"slug\";s:13:\"agecheckernet\";s:6:\"plugin\";s:28:\"agecheckernet/agechecker.php\";s:11:\"new_version\";s:6:\"1.16.0\";s:3:\"url\";s:44:\"https://wordpress.org/plugins/agecheckernet/\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/plugin/agecheckernet.1.16.0.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:66:\"https://ps.w.org/agecheckernet/assets/icon-256x256.png?rev=2280527\";s:2:\"1x\";s:66:\"https://ps.w.org/agecheckernet/assets/icon-128x128.png?rev=2280527\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:68:\"https://ps.w.org/agecheckernet/assets/banner-772x250.jpg?rev=2280527\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"4.4\";}s:19:\"akismet/akismet.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:21:\"w.org/plugins/akismet\";s:4:\"slug\";s:7:\"akismet\";s:6:\"plugin\";s:19:\"akismet/akismet.php\";s:11:\"new_version\";s:5:\"5.3.1\";s:3:\"url\";s:38:\"https://wordpress.org/plugins/akismet/\";s:7:\"package\";s:56:\"https://downloads.wordpress.org/plugin/akismet.5.3.1.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:60:\"https://ps.w.org/akismet/assets/icon-256x256.png?rev=2818463\";s:2:\"1x\";s:60:\"https://ps.w.org/akismet/assets/icon-128x128.png?rev=2818463\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:63:\"https://ps.w.org/akismet/assets/banner-1544x500.png?rev=2900731\";s:2:\"1x\";s:62:\"https://ps.w.org/akismet/assets/banner-772x250.png?rev=2900731\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"5.8\";}s:43:\"all-in-one-seo-pack/all_in_one_seo_pack.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:33:\"w.org/plugins/all-in-one-seo-pack\";s:4:\"slug\";s:19:\"all-in-one-seo-pack\";s:6:\"plugin\";s:43:\"all-in-one-seo-pack/all_in_one_seo_pack.php\";s:11:\"new_version\";s:5:\"4.5.4\";s:3:\"url\";s:50:\"https://wordpress.org/plugins/all-in-one-seo-pack/\";s:7:\"package\";s:68:\"https://downloads.wordpress.org/plugin/all-in-one-seo-pack.4.5.4.zip\";s:5:\"icons\";a:2:{s:2:\"1x\";s:64:\"https://ps.w.org/all-in-one-seo-pack/assets/icon.svg?rev=2443290\";s:3:\"svg\";s:64:\"https://ps.w.org/all-in-one-seo-pack/assets/icon.svg?rev=2443290\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:75:\"https://ps.w.org/all-in-one-seo-pack/assets/banner-1544x500.png?rev=2443290\";s:2:\"1x\";s:74:\"https://ps.w.org/all-in-one-seo-pack/assets/banner-772x250.png?rev=2443290\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"4.9\";}s:26:\"assistant/fl-assistant.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:23:\"w.org/plugins/assistant\";s:4:\"slug\";s:9:\"assistant\";s:6:\"plugin\";s:26:\"assistant/fl-assistant.php\";s:11:\"new_version\";s:5:\"1.4.8\";s:3:\"url\";s:40:\"https://wordpress.org/plugins/assistant/\";s:7:\"package\";s:58:\"https://downloads.wordpress.org/plugin/assistant.1.4.8.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:62:\"https://ps.w.org/assistant/assets/icon-256x256.jpg?rev=2464506\";s:2:\"1x\";s:62:\"https://ps.w.org/assistant/assets/icon-128x128.jpg?rev=2464506\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:65:\"https://ps.w.org/assistant/assets/banner-1544x500.jpg?rev=2535027\";s:2:\"1x\";s:64:\"https://ps.w.org/assistant/assets/banner-772x250.jpg?rev=2535027\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"5.2\";}s:35:\"wp-time-capsule/wp-time-capsule.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:29:\"w.org/plugins/wp-time-capsule\";s:4:\"slug\";s:15:\"wp-time-capsule\";s:6:\"plugin\";s:35:\"wp-time-capsule/wp-time-capsule.php\";s:11:\"new_version\";s:7:\"1.22.19\";s:3:\"url\";s:46:\"https://wordpress.org/plugins/wp-time-capsule/\";s:7:\"package\";s:66:\"https://downloads.wordpress.org/plugin/wp-time-capsule.1.22.19.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:68:\"https://ps.w.org/wp-time-capsule/assets/icon-256x256.png?rev=1614914\";s:2:\"1x\";s:68:\"https://ps.w.org/wp-time-capsule/assets/icon-128x128.png?rev=1614914\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:71:\"https://ps.w.org/wp-time-capsule/assets/banner-1544x500.png?rev=1614934\";s:2:\"1x\";s:70:\"https://ps.w.org/wp-time-capsule/assets/banner-772x250.png?rev=1614914\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:6:\"3.9.14\";}s:43:\"broken-link-checker/broken-link-checker.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:33:\"w.org/plugins/broken-link-checker\";s:4:\"slug\";s:19:\"broken-link-checker\";s:6:\"plugin\";s:43:\"broken-link-checker/broken-link-checker.php\";s:11:\"new_version\";s:5:\"2.2.4\";s:3:\"url\";s:50:\"https://wordpress.org/plugins/broken-link-checker/\";s:7:\"package\";s:68:\"https://downloads.wordpress.org/plugin/broken-link-checker.2.2.4.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:72:\"https://ps.w.org/broken-link-checker/assets/icon-256x256.png?rev=2900468\";s:2:\"1x\";s:72:\"https://ps.w.org/broken-link-checker/assets/icon-128x128.png?rev=2900468\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:75:\"https://ps.w.org/broken-link-checker/assets/banner-1544x500.png?rev=2900471\";s:2:\"1x\";s:74:\"https://ps.w.org/broken-link-checker/assets/banner-772x250.png?rev=2900471\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"5.2\";}s:33:\"classic-editor/classic-editor.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:28:\"w.org/plugins/classic-editor\";s:4:\"slug\";s:14:\"classic-editor\";s:6:\"plugin\";s:33:\"classic-editor/classic-editor.php\";s:11:\"new_version\";s:5:\"1.6.3\";s:3:\"url\";s:45:\"https://wordpress.org/plugins/classic-editor/\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/plugin/classic-editor.1.6.3.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:67:\"https://ps.w.org/classic-editor/assets/icon-256x256.png?rev=1998671\";s:2:\"1x\";s:67:\"https://ps.w.org/classic-editor/assets/icon-128x128.png?rev=1998671\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:70:\"https://ps.w.org/classic-editor/assets/banner-1544x500.png?rev=1998671\";s:2:\"1x\";s:69:\"https://ps.w.org/classic-editor/assets/banner-772x250.png?rev=1998676\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"4.9\";}s:35:\"classic-widgets/classic-widgets.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:29:\"w.org/plugins/classic-widgets\";s:4:\"slug\";s:15:\"classic-widgets\";s:6:\"plugin\";s:35:\"classic-widgets/classic-widgets.php\";s:11:\"new_version\";s:3:\"0.3\";s:3:\"url\";s:46:\"https://wordpress.org/plugins/classic-widgets/\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/plugin/classic-widgets.0.3.zip\";s:5:\"icons\";a:1:{s:7:\"default\";s:59:\"https://s.w.org/plugins/geopattern-icon/classic-widgets.svg\";}s:7:\"banners\";a:0:{}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"4.9\";}s:31:\"code-snippets/code-snippets.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:27:\"w.org/plugins/code-snippets\";s:4:\"slug\";s:13:\"code-snippets\";s:6:\"plugin\";s:31:\"code-snippets/code-snippets.php\";s:11:\"new_version\";s:5:\"3.6.2\";s:3:\"url\";s:44:\"https://wordpress.org/plugins/code-snippets/\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/plugin/code-snippets.3.6.2.zip\";s:5:\"icons\";a:2:{s:2:\"1x\";s:58:\"https://ps.w.org/code-snippets/assets/icon.svg?rev=2148878\";s:3:\"svg\";s:58:\"https://ps.w.org/code-snippets/assets/icon.svg?rev=2148878\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:69:\"https://ps.w.org/code-snippets/assets/banner-1544x500.png?rev=2260997\";s:2:\"1x\";s:68:\"https://ps.w.org/code-snippets/assets/banner-772x250.png?rev=2256244\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"5.0\";}s:27:\"coming-soon/coming-soon.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:25:\"w.org/plugins/coming-soon\";s:4:\"slug\";s:11:\"coming-soon\";s:6:\"plugin\";s:27:\"coming-soon/coming-soon.php\";s:11:\"new_version\";s:7:\"6.15.21\";s:3:\"url\";s:42:\"https://wordpress.org/plugins/coming-soon/\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/plugin/coming-soon.6.15.21.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:64:\"https://ps.w.org/coming-soon/assets/icon-256x256.png?rev=2402574\";s:2:\"1x\";s:64:\"https://ps.w.org/coming-soon/assets/icon-128x128.png?rev=2402575\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:67:\"https://ps.w.org/coming-soon/assets/banner-1544x500.png?rev=2683810\";s:2:\"1x\";s:66:\"https://ps.w.org/coming-soon/assets/banner-772x250.png?rev=2683809\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"5.0\";}s:37:\"woo-coupon-usage/woo-coupon-usage.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:30:\"w.org/plugins/woo-coupon-usage\";s:4:\"slug\";s:16:\"woo-coupon-usage\";s:6:\"plugin\";s:37:\"woo-coupon-usage/woo-coupon-usage.php\";s:11:\"new_version\";s:6:\"5.12.6\";s:3:\"url\";s:47:\"https://wordpress.org/plugins/woo-coupon-usage/\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/plugin/woo-coupon-usage.zip\";s:5:\"icons\";a:1:{s:2:\"1x\";s:69:\"https://ps.w.org/woo-coupon-usage/assets/icon-128x128.png?rev=2544984\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:71:\"https://ps.w.org/woo-coupon-usage/assets/banner-772x250.png?rev=2539488\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"4.7\";}s:57:\"disable-right-click-for-wp/disable-right-click-for-wp.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:40:\"w.org/plugins/disable-right-click-for-wp\";s:4:\"slug\";s:26:\"disable-right-click-for-wp\";s:6:\"plugin\";s:57:\"disable-right-click-for-wp/disable-right-click-for-wp.php\";s:11:\"new_version\";s:5:\"1.1.6\";s:3:\"url\";s:57:\"https://wordpress.org/plugins/disable-right-click-for-wp/\";s:7:\"package\";s:75:\"https://downloads.wordpress.org/plugin/disable-right-click-for-wp.1.1.6.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:79:\"https://ps.w.org/disable-right-click-for-wp/assets/icon-256x256.png?rev=1970728\";s:2:\"1x\";s:79:\"https://ps.w.org/disable-right-click-for-wp/assets/icon-128x128.png?rev=1970728\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:82:\"https://ps.w.org/disable-right-click-for-wp/assets/banner-1544x500.png?rev=1970728\";s:2:\"1x\";s:81:\"https://ps.w.org/disable-right-click-for-wp/assets/banner-772x250.png?rev=1970728\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"3.1\";}s:69:\"dynamic-visibility-for-elementor/dynamic-visibility-for-elementor.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:46:\"w.org/plugins/dynamic-visibility-for-elementor\";s:4:\"slug\";s:32:\"dynamic-visibility-for-elementor\";s:6:\"plugin\";s:69:\"dynamic-visibility-for-elementor/dynamic-visibility-for-elementor.php\";s:11:\"new_version\";s:6:\"5.0.10\";s:3:\"url\";s:63:\"https://wordpress.org/plugins/dynamic-visibility-for-elementor/\";s:7:\"package\";s:82:\"https://downloads.wordpress.org/plugin/dynamic-visibility-for-elementor.5.0.10.zip\";s:5:\"icons\";a:2:{s:2:\"1x\";s:77:\"https://ps.w.org/dynamic-visibility-for-elementor/assets/icon.svg?rev=2602514\";s:3:\"svg\";s:77:\"https://ps.w.org/dynamic-visibility-for-elementor/assets/icon.svg?rev=2602514\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:88:\"https://ps.w.org/dynamic-visibility-for-elementor/assets/banner-1544x500.jpg?rev=2602514\";s:2:\"1x\";s:87:\"https://ps.w.org/dynamic-visibility-for-elementor/assets/banner-772x250.jpg?rev=2602514\";}s:11:\"banners_rtl\";a:2:{s:2:\"2x\";s:92:\"https://ps.w.org/dynamic-visibility-for-elementor/assets/banner-1544x500-rtl.jpg?rev=2602514\";s:2:\"1x\";s:91:\"https://ps.w.org/dynamic-visibility-for-elementor/assets/banner-772x250-rtl.jpg?rev=2602514\";}s:8:\"requires\";s:3:\"5.2\";}s:75:\"easy-woocommerce-auto-sku-generator/easy-woocommerce-auto-sku-generator.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:49:\"w.org/plugins/easy-woocommerce-auto-sku-generator\";s:4:\"slug\";s:35:\"easy-woocommerce-auto-sku-generator\";s:6:\"plugin\";s:75:\"easy-woocommerce-auto-sku-generator/easy-woocommerce-auto-sku-generator.php\";s:11:\"new_version\";s:5:\"1.1.9\";s:3:\"url\";s:66:\"https://wordpress.org/plugins/easy-woocommerce-auto-sku-generator/\";s:7:\"package\";s:84:\"https://downloads.wordpress.org/plugin/easy-woocommerce-auto-sku-generator.1.1.9.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:88:\"https://ps.w.org/easy-woocommerce-auto-sku-generator/assets/icon-256x256.png?rev=2172452\";s:2:\"1x\";s:88:\"https://ps.w.org/easy-woocommerce-auto-sku-generator/assets/icon-128x128.png?rev=2172452\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:91:\"https://ps.w.org/easy-woocommerce-auto-sku-generator/assets/banner-1544x500.png?rev=2172452\";s:2:\"1x\";s:90:\"https://ps.w.org/easy-woocommerce-auto-sku-generator/assets/banner-772x250.png?rev=2172452\";}s:11:\"banners_rtl\";a:2:{s:2:\"2x\";s:95:\"https://ps.w.org/easy-woocommerce-auto-sku-generator/assets/banner-1544x500-rtl.png?rev=2172452\";s:2:\"1x\";s:94:\"https://ps.w.org/easy-woocommerce-auto-sku-generator/assets/banner-772x250-rtl.png?rev=2172452\";}s:8:\"requires\";s:3:\"4.8\";}s:23:\"elementor/elementor.php\";O:8:\"stdClass\":10:{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.18.3\";s:3:\"url\";s:40:\"https://wordpress.org/plugins/elementor/\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.18.3.zip\";s:5:\"icons\";a:2:{s:2:\"1x\";s:54:\"https://ps.w.org/elementor/assets/icon.svg?rev=2597493\";s:3:\"svg\";s:54:\"https://ps.w.org/elementor/assets/icon.svg?rev=2597493\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:65:\"https://ps.w.org/elementor/assets/banner-1544x500.png?rev=3005087\";s:2:\"1x\";s:64:\"https://ps.w.org/elementor/assets/banner-772x250.png?rev=3005087\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"6.0\";}s:55:\"google-pagespeed-insights/google-pagespeed-insights.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:39:\"w.org/plugins/google-pagespeed-insights\";s:4:\"slug\";s:25:\"google-pagespeed-insights\";s:6:\"plugin\";s:55:\"google-pagespeed-insights/google-pagespeed-insights.php\";s:11:\"new_version\";s:5:\"4.0.8\";s:3:\"url\";s:56:\"https://wordpress.org/plugins/google-pagespeed-insights/\";s:7:\"package\";s:74:\"https://downloads.wordpress.org/plugin/google-pagespeed-insights.4.0.8.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:78:\"https://ps.w.org/google-pagespeed-insights/assets/icon-256x256.png?rev=1692787\";s:2:\"1x\";s:78:\"https://ps.w.org/google-pagespeed-insights/assets/icon-128x128.png?rev=1692787\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:80:\"https://ps.w.org/google-pagespeed-insights/assets/banner-1544x500.jpg?rev=780690\";s:2:\"1x\";s:79:\"https://ps.w.org/google-pagespeed-insights/assets/banner-772x250.jpg?rev=780690\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"3.6\";}s:19:\"jetpack/jetpack.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:21:\"w.org/plugins/jetpack\";s:4:\"slug\";s:7:\"jetpack\";s:6:\"plugin\";s:19:\"jetpack/jetpack.php\";s:11:\"new_version\";s:4:\"13.0\";s:3:\"url\";s:38:\"https://wordpress.org/plugins/jetpack/\";s:7:\"package\";s:55:\"https://downloads.wordpress.org/plugin/jetpack.13.0.zip\";s:5:\"icons\";a:2:{s:2:\"1x\";s:52:\"https://ps.w.org/jetpack/assets/icon.svg?rev=2819237\";s:3:\"svg\";s:52:\"https://ps.w.org/jetpack/assets/icon.svg?rev=2819237\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:63:\"https://ps.w.org/jetpack/assets/banner-1544x500.png?rev=2653649\";s:2:\"1x\";s:62:\"https://ps.w.org/jetpack/assets/banner-772x250.png?rev=2653649\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"6.3\";}s:35:\"litespeed-cache/litespeed-cache.php\";O:8:\"stdClass\":10:{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:7:\"6.0.0.1\";s:3:\"url\";s:46:\"https://wordpress.org/plugins/litespeed-cache/\";s:7:\"package\";s:66:\"https://downloads.wordpress.org/plugin/litespeed-cache.6.0.0.1.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:\"4.0\";}s:81:\"local-delivery-drivers-for-woocommerce/local-delivery-drivers-for-woocommerce.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:52:\"w.org/plugins/local-delivery-drivers-for-woocommerce\";s:4:\"slug\";s:38:\"local-delivery-drivers-for-woocommerce\";s:6:\"plugin\";s:81:\"local-delivery-drivers-for-woocommerce/local-delivery-drivers-for-woocommerce.php\";s:11:\"new_version\";s:5:\"1.9.1\";s:3:\"url\";s:69:\"https://wordpress.org/plugins/local-delivery-drivers-for-woocommerce/\";s:7:\"package\";s:87:\"https://downloads.wordpress.org/plugin/local-delivery-drivers-for-woocommerce.1.9.1.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:91:\"https://ps.w.org/local-delivery-drivers-for-woocommerce/assets/icon-256x256.png?rev=2397269\";s:2:\"1x\";s:91:\"https://ps.w.org/local-delivery-drivers-for-woocommerce/assets/icon-128x128.png?rev=2397269\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:94:\"https://ps.w.org/local-delivery-drivers-for-woocommerce/assets/banner-1544x500.png?rev=2397269\";s:2:\"1x\";s:93:\"https://ps.w.org/local-delivery-drivers-for-woocommerce/assets/banner-772x250.png?rev=2397269\";}s:11:\"banners_rtl\";a:2:{s:2:\"2x\";s:98:\"https://ps.w.org/local-delivery-drivers-for-woocommerce/assets/banner-1544x500-rtl.png?rev=2397269\";s:2:\"1x\";s:97:\"https://ps.w.org/local-delivery-drivers-for-woocommerce/assets/banner-772x250-rtl.png?rev=2397269\";}s:8:\"requires\";s:3:\"4.5\";}s:35:\"modula-best-grid-gallery/Modula.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:38:\"w.org/plugins/modula-best-grid-gallery\";s:4:\"slug\";s:24:\"modula-best-grid-gallery\";s:6:\"plugin\";s:35:\"modula-best-grid-gallery/Modula.php\";s:11:\"new_version\";s:5:\"2.7.9\";s:3:\"url\";s:55:\"https://wordpress.org/plugins/modula-best-grid-gallery/\";s:7:\"package\";s:73:\"https://downloads.wordpress.org/plugin/modula-best-grid-gallery.2.7.9.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:77:\"https://ps.w.org/modula-best-grid-gallery/assets/icon-256x256.png?rev=2914735\";s:2:\"1x\";s:77:\"https://ps.w.org/modula-best-grid-gallery/assets/icon-256x256.png?rev=2914735\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:79:\"https://ps.w.org/modula-best-grid-gallery/assets/banner-772x250.jpg?rev=2914729\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"5.3\";}s:56:\"powerpack-addon-for-beaver-builder/bb-powerpack-lite.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:48:\"w.org/plugins/powerpack-addon-for-beaver-builder\";s:4:\"slug\";s:34:\"powerpack-addon-for-beaver-builder\";s:6:\"plugin\";s:56:\"powerpack-addon-for-beaver-builder/bb-powerpack-lite.php\";s:11:\"new_version\";s:5:\"1.3.0\";s:3:\"url\";s:65:\"https://wordpress.org/plugins/powerpack-addon-for-beaver-builder/\";s:7:\"package\";s:77:\"https://downloads.wordpress.org/plugin/powerpack-addon-for-beaver-builder.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:87:\"https://ps.w.org/powerpack-addon-for-beaver-builder/assets/icon-256x256.png?rev=1721903\";s:2:\"1x\";s:87:\"https://ps.w.org/powerpack-addon-for-beaver-builder/assets/icon-128x128.png?rev=1721903\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:89:\"https://ps.w.org/powerpack-addon-for-beaver-builder/assets/banner-772x250.png?rev=1721903\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"4.6\";}s:27:\"redirection/redirection.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:25:\"w.org/plugins/redirection\";s:4:\"slug\";s:11:\"redirection\";s:6:\"plugin\";s:27:\"redirection/redirection.php\";s:11:\"new_version\";s:5:\"5.4.1\";s:3:\"url\";s:42:\"https://wordpress.org/plugins/redirection/\";s:7:\"package\";s:60:\"https://downloads.wordpress.org/plugin/redirection.5.4.1.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:63:\"https://ps.w.org/redirection/assets/icon-256x256.jpg?rev=983639\";s:2:\"1x\";s:63:\"https://ps.w.org/redirection/assets/icon-128x128.jpg?rev=983640\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:66:\"https://ps.w.org/redirection/assets/banner-1544x500.jpg?rev=983641\";s:2:\"1x\";s:65:\"https://ps.w.org/redirection/assets/banner-772x250.jpg?rev=983642\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"5.9\";}s:27:\"sg-security/sg-security.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:25:\"w.org/plugins/sg-security\";s:4:\"slug\";s:11:\"sg-security\";s:6:\"plugin\";s:27:\"sg-security/sg-security.php\";s:11:\"new_version\";s:6:\"1.4.10\";s:3:\"url\";s:42:\"https://wordpress.org/plugins/sg-security/\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/plugin/sg-security.1.4.10.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:64:\"https://ps.w.org/sg-security/assets/icon-256x256.gif?rev=2971855\";s:2:\"1x\";s:64:\"https://ps.w.org/sg-security/assets/icon-128x128.gif?rev=2971855\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:67:\"https://ps.w.org/sg-security/assets/banner-1544x500.png?rev=2971855\";s:2:\"1x\";s:66:\"https://ps.w.org/sg-security/assets/banner-772x250.png?rev=2971855\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"4.7\";}s:71:\"shipping-zones-by-drawing-for-woocommerce/shipping-zones-by-drawing.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:55:\"w.org/plugins/shipping-zones-by-drawing-for-woocommerce\";s:4:\"slug\";s:41:\"shipping-zones-by-drawing-for-woocommerce\";s:6:\"plugin\";s:71:\"shipping-zones-by-drawing-for-woocommerce/shipping-zones-by-drawing.php\";s:11:\"new_version\";s:5:\"3.0.1\";s:3:\"url\";s:72:\"https://wordpress.org/plugins/shipping-zones-by-drawing-for-woocommerce/\";s:7:\"package\";s:90:\"https://downloads.wordpress.org/plugin/shipping-zones-by-drawing-for-woocommerce.3.0.1.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:94:\"https://ps.w.org/shipping-zones-by-drawing-for-woocommerce/assets/icon-256x256.png?rev=2034011\";s:2:\"1x\";s:94:\"https://ps.w.org/shipping-zones-by-drawing-for-woocommerce/assets/icon-256x256.png?rev=2034011\";}s:7:\"banners\";a:0:{}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"6.0\";}s:33:\"user-switching/user-switching.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:28:\"w.org/plugins/user-switching\";s:4:\"slug\";s:14:\"user-switching\";s:6:\"plugin\";s:33:\"user-switching/user-switching.php\";s:11:\"new_version\";s:5:\"1.7.2\";s:3:\"url\";s:45:\"https://wordpress.org/plugins/user-switching/\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/plugin/user-switching.1.7.2.zip\";s:5:\"icons\";a:2:{s:2:\"1x\";s:59:\"https://ps.w.org/user-switching/assets/icon.svg?rev=2032062\";s:3:\"svg\";s:59:\"https://ps.w.org/user-switching/assets/icon.svg?rev=2032062\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:70:\"https://ps.w.org/user-switching/assets/banner-1544x500.png?rev=2204929\";s:2:\"1x\";s:69:\"https://ps.w.org/user-switching/assets/banner-772x250.png?rev=2204929\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"5.6\";}s:69:\"whws-display-user-meta-shortcode/whws-display-user-meta-shortcode.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:46:\"w.org/plugins/whws-display-user-meta-shortcode\";s:4:\"slug\";s:32:\"whws-display-user-meta-shortcode\";s:6:\"plugin\";s:69:\"whws-display-user-meta-shortcode/whws-display-user-meta-shortcode.php\";s:11:\"new_version\";s:3:\"0.6\";s:3:\"url\";s:63:\"https://wordpress.org/plugins/whws-display-user-meta-shortcode/\";s:7:\"package\";s:75:\"https://downloads.wordpress.org/plugin/whws-display-user-meta-shortcode.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:85:\"https://ps.w.org/whws-display-user-meta-shortcode/assets/icon-256x256.png?rev=2475336\";s:2:\"1x\";s:85:\"https://ps.w.org/whws-display-user-meta-shortcode/assets/icon-128x128.png?rev=2475336\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:88:\"https://ps.w.org/whws-display-user-meta-shortcode/assets/banner-1544x500.png?rev=2475336\";s:2:\"1x\";s:87:\"https://ps.w.org/whws-display-user-meta-shortcode/assets/banner-772x250.png?rev=2475336\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"5.7\";}s:27:\"woocommerce/woocommerce.php\";O:8:\"stdClass\":10:{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:\"8.5.1\";s:3:\"url\";s:42:\"https://wordpress.org/plugins/woocommerce/\";s:7:\"package\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.8.5.1.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:64:\"https://ps.w.org/woocommerce/assets/icon-256x256.gif?rev=2869506\";s:2:\"1x\";s:64:\"https://ps.w.org/woocommerce/assets/icon-128x128.gif?rev=2869506\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:67:\"https://ps.w.org/woocommerce/assets/banner-1544x500.png?rev=3000842\";s:2:\"1x\";s:66:\"https://ps.w.org/woocommerce/assets/banner-772x250.png?rev=3000842\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"6.3\";}s:45:\"woocommerce-services/woocommerce-services.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:34:\"w.org/plugins/woocommerce-services\";s:4:\"slug\";s:20:\"woocommerce-services\";s:6:\"plugin\";s:45:\"woocommerce-services/woocommerce-services.php\";s:11:\"new_version\";s:5:\"2.4.2\";s:3:\"url\";s:51:\"https://wordpress.org/plugins/woocommerce-services/\";s:7:\"package\";s:69:\"https://downloads.wordpress.org/plugin/woocommerce-services.2.4.2.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:73:\"https://ps.w.org/woocommerce-services/assets/icon-256x256.png?rev=2954616\";s:2:\"1x\";s:73:\"https://ps.w.org/woocommerce-services/assets/icon-128x128.png?rev=2954616\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:76:\"https://ps.w.org/woocommerce-services/assets/banner-1544x500.png?rev=2954616\";s:2:\"1x\";s:75:\"https://ps.w.org/woocommerce-services/assets/banner-772x250.png?rev=2954616\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"6.2\";}s:35:\"insert-headers-and-footers/ihaf.php\";O:8:\"stdClass\":10:{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.1.7\";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.1.7.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:17:\"wpcore/wpcore.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:20:\"w.org/plugins/wpcore\";s:4:\"slug\";s:6:\"wpcore\";s:6:\"plugin\";s:17:\"wpcore/wpcore.php\";s:11:\"new_version\";s:5:\"1.9.2\";s:3:\"url\";s:37:\"https://wordpress.org/plugins/wpcore/\";s:7:\"package\";s:55:\"https://downloads.wordpress.org/plugin/wpcore.1.9.2.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:58:\"https://ps.w.org/wpcore/assets/icon-256x256.png?rev=979391\";s:2:\"1x\";s:58:\"https://ps.w.org/wpcore/assets/icon-128x128.png?rev=979391\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:61:\"https://ps.w.org/wpcore/assets/banner-1544x500.png?rev=949029\";s:2:\"1x\";s:60:\"https://ps.w.org/wpcore/assets/banner-772x250.png?rev=949029\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"3.5\";}s:24:\"wordpress-seo/wp-seo.php\";O:8:\"stdClass\":10:{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:6:\"21.8.1\";s:3:\"url\";s:44:\"https://wordpress.org/plugins/wordpress-seo/\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/plugin/wordpress-seo.21.8.1.zip\";s:5:\"icons\";a:2:{s:2:\"1x\";s:58:\"https://ps.w.org/wordpress-seo/assets/icon.svg?rev=2363699\";s:3:\"svg\";s:58:\"https://ps.w.org/wordpress-seo/assets/icon.svg?rev=2363699\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:69:\"https://ps.w.org/wordpress-seo/assets/banner-1544x500.png?rev=2643727\";s:2:\"1x\";s:68:\"https://ps.w.org/wordpress-seo/assets/banner-772x250.png?rev=2643727\";}s:11:\"banners_rtl\";a:2:{s:2:\"2x\";s:73:\"https://ps.w.org/wordpress-seo/assets/banner-1544x500-rtl.png?rev=2643727\";s:2:\"1x\";s:72:\"https://ps.w.org/wordpress-seo/assets/banner-772x250-rtl.png?rev=2643727\";}s:8:\"requires\";s:3:\"6.2\";}s:51:\"woocommerce-memberships/woocommerce-memberships.php\";O:8:\"stdClass\":8:{s:2:\"id\";s:22:\"woocommerce-com-958589\";s:4:\"slug\";s:39:\"woocommerce-com-woocommerce-memberships\";s:6:\"plugin\";s:51:\"woocommerce-memberships/woocommerce-memberships.php\";s:11:\"new_version\";s:6:\"1.25.2\";s:3:\"url\";s:49:\"https://woo.com/products/woocommerce-memberships/\";s:7:\"package\";N;s:14:\"upgrade_notice\";s:90:\"Fix - Do not return all subscriptions when manually linking a subscription to a membership\";s:12:\"requires_php\";s:3:\"7.0\";}}s:7:\"checked\";a:1:{s:31:\"elementor-pro/elementor-pro.php\";s:6:\"3.18.3\";}}','no');
INSERT INTO `wplc_options` VALUES (813591,'_transient_timeout__woocommerce_helper_updates','1706002213','no');
INSERT INTO `wplc_options` VALUES (813592,'_transient__woocommerce_helper_updates','a:4:{s:4:\"hash\";s:32:\"19b896d139b0e558ce5e50c909bd5802\";s:7:\"updated\";i:1705959013;s:8:\"products\";a:6:{i:18716;a:5:{s:7:\"version\";s:6:\"6.22.6\";s:4:\"slug\";s:15:\"product-bundles\";s:3:\"url\";s:41:\"https://woo.com/products/product-bundles/\";s:7:\"package\";N;s:14:\"upgrade_notice\";s:60:\"Tweak - Deferred plugin scripts for WordPress 6.3+ installs.\";}i:27147;a:5:{s:7:\"version\";s:5:\"5.9.1\";s:4:\"slug\";s:25:\"woocommerce-subscriptions\";s:3:\"url\";s:51:\"https://woo.com/products/woocommerce-subscriptions/\";s:7:\"package\";N;s:14:\"upgrade_notice\";s:125:\"Fix: Resolved an error that would occur with WooCommerce 8.5.0 when editing a subscription customer from the admin dashboard.\";}i:958589;a:6:{s:7:\"version\";s:6:\"1.25.2\";s:4:\"slug\";s:23:\"woocommerce-memberships\";s:3:\"url\";s:49:\"https://woo.com/products/woocommerce-memberships/\";s:7:\"package\";N;s:14:\"upgrade_notice\";s:90:\"Fix - Do not return all subscriptions when manually linking a subscription to a membership\";s:12:\"requires_php\";s:3:\"7.0\";}i:5278104;a:5:{s:7:\"version\";s:5:\"7.0.0\";s:4:\"slug\";s:11:\"woopayments\";s:3:\"url\";s:37:\"https://woo.com/products/woopayments/\";s:7:\"package\";s:69:\"https://downloads.wordpress.org/plugin/woocommerce-payments.7.0.0.zip\";s:14:\"upgrade_notice\";s:0:\"\";}i:6511571;a:5:{s:7:\"version\";s:5:\"1.1.4\";s:4:\"slug\";s:23:\"tipping-for-woocommerce\";s:3:\"url\";s:49:\"https://woo.com/products/tipping-for-woocommerce/\";s:7:\"package\";N;s:14:\"upgrade_notice\";s:51:\"Added Support HPOS (High Performance Order Storage)\";}i:7607307;a:5:{s:7:\"version\";s:5:\"1.1.1\";s:4:\"slug\";s:40:\"automatic-order-printing-for-woocommerce\";s:3:\"url\";s:66:\"https://woo.com/products/automatic-order-printing-for-woocommerce/\";s:7:\"package\";N;s:14:\"upgrade_notice\";s:31:\"Fixed : Admin javascript issues\";}}s:6:\"errors\";a:0:{}}','no');
INSERT INTO `wplc_options` VALUES (813612,'_transient_timeout_jetpack_sync_last_checked_queue_state_sync','1705968035','no');
INSERT INTO `wplc_options` VALUES (813613,'_transient_jetpack_sync_last_checked_queue_state_sync','a:2:{i:0;i:0;i:1;d:0;}','no');
INSERT INTO `wplc_options` VALUES (813615,'_transient_timeout_jetpack_sync_constants_await','1705971606','no');
INSERT INTO `wplc_options` VALUES (813616,'_transient_jetpack_sync_constants_await','1705968006.2791','no');
INSERT INTO `wplc_options` VALUES (813617,'_site_transient_timeout_theme_roots','1705969806','no');
INSERT INTO `wplc_options` VALUES (813618,'_site_transient_theme_roots','a:5:{s:14:\"bb-theme-child\";s:7:\"/themes\";s:8:\"bb-theme\";s:7:\"/themes\";s:15:\"hello-elementor\";s:7:\"/themes\";s:16:\"twentytwentyfour\";s:7:\"/themes\";s:17:\"twentytwentythree\";s:7:\"/themes\";}','no');
INSERT INTO `wplc_options` VALUES (813619,'_site_transient_timeout_wdp_un_local_projects','1705968306','no');
INSERT INTO `wplc_options` VALUES (813620,'_site_transient_wdp_un_local_projects','a:6:{i:167;a:7:{s:3:\"pid\";s:3:\"167\";s:4:\"name\";s:14:\"SmartCrawl Pro\";s:8:\"filename\";s:29:\"wpmu-dev-seo/wpmu-dev-seo.php\";s:4:\"path\";s:96:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wpmu-dev-seo/wpmu-dev-seo.php\";s:7:\"version\";s:5:\"3.9.2\";s:4:\"slug\";s:19:\"wpmudev_install-167\";s:4:\"type\";s:6:\"plugin\";}i:1081723;a:7:{s:3:\"pid\";s:7:\"1081723\";s:4:\"name\";s:12:\"Defender Pro\";s:8:\"filename\";s:27:\"wp-defender/wp-defender.php\";s:4:\"path\";s:94:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-defender/wp-defender.php\";s:7:\"version\";s:5:\"4.4.1\";s:4:\"slug\";s:23:\"wpmudev_install-1081723\";s:4:\"type\";s:6:\"plugin\";}i:3760011;a:7:{s:3:\"pid\";s:7:\"3760011\";s:4:\"name\";s:12:\"Snapshot Pro\";s:8:\"filename\";s:37:\"snapshot-backups/snapshot-backups.php\";s:4:\"path\";s:104:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/snapshot-backups/snapshot-backups.php\";s:7:\"version\";s:6:\"4.22.0\";s:4:\"slug\";s:23:\"wpmudev_install-3760011\";s:4:\"type\";s:6:\"plugin\";}i:912164;a:7:{s:3:\"pid\";s:6:\"912164\";s:4:\"name\";s:9:\"Smush Pro\";s:8:\"filename\";s:25:\"wp-smush-pro/wp-smush.php\";s:4:\"path\";s:92:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-smush-pro/wp-smush.php\";s:7:\"version\";s:6:\"3.15.3\";s:4:\"slug\";s:22:\"wpmudev_install-912164\";s:4:\"type\";s:6:\"plugin\";}i:1081721;a:7:{s:3:\"pid\";s:7:\"1081721\";s:4:\"name\";s:15:\"Hummingbird Pro\";s:8:\"filename\";s:33:\"wp-hummingbird/wp-hummingbird.php\";s:4:\"path\";s:100:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wp-hummingbird/wp-hummingbird.php\";s:7:\"version\";s:5:\"3.7.2\";s:4:\"slug\";s:23:\"wpmudev_install-1081721\";s:4:\"type\";s:6:\"plugin\";}i:119;a:7:{s:3:\"pid\";s:3:\"119\";s:4:\"name\";s:18:\"WPMU DEV Dashboard\";s:8:\"filename\";s:40:\"wpmudev-updates/update-notifications.php\";s:4:\"path\";s:107:\"/home/customer/www/dubdelivery.club/public_html/wp-content/plugins/wpmudev-updates/update-notifications.php\";s:7:\"version\";s:7:\"4.11.23\";s:4:\"slug\";s:19:\"wpmudev_install-119\";s:4:\"type\";s:6:\"plugin\";}}','no');
INSERT INTO `wplc_options` VALUES (813621,'_transient_timeout_jetpack_sync_callables_await','1705968066','no');
INSERT INTO `wplc_options` VALUES (813622,'_transient_jetpack_sync_callables_await','1705968006.3259','no');
INSERT INTO `wplc_options` VALUES (813623,'jetpack_site_products','a:0:{}','yes');
INSERT INTO `wplc_options` VALUES (813625,'_transient_timeout_jetpack_https_test','1706054408','no');
INSERT INTO `wplc_options` VALUES (813626,'_transient_jetpack_https_test','1','no');
INSERT INTO `wplc_options` VALUES (813627,'wphb_process_queue','a:8:{i:0;O:44:\"Hummingbird\\Core\\Modules\\Minify\\Minify_Group\":19:{s:53:\"\0Hummingbird\\Core\\Modules\\Minify\\Minify_Group\0handles\";a:1:{i:0;s:27:\"szbd-shipping-message-block\";}s:57:\"\0Hummingbird\\Core\\Modules\\Minify\\Minify_Group\0handle_urls\";a:1:{s:27:\"szbd-shipping-message-block\";s:164:\"https://www.dubdelivery.club/wp-content/plugins/shipping-zones-by-drawing-for-woocommerce/packages/szbd-shipping-message/build/style-szbd-shipping-message-block.css\";}s:61:\"\0Hummingbird\\Core\\Modules\\Minify\\Minify_Group\0handle_versions\";a:1:{s:27:\"szbd-shipping-message-block\";s:5:\"3.0.1\";}s:51:\"\0Hummingbird\\Core\\Modules\\Minify\\Minify_Group\0extra\";a:0:{}s:50:\"\0Hummingbird\\Core\\Modules\\Minify\\Minify_Group\0args\";s:3:\"all\";s:4:\"type\";s:6:\"styles\";s:57:\"\0Hummingbird\\Core\\Modules\\Minify\\Minify_Group\0dont_minify\";a:1:{i:0;s:27:\"szbd-shipping-message-block\";}s:58:\"\0Hummingbird\\Core\\Modules\\Minify\\Minify_Group\0dont_combine\";a:1:{i:0;s:27:\"szbd-shipping-message-block\";}s:58:\"\0Hummingbird\\Core\\Modules\\Minify\\Minify_Group\0dont_enqueue\";a:0:{}s:51:\"\0Hummingbird\\Core\\Modules\\Minify\\Minify_Group\0defer\";a:0:{}s:52:\"\0Hummingbird\\Core\\Modules\\Minify\\Minify_Group\0inline\";a:0:{}s:53:\"\0Hummingbird\\Core\\Modules\\Minify\\Minify_Group\0preload\";a:0:{}s:51:\"\0Hummingbird\\Core\\Modules\\Minify\\Minify_Group\0async\";a:0:{}s:65:\"\0Hummingbird\\Core\\Modules\\Minify\\Minify_Group\0handle_dependencies\";a:1:{s:27:\"szbd-shipping-message-block\";a:0:{}}s:67:\"\0Hummingbird\\Core\\Modules\\Minify\\Minify_Group\0handle_original_sizes\";a:1:{s:27:\"szbd-shipping-message-block\";i:0;}s:69:\"\0Hummingbird\\Core\\Modules\\Minify\\Minify_Group\0handle_compressed_sizes\";a:1:{s:27:\"szbd-shipping-message-block\";i:0;}s:4:\"hash\";s:32:\"66db44c0eac622ab0c10d946e072e3c9\";s:8:\"group_id\";s:27:\"szbd-shipping-message-block\";s:7:\"file_id\";i:0;}i:1;O:44:\"Hummingbird\\Core\\Modules\\Minify\\Minify_Group\":19:{s:53:\"\0Hummingbird\\Core\\Modules\\Minify\\Minify_Group\0handles\";a:1:{i:0;s:40:\"szbd-shipping-message-blocks-integration\";}s:57:\"\0Hummingbird\\Core\\Modules\\Minify\\Minify_Group\0handle_urls\";a:1:{s:40:\"szbd-shipping-message-blocks-integration\";s:142:\"https://www.dubdelivery.club/wp-content/plugins/shipping-zones-by-drawing-for-woocommerce/packages/szbd-shipping-message/build/style-index.css\";}s:61:\"\0Hummingbird\\Core\\Modules\\Minify\\Minify_Group\0handle_versions\";a:1:{s:40:\"szbd-shipping-message-blocks-integration\";s:5:\"3.0.1\";}s:51:\"\0Hummingbird\\Core\\Modules\\Minify\\Minify_Group\0extra\";a:0:{}s:50:\"\0Hummingbird\\Core\\Modules\\Minify\\Minify_Group\0args\";s:3:\"all\";s:4:\"type\";s:6:\"styles\";s:57:\"\0Hummingbird\\Core\\Modules\\Minify\\Minify_Group\0dont_minify\";a:1:{i:0;s:40:\"szbd-shipping-message-blocks-integration\";}s:58:\"\0Hummingbird\\Core\\Modules\\Minify\\Minify_Group\0dont_combine\";a:1:{i:0;s:40:\"szbd-shipping-message-blocks-integration\";}s:58:\"\0Hummingbird\\Core\\Modules\\Minify\\Minify_Group\0dont_enqueue\";a:0:{}s:51:\"\0Hummingbird\\Core\\Modules\\Minify\\Minify_Group\0defer\";a:0:{}s:52:\"\0Hummingbird\\Core\\Modules\\Minify\\Minify_Group\0inline\";a:0:{}s:53:\"\0Hummingbird\\Core\\Modules\\Minify\\Minify_Group\0preload\";a:0:{}s:51:\"\0Hummingbird\\Core\\Modules\\Minify\\Minify_Group\0async\";a:0:{}s:65:\"\0Hummingbird\\Core\\Modules\\Minify\\Minify_Group\0handle_dependencies\";a:1:{s:40:\"szbd-shipping-message-blocks-integration\";a:0:{}}s:67:\"\0Hummingbird\\Core\\Modules\\Minify\\Minify_Group\0handle_original_sizes\";a:1:{s:40:\"szbd-shipping-message-blocks-integration\";i:0;}s:69:\"\0Hummingbird\\Core\\Modules\\Minify\\Minify_Group\0handle_compressed_sizes\";a:1:{s:40:\"szbd-shipping-message-blocks-integration\";i:0;}s:4:\"hash\";s:32:\"c09cf3c185721378eb5084c96dd499cd\";s:8:\"group_id\";s:40:\"szbd-shipping-message-blocks-integration\";s:7:\"file_id\";i:0;}i:2;O:44:\"Hummingbird\\Core\\Modules\\Minify\\Minify_Group\":19:{s:53:\"\0Hummingbird\\Core\\Modules\\Minify\\Minify_Group\0handles\";a:1:{i:0;s:27:\"szbd-method-selection-block\";}s:57:\"\0Hummingbird\\Core\\Modules\\Minify\\Minify_Group\0handle_urls\";a:1:{s:27:\"szbd-method-selection-block\";s:164:\"https://www.dubdelivery.club/wp-content/plugins/shipping-zones-by-drawing-for-woocommerce/packages/szbd-method-selection/build/style-szbd-method-selection-block.css\";}s:61:\"\0Hummingbird\\Core\\Modules\\Minify\\Minify_Group\0handle_versions\";a:1:{s:27:\"szbd-method-selection-block\";s:5:\"3.0.1\";}s:51:\"\0Hummingbird\\Core\\Modules\\Minify\\Minify_Group\0extra\";a:0:{}s:50:\"\0Hummingbird\\Core\\Modules\\Minify\\Minify_Group\0args\";s:3:\"all\";s:4:\"type\";s:6:\"styles\";s:57:\"\0Hummingbird\\Core\\Modules\\Minify\\Minify_Group\0dont_minify\";a:1:{i:0;s:27:\"szbd-method-selection-block\";}s:58:\"\0Hummingbird\\Core\\Modules\\Minify\\Minify_Group\0dont_combine\";a:1:{i:0;s:27:\"szbd-method-selection-block\";}s:58:\"\0Hummingbird\\Core\\Modules\\Minify\\Minify_Group\0dont_enqueue\";a:0:{}s:51:\"\0Hummingbird\\Core\\Modules\\Minify\\Minify_Group\0defer\";a:0:{}s:52:\"\0Hummingbird\\Core\\Modules\\Minify\\Minify_Group\0inline\";a:0:{}s:53:\"\0Hummingbird\\Core\\Modules\\Minify\\Minify_Group\0preload\";a:0:{}s:51:\"\0Hummingbird\\Core\\Modules\\Minify\\Minify_Group\0async\";a:0:{}s:65:\"\0Hummingbird\\Core\\Modules\\Minify\\Minify_Group\0handle_dependencies\";a:1:{s:27:\"szbd-method-selection-block\";a:0:{}}s:67:\"\0Hummingbird\\Core\\Modules\\Minify\\Minify_Group\0handle_original_sizes\";a:1:{s:27:\"szbd-method-selection-block\";i:0;}s:69:\"\0Hummingbird\\Core\\Modules\\Minify\\Minify_Group\0handle_compressed_sizes\";a:1:{s:27:\"szbd-method-selection-block\";i:0;}s:4:\"hash\";s:32:\"3160fc52075b2f119c292b5ea4be8d48\";s:8:\"group_id\";s:27:\"szbd-method-selection-block\";s:7:\"file_id\";i:0;}i:3;O:44:\"Hummingbird\\Core\\Modules\\Minify\\Minify_Group\":19:{s:53:\"\0Hummingbird\\Core\\Modules\\Minify\\Minify_Group\0handles\";a:1:{i:0;s:36:\"shipping-workshop-blocks-integration\";}s:57:\"\0Hummingbird\\Core\\Modules\\Minify\\Minify_Group\0handle_urls\";a:1:{s:36:\"shipping-workshop-blocks-integration\";s:142:\"https://www.dubdelivery.club/wp-content/plugins/shipping-zones-by-drawing-for-woocommerce/packages/szbd-method-selection/build/style-index.css\";}s:61:\"\0Hummingbird\\Core\\Modules\\Minify\\Minify_Group\0handle_versions\";a:1:{s:36:\"shipping-workshop-blocks-integration\";s:5:\"3.0.1\";}s:51:\"\0Hummingbird\\Core\\Modules\\Minify\\Minify_Group\0extra\";a:0:{}s:50:\"\0Hummingbird\\Core\\Modules\\Minify\\Minify_Group\0args\";s:3:\"all\";s:4:\"type\";s:6:\"styles\";s:57:\"\0Hummingbird\\Core\\Modules\\Minify\\Minify_Group\0dont_minify\";a:1:{i:0;s:36:\"shipping-workshop-blocks-integration\";}s:58:\"\0Hummingbird\\Core\\Modules\\Minify\\Minify_Group\0dont_combine\";a:1:{i:0;s:36:\"shipping-workshop-blocks-integration\";}s:58:\"\0Hummingbird\\Core\\Modules\\Minify\\Minify_Group\0dont_enqueue\";a:0:{}s:51:\"\0Hummingbird\\Core\\Modules\\Minify\\Minify_Group\0defer\";a:0:{}s:52:\"\0Hummingbird\\Core\\Modules\\Minify\\Minify_Group\0inline\";a:0:{}s:53:\"\0Hummingbird\\Core\\Modules\\Minify\\Minify_Group\0preload\";a:0:{}s:51:\"\0Hummingbird\\Core\\Modules\\Minify\\Minify_Group\0async\";a:0:{}s:65:\"\0Hummingbird\\Core\\Modules\\Minify\\Minify_Group\0handle_dependencies\";a:1:{s:36:\"shipping-workshop-blocks-integration\";a:0:{}}s:67:\"\0Hummingbird\\Core\\Modules\\Minify\\Minify_Group\0handle_original_sizes\";a:1:{s:36:\"shipping-workshop-blocks-integration\";i:0;}s:69:\"\0Hummingbird\\Core\\Modules\\Minify\\Minify_Group\0handle_compressed_sizes\";a:1:{s:36:\"shipping-workshop-blocks-integration\";i:0;}s:4:\"hash\";s:32:\"f4a58d552823cc20e98ea53faa931b6e\";s:8:\"group_id\";s:36:\"shipping-workshop-blocks-integration\";s:7:\"file_id\";i:0;}i:4;O:44:\"Hummingbird\\Core\\Modules\\Minify\\Minify_Group\":19:{s:53:\"\0Hummingbird\\Core\\Modules\\Minify\\Minify_Group\0handles\";a:1:{i:0;s:11:\"wp-polyfill\";}s:57:\"\0Hummingbird\\Core\\Modules\\Minify\\Minify_Group\0handle_urls\";a:1:{s:11:\"wp-polyfill\";s:46:\"/wp-includes/js/dist/vendor/wp-polyfill.min.js\";}s:61:\"\0Hummingbird\\Core\\Modules\\Minify\\Minify_Group\0handle_versions\";a:1:{s:11:\"wp-polyfill\";s:6:\"3.15.0\";}s:51:\"\0Hummingbird\\Core\\Modules\\Minify\\Minify_Group\0extra\";a:0:{}s:50:\"\0Hummingbird\\Core\\Modules\\Minify\\Minify_Group\0args\";i:1;s:4:\"type\";s:7:\"scripts\";s:57:\"\0Hummingbird\\Core\\Modules\\Minify\\Minify_Group\0dont_minify\";a:1:{i:0;s:11:\"wp-polyfill\";}s:58:\"\0Hummingbird\\Core\\Modules\\Minify\\Minify_Group\0dont_combine\";a:1:{i:0;s:11:\"wp-polyfill\";}s:58:\"\0Hummingbird\\Core\\Modules\\Minify\\Minify_Group\0dont_enqueue\";a:0:{}s:51:\"\0Hummingbird\\Core\\Modules\\Minify\\Minify_Group\0defer\";a:0:{}s:52:\"\0Hummingbird\\Core\\Modules\\Minify\\Minify_Group\0inline\";a:0:{}s:53:\"\0Hummingbird\\Core\\Modules\\Minify\\Minify_Group\0preload\";a:0:{}s:51:\"\0Hummingbird\\Core\\Modules\\Minify\\Minify_Group\0async\";a:0:{}s:65:\"\0Hummingbird\\Core\\Modules\\Minify\\Minify_Group\0handle_dependencies\";a:1:{s:11:\"wp-polyfill\";a:2:{i:0;s:17:\"wp-polyfill-inert\";i:1;s:19:\"regenerator-runtime\";}}s:67:\"\0Hummingbird\\Core\\Modules\\Minify\\Minify_Group\0handle_original_sizes\";a:1:{s:11:\"wp-polyfill\";i:0;}s:69:\"\0Hummingbird\\Core\\Modules\\Minify\\Minify_Group\0handle_compressed_sizes\";a:1:{s:11:\"wp-polyfill\";i:0;}s:4:\"hash\";s:32:\"206527d1bf05923764aca5c7e984c4fd\";s:8:\"group_id\";s:11:\"wp-polyfill\";s:7:\"file_id\";i:0;}i:5;O:44:\"Hummingbird\\Core\\Modules\\Minify\\Minify_Group\":19:{s:53:\"\0Hummingbird\\Core\\Modules\\Minify\\Minify_Group\0handles\";a:1:{i:0;s:6:\"lodash\";}s:57:\"\0Hummingbird\\Core\\Modules\\Minify\\Minify_Group\0handle_urls\";a:1:{s:6:\"lodash\";s:41:\"/wp-includes/js/dist/vendor/lodash.min.js\";}s:61:\"\0Hummingbird\\Core\\Modules\\Minify\\Minify_Group\0handle_versions\";a:1:{s:6:\"lodash\";s:7:\"4.17.19\";}s:51:\"\0Hummingbird\\Core\\Modules\\Minify\\Minify_Group\0extra\";a:1:{s:5:\"after\";a:2:{i:0;b:0;i:1;s:31:\"window.lodash = _.noConflict();\";}}s:50:\"\0Hummingbird\\Core\\Modules\\Minify\\Minify_Group\0args\";i:1;s:4:\"type\";s:7:\"scripts\";s:57:\"\0Hummingbird\\Core\\Modules\\Minify\\Minify_Group\0dont_minify\";a:1:{i:0;s:6:\"lodash\";}s:58:\"\0Hummingbird\\Core\\Modules\\Minify\\Minify_Group\0dont_combine\";a:1:{i:0;s:6:\"lodash\";}s:58:\"\0Hummingbird\\Core\\Modules\\Minify\\Minify_Group\0dont_enqueue\";a:0:{}s:51:\"\0Hummingbird\\Core\\Modules\\Minify\\Minify_Group\0defer\";a:0:{}s:52:\"\0Hummingbird\\Core\\Modules\\Minify\\Minify_Group\0inline\";a:0:{}s:53:\"\0Hummingbird\\Core\\Modules\\Minify\\Minify_Group\0preload\";a:0:{}s:51:\"\0Hummingbird\\Core\\Modules\\Minify\\Minify_Group\0async\";a:0:{}s:65:\"\0Hummingbird\\Core\\Modules\\Minify\\Minify_Group\0handle_dependencies\";a:1:{s:6:\"lodash\";a:0:{}}s:67:\"\0Hummingbird\\Core\\Modules\\Minify\\Minify_Group\0handle_original_sizes\";a:1:{s:6:\"lodash\";i:0;}s:69:\"\0Hummingbird\\Core\\Modules\\Minify\\Minify_Group\0handle_compressed_sizes\";a:1:{s:6:\"lodash\";i:0;}s:4:\"hash\";s:32:\"fd8ca8c7b07cc2ca6dc26a36326d5ddc\";s:8:\"group_id\";s:6:\"lodash\";s:7:\"file_id\";i:0;}i:6;O:44:\"Hummingbird\\Core\\Modules\\Minify\\Minify_Group\":19:{s:53:\"\0Hummingbird\\Core\\Modules\\Minify\\Minify_Group\0handles\";a:1:{i:0;s:29:\"elementor-pro-webpack-runtime\";}s:57:\"\0Hummingbird\\Core\\Modules\\Minify\\Minify_Group\0handle_urls\";a:1:{s:29:\"elementor-pro-webpack-runtime\";s:98:\"https://www.dubdelivery.club/wp-content/plugins/elementor-pro/assets/js/webpack-pro.runtime.min.js\";}s:61:\"\0Hummingbird\\Core\\Modules\\Minify\\Minify_Group\0handle_versions\";a:1:{s:29:\"elementor-pro-webpack-runtime\";s:6:\"3.18.2\";}s:51:\"\0Hummingbird\\Core\\Modules\\Minify\\Minify_Group\0extra\";a:1:{s:5:\"group\";i:1;}s:50:\"\0Hummingbird\\Core\\Modules\\Minify\\Minify_Group\0args\";N;s:4:\"type\";s:7:\"scripts\";s:57:\"\0Hummingbird\\Core\\Modules\\Minify\\Minify_Group\0dont_minify\";a:1:{i:0;s:29:\"elementor-pro-webpack-runtime\";}s:58:\"\0Hummingbird\\Core\\Modules\\Minify\\Minify_Group\0dont_combine\";a:1:{i:0;s:29:\"elementor-pro-webpack-runtime\";}s:58:\"\0Hummingbird\\Core\\Modules\\Minify\\Minify_Group\0dont_enqueue\";a:0:{}s:51:\"\0Hummingbird\\Core\\Modules\\Minify\\Minify_Group\0defer\";a:0:{}s:52:\"\0Hummingbird\\Core\\Modules\\Minify\\Minify_Group\0inline\";a:0:{}s:53:\"\0Hummingbird\\Core\\Modules\\Minify\\Minify_Group\0preload\";a:0:{}s:51:\"\0Hummingbird\\Core\\Modules\\Minify\\Minify_Group\0async\";a:0:{}s:65:\"\0Hummingbird\\Core\\Modules\\Minify\\Minify_Group\0handle_dependencies\";a:1:{s:29:\"elementor-pro-webpack-runtime\";a:0:{}}s:67:\"\0Hummingbird\\Core\\Modules\\Minify\\Minify_Group\0handle_original_sizes\";a:1:{s:29:\"elementor-pro-webpack-runtime\";i:0;}s:69:\"\0Hummingbird\\Core\\Modules\\Minify\\Minify_Group\0handle_compressed_sizes\";a:1:{s:29:\"elementor-pro-webpack-runtime\";i:0;}s:4:\"hash\";s:32:\"f4aba27086fa2d0dad5ac168fc44e861\";s:8:\"group_id\";s:29:\"elementor-pro-webpack-runtime\";s:7:\"file_id\";i:0;}i:7;O:44:\"Hummingbird\\Core\\Modules\\Minify\\Minify_Group\":19:{s:53:\"\0Hummingbird\\Core\\Modules\\Minify\\Minify_Group\0handles\";a:1:{i:0;s:25:\"elementor-webpack-runtime\";}s:57:\"\0Hummingbird\\Core\\Modules\\Minify\\Minify_Group\0handle_urls\";a:1:{s:25:\"elementor-webpack-runtime\";s:90:\"https://www.dubdelivery.club/wp-content/plugins/elementor/assets/js/webpack.runtime.min.js\";}s:61:\"\0Hummingbird\\Core\\Modules\\Minify\\Minify_Group\0handle_versions\";a:1:{s:25:\"elementor-webpack-runtime\";s:6:\"3.18.3\";}s:51:\"\0Hummingbird\\Core\\Modules\\Minify\\Minify_Group\0extra\";a:1:{s:5:\"group\";i:1;}s:50:\"\0Hummingbird\\Core\\Modules\\Minify\\Minify_Group\0args\";N;s:4:\"type\";s:7:\"scripts\";s:57:\"\0Hummingbird\\Core\\Modules\\Minify\\Minify_Group\0dont_minify\";a:1:{i:0;s:25:\"elementor-webpack-runtime\";}s:58:\"\0Hummingbird\\Core\\Modules\\Minify\\Minify_Group\0dont_combine\";a:1:{i:0;s:25:\"elementor-webpack-runtime\";}s:58:\"\0Hummingbird\\Core\\Modules\\Minify\\Minify_Group\0dont_enqueue\";a:0:{}s:51:\"\0Hummingbird\\Core\\Modules\\Minify\\Minify_Group\0defer\";a:0:{}s:52:\"\0Hummingbird\\Core\\Modules\\Minify\\Minify_Group\0inline\";a:0:{}s:53:\"\0Hummingbird\\Core\\Modules\\Minify\\Minify_Group\0preload\";a:0:{}s:51:\"\0Hummingbird\\Core\\Modules\\Minify\\Minify_Group\0async\";a:0:{}s:65:\"\0Hummingbird\\Core\\Modules\\Minify\\Minify_Group\0handle_dependencies\";a:1:{s:25:\"elementor-webpack-runtime\";a:0:{}}s:67:\"\0Hummingbird\\Core\\Modules\\Minify\\Minify_Group\0handle_original_sizes\";a:1:{s:25:\"elementor-webpack-runtime\";i:0;}s:69:\"\0Hummingbird\\Core\\Modules\\Minify\\Minify_Group\0handle_compressed_sizes\";a:1:{s:25:\"elementor-webpack-runtime\";i:0;}s:4:\"hash\";s:32:\"2e4a7d0c57ad1cd4ca35f44a9aed8f6f\";s:8:\"group_id\";s:25:\"elementor-webpack-runtime\";s:7:\"file_id\";i:0;}}','yes');
INSERT INTO `wplc_options` VALUES (813628,'snapshot_running_backup','a:2:{s:2:\"id\";s:12:\"49d901234a8b\";s:4:\"name\";s:26:\"January 22, 2024 @ 6:01 pm\";}','no');
INSERT INTO `wplc_options` VALUES (813629,'snapshot_running_backup_status','snapshot_initiated','no');

/*!40101 SET SQL_MODE=@OLD_SQL_MODE */;
/*!40014 SET FOREIGN_KEY_CHECKS=@OLD_FOREIGN_KEY_CHECKS */;
/*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */;

