0byt3m1n1
Path:
/
data
/
7
/
0
/
53
/
79
/
379894
/
meta
/
386699
/
mysql.backup
/
[
Home
]
File: db_iastore.mysqlcluster28.bak.sql
-- MySQL dump 10.13 Distrib 5.6.24, for Linux (x86_64) -- -- Host: mysqlcluster28 Database: db_iastore -- ------------------------------------------------------ -- Server version 5.6.39-83.1-56-log /*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */; /*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */; /*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */; /*!40101 SET NAMES utf8 */; /*!40103 SET @OLD_TIME_ZONE=@@TIME_ZONE */; /*!40103 SET TIME_ZONE='+00:00' */; /*!40014 SET @OLD_UNIQUE_CHECKS=@@UNIQUE_CHECKS, UNIQUE_CHECKS=0 */; /*!40014 SET @OLD_FOREIGN_KEY_CHECKS=@@FOREIGN_KEY_CHECKS, FOREIGN_KEY_CHECKS=0 */; /*!40101 SET @OLD_SQL_MODE=@@SQL_MODE, SQL_MODE='NO_AUTO_VALUE_ON_ZERO' */; /*!40111 SET @OLD_SQL_NOTES=@@SQL_NOTES, SQL_NOTES=0 */; -- -- Table structure for table `wp_commentmeta` -- DROP TABLE IF EXISTS `wp_commentmeta`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_commentmeta` ( `meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `comment_id` bigint(20) unsigned NOT NULL DEFAULT '0', `meta_key` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `meta_value` longtext COLLATE utf8mb4_unicode_ci, PRIMARY KEY (`meta_id`), KEY `comment_id` (`comment_id`), KEY `meta_key` (`meta_key`(191)) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_commentmeta` -- LOCK TABLES `wp_commentmeta` WRITE; /*!40000 ALTER TABLE `wp_commentmeta` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_commentmeta` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_comments` -- DROP TABLE IF EXISTS `wp_comments`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_comments` ( `comment_ID` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `comment_post_ID` bigint(20) unsigned NOT NULL DEFAULT '0', `comment_author` tinytext COLLATE utf8mb4_unicode_ci NOT NULL, `comment_author_email` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `comment_author_url` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `comment_author_IP` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `comment_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `comment_date_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `comment_content` text COLLATE utf8mb4_unicode_ci NOT NULL, `comment_karma` int(11) NOT NULL DEFAULT '0', `comment_approved` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '1', `comment_agent` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `comment_type` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `comment_parent` bigint(20) unsigned NOT NULL DEFAULT '0', `user_id` bigint(20) unsigned NOT NULL DEFAULT '0', PRIMARY KEY (`comment_ID`), KEY `comment_post_ID` (`comment_post_ID`), KEY `comment_approved_date_gmt` (`comment_approved`,`comment_date_gmt`), KEY `comment_date_gmt` (`comment_date_gmt`), KEY `comment_parent` (`comment_parent`), KEY `comment_author_email` (`comment_author_email`(10)), KEY `woo_idx_comment_type` (`comment_type`) ) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_comments` -- LOCK TABLES `wp_comments` WRITE; /*!40000 ALTER TABLE `wp_comments` DISABLE KEYS */; INSERT INTO `wp_comments` VALUES (1,1,'A WordPress Commenter','wapuu@wordpress.example','https://wordpress.org/','','2018-02-06 03:26:00','2018-02-06 03:26:00','Hi, this is a comment.\nTo get started with moderating, editing, and deleting comments, please visit the Comments screen in the dashboard.\nCommenter avatars come from <a href=\"https://gravatar.com\">Gravatar</a>.',0,'1','','',0,0); /*!40000 ALTER TABLE `wp_comments` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_links` -- DROP TABLE IF EXISTS `wp_links`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_links` ( `link_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `link_url` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `link_name` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `link_image` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `link_target` varchar(25) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `link_description` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `link_visible` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'Y', `link_owner` bigint(20) unsigned NOT NULL DEFAULT '1', `link_rating` int(11) NOT NULL DEFAULT '0', `link_updated` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `link_rel` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `link_notes` mediumtext COLLATE utf8mb4_unicode_ci NOT NULL, `link_rss` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', PRIMARY KEY (`link_id`), KEY `link_visible` (`link_visible`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_links` -- LOCK TABLES `wp_links` WRITE; /*!40000 ALTER TABLE `wp_links` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_links` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_nf3_action_meta` -- DROP TABLE IF EXISTS `wp_nf3_action_meta`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_nf3_action_meta` ( `id` int(11) NOT NULL AUTO_INCREMENT, `parent_id` int(11) NOT NULL, `key` longtext COLLATE utf8mb4_unicode_ci NOT NULL, `value` longtext COLLATE utf8mb4_unicode_ci, UNIQUE KEY `id` (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=334 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_nf3_action_meta` -- LOCK TABLES `wp_nf3_action_meta` WRITE; /*!40000 ALTER TABLE `wp_nf3_action_meta` DISABLE KEYS */; INSERT INTO `wp_nf3_action_meta` VALUES (1,1,'label','Store Submission'),(2,1,'objectType','Action'),(3,1,'objectDomain','actions'),(4,1,'editActive',''),(5,1,'conditions','a:6:{s:9:\"collapsed\";s:0:\"\";s:7:\"process\";s:1:\"1\";s:9:\"connector\";s:3:\"all\";s:4:\"when\";a:1:{i:0;a:6:{s:9:\"connector\";s:3:\"AND\";s:3:\"key\";s:0:\"\";s:10:\"comparator\";s:0:\"\";s:5:\"value\";s:0:\"\";s:4:\"type\";s:5:\"field\";s:9:\"modelType\";s:4:\"when\";}}s:4:\"then\";a:1:{i:0;a:5:{s:3:\"key\";s:0:\"\";s:7:\"trigger\";s:0:\"\";s:5:\"value\";s:0:\"\";s:4:\"type\";s:5:\"field\";s:9:\"modelType\";s:4:\"then\";}}s:4:\"else\";a:0:{}}'),(6,1,'payment_gateways',''),(7,1,'payment_total','0'),(8,1,'tag',''),(9,1,'to','{wp:admin_email}'),(10,1,'email_subject','Ninja Forms Submission'),(11,1,'email_message','{fields_table}'),(12,1,'from_name',''),(13,1,'from_address',''),(14,1,'reply_to',''),(15,1,'email_format','html'),(16,1,'cc',''),(17,1,'bcc',''),(18,1,'attach_csv',''),(19,1,'redirect_url',''),(20,1,'email_message_plain',''),(21,2,'label','Email Confirmation'),(22,2,'to','{field:email}'),(23,2,'subject','This is an email action.'),(24,2,'message','Hello, Ninja Forms!'),(25,2,'objectType','Action'),(26,2,'objectDomain','actions'),(27,2,'editActive',''),(28,2,'conditions','a:6:{s:9:\"collapsed\";s:0:\"\";s:7:\"process\";s:1:\"1\";s:9:\"connector\";s:3:\"all\";s:4:\"when\";a:0:{}s:4:\"then\";a:1:{i:0;a:5:{s:3:\"key\";s:0:\"\";s:7:\"trigger\";s:0:\"\";s:5:\"value\";s:0:\"\";s:4:\"type\";s:5:\"field\";s:9:\"modelType\";s:4:\"then\";}}s:4:\"else\";a:0:{}}'),(29,2,'payment_gateways',''),(30,2,'payment_total','0'),(31,2,'tag',''),(32,2,'email_subject','Submission Confirmation '),(33,2,'email_message','<p>{all_fields_table}<br></p>'),(34,2,'from_name',''),(35,2,'from_address',''),(36,2,'reply_to',''),(37,2,'email_format','html'),(38,2,'cc',''),(39,2,'bcc',''),(40,2,'attach_csv',''),(41,2,'email_message_plain',''),(42,3,'objectType','Action'),(43,3,'objectDomain','actions'),(44,3,'editActive',''),(45,3,'label','Email Notification'),(46,3,'conditions','a:6:{s:9:\"collapsed\";s:0:\"\";s:7:\"process\";s:1:\"1\";s:9:\"connector\";s:3:\"all\";s:4:\"when\";a:1:{i:0;a:6:{s:9:\"connector\";s:3:\"AND\";s:3:\"key\";s:0:\"\";s:10:\"comparator\";s:0:\"\";s:5:\"value\";s:0:\"\";s:4:\"type\";s:5:\"field\";s:9:\"modelType\";s:4:\"when\";}}s:4:\"then\";a:1:{i:0;a:5:{s:3:\"key\";s:0:\"\";s:7:\"trigger\";s:0:\"\";s:5:\"value\";s:0:\"\";s:4:\"type\";s:5:\"field\";s:9:\"modelType\";s:4:\"then\";}}s:4:\"else\";a:0:{}}'),(47,3,'payment_gateways',''),(48,3,'payment_total','0'),(49,3,'tag',''),(50,3,'to','{system:admin_email}'),(51,3,'email_subject','New message from {field:name}'),(326,3,'reply_to',''),(327,3,'email_message','{fields_table}'),(328,3,'email_message_plain',''),(329,3,'from_name',''),(330,3,'from_address',''),(331,3,'email_format','html'),(332,3,'cc',''),(333,3,'bcc',''); /*!40000 ALTER TABLE `wp_nf3_action_meta` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_nf3_actions` -- DROP TABLE IF EXISTS `wp_nf3_actions`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_nf3_actions` ( `id` int(11) NOT NULL AUTO_INCREMENT, `title` longtext COLLATE utf8mb4_unicode_ci, `key` longtext COLLATE utf8mb4_unicode_ci, `type` longtext COLLATE utf8mb4_unicode_ci, `active` tinyint(1) DEFAULT '1', `parent_id` int(11) NOT NULL, `created_at` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP, `updated_at` datetime DEFAULT NULL, UNIQUE KEY `id` (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=19 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_nf3_actions` -- LOCK TABLES `wp_nf3_actions` WRITE; /*!40000 ALTER TABLE `wp_nf3_actions` DISABLE KEYS */; INSERT INTO `wp_nf3_actions` VALUES (1,'','','save',1,1,'2018-05-08 01:48:19','2018-05-08 08:48:19'),(2,'','','email',1,1,'2018-05-08 01:48:21','2018-05-08 08:48:21'),(3,'','','email',1,1,'2018-05-08 01:48:23','2018-05-08 08:48:23'); /*!40000 ALTER TABLE `wp_nf3_actions` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_nf3_field_meta` -- DROP TABLE IF EXISTS `wp_nf3_field_meta`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_nf3_field_meta` ( `id` int(11) NOT NULL AUTO_INCREMENT, `parent_id` int(11) NOT NULL, `key` longtext COLLATE utf8mb4_unicode_ci NOT NULL, `value` longtext COLLATE utf8mb4_unicode_ci, UNIQUE KEY `id` (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=2039 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_nf3_field_meta` -- LOCK TABLES `wp_nf3_field_meta` WRITE; /*!40000 ALTER TABLE `wp_nf3_field_meta` DISABLE KEYS */; INSERT INTO `wp_nf3_field_meta` VALUES (1,1,'label_pos','above'),(2,1,'required','1'),(3,1,'order','1'),(4,1,'placeholder',''),(5,1,'default',''),(6,1,'wrapper_class',''),(7,1,'element_class',''),(8,1,'objectType','Field'),(9,1,'objectDomain','fields'),(10,1,'editActive',''),(11,1,'container_class',''),(12,1,'input_limit',''),(13,1,'input_limit_type','characters'),(14,1,'input_limit_msg','Character(s) left'),(15,1,'manual_key',''),(16,1,'disable_input',''),(17,1,'admin_label',''),(18,1,'help_text',''),(19,1,'desc_text',''),(20,1,'disable_browser_autocomplete',''),(21,1,'mask',''),(22,1,'custom_mask',''),(23,1,'wrap_styles_background-color',''),(24,1,'wrap_styles_border',''),(25,1,'wrap_styles_border-style',''),(26,1,'wrap_styles_border-color',''),(27,1,'wrap_styles_color',''),(28,1,'wrap_styles_height',''),(29,1,'wrap_styles_width',''),(30,1,'wrap_styles_font-size',''),(31,1,'wrap_styles_margin',''),(32,1,'wrap_styles_padding',''),(33,1,'wrap_styles_display',''),(34,1,'wrap_styles_float',''),(35,1,'wrap_styles_show_advanced_css','0'),(36,1,'wrap_styles_advanced',''),(37,1,'label_styles_background-color',''),(38,1,'label_styles_border',''),(39,1,'label_styles_border-style',''),(40,1,'label_styles_border-color',''),(41,1,'label_styles_color',''),(42,1,'label_styles_height',''),(43,1,'label_styles_width',''),(44,1,'label_styles_font-size',''),(45,1,'label_styles_margin',''),(46,1,'label_styles_padding',''),(47,1,'label_styles_display',''),(48,1,'label_styles_float',''),(49,1,'label_styles_show_advanced_css','0'),(50,1,'label_styles_advanced',''),(51,1,'element_styles_background-color',''),(52,1,'element_styles_border',''),(53,1,'element_styles_border-style',''),(54,1,'element_styles_border-color',''),(55,1,'element_styles_color',''),(56,1,'element_styles_height',''),(57,1,'element_styles_width',''),(58,1,'element_styles_font-size',''),(59,1,'element_styles_margin',''),(60,1,'element_styles_padding',''),(61,1,'element_styles_display',''),(62,1,'element_styles_float',''),(63,1,'element_styles_show_advanced_css','0'),(64,1,'element_styles_advanced',''),(65,1,'cellcid','c3277'),(66,2,'label_pos','above'),(67,2,'required','1'),(68,2,'order','2'),(69,2,'placeholder',''),(70,2,'default',''),(71,2,'wrapper_class',''),(72,2,'element_class',''),(73,2,'objectType','Field'),(74,2,'objectDomain','fields'),(75,2,'editActive',''),(76,2,'container_class',''),(77,2,'admin_label',''),(78,2,'help_text',''),(79,2,'desc_text',''),(80,2,'wrap_styles_background-color',''),(81,2,'wrap_styles_border',''),(82,2,'wrap_styles_border-style',''),(83,2,'wrap_styles_border-color',''),(84,2,'wrap_styles_color',''),(85,2,'wrap_styles_height',''),(86,2,'wrap_styles_width',''),(87,2,'wrap_styles_font-size',''),(88,2,'wrap_styles_margin',''),(89,2,'wrap_styles_padding',''),(90,2,'wrap_styles_display',''),(91,2,'wrap_styles_float',''),(92,2,'wrap_styles_show_advanced_css','0'),(93,2,'wrap_styles_advanced',''),(94,2,'label_styles_background-color',''),(95,2,'label_styles_border',''),(96,2,'label_styles_border-style',''),(97,2,'label_styles_border-color',''),(98,2,'label_styles_color',''),(99,2,'label_styles_height',''),(100,2,'label_styles_width',''),(101,2,'label_styles_font-size',''),(102,2,'label_styles_margin',''),(103,2,'label_styles_padding',''),(104,2,'label_styles_display',''),(105,2,'label_styles_float',''),(106,2,'label_styles_show_advanced_css','0'),(107,2,'label_styles_advanced',''),(108,2,'element_styles_background-color',''),(109,2,'element_styles_border',''),(110,2,'element_styles_border-style',''),(111,2,'element_styles_border-color',''),(112,2,'element_styles_color',''),(113,2,'element_styles_height',''),(114,2,'element_styles_width',''),(115,2,'element_styles_font-size',''),(116,2,'element_styles_margin',''),(117,2,'element_styles_padding',''),(118,2,'element_styles_display',''),(119,2,'element_styles_float',''),(120,2,'element_styles_show_advanced_css','0'),(121,2,'element_styles_advanced',''),(122,2,'cellcid','c3281'),(123,3,'label_pos','above'),(124,3,'required','1'),(125,3,'order','3'),(126,3,'placeholder',''),(127,3,'default',''),(128,3,'wrapper_class',''),(129,3,'element_class',''),(130,3,'objectType','Field'),(131,3,'objectDomain','fields'),(132,3,'editActive',''),(133,3,'container_class',''),(134,3,'input_limit',''),(135,3,'input_limit_type','characters'),(136,3,'input_limit_msg','Character(s) left'),(137,3,'manual_key',''),(138,3,'disable_input',''),(139,3,'admin_label',''),(140,3,'help_text',''),(141,3,'desc_text',''),(142,3,'disable_browser_autocomplete',''),(143,3,'textarea_rte',''),(144,3,'disable_rte_mobile',''),(145,3,'textarea_media',''),(146,3,'wrap_styles_background-color',''),(147,3,'wrap_styles_border',''),(148,3,'wrap_styles_border-style',''),(149,3,'wrap_styles_border-color',''),(150,3,'wrap_styles_color',''),(151,3,'wrap_styles_height',''),(152,3,'wrap_styles_width',''),(153,3,'wrap_styles_font-size',''),(154,3,'wrap_styles_margin',''),(155,3,'wrap_styles_padding',''),(156,3,'wrap_styles_display',''),(157,3,'wrap_styles_float',''),(158,3,'wrap_styles_show_advanced_css','0'),(159,3,'wrap_styles_advanced',''),(160,3,'label_styles_background-color',''),(161,3,'label_styles_border',''),(162,3,'label_styles_border-style',''),(163,3,'label_styles_border-color',''),(164,3,'label_styles_color',''),(165,3,'label_styles_height',''),(166,3,'label_styles_width',''),(167,3,'label_styles_font-size',''),(168,3,'label_styles_margin',''),(169,3,'label_styles_padding',''),(170,3,'label_styles_display',''),(171,3,'label_styles_float',''),(172,3,'label_styles_show_advanced_css','0'),(173,3,'label_styles_advanced',''),(174,3,'element_styles_background-color',''),(175,3,'element_styles_border',''),(176,3,'element_styles_border-style',''),(177,3,'element_styles_border-color',''),(178,3,'element_styles_color',''),(179,3,'element_styles_height',''),(180,3,'element_styles_width',''),(181,3,'element_styles_font-size',''),(182,3,'element_styles_margin',''),(183,3,'element_styles_padding',''),(184,3,'element_styles_display',''),(185,3,'element_styles_float',''),(186,3,'element_styles_show_advanced_css','0'),(187,3,'element_styles_advanced',''),(188,3,'cellcid','c3284'),(189,4,'processing_label','Processing'),(190,4,'order','5'),(191,4,'objectType','Field'),(192,4,'objectDomain','fields'),(193,4,'editActive',''),(194,4,'container_class',''),(195,4,'element_class',''),(196,4,'wrap_styles_background-color',''),(197,4,'wrap_styles_border',''),(198,4,'wrap_styles_border-style',''),(199,4,'wrap_styles_border-color',''),(200,4,'wrap_styles_color',''),(201,4,'wrap_styles_height',''),(202,4,'wrap_styles_width',''),(203,4,'wrap_styles_font-size',''),(204,4,'wrap_styles_margin',''),(205,4,'wrap_styles_padding',''),(206,4,'wrap_styles_display',''),(207,4,'wrap_styles_float',''),(208,4,'wrap_styles_show_advanced_css','0'),(209,4,'wrap_styles_advanced',''),(210,4,'label_styles_background-color',''),(211,4,'label_styles_border',''),(212,4,'label_styles_border-style',''),(213,4,'label_styles_border-color',''),(214,4,'label_styles_color',''),(215,4,'label_styles_height',''),(216,4,'label_styles_width',''),(217,4,'label_styles_font-size',''),(218,4,'label_styles_margin',''),(219,4,'label_styles_padding',''),(220,4,'label_styles_display',''),(221,4,'label_styles_float',''),(222,4,'label_styles_show_advanced_css','0'),(223,4,'label_styles_advanced',''),(224,4,'element_styles_background-color',''),(225,4,'element_styles_border',''),(226,4,'element_styles_border-style',''),(227,4,'element_styles_border-color',''),(228,4,'element_styles_color',''),(229,4,'element_styles_height',''),(230,4,'element_styles_width',''),(231,4,'element_styles_font-size',''),(232,4,'element_styles_margin',''),(233,4,'element_styles_padding',''),(234,4,'element_styles_display',''),(235,4,'element_styles_float',''),(236,4,'element_styles_show_advanced_css','0'),(237,4,'element_styles_advanced',''),(238,4,'submit_element_hover_styles_background-color',''),(239,4,'submit_element_hover_styles_border',''),(240,4,'submit_element_hover_styles_border-style',''),(241,4,'submit_element_hover_styles_border-color',''),(242,4,'submit_element_hover_styles_color',''),(243,4,'submit_element_hover_styles_height',''),(244,4,'submit_element_hover_styles_width',''),(245,4,'submit_element_hover_styles_font-size',''),(246,4,'submit_element_hover_styles_margin',''),(247,4,'submit_element_hover_styles_padding',''),(248,4,'submit_element_hover_styles_display',''),(249,4,'submit_element_hover_styles_float',''),(250,4,'submit_element_hover_styles_show_advanced_css','0'),(251,4,'submit_element_hover_styles_advanced',''),(252,4,'cellcid','c3287'),(1139,20,'label_pos','above'),(1140,20,'required','1'),(1141,20,'order','3'),(1142,20,'placeholder',''),(1143,20,'default',''),(1144,20,'wrapper_class',''),(1145,20,'element_class',''),(1146,20,'objectType','Field'),(1147,20,'objectDomain','fields'),(1148,20,'editActive',''),(1149,20,'container_class',''),(1150,20,'input_limit',''),(1151,20,'input_limit_type','characters'),(1152,20,'input_limit_msg','Character(s) left'),(1153,20,'manual_key',''),(1154,20,'disable_input',''),(1155,20,'admin_label',''),(1156,20,'help_text',''),(1157,20,'desc_text',''),(1158,20,'disable_browser_autocomplete',''),(1159,20,'textarea_rte',''),(1160,20,'disable_rte_mobile',''),(1161,20,'textarea_media',''),(1162,20,'wrap_styles_background-color',''),(1163,20,'wrap_styles_border',''),(1164,20,'wrap_styles_border-style',''),(1165,20,'wrap_styles_border-color',''),(1166,20,'wrap_styles_color',''),(1167,20,'wrap_styles_height',''),(1168,20,'wrap_styles_width',''),(1169,20,'wrap_styles_font-size',''),(1170,20,'wrap_styles_margin',''),(1171,20,'wrap_styles_padding',''),(1172,20,'wrap_styles_display',''),(1173,20,'wrap_styles_float',''),(1174,20,'wrap_styles_show_advanced_css','0'),(1175,20,'wrap_styles_advanced',''),(1176,20,'label_styles_background-color',''),(1177,20,'label_styles_border',''),(1178,20,'label_styles_border-style',''),(1179,20,'label_styles_border-color',''),(1180,20,'label_styles_color',''),(1181,20,'label_styles_height',''),(1182,20,'label_styles_width',''),(1183,20,'label_styles_font-size',''),(1184,20,'label_styles_margin',''),(1185,20,'label_styles_padding',''),(1186,20,'label_styles_display',''),(1187,20,'label_styles_float',''),(1188,20,'label_styles_show_advanced_css','0'),(1189,20,'label_styles_advanced',''),(1190,20,'element_styles_background-color',''),(1191,20,'element_styles_border',''),(1192,20,'element_styles_border-style',''),(1193,20,'element_styles_border-color',''),(1194,20,'element_styles_color',''),(1195,20,'element_styles_height',''),(1196,20,'element_styles_width',''),(1197,20,'element_styles_font-size',''),(1198,20,'element_styles_margin',''),(1199,20,'element_styles_padding',''),(1200,20,'element_styles_display',''),(1201,20,'element_styles_float',''),(1202,20,'element_styles_show_advanced_css','0'),(1203,20,'element_styles_advanced',''),(1204,20,'cellcid','c3284'),(1205,22,'processing_label','Processing'),(1206,22,'order','5'),(1207,22,'objectType','Field'),(1208,22,'objectDomain','fields'),(1209,22,'editActive',''),(1210,22,'container_class',''),(1211,22,'element_class',''),(1212,22,'wrap_styles_background-color',''),(1213,22,'wrap_styles_border',''),(1214,22,'wrap_styles_border-style',''),(1215,22,'wrap_styles_border-color',''),(1216,22,'wrap_styles_color',''),(1217,22,'wrap_styles_height',''),(1218,22,'wrap_styles_width',''),(1219,22,'wrap_styles_font-size',''),(1220,22,'wrap_styles_margin',''),(1221,22,'wrap_styles_padding',''),(1222,22,'wrap_styles_display',''),(1223,22,'wrap_styles_float',''),(1224,22,'wrap_styles_show_advanced_css','0'),(1225,22,'wrap_styles_advanced',''),(1226,22,'label_styles_background-color',''),(1227,22,'label_styles_border',''),(1228,22,'label_styles_border-style',''),(1229,22,'label_styles_border-color',''),(1230,22,'label_styles_color',''),(1231,22,'label_styles_height',''),(1232,22,'label_styles_width',''),(1233,22,'label_styles_font-size',''),(1234,22,'label_styles_margin',''),(1235,22,'label_styles_padding',''),(1236,22,'label_styles_display',''),(1237,22,'label_styles_float',''),(1238,22,'label_styles_show_advanced_css','0'),(1239,22,'label_styles_advanced',''),(1240,22,'element_styles_background-color',''),(1241,22,'element_styles_border',''),(1242,22,'element_styles_border-style',''),(1243,22,'element_styles_border-color',''),(1244,22,'element_styles_color',''),(1245,22,'element_styles_height',''),(1246,22,'element_styles_width',''),(1247,22,'element_styles_font-size',''),(1248,22,'element_styles_margin',''),(1249,22,'element_styles_padding',''),(1250,22,'element_styles_display',''),(1251,22,'element_styles_float',''),(1252,22,'element_styles_show_advanced_css','0'),(1253,22,'element_styles_advanced',''),(1254,22,'submit_element_hover_styles_background-color',''),(1255,22,'submit_element_hover_styles_border',''),(1256,22,'submit_element_hover_styles_border-style',''),(1257,22,'submit_element_hover_styles_border-color',''),(1258,22,'submit_element_hover_styles_color',''),(1259,22,'submit_element_hover_styles_height',''),(1260,22,'submit_element_hover_styles_width',''),(1261,22,'submit_element_hover_styles_font-size',''),(1262,22,'submit_element_hover_styles_margin',''),(1263,22,'submit_element_hover_styles_padding',''),(1264,22,'submit_element_hover_styles_display',''),(1265,22,'submit_element_hover_styles_float',''),(1266,22,'submit_element_hover_styles_show_advanced_css','0'),(1267,22,'submit_element_hover_styles_advanced',''),(1268,22,'cellcid','c3287'),(1269,19,'label_pos','above'),(1270,19,'required','1'),(1271,19,'order','1'),(1272,19,'placeholder',''),(1273,19,'default',''),(1274,19,'wrapper_class',''),(1275,19,'element_class',''),(1276,19,'objectType','Field'),(1277,19,'objectDomain','fields'),(1278,19,'editActive',''),(1279,19,'container_class',''),(1280,19,'input_limit',''),(1281,19,'input_limit_type','characters'),(1282,19,'input_limit_msg','Character(s) left'),(1283,19,'manual_key',''),(1284,19,'disable_input',''),(1285,19,'admin_label',''),(1286,19,'help_text',''),(1287,19,'desc_text',''),(1288,19,'disable_browser_autocomplete',''),(1289,19,'mask',''),(1290,19,'custom_mask',''),(1291,19,'wrap_styles_background-color',''),(1292,19,'wrap_styles_border',''),(1293,19,'wrap_styles_border-style',''),(1294,19,'wrap_styles_border-color',''),(1295,19,'wrap_styles_color',''),(1296,19,'wrap_styles_height',''),(1297,19,'wrap_styles_width',''),(1298,19,'wrap_styles_font-size',''),(1299,19,'wrap_styles_margin',''),(1300,19,'wrap_styles_padding',''),(1301,19,'wrap_styles_display',''),(1302,19,'wrap_styles_float',''),(1303,19,'wrap_styles_show_advanced_css','0'),(1304,19,'wrap_styles_advanced',''),(1305,19,'label_styles_background-color',''),(1306,19,'label_styles_border',''),(1307,19,'label_styles_border-style',''),(1308,19,'label_styles_border-color',''),(1309,19,'label_styles_color',''),(1310,19,'label_styles_height',''),(1311,19,'label_styles_width',''),(1312,19,'label_styles_font-size',''),(1313,19,'label_styles_margin',''),(1314,19,'label_styles_padding',''),(1315,19,'label_styles_display',''),(1316,19,'label_styles_float',''),(1317,19,'label_styles_show_advanced_css','0'),(1318,19,'label_styles_advanced',''),(1319,19,'element_styles_background-color',''),(1320,19,'element_styles_border',''),(1321,19,'element_styles_border-style',''),(1322,19,'element_styles_border-color',''),(1323,19,'element_styles_color',''),(1324,19,'element_styles_height',''),(1325,19,'element_styles_width',''),(1326,19,'element_styles_font-size',''),(1327,19,'element_styles_margin',''),(1328,19,'element_styles_padding',''),(1329,19,'element_styles_display',''),(1330,19,'element_styles_float',''),(1331,19,'element_styles_show_advanced_css','0'),(1332,19,'element_styles_advanced',''),(1333,19,'cellcid','c3277'),(1334,21,'label_pos','above'),(1335,21,'required','1'),(1336,21,'order','2'),(1337,21,'placeholder',''),(1338,21,'default',''),(1339,21,'wrapper_class',''),(1340,21,'element_class',''),(1341,21,'objectType','Field'),(1342,21,'objectDomain','fields'),(1343,21,'editActive',''),(1344,21,'container_class',''),(1345,21,'admin_label',''),(1346,21,'help_text',''),(1347,21,'desc_text',''),(1348,21,'wrap_styles_background-color',''),(1349,21,'wrap_styles_border',''),(1350,21,'wrap_styles_border-style',''),(1351,21,'wrap_styles_border-color',''),(1352,21,'wrap_styles_color',''),(1353,21,'wrap_styles_height',''),(1354,21,'wrap_styles_width',''),(1355,21,'wrap_styles_font-size',''),(1356,21,'wrap_styles_margin',''),(1357,21,'wrap_styles_padding',''),(1358,21,'wrap_styles_display',''),(1359,21,'wrap_styles_float',''),(1360,21,'wrap_styles_show_advanced_css','0'),(1361,21,'wrap_styles_advanced',''),(1362,21,'label_styles_background-color',''),(1363,21,'label_styles_border',''),(1364,21,'label_styles_border-style',''),(1365,21,'label_styles_border-color',''),(1366,21,'label_styles_color',''),(1367,21,'label_styles_height',''),(1368,21,'label_styles_width',''),(1369,21,'label_styles_font-size',''),(1370,21,'label_styles_margin',''),(1371,21,'label_styles_padding',''),(1372,21,'label_styles_display',''),(1373,21,'label_styles_float',''),(1374,21,'label_styles_show_advanced_css','0'),(1375,21,'label_styles_advanced',''),(1376,21,'element_styles_background-color',''),(1377,21,'element_styles_border',''),(1378,21,'element_styles_border-style',''),(1379,21,'element_styles_border-color',''),(1380,21,'element_styles_color',''),(1381,21,'element_styles_height',''),(1382,21,'element_styles_width',''),(1383,21,'element_styles_font-size',''),(1384,21,'element_styles_margin',''),(1385,21,'element_styles_padding',''),(1386,21,'element_styles_display',''),(1387,21,'element_styles_float',''),(1388,21,'element_styles_show_advanced_css','0'),(1389,21,'element_styles_advanced',''),(1390,21,'cellcid','c3281'),(1391,23,'label_pos','above'),(1392,23,'required','1'),(1393,23,'order','3'),(1394,23,'placeholder',''),(1395,23,'default',''),(1396,23,'wrapper_class',''),(1397,23,'element_class',''),(1398,23,'objectType','Field'),(1399,23,'objectDomain','fields'),(1400,23,'editActive',''),(1401,23,'container_class',''),(1402,23,'input_limit',''),(1403,23,'input_limit_type','characters'),(1404,23,'input_limit_msg','Character(s) left'),(1405,23,'manual_key',''),(1406,23,'disable_input',''),(1407,23,'admin_label',''),(1408,23,'help_text',''),(1409,23,'desc_text',''),(1410,23,'disable_browser_autocomplete',''),(1411,23,'textarea_rte',''),(1412,23,'disable_rte_mobile',''),(1413,23,'textarea_media',''),(1414,23,'wrap_styles_background-color',''),(1415,23,'wrap_styles_border',''),(1416,23,'wrap_styles_border-style',''),(1417,23,'wrap_styles_border-color',''),(1418,23,'wrap_styles_color',''),(1419,23,'wrap_styles_height',''),(1420,23,'wrap_styles_width',''),(1421,23,'wrap_styles_font-size',''),(1422,23,'wrap_styles_margin',''),(1423,23,'wrap_styles_padding',''),(1424,23,'wrap_styles_display',''),(1425,23,'wrap_styles_float',''),(1426,23,'wrap_styles_show_advanced_css','0'),(1427,23,'wrap_styles_advanced',''),(1428,23,'label_styles_background-color',''),(1429,23,'label_styles_border',''),(1430,23,'label_styles_border-style',''),(1431,23,'label_styles_border-color',''),(1432,23,'label_styles_color',''),(1433,23,'label_styles_height',''),(1434,23,'label_styles_width',''),(1435,23,'label_styles_font-size',''),(1436,23,'label_styles_margin',''),(1437,23,'label_styles_padding',''),(1438,23,'label_styles_display',''),(1439,23,'label_styles_float',''),(1440,23,'label_styles_show_advanced_css','0'),(1441,23,'label_styles_advanced',''),(1442,23,'element_styles_background-color',''),(1443,23,'element_styles_border',''),(1444,23,'element_styles_border-style',''),(1445,23,'element_styles_border-color',''),(1446,23,'element_styles_color',''),(1447,23,'element_styles_height',''),(1448,23,'element_styles_width',''),(1449,23,'element_styles_font-size',''),(1450,23,'element_styles_margin',''),(1451,23,'element_styles_padding',''),(1452,23,'element_styles_display',''),(1453,23,'element_styles_float',''),(1454,23,'element_styles_show_advanced_css','0'),(1455,23,'element_styles_advanced',''),(1456,23,'cellcid','c3284'),(1457,24,'processing_label','Processing'),(1458,24,'order','5'),(1459,24,'objectType','Field'),(1460,24,'objectDomain','fields'),(1461,24,'editActive',''),(1462,24,'container_class',''),(1463,24,'element_class',''),(1464,24,'wrap_styles_background-color',''),(1465,24,'wrap_styles_border',''),(1466,24,'wrap_styles_border-style',''),(1467,24,'wrap_styles_border-color',''),(1468,24,'wrap_styles_color',''),(1469,24,'wrap_styles_height',''),(1470,24,'wrap_styles_width',''),(1471,24,'wrap_styles_font-size',''),(1472,24,'wrap_styles_margin',''),(1473,24,'wrap_styles_padding',''),(1474,24,'wrap_styles_display',''),(1475,24,'wrap_styles_float',''),(1476,24,'wrap_styles_show_advanced_css','0'),(1477,24,'wrap_styles_advanced',''),(1478,24,'label_styles_background-color',''),(1479,24,'label_styles_border',''),(1480,24,'label_styles_border-style',''),(1481,24,'label_styles_border-color',''),(1482,24,'label_styles_color',''),(1483,24,'label_styles_height',''),(1484,24,'label_styles_width',''),(1485,24,'label_styles_font-size',''),(1486,24,'label_styles_margin',''),(1487,24,'label_styles_padding',''),(1488,24,'label_styles_display',''),(1489,24,'label_styles_float',''),(1490,24,'label_styles_show_advanced_css','0'),(1491,24,'label_styles_advanced',''),(1492,24,'element_styles_background-color',''),(1493,24,'element_styles_border',''),(1494,24,'element_styles_border-style',''),(1495,24,'element_styles_border-color',''),(1496,24,'element_styles_color',''),(1497,24,'element_styles_height',''),(1498,24,'element_styles_width',''),(1499,24,'element_styles_font-size',''),(1500,24,'element_styles_margin',''),(1501,24,'element_styles_padding',''),(1502,24,'element_styles_display',''),(1503,24,'element_styles_float',''),(1504,24,'element_styles_show_advanced_css','0'),(1505,24,'element_styles_advanced',''),(1506,24,'submit_element_hover_styles_background-color',''),(1507,24,'submit_element_hover_styles_border',''),(1508,24,'submit_element_hover_styles_border-style',''),(1509,24,'submit_element_hover_styles_border-color',''),(1510,24,'submit_element_hover_styles_color',''),(1511,24,'submit_element_hover_styles_height',''),(1512,24,'submit_element_hover_styles_width',''),(1513,24,'submit_element_hover_styles_font-size',''),(1514,24,'submit_element_hover_styles_margin',''),(1515,24,'submit_element_hover_styles_padding',''),(1516,24,'submit_element_hover_styles_display',''),(1517,24,'submit_element_hover_styles_float',''),(1518,24,'submit_element_hover_styles_show_advanced_css','0'),(1519,24,'submit_element_hover_styles_advanced',''),(1520,24,'cellcid','c3287'),(1521,25,'label_pos','above'),(1522,25,'required','1'),(1523,25,'order','1'),(1524,25,'placeholder',''),(1525,25,'default',''),(1526,25,'wrapper_class',''),(1527,25,'element_class',''),(1528,25,'objectType','Field'),(1529,25,'objectDomain','fields'),(1530,25,'editActive',''),(1531,25,'container_class',''),(1532,25,'input_limit',''),(1533,25,'input_limit_type','characters'),(1534,25,'input_limit_msg','Character(s) left'),(1535,25,'manual_key',''),(1536,25,'disable_input',''),(1537,25,'admin_label',''),(1538,25,'help_text',''),(1539,25,'desc_text',''),(1540,25,'disable_browser_autocomplete',''),(1541,25,'mask',''),(1542,25,'custom_mask',''),(1543,25,'wrap_styles_background-color',''),(1544,25,'wrap_styles_border',''),(1545,25,'wrap_styles_border-style',''),(1546,25,'wrap_styles_border-color',''),(1547,25,'wrap_styles_color',''),(1548,25,'wrap_styles_height',''),(1549,25,'wrap_styles_width',''),(1550,25,'wrap_styles_font-size',''),(1551,25,'wrap_styles_margin',''),(1552,25,'wrap_styles_padding',''),(1553,25,'wrap_styles_display',''),(1554,25,'wrap_styles_float',''),(1555,25,'wrap_styles_show_advanced_css','0'),(1556,25,'wrap_styles_advanced',''),(1557,25,'label_styles_background-color',''),(1558,25,'label_styles_border',''),(1559,25,'label_styles_border-style',''),(1560,25,'label_styles_border-color',''),(1561,25,'label_styles_color',''),(1562,25,'label_styles_height',''),(1563,25,'label_styles_width',''),(1564,25,'label_styles_font-size',''),(1565,25,'label_styles_margin',''),(1566,25,'label_styles_padding',''),(1567,25,'label_styles_display',''),(1568,25,'label_styles_float',''),(1569,25,'label_styles_show_advanced_css','0'),(1570,25,'label_styles_advanced',''),(1571,25,'element_styles_background-color',''),(1572,25,'element_styles_border',''),(1573,25,'element_styles_border-style',''),(1574,25,'element_styles_border-color',''),(1575,25,'element_styles_color',''),(1576,25,'element_styles_height',''),(1577,25,'element_styles_width',''),(1578,25,'element_styles_font-size',''),(1579,25,'element_styles_margin',''),(1580,25,'element_styles_padding',''),(1581,25,'element_styles_display',''),(1582,25,'element_styles_float',''),(1583,25,'element_styles_show_advanced_css','0'),(1584,25,'element_styles_advanced',''),(1585,25,'cellcid','c3277'),(1586,26,'label_pos','above'),(1587,26,'required','1'),(1588,26,'order','2'),(1589,26,'placeholder',''),(1590,26,'default',''),(1591,26,'wrapper_class',''),(1592,26,'element_class',''),(1593,26,'objectType','Field'),(1594,26,'objectDomain','fields'),(1595,26,'editActive',''),(1596,26,'container_class',''),(1597,26,'admin_label',''),(1598,26,'help_text',''),(1599,26,'desc_text',''),(1600,26,'wrap_styles_background-color',''),(1601,26,'wrap_styles_border',''),(1602,26,'wrap_styles_border-style',''),(1603,26,'wrap_styles_border-color',''),(1604,26,'wrap_styles_color',''),(1605,26,'wrap_styles_height',''),(1606,26,'wrap_styles_width',''),(1607,26,'wrap_styles_font-size',''),(1608,26,'wrap_styles_margin',''),(1609,26,'wrap_styles_padding',''),(1610,26,'wrap_styles_display',''),(1611,26,'wrap_styles_float',''),(1612,26,'wrap_styles_show_advanced_css','0'),(1613,26,'wrap_styles_advanced',''),(1614,26,'label_styles_background-color',''),(1615,26,'label_styles_border',''),(1616,26,'label_styles_border-style',''),(1617,26,'label_styles_border-color',''),(1618,26,'label_styles_color',''),(1619,26,'label_styles_height',''),(1620,26,'label_styles_width',''),(1621,26,'label_styles_font-size',''),(1622,26,'label_styles_margin',''),(1623,26,'label_styles_padding',''),(1624,26,'label_styles_display',''),(1625,26,'label_styles_float',''),(1626,26,'label_styles_show_advanced_css','0'),(1627,26,'label_styles_advanced',''),(1628,26,'element_styles_background-color',''),(1629,26,'element_styles_border',''),(1630,26,'element_styles_border-style',''),(1631,26,'element_styles_border-color',''),(1632,26,'element_styles_color',''),(1633,26,'element_styles_height',''),(1634,26,'element_styles_width',''),(1635,26,'element_styles_font-size',''),(1636,26,'element_styles_margin',''),(1637,26,'element_styles_padding',''),(1638,26,'element_styles_display',''),(1639,26,'element_styles_float',''),(1640,26,'element_styles_show_advanced_css','0'),(1641,26,'element_styles_advanced',''),(1642,26,'cellcid','c3281'),(1643,27,'label_pos','above'),(1644,27,'required','1'),(1645,27,'order','3'),(1646,27,'placeholder',''),(1647,27,'default',''),(1648,27,'wrapper_class',''),(1649,27,'element_class',''),(1650,27,'objectType','Field'),(1651,27,'objectDomain','fields'),(1652,27,'editActive',''),(1653,27,'container_class',''),(1654,27,'input_limit',''),(1655,27,'input_limit_type','characters'),(1656,27,'input_limit_msg','Character(s) left'),(1657,27,'manual_key',''),(1658,27,'disable_input',''),(1659,27,'admin_label',''),(1660,27,'help_text',''),(1661,27,'desc_text',''),(1662,27,'disable_browser_autocomplete',''),(1663,27,'textarea_rte',''),(1664,27,'disable_rte_mobile',''),(1665,27,'textarea_media',''),(1666,27,'wrap_styles_background-color',''),(1667,27,'wrap_styles_border',''),(1668,27,'wrap_styles_border-style',''),(1669,27,'wrap_styles_border-color',''),(1670,27,'wrap_styles_color',''),(1671,27,'wrap_styles_height',''),(1672,27,'wrap_styles_width',''),(1673,27,'wrap_styles_font-size',''),(1674,27,'wrap_styles_margin',''),(1675,27,'wrap_styles_padding',''),(1676,27,'wrap_styles_display',''),(1677,27,'wrap_styles_float',''),(1678,27,'wrap_styles_show_advanced_css','0'),(1679,27,'wrap_styles_advanced',''),(1680,27,'label_styles_background-color',''),(1681,27,'label_styles_border',''),(1682,27,'label_styles_border-style',''),(1683,27,'label_styles_border-color',''),(1684,27,'label_styles_color',''),(1685,27,'label_styles_height',''),(1686,27,'label_styles_width',''),(1687,27,'label_styles_font-size',''),(1688,27,'label_styles_margin',''),(1689,27,'label_styles_padding',''),(1690,27,'label_styles_display',''),(1691,27,'label_styles_float',''),(1692,27,'label_styles_show_advanced_css','0'),(1693,27,'label_styles_advanced',''),(1694,27,'element_styles_background-color',''),(1695,27,'element_styles_border',''),(1696,27,'element_styles_border-style',''),(1697,27,'element_styles_border-color',''),(1698,27,'element_styles_color',''),(1699,27,'element_styles_height',''),(1700,27,'element_styles_width',''),(1701,27,'element_styles_font-size',''),(1702,27,'element_styles_margin',''),(1703,27,'element_styles_padding',''),(1704,27,'element_styles_display',''),(1705,27,'element_styles_float',''),(1706,27,'element_styles_show_advanced_css','0'),(1707,27,'element_styles_advanced',''),(1708,27,'cellcid','c3284'),(1709,28,'processing_label','Processing'),(1710,28,'order','5'),(1711,28,'objectType','Field'),(1712,28,'objectDomain','fields'),(1713,28,'editActive',''),(1714,28,'container_class',''),(1715,28,'element_class',''),(1716,28,'wrap_styles_background-color',''),(1717,28,'wrap_styles_border',''),(1718,28,'wrap_styles_border-style',''),(1719,28,'wrap_styles_border-color',''),(1720,28,'wrap_styles_color',''),(1721,28,'wrap_styles_height',''),(1722,28,'wrap_styles_width',''),(1723,28,'wrap_styles_font-size',''),(1724,28,'wrap_styles_margin',''),(1725,28,'wrap_styles_padding',''),(1726,28,'wrap_styles_display',''),(1727,28,'wrap_styles_float',''),(1728,28,'wrap_styles_show_advanced_css','0'),(1729,28,'wrap_styles_advanced',''),(1730,28,'label_styles_background-color',''),(1731,28,'label_styles_border',''),(1732,28,'label_styles_border-style',''),(1733,28,'label_styles_border-color',''),(1734,28,'label_styles_color',''),(1735,28,'label_styles_height',''),(1736,28,'label_styles_width',''),(1737,28,'label_styles_font-size',''),(1738,28,'label_styles_margin',''),(1739,28,'label_styles_padding',''),(1740,28,'label_styles_display',''),(1741,28,'label_styles_float',''),(1742,28,'label_styles_show_advanced_css','0'),(1743,28,'label_styles_advanced',''),(1744,28,'element_styles_background-color',''),(1745,28,'element_styles_border',''),(1746,28,'element_styles_border-style',''),(1747,28,'element_styles_border-color',''),(1748,28,'element_styles_color',''),(1749,28,'element_styles_height',''),(1750,28,'element_styles_width',''),(1751,28,'element_styles_font-size',''),(1752,28,'element_styles_margin',''),(1753,28,'element_styles_padding',''),(1754,28,'element_styles_display',''),(1755,28,'element_styles_float',''),(1756,28,'element_styles_show_advanced_css','0'),(1757,28,'element_styles_advanced',''),(1758,28,'submit_element_hover_styles_background-color',''),(1759,28,'submit_element_hover_styles_border',''),(1760,28,'submit_element_hover_styles_border-style',''),(1761,28,'submit_element_hover_styles_border-color',''),(1762,28,'submit_element_hover_styles_color',''),(1763,28,'submit_element_hover_styles_height',''),(1764,28,'submit_element_hover_styles_width',''),(1765,28,'submit_element_hover_styles_font-size',''),(1766,28,'submit_element_hover_styles_margin',''),(1767,28,'submit_element_hover_styles_padding',''),(1768,28,'submit_element_hover_styles_display',''),(1769,28,'submit_element_hover_styles_float',''),(1770,28,'submit_element_hover_styles_show_advanced_css','0'),(1771,28,'submit_element_hover_styles_advanced',''),(1772,28,'cellcid','c3287'),(1773,29,'label_pos','above'),(1774,29,'required','1'),(1775,29,'order','1'),(1776,29,'placeholder',''),(1777,29,'default',''),(1778,29,'wrapper_class',''),(1779,29,'element_class',''),(1780,29,'objectType','Field'),(1781,29,'objectDomain','fields'),(1782,29,'editActive',''),(1783,29,'container_class',''),(1784,29,'input_limit',''),(1785,29,'input_limit_type','characters'),(1786,29,'input_limit_msg','Character(s) left'),(1787,29,'manual_key',''),(1788,29,'disable_input',''),(1789,29,'admin_label',''),(1790,29,'help_text',''),(1791,29,'desc_text',''),(1792,29,'disable_browser_autocomplete',''),(1793,29,'mask',''),(1794,29,'custom_mask',''),(1795,29,'wrap_styles_background-color',''),(1796,29,'wrap_styles_border',''),(1797,29,'wrap_styles_border-style',''),(1798,29,'wrap_styles_border-color',''),(1799,29,'wrap_styles_color',''),(1800,29,'wrap_styles_height',''),(1801,29,'wrap_styles_width',''),(1802,29,'wrap_styles_font-size',''),(1803,29,'wrap_styles_margin',''),(1804,29,'wrap_styles_padding',''),(1805,29,'wrap_styles_display',''),(1806,29,'wrap_styles_float',''),(1807,29,'wrap_styles_show_advanced_css','0'),(1808,29,'wrap_styles_advanced',''),(1809,29,'label_styles_background-color',''),(1810,29,'label_styles_border',''),(1811,29,'label_styles_border-style',''),(1812,29,'label_styles_border-color',''),(1813,29,'label_styles_color',''),(1814,29,'label_styles_height',''),(1815,29,'label_styles_width',''),(1816,29,'label_styles_font-size',''),(1817,29,'label_styles_margin',''),(1818,29,'label_styles_padding',''),(1819,29,'label_styles_display',''),(1820,29,'label_styles_float',''),(1821,29,'label_styles_show_advanced_css','0'),(1822,29,'label_styles_advanced',''),(1823,29,'element_styles_background-color',''),(1824,29,'element_styles_border',''),(1825,29,'element_styles_border-style',''),(1826,29,'element_styles_border-color',''),(1827,29,'element_styles_color',''),(1828,29,'element_styles_height',''),(1829,29,'element_styles_width',''),(1830,29,'element_styles_font-size',''),(1831,29,'element_styles_margin',''),(1832,29,'element_styles_padding',''),(1833,29,'element_styles_display',''),(1834,29,'element_styles_float',''),(1835,29,'element_styles_show_advanced_css','0'),(1836,29,'element_styles_advanced',''),(1837,29,'cellcid','c3277'),(1838,30,'label_pos','above'),(1839,30,'required','1'),(1840,30,'order','2'),(1841,30,'placeholder',''),(1842,30,'default',''),(1843,30,'wrapper_class',''),(1844,30,'element_class',''),(1845,30,'objectType','Field'),(1846,30,'objectDomain','fields'),(1847,30,'editActive',''),(1848,30,'container_class',''),(1849,30,'admin_label',''),(1850,30,'help_text',''),(1851,30,'desc_text',''),(1852,30,'wrap_styles_background-color',''),(1853,30,'wrap_styles_border',''),(1854,30,'wrap_styles_border-style',''),(1855,30,'wrap_styles_border-color',''),(1856,30,'wrap_styles_color',''),(1857,30,'wrap_styles_height',''),(1858,30,'wrap_styles_width',''),(1859,30,'wrap_styles_font-size',''),(1860,30,'wrap_styles_margin',''),(1861,30,'wrap_styles_padding',''),(1862,30,'wrap_styles_display',''),(1863,30,'wrap_styles_float',''),(1864,30,'wrap_styles_show_advanced_css','0'),(1865,30,'wrap_styles_advanced',''),(1866,30,'label_styles_background-color',''),(1867,30,'label_styles_border',''),(1868,30,'label_styles_border-style',''),(1869,30,'label_styles_border-color',''),(1870,30,'label_styles_color',''),(1871,30,'label_styles_height',''),(1872,30,'label_styles_width',''),(1873,30,'label_styles_font-size',''),(1874,30,'label_styles_margin',''),(1875,30,'label_styles_padding',''),(1876,30,'label_styles_display',''),(1877,30,'label_styles_float',''),(1878,30,'label_styles_show_advanced_css','0'),(1879,30,'label_styles_advanced',''),(1880,30,'element_styles_background-color',''),(1881,30,'element_styles_border',''),(1882,1,'label','Name'),(1883,1,'key','name'),(1884,1,'type','textbox'),(1885,1,'custom_name_attribute',''),(1886,2,'label','Email'),(1887,2,'key','email'),(1888,2,'type','email'),(1889,2,'custom_name_attribute','email'),(1890,3,'label','Message'),(1891,3,'key','message'),(1892,3,'type','textarea'),(1893,4,'label','Submit'),(1894,4,'key','submit'),(1895,4,'type','submit'),(1896,30,'element_styles_border-style',''),(1897,30,'element_styles_border-color',''),(1898,30,'element_styles_color',''),(1899,30,'element_styles_height',''),(1900,30,'element_styles_width',''),(1901,30,'element_styles_font-size',''),(1902,30,'element_styles_margin',''),(1903,30,'element_styles_padding',''),(1904,30,'element_styles_display',''),(1905,30,'element_styles_float',''),(1906,30,'element_styles_show_advanced_css','0'),(1907,30,'element_styles_advanced',''),(1908,30,'cellcid','c3281'),(1909,31,'label_pos','above'),(1910,31,'required','1'),(1911,31,'order','3'),(1912,31,'placeholder',''),(1913,31,'default',''),(1914,31,'wrapper_class',''),(1915,31,'element_class',''),(1916,31,'objectType','Field'),(1917,31,'objectDomain','fields'),(1918,31,'editActive',''),(1919,31,'container_class',''),(1920,31,'input_limit',''),(1921,31,'input_limit_type','characters'),(1922,31,'input_limit_msg','Character(s) left'),(1923,31,'manual_key',''),(1924,31,'disable_input',''),(1925,31,'admin_label',''),(1926,31,'help_text',''),(1927,31,'desc_text',''),(1928,31,'disable_browser_autocomplete',''),(1929,31,'textarea_rte',''),(1930,31,'disable_rte_mobile',''),(1931,31,'textarea_media',''),(1932,31,'wrap_styles_background-color',''),(1933,31,'wrap_styles_border',''),(1934,31,'wrap_styles_border-style',''),(1935,31,'wrap_styles_border-color',''),(1936,31,'wrap_styles_color',''),(1937,31,'wrap_styles_height',''),(1938,31,'wrap_styles_width',''),(1939,31,'wrap_styles_font-size',''),(1940,31,'wrap_styles_margin',''),(1941,31,'wrap_styles_padding',''),(1942,31,'wrap_styles_display',''),(1943,31,'wrap_styles_float',''),(1944,31,'wrap_styles_show_advanced_css','0'),(1945,31,'wrap_styles_advanced',''),(1946,31,'label_styles_background-color',''),(1947,31,'label_styles_border',''),(1948,31,'label_styles_border-style',''),(1949,31,'label_styles_border-color',''),(1950,31,'label_styles_color',''),(1951,31,'label_styles_height',''),(1952,31,'label_styles_width',''),(1953,31,'label_styles_font-size',''),(1954,31,'label_styles_margin',''),(1955,31,'label_styles_padding',''),(1956,31,'label_styles_display',''),(1957,31,'label_styles_float',''),(1958,31,'label_styles_show_advanced_css','0'),(1959,31,'label_styles_advanced',''),(1960,31,'element_styles_background-color',''),(1961,31,'element_styles_border',''),(1962,31,'element_styles_border-style',''),(1963,31,'element_styles_border-color',''),(1964,31,'element_styles_color',''),(1965,31,'element_styles_height',''),(1966,31,'element_styles_width',''),(1967,31,'element_styles_font-size',''),(1968,31,'element_styles_margin',''),(1969,31,'element_styles_padding',''),(1970,31,'element_styles_display',''),(1971,31,'element_styles_float',''),(1972,31,'element_styles_show_advanced_css','0'),(1973,31,'element_styles_advanced',''),(1974,31,'cellcid','c3284'),(1975,32,'processing_label','Processing'),(1976,32,'order','5'),(1977,32,'objectType','Field'),(1978,32,'objectDomain','fields'),(1979,32,'editActive',''),(1980,32,'container_class',''),(1981,32,'element_class',''),(1982,32,'wrap_styles_background-color',''),(1983,32,'wrap_styles_border',''),(1984,32,'wrap_styles_border-style',''),(1985,32,'wrap_styles_border-color',''),(1986,32,'wrap_styles_color',''),(1987,32,'wrap_styles_height',''),(1988,32,'wrap_styles_width',''),(1989,32,'wrap_styles_font-size',''),(1990,32,'wrap_styles_margin',''),(1991,32,'wrap_styles_padding',''),(1992,32,'wrap_styles_display',''),(1993,32,'wrap_styles_float',''),(1994,32,'wrap_styles_show_advanced_css','0'),(1995,32,'wrap_styles_advanced',''),(1996,32,'label_styles_background-color',''),(1997,32,'label_styles_border',''),(1998,32,'label_styles_border-style',''),(1999,32,'label_styles_border-color',''),(2000,32,'label_styles_color',''),(2001,32,'label_styles_height',''),(2002,32,'label_styles_width',''),(2003,32,'label_styles_font-size',''),(2004,32,'label_styles_margin',''),(2005,32,'label_styles_padding',''),(2006,32,'label_styles_display',''),(2007,32,'label_styles_float',''),(2008,32,'label_styles_show_advanced_css','0'),(2009,32,'label_styles_advanced',''),(2010,32,'element_styles_background-color',''),(2011,32,'element_styles_border',''),(2012,32,'element_styles_border-style',''),(2013,32,'element_styles_border-color',''),(2014,32,'element_styles_color',''),(2015,32,'element_styles_height',''),(2016,32,'element_styles_width',''),(2017,32,'element_styles_font-size',''),(2018,32,'element_styles_margin',''),(2019,32,'element_styles_padding',''),(2020,32,'element_styles_display',''),(2021,32,'element_styles_float',''),(2022,32,'element_styles_show_advanced_css','0'),(2023,32,'element_styles_advanced',''),(2024,32,'submit_element_hover_styles_background-color',''),(2025,32,'submit_element_hover_styles_border',''),(2026,32,'submit_element_hover_styles_border-style',''),(2027,32,'submit_element_hover_styles_border-color',''),(2028,32,'submit_element_hover_styles_color',''),(2029,32,'submit_element_hover_styles_height',''),(2030,32,'submit_element_hover_styles_width',''),(2031,32,'submit_element_hover_styles_font-size',''),(2032,32,'submit_element_hover_styles_margin',''),(2033,32,'submit_element_hover_styles_padding',''),(2034,32,'submit_element_hover_styles_display',''),(2035,32,'submit_element_hover_styles_float',''),(2036,32,'submit_element_hover_styles_show_advanced_css','0'),(2037,32,'submit_element_hover_styles_advanced',''),(2038,32,'cellcid','c3287'); /*!40000 ALTER TABLE `wp_nf3_field_meta` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_nf3_fields` -- DROP TABLE IF EXISTS `wp_nf3_fields`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_nf3_fields` ( `id` int(11) NOT NULL AUTO_INCREMENT, `label` longtext COLLATE utf8mb4_unicode_ci, `key` longtext COLLATE utf8mb4_unicode_ci, `type` longtext COLLATE utf8mb4_unicode_ci, `parent_id` int(11) NOT NULL, `created_at` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP, `updated_at` datetime DEFAULT NULL, UNIQUE KEY `id` (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=33 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_nf3_fields` -- LOCK TABLES `wp_nf3_fields` WRITE; /*!40000 ALTER TABLE `wp_nf3_fields` DISABLE KEYS */; INSERT INTO `wp_nf3_fields` VALUES (1,'Name','name','textbox',1,'2018-05-08 01:48:17',NULL),(2,'Email','email','email',1,'2018-05-08 01:48:17',NULL),(3,'Message','message','textarea',1,'2018-05-08 01:48:17',NULL),(4,'Submit','submit','submit',1,'2018-05-08 01:48:18',NULL),(19,'Name','name','textbox',6,'2018-05-08 01:54:38',NULL),(20,'Message','message','textarea',5,'2018-05-08 01:54:38',NULL),(21,'Email','email','email',6,'2018-05-08 01:54:39',NULL),(22,'Submit','submit','submit',5,'2018-05-08 01:54:39',NULL),(23,'Message','message','textarea',6,'2018-05-08 01:54:39',NULL),(24,'Submit','submit','submit',6,'2018-05-08 01:54:39',NULL),(25,'Name','name','textbox',7,'2018-05-08 01:55:05',NULL),(26,'Email','email','email',7,'2018-05-08 01:55:05',NULL),(27,'Message','message','textarea',7,'2018-05-08 01:55:05',NULL),(28,'Submit','submit','submit',7,'2018-05-08 01:55:05',NULL),(29,'Name','name','textbox',8,'2018-05-08 01:55:37',NULL),(30,'Email','email','email',8,'2018-05-08 01:55:37',NULL),(31,'Message','message','textarea',8,'2018-05-08 01:55:38',NULL),(32,'Submit','submit','submit',8,'2018-05-08 01:55:38',NULL); /*!40000 ALTER TABLE `wp_nf3_fields` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_nf3_form_meta` -- DROP TABLE IF EXISTS `wp_nf3_form_meta`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_nf3_form_meta` ( `id` int(11) NOT NULL AUTO_INCREMENT, `parent_id` int(11) NOT NULL, `key` longtext COLLATE utf8mb4_unicode_ci NOT NULL, `value` longtext COLLATE utf8mb4_unicode_ci, UNIQUE KEY `id` (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=772 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_nf3_form_meta` -- LOCK TABLES `wp_nf3_form_meta` WRITE; /*!40000 ALTER TABLE `wp_nf3_form_meta` DISABLE KEYS */; INSERT INTO `wp_nf3_form_meta` VALUES (1,1,'default_label_pos','above'),(2,1,'conditions','a:0:{}'),(3,1,'objectType','Form Setting'),(4,1,'editActive','1'),(5,1,'show_title','1'),(6,1,'clear_complete','1'),(7,1,'hide_complete','1'),(8,1,'wrapper_class',''),(9,1,'element_class',''),(10,1,'add_submit','1'),(11,1,'logged_in',''),(12,1,'not_logged_in_msg',''),(13,1,'sub_limit_number',''),(14,1,'sub_limit_msg',''),(15,1,'calculations','a:0:{}'),(16,1,'formContentData','a:4:{i:0;s:4:\"name\";i:1;s:5:\"email\";i:2;s:7:\"message\";i:3;s:6:\"submit\";}'),(17,1,'container_styles_background-color',''),(18,1,'container_styles_border',''),(19,1,'container_styles_border-style',''),(20,1,'container_styles_border-color',''),(21,1,'container_styles_color',''),(22,1,'container_styles_height',''),(23,1,'container_styles_width',''),(24,1,'container_styles_font-size',''),(25,1,'container_styles_margin',''),(26,1,'container_styles_padding',''),(27,1,'container_styles_display',''),(28,1,'container_styles_float',''),(29,1,'container_styles_show_advanced_css','0'),(30,1,'container_styles_advanced',''),(31,1,'title_styles_background-color',''),(32,1,'title_styles_border',''),(33,1,'title_styles_border-style',''),(34,1,'title_styles_border-color',''),(35,1,'title_styles_color',''),(36,1,'title_styles_height',''),(37,1,'title_styles_width',''),(38,1,'title_styles_font-size',''),(39,1,'title_styles_margin',''),(40,1,'title_styles_padding',''),(41,1,'title_styles_display',''),(42,1,'title_styles_float',''),(43,1,'title_styles_show_advanced_css','0'),(44,1,'title_styles_advanced',''),(45,1,'row_styles_background-color',''),(46,1,'row_styles_border',''),(47,1,'row_styles_border-style',''),(48,1,'row_styles_border-color',''),(49,1,'row_styles_color',''),(50,1,'row_styles_height',''),(51,1,'row_styles_width',''),(52,1,'row_styles_font-size',''),(53,1,'row_styles_margin',''),(54,1,'row_styles_padding',''),(55,1,'row_styles_display',''),(56,1,'row_styles_show_advanced_css','0'),(57,1,'row_styles_advanced',''),(58,1,'row-odd_styles_background-color',''),(59,1,'row-odd_styles_border',''),(60,1,'row-odd_styles_border-style',''),(61,1,'row-odd_styles_border-color',''),(62,1,'row-odd_styles_color',''),(63,1,'row-odd_styles_height',''),(64,1,'row-odd_styles_width',''),(65,1,'row-odd_styles_font-size',''),(66,1,'row-odd_styles_margin',''),(67,1,'row-odd_styles_padding',''),(68,1,'row-odd_styles_display',''),(69,1,'row-odd_styles_show_advanced_css','0'),(70,1,'row-odd_styles_advanced',''),(71,1,'success-msg_styles_background-color',''),(72,1,'success-msg_styles_border',''),(73,1,'success-msg_styles_border-style',''),(74,1,'success-msg_styles_border-color',''),(75,1,'success-msg_styles_color',''),(76,1,'success-msg_styles_height',''),(77,1,'success-msg_styles_width',''),(78,1,'success-msg_styles_font-size',''),(79,1,'success-msg_styles_margin',''),(80,1,'success-msg_styles_padding',''),(81,1,'success-msg_styles_display',''),(82,1,'success-msg_styles_show_advanced_css','0'),(83,1,'success-msg_styles_advanced',''),(84,1,'error_msg_styles_background-color',''),(85,1,'error_msg_styles_border',''),(86,1,'error_msg_styles_border-style',''),(87,1,'error_msg_styles_border-color',''),(88,1,'error_msg_styles_color',''),(89,1,'error_msg_styles_height',''),(90,1,'error_msg_styles_width',''),(91,1,'error_msg_styles_font-size',''),(92,1,'error_msg_styles_margin',''),(93,1,'error_msg_styles_padding',''),(94,1,'error_msg_styles_display',''),(95,1,'error_msg_styles_show_advanced_css','0'),(96,1,'error_msg_styles_advanced',''),(769,1,'currency',''),(770,1,'unique_field_error','A form with this value has already been submitted.'),(771,1,'drawerDisabled',''); /*!40000 ALTER TABLE `wp_nf3_form_meta` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_nf3_forms` -- DROP TABLE IF EXISTS `wp_nf3_forms`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_nf3_forms` ( `id` int(11) NOT NULL AUTO_INCREMENT, `title` longtext COLLATE utf8mb4_unicode_ci, `key` longtext COLLATE utf8mb4_unicode_ci, `created_at` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP, `updated_at` datetime DEFAULT NULL, `views` int(11) DEFAULT NULL, `subs` int(11) DEFAULT NULL, UNIQUE KEY `id` (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=9 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_nf3_forms` -- LOCK TABLES `wp_nf3_forms` WRITE; /*!40000 ALTER TABLE `wp_nf3_forms` DISABLE KEYS */; INSERT INTO `wp_nf3_forms` VALUES (1,'Contact Us','','2018-05-08 01:48:08','2018-05-08 08:48:08',NULL,NULL); /*!40000 ALTER TABLE `wp_nf3_forms` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_nf3_object_meta` -- DROP TABLE IF EXISTS `wp_nf3_object_meta`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_nf3_object_meta` ( `id` int(11) NOT NULL AUTO_INCREMENT, `parent_id` int(11) NOT NULL, `key` longtext COLLATE utf8mb4_unicode_ci NOT NULL, `value` longtext COLLATE utf8mb4_unicode_ci, UNIQUE KEY `id` (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_nf3_object_meta` -- LOCK TABLES `wp_nf3_object_meta` WRITE; /*!40000 ALTER TABLE `wp_nf3_object_meta` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_nf3_object_meta` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_nf3_objects` -- DROP TABLE IF EXISTS `wp_nf3_objects`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_nf3_objects` ( `id` int(11) NOT NULL AUTO_INCREMENT, `type` longtext COLLATE utf8mb4_unicode_ci, `title` longtext COLLATE utf8mb4_unicode_ci, `created_at` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP, `updated_at` datetime DEFAULT NULL, UNIQUE KEY `id` (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_nf3_objects` -- LOCK TABLES `wp_nf3_objects` WRITE; /*!40000 ALTER TABLE `wp_nf3_objects` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_nf3_objects` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_nf3_relationships` -- DROP TABLE IF EXISTS `wp_nf3_relationships`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_nf3_relationships` ( `id` int(11) NOT NULL AUTO_INCREMENT, `child_id` int(11) NOT NULL, `child_type` longtext COLLATE utf8mb4_unicode_ci NOT NULL, `parent_id` int(11) NOT NULL, `parent_type` longtext COLLATE utf8mb4_unicode_ci NOT NULL, `created_at` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP, `updated_at` datetime DEFAULT NULL, UNIQUE KEY `id` (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_nf3_relationships` -- LOCK TABLES `wp_nf3_relationships` WRITE; /*!40000 ALTER TABLE `wp_nf3_relationships` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_nf3_relationships` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_options` -- DROP TABLE IF EXISTS `wp_options`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_options` ( `option_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `option_name` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `option_value` longtext COLLATE utf8mb4_unicode_ci NOT NULL, `autoload` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'yes', PRIMARY KEY (`option_id`), UNIQUE KEY `option_name` (`option_name`) ) ENGINE=InnoDB AUTO_INCREMENT=837 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_options` -- LOCK TABLES `wp_options` WRITE; /*!40000 ALTER TABLE `wp_options` DISABLE KEYS */; INSERT INTO `wp_options` VALUES (1,'siteurl','http://www.irreplaceableartifacts.com/IA.store','yes'),(2,'home','http://www.irreplaceableartifacts.com/IA.store','yes'),(3,'blogname','Irreplaceable Artifacts','yes'),(4,'blogdescription','The Finest in Architectural Ornaments','yes'),(5,'users_can_register','0','yes'),(6,'admin_email','demolitiondepot.nyc@gmail.com','yes'),(7,'start_of_week','1','yes'),(8,'use_balanceTags','0','yes'),(9,'use_smilies','1','yes'),(10,'require_name_email','1','yes'),(11,'comments_notify','1','yes'),(12,'posts_per_rss','10','yes'),(13,'rss_use_excerpt','0','yes'),(14,'mailserver_url','mail.example.com','yes'),(15,'mailserver_login','login@example.com','yes'),(16,'mailserver_pass','password','yes'),(17,'mailserver_port','110','yes'),(18,'default_category','1','yes'),(19,'default_comment_status','open','yes'),(20,'default_ping_status','open','yes'),(21,'default_pingback_flag','1','yes'),(22,'posts_per_page','10','yes'),(23,'date_format','F j, Y','yes'),(24,'time_format','g:i a','yes'),(25,'links_updated_date_format','F j, Y g:i a','yes'),(26,'comment_moderation','0','yes'),(27,'moderation_notify','1','yes'),(28,'permalink_structure','/%year%/%monthnum%/%postname%/','yes'),(30,'hack_file','0','yes'),(31,'blog_charset','UTF-8','yes'),(32,'moderation_keys','','no'),(33,'active_plugins','a:14:{i:0;s:48:\"addons-for-beaver-builder/livemesh-bb-addons.php\";i:1;s:45:\"bb-bootstrap-cards/bb-bootstrap-cards.php.php\";i:2;s:42:\"beaver-builder-lite-version/fl-builder.php\";i:3;s:38:\"cb-custom-modules/cb-custom-module.php\";i:4;s:71:\"expandable-row-for-beaver-builder/expandable-row-for-beaver-builder.php\";i:5;s:27:\"ninja-forms/ninja-forms.php\";i:6;s:56:\"powerpack-addon-for-beaver-builder/bb-powerpack-lite.php\";i:7;s:57:\"reveal-ids-for-wp-admin-25/reveal-ids-for-wp-admin-25.php\";i:8;s:63:\"storefront-sticky-add-to-cart/storefront-sticky-add-to-cart.php\";i:9;s:31:\"title-remover/title-remover.php\";i:10;s:61:\"ultimate-addons-for-beaver-builder-lite/bb-ultimate-addon.php\";i:11;s:45:\"woocommerce-services/woocommerce-services.php\";i:12;s:27:\"woocommerce/woocommerce.php\";i:13;s:24:\"wordpress-seo/wp-seo.php\";}','yes'),(34,'category_base','','yes'),(35,'ping_sites','http://rpc.pingomatic.com/','yes'),(36,'comment_max_links','2','yes'),(37,'gmt_offset','0','yes'),(38,'default_email_category','1','yes'),(39,'recently_edited','a:5:{i:0;s:75:\"C:\\xampp\\htdocs\\IA.store/wp-content/themes/storefront/template-homepage.php\";i:1;s:63:\"C:\\xampp\\htdocs\\IA.store/wp-content/themes/storefront/index.php\";i:2;s:65:\"C:\\xampp\\htdocs\\IA.store/wp-content/themes/storefront/content.php\";i:3;s:67:\"C:\\xampp\\htdocs\\IA.store/wp-content/themes/storefront/functions.php\";i:4;s:102:\"C:\\xampp\\htdocs\\IA.store/wp-content/themes/storefront/inc/woocommerce/class-storefront-woocommerce.php\";}','no'),(40,'template','storefront','yes'),(41,'stylesheet','storefront','yes'),(42,'comment_whitelist','1','yes'),(43,'blacklist_keys','','no'),(44,'comment_registration','0','yes'),(45,'html_type','text/html','yes'),(46,'use_trackback','0','yes'),(47,'default_role','subscriber','yes'),(48,'db_version','38590','yes'),(49,'uploads_use_yearmonth_folders','1','yes'),(50,'upload_path','','yes'),(51,'blog_public','1','yes'),(52,'default_link_category','2','yes'),(53,'show_on_front','page','yes'),(54,'tag_base','','yes'),(55,'show_avatars','1','yes'),(56,'avatar_rating','G','yes'),(57,'upload_url_path','','yes'),(58,'thumbnail_size_w','150','yes'),(59,'thumbnail_size_h','150','yes'),(60,'thumbnail_crop','1','yes'),(61,'medium_size_w','300','yes'),(62,'medium_size_h','300','yes'),(63,'avatar_default','mystery','yes'),(64,'large_size_w','1024','yes'),(65,'large_size_h','1024','yes'),(66,'image_default_link_type','','yes'),(67,'image_default_size','','yes'),(68,'image_default_align','','yes'),(69,'close_comments_for_old_posts','0','yes'),(70,'close_comments_days_old','14','yes'),(71,'thread_comments','1','yes'),(72,'thread_comments_depth','5','yes'),(73,'page_comments','0','yes'),(74,'comments_per_page','50','yes'),(75,'default_comments_page','newest','yes'),(76,'comment_order','asc','yes'),(77,'sticky_posts','a:0:{}','yes'),(78,'widget_categories','a:2:{i:2;a:4:{s:5:\"title\";s:0:\"\";s:5:\"count\";i:0;s:12:\"hierarchical\";i:0;s:8:\"dropdown\";i:0;}s:12:\"_multiwidget\";i:1;}','yes'),(79,'widget_text','a:3:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;i:3;a:4:{s:5:\"title\";s:4:\"test\";s:4:\"text\";s:10:\"asdfghhjjl\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;}}','yes'),(80,'widget_rss','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(81,'uninstall_plugins','a:2:{s:45:\"woocommerce-services/woocommerce-services.php\";a:2:{i:0;s:17:\"WC_Connect_Loader\";i:1;s:16:\"plugin_uninstall\";}s:27:\"ninja-forms/ninja-forms.php\";s:21:\"ninja_forms_uninstall\";}','no'),(82,'timezone_string','','yes'),(83,'page_for_posts','0','yes'),(84,'page_on_front','62','yes'),(85,'default_post_format','0','yes'),(86,'link_manager_enabled','0','yes'),(87,'finished_splitting_shared_terms','1','yes'),(88,'site_icon','66','yes'),(89,'medium_large_size_w','768','yes'),(90,'medium_large_size_h','0','yes'),(91,'initial_db_version','38590','yes'),(92,'wp_user_roles','a:9:{s:13:\"administrator\";a:2:{s:4:\"name\";s:13:\"Administrator\";s:12:\"capabilities\";a:132:{s:13:\"switch_themes\";b:1;s:11:\"edit_themes\";b:1;s:16:\"activate_plugins\";b:1;s:12:\"edit_plugins\";b:1;s:10:\"edit_users\";b:1;s:10:\"edit_files\";b:1;s:14:\"manage_options\";b:1;s:17:\"moderate_comments\";b:1;s:17:\"manage_categories\";b:1;s:12:\"manage_links\";b:1;s:12:\"upload_files\";b:1;s:6:\"import\";b:1;s:15:\"unfiltered_html\";b:1;s:10:\"edit_posts\";b:1;s:17:\"edit_others_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:10:\"edit_pages\";b:1;s:4:\"read\";b:1;s:8:\"level_10\";b:1;s:7:\"level_9\";b:1;s:7:\"level_8\";b:1;s:7:\"level_7\";b:1;s:7:\"level_6\";b:1;s:7:\"level_5\";b:1;s:7:\"level_4\";b:1;s:7:\"level_3\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:17:\"edit_others_pages\";b:1;s:20:\"edit_published_pages\";b:1;s:13:\"publish_pages\";b:1;s:12:\"delete_pages\";b:1;s:19:\"delete_others_pages\";b:1;s:22:\"delete_published_pages\";b:1;s:12:\"delete_posts\";b:1;s:19:\"delete_others_posts\";b:1;s:22:\"delete_published_posts\";b:1;s:20:\"delete_private_posts\";b:1;s:18:\"edit_private_posts\";b:1;s:18:\"read_private_posts\";b:1;s:20:\"delete_private_pages\";b:1;s:18:\"edit_private_pages\";b:1;s:18:\"read_private_pages\";b:1;s:12:\"delete_users\";b:1;s:12:\"create_users\";b:1;s:17:\"unfiltered_upload\";b:1;s:14:\"edit_dashboard\";b:1;s:14:\"update_plugins\";b:1;s:14:\"delete_plugins\";b:1;s:15:\"install_plugins\";b:1;s:13:\"update_themes\";b:1;s:14:\"install_themes\";b:1;s:11:\"update_core\";b:1;s:10:\"list_users\";b:1;s:12:\"remove_users\";b:1;s:13:\"promote_users\";b:1;s:18:\"edit_theme_options\";b:1;s:13:\"delete_themes\";b:1;s:6:\"export\";b:1;s:18:\"manage_woocommerce\";b:1;s:24:\"view_woocommerce_reports\";b:1;s:12:\"edit_product\";b:1;s:12:\"read_product\";b:1;s:14:\"delete_product\";b:1;s:13:\"edit_products\";b:1;s:20:\"edit_others_products\";b:1;s:16:\"publish_products\";b:1;s:21:\"read_private_products\";b:1;s:15:\"delete_products\";b:1;s:23:\"delete_private_products\";b:1;s:25:\"delete_published_products\";b:1;s:22:\"delete_others_products\";b:1;s:21:\"edit_private_products\";b:1;s:23:\"edit_published_products\";b:1;s:20:\"manage_product_terms\";b:1;s:18:\"edit_product_terms\";b:1;s:20:\"delete_product_terms\";b:1;s:20:\"assign_product_terms\";b:1;s:15:\"edit_shop_order\";b:1;s:15:\"read_shop_order\";b:1;s:17:\"delete_shop_order\";b:1;s:16:\"edit_shop_orders\";b:1;s:23:\"edit_others_shop_orders\";b:1;s:19:\"publish_shop_orders\";b:1;s:24:\"read_private_shop_orders\";b:1;s:18:\"delete_shop_orders\";b:1;s:26:\"delete_private_shop_orders\";b:1;s:28:\"delete_published_shop_orders\";b:1;s:25:\"delete_others_shop_orders\";b:1;s:24:\"edit_private_shop_orders\";b:1;s:26:\"edit_published_shop_orders\";b:1;s:23:\"manage_shop_order_terms\";b:1;s:21:\"edit_shop_order_terms\";b:1;s:23:\"delete_shop_order_terms\";b:1;s:23:\"assign_shop_order_terms\";b:1;s:16:\"edit_shop_coupon\";b:1;s:16:\"read_shop_coupon\";b:1;s:18:\"delete_shop_coupon\";b:1;s:17:\"edit_shop_coupons\";b:1;s:24:\"edit_others_shop_coupons\";b:1;s:20:\"publish_shop_coupons\";b:1;s:25:\"read_private_shop_coupons\";b:1;s:19:\"delete_shop_coupons\";b:1;s:27:\"delete_private_shop_coupons\";b:1;s:29:\"delete_published_shop_coupons\";b:1;s:26:\"delete_others_shop_coupons\";b:1;s:25:\"edit_private_shop_coupons\";b:1;s:27:\"edit_published_shop_coupons\";b:1;s:24:\"manage_shop_coupon_terms\";b:1;s:22:\"edit_shop_coupon_terms\";b:1;s:24:\"delete_shop_coupon_terms\";b:1;s:24:\"assign_shop_coupon_terms\";b:1;s:17:\"edit_shop_webhook\";b:1;s:17:\"read_shop_webhook\";b:1;s:19:\"delete_shop_webhook\";b:1;s:18:\"edit_shop_webhooks\";b:1;s:25:\"edit_others_shop_webhooks\";b:1;s:21:\"publish_shop_webhooks\";b:1;s:26:\"read_private_shop_webhooks\";b:1;s:20:\"delete_shop_webhooks\";b:1;s:28:\"delete_private_shop_webhooks\";b:1;s:30:\"delete_published_shop_webhooks\";b:1;s:27:\"delete_others_shop_webhooks\";b:1;s:26:\"edit_private_shop_webhooks\";b:1;s:28:\"edit_published_shop_webhooks\";b:1;s:25:\"manage_shop_webhook_terms\";b:1;s:23:\"edit_shop_webhook_terms\";b:1;s:25:\"delete_shop_webhook_terms\";b:1;s:25:\"assign_shop_webhook_terms\";b:1;s:20:\"wpseo_manage_options\";b:1;}}s:6:\"editor\";a:2:{s:4:\"name\";s:6:\"Editor\";s:12:\"capabilities\";a:35:{s:17:\"moderate_comments\";b:1;s:17:\"manage_categories\";b:1;s:12:\"manage_links\";b:1;s:12:\"upload_files\";b:1;s:15:\"unfiltered_html\";b:1;s:10:\"edit_posts\";b:1;s:17:\"edit_others_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:10:\"edit_pages\";b:1;s:4:\"read\";b:1;s:7:\"level_7\";b:1;s:7:\"level_6\";b:1;s:7:\"level_5\";b:1;s:7:\"level_4\";b:1;s:7:\"level_3\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:17:\"edit_others_pages\";b:1;s:20:\"edit_published_pages\";b:1;s:13:\"publish_pages\";b:1;s:12:\"delete_pages\";b:1;s:19:\"delete_others_pages\";b:1;s:22:\"delete_published_pages\";b:1;s:12:\"delete_posts\";b:1;s:19:\"delete_others_posts\";b:1;s:22:\"delete_published_posts\";b:1;s:20:\"delete_private_posts\";b:1;s:18:\"edit_private_posts\";b:1;s:18:\"read_private_posts\";b:1;s:20:\"delete_private_pages\";b:1;s:18:\"edit_private_pages\";b:1;s:18:\"read_private_pages\";b:1;s:15:\"wpseo_bulk_edit\";b:1;}}s:6:\"author\";a:2:{s:4:\"name\";s:6:\"Author\";s:12:\"capabilities\";a:10:{s:12:\"upload_files\";b:1;s:10:\"edit_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:4:\"read\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:12:\"delete_posts\";b:1;s:22:\"delete_published_posts\";b:1;}}s:11:\"contributor\";a:2:{s:4:\"name\";s:11:\"Contributor\";s:12:\"capabilities\";a:5:{s:10:\"edit_posts\";b:1;s:4:\"read\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:12:\"delete_posts\";b:1;}}s:10:\"subscriber\";a:2:{s:4:\"name\";s:10:\"Subscriber\";s:12:\"capabilities\";a:2:{s:4:\"read\";b:1;s:7:\"level_0\";b:1;}}s:8:\"customer\";a:2:{s:4:\"name\";s:8:\"Customer\";s:12:\"capabilities\";a:1:{s:4:\"read\";b:1;}}s:12:\"shop_manager\";a:2:{s:4:\"name\";s:12:\"Shop manager\";s:12:\"capabilities\";a:109:{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_users\";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:\"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:17:\"edit_shop_webhook\";b:1;s:17:\"read_shop_webhook\";b:1;s:19:\"delete_shop_webhook\";b:1;s:18:\"edit_shop_webhooks\";b:1;s:25:\"edit_others_shop_webhooks\";b:1;s:21:\"publish_shop_webhooks\";b:1;s:26:\"read_private_shop_webhooks\";b:1;s:20:\"delete_shop_webhooks\";b:1;s:28:\"delete_private_shop_webhooks\";b:1;s:30:\"delete_published_shop_webhooks\";b:1;s:27:\"delete_others_shop_webhooks\";b:1;s:26:\"edit_private_shop_webhooks\";b:1;s:28:\"edit_published_shop_webhooks\";b:1;s:25:\"manage_shop_webhook_terms\";b:1;s:23:\"edit_shop_webhook_terms\";b:1;s:25:\"delete_shop_webhook_terms\";b:1;s:25:\"assign_shop_webhook_terms\";b:1;}}s:13:\"wpseo_manager\";a:2:{s:4:\"name\";s:11:\"SEO Manager\";s:12:\"capabilities\";a:37:{s:17:\"moderate_comments\";b:1;s:17:\"manage_categories\";b:1;s:12:\"manage_links\";b:1;s:12:\"upload_files\";b:1;s:15:\"unfiltered_html\";b:1;s:10:\"edit_posts\";b:1;s:17:\"edit_others_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:10:\"edit_pages\";b:1;s:4:\"read\";b:1;s:7:\"level_7\";b:1;s:7:\"level_6\";b:1;s:7:\"level_5\";b:1;s:7:\"level_4\";b:1;s:7:\"level_3\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:17:\"edit_others_pages\";b:1;s:20:\"edit_published_pages\";b:1;s:13:\"publish_pages\";b:1;s:12:\"delete_pages\";b:1;s:19:\"delete_others_pages\";b:1;s:22:\"delete_published_pages\";b:1;s:12:\"delete_posts\";b:1;s:19:\"delete_others_posts\";b:1;s:22:\"delete_published_posts\";b:1;s:20:\"delete_private_posts\";b:1;s:18:\"edit_private_posts\";b:1;s:18:\"read_private_posts\";b:1;s:20:\"delete_private_pages\";b:1;s:18:\"edit_private_pages\";b:1;s:18:\"read_private_pages\";b:1;s:15:\"wpseo_bulk_edit\";b:1;s:28:\"wpseo_edit_advanced_metadata\";b:1;s:20:\"wpseo_manage_options\";b:1;}}s:12:\"wpseo_editor\";a:2:{s:4:\"name\";s:10:\"SEO Editor\";s:12:\"capabilities\";a:36:{s:17:\"moderate_comments\";b:1;s:17:\"manage_categories\";b:1;s:12:\"manage_links\";b:1;s:12:\"upload_files\";b:1;s:15:\"unfiltered_html\";b:1;s:10:\"edit_posts\";b:1;s:17:\"edit_others_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:10:\"edit_pages\";b:1;s:4:\"read\";b:1;s:7:\"level_7\";b:1;s:7:\"level_6\";b:1;s:7:\"level_5\";b:1;s:7:\"level_4\";b:1;s:7:\"level_3\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:17:\"edit_others_pages\";b:1;s:20:\"edit_published_pages\";b:1;s:13:\"publish_pages\";b:1;s:12:\"delete_pages\";b:1;s:19:\"delete_others_pages\";b:1;s:22:\"delete_published_pages\";b:1;s:12:\"delete_posts\";b:1;s:19:\"delete_others_posts\";b:1;s:22:\"delete_published_posts\";b:1;s:20:\"delete_private_posts\";b:1;s:18:\"edit_private_posts\";b:1;s:18:\"read_private_posts\";b:1;s:20:\"delete_private_pages\";b:1;s:18:\"edit_private_pages\";b:1;s:18:\"read_private_pages\";b:1;s:15:\"wpseo_bulk_edit\";b:1;s:28:\"wpseo_edit_advanced_metadata\";b:1;}}}','yes'),(93,'fresh_site','0','yes'),(94,'widget_search','a:2:{i:2;a:1:{s:5:\"title\";s:0:\"\";}s:12:\"_multiwidget\";i:1;}','yes'),(95,'widget_recent-posts','a:2:{i:2;a:2:{s:5:\"title\";s:0:\"\";s:6:\"number\";i:5;}s:12:\"_multiwidget\";i:1;}','yes'),(96,'widget_recent-comments','a:2:{i:2;a:2:{s:5:\"title\";s:0:\"\";s:6:\"number\";i:5;}s:12:\"_multiwidget\";i:1;}','yes'),(97,'widget_archives','a:2:{i:2;a:3:{s:5:\"title\";s:0:\"\";s:5:\"count\";i:0;s:8:\"dropdown\";i:0;}s:12:\"_multiwidget\";i:1;}','yes'),(98,'widget_meta','a:2:{i:2;a:1:{s:5:\"title\";s:0:\"\";}s:12:\"_multiwidget\";i:1;}','yes'),(99,'sidebars_widgets','a:8:{s:19:\"wp_inactive_widgets\";a:9:{i:0;s:10:\"archives-2\";i:1;s:6:\"meta-2\";i:2;s:8:\"search-2\";i:3;s:6:\"text-3\";i:4;s:12:\"categories-2\";i:5;s:14:\"recent-posts-2\";i:6;s:17:\"recent-comments-2\";i:7;s:25:\"woocommerce_widget_cart-3\";i:8;s:25:\"woocommerce_widget_cart-4\";}s:9:\"sidebar-1\";a:0:{}s:8:\"header-1\";a:0:{}s:8:\"footer-1\";a:0:{}s:8:\"footer-2\";a:0:{}s:8:\"footer-3\";a:0:{}s:8:\"footer-4\";a:0:{}s:13:\"array_version\";i:3;}','yes'),(100,'widget_pages','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(101,'widget_calendar','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(102,'widget_media_audio','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(103,'widget_media_image','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(104,'widget_media_gallery','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(105,'widget_media_video','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(106,'widget_tag_cloud','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(107,'widget_nav_menu','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(108,'widget_custom_html','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(109,'cron','a:12:{i:1525829489;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:1525836363;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:1525836385;a:2:{s:19:\"wp_scheduled_delete\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}s:25:\"delete_expired_transients\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1525836812;a:1:{s:30:\"wp_scheduled_auto_draft_delete\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1525846167;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:1525846168;a:1:{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:1525847241;a:1:{s:19:\"wpseo-reindex-links\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1525848938;a:1:{s:47:\"fs_data_sync_powerpack-addon-for-beaver-builder\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1525910400;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:1528156800;a:1:{s:25:\"woocommerce_geoip_updater\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:7:\"monthly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:2635200;}}}i:1528447885;a:1:{s:13:\"nf_optin_cron\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"nf-monthly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:2678400;}}}s:7:\"version\";i:2;}','yes'),(110,'theme_mods_twentyseventeen','a:2:{s:18:\"custom_css_post_id\";i:-1;s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1517887732;s:4:\"data\";a:4:{s:19:\"wp_inactive_widgets\";a:0:{}s:9:\"sidebar-1\";a:6:{i:0;s:8:\"search-2\";i:1;s:14:\"recent-posts-2\";i:2;s:17:\"recent-comments-2\";i:3;s:10:\"archives-2\";i:4;s:12:\"categories-2\";i:5;s:6:\"meta-2\";}s:9:\"sidebar-2\";a:0:{}s:9:\"sidebar-3\";a:0:{}}}}','yes'),(124,'can_compress_scripts','1','no'),(138,'current_theme','Storefront','yes'),(139,'theme_mods_storefront','a:11:{i:0;b:0;s:18:\"nav_menu_locations\";a:1:{s:7:\"primary\";i:18;}s:17:\"storefront_styles\";s:5060:\"\n .main-navigation ul li a,\n .site-title a,\n ul.menu li a,\n .site-branding h1 a,\n .site-footer .storefront-handheld-footer-bar a:not(.button),\n button.menu-toggle,\n button.menu-toggle:hover {\n color: #333333;\n }\n\n button.menu-toggle,\n button.menu-toggle:hover {\n border-color: #333333;\n }\n\n .main-navigation ul li a:hover,\n .main-navigation ul li:hover > a,\n .site-title a:hover,\n a.cart-contents:hover,\n .site-header-cart .widget_shopping_cart a:hover,\n .site-header-cart:hover > li > a,\n .site-header ul.menu li.current-menu-item > a {\n color: #747474;\n }\n\n table th {\n background-color: #f8f8f8;\n }\n\n table tbody td {\n background-color: #fdfdfd;\n }\n\n table tbody tr:nth-child(2n) td,\n fieldset,\n fieldset legend {\n background-color: #fbfbfb;\n }\n\n .site-header,\n .secondary-navigation ul ul,\n .main-navigation ul.menu > li.menu-item-has-children:after,\n .secondary-navigation ul.menu ul,\n .storefront-handheld-footer-bar,\n .storefront-handheld-footer-bar ul li > a,\n .storefront-handheld-footer-bar ul li.search .site-search,\n button.menu-toggle,\n button.menu-toggle:hover {\n background-color: #ffffff;\n }\n\n p.site-description,\n .site-header,\n .storefront-handheld-footer-bar {\n color: #404040;\n }\n\n .storefront-handheld-footer-bar ul li.cart .count,\n button.menu-toggle:after,\n button.menu-toggle:before,\n button.menu-toggle span:before {\n background-color: #333333;\n }\n\n .storefront-handheld-footer-bar ul li.cart .count {\n color: #ffffff;\n }\n\n .storefront-handheld-footer-bar ul li.cart .count {\n border-color: #ffffff;\n }\n\n h1, h2, h3, h4, h5, h6 {\n color: #333333;\n }\n\n .widget h1 {\n border-bottom-color: #333333;\n }\n\n body,\n .secondary-navigation a,\n .onsale,\n .pagination .page-numbers li .page-numbers:not(.current), .woocommerce-pagination .page-numbers li .page-numbers:not(.current) {\n color: #6d6d6d;\n }\n\n .widget-area .widget a,\n .hentry .entry-header .posted-on a,\n .hentry .entry-header .byline a {\n color: #727272;\n }\n\n a {\n color: #991e1e;\n }\n\n a:focus,\n .button:focus,\n .button.alt:focus,\n .button.added_to_cart:focus,\n .button.wc-forward:focus,\n button:focus,\n input[type=\"button\"]:focus,\n input[type=\"reset\"]:focus,\n input[type=\"submit\"]:focus {\n outline-color: #991e1e;\n }\n\n button, input[type=\"button\"], input[type=\"reset\"], input[type=\"submit\"], .button, .added_to_cart, .widget a.button, .site-header-cart .widget_shopping_cart a.button {\n background-color: #eeeeee;\n border-color: #eeeeee;\n color: #333333;\n }\n\n button:hover, input[type=\"button\"]:hover, input[type=\"reset\"]:hover, input[type=\"submit\"]:hover, .button:hover, .added_to_cart:hover, .widget a.button:hover, .site-header-cart .widget_shopping_cart a.button:hover {\n background-color: #d5d5d5;\n border-color: #d5d5d5;\n color: #333333;\n }\n\n button.alt, input[type=\"button\"].alt, input[type=\"reset\"].alt, input[type=\"submit\"].alt, .button.alt, .added_to_cart.alt, .widget-area .widget a.button.alt, .added_to_cart, .widget a.button.checkout {\n background-color: #333333;\n border-color: #333333;\n color: #ffffff;\n }\n\n button.alt:hover, input[type=\"button\"].alt:hover, input[type=\"reset\"].alt:hover, input[type=\"submit\"].alt:hover, .button.alt:hover, .added_to_cart.alt:hover, .widget-area .widget a.button.alt:hover, .added_to_cart:hover, .widget a.button.checkout:hover {\n background-color: #1a1a1a;\n border-color: #1a1a1a;\n color: #ffffff;\n }\n\n .pagination .page-numbers li .page-numbers.current, .woocommerce-pagination .page-numbers li .page-numbers.current {\n background-color: #e6e6e6;\n color: #636363;\n }\n\n #comments .comment-list .comment-content .comment-text {\n background-color: #f8f8f8;\n }\n\n .site-footer {\n background-color: #f0f0f0;\n color: #6d6d6d;\n }\n\n .site-footer a:not(.button) {\n color: #333333;\n }\n\n .site-footer h1, .site-footer h2, .site-footer h3, .site-footer h4, .site-footer h5, .site-footer h6 {\n color: #333333;\n }\n\n #order_review {\n background-color: #ffffff;\n }\n\n #payment .payment_methods > li .payment_box,\n #payment .place-order {\n background-color: #fafafa;\n }\n\n #payment .payment_methods > li:not(.woocommerce-notice) {\n background-color: #f5f5f5;\n }\n\n #payment .payment_methods > li:not(.woocommerce-notice):hover {\n background-color: #f0f0f0;\n }\n\n @media screen and ( min-width: 768px ) {\n .secondary-navigation ul.menu a:hover {\n color: #595959;\n }\n\n .secondary-navigation ul.menu a {\n color: #404040;\n }\n\n .site-header-cart .widget_shopping_cart,\n .main-navigation ul.menu ul.sub-menu,\n .main-navigation ul.nav-menu ul.children {\n background-color: #f0f0f0;\n }\n\n .site-header-cart .widget_shopping_cart .buttons,\n .site-header-cart .widget_shopping_cart .total {\n background-color: #f5f5f5;\n }\n\n .site-header {\n border-bottom-color: #f0f0f0;\n }\n }\";s:29:\"storefront_woocommerce_styles\";s:2283:\"\n a.cart-contents,\n .site-header-cart .widget_shopping_cart a {\n color: #333333;\n }\n\n table.cart td.product-remove,\n table.cart td.actions {\n border-top-color: #ffffff;\n }\n\n .woocommerce-tabs ul.tabs li.active a,\n ul.products li.product .price,\n .onsale,\n .widget_search form:before,\n .widget_product_search form:before {\n color: #6d6d6d;\n }\n\n .woocommerce-breadcrumb a,\n a.woocommerce-review-link,\n .product_meta a {\n color: #727272;\n }\n\n .onsale {\n border-color: #6d6d6d;\n }\n\n .star-rating span:before,\n .quantity .plus, .quantity .minus,\n p.stars a:hover:after,\n p.stars a:after,\n .star-rating span:before,\n #payment .payment_methods li input[type=radio]:first-child:checked+label:before {\n color: #991e1e;\n }\n\n .widget_price_filter .ui-slider .ui-slider-range,\n .widget_price_filter .ui-slider .ui-slider-handle {\n background-color: #991e1e;\n }\n\n .order_details {\n background-color: #f8f8f8;\n }\n\n .order_details > li {\n border-bottom: 1px dotted #e3e3e3;\n }\n\n .order_details:before,\n .order_details:after {\n background: -webkit-linear-gradient(transparent 0,transparent 0),-webkit-linear-gradient(135deg,#f8f8f8 33.33%,transparent 33.33%),-webkit-linear-gradient(45deg,#f8f8f8 33.33%,transparent 33.33%)\n }\n\n p.stars a:before,\n p.stars a:hover~a:before,\n p.stars.selected a.active~a:before {\n color: #6d6d6d;\n }\n\n p.stars.selected a.active:before,\n p.stars:hover a:before,\n p.stars.selected a:not(.active):before,\n p.stars.selected a.active:before {\n color: #991e1e;\n }\n\n .single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger {\n background-color: #eeeeee;\n color: #333333;\n }\n\n .single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger:hover {\n background-color: #d5d5d5;\n border-color: #d5d5d5;\n color: #333333;\n }\n\n .button.loading {\n color: #eeeeee;\n }\n\n .button.loading:hover {\n background-color: #eeeeee;\n }\n\n .button.loading:after {\n color: #333333;\n }\n\n @media screen and ( min-width: 768px ) {\n .site-header-cart .widget_shopping_cart,\n .site-header .product_list_widget li .quantity {\n color: #404040;\n }\n }\";s:18:\"custom_css_post_id\";i:92;s:11:\"custom_logo\";i:36;s:23:\"storefront_accent_color\";s:7:\"#991e1e\";s:17:\"storefront_layout\";s:5:\"right\";s:39:\"storefront_woocommerce_extension_styles\";s:0:\"\";s:12:\"header_image\";s:13:\"remove-header\";s:16:\"background_image\";s:0:\"\";}','yes'),(140,'theme_switched','','yes'),(141,'storefront_nux_fresh_site','1','yes'),(146,'woocommerce_store_address','Demolition Depot','yes'),(147,'woocommerce_store_address_2','216 East 125th Street','yes'),(148,'woocommerce_store_city','New York','yes'),(149,'woocommerce_default_country','US:NY','yes'),(150,'woocommerce_store_postcode','10035','yes'),(151,'woocommerce_allowed_countries','all','yes'),(152,'woocommerce_all_except_countries','','yes'),(153,'woocommerce_specific_allowed_countries','','yes'),(154,'woocommerce_ship_to_countries','','yes'),(155,'woocommerce_specific_ship_to_countries','','yes'),(156,'woocommerce_default_customer_address','geolocation','yes'),(157,'woocommerce_calc_taxes','no','yes'),(158,'woocommerce_demo_store','no','yes'),(159,'woocommerce_demo_store_notice','This is a demo store for testing purposes — no orders shall be fulfilled.','no'),(160,'woocommerce_currency','USD','yes'),(161,'woocommerce_currency_pos','left','yes'),(162,'woocommerce_price_thousand_sep',',','yes'),(163,'woocommerce_price_decimal_sep','.','yes'),(164,'woocommerce_price_num_decimals','2','yes'),(165,'woocommerce_weight_unit','oz','yes'),(166,'woocommerce_dimension_unit','in','yes'),(167,'woocommerce_enable_reviews','no','yes'),(168,'woocommerce_review_rating_verification_label','no','no'),(169,'woocommerce_review_rating_verification_required','no','no'),(170,'woocommerce_enable_review_rating','no','yes'),(171,'woocommerce_review_rating_required','yes','no'),(172,'woocommerce_shop_page_id','29','yes'),(173,'woocommerce_shop_page_display','','yes'),(174,'woocommerce_category_archive_display','','yes'),(175,'woocommerce_default_catalog_orderby','menu_order','yes'),(176,'woocommerce_cart_redirect_after_add','no','yes'),(177,'woocommerce_enable_ajax_add_to_cart','yes','yes'),(178,'shop_catalog_image_size','a:3:{s:5:\"width\";s:3:\"300\";s:6:\"height\";s:3:\"300\";s:4:\"crop\";i:1;}','yes'),(179,'shop_single_image_size','a:3:{s:5:\"width\";s:3:\"600\";s:6:\"height\";s:3:\"600\";s:4:\"crop\";i:1;}','yes'),(180,'shop_thumbnail_image_size','a:3:{s:5:\"width\";s:3:\"180\";s:6:\"height\";s:3:\"180\";s:4:\"crop\";i:1;}','yes'),(181,'woocommerce_manage_stock','yes','yes'),(182,'woocommerce_hold_stock_minutes','60','no'),(183,'woocommerce_notify_low_stock','yes','no'),(184,'woocommerce_notify_no_stock','yes','no'),(185,'woocommerce_stock_email_recipient','demolitiondepot.nyc@gmail.com','no'),(186,'woocommerce_notify_low_stock_amount','2','no'),(187,'woocommerce_notify_no_stock_amount','0','yes'),(188,'woocommerce_hide_out_of_stock_items','yes','yes'),(189,'woocommerce_stock_format','','yes'),(190,'woocommerce_file_download_method','force','no'),(191,'woocommerce_downloads_require_login','no','no'),(192,'woocommerce_downloads_grant_access_after_payment','yes','no'),(193,'woocommerce_prices_include_tax','no','yes'),(194,'woocommerce_tax_based_on','shipping','yes'),(195,'woocommerce_shipping_tax_class','inherit','yes'),(196,'woocommerce_tax_round_at_subtotal','no','yes'),(197,'woocommerce_tax_classes','Reduced rate\r\nZero rate','yes'),(198,'woocommerce_tax_display_shop','excl','yes'),(199,'woocommerce_tax_display_cart','excl','no'),(200,'woocommerce_price_display_suffix','','yes'),(201,'woocommerce_tax_total_display','itemized','no'),(202,'woocommerce_enable_shipping_calc','yes','no'),(203,'woocommerce_shipping_cost_requires_address','no','no'),(204,'woocommerce_ship_to_destination','billing','no'),(205,'woocommerce_shipping_debug_mode','no','no'),(206,'woocommerce_enable_coupons','yes','yes'),(207,'woocommerce_calc_discounts_sequentially','no','no'),(208,'woocommerce_enable_guest_checkout','yes','no'),(209,'woocommerce_force_ssl_checkout','no','yes'),(210,'woocommerce_unforce_ssl_checkout','no','yes'),(211,'woocommerce_cart_page_id','30','yes'),(212,'woocommerce_checkout_page_id','31','yes'),(213,'woocommerce_terms_page_id','','no'),(214,'woocommerce_checkout_pay_endpoint','order-pay','yes'),(215,'woocommerce_checkout_order_received_endpoint','order-received','yes'),(216,'woocommerce_myaccount_add_payment_method_endpoint','add-payment-method','yes'),(217,'woocommerce_myaccount_delete_payment_method_endpoint','delete-payment-method','yes'),(218,'woocommerce_myaccount_set_default_payment_method_endpoint','set-default-payment-method','yes'),(219,'woocommerce_myaccount_page_id','32','yes'),(220,'woocommerce_enable_signup_and_login_from_checkout','yes','no'),(221,'woocommerce_enable_myaccount_registration','no','no'),(222,'woocommerce_enable_checkout_login_reminder','yes','no'),(223,'woocommerce_registration_generate_username','yes','no'),(224,'woocommerce_registration_generate_password','no','no'),(225,'woocommerce_myaccount_orders_endpoint','orders','yes'),(226,'woocommerce_myaccount_view_order_endpoint','view-order','yes'),(227,'woocommerce_myaccount_downloads_endpoint','downloads','yes'),(228,'woocommerce_myaccount_edit_account_endpoint','edit-account','yes'),(229,'woocommerce_myaccount_edit_address_endpoint','edit-address','yes'),(230,'woocommerce_myaccount_payment_methods_endpoint','payment-methods','yes'),(231,'woocommerce_myaccount_lost_password_endpoint','lost-password','yes'),(232,'woocommerce_logout_endpoint','customer-logout','yes'),(233,'woocommerce_email_from_name','Irreplaceable Artifacts Store','no'),(234,'woocommerce_email_from_address','demolitiondepot.nyc@gmail.com','no'),(235,'woocommerce_email_header_image','','no'),(236,'woocommerce_email_footer_text','Irreplaceable Artifacts Store','no'),(237,'woocommerce_email_base_color','#96588a','no'),(238,'woocommerce_email_background_color','#f7f7f7','no'),(239,'woocommerce_email_body_background_color','#ffffff','no'),(240,'woocommerce_email_text_color','#3c3c3c','no'),(241,'woocommerce_api_enabled','yes','yes'),(242,'_transient_wc_attribute_taxonomies','a:0:{}','yes'),(243,'woocommerce_admin_notices','a:0:{}','yes'),(246,'recently_activated','a:4:{s:33:\"woocommerce-cart-tab/cart-tab.php\";i:1525768528;s:57:\"storefront-product-sharing/storefront-product-sharing.php\";i:1525766818;s:37:\"bb-header-footer/bb-header-footer.php\";i:1525762661;s:19:\"jetpack/jetpack.php\";i:1525759852;}','yes'),(247,'storefront_cleared_widgets','1','yes'),(248,'_transient_woocommerce_webhook_ids','a:0:{}','yes'),(249,'widget_woocommerce_widget_cart','a:3:{s:12:\"_multiwidget\";i:1;i:3;a:0:{}i:4;a:2:{s:5:\"title\";s:4:\"Cart\";s:13:\"hide_if_empty\";i:1;}}','yes'),(250,'widget_woocommerce_layered_nav_filters','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(251,'widget_woocommerce_layered_nav','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(252,'widget_woocommerce_price_filter','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(253,'widget_woocommerce_product_categories','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(254,'widget_woocommerce_product_search','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(255,'widget_woocommerce_product_tag_cloud','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(256,'widget_woocommerce_products','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(257,'widget_woocommerce_recently_viewed_products','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(258,'widget_woocommerce_top_rated_products','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(259,'widget_woocommerce_recent_reviews','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(260,'widget_woocommerce_rating_filter','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(261,'_transient_wc_count_comments','O:8:\"stdClass\":7:{s:8:\"approved\";s:1:\"1\";s:14:\"total_comments\";i:1;s:3:\"all\";i:1;s:9:\"moderated\";i:0;s:4:\"spam\";i:0;s:5:\"trash\";i:0;s:12:\"post-trashed\";i:0;}','yes'),(262,'woocommerce_meta_box_errors','a:0:{}','yes'),(265,'storefront_nux_dismissed','1','yes'),(274,'storefront-product-sharing-version','1.0.5','yes'),(275,'storefront-sticky-add-to-cart-version','1.1.8','yes'),(276,'woocommerce-cart-tab-version','1.1.1','yes'),(277,'_transient_product_query-transient-version','1525767438','yes'),(280,'_transient_product-transient-version','1525767438','yes'),(293,'woocommerce_product_type','physical','yes'),(294,'woocommerce_allow_tracking','yes','yes'),(295,'woocommerce_tracker_last_send','1525759038','yes'),(297,'woocommerce_stripe_settings','a:24:{s:7:\"enabled\";s:2:\"no\";s:14:\"create_account\";N;s:5:\"email\";s:29:\"demolitiondepot.nyc@gmail.com\";s:20:\"apple_pay_domain_set\";s:2:\"no\";s:5:\"title\";s:20:\"Credit Card (Stripe)\";s:11:\"description\";s:37:\"Pay with your credit card via Stripe.\";s:8:\"testmode\";s:3:\"yes\";s:20:\"test_publishable_key\";s:0:\"\";s:15:\"test_secret_key\";s:0:\"\";s:15:\"publishable_key\";s:0:\"\";s:10:\"secret_key\";s:0:\"\";s:14:\"inline_cc_form\";s:2:\"no\";s:20:\"statement_descriptor\";s:0:\"\";s:7:\"capture\";s:3:\"yes\";s:14:\"three_d_secure\";s:2:\"no\";s:15:\"stripe_checkout\";s:2:\"no\";s:14:\"stripe_bitcoin\";s:2:\"no\";s:21:\"stripe_checkout_image\";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:11:\"saved_cards\";s:2:\"no\";s:7:\"logging\";s:2:\"no\";}','yes'),(299,'woocommerce_braintree_paypal_settings','a:1:{s:7:\"enabled\";s:3:\"yes\";}','yes'),(300,'woocommerce_paypal_settings','a:2:{s:7:\"enabled\";s:3:\"yes\";s:5:\"email\";s:29:\"demolitiondepot.nyc@gmail.com\";}','yes'),(301,'woocommerce_admin_notice_braintree_paypal_install_error','PayPal by Braintree could not be installed (Could not copy file.). <a href=\"http://localhost/IA.store/wp-admin/index.php?wc-install-plugin-redirect=woocommerce-gateway-paypal-powered-by-braintree\">Please install it manually by clicking here.</a>','yes'),(303,'wc_stripe_version','4.0.5','yes'),(306,'woocommerce_setup_domestic_live_rates_zone','1','no'),(307,'_transient_shipping-transient-version','1517888470','yes'),(308,'woocommerce_setup_intl_live_rates_zone','1','no'),(321,'do_activate','0','yes'),(329,'wc_connect_options','a:1:{s:12:\"tos_accepted\";b:1;}','yes'),(331,'wc_stripe_show_keys_notice','no','yes'),(332,'wc_stripe_show_ssl_notice','no','yes'),(340,'storefront_nux_guided_tour','1','yes'),(349,'nav_menu_options','a:1:{s:8:\"auto_add\";a:0:{}}','yes'),(388,'_transient_timeout_external_ip_address_::1','1526363749','no'),(389,'_transient_external_ip_address_::1','116.109.37.113','no'),(391,'_transient_timeout_jetpack_idc_allowed','1525762570','no'),(392,'_transient_jetpack_idc_allowed','1','no'),(395,'woocommerce_tracker_ua','a:2:{i:0;s:115:\"mozilla/5.0 (windows nt 10.0; win64; x64) applewebkit/537.36 (khtml, like gecko) chrome/66.0.3359.139 safari/537.36\";i:1;s:144:\"mozilla/5.0 (iphone; cpu iphone os 11_3_1 like mac os x) applewebkit/604.1.34 (khtml, like gecko) crios/66.0.3359.122 mobile/15e302 safari/604.1\";}','yes'),(396,'_transient_timeout_jetpack_https_test','1525845766','no'),(397,'_transient_jetpack_https_test','1','no'),(398,'_transient_timeout_jetpack_https_test_message','1525845766','no'),(399,'_transient_jetpack_https_test_message','','no'),(400,'_site_transient_timeout_browser_bd6a9fe252598f30ffd1edb8511fd2b1','1526364167','no'),(401,'_site_transient_browser_bd6a9fe252598f30ffd1edb8511fd2b1','a:10:{s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:13:\"66.0.3359.139\";s:8:\"platform\";s:7:\"Windows\";s:10:\"update_url\";s:29:\"https://www.google.com/chrome\";s:7:\"img_src\";s:43:\"http://s.w.org/images/browsers/chrome.png?1\";s:11:\"img_src_ssl\";s:44:\"https://s.w.org/images/browsers/chrome.png?1\";s:15:\"current_version\";s:2:\"18\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;s:6:\"mobile\";b:0;}','no'),(402,'_transient_timeout_wc_report_sales_by_date','1525913375','no'),(403,'_transient_wc_report_sales_by_date','a:80:{s:32:\"285aae4b893a88afa1f65a3393296006\";a:0:{}s:32:\"9b8df36f44dd8c69b7b7421b4417a464\";a:0:{}s:32:\"8f28e11f5a5b334b9790f25dcfd430ec\";a:0:{}s:32:\"28d514b9e4d1a7e6937f6e54a94af648\";N;s:32:\"5633bec793c01adf40388bf2ad5cedb5\";a:0:{}s:32:\"9fee82ca068246725bf233370a654067\";a:0:{}s:32:\"834a829823e25aa3642db9af12cf2025\";a:0:{}s:32:\"2698435b2bf5ff9097ad898f21cb0ca0\";a:0:{}s:32:\"888ca4896284f72959974852ef6a6d64\";a:0:{}s:32:\"c6aef6a8b9f150e4a22d33c9d0db14fe\";a:0:{}s:32:\"560ff4ed2f467b299cb69ac72b070c6c\";a:0:{}s:32:\"a992bf2fa0e6b7f71d623896901af035\";N;s:32:\"2695f3908090cd05f47dd2c31a4379ba\";a:0:{}s:32:\"b593222e7f0cfaa3c1097bf1ecda7154\";a:0:{}s:32:\"895aa0e120749fae6491a50433c87952\";a:0:{}s:32:\"27a6700bd81d8cd07621119203c910a8\";a:0:{}s:32:\"3c0626973e8b019538737dd13d54cc69\";a:0:{}s:32:\"c9367b5121a9af01da1af512c00543d3\";a:0:{}s:32:\"e819e80028e867d7b4e6ed96ea35b250\";a:0:{}s:32:\"167e98fe293156e4842becf01473f4b2\";N;s:32:\"a737f0d47b25ff1b848218ea82a99021\";a:0:{}s:32:\"ce86d19383591e2ae55e170678f8b6e7\";a:0:{}s:32:\"a2d671270e84ce352ea1ce67dcb566a5\";a:0:{}s:32:\"6bdf8c7d0571cb678427285fd2a25028\";a:0:{}s:32:\"67ce968fca02bff408aeb2898950b051\";a:0:{}s:32:\"07cac29370f2c5ebfc71d5ff57c858e6\";a:0:{}s:32:\"c6b654a7acc769031df9efb464f90691\";a:0:{}s:32:\"f145a57b9ecadecff81852307453ba7d\";N;s:32:\"2eb55a004bd11ccc20858adc0921dfec\";a:0:{}s:32:\"b5f35062e59976e75ada6615b5b91eb2\";a:0:{}s:32:\"e5e99718d5c3e9aca7d744a6fb2b7683\";a:0:{}s:32:\"330ce96751b1f6d1f548cb8be87d3a8e\";a:0:{}s:32:\"e4dfe3a562fba01aa1485017c2f85357\";a:0:{}s:32:\"fc74fd118f9a0fca45e632ce3e06230d\";a:0:{}s:32:\"d98dc6c559a51614c6baf8d83d6e3c15\";a:0:{}s:32:\"5b8ff6e2dccb5800413c867b367d11a5\";N;s:32:\"62d2aee592df2c8b4de828dc30490616\";a:0:{}s:32:\"21aa17972fa87e245a4c6eda8e698504\";a:0:{}s:32:\"58fc7a5a244639c1608a512a3283f3c5\";a:0:{}s:32:\"61d3f3ac5118b5b35a9a51fa59c7fdde\";a:0:{}s:32:\"5fae236849aeba2b32825192a4bd305c\";a:0:{}s:32:\"f7ad07c864ae6796514849079ab183a8\";a:0:{}s:32:\"a4896f5159ebe3d55d75313a2d1d55fb\";a:0:{}s:32:\"07d907294a2e2a3c4404640a70b50543\";N;s:32:\"555fd7560908d4d038adee8d96a8bcd8\";a:0:{}s:32:\"208e5fdbaae812cb9f5f51d3cc76ce87\";a:0:{}s:32:\"656353f9f003358e246c02cd795187ea\";a:0:{}s:32:\"1799baba8117a090079122086ff3cf07\";a:0:{}s:32:\"e08fd3b761660659c06d1ca21f80e0e5\";a:0:{}s:32:\"b891fe1f3ef522154075788142351375\";a:0:{}s:32:\"880b9401c92a77b48293f0544708e2be\";a:0:{}s:32:\"a2d34a81397d782587fde0a3151cbe0a\";N;s:32:\"3aa6e8906f10296b4bb84caffeed8f52\";a:0:{}s:32:\"efe4f0576e736032da0c90ade9b79209\";a:0:{}s:32:\"9ea746b006a65f60f043a04b0caa7df4\";a:0:{}s:32:\"aa999c2d18b1793f8aa4e27910d490cb\";a:0:{}s:32:\"9ed10dcf4b22808670226128de5690ef\";a:0:{}s:32:\"9d1c327eaeadf3f849f0f3329ceae4f6\";a:0:{}s:32:\"4d288e87dcd46b3b0f6c668a10b4db7f\";a:0:{}s:32:\"b7ceda7903b37dceb8e3ed3d2b987e61\";N;s:32:\"c22af0ef90e780244cea7e3877edb0a6\";a:0:{}s:32:\"7487087df754935d0d13bf0ec2c35228\";a:0:{}s:32:\"697468bdeb23e310bde7b13b9c87bd23\";a:0:{}s:32:\"6f0bbd34d1259624a9a8776dbe7677f5\";a:0:{}s:32:\"dececa40e3cddfbba46e4b19c8e06d1d\";a:0:{}s:32:\"a1d1f0e648c10076681b44263f7d0cc7\";a:0:{}s:32:\"47e2a97c501d4dd0e433882e5097d532\";a:0:{}s:32:\"a77578922084cdf871ceea5e0d98e63d\";N;s:32:\"090cf534e2363b2ec8079ef7ae7fbeae\";a:0:{}s:32:\"322c3065faa15acbe8d365b9881b8f42\";a:0:{}s:32:\"74de32b677642c3a81805a4e5fff8784\";a:0:{}s:32:\"0b6d5cadfa639fea481d2db3d44c6ec9\";a:0:{}s:32:\"22691e2e4196e52c7f2c57b33c68dbdb\";a:0:{}s:32:\"6a18817c4dd6cfa0916451f95260c9af\";a:0:{}s:32:\"953463cb5b7ea991705aa5bf52b65bc2\";a:0:{}s:32:\"f9b686518bd31b73a4234ddc9943afdd\";N;s:32:\"3c43c99735a440dda419aa6bbaeb942e\";a:0:{}s:32:\"92bdde3aad9304e7f87556babd02657f\";a:0:{}s:32:\"06dfdb12dcb63d3a3c1809b5dd31a335\";a:0:{}s:32:\"864ffedb1caa6c774a31a2f928971e79\";a:0:{}}','no'),(404,'_transient_timeout_wc_admin_report','1525845768','no'),(405,'_transient_wc_admin_report','a:1:{s:32:\"977901f958b8dcac9f9e66a602d8d9fc\";a:0:{}}','no'),(410,'_transient_timeout_wc_shipping_method_count_1_1517888470','1528351372','no'),(411,'_transient_wc_shipping_method_count_1_1517888470','0','no'),(412,'_site_transient_timeout_community-events-4501c091b0366d76ea3218b6cfdd8097','1525802574','no'),(413,'_site_transient_community-events-4501c091b0366d76ea3218b6cfdd8097','a:2:{s:8:\"location\";a:1:{s:2:\"ip\";s:2:\"::\";}s:6:\"events\";a:1:{i:0;a:7:{s:4:\"type\";s:6:\"meetup\";s:5:\"title\";s:43:\"WordPress 15th Anniversary Celebration ?\";s:3:\"url\";s:57:\"https://www.meetup.com/Saigon-WordPress/events/250009472/\";s:6:\"meetup\";s:16:\"Saigon WordPress\";s:10:\"meetup_url\";s:40:\"https://www.meetup.com/Saigon-WordPress/\";s:4:\"date\";s:19:\"2018-05-21 19:00:00\";s:8:\"location\";a:4:{s:8:\"location\";s:30:\"Thanh Pho Ho Chi Minh, Vietnam\";s:7:\"country\";s:2:\"vn\";s:8:\"latitude\";d:10.775688;s:9:\"longitude\";d:106.670654;}}}}','no'),(430,'_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-4.9.5.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-4.9.5.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-4.9.5-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-4.9.5-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:5:\"4.9.5\";s:7:\"version\";s:5:\"4.9.5\";s:11:\"php_version\";s:5:\"5.2.4\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"4.7\";s:15:\"partial_version\";s:0:\"\";}}s:12:\"last_checked\";i:1525826480;s:15:\"version_checked\";s:5:\"4.9.5\";s:12:\"translations\";a:0:{}}','no'),(432,'woocommerce_permalinks','a:5:{s:12:\"product_base\";s:8:\"/product\";s:13:\"category_base\";s:16:\"product-category\";s:8:\"tag_base\";s:11:\"product-tag\";s:14:\"attribute_base\";s:0:\"\";s:22:\"use_verbose_page_rules\";b:0;}','yes'),(433,'current_theme_supports_woocommerce','yes','yes'),(434,'woocommerce_queue_flush_rewrite_rules','no','yes'),(437,'product_cat_children','a:0:{}','yes'),(438,'default_product_cat','19','yes'),(439,'woocommerce_version','3.3.5','yes'),(445,'woocommerce_thumbnail_image_width','300','yes'),(446,'woocommerce_thumbnail_cropping','uncropped','yes'),(447,'woocommerce_single_image_width','600','yes'),(449,'woocommerce_db_version','3.3.5','yes'),(450,'_transient_timeout_plugin_slugs','1525855739','no'),(451,'_transient_plugin_slugs','a:20:{i:0;s:48:\"addons-for-beaver-builder/livemesh-bb-addons.php\";i:1;s:19:\"akismet/akismet.php\";i:2;s:45:\"bb-bootstrap-cards/bb-bootstrap-cards.php.php\";i:3;s:37:\"bb-header-footer/bb-header-footer.php\";i:4;s:42:\"beaver-builder-lite-version/fl-builder.php\";i:5;s:38:\"cb-custom-modules/cb-custom-module.php\";i:6;s:97:\"yikes-inc-easy-custom-woocommerce-product-tabs/yikes-inc-easy-custom-woocommerce-product-tabs.php\";i:7;s:71:\"expandable-row-for-beaver-builder/expandable-row-for-beaver-builder.php\";i:8;s:27:\"ninja-forms/ninja-forms.php\";i:9;s:56:\"powerpack-addon-for-beaver-builder/bb-powerpack-lite.php\";i:10;s:57:\"reveal-ids-for-wp-admin-25/reveal-ids-for-wp-admin-25.php\";i:11;s:57:\"storefront-product-sharing/storefront-product-sharing.php\";i:12;s:63:\"storefront-sticky-add-to-cart/storefront-sticky-add-to-cart.php\";i:13;s:31:\"title-remover/title-remover.php\";i:14;s:61:\"ultimate-addons-for-beaver-builder-lite/bb-ultimate-addon.php\";i:15;s:27:\"woocommerce/woocommerce.php\";i:16;s:33:\"woocommerce-cart-tab/cart-tab.php\";i:17;s:45:\"woocommerce-services/woocommerce-services.php\";i:18;s:57:\"woocommerce-gateway-stripe/woocommerce-gateway-stripe.php\";i:19;s:24:\"wordpress-seo/wp-seo.php\";}','no'),(470,'_transient_timeout_jetpack_sync_last_checked_queue_state_sync','1525760152','no'),(471,'_transient_jetpack_sync_last_checked_queue_state_sync','a:2:{i:0;i:0;i:1;i:0;}','no'),(474,'_transient_timeout_jetpack_sync_constants_await','1525763452','no'),(475,'_transient_jetpack_sync_constants_await','1525759852.564','no'),(497,'jetpack_constants_sync_checksum','a:31:{s:16:\"EMPTY_TRASH_DAYS\";i:-1821685917;s:17:\"WP_POST_REVISIONS\";i:-33796979;s:26:\"AUTOMATIC_UPDATER_DISABLED\";i:634125391;s:7:\"ABSPATH\";i:-1363418734;s:14:\"WP_CONTENT_DIR\";i:-700712514;s:9:\"FS_METHOD\";i:634125391;s:18:\"DISALLOW_FILE_EDIT\";i:634125391;s:18:\"DISALLOW_FILE_MODS\";i:634125391;s:19:\"WP_AUTO_UPDATE_CORE\";i:634125391;s:22:\"WP_HTTP_BLOCK_EXTERNAL\";i:634125391;s:19:\"WP_ACCESSIBLE_HOSTS\";i:634125391;s:16:\"JETPACK__VERSION\";i:-1987247688;s:12:\"IS_PRESSABLE\";i:634125391;s:15:\"DISABLE_WP_CRON\";i:634125391;s:17:\"ALTERNATE_WP_CRON\";i:634125391;s:20:\"WP_CRON_LOCK_TIMEOUT\";i:-300109018;s:11:\"PHP_VERSION\";i:-653505491;s:15:\"WP_MEMORY_LIMIT\";i:-1229557325;s:19:\"WP_MAX_MEMORY_LIMIT\";i:1474498405;s:14:\"WC_PLUGIN_FILE\";i:2053682874;s:10:\"WC_ABSPATH\";i:370731069;s:18:\"WC_PLUGIN_BASENAME\";i:1149093810;s:10:\"WC_VERSION\";i:-1639076774;s:19:\"WOOCOMMERCE_VERSION\";i:-1639076774;s:21:\"WC_ROUNDING_PRECISION\";i:498629140;s:25:\"WC_DISCOUNT_ROUNDING_MODE\";i:450215437;s:20:\"WC_TAX_ROUNDING_MODE\";i:-2082672713;s:12:\"WC_DELIMITER\";i:-1839055742;s:10:\"WC_LOG_DIR\";i:849183873;s:22:\"WC_SESSION_CACHE_GROUP\";i:-15988308;s:22:\"WC_TEMPLATE_DEBUG_MODE\";i:734881840;}','yes'),(498,'_transient_timeout_jetpack_sync_callables_await','1525759913','no'),(499,'_transient_jetpack_sync_callables_await','1525759853.5832','no'),(500,'jetpack_sync_https_history_main_network_site_url','a:1:{i:0;s:4:\"http\";}','yes'),(501,'jetpack_sync_https_history_site_url','a:2:{i:0;s:4:\"http\";i:1;s:4:\"http\";}','yes'),(502,'jetpack_sync_https_history_home_url','a:2:{i:0;s:4:\"http\";i:1;s:4:\"http\";}','yes'),(503,'_transient_timeout_jetpack_is_single_user','1525803053','no'),(504,'_transient_jetpack_is_single_user','1','no'),(535,'jetpack_callables_sync_checksum','a:30:{s:18:\"wp_max_upload_size\";i:897710703;s:15:\"is_main_network\";i:734881840;s:13:\"is_multi_site\";i:734881840;s:17:\"main_network_site\";i:-151396900;s:8:\"site_url\";i:-151396900;s:8:\"home_url\";i:-151396900;s:16:\"single_user_site\";i:-33796979;s:7:\"updates\";i:-869524094;s:28:\"has_file_system_write_access\";i:-33796979;s:21:\"is_version_controlled\";i:734881840;s:10:\"taxonomies\";i:319033480;s:10:\"post_types\";i:221647917;s:18:\"post_type_features\";i:-651802948;s:10:\"shortcodes\";i:1978426851;s:27:\"rest_api_allowed_post_types\";i:-1535233178;s:32:\"rest_api_allowed_public_metadata\";i:223132457;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:-33796979;s:21:\"sso_new_user_override\";i:734881840;s:29:\"sso_bypass_default_login_form\";i:734881840;s:10:\"wp_version\";i:-319456122;s:11:\"get_plugins\";i:1445410583;s:24:\"get_plugins_action_links\";i:223132457;s:14:\"active_modules\";i:223132457;s:16:\"hosting_provider\";i:769900095;s:6:\"locale\";i:110763218;s:13:\"site_icon_url\";i:-443659717;s:5:\"roles\";i:-1778115309;s:8:\"timezone\";i:-486461887;}','no'),(536,'jpsq_sync_checkout','0:0','no'),(537,'_transient_timeout_jetpack_last_plugin_sync','1525763455','no'),(538,'_transient_jetpack_last_plugin_sync','1525759855','no'),(564,'woocommerce_maybe_regenerate_images_hash','70a6966146ed46d6f44890abfe79fe9c','yes'),(591,'_site_transient_timeout_poptags_40cd750bba9870f18aada2478b24840a','1525771180','no'),(592,'_site_transient_poptags_40cd750bba9870f18aada2478b24840a','O:8:\"stdClass\":100:{s:6:\"widget\";a:3:{s:4:\"name\";s:6:\"widget\";s:4:\"slug\";s:6:\"widget\";s:5:\"count\";i:4462;}s:11:\"woocommerce\";a:3:{s:4:\"name\";s:11:\"woocommerce\";s:4:\"slug\";s:11:\"woocommerce\";s:5:\"count\";i:2762;}s:4:\"post\";a:3:{s:4:\"name\";s:4:\"post\";s:4:\"slug\";s:4:\"post\";s:5:\"count\";i:2557;}s:5:\"admin\";a:3:{s:4:\"name\";s:5:\"admin\";s:4:\"slug\";s:5:\"admin\";s:5:\"count\";i:2426;}s:5:\"posts\";a:3:{s:4:\"name\";s:5:\"posts\";s:4:\"slug\";s:5:\"posts\";s:5:\"count\";i:1869;}s:9:\"shortcode\";a:3:{s:4:\"name\";s:9:\"shortcode\";s:4:\"slug\";s:9:\"shortcode\";s:5:\"count\";i:1650;}s:8:\"comments\";a:3:{s:4:\"name\";s:8:\"comments\";s:4:\"slug\";s:8:\"comments\";s:5:\"count\";i:1642;}s:7:\"twitter\";a:3:{s:4:\"name\";s:7:\"twitter\";s:4:\"slug\";s:7:\"twitter\";s:5:\"count\";i:1452;}s:6:\"google\";a:3:{s:4:\"name\";s:6:\"google\";s:4:\"slug\";s:6:\"google\";s:5:\"count\";i:1387;}s:6:\"images\";a:3:{s:4:\"name\";s:6:\"images\";s:4:\"slug\";s:6:\"images\";s:5:\"count\";i:1386;}s:8:\"facebook\";a:3:{s:4:\"name\";s:8:\"facebook\";s:4:\"slug\";s:8:\"facebook\";s:5:\"count\";i:1385;}s:5:\"image\";a:3:{s:4:\"name\";s:5:\"image\";s:4:\"slug\";s:5:\"image\";s:5:\"count\";i:1310;}s:7:\"sidebar\";a:3:{s:4:\"name\";s:7:\"sidebar\";s:4:\"slug\";s:7:\"sidebar\";s:5:\"count\";i:1283;}s:3:\"seo\";a:3:{s:4:\"name\";s:3:\"seo\";s:4:\"slug\";s:3:\"seo\";s:5:\"count\";i:1206;}s:7:\"gallery\";a:3:{s:4:\"name\";s:7:\"gallery\";s:4:\"slug\";s:7:\"gallery\";s:5:\"count\";i:1098;}s:4:\"page\";a:3:{s:4:\"name\";s:4:\"page\";s:4:\"slug\";s:4:\"page\";s:5:\"count\";i:1060;}s:6:\"social\";a:3:{s:4:\"name\";s:6:\"social\";s:4:\"slug\";s:6:\"social\";s:5:\"count\";i:1023;}s:5:\"email\";a:3:{s:4:\"name\";s:5:\"email\";s:4:\"slug\";s:5:\"email\";s:5:\"count\";i:1010;}s:9:\"ecommerce\";a:3:{s:4:\"name\";s:9:\"ecommerce\";s:4:\"slug\";s:9:\"ecommerce\";s:5:\"count\";i:884;}s:5:\"login\";a:3:{s:4:\"name\";s:5:\"login\";s:4:\"slug\";s:5:\"login\";s:5:\"count\";i:878;}s:5:\"links\";a:3:{s:4:\"name\";s:5:\"links\";s:4:\"slug\";s:5:\"links\";s:5:\"count\";i:828;}s:5:\"video\";a:3:{s:4:\"name\";s:5:\"video\";s:4:\"slug\";s:5:\"video\";s:5:\"count\";i:802;}s:7:\"widgets\";a:3:{s:4:\"name\";s:7:\"widgets\";s:4:\"slug\";s:7:\"widgets\";s:5:\"count\";i:802;}s:8:\"security\";a:3:{s:4:\"name\";s:8:\"security\";s:4:\"slug\";s:8:\"security\";s:5:\"count\";i:709;}s:7:\"content\";a:3:{s:4:\"name\";s:7:\"content\";s:4:\"slug\";s:7:\"content\";s:5:\"count\";i:691;}s:3:\"rss\";a:3:{s:4:\"name\";s:3:\"rss\";s:4:\"slug\";s:3:\"rss\";s:5:\"count\";i:685;}s:10:\"buddypress\";a:3:{s:4:\"name\";s:10:\"buddypress\";s:4:\"slug\";s:10:\"buddypress\";s:5:\"count\";i:685;}s:4:\"spam\";a:3:{s:4:\"name\";s:4:\"spam\";s:4:\"slug\";s:4:\"spam\";s:5:\"count\";i:672;}s:5:\"pages\";a:3:{s:4:\"name\";s:5:\"pages\";s:4:\"slug\";s:5:\"pages\";s:5:\"count\";i:657;}s:6:\"slider\";a:3:{s:4:\"name\";s:6:\"slider\";s:4:\"slug\";s:6:\"slider\";s:5:\"count\";i:656;}s:9:\"analytics\";a:3:{s:4:\"name\";s:9:\"analytics\";s:4:\"slug\";s:9:\"analytics\";s:5:\"count\";i:641;}s:6:\"jquery\";a:3:{s:4:\"name\";s:6:\"jquery\";s:4:\"slug\";s:6:\"jquery\";s:5:\"count\";i:640;}s:5:\"media\";a:3:{s:4:\"name\";s:5:\"media\";s:4:\"slug\";s:5:\"media\";s:5:\"count\";i:634;}s:10:\"e-commerce\";a:3:{s:4:\"name\";s:10:\"e-commerce\";s:4:\"slug\";s:10:\"e-commerce\";s:5:\"count\";i:624;}s:4:\"feed\";a:3:{s:4:\"name\";s:4:\"feed\";s:4:\"slug\";s:4:\"feed\";s:5:\"count\";i:610;}s:6:\"search\";a:3:{s:4:\"name\";s:6:\"search\";s:4:\"slug\";s:6:\"search\";s:5:\"count\";i:606;}s:4:\"ajax\";a:3:{s:4:\"name\";s:4:\"ajax\";s:4:\"slug\";s:4:\"ajax\";s:5:\"count\";i:605;}s:4:\"form\";a:3:{s:4:\"name\";s:4:\"form\";s:4:\"slug\";s:4:\"form\";s:5:\"count\";i:596;}s:8:\"category\";a:3:{s:4:\"name\";s:8:\"category\";s:4:\"slug\";s:8:\"category\";s:5:\"count\";i:588;}s:4:\"menu\";a:3:{s:4:\"name\";s:4:\"menu\";s:4:\"slug\";s:4:\"menu\";s:5:\"count\";i:585;}s:5:\"embed\";a:3:{s:4:\"name\";s:5:\"embed\";s:4:\"slug\";s:5:\"embed\";s:5:\"count\";i:563;}s:10:\"javascript\";a:3:{s:4:\"name\";s:10:\"javascript\";s:4:\"slug\";s:10:\"javascript\";s:5:\"count\";i:546;}s:4:\"link\";a:3:{s:4:\"name\";s:4:\"link\";s:4:\"slug\";s:4:\"link\";s:5:\"count\";i:535;}s:3:\"css\";a:3:{s:4:\"name\";s:3:\"css\";s:4:\"slug\";s:3:\"css\";s:5:\"count\";i:533;}s:7:\"youtube\";a:3:{s:4:\"name\";s:7:\"youtube\";s:4:\"slug\";s:7:\"youtube\";s:5:\"count\";i:521;}s:5:\"share\";a:3:{s:4:\"name\";s:5:\"share\";s:4:\"slug\";s:5:\"share\";s:5:\"count\";i:519;}s:7:\"comment\";a:3:{s:4:\"name\";s:7:\"comment\";s:4:\"slug\";s:7:\"comment\";s:5:\"count\";i:511;}s:5:\"theme\";a:3:{s:4:\"name\";s:5:\"theme\";s:4:\"slug\";s:5:\"theme\";s:5:\"count\";i:506;}s:6:\"editor\";a:3:{s:4:\"name\";s:6:\"editor\";s:4:\"slug\";s:6:\"editor\";s:5:\"count\";i:495;}s:9:\"dashboard\";a:3:{s:4:\"name\";s:9:\"dashboard\";s:4:\"slug\";s:9:\"dashboard\";s:5:\"count\";i:492;}s:10:\"responsive\";a:3:{s:4:\"name\";s:10:\"responsive\";s:4:\"slug\";s:10:\"responsive\";s:5:\"count\";i:488;}s:6:\"custom\";a:3:{s:4:\"name\";s:6:\"custom\";s:4:\"slug\";s:6:\"custom\";s:5:\"count\";i:482;}s:10:\"categories\";a:3:{s:4:\"name\";s:10:\"categories\";s:4:\"slug\";s:10:\"categories\";s:5:\"count\";i:479;}s:12:\"contact-form\";a:3:{s:4:\"name\";s:12:\"contact form\";s:4:\"slug\";s:12:\"contact-form\";s:5:\"count\";i:477;}s:3:\"ads\";a:3:{s:4:\"name\";s:3:\"ads\";s:4:\"slug\";s:3:\"ads\";s:5:\"count\";i:469;}s:9:\"affiliate\";a:3:{s:4:\"name\";s:9:\"affiliate\";s:4:\"slug\";s:9:\"affiliate\";s:5:\"count\";i:465;}s:6:\"button\";a:3:{s:4:\"name\";s:6:\"button\";s:4:\"slug\";s:6:\"button\";s:5:\"count\";i:457;}s:4:\"tags\";a:3:{s:4:\"name\";s:4:\"tags\";s:4:\"slug\";s:4:\"tags\";s:5:\"count\";i:456;}s:4:\"user\";a:3:{s:4:\"name\";s:4:\"user\";s:4:\"slug\";s:4:\"user\";s:5:\"count\";i:445;}s:7:\"contact\";a:3:{s:4:\"name\";s:7:\"contact\";s:4:\"slug\";s:7:\"contact\";s:5:\"count\";i:432;}s:6:\"mobile\";a:3:{s:4:\"name\";s:6:\"mobile\";s:4:\"slug\";s:6:\"mobile\";s:5:\"count\";i:428;}s:3:\"api\";a:3:{s:4:\"name\";s:3:\"api\";s:4:\"slug\";s:3:\"api\";s:5:\"count\";i:425;}s:5:\"photo\";a:3:{s:4:\"name\";s:5:\"photo\";s:4:\"slug\";s:5:\"photo\";s:5:\"count\";i:419;}s:5:\"users\";a:3:{s:4:\"name\";s:5:\"users\";s:4:\"slug\";s:5:\"users\";s:5:\"count\";i:415;}s:9:\"slideshow\";a:3:{s:4:\"name\";s:9:\"slideshow\";s:4:\"slug\";s:9:\"slideshow\";s:5:\"count\";i:413;}s:5:\"stats\";a:3:{s:4:\"name\";s:5:\"stats\";s:4:\"slug\";s:5:\"stats\";s:5:\"count\";i:412;}s:6:\"events\";a:3:{s:4:\"name\";s:6:\"events\";s:4:\"slug\";s:6:\"events\";s:5:\"count\";i:406;}s:6:\"photos\";a:3:{s:4:\"name\";s:6:\"photos\";s:4:\"slug\";s:6:\"photos\";s:5:\"count\";i:404;}s:10:\"statistics\";a:3:{s:4:\"name\";s:10:\"statistics\";s:4:\"slug\";s:10:\"statistics\";s:5:\"count\";i:391;}s:7:\"payment\";a:3:{s:4:\"name\";s:7:\"payment\";s:4:\"slug\";s:7:\"payment\";s:5:\"count\";i:391;}s:10:\"navigation\";a:3:{s:4:\"name\";s:10:\"navigation\";s:4:\"slug\";s:10:\"navigation\";s:5:\"count\";i:384;}s:4:\"news\";a:3:{s:4:\"name\";s:4:\"news\";s:4:\"slug\";s:4:\"news\";s:5:\"count\";i:366;}s:8:\"calendar\";a:3:{s:4:\"name\";s:8:\"calendar\";s:4:\"slug\";s:8:\"calendar\";s:5:\"count\";i:363;}s:10:\"shortcodes\";a:3:{s:4:\"name\";s:10:\"shortcodes\";s:4:\"slug\";s:10:\"shortcodes\";s:5:\"count\";i:357;}s:5:\"popup\";a:3:{s:4:\"name\";s:5:\"popup\";s:4:\"slug\";s:5:\"popup\";s:5:\"count\";i:355;}s:4:\"chat\";a:3:{s:4:\"name\";s:4:\"chat\";s:4:\"slug\";s:4:\"chat\";s:5:\"count\";i:347;}s:12:\"social-media\";a:3:{s:4:\"name\";s:12:\"social media\";s:4:\"slug\";s:12:\"social-media\";s:5:\"count\";i:347;}s:9:\"marketing\";a:3:{s:4:\"name\";s:9:\"marketing\";s:4:\"slug\";s:9:\"marketing\";s:5:\"count\";i:346;}s:15:\"payment-gateway\";a:3:{s:4:\"name\";s:15:\"payment gateway\";s:4:\"slug\";s:15:\"payment-gateway\";s:5:\"count\";i:345;}s:7:\"plugins\";a:3:{s:4:\"name\";s:7:\"plugins\";s:4:\"slug\";s:7:\"plugins\";s:5:\"count\";i:343;}s:9:\"multisite\";a:3:{s:4:\"name\";s:9:\"multisite\";s:4:\"slug\";s:9:\"multisite\";s:5:\"count\";i:339;}s:10:\"newsletter\";a:3:{s:4:\"name\";s:10:\"newsletter\";s:4:\"slug\";s:10:\"newsletter\";s:5:\"count\";i:339;}s:4:\"code\";a:3:{s:4:\"name\";s:4:\"code\";s:4:\"slug\";s:4:\"code\";s:5:\"count\";i:337;}s:3:\"url\";a:3:{s:4:\"name\";s:3:\"url\";s:4:\"slug\";s:3:\"url\";s:5:\"count\";i:332;}s:4:\"list\";a:3:{s:4:\"name\";s:4:\"list\";s:4:\"slug\";s:4:\"list\";s:5:\"count\";i:332;}s:4:\"meta\";a:3:{s:4:\"name\";s:4:\"meta\";s:4:\"slug\";s:4:\"meta\";s:5:\"count\";i:330;}s:8:\"redirect\";a:3:{s:4:\"name\";s:8:\"redirect\";s:4:\"slug\";s:8:\"redirect\";s:5:\"count\";i:322;}s:5:\"forms\";a:3:{s:4:\"name\";s:5:\"forms\";s:4:\"slug\";s:5:\"forms\";s:5:\"count\";i:313;}s:6:\"simple\";a:3:{s:4:\"name\";s:6:\"simple\";s:4:\"slug\";s:6:\"simple\";s:5:\"count\";i:304;}s:16:\"custom-post-type\";a:3:{s:4:\"name\";s:16:\"custom post type\";s:4:\"slug\";s:16:\"custom-post-type\";s:5:\"count\";i:303;}s:11:\"advertising\";a:3:{s:4:\"name\";s:11:\"advertising\";s:4:\"slug\";s:11:\"advertising\";s:5:\"count\";i:303;}s:3:\"tag\";a:3:{s:4:\"name\";s:3:\"tag\";s:4:\"slug\";s:3:\"tag\";s:5:\"count\";i:300;}s:7:\"adsense\";a:3:{s:4:\"name\";s:7:\"adsense\";s:4:\"slug\";s:7:\"adsense\";s:5:\"count\";i:298;}s:12:\"notification\";a:3:{s:4:\"name\";s:12:\"notification\";s:4:\"slug\";s:12:\"notification\";s:5:\"count\";i:295;}s:4:\"html\";a:3:{s:4:\"name\";s:4:\"html\";s:4:\"slug\";s:4:\"html\";s:5:\"count\";i:295;}s:8:\"tracking\";a:3:{s:4:\"name\";s:8:\"tracking\";s:4:\"slug\";s:8:\"tracking\";s:5:\"count\";i:292;}s:11:\"performance\";a:3:{s:4:\"name\";s:11:\"performance\";s:4:\"slug\";s:11:\"performance\";s:5:\"count\";i:292;}s:6:\"author\";a:3:{s:4:\"name\";s:6:\"author\";s:4:\"slug\";s:6:\"author\";s:5:\"count\";i:290;}s:16:\"google-analytics\";a:3:{s:4:\"name\";s:16:\"google analytics\";s:4:\"slug\";s:16:\"google-analytics\";s:5:\"count\";i:290;}s:8:\"lightbox\";a:3:{s:4:\"name\";s:8:\"lightbox\";s:4:\"slug\";s:8:\"lightbox\";s:5:\"count\";i:285;}}','no'),(597,'_fl_builder_version','2.1.1.2','no'),(599,'_fl_builder_settings','O:8:\"stdClass\":20:{s:20:\"show_default_heading\";s:1:\"0\";s:24:\"default_heading_selector\";s:15:\".fl-post-header\";s:11:\"row_margins\";s:1:\"0\";s:18:\"row_margins_medium\";s:0:\"\";s:22:\"row_margins_responsive\";s:0:\"\";s:11:\"row_padding\";s:2:\"20\";s:18:\"row_padding_medium\";s:0:\"\";s:22:\"row_padding_responsive\";s:0:\"\";s:9:\"row_width\";s:4:\"1100\";s:17:\"row_width_default\";s:5:\"fixed\";s:25:\"row_content_width_default\";s:5:\"fixed\";s:14:\"module_margins\";s:2:\"20\";s:21:\"module_margins_medium\";s:0:\"\";s:25:\"module_margins_responsive\";s:0:\"\";s:18:\"responsive_enabled\";s:1:\"1\";s:12:\"auto_spacing\";s:1:\"1\";s:17:\"medium_breakpoint\";s:3:\"992\";s:21:\"responsive_breakpoint\";s:3:\"768\";s:3:\"css\";s:201:\".site-info {display:none;}\n\n.entry-header {display:none;}\n\n.woocommerce-breadcrumb {margin-bottom: 0;}\n\n.site-header-cart.menu .amount {display: none;}\n\n.site-header-cart.menu .count {display: none;}\n\n\";s:2:\"js\";s:0:\"\";}','yes'),(602,'wpseo','a:19:{s:15:\"ms_defaults_set\";b:0;s:7:\"version\";s:5:\"7.4.2\";s:20:\"disableadvanced_meta\";b:1;s:19:\"onpage_indexability\";b:1;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:4:\"shop\";s:20:\"has_multiple_authors\";b:0;s:16:\"environment_type\";s:7:\"staging\";s:23:\"content_analysis_active\";b:1;s:23:\"keyword_analysis_active\";b:1;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:22:\"show_onboarding_notice\";b:1;s:18:\"first_activated_on\";i:1525760839;}','yes'),(603,'wpseo_titles','a:89:{s:10:\"title_test\";i:0;s:17:\"forcerewritetitle\";b:0;s:9:\"separator\";s:7:\"sc-dash\";s:16:\"title-home-wpseo\";s:42:\"%%sitename%% %%page%% %%sep%% %%sitedesc%%\";s:18:\"title-author-wpseo\";s:41:\"%%name%%, Author at %%sitename%% %%page%%\";s:19:\"title-archive-wpseo\";s:38:\"%%date%% %%page%% %%sep%% %%sitename%%\";s:18:\"title-search-wpseo\";s:63:\"You searched for %%searchphrase%% %%page%% %%sep%% %%sitename%%\";s:15:\"title-404-wpseo\";s:35:\"Page not found %%sep%% %%sitename%%\";s: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:1;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:0;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:\"»\";s:12:\"website_name\";s:0:\"\";s:11:\"person_name\";s:0:\"\";s:22:\"alternate_website_name\";s:0:\"\";s:12:\"company_logo\";s:78:\"http://localhost/IA.store/wp-content/uploads/2018/05/IA-Logo-Square-800_LR.jpg\";s:12:\"company_name\";s:23:\"Irreplaceable Artifacts\";s:17:\"company_or_person\";s:7:\"company\";s:17:\"stripcategorybase\";b:0;s:10:\"title-post\";s:39:\"%%title%% %%page%% %%sep%% %%sitename%%\";s:13:\"metadesc-post\";s:0:\"\";s:12:\"noindex-post\";b:0;s:13:\"showdate-post\";b:0;s:23:\"display-metabox-pt-post\";b:1;s:10:\"title-page\";s:39:\"%%title%% %%page%% %%sep%% %%sitename%%\";s:13:\"metadesc-page\";s:0:\"\";s:12:\"noindex-page\";b:0;s:13:\"showdate-page\";b:0;s:23:\"display-metabox-pt-page\";b:1;s:16:\"title-attachment\";s:39:\"%%title%% %%page%% %%sep%% %%sitename%%\";s:19:\"metadesc-attachment\";s:0:\"\";s:18:\"noindex-attachment\";b:0;s:19:\"showdate-attachment\";b:0;s:29:\"display-metabox-pt-attachment\";b:1;s:18:\"title-tax-category\";s:53:\"%%term_title%% Archives %%page%% %%sep%% %%sitename%%\";s:21:\"metadesc-tax-category\";s:0:\"\";s:28:\"display-metabox-tax-category\";b:1;s:20:\"noindex-tax-category\";b:0;s:18:\"title-tax-post_tag\";s:53:\"%%term_title%% Archives %%page%% %%sep%% %%sitename%%\";s:21:\"metadesc-tax-post_tag\";s:0:\"\";s:28:\"display-metabox-tax-post_tag\";b:1;s:20:\"noindex-tax-post_tag\";b:0;s: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:23:\"post_types-post-maintax\";i:0;s:13:\"title-product\";s:39:\"%%title%% %%page%% %%sep%% %%sitename%%\";s:16:\"metadesc-product\";s:0:\"\";s:15:\"noindex-product\";b:0;s:16:\"showdate-product\";b:0;s:26:\"display-metabox-pt-product\";b:1;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:21:\"title-tax-product_cat\";s:53:\"%%term_title%% Archives %%page%% %%sep%% %%sitename%%\";s:24:\"metadesc-tax-product_cat\";s:0:\"\";s:31:\"display-metabox-tax-product_cat\";b:1;s:23:\"noindex-tax-product_cat\";b:0;s:21:\"title-tax-product_tag\";s:53:\"%%term_title%% Archives %%page%% %%sep%% %%sitename%%\";s:24:\"metadesc-tax-product_tag\";s:0:\"\";s:31:\"display-metabox-tax-product_tag\";b:1;s:23:\"noindex-tax-product_tag\";b:0;s: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:26:\"post_types-product-maintax\";i:0;s:29:\"taxonomy-product_cat-ptparent\";i:0;s:29:\"taxonomy-product_tag-ptparent\";i:0;s:40:\"taxonomy-product_shipping_class-ptparent\";i:0;}','yes'),(604,'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:18:\"og_frontpage_title\";s:0:\"\";s:17:\"og_frontpage_desc\";s:0:\"\";s:18:\"og_frontpage_image\";s:0:\"\";s:9:\"opengraph\";b:1;s:13:\"pinterest_url\";s:0:\"\";s:15:\"pinterestverify\";s:0:\"\";s:14:\"plus-publisher\";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:15:\"google_plus_url\";s:0:\"\";s:10:\"fbadminapp\";s:0:\"\";}','yes'),(605,'wpseo_flush_rewrite','1','yes'),(606,'_transient_timeout_wpseo_link_table_inaccessible','1557296840','no'),(607,'_transient_wpseo_link_table_inaccessible','0','no'),(608,'_transient_timeout_wpseo_meta_table_inaccessible','1557296840','no'),(609,'_transient_wpseo_meta_table_inaccessible','0','no'),(612,'ridwpa_version','1.5.2','yes'),(618,'wpseo_sitemap_1_cache_validator','4oobo','no'),(619,'wpseo_sitemap_page_cache_validator','4oobw','no'),(621,'wpseo_sitemap_attachment_cache_validator','2XQbx','no'),(624,'wpseo_sitemap_customize_changeset_cache_validator','3eMYH','no'),(625,'wpseo_sitemap_40_cache_validator','bD3I','no'),(626,'wpseo_sitemap_nav_menu_item_cache_validator','3fPIM','no'),(627,'wpseo_sitemap_42_cache_validator','2Kfmn','no'),(628,'wpseo_sitemap_45_cache_validator','2Kfoc','no'),(634,'wpseo_sitemap_41_cache_validator','2M8Bg','no'),(646,'fs_active_plugins','O:8:\"stdClass\":2:{s:7:\"plugins\";a:1:{s:56:\"powerpack-addon-for-beaver-builder/includes/sdk/freemius\";O:8:\"stdClass\":3:{s:7:\"version\";s:7:\"1.2.1.5\";s:9:\"timestamp\";i:1525762616;s:11:\"plugin_path\";s:56:\"powerpack-addon-for-beaver-builder/bb-powerpack-lite.php\";}}s:6:\"newest\";O:8:\"stdClass\":5:{s:11:\"plugin_path\";s:56:\"powerpack-addon-for-beaver-builder/bb-powerpack-lite.php\";s:8:\"sdk_path\";s:56:\"powerpack-addon-for-beaver-builder/includes/sdk/freemius\";s:7:\"version\";s:7:\"1.2.1.5\";s:13:\"in_activation\";b:0;s:9:\"timestamp\";i:1525762616;}}','yes'),(647,'fs_debug_mode','','yes'),(648,'fs_accounts','a:10:{s:11:\"plugin_data\";a:1:{s:34:\"powerpack-addon-for-beaver-builder\";a:18:{s:16:\"plugin_main_file\";O:8:\"stdClass\":1:{s:4:\"path\";s:145:\"//WDP/DFS/43/1/8/6/4316259681/user/sites/386699.site/www/IRA/IA.store/wp-content/plugins/powerpack-addon-for-beaver-builder/bb-powerpack-lite.php\";}s:17:\"install_timestamp\";i:1525762616;s:16:\"sdk_last_version\";N;s:11:\"sdk_version\";s:7:\"1.2.1.5\";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.2.2\";s:19:\"plugin_upgrade_mode\";b:1;s:21:\"plugin_downgrade_mode\";b:0;s:21:\"is_plugin_new_install\";b:1;s:17:\"connectivity_test\";a:6:{s:12:\"is_connected\";b:1;s:4:\"host\";s:9:\"localhost\";s:9:\"server_ip\";s:3:\"::1\";s:9:\"is_active\";b:1;s:9:\"timestamp\";i:1525762616;s:7:\"version\";s:5:\"1.2.2\";}s:17:\"was_plugin_loaded\";b:1;s:15:\"prev_is_premium\";b:0;s:14:\"has_trial_plan\";b:1;s:22:\"install_sync_timestamp\";i:1525826796;s:20:\"activation_timestamp\";i:1525826790;s:9:\"sync_cron\";O:8:\"stdClass\":4:{s:7:\"version\";s:5:\"1.2.2\";s:11:\"sdk_version\";s:7:\"1.2.1.5\";s:9:\"timestamp\";i:1525826797;s:2:\"on\";b:1;}}}s:13:\"file_slug_map\";a:1:{s:56:\"powerpack-addon-for-beaver-builder/bb-powerpack-lite.php\";s:34:\"powerpack-addon-for-beaver-builder\";}s:7:\"plugins\";a:1:{s:34:\"powerpack-addon-for-beaver-builder\";O:9:\"FS_Plugin\":16:{s:16:\"parent_plugin_id\";N;s:5:\"title\";s:33:\"PowerPack Lite for Beaver Builder\";s:4:\"slug\";s:34:\"powerpack-addon-for-beaver-builder\";s:4:\"type\";N;s:4:\"file\";s:56:\"powerpack-addon-for-beaver-builder/bb-powerpack-lite.php\";s:7:\"version\";s:5:\"1.2.2\";s:11:\"auto_update\";N;s:4:\"info\";N;s:10:\"is_premium\";b:0;s:7:\"is_live\";b:1;s:10:\"public_key\";s:32:\"pk_18b74a8ec3b8b66e6d8cb43f43755\";s:10:\"secret_key\";N;s:2:\"id\";s:3:\"764\";s:7:\"updated\";N;s:7:\"created\";N;s:22:\"\0FS_Entity\0_is_updated\";b:0;}}s:9:\"unique_id\";s:32:\"3a49cdcd34dbc0835d85195ecd8d8a1b\";s:5:\"plans\";a:1:{s:34:\"powerpack-addon-for-beaver-builder\";a:1:{i:0;O:14:\"FS_Plugin_Plan\":21:{s:9:\"plugin_id\";s:4:\"NzY0\";s:4:\"name\";s:8:\"ZnJlZQ==\";s:5:\"title\";s:8:\"RnJlZQ==\";s:11:\"description\";s:20:\"RnJlZSBmb3JldmVyIQ==\";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:\"MjQ3NQ==\";s:7:\"updated\";N;s:7:\"created\";s:28:\"MjAxOC0wMi0wMSAxMDowNzo1OQ==\";s:22:\"\0FS_Entity\0_is_updated\";b:0;}}}s:5:\"sites\";a:1:{s:34:\"powerpack-addon-for-beaver-builder\";O:7:\"FS_Site\":24:{s:4:\"slug\";s:34:\"powerpack-addon-for-beaver-builder\";s:7:\"site_id\";s:7:\"4083432\";s:9:\"plugin_id\";s:3:\"764\";s:7:\"user_id\";s:7:\"1160295\";s:5:\"title\";s:23:\"Irreplaceable Artifacts\";s:3:\"url\";s:46:\"http://www.irreplaceableartifacts.com/IA.store\";s:7:\"version\";s:5:\"1.2.2\";s:8:\"language\";s:5:\"en-US\";s:7:\"charset\";s:5:\"UTF-8\";s:16:\"platform_version\";s:5:\"4.9.5\";s:11:\"sdk_version\";s:7:\"1.2.1.5\";s:28:\"programming_language_version\";s:6:\"5.6.34\";s:4:\"plan\";O:14:\"FS_Plugin_Plan\":21:{s:9:\"plugin_id\";s:4:\"NzY0\";s:4:\"name\";s:8:\"ZnJlZQ==\";s:5:\"title\";s:8:\"RnJlZQ==\";s:11:\"description\";s:20:\"RnJlZSBmb3JldmVyIQ==\";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:\"MjQ3NQ==\";s:7:\"updated\";N;s:7:\"created\";s:28:\"MjAxOC0wMi0wMSAxMDowNzo1OQ==\";s:22:\"\0FS_Entity\0_is_updated\";b:0;}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:10:\"public_key\";s:32:\"pk_7038d2f2f583cc2c2d5bab4d81ecd\";s:10:\"secret_key\";s:32:\"sk_BIx(jnh>fbNeH@2Pyk1FBQo-:g+RB\";s:2:\"id\";s:7:\"1539083\";s:7:\"updated\";N;s:7:\"created\";s:19:\"2018-05-09 00:46:29\";s:22:\"\0FS_Entity\0_is_updated\";b:0;}}s:11:\"all_plugins\";O:8:\"stdClass\":3:{s:9:\"timestamp\";i:1525826796;s:3:\"md5\";s:32:\"9fe7915c42f4833399bb90338cc2ba8a\";s:7:\"plugins\";a:20:{s:48:\"addons-for-beaver-builder/livemesh-bb-addons.php\";a:5:{s:4:\"slug\";s:25:\"addons-for-beaver-builder\";s:7:\"version\";s:5:\"1.5.2\";s:5:\"title\";s:25:\"Addons for Beaver Builder\";s:9:\"is_active\";b:1;s:14:\"is_uninstalled\";b:0;}s:19:\"akismet/akismet.php\";a:5:{s:4:\"slug\";s:7:\"akismet\";s:7:\"version\";s:5:\"4.0.3\";s:5:\"title\";s:17:\"Akismet Anti-Spam\";s:9:\"is_active\";b:0;s:14:\"is_uninstalled\";b:0;}s:45:\"bb-bootstrap-cards/bb-bootstrap-cards.php.php\";a:5:{s:4:\"slug\";s:18:\"bb-bootstrap-cards\";s:7:\"version\";s:5:\"1.1.0\";s:5:\"title\";s:20:\"Beaver Builder Cards\";s:9:\"is_active\";b:1;s:14:\"is_uninstalled\";b:0;}s:37:\"bb-header-footer/bb-header-footer.php\";a:5:{s:4:\"slug\";s:16:\"bb-header-footer\";s:7:\"version\";s:5:\"1.1.7\";s:5:\"title\";s:28:\"Beaver Builder Header Footer\";s:9:\"is_active\";b:0;s:14:\"is_uninstalled\";b:0;}s:42:\"beaver-builder-lite-version/fl-builder.php\";a:5:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:7:\"version\";s:7:\"2.1.1.2\";s:5:\"title\";s:36:\"Beaver Builder Plugin (Lite Version)\";s:9:\"is_active\";b:1;s:14:\"is_uninstalled\";b:0;}s:38:\"cb-custom-modules/cb-custom-module.php\";a:5:{s:4:\"slug\";s:17:\"cb-custom-modules\";s:7:\"version\";s:5:\"1.5.7\";s:5:\"title\";s:32:\"CB Custom Beaver Builder Modules\";s:9:\"is_active\";b:1;s:14:\"is_uninstalled\";b:0;}s:71:\"expandable-row-for-beaver-builder/expandable-row-for-beaver-builder.php\";a:5:{s:4:\"slug\";s:33:\"expandable-row-for-beaver-builder\";s:7:\"version\";s:5:\"1.1.0\";s:5:\"title\";s:33:\"Expandable Row for Beaver Builder\";s:9:\"is_active\";b:1;s:14:\"is_uninstalled\";b:0;}s:27:\"ninja-forms/ninja-forms.php\";a:5:{s:4:\"slug\";s:11:\"ninja-forms\";s:7:\"version\";s:6:\"3.2.24\";s:5:\"title\";s:11:\"Ninja Forms\";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:5:\"1.2.2\";s:5:\"title\";s:33:\"PowerPack Lite for Beaver Builder\";s:9:\"is_active\";b:1;s:14:\"is_uninstalled\";b:0;}s:57:\"reveal-ids-for-wp-admin-25/reveal-ids-for-wp-admin-25.php\";a:5:{s:4:\"slug\";s:26:\"reveal-ids-for-wp-admin-25\";s:7:\"version\";s:5:\"1.5.2\";s:5:\"title\";s:10:\"Reveal IDs\";s:9:\"is_active\";b:1;s:14:\"is_uninstalled\";b:0;}s:57:\"storefront-product-sharing/storefront-product-sharing.php\";a:5:{s:4:\"slug\";s:26:\"storefront-product-sharing\";s:7:\"version\";s:5:\"1.0.5\";s:5:\"title\";s:26:\"Storefront Product Sharing\";s:9:\"is_active\";b:0;s:14:\"is_uninstalled\";b:0;}s:63:\"storefront-sticky-add-to-cart/storefront-sticky-add-to-cart.php\";a:5:{s:4:\"slug\";s:29:\"storefront-sticky-add-to-cart\";s:7:\"version\";s:5:\"1.1.8\";s:5:\"title\";s:29:\"Storefront Sticky Add to Cart\";s:9:\"is_active\";b:1;s:14:\"is_uninstalled\";b:0;}s:31:\"title-remover/title-remover.php\";a:5:{s:4:\"slug\";s:13:\"title-remover\";s:7:\"version\";s:3:\"1.2\";s:5:\"title\";s:13:\"Title Remover\";s:9:\"is_active\";b:1;s:14:\"is_uninstalled\";b:0;}s:61:\"ultimate-addons-for-beaver-builder-lite/bb-ultimate-addon.php\";a:5:{s:4:\"slug\";s:39:\"ultimate-addons-for-beaver-builder-lite\";s:7:\"version\";s:5:\"1.2.3\";s:5:\"title\";s:41:\"Ultimate Addons for Beaver Builder - Lite\";s:9:\"is_active\";b:1;s:14:\"is_uninstalled\";b:0;}s:33:\"woocommerce-cart-tab/cart-tab.php\";a:5:{s:4:\"slug\";s:20:\"woocommerce-cart-tab\";s:7:\"version\";s:5:\"1.1.1\";s:5:\"title\";s:20:\"WooCommerce Cart Tab\";s:9:\"is_active\";b:0;s:14:\"is_uninstalled\";b:0;}s:57:\"woocommerce-gateway-stripe/woocommerce-gateway-stripe.php\";a:5:{s:4:\"slug\";s:26:\"woocommerce-gateway-stripe\";s:7:\"version\";s:5:\"4.1.3\";s:5:\"title\";s:26:\"WooCommerce Stripe Gateway\";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:6:\"1.12.3\";s:5:\"title\";s:20:\"WooCommerce Services\";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:\"3.3.5\";s:5:\"title\";s:11:\"WooCommerce\";s:9:\"is_active\";b:1;s:14:\"is_uninstalled\";b:0;}s:24:\"wordpress-seo/wp-seo.php\";a:5:{s:4:\"slug\";s:13:\"wordpress-seo\";s:7:\"version\";s:5:\"7.4.2\";s:5:\"title\";s:9:\"Yoast SEO\";s:9:\"is_active\";b:1;s:14:\"is_uninstalled\";b:0;}s:97:\"yikes-inc-easy-custom-woocommerce-product-tabs/yikes-inc-easy-custom-woocommerce-product-tabs.php\";a:5:{s:4:\"slug\";s:46:\"yikes-inc-easy-custom-woocommerce-product-tabs\";s:7:\"version\";s:5:\"1.6.4\";s:5:\"title\";s:35:\"Custom Product Tabs for WooCommerce\";s:9:\"is_active\";b:0;s:14:\"is_uninstalled\";b:0;}}}s:10:\"all_themes\";O:8:\"stdClass\":3:{s:9:\"timestamp\";i:1525826796;s:3:\"md5\";s:32:\"107b69c14767f7b0d7de83b6a983f9f1\";s:6:\"themes\";a:1:{s:10:\"storefront\";a:5:{s:4:\"slug\";s:10:\"storefront\";s:7:\"version\";s:5:\"2.3.0\";s:5:\"title\";s:10:\"Storefront\";s:9:\"is_active\";b:1;s:14:\"is_uninstalled\";b:0;}}}s:5:\"users\";a:1:{i:1160295;O:7:\"FS_User\":12:{s:5:\"email\";s:29:\"demolitiondepot.nyc@gmail.com\";s:5:\"first\";s:5:\"admin\";s:4:\"last\";s:0:\"\";s:11:\"is_verified\";b:0;s:11:\"customer_id\";N;s:5:\"gross\";i:0;s:10:\"public_key\";s:32:\"pk_dff9cd2ed5cbd4374d67c7ac5fa31\";s:10:\"secret_key\";s:32:\"sk_hge;$[fS4aEizOj$-xz*@ePp5~s-n\";s:2:\"id\";s:7:\"1160295\";s:7:\"updated\";N;s:7:\"created\";s:19:\"2018-05-09 00:46:28\";s:22:\"\0FS_Entity\0_is_updated\";b:0;}}s:8:\"licenses\";a:1:{s:34:\"powerpack-addon-for-beaver-builder\";a:1:{i:1160295;b:0;}}}','yes'),(649,'pp_lite_activation_date','1528329600','yes'),(650,'fs_api_cache','a:3:{s:26:\"get:/v1/users/1160295.json\";O:8:\"stdClass\":2:{s:6:\"result\";O:8:\"stdClass\":15:{s:11:\"customer_id\";N;s:15:\"default_card_id\";N;s:5:\"gross\";i:0;s:6:\"source\";i:0;s:5:\"email\";s:29:\"demolitiondepot.nyc@gmail.com\";s:5:\"first\";s:5:\"admin\";s:4:\"last\";s:0:\"\";s:7:\"picture\";N;s:2:\"ip\";s:14:\"116.109.37.113\";s:11:\"is_verified\";b:0;s:10:\"secret_key\";s:32:\"sk_hge;$[fS4aEizOj$-xz*@ePp5~s-n\";s:10:\"public_key\";s:32:\"pk_dff9cd2ed5cbd4374d67c7ac5fa31\";s:2:\"id\";s:7:\"1160295\";s:7:\"created\";s:19:\"2018-05-09 00:46:28\";s:7:\"updated\";N;}s:9:\"timestamp\";i:1525913190;}s:29:\"get:/v1/installs/1539083.json\";O:8:\"stdClass\":2:{s:6:\"result\";O:8:\"stdClass\":30:{s:7:\"site_id\";s:7:\"4083432\";s:9:\"plugin_id\";s:3:\"764\";s:7:\"user_id\";s:7:\"1160295\";s:3:\"url\";s:46:\"http://www.irreplaceableartifacts.com/IA.store\";s:5:\"title\";s:23:\"Irreplaceable Artifacts\";s:7:\"version\";s:5:\"1.2.2\";s:7:\"plan_id\";s:4:\"2475\";s:10:\"license_id\";N;s:13:\"trial_plan_id\";N;s:10:\"trial_ends\";N;s:15:\"subscription_id\";N;s:5:\"gross\";i:0;s:12:\"country_code\";s:2:\"vn\";s:8:\"language\";s:5:\"en-US\";s:7:\"charset\";s:5:\"UTF-8\";s:16:\"platform_version\";s:5:\"4.9.5\";s:11:\"sdk_version\";s:7:\"1.2.1.5\";s:28:\"programming_language_version\";s:6:\"5.6.34\";s:9:\"is_active\";b:1;s:15:\"is_disconnected\";b:0;s:10:\"is_premium\";b:0;s:14:\"is_uninstalled\";b:0;s:9:\"is_locked\";b:0;s:6:\"source\";i:0;s:8:\"upgraded\";N;s:10:\"secret_key\";s:32:\"sk_BIx(jnh>fbNeH@2Pyk1FBQo-:g+RB\";s:10:\"public_key\";s:32:\"pk_7038d2f2f583cc2c2d5bab4d81ecd\";s:2:\"id\";s:7:\"1539083\";s:7:\"created\";s:19:\"2018-05-09 00:46:29\";s:7:\"updated\";N;}s:9:\"timestamp\";i:1525913190;}s:35:\"get:/v1/installs/1539083/plans.json\";O:8:\"stdClass\":2:{s:6:\"result\";O:8:\"stdClass\":1:{s:5:\"plans\";a:1:{i:0;O:8:\"stdClass\":22:{s:9:\"plugin_id\";s:3:\"764\";s:4:\"name\";s:4:\"free\";s:5:\"title\";s:4:\"Free\";s:11:\"description\";s:13:\"Free forever!\";s:17:\"is_free_localhost\";b:1;s:17:\"is_block_features\";b:1;s:25:\"is_block_features_monthly\";b:1;s:12:\"license_type\";i:0;s:16:\"is_https_support\";b:0;s:12:\"trial_period\";N;s:23:\"is_require_subscription\";b: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\";b:0;s:11:\"is_featured\";b:0;s:9:\"is_hidden\";b:0;s:2:\"id\";s:4:\"2475\";s:7:\"created\";s:19:\"2018-02-01 10:07:59\";s:7:\"updated\";N;}}}s:9:\"timestamp\";i:1525913190;}}','yes'),(652,'bsf_force_check_extensions','1','no'),(653,'uabb_lite_redirect','','yes'),(654,'_fl_builder_enabled_icons','a:4:{i:0;s:12:\"font-awesome\";i:1;s:16:\"foundation-icons\";i:2;s:9:\"dashicons\";i:3;s:14:\"ultimate-icons\";}','yes'),(655,'_uabb_enabled_icons','1','yes'),(662,'labb_option_dismissed_notices','a:1:{s:4:\"rate\";i:1526368252;}','yes'),(676,'_transient_timeout_wc_related_54','1525853226','no'),(677,'_transient_wc_related_54','a:1:{s:50:\"limit=3&exclude_ids%5B0%5D=0&exclude_ids%5B1%5D=54\";a:2:{i:0;s:2:\"27\";i:1;s:2:\"53\";}}','no'),(679,'wpseo_sitemap_custom_css_cache_validator','3eMYa','no'),(684,'wpseo_sitemap_43_cache_validator','374Cb','no'),(685,'wpseo_sitemap_44_cache_validator','374Ex','no'),(686,'wpseo_sitemap_79_cache_validator','374IG','no'),(691,'_transient_timeout_wc_shipping_method_count_0_1517888470','1528359130','no'),(692,'_transient_wc_shipping_method_count_0_1517888470','0','no'),(693,'woocommerce_gateway_order','a:4:{s:4:\"bacs\";i:0;s:6:\"cheque\";i:1;s:3:\"cod\";i:2;s:6:\"paypal\";i:3;}','yes'),(694,'wpseo_sitemap_product_cache_validator','3atjU','no'),(701,'wpseo_sitemap_product_cat_cache_validator','3atku','no'),(702,'wpseo_sitemap_product_tag_cache_validator','3atlb','no'),(706,'wpseo_sitemap_83_cache_validator','3duD6','no'),(711,'_transient_timeout_wc_term_counts','1528360428','no'),(712,'_transient_wc_term_counts','a:3:{i:13;s:1:\"4\";i:15;s:1:\"4\";i:14;s:1:\"4\";}','no'),(713,'_transient_timeout_wc_related_27','1525854828','no'),(714,'_transient_wc_related_27','a:1:{s:50:\"limit=3&exclude_ids%5B0%5D=0&exclude_ids%5B1%5D=27\";a:3:{i:0;s:2:\"53\";i:1;s:2:\"54\";i:2;s:3:\"100\";}}','no'),(722,'ninja_forms_version','3.2.24','yes'),(723,'ninja_forms_settings','a:7:{s:11:\"date_format\";s:5:\"m/d/Y\";s:8:\"currency\";s:3:\"USD\";s:18:\"recaptcha_site_key\";s:0:\"\";s:20:\"recaptcha_secret_key\";s:0:\"\";s:14:\"recaptcha_lang\";s:0:\"\";s:19:\"delete_on_uninstall\";i:0;s:21:\"disable_admin_notices\";i:0;}','yes'),(726,'widget_ninja_forms_widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(727,'ninja_forms_optin_reported','1','yes'),(728,'nf_admin_notice','a:2:{s:16:\"one_week_support\";a:2:{s:5:\"start\";s:9:\"5/15/2018\";s:3:\"int\";i:7;}s:14:\"allow_tracking\";a:2:{s:5:\"start\";s:8:\"5/8/2018\";s:3:\"int\";i:0;}}','yes'),(729,'ninja_forms_do_not_allow_tracking','1','yes'),(730,'nf_form_tel_data','1','no'),(734,'wpseo-gsc-refresh_token','1/3XHkpSLdgSYRHQX0pk4gnA1_Ye_LAGX073OzyaVnxGyQKlmF7Pa6Rb8Mmh-LAZRY','yes'),(735,'wpseo-gsc-access_token','a:5:{s:13:\"refresh_token\";s:66:\"1/3XHkpSLdgSYRHQX0pk4gnA1_Ye_LAGX073OzyaVnxGyQKlmF7Pa6Rb8Mmh-LAZRY\";s:12:\"access_token\";s:129:\"ya29.Glu1BbuJ9BG5KgwMfHwEykRkd-5PdWWIL6PquRX5iJvHtZw0HtnuSJaLwN44CbmJDEqIwPVXuNMoTMP_Q2XbT-KzKyumrXxTPW02HU6LryLw6Ky8syWgYhy5jwCp\";s:7:\"expires\";i:1525773038;s:10:\"expires_in\";i:3600;s:7:\"created\";i:1525769438;}','yes'),(736,'rewrite_rules','a:196:{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:19:\"sitemap_index\\.xml$\";s:19:\"index.php?sitemap=1\";s:31:\"([^/]+?)-sitemap([0-9]+)?\\.xml$\";s:51:\"index.php?sitemap=$matches[1]&sitemap_n=$matches[2]\";s:24:\"([a-z]+)?-?sitemap\\.xsl$\";s:25:\"index.php?xsl=$matches[1]\";s:9:\"nf_sub/?$\";s:26:\"index.php?post_type=nf_sub\";s:39:\"nf_sub/feed/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?post_type=nf_sub&feed=$matches[1]\";s:34:\"nf_sub/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?post_type=nf_sub&feed=$matches[1]\";s:26:\"nf_sub/page/([0-9]{1,})/?$\";s:44:\"index.php?post_type=nf_sub&paged=$matches[1]\";s:7:\"shop/?$\";s:27:\"index.php?post_type=product\";s:37:\"shop/feed/(feed|rdf|rss|rss2|atom)/?$\";s:44:\"index.php?post_type=product&feed=$matches[1]\";s:32:\"shop/(feed|rdf|rss|rss2|atom)/?$\";s:44:\"index.php?post_type=product&feed=$matches[1]\";s:24:\"shop/page/([0-9]{1,})/?$\";s:45:\"index.php?post_type=product&paged=$matches[1]\";s:11:\"^wp-json/?$\";s:22:\"index.php?rest_route=/\";s:14:\"^wp-json/(.*)?\";s:33:\"index.php?rest_route=/$matches[1]\";s:21:\"^index.php/wp-json/?$\";s:22:\"index.php?rest_route=/\";s:24:\"^index.php/wp-json/(.*)?\";s:33:\"index.php?rest_route=/$matches[1]\";s:46:\"category/(.+?)/paged-[0-9]{1,}/?([0-9]{1,})/?$\";s:55:\"index.php?category_name=$matches[1]&flpaged=$matches[2]\";s:43:\"tag/([^/]+)/paged-[0-9]{1,}/?([0-9]{1,})/?$\";s:45:\"index.php?tag=$matches[1]&flpaged=$matches[2]\";s:42:\"([0-9]{4})/paged-[0-9]{1,}/?([0-9]{1,})/?$\";s:46:\"index.php?year=$matches[1]&flpaged=$matches[2]\";s:55:\"([0-9]{4})/([0-9]{1,2})/paged-[0-9]{1,}/?([0-9]{1,})/?$\";s:67:\"index.php?year=$matches[1]&monthnum=$matches[2]&flpaged=$matches[3]\";s:68:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/paged-[0-9]{1,}/?([0-9]{1,})/?$\";s:83:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&flpaged=$matches[4]\";s:46:\"author/([^/]+)/paged-[0-9]{1,}/?([0-9]{1,})/?$\";s:53:\"index.php?author_name=$matches[1]&flpaged=$matches[2]\";s:40:\"([0-9]+)/paged-[0-9]{1,}/?([0-9]{1,})/?$\";s:43:\"index.php?p=$matches[1]&flpaged=$matches[2]\";s:39:\"(.?.+?)/paged-[0-9]{1,}/?([0-9]{1,})/?$\";s:50:\"index.php?pagename=$matches[1]&flpaged=$matches[2]\";s:37:\"(.+?)/paged-[0-9]{1,}/?([0-9]{1,})/?$\";s:46:\"index.php?name=$matches[1]&flpaged=$matches[2]\";s:26:\"paged-[0-9]{1,}/([0-9]*)/?\";s:40:\"index.php?page_id=62&flpaged=$matches[1]\";s:31:\"paged-[0-9]{1,}/?([0-9]{1,})/?$\";s:30:\"index.php?&flpaged=$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:34:\"nf_sub/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:44:\"nf_sub/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:64:\"nf_sub/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:59:\"nf_sub/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:59:\"nf_sub/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:40:\"nf_sub/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:23:\"nf_sub/([^/]+)/embed/?$\";s:39:\"index.php?nf_sub=$matches[1]&embed=true\";s:27:\"nf_sub/([^/]+)/trackback/?$\";s:33:\"index.php?nf_sub=$matches[1]&tb=1\";s:47:\"nf_sub/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:45:\"index.php?nf_sub=$matches[1]&feed=$matches[2]\";s:42:\"nf_sub/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:45:\"index.php?nf_sub=$matches[1]&feed=$matches[2]\";s:35:\"nf_sub/([^/]+)/page/?([0-9]{1,})/?$\";s:46:\"index.php?nf_sub=$matches[1]&paged=$matches[2]\";s:42:\"nf_sub/([^/]+)/comment-page-([0-9]{1,})/?$\";s:46:\"index.php?nf_sub=$matches[1]&cpage=$matches[2]\";s:32:\"nf_sub/([^/]+)/wc-api(/(.*))?/?$\";s:47:\"index.php?nf_sub=$matches[1]&wc-api=$matches[3]\";s:38:\"nf_sub/[^/]+/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:49:\"nf_sub/[^/]+/attachment/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:31:\"nf_sub/([^/]+)(?:/([0-9]+))?/?$\";s:45:\"index.php?nf_sub=$matches[1]&page=$matches[2]\";s:23:\"nf_sub/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:33:\"nf_sub/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:53:\"nf_sub/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:48:\"nf_sub/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:48:\"nf_sub/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:29:\"nf_sub/[^/]+/([^/]+)/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:35:\"product/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:45:\"product/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:65:\"product/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:60:\"product/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:60:\"product/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:41:\"product/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:24:\"product/([^/]+)/embed/?$\";s:40:\"index.php?product=$matches[1]&embed=true\";s:28:\"product/([^/]+)/trackback/?$\";s:34:\"index.php?product=$matches[1]&tb=1\";s:48:\"product/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:46:\"index.php?product=$matches[1]&feed=$matches[2]\";s:43:\"product/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:46:\"index.php?product=$matches[1]&feed=$matches[2]\";s:36:\"product/([^/]+)/page/?([0-9]{1,})/?$\";s:47:\"index.php?product=$matches[1]&paged=$matches[2]\";s:43:\"product/([^/]+)/comment-page-([0-9]{1,})/?$\";s:47:\"index.php?product=$matches[1]&cpage=$matches[2]\";s:33:\"product/([^/]+)/wc-api(/(.*))?/?$\";s:48:\"index.php?product=$matches[1]&wc-api=$matches[3]\";s:39:\"product/[^/]+/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:50:\"product/[^/]+/attachment/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:32:\"product/([^/]+)(?:/([0-9]+))?/?$\";s:46:\"index.php?product=$matches[1]&page=$matches[2]\";s:24:\"product/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:34:\"product/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:54:\"product/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:49:\"product/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:49:\"product/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:30:\"product/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s: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:39:\"index.php?&page_id=62&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:47:\"[0-9]{4}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:57:\"[0-9]{4}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:77:\"[0-9]{4}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:72:\"[0-9]{4}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:72:\"[0-9]{4}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:53:\"[0-9]{4}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:40:\"([0-9]{4})/([0-9]{1,2})/([^/]+)/embed/?$\";s:75:\"index.php?year=$matches[1]&monthnum=$matches[2]&name=$matches[3]&embed=true\";s:44:\"([0-9]{4})/([0-9]{1,2})/([^/]+)/trackback/?$\";s:69:\"index.php?year=$matches[1]&monthnum=$matches[2]&name=$matches[3]&tb=1\";s:64:\"([0-9]{4})/([0-9]{1,2})/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:81:\"index.php?year=$matches[1]&monthnum=$matches[2]&name=$matches[3]&feed=$matches[4]\";s:59:\"([0-9]{4})/([0-9]{1,2})/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:81:\"index.php?year=$matches[1]&monthnum=$matches[2]&name=$matches[3]&feed=$matches[4]\";s:52:\"([0-9]{4})/([0-9]{1,2})/([^/]+)/page/?([0-9]{1,})/?$\";s:82:\"index.php?year=$matches[1]&monthnum=$matches[2]&name=$matches[3]&paged=$matches[4]\";s:59:\"([0-9]{4})/([0-9]{1,2})/([^/]+)/comment-page-([0-9]{1,})/?$\";s:82:\"index.php?year=$matches[1]&monthnum=$matches[2]&name=$matches[3]&cpage=$matches[4]\";s:49:\"([0-9]{4})/([0-9]{1,2})/([^/]+)/wc-api(/(.*))?/?$\";s:83:\"index.php?year=$matches[1]&monthnum=$matches[2]&name=$matches[3]&wc-api=$matches[5]\";s:51:\"[0-9]{4}/[0-9]{1,2}/[^/]+/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:62:\"[0-9]{4}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:48:\"([0-9]{4})/([0-9]{1,2})/([^/]+)(?:/([0-9]+))?/?$\";s:81:\"index.php?year=$matches[1]&monthnum=$matches[2]&name=$matches[3]&page=$matches[4]\";s:36:\"[0-9]{4}/[0-9]{1,2}/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:46:\"[0-9]{4}/[0-9]{1,2}/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:66:\"[0-9]{4}/[0-9]{1,2}/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:61:\"[0-9]{4}/[0-9]{1,2}/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:61:\"[0-9]{4}/[0-9]{1,2}/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:42:\"[0-9]{4}/[0-9]{1,2}/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:51:\"([0-9]{4})/([0-9]{1,2})/comment-page-([0-9]{1,})/?$\";s:65:\"index.php?year=$matches[1]&monthnum=$matches[2]&cpage=$matches[3]\";s:38:\"([0-9]{4})/comment-page-([0-9]{1,})/?$\";s:44:\"index.php?year=$matches[1]&cpage=$matches[2]\";s:27:\".?.+?/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:37:\".?.+?/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:57:\".?.+?/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\".?.+?/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\".?.+?/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:33:\".?.+?/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:16:\"(.?.+?)/embed/?$\";s: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:28:\"(.?.+?)/order-pay(/(.*))?/?$\";s:52:\"index.php?pagename=$matches[1]&order-pay=$matches[3]\";s:33:\"(.?.+?)/order-received(/(.*))?/?$\";s:57:\"index.php?pagename=$matches[1]&order-received=$matches[3]\";s:25:\"(.?.+?)/orders(/(.*))?/?$\";s:49:\"index.php?pagename=$matches[1]&orders=$matches[3]\";s:29:\"(.?.+?)/view-order(/(.*))?/?$\";s:53:\"index.php?pagename=$matches[1]&view-order=$matches[3]\";s:28:\"(.?.+?)/downloads(/(.*))?/?$\";s:52:\"index.php?pagename=$matches[1]&downloads=$matches[3]\";s:31:\"(.?.+?)/edit-account(/(.*))?/?$\";s:55:\"index.php?pagename=$matches[1]&edit-account=$matches[3]\";s:31:\"(.?.+?)/edit-address(/(.*))?/?$\";s:55:\"index.php?pagename=$matches[1]&edit-address=$matches[3]\";s:34:\"(.?.+?)/payment-methods(/(.*))?/?$\";s:58:\"index.php?pagename=$matches[1]&payment-methods=$matches[3]\";s:32:\"(.?.+?)/lost-password(/(.*))?/?$\";s:56:\"index.php?pagename=$matches[1]&lost-password=$matches[3]\";s:34:\"(.?.+?)/customer-logout(/(.*))?/?$\";s:58:\"index.php?pagename=$matches[1]&customer-logout=$matches[3]\";s:37:\"(.?.+?)/add-payment-method(/(.*))?/?$\";s:61:\"index.php?pagename=$matches[1]&add-payment-method=$matches[3]\";s:40:\"(.?.+?)/delete-payment-method(/(.*))?/?$\";s:64:\"index.php?pagename=$matches[1]&delete-payment-method=$matches[3]\";s:45:\"(.?.+?)/set-default-payment-method(/(.*))?/?$\";s:69:\"index.php?pagename=$matches[1]&set-default-payment-method=$matches[3]\";s:31:\".?.+?/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:42:\".?.+?/attachment/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:24:\"(.?.+?)(?:/([0-9]+))?/?$\";s:47:\"index.php?pagename=$matches[1]&page=$matches[2]\";}','yes'),(737,'wpseo-gsc','a:1:{s:7:\"profile\";s:0:\"\";}','yes'),(741,'nf_form_tel_sent','true','no'),(763,'_transient_timeout_wc_low_stock_count','1528361740','no'),(764,'_transient_wc_low_stock_count','0','no'),(765,'_transient_timeout_wc_outofstock_count','1528361740','no'),(766,'_transient_wc_outofstock_count','0','no'),(781,'nf_form_1','a:7:{s:2:\"id\";i:1;s:20:\"show_publish_options\";b:0;s:6:\"fields\";a:4:{i:0;a:2:{s:8:\"settings\";a:69:{s:10:\"objectType\";s:5:\"Field\";s:12:\"objectDomain\";s:6:\"fields\";s:10:\"editActive\";b:0;s:5:\"order\";s:1:\"1\";s:9:\"label_pos\";s:5:\"above\";s:8:\"required\";s:1:\"1\";s:11:\"placeholder\";s:0:\"\";s:7:\"default\";s:0:\"\";s:13:\"wrapper_class\";s:0:\"\";s:13:\"element_class\";s:0:\"\";s:15:\"container_class\";s:0:\"\";s:11:\"input_limit\";s:0:\"\";s:16:\"input_limit_type\";s:10:\"characters\";s:15:\"input_limit_msg\";s:17:\"Character(s) left\";s:10:\"manual_key\";s:0:\"\";s:13:\"disable_input\";s:0:\"\";s:11:\"admin_label\";s:0:\"\";s:9:\"help_text\";s:0:\"\";s:9:\"desc_text\";s:0:\"\";s:28:\"disable_browser_autocomplete\";s:0:\"\";s:4:\"mask\";s:0:\"\";s:11:\"custom_mask\";s:0:\"\";s:28:\"wrap_styles_background-color\";s:0:\"\";s:18:\"wrap_styles_border\";s:0:\"\";s:24:\"wrap_styles_border-style\";s:0:\"\";s:24:\"wrap_styles_border-color\";s:0:\"\";s:17:\"wrap_styles_color\";s:0:\"\";s:18:\"wrap_styles_height\";s:0:\"\";s:17:\"wrap_styles_width\";s:0:\"\";s:21:\"wrap_styles_font-size\";s:0:\"\";s:18:\"wrap_styles_margin\";s:0:\"\";s:19:\"wrap_styles_padding\";s:0:\"\";s:19:\"wrap_styles_display\";s:0:\"\";s:17:\"wrap_styles_float\";s:0:\"\";s:29:\"wrap_styles_show_advanced_css\";s:1:\"0\";s:20:\"wrap_styles_advanced\";s:0:\"\";s:29:\"label_styles_background-color\";s:0:\"\";s:19:\"label_styles_border\";s:0:\"\";s:25:\"label_styles_border-style\";s:0:\"\";s:25:\"label_styles_border-color\";s:0:\"\";s:18:\"label_styles_color\";s:0:\"\";s:19:\"label_styles_height\";s:0:\"\";s:18:\"label_styles_width\";s:0:\"\";s:22:\"label_styles_font-size\";s:0:\"\";s:19:\"label_styles_margin\";s:0:\"\";s:20:\"label_styles_padding\";s:0:\"\";s:20:\"label_styles_display\";s:0:\"\";s:18:\"label_styles_float\";s:0:\"\";s:30:\"label_styles_show_advanced_css\";s:1:\"0\";s:21:\"label_styles_advanced\";s:0:\"\";s:31:\"element_styles_background-color\";s:0:\"\";s:21:\"element_styles_border\";s:0:\"\";s:27:\"element_styles_border-style\";s:0:\"\";s:27:\"element_styles_border-color\";s:0:\"\";s:20:\"element_styles_color\";s:0:\"\";s:21:\"element_styles_height\";s:0:\"\";s:20:\"element_styles_width\";s:0:\"\";s:24:\"element_styles_font-size\";s:0:\"\";s:21:\"element_styles_margin\";s:0:\"\";s:22:\"element_styles_padding\";s:0:\"\";s:22:\"element_styles_display\";s:0:\"\";s:20:\"element_styles_float\";s:0:\"\";s:32:\"element_styles_show_advanced_css\";s:1:\"0\";s:23:\"element_styles_advanced\";s:0:\"\";s:7:\"cellcid\";s:5:\"c3277\";s:5:\"label\";s:4:\"Name\";s:3:\"key\";s:4:\"name\";s:4:\"type\";s:7:\"textbox\";s:21:\"custom_name_attribute\";s:0:\"\";}s:2:\"id\";i:1;}i:1;a:2:{s:8:\"settings\";a:61:{s:10:\"objectType\";s:5:\"Field\";s:12:\"objectDomain\";s:6:\"fields\";s:10:\"editActive\";b:0;s:5:\"order\";s:1:\"2\";s:9:\"label_pos\";s:5:\"above\";s:8:\"required\";s:1:\"1\";s:11:\"placeholder\";s:0:\"\";s:7:\"default\";s:0:\"\";s:13:\"wrapper_class\";s:0:\"\";s:13:\"element_class\";s:0:\"\";s:15:\"container_class\";s:0:\"\";s:11:\"admin_label\";s:0:\"\";s:9:\"help_text\";s:0:\"\";s:9:\"desc_text\";s:0:\"\";s:28:\"wrap_styles_background-color\";s:0:\"\";s:18:\"wrap_styles_border\";s:0:\"\";s:24:\"wrap_styles_border-style\";s:0:\"\";s:24:\"wrap_styles_border-color\";s:0:\"\";s:17:\"wrap_styles_color\";s:0:\"\";s:18:\"wrap_styles_height\";s:0:\"\";s:17:\"wrap_styles_width\";s:0:\"\";s:21:\"wrap_styles_font-size\";s:0:\"\";s:18:\"wrap_styles_margin\";s:0:\"\";s:19:\"wrap_styles_padding\";s:0:\"\";s:19:\"wrap_styles_display\";s:0:\"\";s:17:\"wrap_styles_float\";s:0:\"\";s:29:\"wrap_styles_show_advanced_css\";s:1:\"0\";s:20:\"wrap_styles_advanced\";s:0:\"\";s:29:\"label_styles_background-color\";s:0:\"\";s:19:\"label_styles_border\";s:0:\"\";s:25:\"label_styles_border-style\";s:0:\"\";s:25:\"label_styles_border-color\";s:0:\"\";s:18:\"label_styles_color\";s:0:\"\";s:19:\"label_styles_height\";s:0:\"\";s:18:\"label_styles_width\";s:0:\"\";s:22:\"label_styles_font-size\";s:0:\"\";s:19:\"label_styles_margin\";s:0:\"\";s:20:\"label_styles_padding\";s:0:\"\";s:20:\"label_styles_display\";s:0:\"\";s:18:\"label_styles_float\";s:0:\"\";s:30:\"label_styles_show_advanced_css\";s:1:\"0\";s:21:\"label_styles_advanced\";s:0:\"\";s:31:\"element_styles_background-color\";s:0:\"\";s:21:\"element_styles_border\";s:0:\"\";s:27:\"element_styles_border-style\";s:0:\"\";s:27:\"element_styles_border-color\";s:0:\"\";s:20:\"element_styles_color\";s:0:\"\";s:21:\"element_styles_height\";s:0:\"\";s:20:\"element_styles_width\";s:0:\"\";s:24:\"element_styles_font-size\";s:0:\"\";s:21:\"element_styles_margin\";s:0:\"\";s:22:\"element_styles_padding\";s:0:\"\";s:22:\"element_styles_display\";s:0:\"\";s:20:\"element_styles_float\";s:0:\"\";s:32:\"element_styles_show_advanced_css\";s:1:\"0\";s:23:\"element_styles_advanced\";s:0:\"\";s:7:\"cellcid\";s:5:\"c3281\";s:5:\"label\";s:5:\"Email\";s:3:\"key\";s:5:\"email\";s:4:\"type\";s:5:\"email\";s:21:\"custom_name_attribute\";s:5:\"email\";}s:2:\"id\";i:2;}i:2;a:2:{s:8:\"settings\";a:69:{s:10:\"objectType\";s:5:\"Field\";s:12:\"objectDomain\";s:6:\"fields\";s:10:\"editActive\";b:0;s:5:\"order\";s:1:\"3\";s:9:\"label_pos\";s:5:\"above\";s:8:\"required\";s:1:\"1\";s:11:\"placeholder\";s:0:\"\";s:7:\"default\";s:0:\"\";s:13:\"wrapper_class\";s:0:\"\";s:13:\"element_class\";s:0:\"\";s:15:\"container_class\";s:0:\"\";s:11:\"input_limit\";s:0:\"\";s:16:\"input_limit_type\";s:10:\"characters\";s:15:\"input_limit_msg\";s:17:\"Character(s) left\";s:10:\"manual_key\";s:0:\"\";s:13:\"disable_input\";s:0:\"\";s:11:\"admin_label\";s:0:\"\";s:9:\"help_text\";s:0:\"\";s:9:\"desc_text\";s:0:\"\";s:28:\"disable_browser_autocomplete\";s:0:\"\";s:12:\"textarea_rte\";s:0:\"\";s:18:\"disable_rte_mobile\";s:0:\"\";s:14:\"textarea_media\";s:0:\"\";s:28:\"wrap_styles_background-color\";s:0:\"\";s:18:\"wrap_styles_border\";s:0:\"\";s:24:\"wrap_styles_border-style\";s:0:\"\";s:24:\"wrap_styles_border-color\";s:0:\"\";s:17:\"wrap_styles_color\";s:0:\"\";s:18:\"wrap_styles_height\";s:0:\"\";s:17:\"wrap_styles_width\";s:0:\"\";s:21:\"wrap_styles_font-size\";s:0:\"\";s:18:\"wrap_styles_margin\";s:0:\"\";s:19:\"wrap_styles_padding\";s:0:\"\";s:19:\"wrap_styles_display\";s:0:\"\";s:17:\"wrap_styles_float\";s:0:\"\";s:29:\"wrap_styles_show_advanced_css\";s:1:\"0\";s:20:\"wrap_styles_advanced\";s:0:\"\";s:29:\"label_styles_background-color\";s:0:\"\";s:19:\"label_styles_border\";s:0:\"\";s:25:\"label_styles_border-style\";s:0:\"\";s:25:\"label_styles_border-color\";s:0:\"\";s:18:\"label_styles_color\";s:0:\"\";s:19:\"label_styles_height\";s:0:\"\";s:18:\"label_styles_width\";s:0:\"\";s:22:\"label_styles_font-size\";s:0:\"\";s:19:\"label_styles_margin\";s:0:\"\";s:20:\"label_styles_padding\";s:0:\"\";s:20:\"label_styles_display\";s:0:\"\";s:18:\"label_styles_float\";s:0:\"\";s:30:\"label_styles_show_advanced_css\";s:1:\"0\";s:21:\"label_styles_advanced\";s:0:\"\";s:31:\"element_styles_background-color\";s:0:\"\";s:21:\"element_styles_border\";s:0:\"\";s:27:\"element_styles_border-style\";s:0:\"\";s:27:\"element_styles_border-color\";s:0:\"\";s:20:\"element_styles_color\";s:0:\"\";s:21:\"element_styles_height\";s:0:\"\";s:20:\"element_styles_width\";s:0:\"\";s:24:\"element_styles_font-size\";s:0:\"\";s:21:\"element_styles_margin\";s:0:\"\";s:22:\"element_styles_padding\";s:0:\"\";s:22:\"element_styles_display\";s:0:\"\";s:20:\"element_styles_float\";s:0:\"\";s:32:\"element_styles_show_advanced_css\";s:1:\"0\";s:23:\"element_styles_advanced\";s:0:\"\";s:7:\"cellcid\";s:5:\"c3284\";s:5:\"label\";s:7:\"Message\";s:3:\"key\";s:7:\"message\";s:4:\"type\";s:8:\"textarea\";}s:2:\"id\";i:3;}i:3;a:2:{s:8:\"settings\";a:67:{s:10:\"objectType\";s:5:\"Field\";s:12:\"objectDomain\";s:6:\"fields\";s:10:\"editActive\";b:0;s:5:\"order\";s:1:\"5\";s:16:\"processing_label\";s:10:\"Processing\";s:15:\"container_class\";s:0:\"\";s:13:\"element_class\";s:0:\"\";s:28:\"wrap_styles_background-color\";s:0:\"\";s:18:\"wrap_styles_border\";s:0:\"\";s:24:\"wrap_styles_border-style\";s:0:\"\";s:24:\"wrap_styles_border-color\";s:0:\"\";s:17:\"wrap_styles_color\";s:0:\"\";s:18:\"wrap_styles_height\";s:0:\"\";s:17:\"wrap_styles_width\";s:0:\"\";s:21:\"wrap_styles_font-size\";s:0:\"\";s:18:\"wrap_styles_margin\";s:0:\"\";s:19:\"wrap_styles_padding\";s:0:\"\";s:19:\"wrap_styles_display\";s:0:\"\";s:17:\"wrap_styles_float\";s:0:\"\";s:29:\"wrap_styles_show_advanced_css\";s:1:\"0\";s:20:\"wrap_styles_advanced\";s:0:\"\";s:29:\"label_styles_background-color\";s:0:\"\";s:19:\"label_styles_border\";s:0:\"\";s:25:\"label_styles_border-style\";s:0:\"\";s:25:\"label_styles_border-color\";s:0:\"\";s:18:\"label_styles_color\";s:0:\"\";s:19:\"label_styles_height\";s:0:\"\";s:18:\"label_styles_width\";s:0:\"\";s:22:\"label_styles_font-size\";s:0:\"\";s:19:\"label_styles_margin\";s:0:\"\";s:20:\"label_styles_padding\";s:0:\"\";s:20:\"label_styles_display\";s:0:\"\";s:18:\"label_styles_float\";s:0:\"\";s:30:\"label_styles_show_advanced_css\";s:1:\"0\";s:21:\"label_styles_advanced\";s:0:\"\";s:31:\"element_styles_background-color\";s:0:\"\";s:21:\"element_styles_border\";s:0:\"\";s:27:\"element_styles_border-style\";s:0:\"\";s:27:\"element_styles_border-color\";s:0:\"\";s:20:\"element_styles_color\";s:0:\"\";s:21:\"element_styles_height\";s:0:\"\";s:20:\"element_styles_width\";s:0:\"\";s:24:\"element_styles_font-size\";s:0:\"\";s:21:\"element_styles_margin\";s:0:\"\";s:22:\"element_styles_padding\";s:0:\"\";s:22:\"element_styles_display\";s:0:\"\";s:20:\"element_styles_float\";s:0:\"\";s:32:\"element_styles_show_advanced_css\";s:1:\"0\";s:23:\"element_styles_advanced\";s:0:\"\";s:44:\"submit_element_hover_styles_background-color\";s:0:\"\";s:34:\"submit_element_hover_styles_border\";s:0:\"\";s:40:\"submit_element_hover_styles_border-style\";s:0:\"\";s:40:\"submit_element_hover_styles_border-color\";s:0:\"\";s:33:\"submit_element_hover_styles_color\";s:0:\"\";s:34:\"submit_element_hover_styles_height\";s:0:\"\";s:33:\"submit_element_hover_styles_width\";s:0:\"\";s:37:\"submit_element_hover_styles_font-size\";s:0:\"\";s:34:\"submit_element_hover_styles_margin\";s:0:\"\";s:35:\"submit_element_hover_styles_padding\";s:0:\"\";s:35:\"submit_element_hover_styles_display\";s:0:\"\";s:33:\"submit_element_hover_styles_float\";s:0:\"\";s:45:\"submit_element_hover_styles_show_advanced_css\";s:1:\"0\";s:36:\"submit_element_hover_styles_advanced\";s:0:\"\";s:7:\"cellcid\";s:5:\"c3287\";s:5:\"label\";s:6:\"Submit\";s:3:\"key\";s:6:\"submit\";s:4:\"type\";s:6:\"submit\";}s:2:\"id\";i:4;}}s:7:\"actions\";a:3:{i:0;a:2:{s:8:\"settings\";a:24:{s:10:\"objectType\";s:6:\"Action\";s:12:\"objectDomain\";s:7:\"actions\";s:10:\"editActive\";b:0;s:5:\"title\";s:0:\"\";s:3:\"key\";s:0:\"\";s:4:\"type\";s:4:\"save\";s:6:\"active\";s:1:\"1\";s:10:\"created_at\";s:19:\"2018-05-08 08:48:19\";s:5:\"label\";s:16:\"Store Submission\";s:10:\"conditions\";a:6:{s:9:\"collapsed\";s:0:\"\";s:7:\"process\";s:1:\"1\";s:9:\"connector\";s:3:\"all\";s:4:\"when\";a:1:{i:0;a:6:{s:9:\"connector\";s:3:\"AND\";s:3:\"key\";s:0:\"\";s:10:\"comparator\";s:0:\"\";s:5:\"value\";s:0:\"\";s:4:\"type\";s:5:\"field\";s:9:\"modelType\";s:4:\"when\";}}s:4:\"then\";a:1:{i:0;a:5:{s:3:\"key\";s:0:\"\";s:7:\"trigger\";s:0:\"\";s:5:\"value\";s:0:\"\";s:4:\"type\";s:5:\"field\";s:9:\"modelType\";s:4:\"then\";}}s:4:\"else\";a:0:{}}s:16:\"payment_gateways\";s:0:\"\";s:13:\"payment_total\";s:1:\"0\";s:3:\"tag\";s:0:\"\";s:2:\"to\";s:16:\"{wp:admin_email}\";s:13:\"email_subject\";s:22:\"Ninja Forms Submission\";s:13:\"email_message\";s:14:\"{fields_table}\";s:9:\"from_name\";s:0:\"\";s:12:\"from_address\";s:0:\"\";s:8:\"reply_to\";s:0:\"\";s:12:\"email_format\";s:4:\"html\";s:2:\"cc\";s:0:\"\";s:3:\"bcc\";s:0:\"\";s:12:\"redirect_url\";s:0:\"\";s:19:\"email_message_plain\";s:0:\"\";}s:2:\"id\";i:1;}i:1;a:2:{s:8:\"settings\";a:25:{s:10:\"objectType\";s:6:\"Action\";s:12:\"objectDomain\";s:7:\"actions\";s:10:\"editActive\";b:0;s:5:\"title\";s:0:\"\";s:3:\"key\";s:0:\"\";s:4:\"type\";s:5:\"email\";s:6:\"active\";s:1:\"1\";s:10:\"created_at\";s:19:\"2018-05-08 08:48:21\";s:5:\"label\";s:18:\"Email Confirmation\";s:2:\"to\";s:13:\"{field:email}\";s:7:\"subject\";s:24:\"This is an email action.\";s:7:\"message\";s:19:\"Hello, Ninja Forms!\";s:10:\"conditions\";a:6:{s:9:\"collapsed\";s:0:\"\";s:7:\"process\";s:1:\"1\";s:9:\"connector\";s:3:\"all\";s:4:\"when\";a:0:{}s:4:\"then\";a:1:{i:0;a:5:{s:3:\"key\";s:0:\"\";s:7:\"trigger\";s:0:\"\";s:5:\"value\";s:0:\"\";s:4:\"type\";s:5:\"field\";s:9:\"modelType\";s:4:\"then\";}}s:4:\"else\";a:0:{}}s:16:\"payment_gateways\";s:0:\"\";s:13:\"payment_total\";s:1:\"0\";s:3:\"tag\";s:0:\"\";s:13:\"email_subject\";s:24:\"Submission Confirmation \";s:13:\"email_message\";s:29:\"<p>{all_fields_table}<br></p>\";s:9:\"from_name\";s:0:\"\";s:12:\"from_address\";s:0:\"\";s:8:\"reply_to\";s:0:\"\";s:12:\"email_format\";s:4:\"html\";s:2:\"cc\";s:0:\"\";s:3:\"bcc\";s:0:\"\";s:19:\"email_message_plain\";s:0:\"\";}s:2:\"id\";i:2;}i:2;a:2:{s:8:\"settings\";a:23:{s:10:\"objectType\";s:6:\"Action\";s:12:\"objectDomain\";s:7:\"actions\";s:10:\"editActive\";b:0;s:5:\"title\";s:0:\"\";s:3:\"key\";s:0:\"\";s:4:\"type\";s:5:\"email\";s:6:\"active\";s:1:\"1\";s:10:\"created_at\";s:19:\"2018-05-08 08:48:23\";s:5:\"label\";s:18:\"Email Notification\";s:10:\"conditions\";a:6:{s:9:\"collapsed\";s:0:\"\";s:7:\"process\";s:1:\"1\";s:9:\"connector\";s:3:\"all\";s:4:\"when\";a:1:{i:0;a:6:{s:9:\"connector\";s:3:\"AND\";s:3:\"key\";s:0:\"\";s:10:\"comparator\";s:0:\"\";s:5:\"value\";s:0:\"\";s:4:\"type\";s:5:\"field\";s:9:\"modelType\";s:4:\"when\";}}s:4:\"then\";a:1:{i:0;a:5:{s:3:\"key\";s:0:\"\";s:7:\"trigger\";s:0:\"\";s:5:\"value\";s:0:\"\";s:4:\"type\";s:5:\"field\";s:9:\"modelType\";s:4:\"then\";}}s:4:\"else\";a:0:{}}s:16:\"payment_gateways\";s:0:\"\";s:13:\"payment_total\";s:1:\"0\";s:3:\"tag\";s:0:\"\";s:2:\"to\";s:20:\"{system:admin_email}\";s:13:\"email_subject\";s:29:\"New message from {field:name}\";s:8:\"reply_to\";s:0:\"\";s:13:\"email_message\";s:14:\"{fields_table}\";s:19:\"email_message_plain\";s:0:\"\";s:9:\"from_name\";s:0:\"\";s:12:\"from_address\";s:0:\"\";s:12:\"email_format\";s:4:\"html\";s:2:\"cc\";s:0:\"\";s:3:\"bcc\";s:0:\"\";}s:2:\"id\";i:3;}}s:8:\"settings\";a:102:{s:10:\"objectType\";s:12:\"Form Setting\";s:10:\"editActive\";b:1;s:5:\"title\";s:10:\"Contact Us\";s:3:\"key\";s:0:\"\";s:10:\"created_at\";s:19:\"2018-05-08 08:48:08\";s:17:\"default_label_pos\";s:5:\"above\";s:10:\"conditions\";a:0:{}s:10:\"show_title\";i:1;s:14:\"clear_complete\";s:1:\"1\";s:13:\"hide_complete\";s:1:\"1\";s:13:\"wrapper_class\";s:0:\"\";s:13:\"element_class\";s:0:\"\";s:10:\"add_submit\";s:1:\"1\";s:9:\"logged_in\";s:0:\"\";s:17:\"not_logged_in_msg\";s:0:\"\";s:16:\"sub_limit_number\";s:0:\"\";s:13:\"sub_limit_msg\";s:0:\"\";s:12:\"calculations\";a:0:{}s:15:\"formContentData\";a:4:{i:0;s:4:\"name\";i:1;s:5:\"email\";i:2;s:7:\"message\";i:3;s:6:\"submit\";}s:33:\"container_styles_background-color\";s:0:\"\";s:23:\"container_styles_border\";s:0:\"\";s:29:\"container_styles_border-style\";s:0:\"\";s:29:\"container_styles_border-color\";s:0:\"\";s:22:\"container_styles_color\";s:0:\"\";s:23:\"container_styles_height\";s:0:\"\";s:22:\"container_styles_width\";s:0:\"\";s:26:\"container_styles_font-size\";s:0:\"\";s:23:\"container_styles_margin\";s:0:\"\";s:24:\"container_styles_padding\";s:0:\"\";s:24:\"container_styles_display\";s:0:\"\";s:22:\"container_styles_float\";s:0:\"\";s:34:\"container_styles_show_advanced_css\";s:1:\"0\";s:25:\"container_styles_advanced\";s:0:\"\";s:29:\"title_styles_background-color\";s:0:\"\";s:19:\"title_styles_border\";s:0:\"\";s:25:\"title_styles_border-style\";s:0:\"\";s:25:\"title_styles_border-color\";s:0:\"\";s:18:\"title_styles_color\";s:0:\"\";s:19:\"title_styles_height\";s:0:\"\";s:18:\"title_styles_width\";s:0:\"\";s:22:\"title_styles_font-size\";s:0:\"\";s:19:\"title_styles_margin\";s:0:\"\";s:20:\"title_styles_padding\";s:0:\"\";s:20:\"title_styles_display\";s:0:\"\";s:18:\"title_styles_float\";s:0:\"\";s:30:\"title_styles_show_advanced_css\";s:1:\"0\";s:21:\"title_styles_advanced\";s:0:\"\";s:27:\"row_styles_background-color\";s:0:\"\";s:17:\"row_styles_border\";s:0:\"\";s:23:\"row_styles_border-style\";s:0:\"\";s:23:\"row_styles_border-color\";s:0:\"\";s:16:\"row_styles_color\";s:0:\"\";s:17:\"row_styles_height\";s:0:\"\";s:16:\"row_styles_width\";s:0:\"\";s:20:\"row_styles_font-size\";s:0:\"\";s:17:\"row_styles_margin\";s:0:\"\";s:18:\"row_styles_padding\";s:0:\"\";s:18:\"row_styles_display\";s:0:\"\";s:28:\"row_styles_show_advanced_css\";s:1:\"0\";s:19:\"row_styles_advanced\";s:0:\"\";s:31:\"row-odd_styles_background-color\";s:0:\"\";s:21:\"row-odd_styles_border\";s:0:\"\";s:27:\"row-odd_styles_border-style\";s:0:\"\";s:27:\"row-odd_styles_border-color\";s:0:\"\";s:20:\"row-odd_styles_color\";s:0:\"\";s:21:\"row-odd_styles_height\";s:0:\"\";s:20:\"row-odd_styles_width\";s:0:\"\";s:24:\"row-odd_styles_font-size\";s:0:\"\";s:21:\"row-odd_styles_margin\";s:0:\"\";s:22:\"row-odd_styles_padding\";s:0:\"\";s:22:\"row-odd_styles_display\";s:0:\"\";s:32:\"row-odd_styles_show_advanced_css\";s:1:\"0\";s:23:\"row-odd_styles_advanced\";s:0:\"\";s:35:\"success-msg_styles_background-color\";s:0:\"\";s:25:\"success-msg_styles_border\";s:0:\"\";s:31:\"success-msg_styles_border-style\";s:0:\"\";s:31:\"success-msg_styles_border-color\";s:0:\"\";s:24:\"success-msg_styles_color\";s:0:\"\";s:25:\"success-msg_styles_height\";s:0:\"\";s:24:\"success-msg_styles_width\";s:0:\"\";s:28:\"success-msg_styles_font-size\";s:0:\"\";s:25:\"success-msg_styles_margin\";s:0:\"\";s:26:\"success-msg_styles_padding\";s:0:\"\";s:26:\"success-msg_styles_display\";s:0:\"\";s:36:\"success-msg_styles_show_advanced_css\";s:1:\"0\";s:27:\"success-msg_styles_advanced\";s:0:\"\";s:33:\"error_msg_styles_background-color\";s:0:\"\";s:23:\"error_msg_styles_border\";s:0:\"\";s:29:\"error_msg_styles_border-style\";s:0:\"\";s:29:\"error_msg_styles_border-color\";s:0:\"\";s:22:\"error_msg_styles_color\";s:0:\"\";s:23:\"error_msg_styles_height\";s:0:\"\";s:22:\"error_msg_styles_width\";s:0:\"\";s:26:\"error_msg_styles_font-size\";s:0:\"\";s:23:\"error_msg_styles_margin\";s:0:\"\";s:24:\"error_msg_styles_padding\";s:0:\"\";s:24:\"error_msg_styles_display\";s:0:\"\";s:34:\"error_msg_styles_show_advanced_css\";s:1:\"0\";s:25:\"error_msg_styles_advanced\";s:0:\"\";s:8:\"currency\";s:0:\"\";s:18:\"unique_field_error\";s:50:\"A form with this value has already been submitted.\";s:14:\"drawerDisabled\";b:0;}s:14:\"deleted_fields\";a:0:{}s:15:\"deleted_actions\";a:0:{}}','yes'),(783,'_transient_timeout_external_ip_address_116.109.37.113','1526387586','no'),(784,'_transient_external_ip_address_116.109.37.113','209.17.114.79','no'),(785,'_site_transient_timeout_browser_f17024562aaa12612fb16d9ec07903c1','1526389154','no'),(786,'_site_transient_browser_f17024562aaa12612fb16d9ec07903c1','a:10:{s:4:\"name\";s:6:\"Safari\";s:7:\"version\";s:5:\"604.1\";s:8:\"platform\";s:6:\"iPhone\";s:10:\"update_url\";s:0:\"\";s:7:\"img_src\";s:0:\"\";s:11:\"img_src_ssl\";s:0:\"\";s:15:\"current_version\";s:0:\"\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;s:6:\"mobile\";b:1;}','no'),(787,'_site_transient_timeout_community-events-9354326a3254aa0853b77d459430e0b7','1525827575','no'),(788,'_site_transient_community-events-9354326a3254aa0853b77d459430e0b7','a:2:{s:8:\"location\";a:1:{s:2:\"ip\";s:12:\"116.109.37.0\";}s:6:\"events\";a:1:{i:0;a:7:{s:4:\"type\";s:6:\"meetup\";s:5:\"title\";s:43:\"WordPress 15th Anniversary Celebration ?\";s:3:\"url\";s:57:\"https://www.meetup.com/Saigon-WordPress/events/250009472/\";s:6:\"meetup\";s:16:\"Saigon WordPress\";s:10:\"meetup_url\";s:40:\"https://www.meetup.com/Saigon-WordPress/\";s:4:\"date\";s:19:\"2018-05-21 19:00:00\";s:8:\"location\";a:4:{s:8:\"location\";s:30:\"Thanh Pho Ho Chi Minh, Vietnam\";s:7:\"country\";s:2:\"vn\";s:8:\"latitude\";d:10.775688000000001;s:9:\"longitude\";d:106.670654;}}}}','no'),(791,'WPLANG','','yes'),(792,'new_admin_email','demolitiondepot.nyc@gmail.com','yes'),(797,'_transient_is_multi_author','0','yes'),(805,'_transient_timeout_feed_ac0b00fe65abe10e0c5b588f3ed8c7ca','1525864878','no'),(806,'_transient_feed_ac0b00fe65abe10e0c5b588f3ed8c7ca','a:4:{s:5:\"child\";a:1:{s:0:\"\";a:1:{s:3:\"rss\";a:1:{i:0;a:6:{s:4:\"data\";s:3:\"\n\n\n\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:7:\"version\";s:3:\"2.0\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:0:\"\";a:1:{s:7:\"channel\";a:1:{i:0;a:6:{s:4:\"data\";s:49:\"\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"WordPress News\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:26:\"https://wordpress.org/news\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"WordPress News\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:13:\"lastBuildDate\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"\n Wed, 02 May 2018 08:47:05 +0000 \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"language\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"en-US\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:9:\"generator\";a:1:{i:0;a:5:{s:4:\"data\";s:40:\"https://wordpress.org/?v=5.0-alpha-43174\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"item\";a:10:{i:0;a:6:{s:4:\"data\";s:33:\"\n \n \n \n \n \n\n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"The Month in WordPress: April 2018\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:69:\"https://wordpress.org/news/2018/05/the-month-in-wordpress-april-2018/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 02 May 2018 08:30:50 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:1:{i:0;a:5:{s:4:\"data\";s:18:\"Month in WordPress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=5891\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:324:\"This past month saw a lot of preparation for upcoming events and releases across the WordPress project. Read on to find out more about these plans, and everything else that happened around the community in April. The WordPress 15th Anniversary is Coming On May 27 2018, WordPress will turn 15 years old — this is […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:15:\"Hugh Lashbrooke\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:4981:\"<p>This past month saw a lot of preparation for upcoming events and releases across the WordPress project. Read on to find out more about these plans, and everything else that happened around the community in April.</p>\n\n<hr class=\"wp-block-separator\" />\n\n<h2>The WordPress 15th Anniversary is Coming</h2>\n\n<p>On May 27 2018, <a href=\"https://wordpress.org/news/2018/04/celebrate-the-wordpress-15th-anniversary-on-may-27/\">WordPress will turn 15 years old</a> — this is a huge milestone for the project, or, indeed, for any open-source platform. The Community Team has been hard at work helping communities around the world plan local anniversary parties.</p>\n\n<p>Check <a href=\"https://wp15.wordpress.net/\">the central anniversary website</a> to see if there’s already a party being planned near you. These parties are all organized by local communities — if there’s no local community in your area, you can <a href=\"https://make.wordpress.org/community/handbook/meetup-organizer/welcome/#starting-a-new-meetup-com-group\">start one today</a> and host a party yourself.</p>\n\n<h2>Work has Started on a Gutenberg Migration Guide</h2>\n\n<p>With Gutenberg, the upcoming WordPress content editor, in rapid development, a lot of people have been wondering how they will convert their existing plugins to work with the new features. To mitigate the issues here and help people overcome any migration hurdles, <a href=\"https://make.wordpress.org/core/2018/04/26/your-help-wanted-gutenberg-migration-guide/\">a Gutenberg Migration Guide is underway</a> to assist developers with making their code Gutenberg-compatible.</p>\n\n<p>If you’d like to contribute to this guide, you can review <a href=\"https://github.com/danielbachhuber/gutenberg-migration-guide\">the existing documentation on GitHub</a> and <a href=\"https://github.com/danielbachhuber/gutenberg-migration-guide/issues\">open a new issue</a> if you find something to add.</p>\n\n<h2>Theme Review Team Launches Trusted Authors Program</h2>\n\n<p>Reviews of themes submitted to the Theme Directory can take quite a while to complete. In order to combat this issue and to make the theme submission process smoother for everyone, <a href=\"https://make.wordpress.org/themes/2018/04/30/trusted-authors-program/\">the Theme Review Team is introducing a Trusted Authors Program</a>.</p>\n\n<p>This program will allow frequent and reliable theme authors to apply for trusted status, allowing them to upload themes more frequently and to have their themes automatically approved. This will allow more high-quality themes to be added to the directory, as well as recognize the hard work that authors put in to build their themes.</p>\n\n<p>If you would like to get involved with reviewing themes, you can read <a href=\"https://make.wordpress.org/themes/handbook/get-involved/become-a-reviewer/\">their getting started guide</a>, follow the <a href=\"https://make.wordpress.org/themes/\">team blog</a> and join the #themereview channel in the <a href=\"https://make.wordpress.org/chat/\">Making WordPress Slack group</a>.</p>\n\n<hr class=\"wp-block-separator\" />\n\n<h2>Further Reading:</h2>\n\n<ul>\n <li><a href=\"https://wordpress.org/news/2018/04/wordpress-4-9-5-security-and-maintenance-release/\">WordPress 4.9.5 was released</a> early this month, fixing numerous bugs and potential security issues. The two leads for this release <a href=\"https://make.wordpress.org/core/2018/04/20/4-9-5-feedback-leading-a-wordpress-minor-release/\">published some interesting feedback</a> about the process.</li>\n <li>In addition to the Trusted Authors Program mentioned above, the Theme Review Team is <a href=\"https://make.wordpress.org/themes/2018/04/09/changes-in-theme-review-process/\">making some changes to their review process</a> to minimize theme review delays.<br /></li>\n <li>The Marketing Team produced <a href=\"https://make.wordpress.org/marketing/2018/04/24/contributor-day-onboarding-pdf/\">a handy Contributor Day onboarding PDF</a> for organizers to hand out to contributors attending WordCamps.</li>\n <li>The Accessibility Team is actively looking for contributors for <a href=\"https://make.wordpress.org/accessibility/handbook/\">their handbook</a>.</li>\n <li>A new type of WordCamp, <a href=\"https://make.wordpress.org/community/2018/04/03/want-to-help-organize-a-wordcamp-for-organizers/\">targeted at organizers</a>, is in the planning stages now.</li>\n <li><a href=\"https://wordpress.org/about/\">The WordPress.org About pages</a> received a significant redesign to make them more clear and useful.</li>\n <li>The Community Team <a href=\"https://make.wordpress.org/community/2018/04/27/wordcamp-incubator-program-2018-2019-roadmap/\">posted the roadmap</a> for this year’s WordCamp Incubator program.</li>\n</ul>\n\n<p><em>If you have a story we should consider including in the next “Month in WordPress” post, please <a href=\"https://make.wordpress.org/community/month-in-wordpress-submissions/\">submit it here</a>.</em></p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"5891\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:1;a:6:{s:4:\"data\";s:39:\"\n \n \n \n \n \n \n \n\n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:50:\"Celebrate the WordPress 15th Anniversary on May 27\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:86:\"https://wordpress.org/news/2018/04/celebrate-the-wordpress-15th-anniversary-on-may-27/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 20 Apr 2018 21:07:29 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:3:{i:0;a:5:{s:4:\"data\";s:6:\"Events\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:5:\"Store\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:4:\"wp15\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=5753\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:345:\"May 27, 2018 is the 15th anniversary of the first WordPress release — and we can’t wait to celebrate! Party time! Join WordPress fans all over the world in celebrating the 15th Anniversary of WordPress by throwing your own party! Here’s how you can join in the fun: Check the WordPress 15th Anniversary website to see […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:16:\"Andrea Middleton\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:3948:\"<p>May 27, 2018 is the <strong>15th anniversary</strong> of the <a href=\"https://wordpress.org/news/2003/05/wordpress-now-available/\">first WordPress release</a> <a href=\"https://wordpress.org/news/2003/05/wordpress-now-available/\"></a>— and we can’t wait to celebrate!</p>\n\n<figure class=\"wp-block-image aligncenter\"><img src=\"https://i1.wp.com/wordpress.org/news/files/2018/04/wp15_mark-1.png?resize=342%2C268&ssl=1\" alt=\"\" class=\"wp-image-5841\" width=\"342\" height=\"268\" srcset=\"https://i1.wp.com/wordpress.org/news/files/2018/04/wp15_mark-1.png?w=2188&ssl=1 2188w, https://i1.wp.com/wordpress.org/news/files/2018/04/wp15_mark-1.png?resize=300%2C236&ssl=1 300w, https://i1.wp.com/wordpress.org/news/files/2018/04/wp15_mark-1.png?resize=768%2C605&ssl=1 768w, https://i1.wp.com/wordpress.org/news/files/2018/04/wp15_mark-1.png?resize=1024%2C806&ssl=1 1024w, https://i1.wp.com/wordpress.org/news/files/2018/04/wp15_mark-1.png?w=1264&ssl=1 1264w, https://i1.wp.com/wordpress.org/news/files/2018/04/wp15_mark-1.png?w=1896&ssl=1 1896w\" sizes=\"(max-width: 342px) 100vw, 342px\" data-recalc-dims=\"1\" /></figure>\n\n<h2>Party time!</h2>\n\n<p>Join WordPress fans all over the world in celebrating the 15th Anniversary of WordPress by throwing your own party! Here’s how you can join in the fun:</p>\n\n<ol>\n <li>Check the <a href=\"https://wp15.wordpress.net/about/\">WordPress 15th Anniversary website</a> to see if there’s a party already planned for your town. If there is, RSVP for the party and invite your friends!<br /></li>\n <li>If there isn’t, then pick a place to go where a bunch of people can be merry — a park, a pub, a backyard; any family-friendly venue will do!</li>\n <li>List your party with <a href=\"https://www.meetup.com/pro/wordpress/\">your local WordPress meetup group</a> (Don’t have a group? <a href=\"https://make.wordpress.org/community/handbook/meetup-organizer/welcome/#starting-a-new-meetup-com-group\">Start one!</a>) and then spread the word to other local meetups, tech groups, press, etc and get people to say they’ll come to your party.</li>\n <li><a href=\"https://make.wordpress.org/community/handbook/meetup-organizer/event-formats/wordpress-15th-anniversary-celebrations/#request-wordpress-15th-anniversary-swag\">Request</a> some special 15th anniversary WordPress swag (no later than April 27, please, so we have time to ship it to you).<br /></li>\n <li>Have party attendees post photos, videos, and the like with the #WP15 hashtag, and <a href=\"https://wp15.wordpress.net/live/\">check out the social media stream</a> to see how the rest of the world is sharing and celebrating.</li>\n</ol>\n\n<p>Don’t miss this chance to participate in a global celebration of WordPress!<br /></p>\n\n<h2>Special Swag</h2>\n\n<p>In honor of the 15th anniversary, we’ve added some <a href=\"https://mercantile.wordpress.org/product-category/wordpress-15/\">special 15th anniversary items</a> in the swag store — you can use the offer code <strong>CELEBRATEWP15</strong> to take 15% off this (and any other WordPress swag you buy), all the way through the end of 2018!</p>\n\n<p>Keep checking the swag store, because we’ll be adding more swag over the next few weeks!</p>\n\n<h2>Share the fun</h2>\n\n<p>However you celebrate the WordPress 15th anniversary — with <a href=\"https://wp15.wordpress.net/about/\">a party</a>, with <a href=\"https://wp15.wordpress.net/swag/\">commemorative swag</a>, by <a href=\"https://wp15.wordpress.net/live/\">telling the world</a> what WordPress means to you — remember to use the #WP15 hashtag to share it! And don’t forget to <a href=\"https://wp15.wordpress.net/live/\">check the stream of WordPress 15th anniversary posts</a>.</p>\n\n<p>When <a href=\"https://venturebeat.com/2018/03/05/wordpress-now-powers-30-of-websites/\">30% of the internet</a> has a reason to celebrate, you know it’s going to be great! </p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"5753\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:2;a:6:{s:4:\"data\";s:33:\"\n \n \n \n \n \n\n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"GDPR Compliance Tools in WordPress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:70:\"https://wordpress.org/news/2018/04/gdpr-compliance-tools-in-wordpress/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 12 Apr 2018 20:11:50 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:1:{i:0;a:5:{s:4:\"data\";s:8:\"Features\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=5728\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:188:\"GDPR compliance is an important consideration for all WordPress websites. The GDPR Compliance team is looking for help to test the privacy tools that are currently being developed in core.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:10:\"Andrew Ozz\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:3914:\"<p>GDPR compliance is an important consideration for all WordPress websites. The GDPR Compliance team is looking for help to test the privacy tools that are currently being developed in core. </p>\n\n<h2>What is GDPR?</h2>\n\n<p>GDPR stands for <a href=\"https://en.wikipedia.org/wiki/General_Data_Protection_Regulation\">General Data Protection Regulation</a> and is intended to strengthen and unify data protection for all individuals within the European Union. Its primary aim is to give control back to the EU residents over their personal data. <br /></p>\n\n<p>Why the urgency? Although the GDPR was introduced two years ago, it becomes enforceable starting May 25, 2018.</p>\n\n<h2>Make WordPress GDPR Compliance Team</h2>\n\n<p>Currently, the GDPR Compliance Team understands that helping WordPress-based sites become compliant is a large and ongoing task. The team is focusing on creating a comprehensive core policy, plugin guidelines, privacy tools and documentation. All of this requires your help.<br /></p>\n\n<p>The GDPR Compliance Team is focusing on four main areas:</p>\n\n<ul>\n <li>Add functionality to assist site owners in creating comprehensive privacy policies for their websites.</li>\n <li>Create guidelines for plugins to become GDPR ready.</li>\n <li>Add administration tools to facilitate compliance and encourage user privacy in general.</li>\n <li>Add documentation to educate site owners on privacy, the main GDPR compliance requirements, and on how to use the new privacy tools.</li>\n</ul>\n\n<h2>Don’t we already have a privacy policy?</h2>\n\n<p>Yes and no. That said, The GDPR puts tighter guidelines and restrictions. Though we have many plugins that create privacy pages, we need means to generate a unified, comprehensive privacy policy. We will need tools for users to easily come into compliance.<br /></p>\n\n<p>Site owners will be able to create GDPR compliant privacy policy in three steps:</p>\n\n<ol>\n <li>Adding a dedicated page for the policy.<br /></li>\n <li>Adding privacy information from plugins.</li>\n <li>Reviewing and publishing the policy.</li>\n</ol>\n\n<p>A new “postbox” will be added to the Edit Page screen when editing the policy. All plugins that collect or store user data will be able to add privacy information there. In addition it will alert the site owners when any privacy information changes after a plugin is activated, deactivated, or updated.<br /></p>\n\n<p>There is a new functionality to confirm user requests by email address. It is intended for site owners to be able to verify requests from users for displaying, downloading, or anonymizing of personal data.<br /></p>\n\n<p>A new “Privacy” page is added under the “Tools” menu. It will display new, confirmed requests from users, as well as already fulfilled requests. It will also contain the tools for exporting and anonymizing of personal data and for requesting email confirmation to avoid abuse attempts.<br /></p>\n\n<p>New section on privacy will be added to the <a href=\"https://developer.wordpress.org/plugins/\">Plugin Handbook</a>. It will contain some general information on user privacy, what a plugin should do to be compliant, and also tips and examples on how to use the new privacy related functionality in WordPress.<br /></p>\n\n<p>The new privacy tools are scheduled for release at the end of April or beginning of May 2018.</p>\n\n<h2>How can you get involved?</h2>\n\n<p>We would love to have your help. The first step is awareness and education. For more information about the upcoming privacy tools see <a href=\"https://make.wordpress.org/core/2018/03/28/roadmap-tools-for-gdpr-compliance/\">the roadmap</a>.</p>\n\n<p>If you would like to get involved in building WordPress Core and testing the new privacy tools, please join the #gdpr-compliance channel in the <a href=\"https://make.wordpress.org/chat/\">Make WordPress</a> Slack group.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"5728\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:3;a:6:{s:4:\"data\";s:36:\"\n \n \n \n \n \n \n\n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:48:\"WordPress 4.9.5 Security and Maintenance Release\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:84:\"https://wordpress.org/news/2018/04/wordpress-4-9-5-security-and-maintenance-release/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 03 Apr 2018 19:56:54 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:2:{i:0;a:5:{s:4:\"data\";s:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:3:\"4.9\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=5645\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:376:\"WordPress 4.9.5 is now available. This is a security and maintenance release for all versions since WordPress 3.7. We strongly encourage you to update your sites immediately. WordPress versions 4.9.4 and earlier are affected by three security issues. As part of the core team's ongoing commitment to security hardening, the following fixes have been implemented […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:17:\"Aaron D. Campbell\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:6347:\"<p>WordPress 4.9.5 is now available. This is a <strong>security and maintenance release</strong> for all versions since WordPress 3.7. We strongly encourage you to update your sites immediately.</p>\n\n<p>WordPress versions 4.9.4 and earlier are affected by three security issues. As part of the core team's ongoing commitment to security hardening, the following fixes have been implemented in 4.9.5:</p>\n\n<ol>\n <li>Don't treat <code>localhost</code> as same host by default.</li>\n <li>Use safe redirects when redirecting the login page if SSL is forced.</li>\n <li>Make sure the version string is correctly escaped for use in generator tags.</li>\n</ol>\n\n<p>Thank you to the reporters of these issues for practicing <a href=\"https://make.wordpress.org/core/handbook/testing/reporting-security-vulnerabilities/\">coordinated security disclosure</a>: <a href=\"https://profiles.wordpress.org/xknown\">xknown</a> of the WordPress Security Team, <a href=\"https://hackerone.com/nitstorm\">Nitin Venkatesh (nitstorm)</a>, and <a href=\"https://twitter.com/voldemortensen\">Garth Mortensen</a> of the WordPress Security Team.</p>\n\n<p>Twenty-five other bugs were fixed in WordPress 4.9.5. Particularly of note were:</p>\n\n<ul>\n <li>The previous styles on caption shortcodes have been restored.</li>\n <li>Cropping on touch screen devices is now supported.</li>\n <li>A variety of strings such as error messages have been updated for better clarity.</li>\n <li>The position of an attachment placeholder during uploads has been fixed.</li>\n <li>Custom nonce functionality in the REST API JavaScript client has been made consistent throughout the code base.</li>\n <li>Improved compatibility with PHP 7.2.</li>\n</ul>\n\n<p><a href=\"https://make.wordpress.org/core/2018/04/03/wordpress-4-9-5/\">This post has more information about all of the issues fixed in 4.9.5 if you'd like to learn more</a>.</p>\n\n<p><a href=\"https://wordpress.org/download/\">Download WordPress 4.9.5</a> or venture over to Dashboard → Updates and click "Update Now." Sites that support automatic background updates are already beginning to update automatically.</p>\n\n<p>Thank you to everyone who contributed to WordPress 4.9.5:</p>\n\n<p><a href=\"https://profiles.wordpress.org/1265578519-1/\">1265578519</a>, <a href=\"https://profiles.wordpress.org/jorbin/\">Aaron Jorbin</a>, <a href=\"https://profiles.wordpress.org/adamsilverstein/\">Adam Silverstein</a>, <a href=\"https://profiles.wordpress.org/schlessera/\">Alain Schlesser</a>, <a href=\"https://profiles.wordpress.org/alexgso/\">alexgso</a>, <a href=\"https://profiles.wordpress.org/afercia/\">Andrea Fercia</a>, <a href=\"https://profiles.wordpress.org/andrei0x309/\">andrei0x309</a>, <a href=\"https://profiles.wordpress.org/antipole/\">antipole</a>, <a href=\"https://profiles.wordpress.org/aranwer104/\">Anwer AR</a>, <a href=\"https://profiles.wordpress.org/birgire/\">Birgir Erlendsson (birgire)</a>, <a href=\"https://profiles.wordpress.org/blair-jersyer/\">Blair jersyer</a>, <a href=\"https://profiles.wordpress.org/bandonrandon/\">Brooke.</a>, <a href=\"https://profiles.wordpress.org/chetan200891/\">Chetan Prajapati</a>, <a href=\"https://profiles.wordpress.org/codegrau/\">codegrau</a>, <a href=\"https://profiles.wordpress.org/conner_bw/\">conner_bw</a>, <a href=\"https://profiles.wordpress.org/davidakennedy/\">David A. Kennedy</a>, <a href=\"https://profiles.wordpress.org/designsimply/\">designsimply</a>, <a href=\"https://profiles.wordpress.org/dd32/\">Dion Hulse</a>, <a href=\"https://profiles.wordpress.org/ocean90/\">Dominik Schilling (ocean90)</a>, <a href=\"https://profiles.wordpress.org/electricfeet/\">ElectricFeet</a>, <a href=\"https://profiles.wordpress.org/ericmeyer/\">ericmeyer</a>, <a href=\"https://profiles.wordpress.org/fpcsjames/\">FPCSJames</a>, <a href=\"https://profiles.wordpress.org/garrett-eclipse/\">Garrett Hyder</a>, <a href=\"https://profiles.wordpress.org/pento/\">Gary Pendergast</a>, <a href=\"https://profiles.wordpress.org/soulseekah/\">Gennady Kovshenin</a>, <a href=\"https://profiles.wordpress.org/henrywright/\">Henry Wright</a>, <a href=\"https://profiles.wordpress.org/audrasjb/\">Jb Audras</a>, <a href=\"https://profiles.wordpress.org/jbpaul17/\">Jeffrey Paul</a>, <a href=\"https://profiles.wordpress.org/jipmoors/\">Jip Moors</a>, <a href=\"https://profiles.wordpress.org/joemcgill/\">Joe McGill</a>, <a href=\"https://profiles.wordpress.org/joen/\">Joen Asmussen</a>, <a href=\"https://profiles.wordpress.org/johnbillion/\">John Blackbourn</a>, <a href=\"https://profiles.wordpress.org/johnpgreen/\">johnpgreen</a>, <a href=\"https://profiles.wordpress.org/junaidkbr/\">Junaid Ahmed</a>, <a href=\"https://profiles.wordpress.org/kristastevens/\">kristastevens</a>, <a href=\"https://profiles.wordpress.org/obenland/\">Konstantin Obenland</a>, <a href=\"https://profiles.wordpress.org/lakenh/\">Laken Hafner</a>, <a href=\"https://profiles.wordpress.org/lancewillett/\">Lance Willett</a>, <a href=\"https://profiles.wordpress.org/leemon/\">leemon</a>, <a href=\"https://profiles.wordpress.org/melchoyce/\">Mel Choyce</a>, <a href=\"https://profiles.wordpress.org/mikeschroder/\">Mike Schroder</a>, <a href=\"https://profiles.wordpress.org/mrmadhat/\">mrmadhat</a>, <a href=\"https://profiles.wordpress.org/nandorsky/\">nandorsky</a>, <a href=\"https://profiles.wordpress.org/jainnidhi/\">Nidhi Jain</a>, <a href=\"https://profiles.wordpress.org/swissspidy/\">Pascal Birchler</a>, <a href=\"https://profiles.wordpress.org/qcmiao/\">qcmiao</a>, <a href=\"https://profiles.wordpress.org/rachelbaker/\">Rachel Baker</a>, <a href=\"https://profiles.wordpress.org/larrach/\">Rachel Peter</a>, <a href=\"https://profiles.wordpress.org/ravanh/\">RavanH</a>, <a href=\"https://profiles.wordpress.org/otto42/\">Samuel Wood (Otto)</a>, <a href=\"https://profiles.wordpress.org/sebastienthivinfocom/\">Sebastien SERRE</a>, <a href=\"https://profiles.wordpress.org/sergeybiryukov/\">Sergey Biryukov</a>, <a href=\"https://profiles.wordpress.org/shital-patel/\">Shital Marakana</a>, <a href=\"https://profiles.wordpress.org/netweb/\">Stephen Edgar</a>, <a href=\"https://profiles.wordpress.org/karmatosed/\">Tammie Lister</a>, <a href=\"https://profiles.wordpress.org/thomas-vitale/\">Thomas Vitale</a>, <a href=\"https://profiles.wordpress.org/kwonye/\">Will Kwon</a>, and <a href=\"https://profiles.wordpress.org/yahil/\">Yahil Madakiya</a>.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"5645\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:4;a:6:{s:4:\"data\";s:33:\"\n \n \n \n \n \n\n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"The Month in WordPress: March 2018\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:69:\"https://wordpress.org/news/2018/04/the-month-in-wordpress-march-2018/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 02 Apr 2018 08:00:22 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:1:{i:0;a:5:{s:4:\"data\";s:18:\"Month in WordPress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=5632\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:317:\"With a significant new milestone and some great improvements to WordPress as a platform, this month has been an important one for the project. Read on to find out more about what happened during the month of March. WordPress Now Powers 30% of the Internet Over the last 15 years, the popularity and usage of […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:15:\"Hugh Lashbrooke\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:4328:\"<p>With a significant new milestone and some great improvements to WordPress as a platform, this month has been an important one for the project. Read on to find out more about what happened during the month of March.\n\n</p>\n\n<hr class=\"wp-block-separator\" />\n\n<h2>WordPress Now Powers 30% of the Internet</h2>\n\n<p>Over the last 15 years, the popularity and usage of WordPress has been steadily growing. That growth hit a significant milestone this month when <a href=\"https://w3techs.com/technologies/details/cm-wordpress/all/all\">W3Techs reported that WordPress now powers over 30% of sites on the web.</a></p>\n\n<p>The percentage is determined based on W3Techs’ review of the top 10 million sites on the web, and it’s a strong indicator of the popularity and flexibility of WordPress as a platform.</p>\n\n<p>If you would like to have hand in helping to grow WordPress even further, <a href=\"https://make.wordpress.org/\">you can get involved today</a>.</p>\n\n<h2>WordPress Jargon Glossary Goes Live</h2>\n\n<p>The WordPress Marketing Team has been hard at work lately putting together <a href=\"https://make.wordpress.org/marketing/2018/02/28/wordpress-jargon-glossary/\">a comprehensive glossary of WordPress jargon</a> to help newcomers to the project become more easily acquainted with things.</p>\n\n<p>The glossary <a href=\"https://make.wordpress.org/marketing/2018/02/28/wordpress-jargon-glossary/\">is available here</a> along with a downloadable PDF to make it simpler to reference offline.</p>\n\n<p>Publishing this resource is part of an overall effort to make WordPress more easily accessible for people who are not so familiar with the project. If you would like to assist the Marketing Team with this, you can follow <a href=\"https://make.wordpress.org/marketing/\">the team blog</a> and join the #marketing channel in the<a href=\"https://make.wordpress.org/chat/\"> Making WordPress Slack group</a>.</p>\n\n<h2>Focusing on Privacy in WordPress</h2>\n\n<p>Online privacy has been in the news this month for all the wrong reasons. It has reinforced the commitment of the GDPR Compliance Team to continue working on enhancements to WordPress core that allow site owners to improve privacy standards.</p>\n\n<p>The team's work, and the wider privacy project, spans four areas: Adding tools which will allow site administrators to collect the information they need about their sites, examining the plugin guidelines with privacy in mind, enhancing privacy standards in WordPress core, and creating documentation focused on best practices in online privacy.</p>\n\n<p>To get involved with the project, you can <a href=\"https://make.wordpress.org/core/2018/03/28/roadmap-tools-for-gdpr-compliance/\">view the roadmap</a>, <a href=\"https://make.wordpress.org/core/tag/gdpr-compliance/\">follow the updates</a>, <a href=\"https://core.trac.wordpress.org/query?status=!closed&keywords=~gdpr\">submit patches</a>, and join the #gdpr-compliance channel in the <a href=\"https://make.wordpress.org/chat\">Making WordPress Slack group</a>. Office hours are 15:00 UTC on Wednesdays.</p>\n\n<hr class=\"wp-block-separator\" />\n\n<h2>Further Reading:</h2>\n\n<ul>\n <li>The WordPress Foundation has published <a href=\"https://wordpressfoundation.org/2017-annual-report/\">their annual report for 2017</a> showing just how much the community has grown over the last year.</li>\n <li>The dates for WordCamp US <a href=\"https://2018.us.wordcamp.org/2018/03/13/announcing-wordcamp-us-2018/\">have been announced</a> — this flagship WordCamp event will be held on 7-9 December this year in Nashville, Tennessee.</li>\n <li>WordPress 4.9.5 is due for release on April 3 — <a href=\"https://make.wordpress.org/core/2018/03/21/wordpress-4-9-5-beta/\">find out more here</a>.</li>\n <li>Version 2.5 of Gutenberg, the new editor for WordPress core, <a href=\"https://make.wordpress.org/core/2018/03/29/whats-new-in-gutenberg-29th-march/\">was released this month</a> with a host of great improvements.</li>\n <li>WordSesh, a virtual WordPress conference, <a href=\"http://wordsesh.com/\">is returning in July this year</a>.</li>\n</ul>\n\n<p><em>If you have a story we should consider including in the next “Month in WordPress” post, please <a href=\"https://make.wordpress.org/community/month-in-wordpress-submissions/\">submit it here</a>.</em><br /></p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"5632\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:5;a:6:{s:4:\"data\";s:33:\"\n \n \n \n \n \n\n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:37:\"The Month in WordPress: February 2018\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:72:\"https://wordpress.org/news/2018/03/the-month-in-wordpress-february-2018/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 01 Mar 2018 08:41:04 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:1:{i:0;a:5:{s:4:\"data\";s:18:\"Month in WordPress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=5613\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:324:\"Judging by the flurry of activity across the WordPress project throughout February, it looks like everyone is really getting into the swing of things for 2018. There have been a lot of interesting new developments, so read on to see what the community has been up to for the past month. WordPress 4.9.3 & 4.9.4 […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:15:\"Hugh Lashbrooke\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:5936:\"<p>Judging by the flurry of activity across the WordPress project throughout February, it looks like everyone is really getting into the swing of things for 2018. There have been a lot of interesting new developments, so read on to see what the community has been up to for the past month.</p>\n\n<hr class=\"wp-block-separator\" />\n\n<h2>WordPress 4.9.3 & 4.9.4</h2>\n\n<p>Early in the month, <a href=\"https://wordpress.org/news/2018/02/wordpress-4-9-3-maintenance-release/\">version 4.9.3 of WordPress was released</a>, including a number of important bug fixes. Unfortunately it introduced a bug that prevented many sites from automatically updating to future releases. To remedy this issue, <a href=\"https://wordpress.org/news/2018/02/wordpress-4-9-4-maintenance-release/\">version 4.9.4 was released</a> the following day requiring many people to manually update their sites.</p>\n\n<p>While this kind of issue is always regrettable, the good thing is that it was fixed quickly, and that not all sites had updated to 4.9.3 yet, which meant they bypassed the bug in that version.</p>\n\n<p>You can find out more technical information about this issue <a href=\"https://make.wordpress.org/core/2018/02/06/wordpress-4-9-4-release-the-technical-details/\">on the Core development blog</a>.</p>\n\n<h2>The WordCamp Incubator is Back</h2>\n\n<p>In 2016, the Global Community Team ran an experimental program to help spread WordPress to underserved areas by providing more significant organizing support for their first WordCamp event. This program was dubbed the WordCamp Incubator, and it was so successful in the three cities where it ran that <a href=\"https://wordpress.org/news/2018/02/wordcamp-incubator-2-0/\">the program is back for 2018</a>.</p>\n\n<p>Right now, the Community Team is looking for cities to be a part of this year’s incubator by <a href=\"https://wordcampcentral.polldaddy.com/s/wordcamp-incubator-program-2018-city-application\">taking applications</a>. Additionally, each incubator community will need an experienced WordCamp organizer to assist them as a co-lead organizer for their event — if that sounds interesting to you, then you can <a href=\"https://wordcampcentral.polldaddy.com/s/wordcamp-incubator-program-2018-co-lead-application\">fill in the application form for co-leads</a>.</p>\n\n<p>You can find out further information about the WordCamp Incubator <a href=\"https://make.wordpress.org/community/2018/02/19/wordcamp-incubator-program-2018-announcement/\">on the Community Team blog</a>.</p>\n\n<h2>WordPress Meetup Roundtables scheduled for March</h2>\n\n<p>In order to assist local WordPress meetup organizers with running their meetup groups, some members of the Community Team have organized <a href=\"https://make.wordpress.org/community/2018/02/23/wordpress-meetup-roundtables-scheduled-for-march/\">weekly meetup roundtable discussions through the month of March</a>.</p>\n\n<p>These will be run as video chats at 16:00 UTC every Wednesday this month and will be a great place for meetup organizers to come together and help each other out with practical ideas and advice.</p>\n\n<p>If you are not already in the WordPress meetup program and would like to join, you can find out more information in <a href=\"https://make.wordpress.org/community/handbook/meetup-organizer/welcome/\">the WordPress Meetup Organizer Handbook</a>.</p>\n\n<h2>GDPR Compliance in WordPress Core</h2>\n\n<p>The General Data Protection Regulation (GDPR) is an upcoming regulation that will affect all online services across Europe. In order to prepare for this, a working group has been formed to make sure that WordPress is compliant with the GDPR regulations.</p>\n\n<p>Aside from the fact that this will be a requirement for the project going forward, it will also have an important and significant impact on the privacy and security of WordPress as a whole. The working group has posted <a href=\"https://make.wordpress.org/core/2018/02/19/proposed-roadmap-tools-for-gdpr-compliance/\">their proposed roadmap</a> for this project and it looks very promising.</p>\n\n<p>To get involved in building WordPress Core, jump into the #gdpr-compliance channel in the <a href=\"https://make.wordpress.org/chat/\">Making WordPress Slack group</a>, and follow <a href=\"https://make.wordpress.org/core/\">the Core team blog</a>.</p>\n\n<hr class=\"wp-block-separator\" />\n\n<h2>Further Reading:</h2>\n\n<ul>\n <li>WPShout published <a href=\"https://wpshout.com/complete-guide-wordpress-security/\">a thorough guide to WordPress security</a>.</li>\n <li>The Community Team has published interesting statistics from the WordCamp program in <a href=\"https://make.wordpress.org/community/2018/02/27/wordcamps-in-2016/\">2016</a> and <a href=\"https://make.wordpress.org/community/2018/02/28/wordcamps-in-2017/\">2017</a>.</li>\n <li><a href=\"https://make.wordpress.org/community/2018/02/15/potential-addition-of-a-new-onboarding-team/\">An intriguing proposal has been made</a> for a new ‘Onboarding’ team to be started in the WordPress project.</li>\n <li>The new editing experience for WordPress, named Gutenberg, continues to be actively developed with <a href=\"https://make.wordpress.org/core/2018/02/16/whats-new-in-gutenberg-16th-february/\">a feature-packed release</a> this past month.</li>\n <li>The Advanced WordPress Facebook group <a href=\"https://www.youtube.com/watch?v=4vS_jR5-nIo\">held an interview with WordPress co-founder, Matt Mullenweg</a> about the Gutenberg project.</li>\n <li><a href=\"https://make.wordpress.org/meta/2018/02/27/two-factor-authentication-on-wp-org/\">Two factor authentication is on its way to the WordPress.org network</a> — this will be a great improvement to the overall security of the project.</li>\n</ul>\n\n<p><em>If you have a story we should consider including in the next “Month in WordPress” post, please <a href=\"https://make.wordpress.org/community/month-in-wordpress-submissions/\">submit it here</a>.</em></p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"5613\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:6;a:6:{s:4:\"data\";s:39:\"\n \n \n \n \n \n \n \n\n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:22:\"WordCamp Incubator 2.0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:58:\"https://wordpress.org/news/2018/02/wordcamp-incubator-2-0/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 21 Feb 2018 22:53:20 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:3:{i:0;a:5:{s:4:\"data\";s:9:\"Community\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:6:\"Events\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:8:\"WordCamp\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=5577\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:343:\"WordCamps are informal, community-organized events that are put together by a team of local WordPress users who have a passion for growing their communities. They are born out of active WordPress meetup groups that meet regularly and are able to host an annual WordCamp event. This has worked very well in many communities, with over […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:15:\"Hugh Lashbrooke\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:2450:\"<p><a href=\"https://central.wordcamp.org/\">WordCamps</a> are informal, community-organized events that are put together by a team of local WordPress users who have a passion for growing their communities. They are born out of active WordPress meetup groups that meet regularly and are able to host an annual WordCamp event. This has worked very well in many communities, with over 120 WordCamps being hosted around the world in 2017.<br /></p>\n\n<p>Sometimes though, passionate and enthusiastic community members can’t pull together enough people in their community to make a WordCamp happen. To address this, we introduced <a href=\"https://wordpress.org/news/2016/02/experiment-wordcamp-incubator/\">the WordCamp Incubator program</a> in 2016.<br /></p>\n\n<p>The goal of the incubator program is <strong>to help spread WordPress to underserved areas by providing more significant organizing support for their first WordCamp event.</strong> In 2016, members of <a href=\"https://make.wordpress.org/community/\">the global community team</a> worked with volunteers in three cities — Denpasar, Harare and Medellín — giving direct, hands-on assistance in making local WordCamps possible. All three of these WordCamp incubators <a href=\"https://make.wordpress.org/community/2017/06/30/wordcamp-incubator-report/\">were a great success</a>, so we're bringing the incubator program back for 2018.<br /></p>\n\n<p>Where should the next WordCamp incubators be? If you have always wanted a WordCamp in your city but haven’t been able to get a community started, this is a great opportunity. We will be taking applications for the next few weeks, then will get in touch with everyone who applied to discuss the possibilities. We will announce the chosen cities by the end of March.<br /></p>\n\n<p><strong>To apply, </strong><a href=\"https://wordcampcentral.polldaddy.com/s/wordcamp-incubator-program-2018-city-application\"><strong>fill in the application</strong></a><strong> by March 15, 2018.</strong> You don’t need to have any specific information handy, it’s just a form to let us know you’re interested. You can apply to nominate your city even if you don’t want to be the main organizer, but for this to work well we will need local liaisons and volunteers, so please only nominate cities where you live or work so that we have at least one local connection to begin.<br /></p>\n\n<p>We're looking forward to hearing from you!<br /></p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"5577\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:7;a:6:{s:4:\"data\";s:36:\"\n \n \n \n \n \n \n\n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"WordPress 4.9.4 Maintenance Release\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:71:\"https://wordpress.org/news/2018/02/wordpress-4-9-4-maintenance-release/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 06 Feb 2018 16:17:55 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:2:{i:0;a:5:{s:4:\"data\";s:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:3:\"4.9\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=5559\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:350:\"WordPress 4.9.4 is now available. This maintenance release fixes a severe bug in 4.9.3, which will cause sites that support automatic background updates to fail to update automatically, and will require action from you (or your host) for it to be updated to 4.9.4. Four years ago with WordPress 3.7 “Basie”, we added the ability […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:10:\"Dion Hulse\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:1823:\"<p>WordPress 4.9.4 is now available.</p>\n<p>This maintenance release fixes a severe bug in 4.9.3, which will cause sites that support automatic background updates to fail to update automatically, and will require action from you (or your host) for it to be updated to 4.9.4.</p>\n<p>Four years ago with <a href=\"https://wordpress.org/news/2013/10/basie/\">WordPress 3.7 “Basie”</a>, we added the ability for WordPress to self-update, keeping your website secure and bug-free, even when you weren’t available to do it yourself. For four years it’s helped keep millions of installs updated with very few issues over that time. Unfortunately <a href=\"https://wordpress.org/news/2018/02/wordpress-4-9-3-maintenance-release/\">yesterdays 4.9.3 release</a> contained a severe bug which was only discovered after release. The bug will cause WordPress to encounter an error when it attempts to update itself to WordPress 4.9.4, and will require an update to be performed through the WordPress dashboard or hosts update tools.</p>\n<p>WordPress managed hosting companies who install updates automatically for their customers can install the update as normal, and we’ll be working with other hosts to ensure that as many customers of theirs who can be automatically updated to WordPress 4.9.4 can be.</p>\n<p>For more technical details of the issue, we’ve <a href=\"https://make.wordpress.org/core/2018/02/06/wordpress-4-9-4-release-the-technical-details/\">posted on our Core Development blog</a>. For a full list of changes, consult the <a href=\"https://core.trac.wordpress.org/query?status=closed&milestone=4.9.4&group=component\">list of tickets</a>.</p>\n<p><a href=\"https://wordpress.org/download/\">Download WordPress 4.9.4</a> or visit Dashboard → Updates and click “Update Now.”</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"5559\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:8;a:6:{s:4:\"data\";s:33:\"\n \n \n \n \n \n\n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"WordPress 4.9.3 Maintenance Release\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:71:\"https://wordpress.org/news/2018/02/wordpress-4-9-3-maintenance-release/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 05 Feb 2018 19:47:45 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:1:{i:0;a:5:{s:4:\"data\";s:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=5545\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:372:\"WordPress 4.9.3 is now available. This maintenance release fixes 34 bugs in 4.9, including fixes for Customizer changesets, widgets, visual editor, and PHP 7.2 compatibility. For a full list of changes, consult the list of tickets and the changelog. Download WordPress 4.9.3 or visit Dashboard → Updates and click “Update Now.” Sites that support automatic […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:15:\"Sergey Biryukov\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:3421:\"<p>WordPress 4.9.3 is now available.</p>\n<p>This maintenance release fixes 34 bugs in 4.9, including fixes for Customizer changesets, widgets, visual editor, and PHP 7.2 compatibility. For a full list of changes, consult the <a href=\"https://core.trac.wordpress.org/query?status=closed&milestone=4.9.3&group=component\">list of tickets</a> and the <a href=\"https://core.trac.wordpress.org/log/branches/4.9?rev=42630&stop_rev=42521\">changelog</a>.</p>\n<p><a href=\"https://wordpress.org/download/\">Download WordPress 4.9.3</a> or visit Dashboard → Updates and click “Update Now.” Sites that support automatic background updates are already beginning to update automatically.</p>\n<p>Thank you to everyone who contributed to WordPress 4.9.3:</p>\n<p><a href=\"https://profiles.wordpress.org/jorbin/\">Aaron Jorbin</a>, <a href=\"https://profiles.wordpress.org/abdullahramzan/\">abdullahramzan</a>, <a href=\"https://profiles.wordpress.org/adamsilverstein/\">Adam Silverstein</a>, <a href=\"https://profiles.wordpress.org/afercia/\">Andrea Fercia</a>, <a href=\"https://profiles.wordpress.org/andreiglingeanu/\">andreiglingeanu</a>, <a href=\"https://profiles.wordpress.org/azaozz/\">Andrew Ozz</a>, <a href=\"https://profiles.wordpress.org/bpayton/\">Brandon Payton</a>, <a href=\"https://profiles.wordpress.org/chetan200891/\">Chetan Prajapati</a>, <a href=\"https://profiles.wordpress.org/coleh/\">coleh</a>, <a href=\"https://profiles.wordpress.org/darko-a7/\">Darko A7</a>, <a href=\"https://profiles.wordpress.org/desertsnowman/\">David Cramer</a>, <a href=\"https://profiles.wordpress.org/dlh/\">David Herrera</a>, <a href=\"https://profiles.wordpress.org/dd32/\">Dion Hulse</a>, <a href=\"https://profiles.wordpress.org/flixos90/\">Felix Arntz</a>, <a href=\"https://profiles.wordpress.org/frank-klein/\">Frank Klein</a>, <a href=\"https://profiles.wordpress.org/pento/\">Gary Pendergast</a>, <a href=\"https://profiles.wordpress.org/audrasjb/\">Jb Audras</a>, <a href=\"https://profiles.wordpress.org/jbpaul17/\">Jeffrey Paul</a>, <a href=\"https://profiles.wordpress.org/lizkarkoski/\">lizkarkoski</a>, <a href=\"https://profiles.wordpress.org/clorith/\">Marius L. J.</a>, <a href=\"https://profiles.wordpress.org/mattyrob/\">mattyrob</a>, <a href=\"https://profiles.wordpress.org/monikarao/\">Monika Rao</a>, <a href=\"https://profiles.wordpress.org/munyagu/\">munyagu</a>, <a href=\"https://profiles.wordpress.org/ndavison/\">ndavison</a>, <a href=\"https://profiles.wordpress.org/nickmomrik/\">Nick Momrik</a>, <a href=\"https://profiles.wordpress.org/peterwilsoncc/\">Peter Wilson</a>, <a href=\"https://profiles.wordpress.org/rachelbaker/\">Rachel Baker</a>, <a href=\"https://profiles.wordpress.org/rishishah/\">rishishah</a>, <a href=\"https://profiles.wordpress.org/othellobloke/\">Ryan Paul</a>, <a href=\"https://profiles.wordpress.org/sasiddiqui/\">Sami Ahmed Siddiqui</a>, <a href=\"https://profiles.wordpress.org/sayedwp/\">Sayed Taqui</a>, <a href=\"https://profiles.wordpress.org/seanchayes/\">Sean Hayes</a>, <a href=\"https://profiles.wordpress.org/sergeybiryukov/\">Sergey Biryukov</a>, <a href=\"https://profiles.wordpress.org/shooper/\">Shawn Hooper</a>, <a href=\"https://profiles.wordpress.org/netweb/\">Stephen Edgar</a>, <a href=\"https://profiles.wordpress.org/manikmist09/\">Sultan Nasir Uddin</a>, <a href=\"https://profiles.wordpress.org/tigertech/\">tigertech</a>, and <a href=\"https://profiles.wordpress.org/westonruter/\">Weston Ruter</a>.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"5545\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:9;a:6:{s:4:\"data\";s:33:\"\n \n \n \n \n \n\n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:36:\"The Month in WordPress: January 2018\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:71:\"https://wordpress.org/news/2018/02/the-month-in-wordpress-january-2018/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 02 Feb 2018 08:10:07 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:1:{i:0;a:5:{s:4:\"data\";s:18:\"Month in WordPress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=5541\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:339:\"Things got off to a gradual start in 2018 with momentum starting to pick up over the course of the month. There were some notable developments in January, including a new point release and work being done on other important areas of the WordPress project. WordPress 4.9.2 Security and Maintenance Release On January 16, WordPress […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:15:\"Hugh Lashbrooke\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:3840:\"<p>Things got off to a gradual start in 2018 with momentum starting to pick up over the course of the month. There were some notable developments in January, including a new point release and work being done on other important areas of the WordPress project.</p>\n\n<hr class=\"wp-block-separator\" />\n\n<h2>WordPress 4.9.2 Security and Maintenance Release</h2>\n\n<p>On January 16, <a href=\"https://wordpress.org/news/2018/01/wordpress-4-9-2-security-and-maintenance-release/\">WordPress 4.9.2 was released</a> to fix an important security issue with the media player, as well as a number of other smaller bugs. This release goes a long way to smoothing out the 4.9 release cycle with the next point release, v4.9.3, <a href=\"https://make.wordpress.org/core/2018/01/31/wordpress-4-9-3-release-pushed-to-february-5th/\">due in early February</a>.</p>\n\n<p>To get involved in building WordPress Core, jump into the #core channel in the<a href=\"https://make.wordpress.org/chat/\"> Making WordPress Slack group</a>, and follow<a href=\"https://make.wordpress.org/core/\"> the Core team blog</a>.</p>\n\n<h2>Updated Plugin Directory Guidelines</h2>\n\n<p>At the end of 2017, <a href=\"https://developer.wordpress.org/plugins/wordpress-org/detailed-plugin-guidelines/\">the guidelines for the Plugin Directory</a> received a significant update to make them clearer and expanded to address certain situations. This does not necessarily make these guidelines complete, but rather more user-friendly and practical; they govern how developers build plugins for the Plugin Directory, so they need to evolve with the global community that the Directory serves.</p>\n\n<p>If you would like to contribute to these guidelines, you can make a pull request to <a href=\"https://github.com/WordPress/wporg-plugin-guidelines\">the GitHub repository</a> or email <a href=\"mailto:plugins@wordpress.org\">plugins@wordpress.org</a>. You can also jump into the #pluginreview channel in the<a href=\"https://make.wordpress.org/chat/\"> Making WordPress Slack group</a>.</p>\n\n<hr class=\"wp-block-separator\" />\n\n<h2>Further Reading:</h2>\n\n<ul>\n <li>Near the end of last year a lot of work was put into improving the standards in the WordPress core codebase and now <a href=\"https://make.wordpress.org/core/2017/11/30/wordpress-php-now-mostly-conforms-to-wordpress-coding-standards/\">the entire platform is at nearly 100% compliance with the WordPress coding standards</a>.</li>\n <li>Gutenberg, the new editor coming to WordPress core in the next major release, <a href=\"https://make.wordpress.org/core/2018/01/25/whats-new-in-gutenberg-25th-january/\">was updated to v2.1 this month</a> with some great usability and technical improvements.</li>\n <li>The Global Community Team is <a href=\"https://make.wordpress.org/community/2018/01/16/2018-goals-for-the-global-community-team-suggestions-time/\">taking suggestions for the goals of the Community program in 2018</a>.</li>\n <li><a href=\"https://online.wpcampus.org/\">WPCampus Online</a>, a digital conference focused on WordPress in higher education, took place on January 30. The videos of the event sessions will be online soon.</li>\n <li>A WordPress community member <a href=\"https://wptavern.com/new-toolkit-simplifies-the-process-of-creating-gutenberg-blocks\">has released a toolkit</a> to help developers build blocks for Gutenberg.</li>\n <li>The community team that works to improve the WordPress hosting experience is relatively young, but <a href=\"https://make.wordpress.org/hosting/2018/01/25/hosting-meeting-notes-january-10-2018/\">they have been making some great progress recently</a>.</li>\n</ul>\n\n<p><em>If you have a story we should consider including in the next “Month in WordPress” post, please <a href=\"https://make.wordpress.org/community/month-in-wordpress-submissions/\">submit it here</a>.</em></p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"5541\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}s:27:\"http://www.w3.org/2005/Atom\";a:1:{s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:4:\"href\";s:32:\"https://wordpress.org/news/feed/\";s:3:\"rel\";s:4:\"self\";s:4:\"type\";s:19:\"application/rss+xml\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:44:\"http://purl.org/rss/1.0/modules/syndication/\";a:2:{s:12:\"updatePeriod\";a:1:{i:0;a:5:{s:4:\"data\";s:9:\"\n hourly \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:15:\"updateFrequency\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"\n 1 \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:4:\"site\";a:1:{i:0;a:5:{s:4:\"data\";s:8:\"14607090\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}}}}}}s:4:\"type\";i:128;s:7:\"headers\";O:42:\"Requests_Utility_CaseInsensitiveDictionary\":1:{s:7:\"\0*\0data\";a:9:{s:6:\"server\";s:5:\"nginx\";s:4:\"date\";s:29:\"Tue, 08 May 2018 23:21:18 GMT\";s:12:\"content-type\";s:34:\"application/rss+xml; charset=UTF-8\";s:25:\"strict-transport-security\";s:11:\"max-age=360\";s:6:\"x-olaf\";s:3:\"⛄\";s:13:\"last-modified\";s:29:\"Wed, 02 May 2018 08:47:05 GMT\";s:4:\"link\";s:63:\"<https://wordpress.org/news/wp-json/>; rel=\"https://api.w.org/\"\";s:15:\"x-frame-options\";s:10:\"SAMEORIGIN\";s:4:\"x-nc\";s:9:\"HIT ord 2\";}}s:5:\"build\";s:14:\"20180206025051\";}','no'),(807,'_transient_timeout_feed_mod_ac0b00fe65abe10e0c5b588f3ed8c7ca','1525864878','no'),(808,'_transient_feed_mod_ac0b00fe65abe10e0c5b588f3ed8c7ca','1525821678','no'),(809,'_transient_timeout_feed_d117b5738fbd35bd8c0391cda1f2b5d9','1525864879','no'),(810,'_transient_feed_d117b5738fbd35bd8c0391cda1f2b5d9','a:4:{s:5:\"child\";a:1:{s:0:\"\";a:1:{s:3:\"rss\";a:1:{i:0;a:6:{s:4:\"data\";s:3:\"\n\n\n\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:7:\"version\";s:3:\"2.0\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:0:\"\";a:1:{s:7:\"channel\";a:1:{i:0;a:6:{s:4:\"data\";s:61:\"\n \n \n \n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:16:\"WordPress Planet\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://planet.wordpress.org/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"language\";a:1:{i:0;a:5:{s:4:\"data\";s:2:\"en\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:47:\"WordPress Planet - http://planet.wordpress.org/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"item\";a:50:{i:0;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:61:\"Post Status: Making WordPress and WordSesh — Draft podcast\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"https://poststatus.com/?p=45572\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:67:\"https://poststatus.com/making-wordpress-and-wordsesh-draft-podcast/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1915:\"<p>Welcome to the Post Status <a href=\"https://poststatus.com/category/draft\">Draft podcast</a>, which you can find <a href=\"https://itunes.apple.com/us/podcast/post-status-draft-wordpress/id976403008\">on iTunes</a>, <a href=\"https://play.google.com/music/m/Ih5egfxskgcec4qadr3f4zfpzzm?t=Post_Status__Draft_WordPress_Podcast\">Google Play</a>, <a href=\"http://www.stitcher.com/podcast/krogsgard/post-status-draft-wordpress-podcast\">Stitcher</a>, and <a href=\"http://simplecast.fm/podcasts/1061/rss\">via RSS</a> for your favorite podcatcher. Post Status Draft is hosted by Brian Krogsgard and co-host Brian Richards.</p>\n<p>In this episode, Brian and Brian discuss the upcoming WordSesh schedule and go spelunking through <a href=\"https://make.wordpress.org/\">make.wordpress.org</a> to surface some recent gems making their way to WordPress.org – both the project and the website.</p>\n<p></p>\n<h3>Links</h3>\n<ul>\n<li><a href=\"http://wordsesh.com/\">WordSesh schedule and tickets</a></li>\n<li><a href=\"https://make.wordpress.org/core/2018/04/28/rest-api-meeting-summary-april-26/\">REST API search endpoint</a></li>\n<li><a href=\"https://make.wordpress.org/core/2018/04/26/your-help-wanted-gutenberg-migration-guide/\">Help for Gutenberg migration guide</a></li>\n<li><a href=\"https://make.wordpress.org/themes/2018/04/30/trusted-authors-program/\">Theme review with trusted authors</a></li>\n</ul>\n<h3>Sponsor: iThemes</h3>\n<p>This episode is sponsored by <a href=\"https://ithemes.com/?utm_source=post_status&utm_medium=banner&utm_campaign=ps_ads\">iThemes</a>. The team at iThemes offers WordPress plugins, themes and training to help take the guesswork out of building, maintaining and securing WordPress websites. For more information, check out their <a href=\"https://ithemes.com/?utm_source=post_status&utm_medium=banner&utm_campaign=ps_ads\">website</a> and thank you to iThemes for being a Post Status partner.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 07 May 2018 23:33:20 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Katie Richards\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:1;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:63:\"WPTavern: WordPress 4.9.6 Beta 1 Adds Tools for GDPR Compliance\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=80787\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:74:\"https://wptavern.com/wordpress-4-9-6-beta-1-adds-tools-for-gdpr-compliance\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:4711:\"<p>WordPress <a href=\"https://make.wordpress.org/core/2018/05/03/wordpress-4-9-6-beta/\">4.9.6 Beta 1 is available</a> for testing. It’s the first step in bringing <a href=\"https://www.eugdpr.org/\">GDPR</a> (General Data Protection Regulation) tools to WordPress. In addition to 10 bugs being fixed, this release heavily focuses on privacy enhancements.</p>\n\n<p>One of the first changes is the addition of a Privacy tab on the successful update screen. The message informs users that their sites may send data to WordPress.org for plugin and theme updates with a link to the WordPress.org privacy policy.</p>\n\n<img />\n WordPress 4.9.6 Privacy Information\n\n\n<h2>Privacy Policy Page Creation and Template<br /></h2>\n\n<p>WordPress 4.9.6 includes the ability to create a Privacy Policy page from the backend. Simply browse to <strong>Settings > Privacy</strong> and select an existing page or create a new one where the policy will be displayed.</p>\n\n<img />\n Privacy Policy Page Settings\n\n\n<p>Privacy policy pages will likely become as ubiquitous as About Us pages thanks to the GDPR, but the information that’s displayed is unique to individual sites. WordPress helps out by providing a template with suggestions on what information to display.</p>\n\n<img />\n Privacy Policy Template<br />\n\n\n<h2>Personal Data Export and Removal Tools</h2>\n\n<p>To comply with the GDPR, sites need to provide a way for users to obtain their personal data and request that it be removed. WordPress 4.9.6 does not give users a button to make these requests. Instead, a site’s privacy policy needs to include information on where to send such requests.</p>\n\n<p>Once a request for a data export or removal is received, site administrators or the Data Protection Officer can browse to <strong>Tools > Export Personal Data</strong> or <strong>Tools > Remove Personal Data</strong> and send that user a verification request.</p>\n\n<img />\n Export Personal Data Verification UI\n\n\n<img />\n Data Removal Request Verification UI\n\n\n<p>When an admin enters a username or email address into the send request field, they’ll receive an email with a confirmation link. Once clicked, the site will display an Action Confirmed notice and that the site administrator has been notified and will fulfill the request as soon as possible.</p>\n\n<p>Here’s what a confirmed notice looks like in the backend.</p>\n\n<img />\n Confirmed Data Export Request\n\n\n<p>One thing I noticed is that after a user confirms the request, the site administrator has <a href=\"https://core.trac.wordpress.org/ticket/43967\">no way of knowing</a> that they confirmed unless they visit the Data Export or Removal page. <br /></p>\n\n<p>Perhaps a new notification bubble can be created, similar to pending comments and updates that takes admins to the appropriate place for confirmed requests.</p>\n\n<p>When WordPress finishes creating the zip file, a link is sent to the user. For security purposes, the file will automatically be deleted after 72 hours. </p>\n\n<img />\n My Personal Data Export\n\n\n<p>To test this feature, I exported my personal data from WP Tavern. My data export arrived in a zip file as one Index.html file. This file contains my comments, user meta data, links to attachments, and more. The data provides me with an opportunity to see what data the site has and what would be deleted if I requested full data removal.</p>\n\n<h2>Commenter Cookie Notification and Opt-in<br /></h2>\n\n<p>Cookies save data so that visitors don’t have to fill in the Author, URL, and Email fields each time they want to leave a comment. In 4.9.6, visitors will be informed of this data storage and will need to check mark a box to opt-in.</p>\n\n<img />\n Checkbox For Consenting to Data Storage\n\n\n<p>WordPress 4.9.6 isn’t your typical minor release. It introduces new UI, options, and a bunch of privacy related enhancements. The development team is aiming to officially release 4.9.6 before GDPR goes into effect later this month, but these features need battle tested now, especially on multi-site configurations.</p>\n\n<p>I encourage you to check out 4.9.6 on a staging site and go through the process of requesting, confirming, and obtaining user data. Now is a good time to experience what users will be going through. </p>\n\n<p>You can download <a href=\"https://make.wordpress.org/core/2018/05/03/wordpress-4-9-6-beta/\">WordPress 4.9.6 beta 1 here</a> or obtain it by using the <a href=\"https://wordpress.org/plugins/wordpress-beta-tester/\">WordPress Beta Tester plugin</a>. If you encounter any issues, please report them on the <a href=\"https://wordpress.org/support/forum/alphabeta/\">Alpha/Beta section</a> of the support forums. </p>\n\n<p></p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 07 May 2018 22:18:52 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:2;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:61:\"WPTavern: Jetpack 6.1, Now With Even More Privacy Information\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=80769\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:71:\"https://wptavern.com/jetpack-6-1-now-with-even-more-privacy-information\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2178:\"<p>Jetpack 6.1 <a href=\"https://jetpack.com/2018/05/01/jetpack-6-1-general-maintenance/\">is available</a> and is considered a general maintenance release. This version adds two improvements to the WordAds module. Users can now use the [wordads] shortcode to place an inline ad on any post or page. Support for the <a href=\"https://en.wikipedia.org/wiki/Ads.txt\">ads.txt</a> file has also been added.</p>\n\n<p>A <a href=\"https://github.com/Automattic/jetpack/pull/8075\">new filter</a> is available that honors the <a href=\"https://en.wikipedia.org/wiki/Do_Not_Track\">Do Not Track</a> feature. This filter only affects the Stats module and will not track visitors who have Do Not Track enabled. This filter <a href=\"https://github.com/Automattic/jetpack/issues/727#issuecomment-383119108\">may be exposed</a> as a setting in the UI in a future update.</p>\n\n<p>Sharing and Likes functionality has been removed from WooCommerce’s Cart, Checkout, and Account pages. Notices that appeared in log files related to language features on sites running PHP 7.2 have been fixed.</p>\n\n<p>Continuing the <a href=\"https://wptavern.com/jetpack-6-0-takes-steps-towards-gdpr-compliance\">progress made in Jetpack 6.0</a> towards GDPR compliance, 6.1 adds More Info buttons to every module that handles user data.</p>\n\n<p>The More Info buttons contain links to specific sections of support documents that describe whether or not the module is activated by default, what data is used for site owners and visitors, and what data is synchronized with WordPress.com.<br /></p>\n\n<img />\n More Info Links in Jetpack\n\n\n<img />\n Detailed Privacy Information for The WordPress.com Toolbar Module\n\n\n<p>In the example above, the Privacy Information link for the WordPress.com Toolbar module points to the <a href=\"https://jetpack.com/support/masterbar/#privacy\">following support document</a>. With all of this information now readily available, users can educate themselves on the privacy implications of each module and decide what’s best for their visitors.</p>\n\n<p>A <a href=\"https://wordpress.org/plugins/jetpack/#developers\">full changelog</a> of Jetpack 6.1 is available on WordPress.org.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sat, 05 May 2018 00:23:27 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:3;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:59:\"WPTavern: WPWeekly Episode 314 – Getting Squeebly With It\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:58:\"https://wptavern.com?p=80759&preview=true&preview_id=80759\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:66:\"https://wptavern.com/wpweekly-episode-314-getting-squeebly-with-it\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1878:\"<p>In this episode, <a href=\"http://jjj.me\">John James Jacoby</a> recaps his trip to WordCamp Chicago and explains the thought process behind his presentation, The Fourth Wall of WordPress. We highlight a new project that gives developers a guided path to migrate functionality from the Classic editor to Gutenberg.</p>\n<p>We discuss the pros and cons of the trusted authors program launched by the WordPress Theme Review Team and what’s new in Jetpack 6.1, what to expect from WordSesh 5, and comment on Square’s agreement to acquire Weebly for $365M.</p>\n<h2>Stories Discussed:</h2>\n<p><a href=\"https://wptavern.com/a-gutenberg-migration-guide-for-developers\">A Gutenberg Migration Guide for Developers</a></p>\n<p><a href=\"https://wptavern.com/wordpress-theme-review-theme-launches-trusted-authors-program\">WordPress Theme Review Team Launches Trusted Authors Program</a></p>\n<p><a href=\"https://wptavern.com/wordsesh-5-scheduled-for-july-25th\">WordSesh 5 Scheduled for July 25th</a></p>\n<p><a href=\"https://jetpack.com/2018/05/01/jetpack-6-1-general-maintenance/\">Jetpack 6.1 Released</a></p>\n<p><a href=\"https://techcrunch.com/2018/04/26/square-acquires-weebly/\">Square Acquires Weebly for $365M</a></p>\n<h2>WPWeekly Meta:</h2>\n<p><strong>Next Episode:</strong> Wednesday, May 9th 3:00 P.M. Eastern</p>\n<p>Subscribe to <a href=\"https://itunes.apple.com/us/podcast/wordpress-weekly/id694849738\">WordPress Weekly via Itunes</a></p>\n<p>Subscribe to <a href=\"https://www.wptavern.com/feed/podcast\">WordPress Weekly via RSS</a></p>\n<p>Subscribe to <a href=\"http://www.stitcher.com/podcast/wordpress-weekly-podcast?refid=stpr\">WordPress Weekly via Stitcher Radio</a></p>\n<p>Subscribe to <a href=\"https://play.google.com/music/listen?u=0#/ps/Ir3keivkvwwh24xy7qiymurwpbe\">WordPress Weekly via Google Play</a></p>\n<p><strong>Listen To Episode #314:</strong><br />\n</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 03 May 2018 21:41:11 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:4;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"HeroPress: Childhood to WordPress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:56:\"https://heropress.com/?post_type=heropress-essays&p=2522\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:118:\"https://heropress.com/essays/childhood-to-wordpress/#utm_source=rss&utm_medium=rss&utm_campaign=childhood-to-wordpress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:17064:\"<img width=\"960\" height=\"480\" src=\"https://s20094.pcdn.co/wp-content/uploads/2018/05/050218-1024x512.jpg\" class=\"attachment-large size-large wp-post-image\" alt=\"Pull Quote: WordCamp is a way to meet new people, learn, and share knowledge!\" /><p><a href=\"https://heropress.com/feed/#gujarati\">આ નિબંધ ગુજરાતીમાં પણ ઉપલબ્ધ છે</a></p>\n<p><a href=\"https://s20094.pcdn.co/wp-content/uploads/2018/05/IMG_20170128_131810_HDR.jpg\"><img class=\"aligncenter size-large wp-image-2526\" src=\"https://s20094.pcdn.co/wp-content/uploads/2018/05/IMG_20170128_131810_HDR-1024x768.jpg\" alt=\"Pravin standing by a long sign that says I Heart WordPress\" width=\"960\" height=\"720\" /></a></p>\n<p>First of all, I want to say thank you to HeroPress for reaching out and letting so many people share their stories. I am a follower of HeroPress and read new stories every week! A few months ago my cousin Chetan Prajapati published a WordPress story, and I was inspired by him to share my own and how it has changed my way of working.</p>\n<p>I love WordPress because since childhood I am playing with WordPress. I was studying for a Diploma in Computer Engineering. For my last year I have an Industrial project and I was very confused about to how to create this project and how to choose the best framework and language so that after my college I can get a good job in IT.</p>\n<p>At one point my cousin was working on WordPress so I am discuss with the my last year project then he says “You choose WordPress!” and he created an eCommerce project within 10 minutes and I was very shocked. I can’t believe he created within 10 minutes a finished Project. He says “I have installed WooCommerce and a simple theme”. Then I Love WordPress and I do more and more research in WordPress and develop knowledge in WordPress.</p>\n<p>After completing my Diploma I got a job in a small company in Ahmedabad and am working as Junior WordPress Developer. Also I am attending Local Meetups and WordCamps.</p>\n<p>Now I also teach a class every weekend on how to make a career in WordPress.</p>\n<p>It was my first time speaking in Ahmedabad WooCommerce Local Meetup in a session on how to create and setup eCommerce with in 10 minutes.</p>\n<p><strong>Speaking at the Ahmedabad WooCommerce Local Meetup</strong></p>\n<p><a href=\"https://s20094.pcdn.co/wp-content/uploads/2018/05/600_458475085.jpeg\"><img class=\"aligncenter size-full wp-image-2527\" src=\"https://s20094.pcdn.co/wp-content/uploads/2018/05/600_458475085.jpeg\" alt=\"Pravin Teaching At WordCamp\" width=\"600\" height=\"450\" /></a></p>\n<hr class=\"ttfmake-hr\" />\n<p><strong>My First WordCamp – WordCamp Udaipur 2017</strong></p>\n\n<a href=\"https://heropress.com/essays/childhood-to-wordpress/img_20170128_132840/\"><img width=\"150\" height=\"150\" src=\"https://s20094.pcdn.co/wp-content/uploads/2018/05/IMG_20170128_132840-150x150.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"Pravin and a woman showing WordCamp name tags\" /></a>\n<a href=\"https://heropress.com/essays/childhood-to-wordpress/img_20170128_131922_hdr/\"><img width=\"150\" height=\"150\" src=\"https://s20094.pcdn.co/wp-content/uploads/2018/05/IMG_20170128_131922_HDR-150x150.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"Pravin in a cutout pink tuk tuk\" /></a>\n\n<hr class=\"ttfmake-hr\" />\n<p><strong>My Second WordCamp – WordCamp Mumbai 2017</strong></p>\n\n<a href=\"https://heropress.com/essays/childhood-to-wordpress/img_20170325_143547_1024/\"><img width=\"150\" height=\"150\" src=\"https://s20094.pcdn.co/wp-content/uploads/2018/05/img_20170325_143547_1024-150x150.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"Pravin by the WordCamp Mumbai tag\" /></a>\n<a href=\"https://heropress.com/essays/childhood-to-wordpress/img_20170325_104005/\"><img width=\"150\" height=\"150\" src=\"https://s20094.pcdn.co/wp-content/uploads/2018/05/IMG_20170325_104005-150x150.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"Pravin\'s Nametag\" /></a>\n\n<hr class=\"ttfmake-hr\" />\n<p><strong>My Third WordCamp – WordCamp Nagpur</strong></p>\n\n<a href=\"https://heropress.com/essays/childhood-to-wordpress/img_5327/\"><img width=\"150\" height=\"150\" src=\"https://s20094.pcdn.co/wp-content/uploads/2018/05/IMG_5327-150x150.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://heropress.com/essays/childhood-to-wordpress/img_5338/\"><img width=\"150\" height=\"150\" src=\"https://s20094.pcdn.co/wp-content/uploads/2018/05/IMG_5338-150x150.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n\n<hr class=\"ttfmake-hr\" />\n<p>After much hardwork to achieve this event, it’s WordCamp Ahmedabad 2017.</p>\n<p><strong>My Fourth WordCamp – WordCamp Ahmedabad 2017 as Volunteer</strong></p>\n\n<a href=\"https://heropress.com/essays/childhood-to-wordpress/img_20171006_081917/\"><img width=\"150\" height=\"150\" src=\"https://s20094.pcdn.co/wp-content/uploads/2018/05/IMG_20171006_081917-150x150.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://heropress.com/essays/childhood-to-wordpress/img_20171006_153955/\"><img width=\"150\" height=\"150\" src=\"https://s20094.pcdn.co/wp-content/uploads/2018/05/IMG_20171006_153955-150x150.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n\n<hr class=\"ttfmake-hr\" />\n<p><strong>My Fifth WordCamp – WordCamp Mumbai 2018 ( Second time )</strong></p>\n<p><a href=\"https://s20094.pcdn.co/wp-content/uploads/2018/05/img_20180318_105739.jpg\"><img class=\"aligncenter size-large wp-image-2541\" src=\"https://s20094.pcdn.co/wp-content/uploads/2018/05/img_20180318_105739-768x1024.jpg\" alt=\"\" width=\"768\" height=\"1024\" /></a></p>\n<hr class=\"ttfmake-hr\" />\n<p>I am a WordCamp Lover. WordCamp is a way to meet new people, learn and share knowledge!</p>\n<p>Finally my dreams are coming true at WordCamp Europe 2018. Finally I am volunteer in WordCamp Europe 2018.</p>\n<p><a href=\"https://s20094.pcdn.co/wp-content/uploads/2018/05/wceu18-badge-square-volunteer-1.png\"><img class=\"aligncenter size-full wp-image-2540\" src=\"https://s20094.pcdn.co/wp-content/uploads/2018/05/wceu18-badge-square-volunteer-1.png\" alt=\"WCEU Volunteer Badge\" width=\"600\" height=\"600\" /></a></p>\n<hr class=\"ttfmake-hr\" />\n<h1 id=\"gujarati\">હું WordPress પ્રેમી છું</h1>\n<p><a href=\"https://s20094.pcdn.co/wp-content/uploads/2018/05/IMG_20170128_131810_HDR.jpg\"><img class=\"aligncenter size-large wp-image-2526\" src=\"https://s20094.pcdn.co/wp-content/uploads/2018/05/IMG_20170128_131810_HDR-1024x768.jpg\" alt=\"Pravin standing by a long sign that says I Heart WordPress\" width=\"960\" height=\"720\" /></a></p>\n<p>સૌ પ્રથમ, હું તમને કહેવા માગું છું કે હિરોપર્સને પહોંચવા માટે અને ઘણા લોકોને તેમના વાર્તાઓ શેર કરવા માટે આભાર. હું હિરોપ્રેસનો અનુયાયી છું અને દર અઠવાડિયે નવી કથાઓ વાંચી સંભળાવું છું! થોડા મહિના પહેલાં મારા પિતરાઇ ભાઇ ચેતન પ્રજાપતિએ એક વાર્તાની વાર્તા લખી હતી, અને મારા દ્વારા તેનો પોતાનો ભાગ લેવા માટે પ્રેરણા મળી હતી અને તે કેવી રીતે કામ કરવાની રીત બદલ્યો છે.</p>\n<p>હું WordPress સાથે રમવા માટે chilhood છું beacuse લવ. હું છેલ્લા વર્ષમાં ડિપ્લોમા ઇન કમ્પ્યુટર એન્જીનિયરિંગમાં અભ્યાસ કરતો હતો, મારી પાસે ઔદ્યોગિક પ્રોજેક્ટ છે, તેથી હું પ્રોજેક્ટમાં કેવી રીતે સર્જન કરું છું અને કેવી રીતે શ્રેષ્ઠ માળખા અને ભાષા પસંદ કરવી તે મારા કૉલેજ પછીથી હું આઇટીમાં શ્રેષ્ઠ કામ મેળવી શકું છું તે અંગે ભ્રમિત છું.</p>\n<p>એક મારા પિતરાઈ ભાઈ WordPress પર કામ કરી રહ્યા છે, તેથી હું મારા છેલ્લા વર્ષ પ્રોજેક્ટ અંગે ચર્ચા કરી રહ્યો છું પછી તે કહે છે કે તમે WordPress પસંદ કરો છો અને તે 10 મિનિટમાં ઈકોમર્સ પ્રોજેક્ટ બનાવશે અને હું ખૂબ જ વ્યસ્ત છું. હું તે સાથે તૈયાર કરી શકતો નથી, તે 10 મિનિટમાં પૂર્ણ થયેલ પ્રોજેક્ટમાં તે કહે છે કે મેં WooCommerce અને સરળ થીમ ઇન્સ્ટોલ કરી છે. પછી હું WordPress લવ અને હું WordPress માં વધુ અને વધુ સંશોધન છું અને WordPress માં જ્ઞાન વિકાસ.</p>\n<p>દરેક અઠવાડિયે મારા સત્ર પર WordPress સાથે કારકિર્દી કેવી રીતે શરૂ કરવી તે મારા સત્ર પર.</p>\n<p>મારી ડિપ્લોમા પૂરો કર્યા પછી મને અમદાવાદમાં નાની કંપનીમાં નોકરી મળી અને જુનિયર વર્ડપ્રેસ ડેવલપર તરીકે કામ કર્યું. પછી હું સ્થાનિક મીટઅપ અને વર્ડકેમ્પમાં હાજરી કરું છું. સત્રમાં અમદાવાદ વુકોમર્સ સ્થાનિક મેટઅપમાં મારો પ્રથમ વાર સ્પીકર હતો અને 10 મિનિટમાં ઈકોમર્સ કેવી રીતે બનાવવું અને કેવી રીતે સેટઅપ કરવું તે વિશે.</p>\n<p><a href=\"https://s20094.pcdn.co/wp-content/uploads/2018/05/600_458475085.jpeg\"><img class=\"aligncenter size-full wp-image-2527\" src=\"https://s20094.pcdn.co/wp-content/uploads/2018/05/600_458475085.jpeg\" alt=\"Pravin Teaching At WordCamp\" width=\"600\" height=\"450\" /></a></p>\n<hr class=\"ttfmake-hr\" />\n<p>મારો પ્રથમ વર્ડકેમ્પ – વર્ડકૅમ્પ ઉદયપુર 2017</p>\n\n<a href=\"https://heropress.com/essays/childhood-to-wordpress/img_20170128_132840/\"><img width=\"150\" height=\"150\" src=\"https://s20094.pcdn.co/wp-content/uploads/2018/05/IMG_20170128_132840-150x150.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"Pravin and a woman showing WordCamp name tags\" /></a>\n<a href=\"https://heropress.com/essays/childhood-to-wordpress/img_20170128_131922_hdr/\"><img width=\"150\" height=\"150\" src=\"https://s20094.pcdn.co/wp-content/uploads/2018/05/IMG_20170128_131922_HDR-150x150.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"Pravin in a cutout pink tuk tuk\" /></a>\n\n<hr class=\"ttfmake-hr\" />\n<p>મારી સેકન્ડ વર્ડકેમ્પ – વર્ડકેમ્પ મુંબઇ 2017</p>\n\n<a href=\"https://heropress.com/essays/childhood-to-wordpress/img_20170325_143547_1024/\"><img width=\"150\" height=\"150\" src=\"https://s20094.pcdn.co/wp-content/uploads/2018/05/img_20170325_143547_1024-150x150.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"Pravin by the WordCamp Mumbai tag\" /></a>\n<a href=\"https://heropress.com/essays/childhood-to-wordpress/img_20170325_104005/\"><img width=\"150\" height=\"150\" src=\"https://s20094.pcdn.co/wp-content/uploads/2018/05/IMG_20170325_104005-150x150.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"Pravin\'s Nametag\" /></a>\n\n<hr class=\"ttfmake-hr\" />\n<p>મારો ત્રીજો વર્ડકેમ્પ – વર્ડકેપ નાગપુર</p>\n\n<a href=\"https://heropress.com/essays/childhood-to-wordpress/img_5327/\"><img width=\"150\" height=\"150\" src=\"https://s20094.pcdn.co/wp-content/uploads/2018/05/IMG_5327-150x150.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://heropress.com/essays/childhood-to-wordpress/img_5338/\"><img width=\"150\" height=\"150\" src=\"https://s20094.pcdn.co/wp-content/uploads/2018/05/IMG_5338-150x150.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n\n<hr class=\"ttfmake-hr\" />\n<p>આ ઇવેન્ટને તેના વર્ડકેમ્પ અમદાવાદ 2017 માં પહોંચાડવા માટે વધુ અને વધુ સખત મહેનત કર્યા પછી</p>\n<p>મારી ફોર્થ વર્ડકેમ્પ – વર્ડકેમ્પ અમદાવાદ 2017 સ્વયંસેવક તરીકે</p>\n\n<a href=\"https://heropress.com/essays/childhood-to-wordpress/img_20171006_081917/\"><img width=\"150\" height=\"150\" src=\"https://s20094.pcdn.co/wp-content/uploads/2018/05/IMG_20171006_081917-150x150.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://heropress.com/essays/childhood-to-wordpress/img_20171006_153955/\"><img width=\"150\" height=\"150\" src=\"https://s20094.pcdn.co/wp-content/uploads/2018/05/IMG_20171006_153955-150x150.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n\n<hr class=\"ttfmake-hr\" />\n<p>મારો પાંચમા વર્ડકેમ્પ – વર્ડકામ મુંબઇ 2018 (સેકન્ડ ટાઇમ)</p>\n<p><a href=\"https://s20094.pcdn.co/wp-content/uploads/2018/05/img_20180318_105739.jpg\"><img class=\"aligncenter size-large wp-image-2541\" src=\"https://s20094.pcdn.co/wp-content/uploads/2018/05/img_20180318_105739-768x1024.jpg\" alt=\"\" width=\"768\" height=\"1024\" /></a></p>\n<hr class=\"ttfmake-hr\" />\n<p>હું એક WordCamp પ્રેમી છું વર્ડકેમ્પ નવા લોકોને મળે, જ્ઞાન અને જ્ઞાન વહેંચવાનો એક માર્ગ છે!</p>\n<p>છેલ્લે WordCamp યુરોપ 2018 માં સાચા મારા સપના. છેલ્લે હું WordCamp યુરોપ 2018 માં સ્વયંસેવક છું.</p>\n<p><a href=\"https://s20094.pcdn.co/wp-content/uploads/2018/05/wceu18-badge-square-volunteer-1.png\"><img class=\"aligncenter size-full wp-image-2540\" src=\"https://s20094.pcdn.co/wp-content/uploads/2018/05/wceu18-badge-square-volunteer-1.png\" alt=\"WCEU Volunteer Badge\" width=\"600\" height=\"600\" /></a></p>\n<p>“કોડ કવિતા છે”</p>\n<div class=\"rtsocial-container rtsocial-container-align-right rtsocial-horizontal\"><div class=\"rtsocial-twitter-horizontal\"><div class=\"rtsocial-twitter-horizontal-button\"><a title=\"Tweet: Childhood to WordPress\" class=\"rtsocial-twitter-button\" href=\"https://twitter.com/share?text=Childhood%20to%20WordPress&via=heropress&url=https%3A%2F%2Fheropress.com%2Fessays%2Fchildhood-to-wordpress%2F\" rel=\"nofollow\" target=\"_blank\"></a></div></div><div class=\"rtsocial-fb-horizontal fb-light\"><div class=\"rtsocial-fb-horizontal-button\"><a title=\"Like: Childhood to WordPress\" class=\"rtsocial-fb-button rtsocial-fb-like-light\" href=\"https://www.facebook.com/sharer.php?u=https%3A%2F%2Fheropress.com%2Fessays%2Fchildhood-to-wordpress%2F\" rel=\"nofollow\" target=\"_blank\"></a></div></div><div class=\"rtsocial-linkedin-horizontal\"><div class=\"rtsocial-linkedin-horizontal-button\"><a class=\"rtsocial-linkedin-button\" href=\"https://www.linkedin.com/shareArticle?mini=true&url=https%3A%2F%2Fheropress.com%2Fessays%2Fchildhood-to-wordpress%2F&title=Childhood+to+WordPress\" rel=\"nofollow\" target=\"_blank\" title=\"Share: Childhood to WordPress\"></a></div></div><div class=\"rtsocial-pinterest-horizontal\"><div class=\"rtsocial-pinterest-horizontal-button\"><a class=\"rtsocial-pinterest-button\" href=\"https://pinterest.com/pin/create/button/?url=https://heropress.com/essays/childhood-to-wordpress/&media=https://heropress.com/wp-content/uploads/2018/05/050218-150x150.jpg&description=Childhood to WordPress\" rel=\"nofollow\" target=\"_blank\" title=\"Pin: Childhood to WordPress\"></a></div></div><a rel=\"nofollow\" class=\"perma-link\" href=\"https://heropress.com/essays/childhood-to-wordpress/\" title=\"Childhood to WordPress\"></a></div><p>The post <a rel=\"nofollow\" href=\"https://heropress.com/essays/childhood-to-wordpress/\">Childhood to WordPress</a> appeared first on <a rel=\"nofollow\" href=\"https://heropress.com\">HeroPress</a>.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 02 May 2018 12:45:35 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Pravin Parmar\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:5;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:44:\"Dev Blog: The Month in WordPress: April 2018\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=5891\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:69:\"https://wordpress.org/news/2018/05/the-month-in-wordpress-april-2018/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:4980:\"<p>This past month saw a lot of preparation for upcoming events and releases across the WordPress project. Read on to find out more about these plans, and everything else that happened around the community in April.</p>\n\n<hr class=\"wp-block-separator\" />\n\n<h2>The WordPress 15th Anniversary is Coming</h2>\n\n<p>On May 27 2018, <a href=\"https://wordpress.org/news/2018/04/celebrate-the-wordpress-15th-anniversary-on-may-27/\">WordPress will turn 15 years old</a> — this is a huge milestone for the project, or, indeed, for any open-source platform. The Community Team has been hard at work helping communities around the world plan local anniversary parties.</p>\n\n<p>Check <a href=\"https://wp15.wordpress.net/\">the central anniversary website</a> to see if there’s already a party being planned near you. These parties are all organized by local communities — if there’s no local community in your area, you can <a href=\"https://make.wordpress.org/community/handbook/meetup-organizer/welcome/#starting-a-new-meetup-com-group\">start one today</a> and host a party yourself.</p>\n\n<h2>Work has Started on a Gutenberg Migration Guide</h2>\n\n<p>With Gutenberg, the upcoming WordPress content editor, in rapid development, a lot of people have been wondering how they will convert their existing plugins to work with the new features. To mitigate the issues here and help people overcome any migration hurdles, <a href=\"https://make.wordpress.org/core/2018/04/26/your-help-wanted-gutenberg-migration-guide/\">a Gutenberg Migration Guide is underway</a> to assist developers with making their code Gutenberg-compatible.</p>\n\n<p>If you’d like to contribute to this guide, you can review <a href=\"https://github.com/danielbachhuber/gutenberg-migration-guide\">the existing documentation on GitHub</a> and <a href=\"https://github.com/danielbachhuber/gutenberg-migration-guide/issues\">open a new issue</a> if you find something to add.</p>\n\n<h2>Theme Review Team Launches Trusted Authors Program</h2>\n\n<p>Reviews of themes submitted to the Theme Directory can take quite a while to complete. In order to combat this issue and to make the theme submission process smoother for everyone, <a href=\"https://make.wordpress.org/themes/2018/04/30/trusted-authors-program/\">the Theme Review Team is introducing a Trusted Authors Program</a>.</p>\n\n<p>This program will allow frequent and reliable theme authors to apply for trusted status, allowing them to upload themes more frequently and to have their themes automatically approved. This will allow more high-quality themes to be added to the directory, as well as recognize the hard work that authors put in to build their themes.</p>\n\n<p>If you would like to get involved with reviewing themes, you can read <a href=\"https://make.wordpress.org/themes/handbook/get-involved/become-a-reviewer/\">their getting started guide</a>, follow the <a href=\"https://make.wordpress.org/themes/\">team blog</a> and join the #themereview channel in the <a href=\"https://make.wordpress.org/chat/\">Making WordPress Slack group</a>.</p>\n\n<hr class=\"wp-block-separator\" />\n\n<h2>Further Reading:</h2>\n\n<ul>\n <li><a href=\"https://wordpress.org/news/2018/04/wordpress-4-9-5-security-and-maintenance-release/\">WordPress 4.9.5 was released</a> early this month, fixing numerous bugs and potential security issues. The two leads for this release <a href=\"https://make.wordpress.org/core/2018/04/20/4-9-5-feedback-leading-a-wordpress-minor-release/\">published some interesting feedback</a> about the process.</li>\n <li>In addition to the Trusted Authors Program mentioned above, the Theme Review Team is <a href=\"https://make.wordpress.org/themes/2018/04/09/changes-in-theme-review-process/\">making some changes to their review process</a> to minimize theme review delays.<br /></li>\n <li>The Marketing Team produced <a href=\"https://make.wordpress.org/marketing/2018/04/24/contributor-day-onboarding-pdf/\">a handy Contributor Day onboarding PDF</a> for organizers to hand out to contributors attending WordCamps.</li>\n <li>The Accessibility Team is actively looking for contributors for <a href=\"https://make.wordpress.org/accessibility/handbook/\">their handbook</a>.</li>\n <li>A new type of WordCamp, <a href=\"https://make.wordpress.org/community/2018/04/03/want-to-help-organize-a-wordcamp-for-organizers/\">targeted at organizers</a>, is in the planning stages now.</li>\n <li><a href=\"https://wordpress.org/about/\">The WordPress.org About pages</a> received a significant redesign to make them more clear and useful.</li>\n <li>The Community Team <a href=\"https://make.wordpress.org/community/2018/04/27/wordcamp-incubator-program-2018-2019-roadmap/\">posted the roadmap</a> for this year’s WordCamp Incubator program.</li>\n</ul>\n\n<p><em>If you have a story we should consider including in the next “Month in WordPress” post, please <a href=\"https://make.wordpress.org/community/month-in-wordpress-submissions/\">submit it here</a>.</em></p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 02 May 2018 08:30:50 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:15:\"Hugh Lashbrooke\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:6;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:44:\"WPTavern: WordSesh 5 Scheduled for July 25th\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=80677\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:55:\"https://wptavern.com/wordsesh-5-scheduled-for-july-25th\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1124:\"<p>After not having an event in 2017, <a href=\"https://wordsesh.com/\">WordSesh</a>, a virtual WordPress conference, is returning July 25th. The event is being organized by Brian Richards, Founder of <a href=\"https://wpsessions.com/\">WPSessions</a> and a collection of partners. </p>\n\n<p>The <a href=\"https://wpsessions.com/\">schedule</a> is online and like previous events, there is a mixture of sessions and live podcasts. Based on the sessions, this year’s event leans towards consultants and developers. <br /></p>\n\n<img />\n WordSesh 2018 Schedule\n\n\n<p>WordSesh five will have a hallway track that provides multiple ways for attendees to get in touch with speakers and other viewers. Attendees will also receive digital swag.</p>\n\n<p>Richards is encouraging Meetup organizers to host viewing parties. If you’d like to coordinate a viewing party for your meetup or co-working space, please contact Wordseshlive at gmail.com.</p>\n\n<p>Tickets are not yet available but those who sign up to the <a href=\"https://wordsesh.com/\">site’s email list</a> will be the first to know when they are.<br /></p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 02 May 2018 05:10:32 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:7;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:70:\"WPTavern: WordPress Theme Review Team Launches Trusted Authors Program\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=80587\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:81:\"https://wptavern.com/wordpress-theme-review-team-launches-trusted-authors-program\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2669:\"<p>In an effort to further streamline the review process and take some of the burden off of reviewers, the WordPress Theme Review team <a href=\"https://make.wordpress.org/themes/2018/04/30/trusted-authors-program/\">has launched</a> a Trusted Authors Program.</p>\n\n<p>The program is for authors who consistently submit themes that follow the <a href=\"https://make.wordpress.org/themes/handbook/review/required/\">WordPress theme review guidelines</a> and have three or fewer issues in multiple areas. Applications and approvals will be handled by team leaders only.</p>\n\n<p>To apply for the program, theme authors need to select a ticket for the team to take into consideration and submit it as a comment on the <a href=\"https://make.wordpress.org/themes/2018/04/30/trusted-authors-program/\">announcement post</a>. This can either be a recently approved theme or a ticket in the new or final queue.</p>\n\n<p>In addition to following the guidelines, the theme must meet the following conditions.</p>\n\n<ol>\n <li>Escaping/Sanitization with a maximum of three issues.</li>\n <li>Needs to be 100% GPL with a maximum of three issues. This includes all of your products on your site or third-party sites.<br /></li>\n <li>Can not create content and demo content must be used correctly. <br /></li>\n <li>The theme must not contain any PHP or JavaScript errors, plugin territory functionality, correct use of prefixing, enqueue, translations, and advertising. <br /></li>\n</ol>\n\n<p>Theme authors can submit a theme for review once every two weeks, must have at least one approved theme in the directory, and can not apply using a child theme. The privilege is non-transferable and themes that are approved can only be transferred to other accounts after six months.</p>\n\n<p>As with any program, there are consequences for breaking the rules. The announcement notes that the team will not take into consideration active installs counts, how old a theme is or a theme author’s financial distress and that suspensions will be given without hesitation.</p>\n\n<p>The team has already demonstrated their ability to enforce this thought process. Last year, <a href=\"https://wptavern.com/zerif-lite-returns-to-wordpress-org-after-5-month-suspension-and-63-decline-in-revenue\">Zerif Light was suspended</a> from the directory for five months, affecting 300K users and costing its parent company, ThemeIsle, $75k/month in lost revenue.</p>\n\n<p>If you have any questions or concerns about the program, you can contact any of the <a href=\"https://make.wordpress.org/themes/handbook/about/members/#team-repsleads\">team leads</a> on Slack. </p>\n\n<p></p>\n\n<p><br /></p><br /></p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 02 May 2018 04:23:37 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:8;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"Matt: Chinese Bikeshare Photos\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:22:\"https://ma.tt/?p=48075\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:47:\"https://ma.tt/2018/04/chinese-bikeshare-photos/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:641:\"<a href=\"https://www.theatlantic.com/photo/2018/03/bike-share-oversupply-in-china-huge-piles-of-abandoned-and-broken-bicycles/556268/\"><img /></a>\n A worker rides a shared bicycle past piled-up shared bikes at a vacant lot in Xiamen, Fujian province, China December 13, 2017. Picture taken December 13, 2017. REUTERS/Stringer\n\n\n<p>I find myself frequently returning to <a href=\"https://www.theatlantic.com/photo/2018/03/bike-share-oversupply-in-china-huge-piles-of-abandoned-and-broken-bicycles/556268/\">this Atlantic photo essay on the Chinese bike share companies flooding the streets with bikes</a>. It’s strangely beautiful.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 30 Apr 2018 17:53:25 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"Matt\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:9;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"Matt: Rent-A-Family in Japan\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:22:\"https://ma.tt/?p=48060\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:45:\"https://ma.tt/2018/04/rent-a-family-in-japan/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:909:\"<p><a href=\"http://elifbatuman.com/\">Elif Batuman</a>, who was recently a Pulitzer finalist for her novel <a href=\"https://www.amazon.com/dp/B01HNJIJ3U/\"><em>The Idiot</em></a>, has a stunning story in the <em>New Yorker</em> on <a href=\"https://www.newyorker.com/magazine/2018/04/30/japans-rent-a-family-industry\">Japan’s Rent-a-Family Industry</a>, “People who are short on relatives can hire a husband, a mother, a grandson. The resulting relationships can be more real than you’d expect.”</p>\n\n<p>You think from the title it’s going to be one of those gee-whiz stories or vaguely condescending toward Japanese, but what follows is actually an incredibly poignant and powerful view of society through a lens I had never imagined before. It’s a <a href=\"https://longreads.com/\">#longread</a> but I hope you take the time to sit with it this weekend. You may need a swordsman.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sun, 29 Apr 2018 01:05:13 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"Matt\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:10;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:47:\"Post Status: The meta episode — Draft podcast\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"https://poststatus.com/?p=45443\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:54:\"https://poststatus.com/the-meta-episode-draft-podcast/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2308:\"<p>Welcome to the Post Status <a href=\"https://poststatus.com/category/draft\">Draft podcast</a>, which you can find <a href=\"https://itunes.apple.com/us/podcast/post-status-draft-wordpress/id976403008\">on iTunes</a>, <a href=\"https://play.google.com/music/m/Ih5egfxskgcec4qadr3f4zfpzzm?t=Post_Status__Draft_WordPress_Podcast\">Google Play</a>, <a href=\"http://www.stitcher.com/podcast/krogsgard/post-status-draft-wordpress-podcast\">Stitcher</a>, and <a href=\"http://simplecast.fm/podcasts/1061/rss\">via RSS</a> for your favorite podcatcher. Post Status Draft is hosted by Brian Krogsgard and co-host Brian Richards.</p>\n<p>In this episode, Brian and Brian discuss meta data in WordPress, including the challenge of implementing data into new tools, such as the REST API and the Gutenberg editor.</p>\n<p>With the endless options of data complexity that’s historically possible with meta fields, the way these features are implemented into new projects has to be well thought out. There is continued activity with both the REST API and Gutenberg to make sure meta is well supported. There are several things that are worth knowing, if you are a consultant or a product maker in regard to working with WordPress meta.</p>\n<p></p>\n<h3>Links</h3>\n<ul>\n<li><a href=\"https://make.wordpress.org/core/2018/04/26/completing-the-implementation-of-metadata-registration-with-the-rest-api/\">Completing the implementation of meta data registration with the REST API</a></li>\n<li><a href=\"https://make.wordpress.org/core/2018/04/23/gutenberg-rest-api-and-you/\">Gutenberg, REST API, and You</a></li>\n<li><a href=\"https://github.com/alleyinteractive/wordpress-fieldmanager\">Fields Manager</a></li>\n<li><a href=\"https://www.advancedcustomfields.com/\">Advanced Custom Fields</a></li>\n<li><a href=\"https://cmb2.io/\">CMB2</a></li>\n</ul>\n<h3>Sponsor: Pippin’s Plugins</h3>\n<p>This episode is sponsored by Pippin’s Plugins. <a href=\"http://pippinsplugins.com/\">Pippin’s Plugins</a> creates a suite of plugins that work great alone, or together. Whether you need to restrict content, sell downloads, or start an affiliate program, they’ve got you covered. For more information, check out their <a href=\"http://pippinsplugins.com/\">website</a> and thank you to Pippin’s Plugins for being a Post Status partner.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 27 Apr 2018 20:10:29 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Katie Richards\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:11;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:52:\"WPTavern: A Gutenberg Migration Guide for Developers\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=80527\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:63:\"https://wptavern.com/a-gutenberg-migration-guide-for-developers\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1423:\"<p>In order to help developers learn how to migrate from the classic editor to Gutenberg, Daniel Bachhuber has launched a <a href=\"https://github.com/danielbachhuber/gutenberg-migration-guide\">Gutenberg Migration Guide</a>. Bachhuber is <a href=\"https://make.wordpress.org/core/2018/04/26/your-help-wanted-gutenberg-migration-guide/\">seeking the community’s help</a> in identifying and filling a database to document all of the ways the classic editor can be customized.<br /></p>\n\n<blockquote class=\"wp-block-quote\">\n <p> Take a look through the <a href=\"https://github.com/danielbachhuber/gutenberg-migration-guide\">Gutenberg Migration Guide</a>. For each action, filter, and so on, we’d like to document real-world examples of how they’ve been used. Then, for each of those real-world examples, identify how the feature might be replicated in Gutenberg.</p><cite>Daniel Bachhuber</cite></blockquote>\n\n<p>He uses the media_buttons action as an example. This action is commonly used to add a button to the top of the editor. Developers can accomplish the same task in Gutenberg <a href=\"https://github.com/danielbachhuber/gutenberg-migration-guide/blob/master/action-media-buttons.md\">using the block inserter</a>. </p>\n\n<p>If you have any questions or suggestions, you’re encouraged to <a href=\"https://github.com/danielbachhuber/gutenberg-migration-guide/issues\">create a new issue</a> on GitHub. </p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 27 Apr 2018 20:06:23 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:12;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:85:\"WPTavern: WPWeekly Episode 313 – BuddyPress, Gutenberg, and An Upcoming Anniversary\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:58:\"https://wptavern.com?p=80519&preview=true&preview_id=80519\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:90:\"https://wptavern.com/wpweekly-episode-313-buddypress-gutenberg-and-an-upcoming-anniversary\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2714:\"<p>In this episode, <a href=\"http://jjj.me\">John James Jacoby</a> and I start the show with a shout out to <a href=\"https://webdevstudios.com/2018/04/24/10-years-webdevstudios/\">WebDevStudios</a>, a web development agency that’s celebrating its 10th year in business. We then cover what’s new in BuddyPress 3.0, why plugins hosted on WordPress.org can no longer claim legal compliance, and what to expect from 0.7 of the AMP for WordPress plugin. Last but not least, we share what’s new in Gutenberg 2.7 and explain why you shouldn’t edit content written in Gutenberg with the WordPress for iOS app just yet.</p>\n<h2>Stories Discussed:</h2>\n<p><a href=\"https://wordpress.org/news/2018/04/celebrate-the-wordpress-15th-anniversary-on-may-27/\">Celebrate the WordPress 15th Anniversary on May 27</a><br />\n<a href=\"https://wptavern.com/plugins-hosted-on-wordpress-org-can-no-longer-guarantee-legal-compliance\">Plugins Hosted on WordPress.org Can No Longer Guarantee Legal Compliance</a><br />\n<a href=\"https://wptavern.com/buddypress-3-0-beta-2-released\">BuddyPress 3.0 Beta 2 Released</a><br />\n<a href=\"https://wptavern.com/wordpress-accessibility-team-is-seeking-contributors-for-its-handbook-project\">WordPress Accessibility Team Is Seeking Contributors for Its Handbook Project</a><br />\n<a href=\"https://wptavern.com/amp-for-wordpress-0-7-rc-1-released\">AMP for WordPress 0.7 RC 1 Released</a><br />\n<a href=\"https://wptavern.com/gutenberg-2-7-released-adds-ability-to-edit-permalinks\">Gutenberg 2.7 Released, Adds Ability to Edit Permalinks</a><br />\n<a href=\"https://wptavern.com/wordpress-for-ios-and-gutenberg-dont-get-along\">WordPress for iOS and Gutenberg Don’t Get Along</a><br />\n<a href=\"https://wptavern.com/talking-gutenberg-on-episode-eight-of-the-drunken-ux-podcast\">Talking Gutenberg on Episode Eight of the Drunken UX Podcast</a></p>\n<h2>Picks of the Week:</h2>\n<p><a href=\"https://deliciousbrains.com/building-wordpress-plugins/\">Delicious Brains explains how they create and release WordPress plugins.</a></p>\n<h2>WPWeekly Meta:</h2>\n<p><strong>Next Episode:</strong> Wednesday, May 2nd 3:00 P.M. Eastern</p>\n<p>Subscribe to <a href=\"https://itunes.apple.com/us/podcast/wordpress-weekly/id694849738\">WordPress Weekly via Itunes</a></p>\n<p>Subscribe to <a href=\"https://www.wptavern.com/feed/podcast\">WordPress Weekly via RSS</a></p>\n<p>Subscribe to <a href=\"http://www.stitcher.com/podcast/wordpress-weekly-podcast?refid=stpr\">WordPress Weekly via Stitcher Radio</a></p>\n<p>Subscribe to <a href=\"https://play.google.com/music/listen?u=0#/ps/Ir3keivkvwwh24xy7qiymurwpbe\">WordPress Weekly via Google Play</a></p>\n<p><strong>Listen To Episode #313:</strong><br />\n</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 27 Apr 2018 02:08:45 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:13;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:45:\"WPTavern: AMP for WordPress 0.7 RC 1 Released\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=80438\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:56:\"https://wptavern.com/amp-for-wordpress-0-7-rc-1-released\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1966:\"<p>XWP, Automattic, and Google’s AMP team, <a href=\"https://make.xwp.co/2018/04/23/wordpress-amp-plugin-0-7-rc1/\">has released</a> 0.7 Release Candidate 1 of the <a href=\"https://wordpress.org/plugins/amp/\">AMP for WordPress plugin</a>. Hinted at during <a href=\"https://www.youtube.com/watch?v=GGS-tKTXw4Y\">AMP Conf 2018</a> earlier this year, 0.7 is a major release that contains significant new features.</p>\n\n<p>This release adds Native AMP support for all of the default widgets, embeds, and commenting. Notifications will be triggered for posts that contain content with validation errors or if you use a theme or plugin that adds invalid AMP markup.</p>\n\n<p>While earlier versions of AMP displayed content in a way that was different from a site’s theme, 0.7 creates a native experience. For example, if you visit the <a href=\"https://ampdemo.xwp.io/\">AMP Conf WordPress Theme Demo site</a> on an iPhone 7, the site looks exactly the same. As you can see in the image below, you can’t tell it’s running AMP. <br /></p>\n\n<img />\n AMP Conf Demo Theme\n\n\n<p>Before 0.7 is officially released, the development team is asking for users to put 0.7 RC 1 through its paces and <a href=\"https://github.com/Automattic/amp-wp/issues\">report issues</a> on the project’s GitHub page. You can download the <a href=\"https://github.com/Automattic/amp-wp/releases/download/0.7-RC1/amp.zip\">pre-release version here</a>.<br />.<br /></p>\n\n<p>For more information on the AMP project, <a href=\"https://wptavern.com/wpweekly-episode-309-all-amped-up\">listen to episode 309 of WordPress Weekly</a> where I interviewed <a href=\"https://medinathoughts.com/\">Alberto Medina</a>, Developer Advocate working with the Web Content Ecosystems Team at Google, and <a href=\"https://weston.ruter.net/\">Weston Ruter</a>, CTO of XWP. In this interview, we covered why the project was created, its future, and its potential impacts on the Open Web. </p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 25 Apr 2018 17:30:14 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:14;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:69:\"WPTavern: How Delicious Brains Creates and Releases WordPress Plugins\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=80410\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:80:\"https://wptavern.com/how-delicious-brains-creates-and-releases-wordpress-plugins\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:420:\"<p>Delicious Brains have <a href=\"https://deliciousbrains.com/building-wordpress-plugins/\">published the process</a> they use for creating and releasing WordPress plugins. The post covers development, brainstorming, reviewing, testing, and wire frames. The team also describes the products and services they use and the roles they play within their projects. How is their process different or similar to yours?<br /></p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 25 Apr 2018 16:32:05 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:15;a:6:{s:4:\"data\";s:11:\"\n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:25:\"HeroPress: Second Careers\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://heropress.com/?p=2514\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:95:\"https://heropress.com/second-careers/#utm_source=rss&utm_medium=rss&utm_campaign=second-careers\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3381:\"<img width=\"960\" height=\"480\" src=\"https://s20094.pcdn.co/wp-content/uploads/2016/05/042418-1024x512.jpg\" class=\"attachment-large size-large wp-post-image\" alt=\"Pull Quote: I\'d rather solve the right problem with code that has room for improvement, than solve the wrong problem with perfect code.\" /><p>I’m always fascinated by people who find second careers when they’re at the top of their game in the first one. To be really excellent at something and then switch to something else altogether is fascinating to see. Very often those people bubble to the top of whatever career they venture into.</p>\n<p>This week’s HeroPress replay is titled “<a href=\"https://heropress.com/essays/moving-on-from-moving-on-stage/\">Moving On From Moving On Stage</a>” by Karin Taliga. Karin is a dancer, and has had a rich and full career in that field. But the web called to her. Like the siren’s song, always keening “Come play here, it’s wonderful!”</p>\n<p>When someone recommended I contact Karin 2 years ago she was winding up her dancing career and moving into a full time career as a web developer. The whole concept of a second career sounds exciting. I’ve always thought of “career” as something you do your whole life. But Karin has more adult life ahead of her than behind her, and I’m super excited to see where she goes with it.</p>\n<p>Check out Karin’s original post from May of 2016.</p>\n<blockquote class=\"wp-embedded-content\"><p><a href=\"https://heropress.com/essays/moving-on-from-moving-on-stage/\">Moving On From Moving On Stage</a></p></blockquote>\n<p></p>\n<div class=\"rtsocial-container rtsocial-container-align-right rtsocial-horizontal\"><div class=\"rtsocial-twitter-horizontal\"><div class=\"rtsocial-twitter-horizontal-button\"><a title=\"Tweet: Second Careers\" class=\"rtsocial-twitter-button\" href=\"https://twitter.com/share?text=Second%20Careers&via=heropress&url=https%3A%2F%2Fheropress.com%2Fsecond-careers%2F\" rel=\"nofollow\" target=\"_blank\"></a></div></div><div class=\"rtsocial-fb-horizontal fb-light\"><div class=\"rtsocial-fb-horizontal-button\"><a title=\"Like: Second Careers\" class=\"rtsocial-fb-button rtsocial-fb-like-light\" href=\"https://www.facebook.com/sharer.php?u=https%3A%2F%2Fheropress.com%2Fsecond-careers%2F\" rel=\"nofollow\" target=\"_blank\"></a></div></div><div class=\"rtsocial-linkedin-horizontal\"><div class=\"rtsocial-linkedin-horizontal-button\"><a class=\"rtsocial-linkedin-button\" href=\"https://www.linkedin.com/shareArticle?mini=true&url=https%3A%2F%2Fheropress.com%2Fsecond-careers%2F&title=Second+Careers\" rel=\"nofollow\" target=\"_blank\" title=\"Share: Second Careers\"></a></div></div><div class=\"rtsocial-pinterest-horizontal\"><div class=\"rtsocial-pinterest-horizontal-button\"><a class=\"rtsocial-pinterest-button\" href=\"https://pinterest.com/pin/create/button/?url=https://heropress.com/second-careers/&media=https://heropress.com/wp-content/uploads/2016/05/042418-150x150.jpg&description=Second Careers\" rel=\"nofollow\" target=\"_blank\" title=\"Pin: Second Careers\"></a></div></div><a rel=\"nofollow\" class=\"perma-link\" href=\"https://heropress.com/second-careers/\" title=\"Second Careers\"></a></div><p>The post <a rel=\"nofollow\" href=\"https://heropress.com/second-careers/\">Second Careers</a> appeared first on <a rel=\"nofollow\" href=\"https://heropress.com\">HeroPress</a>.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 25 Apr 2018 11:30:56 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:16;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:59:\"WPTavern: WordPress for iOS and Gutenberg Don’t Get Along\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=80236\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:67:\"https://wptavern.com/wordpress-for-ios-and-gutenberg-dont-get-along\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3064:\"<p>When it comes to editing and crafting content on the go, the <a href=\"https://apps.wordpress.com/mobile/\">WordPress Mobile apps</a> are a good choice. The question is, how does the editor in the iOS app interact with content written in Gutenberg? Let’s find out.</p>\n\n<h2>Quick Edits Turn Into Lengthy, Frustrating Fixes<br /></h2>\n\n<p>For testing purposes, I used a simple scenario that many users may run into. I’ve written and published a post in Gutenberg using paragraph, unordered lists, and image blocks. I then used the WordPress for iOS mobile app to access the post, correct a typo, and save it. The goal is to see if content is affected by saving it in a different editor.<br /></p>\n\n<p>Here is what the content looks like written and published in Gutenberg.</p>\n\n<img />\n Content Written and Published in Gutenberg\n\n\n<p>Here is what the post looks like in the iOS app. It displays what appears to be Comment shortcodes at the beginning of each paragraph.<br /></p>\n\n<img />\n Gutenberg Content in WordPress for Ios\n\n\n<p>After correcting a typo and saving the changes, this is what happened to the post. As you can see, what was supposed to be a quick fix has turned into a lengthy process of fixing the entire article in Gutenberg.</p>\n\n<img />\n Content Written in Gutenberg After Editing in the WordPress for iOS App\n\n\n<p>All of the content runs together as one giant block. To say that this is frustrating is an understatement, especially if you’re on the road and don’t have access to a desktop or tablet that can load the WordPress backend. <br /></p>\n\n<p>Here is what the content looks like in Gutenberg after saving the edits in the iOS app. There are large gaps and a few of the blocks have warnings stating that they appear to have been modified externally.</p>\n\n<img />\n Content in Gutenberg After It Was Edited in the WordPress for iOS App\n\n\n<p>Clicking the convert to block buttons turns the messages into blocks but it doesn’t return the formatting and in some cases, content goes missing. Before editing in the iOS app, this block contained a quote with a citation. Now it’s empty. <br /></p>\n\n<img />\n Quote Block Is Missing Content\n\n\n<p>WordPress has post revisions so I was able to quickly restore the breaking changes introduced by the iOS app. But this user experience between Gutenberg and the WordPress for iOS app is a great example of how something so simple can easily turn into a perceived disaster by users and ultimately, tarnish the new editor’s reputation.</p>\n\n<p>Searching the Gutenberg repository on Github for iOS <a href=\"https://github.com/WordPress/gutenberg/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen+ios\">produces some results</a>, but none refer to the compatibility issues I experienced. </p>\n\n<p>I found out the hard way and will not be making any more changes to posts written in Gutenberg in the iOS app until compatibility between both editors exists. I recommend you don’t as well unless you want to fix a lot more than a typo. <br /></p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 24 Apr 2018 23:33:56 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:17;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:60:\"Dev Blog: Celebrate the WordPress 15th Anniversary on May 27\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=5753\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:86:\"https://wordpress.org/news/2018/04/celebrate-the-wordpress-15th-anniversary-on-may-27/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3246:\"<p>May 27, 2018 is the <strong>15th anniversary</strong> of the <a href=\"https://wordpress.org/news/2003/05/wordpress-now-available/\">first WordPress release</a> <a href=\"https://wordpress.org/news/2003/05/wordpress-now-available/\"></a>— and we can’t wait to celebrate!</p>\n\n<img src=\"https://i1.wp.com/wordpress.org/news/files/2018/04/wp15_mark-1.png?resize=342%2C268&ssl=1\" alt=\"\" class=\"wp-image-5841\" width=\"342\" height=\"268\" />\n\n<h2>Party time!</h2>\n\n<p>Join WordPress fans all over the world in celebrating the 15th Anniversary of WordPress by throwing your own party! Here’s how you can join in the fun:</p>\n\n<ol>\n <li>Check the <a href=\"https://wp15.wordpress.net/about/\">WordPress 15th Anniversary website</a> to see if there’s a party already planned for your town. If there is, RSVP for the party and invite your friends!<br /></li>\n <li>If there isn’t, then pick a place to go where a bunch of people can be merry — a park, a pub, a backyard; any family-friendly venue will do!</li>\n <li>List your party with <a href=\"https://www.meetup.com/pro/wordpress/\">your local WordPress meetup group</a> (Don’t have a group? <a href=\"https://make.wordpress.org/community/handbook/meetup-organizer/welcome/#starting-a-new-meetup-com-group\">Start one!</a>) and then spread the word to other local meetups, tech groups, press, etc and get people to say they’ll come to your party.</li>\n <li><a href=\"https://make.wordpress.org/community/handbook/meetup-organizer/event-formats/wordpress-15th-anniversary-celebrations/#request-wordpress-15th-anniversary-swag\">Request</a> some special 15th anniversary WordPress swag (no later than April 27, please, so we have time to ship it to you).<br /></li>\n <li>Have party attendees post photos, videos, and the like with the #WP15 hashtag, and <a href=\"https://wp15.wordpress.net/live/\">check out the social media stream</a> to see how the rest of the world is sharing and celebrating.</li>\n</ol>\n\n<p>Don’t miss this chance to participate in a global celebration of WordPress!<br /></p>\n\n<h2>Special Swag</h2>\n\n<p>In honor of the 15th anniversary, we’ve added some <a href=\"https://mercantile.wordpress.org/product-category/wordpress-15/\">special 15th anniversary items</a> in the swag store — you can use the offer code <strong>CELEBRATEWP15</strong> to take 15% off this (and any other WordPress swag you buy), all the way through the end of 2018!</p>\n\n<p>Keep checking the swag store, because we’ll be adding more swag over the next few weeks!</p>\n\n<h2>Share the fun</h2>\n\n<p>However you celebrate the WordPress 15th anniversary — with <a href=\"https://wp15.wordpress.net/about/\">a party</a>, with <a href=\"https://wp15.wordpress.net/swag/\">commemorative swag</a>, by <a href=\"https://wp15.wordpress.net/live/\">telling the world</a> what WordPress means to you — remember to use the #WP15 hashtag to share it! And don’t forget to <a href=\"https://wp15.wordpress.net/live/\">check the stream of WordPress 15th anniversary posts</a>.</p>\n\n<p>When <a href=\"https://venturebeat.com/2018/03/05/wordpress-now-powers-30-of-websites/\">30% of the internet</a> has a reason to celebrate, you know it’s going to be great! </p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 20 Apr 2018 21:07:29 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:16:\"Andrea Middleton\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:18;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:65:\"WPTavern: Gutenberg 2.7 Released, Adds Ability to Edit Permalinks\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=80121\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:75:\"https://wptavern.com/gutenberg-2-7-released-adds-ability-to-edit-permalinks\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1977:\"<p>Gutenberg 2.7 <a href=\"https://wordpress.org/plugins/gutenberg/\">is available</a> for testing and not only does it refine the visuals around block controls, it adds the highly requested ability to <a href=\"https://github.com/WordPress/gutenberg/pull/5756\">edit permalinks</a>.</p>\n\n<img />\n Editing Permalinks in Gutenberg 2.7\n\n\n<p>A new pagination block is available that adds a page break, allowing users to break posts into multiple pages. The block is located in the <strong>Blocks – Layout Elements</strong> section.</p>\n\n<p>There are a number of changes to the link insertion interface. Gutenberg 2.7 brings back the option to have links open in the same window.<br /></p>\n\n<img />\n Toggle Determines Whether Links Open in a New Window\n\n\n<p>When editing linked text, the Unlink icon now stays in the toolbar instead of displaying within the link options modal. When adding links, there’s a URL suggestion tool similar to what’s available in WordPress’ current editor.</p>\n\n<p>What will be welcomed news to plugin developers, the <a href=\"https://github.com/WordPress/gutenberg/pull/6031\">PluginSidebar API</a> is exposed and considered final. According to the pull request, this change does the following.</p>\n\n<blockquote class=\"wp-block-quote\">\n <p>Refactors all the existing Sidebar components to share the same set components and removes duplicated custom CSS styles applied to <code><PluginSidebar /></code>. There are no changes to the public API of <code><PublicSidebar /></code> component, other than it is going to be available under <code>wp.editPost.PluginSidebar</code>.</p><cite>Grzegorz Ziółkowski<br /></cite></blockquote>\n\n<p>This release, like the others before it, has a changelog that’s a mile long. Please check out the <a href=\"https://make.wordpress.org/core/2018/04/18/whats-new-in-gutenberg-18th-april/\">release post</a> for a detailed list of changes and links to issues on GitHub. <br /></p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 20 Apr 2018 03:05:51 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:19;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:87:\"WPTavern: WordPress Accessibility Team Is Seeking Contributors for Its Handbook Project\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=80068\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:98:\"https://wptavern.com/wordpress-accessibility-team-is-seeking-contributors-for-its-handbook-project\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1290:\"<p>The <a href=\"https://make.wordpress.org/accessibility/\">WordPress Accessibility team</a> is seeking contributors for its <a href=\"https://make.wordpress.org/accessibility/handbook/\">handbook project</a>. It’s a collection of tips, resources, <a href=\"https://make.wordpress.org/accessibility/handbook/which-tools-can-i-use/\">tools</a>, and <a href=\"https://make.wordpress.org/accessibility/handbook/best-practices/\">best practices</a>. The goal is to educate users through summaries, articles, and reference materials.<br /></p>\n\n<p>The handbook was created after the accessibility team repeatedly noticed the same accessibility issues cropping up and not having a central place to send people to learn about them.</p>\n\n<p>The team is looking for people to review articles, discover resources to add to the handbook, and suggest topics to cover. If you’re interested in contributing, please join the #<a href=\"https://wordpress.slack.com/archives/C6PK2QCTY\">accessibility-docs</a> channel on <a href=\"https://make.wordpress.org/chat/\">Slack</a> where you can ask questions and learn more about the project.</p>\n\n<p>Also, consider following <a href=\"https://twitter.com/WPAccessibility\">WPAccessibility</a> on Twitter to keep tabs on team projects and links to resources. </p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 20 Apr 2018 01:57:11 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:20;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:40:\"WPTavern: BuddyPress 3.0 Beta 2 Released\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=79984\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:51:\"https://wptavern.com/buddypress-3-0-beta-2-released\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1844:\"<p>The BuddyPress development team <a href=\"https://buddypress.org/2018/04/buddypress-3-0-beta-1/\">has released</a> Beta 2 of BuddyPress 3.0. BuddyPress 3.0 is a major release that contains some significant changes. A new template pack called Nouveau will replace the bp-legacy template packs introduced in BuddyPress 1.7.</p>\n\n<p>The new template pack has been refactored to be semantic, accessible, and use a new set of markup files. Loops, members, and activity areas now run under Backbone to provide a smoother experience. JavaScript has been rewritten to be more modular and have better structure. <br /></p>\n\n<img />\n BuddyPress 3.0 Customizer Options\n\n\n<p>BuddyPress 3.0 utilizes the Customizer by providing options to manipulate the Nouveau template pack or the site itself. For example, you can modify a user’s navigation options from the frontend. There’s also an option to adjust the number of columns for the Members loop. </p>\n\n<p>There are <a href=\"https://buddypress.trac.wordpress.org/query?status=closed&milestone=3.0&page=2&col=id&col=summary&col=status&col=milestone&col=owner&col=type&col=priority&order=priority\">138 tickets closed</a> in this release. In addition to what’s noted above, 3.0 will <a href=\"https://buddypress.trac.wordpress.org/ticket/7722\">remove support for WordPress 4.3 and below</a> and BuddyPress functions for bbPress 1.x forums <a href=\"https://buddypress.trac.wordpress.org/ticket/6851\">will be deprecated</a>.</p>\n\n<p>Considering the scope and breadth of changes in 3.0, users are highly encouraged to test <a href=\"https://buddypress.org/2018/04/buddypress-3-0-beta-1/\">BuddyPress 3.0 Beta 2</a>. If you encounter any issues, please report them in the <a href=\"https://buddypress.org/support/forum/how-to/\">Troubleshooting and How-to</a> section of the support forums. </p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 18 Apr 2018 22:55:30 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:21;a:6:{s:4:\"data\";s:11:\"\n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:41:\"HeroPress: Where WordPress REALLY Matters\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://heropress.com/?p=2509\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:127:\"https://heropress.com/where-wordpress-really-matters/#utm_source=rss&utm_medium=rss&utm_campaign=where-wordpress-really-matters\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3591:\"<img width=\"960\" height=\"480\" src=\"https://s20094.pcdn.co/wp-content/uploads/2016/03/041818-1024x512.jpg\" class=\"attachment-large size-large wp-post-image\" alt=\"Pull Quote: The silence is there. But it no longer scares me.\" /><p>A couple years ago I was given possibly the biggest gift the WordPress community has ever given me. The organizers of WordCamp Pune called me to speak, and the community sent me. It was an amazing experience that changed my life.</p>\n<p>While I was there I met Mahangu Weerasinghe, a wonderful man from Sri Lanka. He spoke about things that really really resonated with me. His talk was about linguistic accessibility to the Internet in Southeast Asia. Many people told me that English is enough to communicate to all of India, but Mahangu pointed out that MILLIONS of people in Southeast Asia cannot read or understand a single language on the web, let alone English.</p>\n<p>WordPress can change that, and that’s where WordPress really matters. It’s wonderful that people around the world can make a living with it, and it’s wonderful that it gives creative outlet to so many, but <strong>important</strong> that WordPress can give global voice to those who have none.</p>\n<p>Mahangu felt for a long time that he had no voice. WordPress changed that for him, and now he’s using WordPress to change that for everyone. He’s been hugely inspirational to me, and I hope he is for you as well.</p>\n<blockquote class=\"wp-embedded-content\"><p><a href=\"https://heropress.com/essays/breaking-the-silence/\">Breaking the Silence</a></p></blockquote>\n<p></p>\n<div class=\"rtsocial-container rtsocial-container-align-right rtsocial-horizontal\"><div class=\"rtsocial-twitter-horizontal\"><div class=\"rtsocial-twitter-horizontal-button\"><a title=\"Tweet: Where WordPress REALLY Matters\" class=\"rtsocial-twitter-button\" href=\"https://twitter.com/share?text=Where%20WordPress%20REALLY%20Matters&via=heropress&url=https%3A%2F%2Fheropress.com%2Fwhere-wordpress-really-matters%2F\" rel=\"nofollow\" target=\"_blank\"></a></div></div><div class=\"rtsocial-fb-horizontal fb-light\"><div class=\"rtsocial-fb-horizontal-button\"><a title=\"Like: Where WordPress REALLY Matters\" class=\"rtsocial-fb-button rtsocial-fb-like-light\" href=\"https://www.facebook.com/sharer.php?u=https%3A%2F%2Fheropress.com%2Fwhere-wordpress-really-matters%2F\" rel=\"nofollow\" target=\"_blank\"></a></div></div><div class=\"rtsocial-linkedin-horizontal\"><div class=\"rtsocial-linkedin-horizontal-button\"><a class=\"rtsocial-linkedin-button\" href=\"https://www.linkedin.com/shareArticle?mini=true&url=https%3A%2F%2Fheropress.com%2Fwhere-wordpress-really-matters%2F&title=Where+WordPress+REALLY+Matters\" rel=\"nofollow\" target=\"_blank\" title=\"Share: Where WordPress REALLY Matters\"></a></div></div><div class=\"rtsocial-pinterest-horizontal\"><div class=\"rtsocial-pinterest-horizontal-button\"><a class=\"rtsocial-pinterest-button\" href=\"https://pinterest.com/pin/create/button/?url=https://heropress.com/where-wordpress-really-matters/&media=https://heropress.com/wp-content/uploads/2016/03/041818-150x150.jpg&description=Where WordPress REALLY Matters\" rel=\"nofollow\" target=\"_blank\" title=\"Pin: Where WordPress REALLY Matters\"></a></div></div><a rel=\"nofollow\" class=\"perma-link\" href=\"https://heropress.com/where-wordpress-really-matters/\" title=\"Where WordPress REALLY Matters\"></a></div><p>The post <a rel=\"nofollow\" href=\"https://heropress.com/where-wordpress-really-matters/\">Where WordPress REALLY Matters</a> appeared first on <a rel=\"nofollow\" href=\"https://heropress.com\">HeroPress</a>.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 18 Apr 2018 12:00:21 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:22;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:23:\"Matt: Abstract Aluminum\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:22:\"https://ma.tt/?p=48051\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:40:\"https://ma.tt/2018/04/abstract-aluminum/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:346:\"<p>You probably haven’t thought much about beer cans, Abstract Aluminum Space, the Midwest Premium, and how it all ties into Goldman Sachs, so you should read <a href=\"https://www.bloomberg.com/view/articles/2014-09-03/the-goldman-sachs-aluminum-conspiracy-lawsuit-is-over\">how the Goldman Sachs aluminum conspiracy lawsuit is over</a>.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 17 Apr 2018 21:57:21 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"Matt\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:23;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"BuddyPress: BuddyPress 3.0 Beta 2\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"https://buddypress.org/?p=272059\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:53:\"https://buddypress.org/2018/04/buddypress-3-0-beta-1/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3509:\"<p>It’s with a huge amount of pleasure and excitement that we’re announcing the Beta 2 release of BP 3.0 today ready for testing and feedback.</p>\n<p>BuddyPress 3.0 will be a major milestone release for us and one we’re all really excited about, it’s been a long time coming but finally we are close to releasing the first template pack for BP, this is a completely new ‘theme’ or set of template files and functionality designed to replace bp-legacy which has served us so well since it’s inception way back in the major release of 1.7 where we introduced ‘Theme Compatibility’, and we’re all really eager for any feedback during these beta phases you may grab a copy of our beta1 release <a href=\"https://downloads.wordpress.org/plugin/buddypress.3.0.0-beta1.zip\">here</a> to test with.</p>\n<p>Nouveau – as our new template pack has been named – provides an all new clean set of markup files, refactored from the ground up to be semantic and accessible. Styles are re-written and provided as Sass partials for developers if wanting to build out new packs. A lot of core functionality for components has been re-written and re-located to be sourced from include files by component in the template directory which allows even easier access to modify functions by overloading to a new theme or child theme. Our major loops, members, activity etc have been re-factored to run under Backbone for a smooth Ajax experience and indeed all the Javascript functionality is re-written to be far more modular than it was before and has a far better modern feel to it’s structuring.</p>\n<p>For the first time we have brought in the Customizer to provide user option choices and a range of layout configurations may be selected. In our initial offering we have provided various layout options for the main BP navigation elements allowing for vertical navs or horizontal, tab effect where suitable. for the component loops such as members, Groups we provide an option to display in a grid layout & at row quantity options or simply as a flat classic list layout.</p>\n<p>While we are really excited about Nouveau 3.0 also has many other improvements to offer and you can <a href=\"https://buddypress.trac.wordpress.org/query?status=closed&milestone=3.0&col=id&col=summary&col=status&col=milestone&col=owner&col=type&col=priority&order=priority\">view a list of all closed tickets for 3.0</a></p>\n<p>As always your feedback and testing is an invaluable part of our releases, helping us to catch any last minute bugs.<br />\nYou can download the beta release for testing at <a href=\"https://downloads.wordpress.org/plugin/buddypress.3.0.0-beta1.zip\">downloads.wordpress.org</a> and install on a local copy of WordPress ( please remember this is a beta release and should not be run on an active production site). Any issues found can be reported on our Trac by creating a <a href=\"https://buddypress.trac.wordpress.org/newticket\">new ticket</a></p>\n<p>If you’re a developer comfortable with SVN you might like to checkout a development copy which you can do <a href=\"https://svn.buddypress.org/trunk\">from this link</a> patches can be submitted to existing tickets or issues found reported on a new ticket.</p>\n<p>Further guidance on contributing to BuddyPress is covered on our <a href=\"https://codex.buddypress.org/participate-and-contribute/\">Contributor guidelines page</a> in our <a href=\"https://codex.buddypress.org/\">Codex</a></p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 17 Apr 2018 20:30:27 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"Hugo Ashmore\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:24;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:70:\"WPTavern: Talking Gutenberg on Episode Eight of the Drunken UX Podcast\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=79942\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:81:\"https://wptavern.com/talking-gutenberg-on-episode-eight-of-the-drunken-ux-podcast\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:738:\"<p>Last week, I had the pleasure of joining Michael Fienen and Aaron Hill, hosts of the Drunken UX podcast, to <a href=\"https://drunkenux.com/podcast/8-sweet-home-automattic-where-we-use-gutenberg/\">discuss Gutenberg</a>. We covered a lot of topics, including, why Gutenberg was created, our experiences, its timeline, pros, cons, resources, our biggest concerns, and what developers and freelancers need to know.</p>\n\n<p>The show is one hour and thirty minutes in length. By the way, please don’t criticize my drink of choice.</p>\n\n\n <blockquote class=\"wp-embedded-content\"><a href=\"https://drunkenux.com/podcast/8-sweet-home-automattic-where-we-use-gutenberg/\">#8: Sweet Home Automattic, Where We Use Gutenberg</a></blockquote>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 17 Apr 2018 00:14:21 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:25;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:82:\"WPTavern: Plugins Hosted on WordPress.org Can No Longer Guarantee Legal Compliance\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=79884\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:93:\"https://wptavern.com/plugins-hosted-on-wordpress-org-can-no-longer-guarantee-legal-compliance\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2105:\"<p>The plugin review team has amended <a href=\"https://developer.wordpress.org/plugins/wordpress-org/detailed-plugin-guidelines/#9-developers-and-their-plugins-must-not-do-anything-illegal-dishonest-or-morally-offensive\">guideline number nine</a> which states, <em>developers and their plugins must not do anything illegal, dishonest, or morally offensive</em>, to include the following statement:</p>\n\n<ul>\n <li>Implying that a plugin can create, provide, automate, or guarantee legal compliance</li>\n</ul>\n\n<p>Mika Epstein, a member of the WordPress.org plugin review team, <a href=\"https://make.wordpress.org/plugins/2018/04/12/legal-compliance-added-to-guidelines/\">says</a> the change was made because plugins by themselves can not provide legal compliance. <br /></p>\n\n<blockquote class=\"wp-block-quote\">\n <p>Sadly, no plugin in and of itself can provide legal compliance. While a plugin can certainly <em>assist</em> in automating the steps on a compliance journey, or allow you to develop a workflow to solve the situation, they cannot protect a site administrator from mistakes or lack of compliance, nor can they protect site users from incorrect or incomplete legal compliance on the part of the web site.</p><cite>Mika Epstein</cite></blockquote>\n\n<p>Since sites can have any combination of WordPress plugins and themes activated, it’s nearly impossible for a single plugin to make sure they’re 100% legally compliant.</p>\n\n<p>Plugin developers affected by this change will be contacted by the review team and be asked to change their titles, descriptions, plugin header images, and or the text within the readme.</p>\n\n<p>Instead of claiming compliance, the team has published a <a href=\"https://developer.wordpress.org/plugins/wordpress-org/compliance-disclaimers/\">frequently asked questions</a> document that recommends plugin authors explain how the plugin will assist in compliance. If you have any questions, please leave a comment on the <a href=\"https://make.wordpress.org/plugins/2018/04/12/legal-compliance-added-to-guidelines/\">announcement post</a>. </p>\n\n<p></p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 16 Apr 2018 23:35:37 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:26;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:55:\"Post Status: All about you(r privacy) — Draft podcast\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"https://poststatus.com/?p=45249\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:60:\"https://poststatus.com/all-about-your-privacy-draft-podcast/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2485:\"<p>Welcome to the Post Status <a href=\"https://poststatus.com/category/draft\">Draft podcast</a>, which you can find <a href=\"https://itunes.apple.com/us/podcast/post-status-draft-wordpress/id976403008\">on iTunes</a>, <a href=\"https://play.google.com/music/m/Ih5egfxskgcec4qadr3f4zfpzzm?t=Post_Status__Draft_WordPress_Podcast\">Google Play</a>, <a href=\"http://www.stitcher.com/podcast/krogsgard/post-status-draft-wordpress-podcast\">Stitcher</a>, and <a href=\"http://simplecast.fm/podcasts/1061/rss\">via RSS</a> for your favorite podcatcher. Post Status Draft is hosted by Brian Krogsgard and co-host Brian Richards.</p>\n<p><span>In this episode, the two Brians discuss the current conversations and controversy surrounding data collection and visitor privacy on the web. The duo dig in to the General Data Protection Regulation (GDPR) and what it means for you both as site visitors and site owners and, in particular, how WordPress core and plugin authors are (or should be) responding to the new regulation. It’s a pretty deep topic with many implications and ramifications. Be sure to follow the episode links, too, so that you can be best informed and prepared for when GDPR goes into effect on May 25, 2018.</span></p>\n<p></p>\n<p>Links</p>\n<ul>\n<li><a href=\"https://www.cjr.org/tow_center_reports/understanding-general-data-protection-regulation.php\">CJR report on understanding the General Data Protection Regulation</a></li>\n<li><a href=\"https://make.wordpress.org/core/2018/03/28/roadmap-tools-for-gdpr-compliance/\">Core’s roadmap for GDPR compliance</a></li>\n<li><a href=\"https://core.trac.wordpress.org/query?status=!closed&keywords=~gdpr\">Trac issues related to GDPR</a></li>\n<li><a href=\"https://pagely.com/blog/gdpr-wordpress-2018-resources/?mc_cid=a002d1fc74&mc_eid=58d2ea272a\">Pagely’s GDPR guide</a></li>\n<li><a href=\"https://www.smashingmagazine.com/2018/02/gdpr-for-web-developers/?mc_cid=a002d1fc74&mc_eid=58d2ea272a\">Heather Burns’ detailed GDPR analysis in Smashing Magazine</a></li>\n</ul>\n<h3>Sponsor: Valet</h3>\n<p>This episode is sponsored by <a href=\"https://www.valet.io/\">Valet</a>. Valet helps keep your clients happy & coming back. They offer expert services and keep the websites they manage functioning flawlessly. They offer preventative care that provides peace of mind around the clock. For more information, check out <a href=\"https://www.valet.io/\">their website</a> and thank you to Valet for being a Post Status partner.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 16 Apr 2018 12:56:30 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Katie Richards\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:27;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:27:\"Matt: Russell’s Treadmill\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:22:\"https://ma.tt/?p=48043\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:41:\"https://ma.tt/2018/04/russells-treadmill/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:704:\"<p>From <a href=\"https://www.amazon.com/dp/B015D3X0YG\">Bertrand Russell’s A Conquest of Happiness</a>.</p>\n\n<blockquote class=\"wp-block-quote\">\n <p>It is very singular how little men seem to realize that they are not caught in the grip of a mechanism from which there is no escape, but that the treadmill is one upon which they remain merely because they have not noticed that it fails to take them up to a higher level.</p>\n</blockquote>\n\n<p>He also says later, “There are two motives for reading a book: one, that you enjoy it; the other, that you can boast about it.” <img src=\"https://s.w.org/images/core/emoji/2.4/72x72/1f602.png\" alt=\"?\" class=\"wp-smiley\" /></p>\n\n<p></p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 13 Apr 2018 20:22:46 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"Matt\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:28;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:44:\"Dev Blog: GDPR Compliance Tools in WordPress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=5728\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:70:\"https://wordpress.org/news/2018/04/gdpr-compliance-tools-in-wordpress/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3913:\"<p>GDPR compliance is an important consideration for all WordPress websites. The GDPR Compliance team is looking for help to test the privacy tools that are currently being developed in core. </p>\n\n<h2>What is GDPR?</h2>\n\n<p>GDPR stands for <a href=\"https://en.wikipedia.org/wiki/General_Data_Protection_Regulation\">General Data Protection Regulation</a> and is intended to strengthen and unify data protection for all individuals within the European Union. Its primary aim is to give control back to the EU residents over their personal data. <br /></p>\n\n<p>Why the urgency? Although the GDPR was introduced two years ago, it becomes enforceable starting May 25, 2018.</p>\n\n<h2>Make WordPress GDPR Compliance Team</h2>\n\n<p>Currently, the GDPR Compliance Team understands that helping WordPress-based sites become compliant is a large and ongoing task. The team is focusing on creating a comprehensive core policy, plugin guidelines, privacy tools and documentation. All of this requires your help.<br /></p>\n\n<p>The GDPR Compliance Team is focusing on four main areas:</p>\n\n<ul>\n <li>Add functionality to assist site owners in creating comprehensive privacy policies for their websites.</li>\n <li>Create guidelines for plugins to become GDPR ready.</li>\n <li>Add administration tools to facilitate compliance and encourage user privacy in general.</li>\n <li>Add documentation to educate site owners on privacy, the main GDPR compliance requirements, and on how to use the new privacy tools.</li>\n</ul>\n\n<h2>Don’t we already have a privacy policy?</h2>\n\n<p>Yes and no. That said, The GDPR puts tighter guidelines and restrictions. Though we have many plugins that create privacy pages, we need means to generate a unified, comprehensive privacy policy. We will need tools for users to easily come into compliance.<br /></p>\n\n<p>Site owners will be able to create GDPR compliant privacy policy in three steps:</p>\n\n<ol>\n <li>Adding a dedicated page for the policy.<br /></li>\n <li>Adding privacy information from plugins.</li>\n <li>Reviewing and publishing the policy.</li>\n</ol>\n\n<p>A new “postbox” will be added to the Edit Page screen when editing the policy. All plugins that collect or store user data will be able to add privacy information there. In addition it will alert the site owners when any privacy information changes after a plugin is activated, deactivated, or updated.<br /></p>\n\n<p>There is a new functionality to confirm user requests by email address. It is intended for site owners to be able to verify requests from users for displaying, downloading, or anonymizing of personal data.<br /></p>\n\n<p>A new “Privacy” page is added under the “Tools” menu. It will display new, confirmed requests from users, as well as already fulfilled requests. It will also contain the tools for exporting and anonymizing of personal data and for requesting email confirmation to avoid abuse attempts.<br /></p>\n\n<p>New section on privacy will be added to the <a href=\"https://developer.wordpress.org/plugins/\">Plugin Handbook</a>. It will contain some general information on user privacy, what a plugin should do to be compliant, and also tips and examples on how to use the new privacy related functionality in WordPress.<br /></p>\n\n<p>The new privacy tools are scheduled for release at the end of April or beginning of May 2018.</p>\n\n<h2>How can you get involved?</h2>\n\n<p>We would love to have your help. The first step is awareness and education. For more information about the upcoming privacy tools see <a href=\"https://make.wordpress.org/core/2018/03/28/roadmap-tools-for-gdpr-compliance/\">the roadmap</a>.</p>\n\n<p>If you would like to get involved in building WordPress Core and testing the new privacy tools, please join the #gdpr-compliance channel in the <a href=\"https://make.wordpress.org/chat/\">Make WordPress</a> Slack group.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 12 Apr 2018 20:11:50 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:10:\"Andrew Ozz\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:29;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:103:\"WPTavern: WPWeekly Episode 312 – Dragon Drop, WordPress Accessibility Statement, and WooCommerce GDPR\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:58:\"https://wptavern.com?p=79862&preview=true&preview_id=79862\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:108:\"https://wptavern.com/wpweekly-episode-312-dragon-drop-wordpress-accessibility-statement-and-woocommerce-gdpr\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1888:\"<p>In this episode, <a href=\"http://jjj.me\">John James Jacoby</a> and I start the show by sharing our thoughts on Mark Zuckberberg’s congressional hearing. We then discuss what’s new in Gutenberg 2.6 and describe our user experience. We let you know what’s in WooCommerce 3.3.5 and discuss what the development team is doing to prepare for GDPR compliance.</p>\n<h2>Stories Discussed:</h2>\n<p><a href=\"https://wptavern.com/gutenberg-2-6-introduces-drag-and-drop-block-sorting\">Gutenberg 2.6 Introduces Drag and Drop Block Sorting</a><br />\n<a href=\"https://wptavern.com/theme-review-changes-place-more-onus-onto-theme-authors\">Theme Review Changes Place More Onus Onto Theme Authors</a><br />\n<a href=\"https://wordpress.org/about/accessibility/\">WordPress Accessibility Statement</a><br />\n<a href=\"https://woocommerce.wordpress.com/2018/04/10/woocommerce-3-3-5-fix-release-notes/\">WooCommerce 3.3.5 Released</a><br />\n<a href=\"https://woocommerce.wordpress.com/2018/04/10/how-were-tackling-gdpr-in-woocommerce-core/\">How WooCommerce is tackling GDPR</a></p>\n<h2>Picks of the Week:</h2>\n<p><a href=\"https://atomicblocks.com/introducing-the-atomic-blocks-plugin-and-theme/\">AtomBlocks by Mike McAlister</a></p>\n<h2>WPWeekly Meta:</h2>\n<p><strong>Next Episode:</strong> Wednesday, April 18th 3:00 P.M. Eastern</p>\n<p>Subscribe to <a href=\"https://itunes.apple.com/us/podcast/wordpress-weekly/id694849738\">WordPress Weekly via Itunes</a></p>\n<p>Subscribe to <a href=\"https://www.wptavern.com/feed/podcast\">WordPress Weekly via RSS</a></p>\n<p>Subscribe to <a href=\"http://www.stitcher.com/podcast/wordpress-weekly-podcast?refid=stpr\">WordPress Weekly via Stitcher Radio</a></p>\n<p>Subscribe to <a href=\"https://play.google.com/music/listen?u=0#/ps/Ir3keivkvwwh24xy7qiymurwpbe\">WordPress Weekly via Google Play</a></p>\n<p><strong>Listen To Episode #312:</strong><br />\n</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 12 Apr 2018 01:05:46 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:30;a:6:{s:4:\"data\";s:11:\"\n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:27:\"HeroPress: Growing Up Rural\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://heropress.com/?p=2503\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:99:\"https://heropress.com/growing-up-rural/#utm_source=rss&utm_medium=rss&utm_campaign=growing-up-rural\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2947:\"<img width=\"960\" height=\"480\" src=\"https://s20094.pcdn.co/wp-content/uploads/2015/10/ImpactForOthers-HeroPress-1024x512.jpg\" class=\"attachment-large size-large wp-post-image\" alt=\"Pull Quote: I hope and pray that in some small way I\'ll be able to take what I\'ve learned and make an impact for others.\" /><p>This week’s throwback essay is titled “<a href=\"https://heropress.com/essays/i-dont-know-anything-and-thats-ok/\">I don’t know anything, and that’s ok</a>“. It was written back in 2015 by my friend Kyle. He and I grew up in similar circumstances; far from a hub of civilization, in a relatively economically depressed area, without the best education opportunities.</p>\n<p>Yet he and I both managed to find the web, dive in, and find home. We support our families and find joy in the work we produce. I’m not sure there’s a better way to live than that.</p>\n<p>Check out Kyle’s essay and let him know what you think.</p>\n<blockquote class=\"wp-embedded-content\"><p><a href=\"https://heropress.com/essays/i-dont-know-anything-and-thats-ok/\">I Don’t Know Anything and That’s OK</a></p></blockquote>\n<p></p>\n<div class=\"rtsocial-container rtsocial-container-align-right rtsocial-horizontal\"><div class=\"rtsocial-twitter-horizontal\"><div class=\"rtsocial-twitter-horizontal-button\"><a title=\"Tweet: Growing Up Rural\" class=\"rtsocial-twitter-button\" href=\"https://twitter.com/share?text=Growing%20Up%20Rural&via=heropress&url=https%3A%2F%2Fheropress.com%2Fgrowing-up-rural%2F\" rel=\"nofollow\" target=\"_blank\"></a></div></div><div class=\"rtsocial-fb-horizontal fb-light\"><div class=\"rtsocial-fb-horizontal-button\"><a title=\"Like: Growing Up Rural\" class=\"rtsocial-fb-button rtsocial-fb-like-light\" href=\"https://www.facebook.com/sharer.php?u=https%3A%2F%2Fheropress.com%2Fgrowing-up-rural%2F\" rel=\"nofollow\" target=\"_blank\"></a></div></div><div class=\"rtsocial-linkedin-horizontal\"><div class=\"rtsocial-linkedin-horizontal-button\"><a class=\"rtsocial-linkedin-button\" href=\"https://www.linkedin.com/shareArticle?mini=true&url=https%3A%2F%2Fheropress.com%2Fgrowing-up-rural%2F&title=Growing+Up+Rural\" rel=\"nofollow\" target=\"_blank\" title=\"Share: Growing Up Rural\"></a></div></div><div class=\"rtsocial-pinterest-horizontal\"><div class=\"rtsocial-pinterest-horizontal-button\"><a class=\"rtsocial-pinterest-button\" href=\"https://pinterest.com/pin/create/button/?url=https://heropress.com/growing-up-rural/&media=https://heropress.com/wp-content/uploads/2015/10/ImpactForOthers-HeroPress-150x150.jpg&description=Growing Up Rural\" rel=\"nofollow\" target=\"_blank\" title=\"Pin: Growing Up Rural\"></a></div></div><a rel=\"nofollow\" class=\"perma-link\" href=\"https://heropress.com/growing-up-rural/\" title=\"Growing Up Rural\"></a></div><p>The post <a rel=\"nofollow\" href=\"https://heropress.com/growing-up-rural/\">Growing Up Rural</a> appeared first on <a rel=\"nofollow\" href=\"https://heropress.com\">HeroPress</a>.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 11 Apr 2018 12:15:27 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:31;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:65:\"WPTavern: Theme Review Changes Place More Onus Onto Theme Authors\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=79771\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:76:\"https://wptavern.com/theme-review-changes-place-more-onus-onto-theme-authors\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2093:\"<p>The WordPress Theme Review team has <a href=\"https://make.wordpress.org/themes/2018/04/09/changes-in-theme-review-process/\">implemented changes</a> that simplify the process and places more responsibility onto theme authors. Theme reviewers now only need to check the following items to pass a theme.</p>\n\n<ul>\n <li>Licensing</li>\n <li>Malicious or egregious stuff</li>\n <li>Content Creation</li>\n <li>Security</li>\n</ul>\n\n<p>Although the bar to pass a theme is significantly lower, theme authors are still expected to follow the <a href=\"https://make.wordpress.org/themes/handbook/review/required/\">required</a> and <a href=\"https://make.wordpress.org/themes/handbook/review/recommended/\">recommended</a> requirements listed in the theme handbook.</p>\n\n<p>Moderators will check themes after they’ve gone live to make sure the author is following guidelines. If a moderator discovers any issues, a request will be made to the theme author to correct them. Failure to do so could lead to a temporary or permanent suspension.</p>\n\n<p>Justin Tadlock <a href=\"https://make.wordpress.org/themes/2018/04/09/changes-in-theme-review-process/#comment-43128\">clarified</a> in the comments examples of egregious issues.</p>\n\n<ul>\n <li>Illegal</li>\n <li>Dishonest</li>\n <li>Morally offensive</li>\n <li>PHP Errors</li>\n</ul>\n\n<p>In the past two years, The Theme Review Team has battled the theme review queue with moderate success. <a href=\"https://wptavern.com/wordpress-theme-review-team-making-progress-on-clearing-out-1000-review-backlog\">In early 2017</a>, the number of themes in the queue dropped below 200. Although there has been some work on automating the process, it’s largely reliant on humans.</p>\n\n<p>Even though it hasn’t been updated in more than a year, theme authors are highly encouraged to use the <a href=\"https://wordpress.org/plugins/theme-check/\">Theme Check plugin</a> before submitting themes for review.</p>\n\n<p>With a simplified process to get a theme live, reviewers are hoping it will free them up to focus on larger projects.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 10 Apr 2018 23:45:23 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:32;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:62:\"WPTavern: Gutenberg 2.6 Introduces Drag and Drop Block Sorting\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=79658\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:73:\"https://wptavern.com/gutenberg-2-6-introduces-drag-and-drop-block-sorting\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1729:\"<p><a href=\"https://wordpress.org/plugins/Gutenberg/\">Gutenberg 2.6</a> is available for download and with it, comes a new way of sorting blocks. In addition to using up and down arrows, this version introduces the ability to sort blocks by <a href=\"https://github.com/WordPress/gutenberg/issues/6041\">dragging and dropping</a>.</p>\n\n<p>If you hover the cursor over the up and down arrows on the left side of a block, you’ll see a hand icon. Simply click, hold, and drag the block up or down below or above the blue indicator.</p>\n\n\n \n\n\n<p>In my limited testing, I found drag and drop to be hit or miss. Sometimes, when I try to drag and drop a block, the blue line doesn’t show up.</p>\n\n<p>The hand icon for the cursor is different for the top and bottom of the block. You can drag a block by hovering over the bottom of it but you can’t do it from the top.</p>\n\n<img />\n Hovering the cursor at the top of the block\n\n\n<img />\n Hovering the cursor at the bottom of the block\n\n\n<p>I also found it difficult to add a new block manually. For example, when I add a paragraph block, I don’t see the Plus icon to create a new block underneath it anymore.</p>\n\n<p>Pressing enter at the end of a paragraph creates a new Paragraph block automatically. But I don’t know how to transform it into an image block. I’ll need to do more testing to figure out what’s going on. <br /></p>\n\n<p>There’s a host of <a href=\"https://make.wordpress.org/core/2018/04/05/whats-new-in-gutenberg-5th-april/\">other improvements and bug fixes </a>in this release, some of which I covered <a href=\"https://wptavern.com/an-update-to-my-gutenberg-experience\">in this post</a>. <br />. <br /></p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 10 Apr 2018 00:09:58 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:33;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:49:\"Post Status: Designing the news — Draft podcast\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"https://poststatus.com/?p=45154\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:56:\"https://poststatus.com/designing-the-news-draft-podcast/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1904:\"<p>Welcome to the Post Status <a href=\"https://poststatus.com/category/draft\">Draft podcast</a>, which you can find <a href=\"https://itunes.apple.com/us/podcast/post-status-draft-wordpress/id976403008\">on iTunes</a>, <a href=\"https://play.google.com/music/m/Ih5egfxskgcec4qadr3f4zfpzzm?t=Post_Status__Draft_WordPress_Podcast\">Google Play</a>, <a href=\"http://www.stitcher.com/podcast/krogsgard/post-status-draft-wordpress-podcast\">Stitcher</a>, and <a href=\"http://simplecast.fm/podcasts/1061/rss\">via RSS</a> for your favorite podcatcher. Post Status Draft is hosted by Brian Krogsgard and co-host Brian Richards.</p>\n<p><span>In this episode, Brian and Brian discuss a variety of news topics spanning design, development, and business. Tune in to learn about the history of WordPress and the web, the newest TechCrunch redesign, a WordCamp for WordCamp organizers, and more.</span></p>\n<p></p>\n<h3>Links</h3>\n<ul>\n<li><a href=\"https://zeen101.com/for-developers/leakypaywall/\">Leaky Paywall</a></li>\n<li><a href=\"https://designintech.report/\">2018 Design in Tech report</a></li>\n<li><a href=\"https://gutenberg.courses/development/\">Gutenberg Development Course</a></li>\n<li><a href=\"https://techcrunch.com/2018/03/13/welcome-to-the-new-techcrunch/\">TechCrunch redesign</a></li>\n<li><a href=\"https://thehistoryoftheweb.com/the-story-of-wordpress/\">WordPress turns 15</a>, via History of the Web</li>\n<li><a href=\"https://make.wordpress.org/community/2018/04/03/want-to-help-organize-a-wordcamp-for-organizers/\">Proposal for a WordCamp for WordCamp organizers </a></li>\n</ul>\n<h3>Sponsor: Gravity Forms</h3>\n<p><a href=\"http://www.gravityforms.com/?utm_source=post_status&utm_medium=banner&utm_campaign=ps_ads\">Gravity Forms</a> makes the best web forms on the planet. Over a million WordPress sites are already using Gravity Forms. Is yours? Thanks to Gravity Forms for being a Post Status partner.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 09 Apr 2018 18:36:43 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Katie Richards\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:34;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:46:\"WPTavern: An Update to My Gutenberg Experience\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=79564\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:57:\"https://wptavern.com/an-update-to-my-gutenberg-experience\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2508:\"<p>Not long after I published <a href=\"https://wptavern.com/my-gutenberg-experience-thus-far\">my experience with Gutenberg</a>, developers reached out to me to work on some of the issues I mentioned. Riad Benguella <a href=\"https://github.com/WordPress/gutenberg/pull/5902\">figured out</a> why meta boxes were not collapsing or expanding.</p>\n\n<p>It turns out that some meta boxes depend on the post script which has a side effect of calling the window.postboxes.add_postbox_toggles( postType ) twice, causing meta boxes to break.</p>\n\n<p>Gutenberg 2.6 <a href=\"https://make.wordpress.org/core/2018/04/05/whats-new-in-gutenberg-5th-april/\">released earlier this week</a>, fixes the issue and all meta boxes function properly again. This also fixes the issue I had with the Telegram for WordPress plugin. <br /></p>\n\n<p><a href=\"https://wordpress.org/plugins/public-post-preview/\">Public Post Preview</a> still doesn’t work in Gutenberg but the plugin’s developer, Dominik Schilling, shared some experiments he has conducted with adding support for Gutenberg on Twitter.</p>\n\n\n <blockquote class=\"twitter-tweet\"><p lang=\"en\" dir=\"ltr\">Can\'t wait for seeing Gutenberg in WordPress core. So many new possibilities. Even for Public Post Preview (<a href=\"https://t.co/Xsw9hugxKT\">https://t.co/Xsw9hugxKT</a>). With just a few lines I was able to create this: <a href=\"https://t.co/fxyuBIMPOl\">pic.twitter.com/fxyuBIMPOl</a></p>— Dominik Schilling <img src=\"https://s.w.org/images/core/emoji/2.4/72x72/1f30a.png\" alt=\"?\" class=\"wp-smiley\" /> (@ocean90) <a href=\"https://twitter.com/ocean90/status/980420608822562816?ref_src=twsrc%5Etfw\">April 1, 2018</a></blockquote>\n\n\n<p>In the preview video, you can see Public Post Preview’s options added to the sidebar and in addition to generating a link, you can choose when that URL expires which is better than what’s currently available in the plugin.</p>\n\n<p>I mentioned how Tags would sometimes disappear and there overall behavior was inconsistent. This <a href=\"https://github.com/WordPress/gutenberg/pull/5913\">pull request </a>that made it into Gutenberg 2.6, fixes the issue by only including the term in the Tag selector if it’s known.</p>\n\n<p>Although I’m still bummed that certain plugins are not yet compatible with Gutenberg, I’m pretty happy that two of the major pain points I experienced have been fixed. Thanks to Riad, Tammie Lister, and others for helping to solve these problems so quickly. </p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 06 Apr 2018 21:29:35 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:35;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:61:\"WPTavern: A WordCamp for Organizers Is in the Planning Stages\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=79513\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:72:\"https://wptavern.com/a-wordcamp-for-organizers-is-in-the-planning-stages\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2684:\"<p>Last year, Drew Jaynes and Carol Stambaugh <a href=\"https://make.wordpress.org/community/2017/08/16/proposed-event-wordcamp-for-wordcamp-organizers/\">proposed</a> a new WordCamp event geared towards organizers to the WordPress Community Team. After fleshing out the details and discussing the idea over the course of seven months, the duo <a href=\"https://make.wordpress.org/community/2018/04/03/want-to-help-organize-a-wordcamp-for-organizers/\">has announced</a> that a WordCamp for Organizers is officially on the table.</p>\n\n<p>The goal of the event is to provide an opportunity for meetup and WordPress event organizers to share their experience with others in the community. The plan is to host a one-day event a day or two before <a href=\"https://2018.us.wordcamp.org/\">WordCamp US</a> in Nashville, TN, later this year.</p>\n\n<p>“The idea for WordCamp for Organizers – what some of us affectionately refer to as ‘dotOrganize’ – was really borne out of many conversations I’ve had over the years with others in the WordPress community lamenting the lack of a ready knowledge sharing opportunity between event organizers,” Jaynes said.</p>\n\n<p>“One common thread seemed to be the idea of common lessons learned, and how awesome it would be to just have an event for organizers to get together and swap tips and tricks. </p>\n\n<p>“We’re all here organizing the same community, maybe we should get together and trade notes! And so we now have a new topic-based WordCamp just for organizers. </p>\n\n<p>“It’s kind of meta – organizing a WordCamp for Organizers, but I really feel like this could be a boon for anybody currently organizing or looking to start organizing in WordPress. Exciting!”</p>\n\n<p>Some of the session topics that could be presented on include:</p>\n\n<ul>\n <li>Spreading the word about your community events</li>\n <li>Tips for wrangling speakers, volunteers, and sponsors</li>\n <li>Conflict resolution among organizing teams</li>\n <li>How to respond to a code of conduct issue</li>\n <li>Finding and using official organizing tools and resources<br /></li>\n</ul>\n\n<p>The team is seeking volunteers who can spend 2-4 hours per week to help organize the event. Although it’s focused on organizers, those who have attended many conferences, including WordCamps, with little event organizing experience, are encouraged to join the team.</p>\n\n<p>If you’re interested in volunteering, please leave a comment on the <a href=\"https://make.wordpress.org/community/2018/04/03/want-to-help-organize-a-wordcamp-for-organizers/\">official announcement post</a>. </p>\n\n<p><br /></p><br /></p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 06 Apr 2018 00:22:47 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:36;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:57:\"WPTavern: Jetpack 6.0 Takes Steps Towards GDPR Compliance\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=79459\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:68:\"https://wptavern.com/jetpack-6-0-takes-steps-towards-gdpr-compliance\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1148:\"<p>Jetpack 6.0 <a href=\"https://jetpack.com/2018/04/03/jetpack-6-0/\">is available</a> for upgrade. It comes with improvements to the social media icons widget, enhanced brute force protection, and better compatibility between WooCommerce and Jetpack.</p>\n\n<p>Its headlining features though are privacy related as the <a href=\"https://www.eugdpr.org/\">General Data Protection Regulation</a> (GDPR) is set to go into effect May 25th. In 6.0, Jetpack has a dedicated privacy settings page that links to privacy documents and includes a way to opt-out of activity tracking.</p>\n\n<p>These settings can be accessed by clicking the Privacy link at the bottom of the Jetpack Dashboard page. </p>\n\n<img />\n Jetpack 6.0 Privacy Settings\n\n\n<p>The '<a href=\"https://jetpack.com/support/what-data-does-jetpack-sync/\">What Data Does Jetpack Sync</a>' page outlines what data is used, how it's used, the relationship it has with the WordPress mobile apps, and provides an inside look at how Jetpack works.</p>\n\n<p>These are the first steps towards GDPR compliance with more updates planned before the regulation goes into effect next month. </p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 05 Apr 2018 23:20:53 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:37;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:94:\"WPTavern: WPWeekly Episode 311 – Jetpack 6.0, WordPress 4.9.5, and A WordCamp for Organizers\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:58:\"https://wptavern.com?p=79447&preview=true&preview_id=79447\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:95:\"https://wptavern.com/wpweekly-episode-311-jetpack-wordpress-4-9-5-and-a-wordcamp-for-organizers\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1628:\"<p>In this episode, <a href=\"http://jjj.me\">John James Jacoby</a> and I discuss a <a href=\"https://glueckpress.com/9336/amp-and-wordpress/\">great article</a> published by Caspar Hübinger on AMP and WordPress. We cover what’s new in WordPress 4.9.5, Jetpack 6.0, and a WordCamp geared toward organizers.</p>\n<h2>Stories Discussed:</h2>\n<p><a href=\"https://wptavern.com/wordpress-4-9-5-squashes-25-bugs\">WordPress 4.9.5 Squashes 25 Bugs</a><br />\n<a href=\"https://wptavern.com/try-gutenberg-prompt-pushed-back-to-a-later-release\">‘Try Gutenberg’ Prompt Pushed Back to A Later Release</a><br />\n<a href=\"https://jetpack.com/2018/04/03/jetpack-6-0/\">Jetpack 6.0 Released</a><br />\n<a href=\"https://make.wordpress.org/community/2018/04/03/code-of-conduct-survey/\">Code of Conduct Survey</a><br />\n<a href=\"https://make.wordpress.org/community/2018/04/03/want-to-help-organize-a-wordcamp-for-organizers/\">Want to Help Organize a WordCamp for Organizers?</a></p>\n<h2>WPWeekly Meta:</h2>\n<p><strong>Next Episode:</strong> Wednesday, April 11th 3:00 P.M. Eastern</p>\n<p>Subscribe to <a href=\"https://itunes.apple.com/us/podcast/wordpress-weekly/id694849738\">WordPress Weekly via Itunes</a></p>\n<p>Subscribe to <a href=\"https://www.wptavern.com/feed/podcast\">WordPress Weekly via RSS</a></p>\n<p>Subscribe to <a href=\"http://www.stitcher.com/podcast/wordpress-weekly-podcast?refid=stpr\">WordPress Weekly via Stitcher Radio</a></p>\n<p>Subscribe to <a href=\"https://play.google.com/music/listen?u=0#/ps/Ir3keivkvwwh24xy7qiymurwpbe\">WordPress Weekly via Google Play</a></p>\n<p><strong>Listen To Episode #311:</strong><br />\n</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 05 Apr 2018 01:15:24 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:38;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:76:\"HeroPress: The Year I Got Cancer Was The Year My WordPress Business Took Off\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:56:\"https://heropress.com/?post_type=heropress-essays&p=2497\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:204:\"https://heropress.com/essays/the-year-i-got-cancer-was-the-year-my-wordpress-business-took-off/#utm_source=rss&utm_medium=rss&utm_campaign=the-year-i-got-cancer-was-the-year-my-wordpress-business-took-off\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:8809:\"<img width=\"960\" height=\"480\" src=\"https://s20094.pcdn.co/wp-content/uploads/2018/04/040418-1024x512.jpg\" class=\"attachment-large size-large wp-post-image\" alt=\"Pull Quote: Take care of yourselves and of each other, it\'s very important.\" /><p>In 2010 I was beginning to take on client work creating WordPress web sites when I was diagnosed with ovarian cancer. Ironically, at 43 years old I was more fit and healthy than I had ever been in my entire life. I had been running road marathons and trail ultra marathons for a few years leading up to my diagnosis. Good thing too, because surgery and treatment were obviously very tough.</p>\n<p>I was transitioning my design studio from analog to digital. Previously, I was working as a professional artist and illustrator creating commission portraiture and college mascot illustrations with some moderate successes. My background is in Fine Art and Design. I studied Drawing, Sculpture, & Time Arts. (2D, 3D & 4D – 4D can be described as: Length, width, height, and time/ motion) Naturally, as a Time Arts artist/illustrator I love the web! I love designing for the web and mobile too. Web work is immediately gratifying. I do design for both the web and print but I have always felt drawn to the web as it is more accessible, more fluid, dynamic, interconnected, animated, media rich, and well … if you are reading this then you already get the picture. <img src=\"https://s.w.org/images/core/emoji/2.4/72x72/1f642.png\" alt=\"?\" class=\"wp-smiley\" /></p>\n<blockquote><p>To get through treatment it was important to me that I still work every day.</p></blockquote>\n<p>Some days it was just a couple hours in the afternoon but it really helped me to cope and endure unplanned surgery and many painful chemotherapy treatments. I had recently completed a couple of websites with the help of my mentor Jerry Turk. Those sites had good reach. I mean they were the kind of sites that groups of people used and managed so I got some attention for the work and word of mouth spread locally.</p>\n<p>It was while getting through that period of treatment and the shock of a devastating diagnosis that my digital design agency really got legs. It could not have happened at a better time. So, my studio, C&D Studios – <a href=\"https://CandDStudios.com\">https://CandDStudios.com</a> continued it’s move towards being 100% digital. No more analog photography and not much more drawing at the drawing table either. Now my work was nearly 100% focused on screens and it would also begin to pay the bills. That was eight years ago. I was very fortunate to learn using reliable frameworks, themes, plug-ins, and hosts that would also stand the test of time. Thank you Genesis Framework, StudioPress and Gravity Forms to name a few…</p>\n<p>Fast forward to 2016 after having been cancer free all those years and cranking out a lot of agency work, I had a cancer reoccurrence. I never wanted cancer to be part of my story and I tried to deny or overcome it in all ways but it had resurfaced in October of 2016. Professionally, I was involved in collaborating on very large scale enterprise sites with teams. I was spending the year testing the waters at a new level of production. It was not good timing to require another surgery and 18 more rounds of chemotherapy. Fortunately, I found support in the community from other designers and developers whom helped me to the finish lines with 3 large projects in areas of e-commerce, college membership and enterprise site work -one with a large volume of SVG animations. After surgery, in February of 2017 I completed 18 rounds of chemotherapy treatments.</p>\n<blockquote><p>I have survived and am cancer free once again!</p></blockquote>\n<p>While going through treatment the second time I was not really focused on what good thing will I be able to grow towards professionally. Honestly, when you go through these things in life – you just spend your energy getting through as best as you can. I think it is worth noting here that while a positive attitude is great and it can improve a patient’s overall experience. Please don’t tell people they will survive cancer because of their positive attitude. Cancer is horrible, it does not discriminate and when people can’t beat a disease with their mental attitude they end up blaming themselves unnecessarily. That is not good. That is not what people intend when then try to offer support in that way but that is something I wanted to share.</p>\n<p>Now I have landed on the other side of treatment again and as I reflect, it’s been a really epic year! Our WordPress community has been open and supportive, welcoming me at conferences, online, and in slack groups, whether I had hair, energy, or resources – always welcoming and always encouraging. Over the years I have made some wonderful friends through WordPress! Some of us have been at this for a long time and we now have many shared experiences and skills.</p>\n<h3>Having Survived Again I’m Launching a WordPress Product</h3>\n<p>Having survived again, and having been inspired at PressNomics in Tempe last spring, I’m busy launching a mobile product/service with my team Dr. Kendra Remington and Rita Best called <a href=\"https://docswithapps.com\">Docs With Apps</a>.</p>\n<p>I still accept some client work, and some retainer work but I’m pretty selective about the projects we work on “in house.”</p>\n<p>I love SVG animation work so in 2018 I’m overjoyed to be doing more contracted SVG animation work with my collaborator Jackie D’Elia. Hit us up!!</p>\n<p>These are some very wonderful times in technology and within the Internet of things. I feel very grateful to have been able to ride the digital wave into the present and future. At WCUS in Nashville I began the process of contributing to make WordPress after having spent many years empowering others with it.</p>\n<p>When I was young I needed a way to get my portfolio on line and that is how I got started. Thank you for the opportunity to share my story, to publicly thank my husband Dominic, my family, and friends too. The future is going to be awesome!</p>\n<p>Take care of yourself and of each other, it’s very important.</p>\n<div class=\"rtsocial-container rtsocial-container-align-right rtsocial-horizontal\"><div class=\"rtsocial-twitter-horizontal\"><div class=\"rtsocial-twitter-horizontal-button\"><a title=\"Tweet: The Year I Got Cancer Was The Year My WordPress Business Took Off\" class=\"rtsocial-twitter-button\" href=\"https://twitter.com/share?text=The%20Year%20I%20Got%20Cancer%20Was%20The%20Year%20My%20WordPress%20Business%20Took%20Off&via=heropress&url=https%3A%2F%2Fheropress.com%2Fessays%2Fthe-year-i-got-cancer-was-the-year-my-wordpress-business-took-off%2F\" rel=\"nofollow\" target=\"_blank\"></a></div></div><div class=\"rtsocial-fb-horizontal fb-light\"><div class=\"rtsocial-fb-horizontal-button\"><a title=\"Like: The Year I Got Cancer Was The Year My WordPress Business Took Off\" class=\"rtsocial-fb-button rtsocial-fb-like-light\" href=\"https://www.facebook.com/sharer.php?u=https%3A%2F%2Fheropress.com%2Fessays%2Fthe-year-i-got-cancer-was-the-year-my-wordpress-business-took-off%2F\" rel=\"nofollow\" target=\"_blank\"></a></div></div><div class=\"rtsocial-linkedin-horizontal\"><div class=\"rtsocial-linkedin-horizontal-button\"><a class=\"rtsocial-linkedin-button\" href=\"https://www.linkedin.com/shareArticle?mini=true&url=https%3A%2F%2Fheropress.com%2Fessays%2Fthe-year-i-got-cancer-was-the-year-my-wordpress-business-took-off%2F&title=The+Year+I+Got+Cancer+Was+The+Year+My+WordPress+Business+Took+Off\" rel=\"nofollow\" target=\"_blank\" title=\"Share: The Year I Got Cancer Was The Year My WordPress Business Took Off\"></a></div></div><div class=\"rtsocial-pinterest-horizontal\"><div class=\"rtsocial-pinterest-horizontal-button\"><a class=\"rtsocial-pinterest-button\" href=\"https://pinterest.com/pin/create/button/?url=https://heropress.com/essays/the-year-i-got-cancer-was-the-year-my-wordpress-business-took-off/&media=https://heropress.com/wp-content/uploads/2018/04/040418-150x150.jpg&description=The Year I Got Cancer Was The Year My WordPress Business Took Off\" rel=\"nofollow\" target=\"_blank\" title=\"Pin: The Year I Got Cancer Was The Year My WordPress Business Took Off\"></a></div></div><a rel=\"nofollow\" class=\"perma-link\" href=\"https://heropress.com/essays/the-year-i-got-cancer-was-the-year-my-wordpress-business-took-off/\" title=\"The Year I Got Cancer Was The Year My WordPress Business Took Off\"></a></div><p>The post <a rel=\"nofollow\" href=\"https://heropress.com/essays/the-year-i-got-cancer-was-the-year-my-wordpress-business-took-off/\">The Year I Got Cancer Was The Year My WordPress Business Took Off</a> appeared first on <a rel=\"nofollow\" href=\"https://heropress.com\">HeroPress</a>.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 04 Apr 2018 12:00:48 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:11:\"Cathi Bosco\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:39;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:42:\"WPTavern: WordPress 4.9.5 Squashes 25 Bugs\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=79399\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:53:\"https://wptavern.com/wordpress-4-9-5-squashes-25-bugs\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:940:\"<p>WordPress 4.9.5 <a href=\"https://wordpress.org/news/2018/04/wordpress-4-9-5-security-and-maintenance-release/\">is available</a> for download and is a maintenance and security release. WordPress 4.9.4 and earlier versions are affected by three security issues. The following security hardening changes are in 4.9.5.</p>\n\n<ul>\n <li>Localhost is no longer treated as the same host by default.<br /></li>\n <li>Safe redirects are used when redirecting the login page if SSL is forced.</li>\n <li>Versions strings are correctly escaped for use in generator tags.</li>\n</ul>\n\n<p>Twenty-five bugs are fixed in this release including, improve compatibility with PHP 7.2, previous styles on caption shortcodes are restored, and clearer error messages. To see a full list of changes along with their associated trac tickets, check out <a href=\"https://make.wordpress.org/core/2018/04/02/wordpress-4-9-5/\">the detailed release post</a>. </p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 03 Apr 2018 23:02:27 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:40;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:58:\"Dev Blog: WordPress 4.9.5 Security and Maintenance Release\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=5645\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:84:\"https://wordpress.org/news/2018/04/wordpress-4-9-5-security-and-maintenance-release/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:6336:\"<p>WordPress 4.9.5 is now available. This is a <strong>security and maintenance release</strong> for all versions since WordPress 3.7. We strongly encourage you to update your sites immediately.</p>\n\n<p>WordPress versions 4.9.4 and earlier are affected by three security issues. As part of the core team's ongoing commitment to security hardening, the following fixes have been implemented in 4.9.5:</p>\n\n<ol>\n <li>Don't treat <code>localhost</code> as same host by default.</li>\n <li>Use safe redirects when redirecting the login page if SSL is forced.</li>\n <li>Make sure the version string is correctly escaped for use in generator tags.</li>\n</ol>\n\n<p>Thank you to the reporters of these issues for practicing <a href=\"https://make.wordpress.org/core/handbook/testing/reporting-security-vulnerabilities/\">coordinated security disclosure</a>: <a href=\"https://profiles.wordpress.org/xknown\">xknown</a> of the WordPress Security Team, <a href=\"https://hackerone.com/nitstorm\">Nitin Venkatesh (nitstorm)</a>, and <a href=\"https://twitter.com/voldemortensen\">Garth Mortensen</a> of the WordPress Security Team.</p>\n\n<p>Twenty-five other bugs were fixed in WordPress 4.9.5. Particularly of note were:</p>\n\n<ul>\n <li>The previous styles on caption shortcodes have been restored.</li>\n <li>Cropping on touch screen devices is now supported.</li>\n <li>A variety of strings such as error messages have been updated for better clarity.</li>\n <li>The position of an attachment placeholder during uploads has been fixed.</li>\n <li>Custom nonce functionality in the REST API JavaScript client has been made consistent throughout the code base.</li>\n <li>Improved compatibility with PHP 7.2.</li>\n</ul>\n\n<p><a href=\"https://make.wordpress.org/core/2018/04/03/wordpress-4-9-5/\">This post has more information about all of the issues fixed in 4.9.5 if you'd like to learn more</a>.</p>\n\n<p><a href=\"https://wordpress.org/download/\">Download WordPress 4.9.5</a> or venture over to Dashboard → Updates and click \"Update Now.\" Sites that support automatic background updates are already beginning to update automatically.</p>\n\n<p>Thank you to everyone who contributed to WordPress 4.9.5:</p>\n\n<p><a href=\"https://profiles.wordpress.org/1265578519-1/\">1265578519</a>, <a href=\"https://profiles.wordpress.org/jorbin/\">Aaron Jorbin</a>, <a href=\"https://profiles.wordpress.org/adamsilverstein/\">Adam Silverstein</a>, <a href=\"https://profiles.wordpress.org/schlessera/\">Alain Schlesser</a>, <a href=\"https://profiles.wordpress.org/alexgso/\">alexgso</a>, <a href=\"https://profiles.wordpress.org/afercia/\">Andrea Fercia</a>, <a href=\"https://profiles.wordpress.org/andrei0x309/\">andrei0x309</a>, <a href=\"https://profiles.wordpress.org/antipole/\">antipole</a>, <a href=\"https://profiles.wordpress.org/aranwer104/\">Anwer AR</a>, <a href=\"https://profiles.wordpress.org/birgire/\">Birgir Erlendsson (birgire)</a>, <a href=\"https://profiles.wordpress.org/blair-jersyer/\">Blair jersyer</a>, <a href=\"https://profiles.wordpress.org/bandonrandon/\">Brooke.</a>, <a href=\"https://profiles.wordpress.org/chetan200891/\">Chetan Prajapati</a>, <a href=\"https://profiles.wordpress.org/codegrau/\">codegrau</a>, <a href=\"https://profiles.wordpress.org/conner_bw/\">conner_bw</a>, <a href=\"https://profiles.wordpress.org/davidakennedy/\">David A. Kennedy</a>, <a href=\"https://profiles.wordpress.org/designsimply/\">designsimply</a>, <a href=\"https://profiles.wordpress.org/dd32/\">Dion Hulse</a>, <a href=\"https://profiles.wordpress.org/ocean90/\">Dominik Schilling (ocean90)</a>, <a href=\"https://profiles.wordpress.org/electricfeet/\">ElectricFeet</a>, <a href=\"https://profiles.wordpress.org/ericmeyer/\">ericmeyer</a>, <a href=\"https://profiles.wordpress.org/fpcsjames/\">FPCSJames</a>, <a href=\"https://profiles.wordpress.org/garrett-eclipse/\">Garrett Hyder</a>, <a href=\"https://profiles.wordpress.org/pento/\">Gary Pendergast</a>, <a href=\"https://profiles.wordpress.org/soulseekah/\">Gennady Kovshenin</a>, <a href=\"https://profiles.wordpress.org/henrywright/\">Henry Wright</a>, <a href=\"https://profiles.wordpress.org/audrasjb/\">Jb Audras</a>, <a href=\"https://profiles.wordpress.org/jbpaul17/\">Jeffrey Paul</a>, <a href=\"https://profiles.wordpress.org/jipmoors/\">Jip Moors</a>, <a href=\"https://profiles.wordpress.org/joemcgill/\">Joe McGill</a>, <a href=\"https://profiles.wordpress.org/joen/\">Joen Asmussen</a>, <a href=\"https://profiles.wordpress.org/johnbillion/\">John Blackbourn</a>, <a href=\"https://profiles.wordpress.org/johnpgreen/\">johnpgreen</a>, <a href=\"https://profiles.wordpress.org/junaidkbr/\">Junaid Ahmed</a>, <a href=\"https://profiles.wordpress.org/kristastevens/\">kristastevens</a>, <a href=\"https://profiles.wordpress.org/obenland/\">Konstantin Obenland</a>, <a href=\"https://profiles.wordpress.org/lakenh/\">Laken Hafner</a>, <a href=\"https://profiles.wordpress.org/lancewillett/\">Lance Willett</a>, <a href=\"https://profiles.wordpress.org/leemon/\">leemon</a>, <a href=\"https://profiles.wordpress.org/melchoyce/\">Mel Choyce</a>, <a href=\"https://profiles.wordpress.org/mikeschroder/\">Mike Schroder</a>, <a href=\"https://profiles.wordpress.org/mrmadhat/\">mrmadhat</a>, <a href=\"https://profiles.wordpress.org/nandorsky/\">nandorsky</a>, <a href=\"https://profiles.wordpress.org/jainnidhi/\">Nidhi Jain</a>, <a href=\"https://profiles.wordpress.org/swissspidy/\">Pascal Birchler</a>, <a href=\"https://profiles.wordpress.org/qcmiao/\">qcmiao</a>, <a href=\"https://profiles.wordpress.org/rachelbaker/\">Rachel Baker</a>, <a href=\"https://profiles.wordpress.org/larrach/\">Rachel Peter</a>, <a href=\"https://profiles.wordpress.org/ravanh/\">RavanH</a>, <a href=\"https://profiles.wordpress.org/otto42/\">Samuel Wood (Otto)</a>, <a href=\"https://profiles.wordpress.org/sebastienthivinfocom/\">Sebastien SERRE</a>, <a href=\"https://profiles.wordpress.org/sergeybiryukov/\">Sergey Biryukov</a>, <a href=\"https://profiles.wordpress.org/shital-patel/\">Shital Marakana</a>, <a href=\"https://profiles.wordpress.org/netweb/\">Stephen Edgar</a>, <a href=\"https://profiles.wordpress.org/karmatosed/\">Tammie Lister</a>, <a href=\"https://profiles.wordpress.org/thomas-vitale/\">Thomas Vitale</a>, <a href=\"https://profiles.wordpress.org/kwonye/\">Will Kwon</a>, and <a href=\"https://profiles.wordpress.org/yahil/\">Yahil Madakiya</a>.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 03 Apr 2018 19:56:54 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:17:\"Aaron D. Campbell\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:41;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:67:\"WPTavern: ‘Try Gutenberg’ Prompt Pushed Back to A Later Release\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=79273\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:72:\"https://wptavern.com/try-gutenberg-prompt-pushed-back-to-a-later-release\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:4312:\"<p>Last week, <a href=\"https://wptavern.com/in-wordpress-4-9-5-users-will-be-two-clicks-away-from-installing-and-activating-gutenberg-from-the-dashboard\">we reported</a> that WordPress 4.9.5 would ship with a call-out prompt that asks users if they want to try the new editor experience.</p>\n\n<p>Within the comments of the post, Gary Pendergast, who works for Automattic, is a WordPress core contributor, and a lead developer on the Gutenberg project, <a href=\"https://wptavern.com/in-wordpress-4-9-5-users-will-be-two-clicks-away-from-installing-and-activating-gutenberg-from-the-dashboard#comment-246119\">informed us</a> that the prompt would not be in WordPress 4.9.5. Instead, it will ship in a later version once it has gone through a few more refinements.</p>\n\n<blockquote class=\"wp-block-quote\">\n <p>Change of plans, this won’t be happening in the 4.9.5 release: there are still a few issues we’d like to fix up the callout happens, they won’t be done in time for the 4.9.5 release. I expect there will be a smaller 4.9.6 release that contains this callout, and any bugfixes that happen to be ready.</p><cite>Gary Pendergast</cite></blockquote>\n\n<p>Reverting the call-out has <a href=\"https://core.trac.wordpress.org/ticket/41316\">extended the conversation</a> surrounding its implementation. Jadon N who works for InMotion hosting and is a contributor to the <a href=\"https://make.wordpress.org/chat/\">#hosting-community slack channel</a>, says the hosting-community group is working on ideas to help test popular plugins for Gutenberg compatibility.</p>\n\n<blockquote class=\"wp-block-quote\">\n <p>We have been working to expand our collection of data about how well plugins function with Gutenberg. To help with that effort, we would like to explore using feedback collected from WordPress users through the Try Gutenberg effort to add to the existing database on WordPress plugin compatibility if that could be worked out. </p>\n <p>The goal of this project is to make sure everyone can use Gutenberg without having to worry about plugin incompatibilities.</p><cite>Jadon N</cite></blockquote>\n\n<p>The <a href=\"https://plugincompat.danielbachhuber.com/\">Gutenberg Plugin Compatibility Database project</a> launched by Daniel Bachhuber last month attempts to determine which popular plugins are already compatible with Gutenberg by having volunteers test them in a sandboxed environment.</p>\n\n<p>Out of the 4,213 plugins in the database, 84% have an unknown compatibility status. Out of 610 plugins that have been tested, 82% don't include editor functionality.</p>\n\n<p>Pendergast <a href=\"https://core.trac.wordpress.org/ticket/41316#comment:92\">supports the idea</a> of hosts collecting a wide range of testing data and turning it into actionable items for the team to work on. There's also been some discussion on creating snapshots of plugin compatibility and filtering those results into Bachhuber's project.</p>\n\n<p>Chris Lema, Vice President of Products at LiquidWeb, <a href=\"https://core.trac.wordpress.org/ticket/41316#comment:98\">responded</a> in the trac ticket with a suggestion that the team place as much emphasis on the Learn More and Report Issues sections as the Try Gutenberg message. He also added a prototype screenshot of what the call-out could look like. <br /></p>\n\n<img />\n Gutenberg Call Out Prototype by Chris Lema\n\n\n<p>\"The reality is that people don't read a lot, so people may not fully grasp the 'testing' part given the proposed design,\" Lema said. \"When there are equal weight to the design, the message also carries with it the same equality.\"</p>\n\n<p>One of the best suggestions I've read comes <a href=\"https://core.trac.wordpress.org/ticket/41316#comment:98\">from Bachhuber</a>. He suggests displaying the prompt to a small percentage of WordPress sites to prevent thousands of users from re-reporting known issues with Gutenberg. It would also help lessen the load on the support forums.</p>\n\n<p>One of my main concerns with the call-out is the lack of upfront information to the user that it is beta software and it could cause adverse affects on their site. Lema's prototype does a great job of informing the user of this possibility and a link to known issues is a great enhancement. What do you think?</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 03 Apr 2018 00:13:16 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:42;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:21:\"Matt: Goose-down Nape\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:22:\"https://ma.tt/?p=48011\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:38:\"https://ma.tt/2018/04/goose-down-nape/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1378:\"<p>There was a <a href=\"https://www.nytimes.com/2018/03/28/magazine/poem-the-nod.html\">beautiful poem by Kayo Chingonyi in the New York Magazine this week</a> titled The Nod:</p>\n\n<blockquote class=\"wp-block-quote\">\n <p>When we’re strangers that pass each other<br />in the street, it will come down to this tilt<br />of the head — acknowledging another<br />version of events set in a new-build<br />years from now, a mess of a place filled<br />with books and records, our kids thick as thieves<br />redefining all notions of mischief.</p>\n <p>Perhaps our paths will cross in a city<br />of seven hills as the light draws your face<br />out from the bliss of anonymity.<br />Maybe you’ll be stroking the goose-down nape<br />of a small child with eyes the exact shade<br />of those I met across a room at the start<br />of this pain-in-the-heart, this febrile dance.</p>\n</blockquote>\n\n<p>When I hear \"seven hills\" my mind immediately goes to Rome, then San Francisco, but <a href=\"https://en.wikipedia.org/wiki/List_of_cities_claimed_to_be_built_on_seven_hills\">Wikipedia has a helpful list of cities that claim to be built on seven hills</a>.</p>\n\n<p>A friend pointed out <em>The Nod</em> is a <a href=\"https://www.familyfriendpoems.com/poem/the-invitation-by-oriah-mountain-dreamer\">fine complement to <em>The Invitation</em> by Oriah Mountain Dreamer</a>.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 03 Apr 2018 00:05:44 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"Matt\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:43;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:77:\"Post Status: Contextualized Learning in or around WordPress — Draft podcast\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"https://poststatus.com/?p=44987\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:84:\"https://poststatus.com/contextualized-learning-in-or-around-wordpress-draft-podcast/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1838:\"<p>Welcome to the Post Status <a href=\"https://poststatus.com/category/draft\">Draft podcast</a>, which you can find <a href=\"https://itunes.apple.com/us/podcast/post-status-draft-wordpress/id976403008\">on iTunes</a>, <a href=\"https://play.google.com/music/m/Ih5egfxskgcec4qadr3f4zfpzzm?t=Post_Status__Draft_WordPress_Podcast\">Google Play</a>, <a href=\"http://www.stitcher.com/podcast/krogsgard/post-status-draft-wordpress-podcast\">Stitcher</a>, and <a href=\"http://simplecast.fm/podcasts/1061/rss\">via RSS</a> for your favorite podcatcher. Post Status Draft is hosted by Brian Krogsgard and co-host Brian Richards.</p>\n<p><span>In this episode, the dynamic Brian duo discuss the highly-anticipated return of WordSesh, the different ways in which we all learn the same, and some of the problems we face in skill building. The guys also spend time finding and contacting the addressable market around WordPress, characterizing a business as WordPress-focused vs providing WordPress services in the context of a broader market, and some of the nuances of providing contextualized services (whether they be training, consulting, or otherwise).</span></p>\n<p></p>\n<h3>Links</h3>\n<ul>\n<li><a href=\"https://www.nbcnews.com/health/health-news/scientists-say-they-ve-discovered-unknown-human-organ-could-help-n860601\">New human organ</a></li>\n<li><a href=\"http://wordsesh.com/\">WordSesh.com</a></li>\n<li><a href=\"https://wpsessions.com/\">WPSessions.com</a></li>\n</ul>\n<h3>Sponsor: OptinMonster</h3>\n<p><a href=\"http://optinmonster.com\">OptinMonster</a> allows you to convert visitors into subscribers. You can easily create & A/B test beautiful lead capture forms without a developer. Be sure to check out their new <a href=\"http://optinmonster.com/announcing-the-inactivitysensor-activity-logs-and-more/\">Inactivity Sensor</a> technology.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 02 Apr 2018 19:31:14 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Katie Richards\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:44;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:44:\"Dev Blog: The Month in WordPress: March 2018\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=5632\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:69:\"https://wordpress.org/news/2018/04/the-month-in-wordpress-march-2018/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:4323:\"<p>With a significant new milestone and some great improvements to WordPress as a platform, this month has been an important one for the project. Read on to find out more about what happened during the month of March.\n\n</p>\n\n<hr class=\"wp-block-separator\" />\n\n<h2>WordPress Now Powers 30% of the Internet</h2>\n\n<p>Over the last 15 years, the popularity and usage of WordPress has been steadily growing. That growth hit a significant milestone this month when <a href=\"https://w3techs.com/technologies/details/cm-wordpress/all/all\">W3Techs reported that WordPress now powers over 30% of sites on the web.</a></p>\n\n<p>The percentage is determined based on W3Techs’ review of the top 10 million sites on the web, and it’s a strong indicator of the popularity and flexibility of WordPress as a platform.</p>\n\n<p>If you would like to have hand in helping to grow WordPress even further, <a href=\"https://make.wordpress.org/\">you can get involved today</a>.</p>\n\n<h2>WordPress Jargon Glossary Goes Live</h2>\n\n<p>The WordPress Marketing Team has been hard at work lately putting together <a href=\"https://make.wordpress.org/marketing/2018/02/28/wordpress-jargon-glossary/\">a comprehensive glossary of WordPress jargon</a> to help newcomers to the project become more easily acquainted with things.</p>\n\n<p>The glossary <a href=\"https://make.wordpress.org/marketing/2018/02/28/wordpress-jargon-glossary/\">is available here</a> along with a downloadable PDF to make it simpler to reference offline.</p>\n\n<p>Publishing this resource is part of an overall effort to make WordPress more easily accessible for people who are not so familiar with the project. If you would like to assist the Marketing Team with this, you can follow <a href=\"https://make.wordpress.org/marketing/\">the team blog</a> and join the #marketing channel in the<a href=\"https://make.wordpress.org/chat/\"> Making WordPress Slack group</a>.</p>\n\n<h2>Focusing on Privacy in WordPress</h2>\n\n<p>Online privacy has been in the news this month for all the wrong reasons. It has reinforced the commitment of the GDPR Compliance Team to continue working on enhancements to WordPress core that allow site owners to improve privacy standards.</p>\n\n<p>The team's work, and the wider privacy project, spans four areas: Adding tools which will allow site administrators to collect the information they need about their sites, examining the plugin guidelines with privacy in mind, enhancing privacy standards in WordPress core, and creating documentation focused on best practices in online privacy.</p>\n\n<p>To get involved with the project, you can <a href=\"https://make.wordpress.org/core/2018/03/28/roadmap-tools-for-gdpr-compliance/\">view the roadmap</a>, <a href=\"https://make.wordpress.org/core/tag/gdpr-compliance/\">follow the updates</a>, <a href=\"https://core.trac.wordpress.org/query?status=!closed&keywords=~gdpr\">submit patches</a>, and join the #gdpr-compliance channel in the <a href=\"https://make.wordpress.org/chat\">Making WordPress Slack group</a>. Office hours are 15:00 UTC on Wednesdays.</p>\n\n<hr class=\"wp-block-separator\" />\n\n<h2>Further Reading:</h2>\n\n<ul>\n <li>The WordPress Foundation has published <a href=\"https://wordpressfoundation.org/2017-annual-report/\">their annual report for 2017</a> showing just how much the community has grown over the last year.</li>\n <li>The dates for WordCamp US <a href=\"https://2018.us.wordcamp.org/2018/03/13/announcing-wordcamp-us-2018/\">have been announced</a> — this flagship WordCamp event will be held on 7-9 December this year in Nashville, Tennessee.</li>\n <li>WordPress 4.9.5 is due for release on April 3 — <a href=\"https://make.wordpress.org/core/2018/03/21/wordpress-4-9-5-beta/\">find out more here</a>.</li>\n <li>Version 2.5 of Gutenberg, the new editor for WordPress core, <a href=\"https://make.wordpress.org/core/2018/03/29/whats-new-in-gutenberg-29th-march/\">was released this month</a> with a host of great improvements.</li>\n <li>WordSesh, a virtual WordPress conference, <a href=\"http://wordsesh.com/\">is returning in July this year</a>.</li>\n</ul>\n\n<p><em>If you have a story we should consider including in the next “Month in WordPress” post, please <a href=\"https://make.wordpress.org/community/month-in-wordpress-submissions/\">submit it here</a>.</em><br /></p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 02 Apr 2018 08:00:22 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:15:\"Hugh Lashbrooke\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:45;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:77:\"WPTavern: WPWeekly Episode 310 – Community Management, PHP, and Hello Dolly\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:58:\"https://wptavern.com?p=79249&preview=true&preview_id=79249\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:82:\"https://wptavern.com/wpweekly-episode-310-community-management-php-and-hello-dolly\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2325:\"<p>In this episode, <a href=\"http://jjj.me\">John James Jacoby</a> and I discuss the news of the week including, the removal of offensive lyrics in Hello Dolly, a request for plugin developers to stop supporting legacy PHP versions, and changes coming in WordPress 4.9.5.</p>\n<p>We also talk about community management, the difference between comments and forums, and finally, John shares his concerns on how the Gutenberg call-out prompt is being built into core.</p>\n<h2>Stories Discussed:</h2>\n<p><a href=\"https://wptavern.com/a-plea-for-plugin-developers-to-stop-supporting-legacy-php-versions\">A Plea For Plugin Developers to Stop Supporting Legacy PHP Versions</a><br />\n<a href=\"https://wptavern.com/without-context-some-lyrics-inside-the-hello-dolly-plugin-are-degrading-to-women\">Without Context, Some Lyrics Inside the Hello Dolly Plugin Are Degrading to Women</a><br />\n<a href=\"https://wptavern.com/why-gutenberg-and-why-now\">Why Gutenberg and Why Now?</a><br />\n<a href=\"https://wptavern.com/noteworthy-changes-coming-in-wordpress-4-9-5\">Noteworthy Changes Coming in WordPress 4.9.5</a><br />\n<a href=\"https://wptavern.com/in-wordpress-4-9-5-users-will-be-two-clicks-away-from-installing-and-activating-gutenberg-from-the-dashboard\">In WordPress 4.9.5, Users Will Be Two Clicks Away From Installing and Activating Gutenberg From the Dashboard</a></p>\n<h2>Picks of the Week:</h2>\n<p><a href=\"https://wptavern.com/how-to-disable-push-notification-requests-in-firefox\">How to Disable Push Notification Requests in Firefox</a></p>\n<p><a href=\"https://addons.mozilla.org/en-US/firefox/addon/facebook-container/\">Facebook Container Add-on for Firefox</a></p>\n<h2>WPWeekly Meta:</h2>\n<p><strong>Next Episode:</strong> Wednesday, April 4th 3:00 P.M. Eastern</p>\n<p>Subscribe to <a href=\"https://itunes.apple.com/us/podcast/wordpress-weekly/id694849738\">WordPress Weekly via Itunes</a></p>\n<p>Subscribe to <a href=\"https://www.wptavern.com/feed/podcast\">WordPress Weekly via RSS</a></p>\n<p>Subscribe to <a href=\"http://www.stitcher.com/podcast/wordpress-weekly-podcast?refid=stpr\">WordPress Weekly via Stitcher Radio</a></p>\n<p>Subscribe to <a href=\"https://play.google.com/music/listen?u=0#/ps/Ir3keivkvwwh24xy7qiymurwpbe\">WordPress Weekly via Google Play</a></p>\n<p><strong>Listen To Episode #310:</strong><br />\n</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 29 Mar 2018 21:07:53 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:46;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:42:\"WPTavern: My Gutenberg Experience Thus Far\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=78991\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:53:\"https://wptavern.com/my-gutenberg-experience-thus-far\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:5397:\"<p>Ive used Gutenberg for several months and during that time, there have been moments where I love it and situations where I've had to disable the plugin because of frustrating bugs. </p>\n\n<p>One of the most frustrating aspects of using Gutenberg is the lack of support from the plugins I depend on.</p>\n\n<h2>Publish Post Preview</h2>\n\n<p>I use the <a href=\"https://wordpress.org/plugins/public-post-preview/\">Publish Post Preview</a> plugin to generate a preview link for posts so that people can see what it looks like before it's published.</p>\n\n<img />\n Publish Preview Checkbox in the Current Editor\n\n\n<p>In the current editor, the checkbox to generate a link is in the Publish meta box. In Gutenberg, that option doesn't exist. According to a <a href=\"https://wordpress.org/support/topic/compatibility-with-gutenberg/\">recent support forum post</a>, the author does not plan on making it Gutenberg compatible until there is a finalized API to extend the sidebar.</p>\n\n<h2>Telegram for WordPress</h2>\n\n<p>We use the <a href=\"https://wordpress.org/plugins/telegram-for-wp/\">Telegram for WordPress</a> plugin to automatically send published posts to our Telegram channel. The plugin adds a meta box that has options to send the post, configure the message structure, send a file, and display the featured image.</p>\n\n<p>In Gutenberg, the meta box is open by default which provides access to those options. However, when I edit a published post, there are times when the meta box is closed and clicking the arrow to expand it doesn't work. <em>Since the Send this post to channel</em> option is on by default, saving changes to the post will resend the post to Telegram subscribers. Something I don't want to happen for simple edits. <br /></p>\n\n<h2>Edit Flow</h2>\n\n<p>We use <a href=\"https://wordpress.org/plugins/edit-flow/\">Edit Flow</a> to collaborate on posts and often use the Editorial Comments feature to provide feedback. In Gutenberg, the meta boxes for Editorial Comments and Notifications do not open when clicking the arrow. Therefor, we can't use those features. <br /></p>\n\n<img />\n <br /><br />Edit Flow Meta Boxes are Broken\n\n\n<h2>After the Deadline</h2>\n\n<p>I'm a fan of <a href=\"https://jetpack.com/support/spelling-and-grammar/\">After the Deadline</a> which is a proofreading module in Jetpack. It checks posts for spelling, grammar, and misused words. When activated, a button is added to the visual editor to perform the checks. This button is not available in Gutenberg, so those features are not available as well.</p>\n\n<h2>Adding Images to Paragraphs is a Pain</h2>\n\n<p>Adding images to paragraphs in Gutenberg is more cumbersome than it needs to be. In the current editor, all I have to do is place the cursor where I want to insert an image, add media, choose image size, align it, and I'm done.</p>\n\n<p>In Gutenberg, you need to create an image block below the paragraph block, move the image block to the paragraph block, align it, and use handlebars on the corner of the image to resize it. </p>\n\n<p>I realize that there are a few workflows that I'm going to have to change because of how Gutenberg works, but this workflow doesn't make any sense to me, especially when I can't insert images without creating a new block. Thankfully, the Gutenberg team is on top of it and is <a href=\"https://github.com/WordPress/gutenberg/pull/5794\">working on a solution</a> to add images within a paragraph block.</p>\n\n<h2>Random Blank Paragraph Blocks</h2>\n\n<p>I recently copied a large amount of text from a Google Doc and pasted it into Gutenberg and was surprised by how well it worked. Blocks were created in the right spots and I didn't have to edit it much.</p>\n\n<p>I opened the post in the classic editor so that I could use the proofreading feature and it mangled the post. I opened the post in Gutenberg again and noticed a bunch of empty paragraph blocks created in-between paragraph blocks.</p>\n\n<p>This resulted in having to spend some time deleting the empty paragraph blocks and questioning whether I should avoid transferring posts between editors in the future.</p>\n\n<h2>Tags Sometimes Appear Blank in the Meta Box</h2>\n\n<p>When adding tags to posts, sometimes the tags appear blank although they show up on the front-end. Also, deleting tags sometimes doesn't work. I click on the X and nothing happens in the back-end, but the tag will be removed from the front-end. <br /></p>\n\n<img />\n Blank Tags in Gutenberg\n\n\n<h2>Gutenberg Has a Lot of Rough Edges</h2>\n\n<p>If this version of Gutenberg were merged into WordPress today, it would be a disaster. It's clear that the project has a long way to go before being considered for merge into core. Most of the issues I've outlined in this post are known and are being addressed. <br /></p>\n\n<p>Gutenberg is supposed to make everything we do in the current editor easier and more efficient. If it doesn't, then I have to ask, what's the point?</p>\n\n<p>What concerns me the most about Gutenberg is plugin support. Some of the plugins I mentioned above are active on 10K sites or less but are important to the way I craft and publish content in WordPress. <br /></p>\n\n<p> Without them, using Gutenberg is not a great experience and instead, makes me want to use the current editor where things simply work. <br /></p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 29 Mar 2018 20:28:50 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:47;a:6:{s:4:\"data\";s:11:\"\n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:44:\"HeroPress: Giving Back In Your Own Community\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://heropress.com/?p=2490\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:133:\"https://heropress.com/giving-back-in-your-own-community/#utm_source=rss&utm_medium=rss&utm_campaign=giving-back-in-your-own-community\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3298:\"<img width=\"960\" height=\"480\" src=\"https://s20094.pcdn.co/wp-content/uploads/2015/11/GoodtimeToBe-HeroPress-1024x512.jpg\" class=\"attachment-large size-large wp-post-image\" alt=\"Pull quote: It is a good time to be part of the global WordPress community: the costs are low, the developer community is strong, and job availability is at an all time high.\" /><p>I was delighted to find several years ago that there’s a thriving WordPress community in Nepal. Via Slack I got to meet Sakin Shrestha, and learned all about what their group is doing in Nepal to create jobs and keep the Nepali from having to leave the country to find work.</p>\n<p>I recently found out that Sakin is finding a new way to give back to his community: <a href=\"https://sakinshrestha.com/events/announcing-my-new-venture-aksharaa-kindergarten/\">opening a kindergarten</a>. In order for any country to grow strong it has to have good education for its children, and Sakin is working to make that happen.</p>\n<p>Read about how the Nepali WordPress community is working to build their own country.</p>\n<blockquote class=\"wp-embedded-content\"><p><a href=\"https://heropress.com/essays/doing-our-part-for-the-community/\">Doing Our Part for the Community</a></p></blockquote>\n<p></p>\n<div class=\"rtsocial-container rtsocial-container-align-right rtsocial-horizontal\"><div class=\"rtsocial-twitter-horizontal\"><div class=\"rtsocial-twitter-horizontal-button\"><a title=\"Tweet: Giving Back In Your Own Community\" class=\"rtsocial-twitter-button\" href=\"https://twitter.com/share?text=Giving%20Back%20In%20Your%20Own%20Community&via=heropress&url=https%3A%2F%2Fheropress.com%2Fgiving-back-in-your-own-community%2F\" rel=\"nofollow\" target=\"_blank\"></a></div></div><div class=\"rtsocial-fb-horizontal fb-light\"><div class=\"rtsocial-fb-horizontal-button\"><a title=\"Like: Giving Back In Your Own Community\" class=\"rtsocial-fb-button rtsocial-fb-like-light\" href=\"https://www.facebook.com/sharer.php?u=https%3A%2F%2Fheropress.com%2Fgiving-back-in-your-own-community%2F\" rel=\"nofollow\" target=\"_blank\"></a></div></div><div class=\"rtsocial-linkedin-horizontal\"><div class=\"rtsocial-linkedin-horizontal-button\"><a class=\"rtsocial-linkedin-button\" href=\"https://www.linkedin.com/shareArticle?mini=true&url=https%3A%2F%2Fheropress.com%2Fgiving-back-in-your-own-community%2F&title=Giving+Back+In+Your+Own+Community\" rel=\"nofollow\" target=\"_blank\" title=\"Share: Giving Back In Your Own Community\"></a></div></div><div class=\"rtsocial-pinterest-horizontal\"><div class=\"rtsocial-pinterest-horizontal-button\"><a class=\"rtsocial-pinterest-button\" href=\"https://pinterest.com/pin/create/button/?url=https://heropress.com/giving-back-in-your-own-community/&media=https://heropress.com/wp-content/uploads/2015/11/GoodtimeToBe-HeroPress-150x150.jpg&description=Giving Back In Your Own Community\" rel=\"nofollow\" target=\"_blank\" title=\"Pin: Giving Back In Your Own Community\"></a></div></div><a rel=\"nofollow\" class=\"perma-link\" href=\"https://heropress.com/giving-back-in-your-own-community/\" title=\"Giving Back In Your Own Community\"></a></div><p>The post <a rel=\"nofollow\" href=\"https://heropress.com/giving-back-in-your-own-community/\">Giving Back In Your Own Community</a> appeared first on <a rel=\"nofollow\" href=\"https://heropress.com\">HeroPress</a>.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 28 Mar 2018 14:21:32 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:48;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:119:\"WPTavern: In WordPress 4.9.5, Users Will Be Two Clicks Away From Installing and Activating Gutenberg From the Dashboard\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=78827\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:129:\"https://wptavern.com/in-wordpress-4-9-5-users-will-be-two-clicks-away-from-installing-and-activating-gutenberg-from-the-dashboard\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3920:\"<p>At the end of last month, Matt Cromwell, Head of Support and Community Outreach for <a href=\"https://givewp.com/\">GiveWP</a> and an administrator for the <a href=\"https://www.facebook.com/groups/advancedwp/\">Advanced WordPress Facebook group</a>, hosted a <a href=\"https://wptavern.com/matt-cromwell-hosts-matt-mullenweg-in-qa-gutenberg-interview\">question and answer session</a> about Gutenberg with Matt Mullenweg.</p>\n\n<p>Mullenweg was asked a few times if he could provide a concrete date on when Gutenberg and WordPress 5.0 would be ready. While a date was not given, Mullenweg said, \"For those who want a concrete date, we will have one or two orders of magnitude more users of Gutenberg in April.\"</p>\n\n<p>It's now clear what he meant by that. WordPress 4.9.5, scheduled for release in April, will <a href=\"https://core.trac.wordpress.org/ticket/41316\">feature a call-out prompt</a> that has links to information about Gutenberg and a button to quickly install the plugin if user permissions allow. <br /></p>\n\n<img />\n Gutenberg Call-out in WordPress 4.9.5\n\n\n<p>The core team added a Try Gutenberg prompt in October of last year but <a href=\"https://wptavern.com/wordpress-4-9-beta-4-removes-try-gutenberg-call-to-action\">it was removed</a> in WordPress 4.9 Beta 4. After discussing the subject with Mullenweg, it was determined that Gutenberg was not ready for large-scale testing.</p>\n\n<p>The prompt in WordPress 4.9.5 changes the button text based on the following scenarios.<br /></p>\n\n<ul>\n <li>If Gutenberg is not installed, <em>and</em> the user can install plugins, the Install Today button is displayed.<br /></li>\n <li>If Gutenberg is installed but not activated, <em>and</em> the user can install plugins, the Activate Today button is displayed.<br /></li>\n <li>If Gutenberg is installed and activated, <em>and</em> the user can edit posts, the Try Today button is displayed.<br /></li>\n</ul>\n\n<p>If Gutenberg is not installed and the user can not install plugins, the button is hidden from view. If you'd like to hide the prompt from users, David Decker has <a href=\"https://github.com/deckerweb/remove-gutenberg-panel\">created a plugin</a> that's available on GitHub that simply hides it from view.</p>\n\n<p>One of the concerns about the prompt is the lack of warning of the risks involved using beta software on a live site. Gutenberg is beta software that's still in development that could <a href=\"https://core.trac.wordpress.org/ticket/41316#comment:75\">adversely affect sites</a>. There is no warning on the call-out box and in two clicks, users can install and activate Gutenberg. <br /></p>\n\n<p>Whether it's Gutenberg or some other beta software, this general advice applies. Create a full backup of your site before installing and if possible, install it on a staging site first.</p>\n\n<p>I predict that the volunteers who manage the WordPress.org support forums will have their hands full once WordPress 4.9.5 is released. The support team <a href=\"https://make.wordpress.org/support/2018/03/agenda-for-march-22nd-support-meeting/\">is preparing</a> by brainstorming user outcomes, common questions that may be asked, and potential pitfalls users experience after installing Gutenberg. <br /></p>\n\n<p>If you'd like to give them a helping hand, check out the <a href=\"https://make.wordpress.org/support/handbook/\">Support Handbook</a> and if you have any questions, stop by the <a href=\"https://wordpress.slack.com/?redir=%2Fmessages%2Fforums%2F\">#forums</a> channel in <a href=\"https://make.wordpress.org/chat/\">Slack</a>.</p>\n\n<p>The Gutenberg call-out has the potential to pave the way for large audiences to test major features in core without needing to use or install a beta branch of WordPress. However, this convenience comes with risks and while they can be reduced, WordPress needs to be up front and center to users about those risks.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 27 Mar 2018 22:55:26 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:49;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:36:\"WPTavern: Why Gutenberg and Why Now?\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=78707\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:46:\"https://wptavern.com/why-gutenberg-and-why-now\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:17921:\"<img />\n\n<p>Tevya Washburn has been building websites for more than 20 years and building them on WordPress for 10. He bootstrapped his website maintenance and support company, <a href=\"http://wordx.press\">WordXpress</a>, that he’s worked on full-time for more than seven years.</p>\n\n<p>Late last year he launched his first premium plugin, and presented at WordCamp Salt Lake City. He lives in Caldwell, ID and is the founding member of the WordPress Meetup group in Western Idaho. <br /></p>\n\n<hr />\n\n<p>It was only a few months ago that I knew almost nothing about WordPress’ new Gutenberg editor. I had a basic concept of what it was and this vague annoyance that it would mean I’d have to learn new things and probably put a lot of effort into making some sites or projects work with it.</p>\n\n<p>I kept hearing all of the frustration and issues with Gutenberg itself and the lack of information on how to integrate with it. At <a href=\"https://wordx.press\">WordX</a>p<a href=\"https://wordx.press\">ress</a> we recently pivoted away from designing websites. When we designed them in the past, we used premium themes. I figured Gutenberg was the theme developer’s problem.<br /></p>\n\n<p>I still had this feeling of dread though, knowing many of my favorite plugins might not add support for it. I also felt some apprehension that even if the themes we use did add support for it, they might have a lot of new bugs through the first few releases.</p>\n\n<p>Then I launched my first WordPress plugin, <a href=\"https://starfishwp.com\">Starfish Reviews</a>, and suddenly they weren’t someone else’s problems anymore! Now I’d have to come up with a plan to integrate our plugin with Gutenberg. I installed the Gutenberg plugin on a test site where we were testing our plugin with the nightly releases of WordPress and started playing around with it.</p>\n\n<p>I was pleasantly surprised at how intuitive and easy it was to use! Now it wasn’t (and isn’t) finished, so there were bugs and annoyances, but overall I was impressed.</p>\n\n<p>Around the same time, I suggested we should have someone present on Gutenberg at our local meetup. My brief experience was more than what anyone else had, so the responsibility fell on me. Preparing for the presentation forced me to look at Gutenberg more carefully and pay more attention to the information and debate going on throughout the community.</p>\n\n<p>I started reading blog posts, paying more attention in podcasts, and even looking at what was being said on Twitter. I watched the State of the Word at WordCamp US where the general tide in the feelings toward Gutenberg, seemed to turn, though many people still remain skeptical, critical, or antagonistic toward the project as a whole.</p>\n\n<p>Today, I saw someone suggesting legal action if Gutenberg caused problems on their sites. That’s ridiculous on several levels, but shows that there’s still a lot of suspicion, frustration, and outright anger around Gutenberg.</p>\n\n<p><em>A couple notes: 1. the graphs below are for illustration purposes only, they’re not meant to be accurate to any actual data. 2. If you prefer listening, you can </em><a href=\"https://www.youtube.com/watch?v=S4ZqrVJ465E\"><em>watch my screencast version</em></a><em> (13:12) of what follows. The message is the same, but differs in many aspects of presentation.</em></p>\n\n<h2><strong>Finding the Why</strong></h2>\n\n<p>Simon Sinek is known for <a href=\"https://www.youtube.com/watch?v=u4ZoJKF_VuA\">his Ted talk</a> where he explains that most people explain a new product or service by talking about ‘what’ it is and ‘how’ it works, but they rarely explain the ‘why’ behind it. The ‘why’ actually resonates with people the most. They want to understand the reason and beliefs behind it.</p>\n\n<p>In my research, I couldn’t seem to find a clear answer to the most important question: “Why Gutenberg?” If I was going to present to people who knew little or nothing about it, I wanted to provide a reason why this major change was coming that might cause significant frustration, work, and pain for them.</p>\n\n<img />\n\n<p>I found a lot of ‘what’ and ‘how’ about Gutenberg. In some posts by <a href=\"https://ma.tt/2017/08/we-called-it-gutenberg-for-a-reason/\">Matt Mullenweg</a> and <a href=\"https://matiasventura.com/post/gutenberg-or-the-ship-of-theseus/\">Matías Ventura</a>, I found hints about ‘why’ Gutenberg existed, but no really clear, simple explanation of why this whole project was happening. Why would Matt and others want to seemingly force this major change on us all? Why does it have to be such a radical departure from the past? Why now?</p>\n\n<p>I was certain the conspiracy theorists—who seem to believe that Automattic’s sole mission is to make their lives more miserable—were wrong. But what was the purpose? Could it really just be a <strong>me too</strong> attitude that left all of these brilliant minds feeling like they had to keep up with Squarespace and Medium? That didn’t seem to fit. Especially since Gutenberg is already leagues better than Squarespace’s convoluted visual editor.</p>\n\n<h2><strong>Innovative Disruption</strong></h2>\n\n<img />\n The Innovator's Dilemma Book Cover\n\n\n<p>Taking cues from those hints and suggestions, I started thinking about the innovative disruption model. It was popularized in business circles, starting in 1997 when the book “<a href=\"https://en.wikipedia.org/wiki/The_Innovator%27s_Dilemma\">The Innovator’s Dilemma</a>” was published by Clayton Christensen, a Harvard professor. His book was an expansion of an <a href=\"https://hbr.org/1995/01/disruptive-technologies-catching-the-wave\">earlier article</a> in the Harvard Business Review.</p>\n\n<p>At the risk of oversimplifying the model, innovative disruption is what happens when an existing company who is the top dog (either in sales or market share) gets comfortable with their position at the top along with their revenue stream and quits innovating. They make small, incremental updates to their products or services to keep customers happy, but fail to look at the future of their industry.</p>\n\n<p>This makes it easier for a startup or smaller, more innovative company to bring a new product or service to market that completely disrupts the existing market because it’s better, faster, cheaper. The established company doesn’t see the disruption coming because they feel secure in their large market share and steady sales revenue. They often respond with “why would anyone want that?” when approached with the new model that is about to completely upset their business model.</p>\n\n<h2><strong>Blockbuster Gets Busted</strong></h2>\n\n<p>The classic example of this is Blockbuster Entertainment, Inc. They had over 9,000 stores at one time, allowing people to rent VHS tapes and later, DVDs. They had a huge portion of the market all to themselves and it seemed nobody could compete with this juggernaut.</p>\n\n<p>Then along came two small startups: Netflix and Redbox. Netflix comes along and says “we’re going to stream movies over the internet. That’s the future and the way everyone will want to consume movies and TV in the future. But since the internet is too slow right now, we’ll just start by mailing DVDs to people.”</p>\n\n<p>Blockbuster looked at this and said, “the internet is <em>way</em> too slow to stream movies. That’s ridiculous! Who wants to wait two weeks to get a movie in the mail?! Hahaha! Stupid startup, they’re wasting their money and energy.” In hindsight this seems ridiculous. At the time, most people would have agreed with Blockbuster.</p>\n\n<p>As you know, people started changing the way they rented movies. Once they tried it, they were happy to pay a subscription and use a queue to get DVDs delivered in the mail. Ultimately, making the decision of what to watch ahead of time was better than wandering through a cathedral of DVDs only to find the one you wanted to watch has already been checked out.</p>\n\n<p>Consumer internet bandwidth speeds quickly caught up. Netflix even invented some of the technologies that provide high quality streaming video to your home. Now, most of us can’t imagine having to go to the store to rent a physical copy of a movie. And those that can, get them from a Redbox kiosk that has a limited selection, but is much quicker and easier than a video store. Netflix now has a larger market share than Blockbuster ever did, with <em>zero</em> physical locations.</p>\n\n<img />\n\n<p>There are exactly nine Blockbuster stores still operating, mostly in Alaska. From 9,000 down to nine in only a few years! This is what failing to innovate does. This is how comfort and confidence in market share and sales blinds people and organizations to the coming innovations that will disrupt their market.</p>\n\n<h2><strong>Literacy, Disruption, and Gutenberg</strong></h2>\n\n<p>Disruptive innovation doesn’t apply just in business. I have a Bachelor’s degree in history. So one example I love to use is how literacy and education ultimately toppled monarchies and traditional power structures in favor of republics and representative democracy.</p>\n\n<p>The choice of Gutenberg as the name of the new WordPress editor seems prescient in this example as well. The name was one of the clues that led me to answer the ‘why?’ question. It was Johannes Gutenberg and his movable type printing press that was the innovative disruption that changed everything!</p>\n\n<p>Before that, the vast majority of people in Europe were illiterate and uneducated. The scarcity of books and written material made it impractical and prohibitively expensive for most people to learn to read. It also allowed the Church and aristocracy to control the opportunity to become literate. That meant the rich and powerful were the gatekeepers of knowledge. Most riots and uprisings to this point were about hunger.</p>\n\n<p>The Gutenberg press changed all that. Suddenly books could be mass-produced faster, cheaper, better than they ever could before. Literacy caught on like a wildfire. The power structures thought they could control it and maintain the status quo. They outlawed printing without state approval and did many other things to limit the spread of ideas through printed materials.</p>\n\n<p>But it was too late, the power to spread ideas that the printing press provided was much too viral. Many printing presses were operated illegally, then destroyed when they were discovered by authorities.</p>\n\n<img />\n\n<p>The tipping point had been reached though. The ability to read and spread ideas via printed documents was much more powerful than the money, soldiers, and weapons of the monarchy. Though hunger might have sparked riots and uprisings from this time on, those tiny flames were fanned into an inferno of revolution by ideas spread through printed words. <a href=\"https://en.wikipedia.org/wiki/Thomas_Paine\">Thomas Paine</a>’s Common Sense is a great example if you want to learn more about concrete examples.</p>\n\n<h2><strong>The Pain of Disrupting Yourself</strong></h2>\n\n<p>I don’t have a business degree, but from my understanding, <em>The Innovator’s Dilemma</em> can be simplified down to this: to survive, and stay on top, a company (or software, or community) must innovate. It <em>can not</em> be incremental innovation. It <em>must</em> be innovation that disrupts the company’s core product or business model, even to the point of entirely replacing it.</p>\n\n<p>Blockbuster tried some Redbox-like and Netflix-like solutions, but they were too little, too late. The only way they could have survived would have been to disrupt their own business model and service. They would have had to say, “in five years we will close all 9k stores and completely shift our business to providing video online.”</p>\n\n<p>Who does that? Who thinks “we have built an empire, but we have to completely change it and replace it all over again”? That’s “The Innovator’s Dilemma” that the book’s title refers to: it’s incredibly difficult to think in those terms when you’re on the top. It’s nearly impossible to say, “we have to disrupt ourselves. We must compete with our own business and products and services.” But ultimately it’s the only way to survive.</p>\n\n<p>…Or you can buy an innovative company and let them disrupt your main business. Did you know Blockbuster had the <a href=\"http://www.businessinsider.com/blockbuster-ceo-passed-up-chance-to-buy-netflix-for-50-million-2015-7\">chance to buy Netflix</a> for $50 million in 2000? It was pocket change, but they passed because it was a very small, niche business.</p>\n\n<p>Had they bought Netflix and allowed it to continue innovating and disrupting their core retail rental model, Blockbuster might still be around. It wouldn’t have 9k retail stores, but it would have an even larger market share than it ever did renting DVDs.</p>\n\n<img />\n\n<p>In either case, the process is painful. That’s why it’s called disruptive. Not because it’s a walk on the beach or small speed bump, but because it takes a lot of work and forward-thinking and causes a lot of pain to create and implement.</p>\n\n<p>If you are the market leader, you can’t rest on your previous success. You have to change everything once again, like you did to get to where you are now. Despite the pain of doing it, you have to invest yourself and your resources into hard work and difficult questions and challenging thinking that goes directly counter to our natural tendency as humans. If you want to stay on top, it’s the only way.</p>\n\n<h2><strong>WordPress is Ripe for Disruption</strong></h2>\n\n<p>WordPress has a 30% market share right now. It won’t be long before 1 out of every 3 websites is built on WordPress. No other platform is even close.</p>\n\n<p>As WordPress professionals and community members, it seems like we have all the momentum and benefits of being the leader. “Surely nothing could displace WordPress!” That’s what Blockbuster said. That’s what monarchs of past ages said. The truth is simple: “yes, something could. In fact, something will, if WordPress doesn’t innovatively disrupt itself.”</p>\n\n<img />\n\n<p>Is it going to be painful? Yes. Is it going to cause a lot of work and effort on the part of the community? Yes! Absolutely. But the alternative is to learn a totally new platform in five years when WordPress dies like Blockbuster did. You think this change is going to be difficult? Try throwing out WordPress entirely and moving your website(s) to an entirely new platform. Because that’s the alternative.</p>\n\n<h2><strong>Good Arguments Against Gutenberg</strong></h2>\n\n<p>I see many people listing a string of bugs in the Gutenberg UI/UX and concluding that Gutenberg shouldn’t exist. I see others critiquing the underlying technologies and claiming that’s evidence that Gutenberg is entirely wrong.</p>\n\n<p>I’m sorry, but those arguments are entirely invalid. They may be great arguments for how Gutenberg needs to change or improve, but they are <em>not</em> valid arguments against the existence of Gutenberg and its inclusion in core.</p>\n\n<p>Hopefully, I’ve made it clear that WordPress is in dire need of innovation. If that’s true, then as I see it, there’s only one really great argument against Gutenberg. As one person in one of the meetups I presented at put it: “is it the right innovation?”</p>\n\n<p>That's the crux of the whole thing: <strong>WordPress must innovate to survive</strong>. Matt Mullenweg and the entire Gutenberg team have looked at the past and the future and decided that a better, faster, easier user interface and experience, are the disruptive innovations that WordPress needs to survive.</p>\n\n<p>You can argue that it’s not, that there’s some other innovation that will completely change WordPress and thereby save it from disruption by outside forces. And that's a totally valid argument to make. But in my opinion, <strong>you can’t argue that continued, incremental changes are enough.</strong> You can’t argue that the path we’ve been on the last five years is going to keep WordPress on top for the next five years. It simply won’t.</p>\n\n<h2><strong>I Like Gutenberg, but I Love What it’s Doing</strong></h2>\n\n<p>In my experience thus far, I like Gutenberg. I believe it is the right disruptive innovation WordPress needs at this time. It will make WordPress easier to use and help its underpinnings be ready for the future. Being easy to use is what got WordPress where it is today.</p>\n\n<p>It’s not very easy to use any more. There are significantly easier options out there, that could disrupt WordPress and replace it. I think Gutenberg will allow WordPress to disrupt itself and keep ahead of other disruptive innovations. It will save WordPress and allow us all to keep using it and building our businesses on it for another 10 years into the future.</p>\n\n<p>I like Gutenberg, but I really love what Gutenberg means, what it represents, and what it's doing. Gutenberg is bigger than just a new post editor, it shows that the leaders of the WordPress community are willing to make hard decisions and innovate even when it means disrupting their own work and previous innovations.</p>\n\n<img />\n\n<p>I have huge respect for the Gutenberg team, who have not only had to rethink everything and do all those difficult things I referred to before, but have had to do it all very publicly, while navigating a gauntlet of criticism, personal attacks, and much more.</p>\n\n<p>I hope this post shows my thanks and newfound appreciation for what they’re doing and going through. Flipping the phrase from <em>The Dark Knight,</em> the members of the Gutenberg team are “the heroes the WordPress community needs right now, even if they’re not the ones we deserve.”</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 26 Mar 2018 18:20:04 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}}}}}}}}}}s:4:\"type\";i:128;s:7:\"headers\";O:42:\"Requests_Utility_CaseInsensitiveDictionary\":1:{s:7:\"\0*\0data\";a:8:{s:6:\"server\";s:5:\"nginx\";s:4:\"date\";s:29:\"Tue, 08 May 2018 23:21:18 GMT\";s:12:\"content-type\";s:8:\"text/xml\";s:4:\"vary\";s:15:\"Accept-Encoding\";s:13:\"last-modified\";s:29:\"Tue, 08 May 2018 23:15:27 GMT\";s:15:\"x-frame-options\";s:10:\"SAMEORIGIN\";s:4:\"x-nc\";s:9:\"HIT ord 2\";s:16:\"content-encoding\";s:4:\"gzip\";}}s:5:\"build\";s:14:\"20180206025051\";}','no'),(811,'_transient_timeout_feed_mod_d117b5738fbd35bd8c0391cda1f2b5d9','1525864879','no'),(812,'_transient_feed_mod_d117b5738fbd35bd8c0391cda1f2b5d9','1525821679','no'),(813,'_transient_timeout_dash_v2_88ae138922fe95674369b1cb3d215a2b','1525864879','no'),(814,'_transient_dash_v2_88ae138922fe95674369b1cb3d215a2b','<div class=\"rss-widget\"><ul><li><a class=\'rsswidget\' href=\'https://wordpress.org/news/2018/05/the-month-in-wordpress-april-2018/\'>The Month in WordPress: April 2018</a></li></ul></div><div class=\"rss-widget\"><ul><li><a class=\'rsswidget\' href=\'https://poststatus.com/making-wordpress-and-wordsesh-draft-podcast/\'>Post Status: Making WordPress and WordSesh — Draft podcast</a></li><li><a class=\'rsswidget\' href=\'https://wptavern.com/wordpress-4-9-6-beta-1-adds-tools-for-gdpr-compliance\'>WPTavern: WordPress 4.9.6 Beta 1 Adds Tools for GDPR Compliance</a></li><li><a class=\'rsswidget\' href=\'https://wptavern.com/jetpack-6-1-now-with-even-more-privacy-information\'>WPTavern: Jetpack 6.1, Now With Even More Privacy Information</a></li></ul></div>','no'),(815,'_site_transient_timeout_available_translations','1525832493','no'),(816,'_site_transient_available_translations','a:113:{s:2:\"af\";a:8:{s:8:\"language\";s:2:\"af\";s:7:\"version\";s:5:\"4.9.4\";s:7:\"updated\";s:19:\"2018-02-06 13:56:09\";s:12:\"english_name\";s:9:\"Afrikaans\";s:11:\"native_name\";s:9:\"Afrikaans\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.9.4/af.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"af\";i:2;s:3:\"afr\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:10:\"Gaan voort\";}}s:2:\"ar\";a:8:{s:8:\"language\";s:2:\"ar\";s:7:\"version\";s:5:\"4.9.5\";s:7:\"updated\";s:19:\"2018-03-24 19:38:49\";s:12:\"english_name\";s:6:\"Arabic\";s:11:\"native_name\";s:14:\"العربية\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.9.5/ar.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ar\";i:2;s:3:\"ara\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:16:\"المتابعة\";}}s:3:\"ary\";a:8:{s:8:\"language\";s:3:\"ary\";s:7:\"version\";s:5:\"4.7.7\";s:7:\"updated\";s:19:\"2017-01-26 15:42:35\";s:12:\"english_name\";s:15:\"Moroccan Arabic\";s:11:\"native_name\";s:31:\"العربية المغربية\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.7.7/ary.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ar\";i:3;s:3:\"ary\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:16:\"المتابعة\";}}s:2:\"as\";a:8:{s:8:\"language\";s:2:\"as\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-11-22 18:59:07\";s:12:\"english_name\";s:8:\"Assamese\";s:11:\"native_name\";s:21:\"অসমীয়া\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.7.2/as.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"as\";i:2;s:3:\"asm\";i:3;s:3:\"asm\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:0:\"\";}}s:2:\"az\";a:8:{s:8:\"language\";s:2:\"az\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-11-06 00:09:27\";s:12:\"english_name\";s:11:\"Azerbaijani\";s:11:\"native_name\";s:16:\"Azərbaycan dili\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.7.2/az.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"az\";i:2;s:3:\"aze\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:5:\"Davam\";}}s:3:\"azb\";a:8:{s:8:\"language\";s:3:\"azb\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-09-12 20:34:31\";s:12:\"english_name\";s:17:\"South Azerbaijani\";s:11:\"native_name\";s:29:\"گؤنئی آذربایجان\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.7.2/azb.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"az\";i:3;s:3:\"azb\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:3:\"bel\";a:8:{s:8:\"language\";s:3:\"bel\";s:7:\"version\";s:5:\"4.9.5\";s:7:\"updated\";s:19:\"2018-04-04 08:43:29\";s:12:\"english_name\";s:10:\"Belarusian\";s:11:\"native_name\";s:29:\"Беларуская мова\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.9.5/bel.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"be\";i:2;s:3:\"bel\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:20:\"Працягнуць\";}}s:5:\"bg_BG\";a:8:{s:8:\"language\";s:5:\"bg_BG\";s:7:\"version\";s:5:\"4.9.5\";s:7:\"updated\";s:19:\"2018-04-25 15:24:22\";s:12:\"english_name\";s:9:\"Bulgarian\";s:11:\"native_name\";s:18:\"Български\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.9.5/bg_BG.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"bg\";i:2;s:3:\"bul\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:12:\"Напред\";}}s:5:\"bn_BD\";a:8:{s:8:\"language\";s:5:\"bn_BD\";s:7:\"version\";s:5:\"4.8.6\";s:7:\"updated\";s:19:\"2017-10-01 12:57:10\";s:12:\"english_name\";s:7:\"Bengali\";s:11:\"native_name\";s:15:\"বাংলা\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.8.6/bn_BD.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"bn\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:23:\"এগিয়ে চল.\";}}s:2:\"bo\";a:8:{s:8:\"language\";s:2:\"bo\";s:7:\"version\";s:5:\"4.9.5\";s:7:\"updated\";s:19:\"2018-03-22 03:44:52\";s:12:\"english_name\";s:7:\"Tibetan\";s:11:\"native_name\";s:21:\"བོད་ཡིག\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.9.5/bo.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"bo\";i:2;s:3:\"tib\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:24:\"མུ་མཐུད།\";}}s:5:\"bs_BA\";a:8:{s:8:\"language\";s:5:\"bs_BA\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-09-04 20:20:28\";s:12:\"english_name\";s:7:\"Bosnian\";s:11:\"native_name\";s:8:\"Bosanski\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.2/bs_BA.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"bs\";i:2;s:3:\"bos\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:7:\"Nastavi\";}}s:2:\"ca\";a:8:{s:8:\"language\";s:2:\"ca\";s:7:\"version\";s:5:\"4.9.5\";s:7:\"updated\";s:19:\"2018-04-16 18:12:49\";s:12:\"english_name\";s:7:\"Catalan\";s:11:\"native_name\";s:7:\"Català\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.9.5/ca.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ca\";i:2;s:3:\"cat\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continua\";}}s:3:\"ceb\";a:8:{s:8:\"language\";s:3:\"ceb\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-03-02 17:25:51\";s:12:\"english_name\";s:7:\"Cebuano\";s:11:\"native_name\";s:7:\"Cebuano\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.7.2/ceb.zip\";s:3:\"iso\";a:2:{i:2;s:3:\"ceb\";i:3;s:3:\"ceb\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:7:\"Padayun\";}}s:5:\"cs_CZ\";a:8:{s:8:\"language\";s:5:\"cs_CZ\";s:7:\"version\";s:5:\"4.9.5\";s:7:\"updated\";s:19:\"2018-04-30 07:04:50\";s:12:\"english_name\";s:5:\"Czech\";s:11:\"native_name\";s:9:\"Čeština\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.9.5/cs_CZ.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"cs\";i:2;s:3:\"ces\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:11:\"Pokračovat\";}}s:2:\"cy\";a:8:{s:8:\"language\";s:2:\"cy\";s:7:\"version\";s:5:\"4.9.5\";s:7:\"updated\";s:19:\"2018-03-11 09:40:36\";s:12:\"english_name\";s:5:\"Welsh\";s:11:\"native_name\";s:7:\"Cymraeg\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.9.5/cy.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"cy\";i:2;s:3:\"cym\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Parhau\";}}s:5:\"da_DK\";a:8:{s:8:\"language\";s:5:\"da_DK\";s:7:\"version\";s:5:\"4.9.5\";s:7:\"updated\";s:19:\"2018-03-19 17:34:31\";s:12:\"english_name\";s:6:\"Danish\";s:11:\"native_name\";s:5:\"Dansk\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.9.5/da_DK.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"da\";i:2;s:3:\"dan\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Fortsæt\";}}s:5:\"de_CH\";a:8:{s:8:\"language\";s:5:\"de_CH\";s:7:\"version\";s:5:\"4.9.5\";s:7:\"updated\";s:19:\"2018-02-12 10:10:36\";s:12:\"english_name\";s:20:\"German (Switzerland)\";s:11:\"native_name\";s:17:\"Deutsch (Schweiz)\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.9.5/de_CH.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"de\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Weiter\";}}s:12:\"de_DE_formal\";a:8:{s:8:\"language\";s:12:\"de_DE_formal\";s:7:\"version\";s:5:\"4.9.5\";s:7:\"updated\";s:19:\"2018-04-30 07:11:01\";s:12:\"english_name\";s:15:\"German (Formal)\";s:11:\"native_name\";s:13:\"Deutsch (Sie)\";s:7:\"package\";s:71:\"https://downloads.wordpress.org/translation/core/4.9.5/de_DE_formal.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"de\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Weiter\";}}s:14:\"de_CH_informal\";a:8:{s:8:\"language\";s:14:\"de_CH_informal\";s:7:\"version\";s:5:\"4.9.2\";s:7:\"updated\";s:19:\"2017-11-22 15:43:53\";s:12:\"english_name\";s:30:\"German (Switzerland, Informal)\";s:11:\"native_name\";s:21:\"Deutsch (Schweiz, Du)\";s:7:\"package\";s:73:\"https://downloads.wordpress.org/translation/core/4.9.2/de_CH_informal.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"de\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Weiter\";}}s:5:\"de_DE\";a:8:{s:8:\"language\";s:5:\"de_DE\";s:7:\"version\";s:5:\"4.9.5\";s:7:\"updated\";s:19:\"2018-04-30 07:12:45\";s:12:\"english_name\";s:6:\"German\";s:11:\"native_name\";s:7:\"Deutsch\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.9.5/de_DE.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"de\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Weiter\";}}s:3:\"dzo\";a:8:{s:8:\"language\";s:3:\"dzo\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-06-29 08:59:03\";s:12:\"english_name\";s:8:\"Dzongkha\";s:11:\"native_name\";s:18:\"རྫོང་ཁ\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.7.2/dzo.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"dz\";i:2;s:3:\"dzo\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:0:\"\";}}s:2:\"el\";a:8:{s:8:\"language\";s:2:\"el\";s:7:\"version\";s:5:\"4.9.5\";s:7:\"updated\";s:19:\"2018-04-05 12:41:56\";s:12:\"english_name\";s:5:\"Greek\";s:11:\"native_name\";s:16:\"Ελληνικά\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.9.5/el.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"el\";i:2;s:3:\"ell\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:16:\"Συνέχεια\";}}s:5:\"en_NZ\";a:8:{s:8:\"language\";s:5:\"en_NZ\";s:7:\"version\";s:5:\"4.9.5\";s:7:\"updated\";s:19:\"2018-03-15 20:17:27\";s:12:\"english_name\";s:21:\"English (New Zealand)\";s:11:\"native_name\";s:21:\"English (New Zealand)\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.9.5/en_NZ.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"en\";i:2;s:3:\"eng\";i:3;s:3:\"eng\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:5:\"en_CA\";a:8:{s:8:\"language\";s:5:\"en_CA\";s:7:\"version\";s:5:\"4.9.5\";s:7:\"updated\";s:19:\"2018-03-29 16:28:34\";s:12:\"english_name\";s:16:\"English (Canada)\";s:11:\"native_name\";s:16:\"English (Canada)\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.9.5/en_CA.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"en\";i:2;s:3:\"eng\";i:3;s:3:\"eng\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:5:\"en_GB\";a:8:{s:8:\"language\";s:5:\"en_GB\";s:7:\"version\";s:5:\"4.9.5\";s:7:\"updated\";s:19:\"2018-04-30 07:40:51\";s:12:\"english_name\";s:12:\"English (UK)\";s:11:\"native_name\";s:12:\"English (UK)\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.9.5/en_GB.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"en\";i:2;s:3:\"eng\";i:3;s:3:\"eng\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:5:\"en_ZA\";a:8:{s:8:\"language\";s:5:\"en_ZA\";s:7:\"version\";s:5:\"4.9.2\";s:7:\"updated\";s:19:\"2017-11-15 09:54:30\";s:12:\"english_name\";s:22:\"English (South Africa)\";s:11:\"native_name\";s:22:\"English (South Africa)\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.9.2/en_ZA.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"en\";i:2;s:3:\"eng\";i:3;s:3:\"eng\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:5:\"en_AU\";a:8:{s:8:\"language\";s:5:\"en_AU\";s:7:\"version\";s:5:\"4.9.5\";s:7:\"updated\";s:19:\"2018-04-30 07:39:22\";s:12:\"english_name\";s:19:\"English (Australia)\";s:11:\"native_name\";s:19:\"English (Australia)\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.9.5/en_AU.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"en\";i:2;s:3:\"eng\";i:3;s:3:\"eng\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:2:\"eo\";a:8:{s:8:\"language\";s:2:\"eo\";s:7:\"version\";s:5:\"4.9.5\";s:7:\"updated\";s:19:\"2018-04-25 16:53:32\";s:12:\"english_name\";s:9:\"Esperanto\";s:11:\"native_name\";s:9:\"Esperanto\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.9.5/eo.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"eo\";i:2;s:3:\"epo\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Daŭrigi\";}}s:5:\"es_AR\";a:8:{s:8:\"language\";s:5:\"es_AR\";s:7:\"version\";s:5:\"4.9.5\";s:7:\"updated\";s:19:\"2018-02-27 05:22:44\";s:12:\"english_name\";s:19:\"Spanish (Argentina)\";s:11:\"native_name\";s:21:\"Español de Argentina\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.9.5/es_AR.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_VE\";a:8:{s:8:\"language\";s:5:\"es_VE\";s:7:\"version\";s:5:\"4.9.4\";s:7:\"updated\";s:19:\"2018-02-23 18:34:33\";s:12:\"english_name\";s:19:\"Spanish (Venezuela)\";s:11:\"native_name\";s:21:\"Español de Venezuela\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.9.4/es_VE.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_CO\";a:8:{s:8:\"language\";s:5:\"es_CO\";s:7:\"version\";s:5:\"4.9.2\";s:7:\"updated\";s:19:\"2017-11-15 23:17:08\";s:12:\"english_name\";s:18:\"Spanish (Colombia)\";s:11:\"native_name\";s:20:\"Español de Colombia\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.9.2/es_CO.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_GT\";a:8:{s:8:\"language\";s:5:\"es_GT\";s:7:\"version\";s:5:\"4.9.2\";s:7:\"updated\";s:19:\"2017-11-15 15:03:42\";s:12:\"english_name\";s:19:\"Spanish (Guatemala)\";s:11:\"native_name\";s:21:\"Español de Guatemala\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.9.2/es_GT.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_MX\";a:8:{s:8:\"language\";s:5:\"es_MX\";s:7:\"version\";s:5:\"4.8.6\";s:7:\"updated\";s:19:\"2017-07-31 15:12:02\";s:12:\"english_name\";s:16:\"Spanish (Mexico)\";s:11:\"native_name\";s:19:\"Español de México\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.8.6/es_MX.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_CR\";a:8:{s:8:\"language\";s:5:\"es_CR\";s:7:\"version\";s:5:\"4.8.3\";s:7:\"updated\";s:19:\"2017-10-01 17:54:52\";s:12:\"english_name\";s:20:\"Spanish (Costa Rica)\";s:11:\"native_name\";s:22:\"Español de Costa Rica\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.8.3/es_CR.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_CL\";a:8:{s:8:\"language\";s:5:\"es_CL\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-11-28 20:09:49\";s:12:\"english_name\";s:15:\"Spanish (Chile)\";s:11:\"native_name\";s:17:\"Español de Chile\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.2/es_CL.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_PE\";a:8:{s:8:\"language\";s:5:\"es_PE\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-09-09 09:36:22\";s:12:\"english_name\";s:14:\"Spanish (Peru)\";s:11:\"native_name\";s:17:\"Español de Perú\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.2/es_PE.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_ES\";a:8:{s:8:\"language\";s:5:\"es_ES\";s:7:\"version\";s:5:\"4.9.5\";s:7:\"updated\";s:19:\"2018-04-30 07:59:33\";s:12:\"english_name\";s:15:\"Spanish (Spain)\";s:11:\"native_name\";s:8:\"Español\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.9.5/es_ES.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:2:\"et\";a:8:{s:8:\"language\";s:2:\"et\";s:7:\"version\";s:5:\"4.9.2\";s:7:\"updated\";s:19:\"2017-11-19 14:11:29\";s:12:\"english_name\";s:8:\"Estonian\";s:11:\"native_name\";s:5:\"Eesti\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.9.2/et.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"et\";i:2;s:3:\"est\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Jätka\";}}s:2:\"eu\";a:8:{s:8:\"language\";s:2:\"eu\";s:7:\"version\";s:5:\"4.9.2\";s:7:\"updated\";s:19:\"2017-12-09 21:12:23\";s:12:\"english_name\";s:6:\"Basque\";s:11:\"native_name\";s:7:\"Euskara\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.9.2/eu.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"eu\";i:2;s:3:\"eus\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Jarraitu\";}}s:5:\"fa_IR\";a:8:{s:8:\"language\";s:5:\"fa_IR\";s:7:\"version\";s:5:\"4.9.5\";s:7:\"updated\";s:19:\"2018-03-30 07:44:25\";s:12:\"english_name\";s:7:\"Persian\";s:11:\"native_name\";s:10:\"فارسی\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.9.5/fa_IR.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"fa\";i:2;s:3:\"fas\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:10:\"ادامه\";}}s:2:\"fi\";a:8:{s:8:\"language\";s:2:\"fi\";s:7:\"version\";s:5:\"4.9.5\";s:7:\"updated\";s:19:\"2018-04-20 11:27:31\";s:12:\"english_name\";s:7:\"Finnish\";s:11:\"native_name\";s:5:\"Suomi\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.9.5/fi.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"fi\";i:2;s:3:\"fin\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:5:\"Jatka\";}}s:5:\"fr_BE\";a:8:{s:8:\"language\";s:5:\"fr_BE\";s:7:\"version\";s:5:\"4.9.5\";s:7:\"updated\";s:19:\"2018-01-31 11:16:06\";s:12:\"english_name\";s:16:\"French (Belgium)\";s:11:\"native_name\";s:21:\"Français de Belgique\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.9.5/fr_BE.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"fr\";i:2;s:3:\"fra\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuer\";}}s:5:\"fr_FR\";a:8:{s:8:\"language\";s:5:\"fr_FR\";s:7:\"version\";s:5:\"4.9.5\";s:7:\"updated\";s:19:\"2018-04-30 07:13:07\";s:12:\"english_name\";s:15:\"French (France)\";s:11:\"native_name\";s:9:\"Français\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.9.5/fr_FR.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"fr\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuer\";}}s:5:\"fr_CA\";a:8:{s:8:\"language\";s:5:\"fr_CA\";s:7:\"version\";s:5:\"4.9.5\";s:7:\"updated\";s:19:\"2018-04-30 02:03:31\";s:12:\"english_name\";s:15:\"French (Canada)\";s:11:\"native_name\";s:19:\"Français du Canada\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.9.5/fr_CA.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"fr\";i:2;s:3:\"fra\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuer\";}}s:3:\"fur\";a:8:{s:8:\"language\";s:3:\"fur\";s:7:\"version\";s:5:\"4.8.6\";s:7:\"updated\";s:19:\"2018-01-29 17:32:35\";s:12:\"english_name\";s:8:\"Friulian\";s:11:\"native_name\";s:8:\"Friulian\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.8.6/fur.zip\";s:3:\"iso\";a:2:{i:2;s:3:\"fur\";i:3;s:3:\"fur\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:2:\"gd\";a:8:{s:8:\"language\";s:2:\"gd\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-08-23 17:41:37\";s:12:\"english_name\";s:15:\"Scottish Gaelic\";s:11:\"native_name\";s:9:\"Gàidhlig\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.7.2/gd.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"gd\";i:2;s:3:\"gla\";i:3;s:3:\"gla\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:15:\"Lean air adhart\";}}s:5:\"gl_ES\";a:8:{s:8:\"language\";s:5:\"gl_ES\";s:7:\"version\";s:5:\"4.9.5\";s:7:\"updated\";s:19:\"2018-03-10 18:19:59\";s:12:\"english_name\";s:8:\"Galician\";s:11:\"native_name\";s:6:\"Galego\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.9.5/gl_ES.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"gl\";i:2;s:3:\"glg\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:2:\"gu\";a:8:{s:8:\"language\";s:2:\"gu\";s:7:\"version\";s:5:\"4.9.5\";s:7:\"updated\";s:19:\"2018-02-14 06:16:04\";s:12:\"english_name\";s:8:\"Gujarati\";s:11:\"native_name\";s:21:\"ગુજરાતી\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.9.5/gu.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"gu\";i:2;s:3:\"guj\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:31:\"ચાલુ રાખવું\";}}s:3:\"haz\";a:8:{s:8:\"language\";s:3:\"haz\";s:7:\"version\";s:5:\"4.4.2\";s:7:\"updated\";s:19:\"2015-12-05 00:59:09\";s:12:\"english_name\";s:8:\"Hazaragi\";s:11:\"native_name\";s:15:\"هزاره گی\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.4.2/haz.zip\";s:3:\"iso\";a:1:{i:3;s:3:\"haz\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:10:\"ادامه\";}}s:5:\"he_IL\";a:8:{s:8:\"language\";s:5:\"he_IL\";s:7:\"version\";s:5:\"4.9.5\";s:7:\"updated\";s:19:\"2018-04-15 08:49:46\";s:12:\"english_name\";s:6:\"Hebrew\";s:11:\"native_name\";s:16:\"עִבְרִית\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.9.5/he_IL.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"he\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"המשך\";}}s:5:\"hi_IN\";a:8:{s:8:\"language\";s:5:\"hi_IN\";s:7:\"version\";s:5:\"4.9.5\";s:7:\"updated\";s:19:\"2018-03-31 18:09:34\";s:12:\"english_name\";s:5:\"Hindi\";s:11:\"native_name\";s:18:\"हिन्दी\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.9.5/hi_IN.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"hi\";i:2;s:3:\"hin\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:12:\"जारी\";}}s:2:\"hr\";a:8:{s:8:\"language\";s:2:\"hr\";s:7:\"version\";s:5:\"4.9.5\";s:7:\"updated\";s:19:\"2018-03-26 21:01:10\";s:12:\"english_name\";s:8:\"Croatian\";s:11:\"native_name\";s:8:\"Hrvatski\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.9.5/hr.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"hr\";i:2;s:3:\"hrv\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:7:\"Nastavi\";}}s:5:\"hu_HU\";a:8:{s:8:\"language\";s:5:\"hu_HU\";s:7:\"version\";s:5:\"4.9.5\";s:7:\"updated\";s:19:\"2018-04-02 12:51:15\";s:12:\"english_name\";s:9:\"Hungarian\";s:11:\"native_name\";s:6:\"Magyar\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.9.5/hu_HU.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"hu\";i:2;s:3:\"hun\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:10:\"Folytatás\";}}s:2:\"hy\";a:8:{s:8:\"language\";s:2:\"hy\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-12-03 16:21:10\";s:12:\"english_name\";s:8:\"Armenian\";s:11:\"native_name\";s:14:\"Հայերեն\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.7.2/hy.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"hy\";i:2;s:3:\"hye\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:20:\"Շարունակել\";}}s:5:\"id_ID\";a:8:{s:8:\"language\";s:5:\"id_ID\";s:7:\"version\";s:5:\"4.9.5\";s:7:\"updated\";s:19:\"2018-04-13 11:16:25\";s:12:\"english_name\";s:10:\"Indonesian\";s:11:\"native_name\";s:16:\"Bahasa Indonesia\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.9.5/id_ID.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"id\";i:2;s:3:\"ind\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Lanjutkan\";}}s:5:\"is_IS\";a:8:{s:8:\"language\";s:5:\"is_IS\";s:7:\"version\";s:5:\"4.7.7\";s:7:\"updated\";s:19:\"2017-04-13 13:55:54\";s:12:\"english_name\";s:9:\"Icelandic\";s:11:\"native_name\";s:9:\"Íslenska\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.7/is_IS.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"is\";i:2;s:3:\"isl\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Áfram\";}}s:5:\"it_IT\";a:8:{s:8:\"language\";s:5:\"it_IT\";s:7:\"version\";s:5:\"4.9.5\";s:7:\"updated\";s:19:\"2018-04-27 09:48:26\";s:12:\"english_name\";s:7:\"Italian\";s:11:\"native_name\";s:8:\"Italiano\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.9.5/it_IT.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"it\";i:2;s:3:\"ita\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continua\";}}s:2:\"ja\";a:8:{s:8:\"language\";s:2:\"ja\";s:7:\"version\";s:5:\"4.9.5\";s:7:\"updated\";s:19:\"2018-03-16 18:46:39\";s:12:\"english_name\";s:8:\"Japanese\";s:11:\"native_name\";s:9:\"日本語\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.9.5/ja.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"ja\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"続ける\";}}s:5:\"jv_ID\";a:8:{s:8:\"language\";s:5:\"jv_ID\";s:7:\"version\";s:5:\"4.9.5\";s:7:\"updated\";s:19:\"2018-03-24 13:53:29\";s:12:\"english_name\";s:8:\"Javanese\";s:11:\"native_name\";s:9:\"Basa Jawa\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.9.5/jv_ID.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"jv\";i:2;s:3:\"jav\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Nerusaké\";}}s:5:\"ka_GE\";a:8:{s:8:\"language\";s:5:\"ka_GE\";s:7:\"version\";s:5:\"4.9.4\";s:7:\"updated\";s:19:\"2018-02-08 06:01:48\";s:12:\"english_name\";s:8:\"Georgian\";s:11:\"native_name\";s:21:\"ქართული\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.9.4/ka_GE.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ka\";i:2;s:3:\"kat\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:30:\"გაგრძელება\";}}s:3:\"kab\";a:8:{s:8:\"language\";s:3:\"kab\";s:7:\"version\";s:5:\"4.9.5\";s:7:\"updated\";s:19:\"2018-03-22 22:24:38\";s:12:\"english_name\";s:6:\"Kabyle\";s:11:\"native_name\";s:9:\"Taqbaylit\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.9.5/kab.zip\";s:3:\"iso\";a:2:{i:2;s:3:\"kab\";i:3;s:3:\"kab\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Kemmel\";}}s:2:\"kk\";a:8:{s:8:\"language\";s:2:\"kk\";s:7:\"version\";s:5:\"4.9.5\";s:7:\"updated\";s:19:\"2018-03-12 08:08:32\";s:12:\"english_name\";s:6:\"Kazakh\";s:11:\"native_name\";s:19:\"Қазақ тілі\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.9.5/kk.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"kk\";i:2;s:3:\"kaz\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:20:\"Жалғастыру\";}}s:2:\"km\";a:8:{s:8:\"language\";s:2:\"km\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-12-07 02:07:59\";s:12:\"english_name\";s:5:\"Khmer\";s:11:\"native_name\";s:27:\"ភាសាខ្មែរ\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.7.2/km.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"km\";i:2;s:3:\"khm\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:12:\"បន្ត\";}}s:5:\"ko_KR\";a:8:{s:8:\"language\";s:5:\"ko_KR\";s:7:\"version\";s:5:\"4.9.5\";s:7:\"updated\";s:19:\"2018-03-15 02:27:09\";s:12:\"english_name\";s:6:\"Korean\";s:11:\"native_name\";s:9:\"한국어\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.9.5/ko_KR.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ko\";i:2;s:3:\"kor\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"계속\";}}s:3:\"ckb\";a:8:{s:8:\"language\";s:3:\"ckb\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2017-01-26 15:48:25\";s:12:\"english_name\";s:16:\"Kurdish (Sorani)\";s:11:\"native_name\";s:13:\"كوردی\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.7.2/ckb.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ku\";i:3;s:3:\"ckb\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:30:\"بهردهوام به\";}}s:2:\"lo\";a:8:{s:8:\"language\";s:2:\"lo\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-11-12 09:59:23\";s:12:\"english_name\";s:3:\"Lao\";s:11:\"native_name\";s:21:\"ພາສາລາວ\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.7.2/lo.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"lo\";i:2;s:3:\"lao\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:18:\"ຕໍ່ໄປ\";}}s:5:\"lt_LT\";a:8:{s:8:\"language\";s:5:\"lt_LT\";s:7:\"version\";s:5:\"4.9.2\";s:7:\"updated\";s:19:\"2017-11-15 19:40:23\";s:12:\"english_name\";s:10:\"Lithuanian\";s:11:\"native_name\";s:15:\"Lietuvių kalba\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.9.2/lt_LT.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"lt\";i:2;s:3:\"lit\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Tęsti\";}}s:2:\"lv\";a:8:{s:8:\"language\";s:2:\"lv\";s:7:\"version\";s:5:\"4.7.7\";s:7:\"updated\";s:19:\"2017-03-17 20:40:40\";s:12:\"english_name\";s:7:\"Latvian\";s:11:\"native_name\";s:16:\"Latviešu valoda\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.7.7/lv.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"lv\";i:2;s:3:\"lav\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Turpināt\";}}s:5:\"mk_MK\";a:8:{s:8:\"language\";s:5:\"mk_MK\";s:7:\"version\";s:5:\"4.7.7\";s:7:\"updated\";s:19:\"2017-01-26 15:54:41\";s:12:\"english_name\";s:10:\"Macedonian\";s:11:\"native_name\";s:31:\"Македонски јазик\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.7/mk_MK.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"mk\";i:2;s:3:\"mkd\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:16:\"Продолжи\";}}s:5:\"ml_IN\";a:8:{s:8:\"language\";s:5:\"ml_IN\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2017-01-27 03:43:32\";s:12:\"english_name\";s:9:\"Malayalam\";s:11:\"native_name\";s:18:\"മലയാളം\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.2/ml_IN.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ml\";i:2;s:3:\"mal\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:18:\"തുടരുക\";}}s:2:\"mn\";a:8:{s:8:\"language\";s:2:\"mn\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2017-01-12 07:29:35\";s:12:\"english_name\";s:9:\"Mongolian\";s:11:\"native_name\";s:12:\"Монгол\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.7.2/mn.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"mn\";i:2;s:3:\"mon\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:24:\"Үргэлжлүүлэх\";}}s:2:\"mr\";a:8:{s:8:\"language\";s:2:\"mr\";s:7:\"version\";s:5:\"4.8.6\";s:7:\"updated\";s:19:\"2018-02-13 07:38:55\";s:12:\"english_name\";s:7:\"Marathi\";s:11:\"native_name\";s:15:\"मराठी\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.8.6/mr.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"mr\";i:2;s:3:\"mar\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:25:\"सुरु ठेवा\";}}s:5:\"ms_MY\";a:8:{s:8:\"language\";s:5:\"ms_MY\";s:7:\"version\";s:5:\"4.9.5\";s:7:\"updated\";s:19:\"2018-02-28 10:55:13\";s:12:\"english_name\";s:5:\"Malay\";s:11:\"native_name\";s:13:\"Bahasa Melayu\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.9.5/ms_MY.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ms\";i:2;s:3:\"msa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Teruskan\";}}s:5:\"my_MM\";a:8:{s:8:\"language\";s:5:\"my_MM\";s:7:\"version\";s:6:\"4.1.20\";s:7:\"updated\";s:19:\"2015-03-26 15:57:42\";s:12:\"english_name\";s:17:\"Myanmar (Burmese)\";s:11:\"native_name\";s:15:\"ဗမာစာ\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/translation/core/4.1.20/my_MM.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"my\";i:2;s:3:\"mya\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:54:\"ဆက်လက်လုပ်ဆောင်ပါ။\";}}s:5:\"nb_NO\";a:8:{s:8:\"language\";s:5:\"nb_NO\";s:7:\"version\";s:5:\"4.9.5\";s:7:\"updated\";s:19:\"2018-04-12 10:26:07\";s:12:\"english_name\";s:19:\"Norwegian (Bokmål)\";s:11:\"native_name\";s:13:\"Norsk bokmål\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.9.5/nb_NO.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"nb\";i:2;s:3:\"nob\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Fortsett\";}}s:5:\"ne_NP\";a:8:{s:8:\"language\";s:5:\"ne_NP\";s:7:\"version\";s:5:\"4.9.5\";s:7:\"updated\";s:19:\"2018-03-27 10:30:26\";s:12:\"english_name\";s:6:\"Nepali\";s:11:\"native_name\";s:18:\"नेपाली\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.9.5/ne_NP.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ne\";i:2;s:3:\"nep\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:43:\"जारी राख्नुहोस्\";}}s:5:\"nl_BE\";a:8:{s:8:\"language\";s:5:\"nl_BE\";s:7:\"version\";s:5:\"4.9.5\";s:7:\"updated\";s:19:\"2018-03-23 12:42:00\";s:12:\"english_name\";s:15:\"Dutch (Belgium)\";s:11:\"native_name\";s:20:\"Nederlands (België)\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.9.5/nl_BE.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"nl\";i:2;s:3:\"nld\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Doorgaan\";}}s:5:\"nl_NL\";a:8:{s:8:\"language\";s:5:\"nl_NL\";s:7:\"version\";s:5:\"4.9.5\";s:7:\"updated\";s:19:\"2018-04-24 14:07:15\";s:12:\"english_name\";s:5:\"Dutch\";s:11:\"native_name\";s:10:\"Nederlands\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.9.5/nl_NL.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"nl\";i:2;s:3:\"nld\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Doorgaan\";}}s:12:\"nl_NL_formal\";a:8:{s:8:\"language\";s:12:\"nl_NL_formal\";s:7:\"version\";s:5:\"4.9.5\";s:7:\"updated\";s:19:\"2018-03-26 08:04:00\";s:12:\"english_name\";s:14:\"Dutch (Formal)\";s:11:\"native_name\";s:20:\"Nederlands (Formeel)\";s:7:\"package\";s:71:\"https://downloads.wordpress.org/translation/core/4.9.5/nl_NL_formal.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"nl\";i:2;s:3:\"nld\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Doorgaan\";}}s:5:\"nn_NO\";a:8:{s:8:\"language\";s:5:\"nn_NO\";s:7:\"version\";s:5:\"4.9.5\";s:7:\"updated\";s:19:\"2018-03-22 09:27:50\";s:12:\"english_name\";s:19:\"Norwegian (Nynorsk)\";s:11:\"native_name\";s:13:\"Norsk nynorsk\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.9.5/nn_NO.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"nn\";i:2;s:3:\"nno\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Hald fram\";}}s:3:\"oci\";a:8:{s:8:\"language\";s:3:\"oci\";s:7:\"version\";s:5:\"4.8.3\";s:7:\"updated\";s:19:\"2017-08-25 10:03:08\";s:12:\"english_name\";s:7:\"Occitan\";s:11:\"native_name\";s:7:\"Occitan\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.8.3/oci.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"oc\";i:2;s:3:\"oci\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Contunhar\";}}s:5:\"pa_IN\";a:8:{s:8:\"language\";s:5:\"pa_IN\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2017-01-16 05:19:43\";s:12:\"english_name\";s:7:\"Punjabi\";s:11:\"native_name\";s:18:\"ਪੰਜਾਬੀ\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.2/pa_IN.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"pa\";i:2;s:3:\"pan\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:25:\"ਜਾਰੀ ਰੱਖੋ\";}}s:5:\"pl_PL\";a:8:{s:8:\"language\";s:5:\"pl_PL\";s:7:\"version\";s:5:\"4.9.5\";s:7:\"updated\";s:19:\"2018-04-19 19:40:03\";s:12:\"english_name\";s:6:\"Polish\";s:11:\"native_name\";s:6:\"Polski\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.9.5/pl_PL.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"pl\";i:2;s:3:\"pol\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Kontynuuj\";}}s:2:\"ps\";a:8:{s:8:\"language\";s:2:\"ps\";s:7:\"version\";s:6:\"4.1.20\";s:7:\"updated\";s:19:\"2015-03-29 22:19:48\";s:12:\"english_name\";s:6:\"Pashto\";s:11:\"native_name\";s:8:\"پښتو\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.1.20/ps.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ps\";i:2;s:3:\"pus\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:19:\"دوام ورکړه\";}}s:5:\"pt_BR\";a:8:{s:8:\"language\";s:5:\"pt_BR\";s:7:\"version\";s:5:\"4.9.5\";s:7:\"updated\";s:19:\"2018-03-22 18:30:41\";s:12:\"english_name\";s:19:\"Portuguese (Brazil)\";s:11:\"native_name\";s:20:\"Português do Brasil\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.9.5/pt_BR.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"pt\";i:2;s:3:\"por\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"pt_PT\";a:8:{s:8:\"language\";s:5:\"pt_PT\";s:7:\"version\";s:5:\"4.9.5\";s:7:\"updated\";s:19:\"2018-04-27 09:56:39\";s:12:\"english_name\";s:21:\"Portuguese (Portugal)\";s:11:\"native_name\";s:10:\"Português\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.9.5/pt_PT.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"pt\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:10:\"pt_PT_ao90\";a:8:{s:8:\"language\";s:10:\"pt_PT_ao90\";s:7:\"version\";s:5:\"4.9.5\";s:7:\"updated\";s:19:\"2018-03-09 09:30:48\";s:12:\"english_name\";s:27:\"Portuguese (Portugal, AO90)\";s:11:\"native_name\";s:17:\"Português (AO90)\";s:7:\"package\";s:69:\"https://downloads.wordpress.org/translation/core/4.9.5/pt_PT_ao90.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"pt\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:3:\"rhg\";a:8:{s:8:\"language\";s:3:\"rhg\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-03-16 13:03:18\";s:12:\"english_name\";s:8:\"Rohingya\";s:11:\"native_name\";s:8:\"Ruáinga\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.7.2/rhg.zip\";s:3:\"iso\";a:1:{i:3;s:3:\"rhg\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:0:\"\";}}s:5:\"ro_RO\";a:8:{s:8:\"language\";s:5:\"ro_RO\";s:7:\"version\";s:5:\"4.9.5\";s:7:\"updated\";s:19:\"2018-04-30 06:02:55\";s:12:\"english_name\";s:8:\"Romanian\";s:11:\"native_name\";s:8:\"Română\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.9.5/ro_RO.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ro\";i:2;s:3:\"ron\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuă\";}}s:5:\"ru_RU\";a:8:{s:8:\"language\";s:5:\"ru_RU\";s:7:\"version\";s:5:\"4.9.5\";s:7:\"updated\";s:19:\"2018-04-30 03:01:28\";s:12:\"english_name\";s:7:\"Russian\";s:11:\"native_name\";s:14:\"Русский\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.9.5/ru_RU.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ru\";i:2;s:3:\"rus\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:20:\"Продолжить\";}}s:3:\"sah\";a:8:{s:8:\"language\";s:3:\"sah\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2017-01-21 02:06:41\";s:12:\"english_name\";s:5:\"Sakha\";s:11:\"native_name\";s:14:\"Сахалыы\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.7.2/sah.zip\";s:3:\"iso\";a:2:{i:2;s:3:\"sah\";i:3;s:3:\"sah\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:12:\"Салҕаа\";}}s:5:\"si_LK\";a:8:{s:8:\"language\";s:5:\"si_LK\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-11-12 06:00:52\";s:12:\"english_name\";s:7:\"Sinhala\";s:11:\"native_name\";s:15:\"සිංහල\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.2/si_LK.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"si\";i:2;s:3:\"sin\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:44:\"දිගටම කරගෙන යන්න\";}}s:5:\"sk_SK\";a:8:{s:8:\"language\";s:5:\"sk_SK\";s:7:\"version\";s:5:\"4.9.5\";s:7:\"updated\";s:19:\"2018-04-29 09:16:43\";s:12:\"english_name\";s:6:\"Slovak\";s:11:\"native_name\";s:11:\"Slovenčina\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.9.5/sk_SK.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"sk\";i:2;s:3:\"slk\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:12:\"Pokračovať\";}}s:5:\"sl_SI\";a:8:{s:8:\"language\";s:5:\"sl_SI\";s:7:\"version\";s:5:\"4.9.2\";s:7:\"updated\";s:19:\"2018-01-04 13:33:13\";s:12:\"english_name\";s:9:\"Slovenian\";s:11:\"native_name\";s:13:\"Slovenščina\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.9.2/sl_SI.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"sl\";i:2;s:3:\"slv\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Nadaljuj\";}}s:2:\"sq\";a:8:{s:8:\"language\";s:2:\"sq\";s:7:\"version\";s:5:\"4.9.5\";s:7:\"updated\";s:19:\"2018-03-25 10:30:04\";s:12:\"english_name\";s:8:\"Albanian\";s:11:\"native_name\";s:5:\"Shqip\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.9.5/sq.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"sq\";i:2;s:3:\"sqi\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Vazhdo\";}}s:5:\"sr_RS\";a:8:{s:8:\"language\";s:5:\"sr_RS\";s:7:\"version\";s:5:\"4.9.5\";s:7:\"updated\";s:19:\"2018-03-25 20:12:50\";s:12:\"english_name\";s:7:\"Serbian\";s:11:\"native_name\";s:23:\"Српски језик\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.9.5/sr_RS.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"sr\";i:2;s:3:\"srp\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:14:\"Настави\";}}s:5:\"sv_SE\";a:8:{s:8:\"language\";s:5:\"sv_SE\";s:7:\"version\";s:5:\"4.9.5\";s:7:\"updated\";s:19:\"2018-04-30 06:40:27\";s:12:\"english_name\";s:7:\"Swedish\";s:11:\"native_name\";s:7:\"Svenska\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.9.5/sv_SE.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"sv\";i:2;s:3:\"swe\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Fortsätt\";}}s:3:\"szl\";a:8:{s:8:\"language\";s:3:\"szl\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-09-24 19:58:14\";s:12:\"english_name\";s:8:\"Silesian\";s:11:\"native_name\";s:17:\"Ślōnskŏ gŏdka\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.7.2/szl.zip\";s:3:\"iso\";a:1:{i:3;s:3:\"szl\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:13:\"Kōntynuować\";}}s:5:\"ta_IN\";a:8:{s:8:\"language\";s:5:\"ta_IN\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2017-01-27 03:22:47\";s:12:\"english_name\";s:5:\"Tamil\";s:11:\"native_name\";s:15:\"தமிழ்\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.2/ta_IN.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ta\";i:2;s:3:\"tam\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:24:\"தொடரவும்\";}}s:2:\"te\";a:8:{s:8:\"language\";s:2:\"te\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2017-01-26 15:47:39\";s:12:\"english_name\";s:6:\"Telugu\";s:11:\"native_name\";s:18:\"తెలుగు\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.7.2/te.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"te\";i:2;s:3:\"tel\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:30:\"కొనసాగించు\";}}s:2:\"th\";a:8:{s:8:\"language\";s:2:\"th\";s:7:\"version\";s:5:\"4.9.5\";s:7:\"updated\";s:19:\"2018-03-02 17:08:41\";s:12:\"english_name\";s:4:\"Thai\";s:11:\"native_name\";s:9:\"ไทย\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.9.5/th.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"th\";i:2;s:3:\"tha\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:15:\"ต่อไป\";}}s:2:\"tl\";a:8:{s:8:\"language\";s:2:\"tl\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-12-30 02:38:08\";s:12:\"english_name\";s:7:\"Tagalog\";s:11:\"native_name\";s:7:\"Tagalog\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.7.2/tl.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"tl\";i:2;s:3:\"tgl\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:10:\"Magpatuloy\";}}s:5:\"tr_TR\";a:8:{s:8:\"language\";s:5:\"tr_TR\";s:7:\"version\";s:5:\"4.9.5\";s:7:\"updated\";s:19:\"2018-04-04 21:51:10\";s:12:\"english_name\";s:7:\"Turkish\";s:11:\"native_name\";s:8:\"Türkçe\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.9.5/tr_TR.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"tr\";i:2;s:3:\"tur\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:5:\"Devam\";}}s:5:\"tt_RU\";a:8:{s:8:\"language\";s:5:\"tt_RU\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-11-20 20:20:50\";s:12:\"english_name\";s:5:\"Tatar\";s:11:\"native_name\";s:19:\"Татар теле\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.2/tt_RU.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"tt\";i:2;s:3:\"tat\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:17:\"дәвам итү\";}}s:3:\"tah\";a:8:{s:8:\"language\";s:3:\"tah\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-03-06 18:39:39\";s:12:\"english_name\";s:8:\"Tahitian\";s:11:\"native_name\";s:10:\"Reo Tahiti\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.7.2/tah.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"ty\";i:2;s:3:\"tah\";i:3;s:3:\"tah\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:0:\"\";}}s:5:\"ug_CN\";a:8:{s:8:\"language\";s:5:\"ug_CN\";s:7:\"version\";s:5:\"4.9.5\";s:7:\"updated\";s:19:\"2018-04-12 12:31:53\";s:12:\"english_name\";s:6:\"Uighur\";s:11:\"native_name\";s:16:\"ئۇيغۇرچە\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.9.5/ug_CN.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ug\";i:2;s:3:\"uig\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:26:\"داۋاملاشتۇرۇش\";}}s:2:\"uk\";a:8:{s:8:\"language\";s:2:\"uk\";s:7:\"version\";s:5:\"4.9.5\";s:7:\"updated\";s:19:\"2018-04-06 20:34:06\";s:12:\"english_name\";s:9:\"Ukrainian\";s:11:\"native_name\";s:20:\"Українська\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.9.5/uk.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"uk\";i:2;s:3:\"ukr\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:20:\"Продовжити\";}}s:2:\"ur\";a:8:{s:8:\"language\";s:2:\"ur\";s:7:\"version\";s:5:\"4.9.5\";s:7:\"updated\";s:19:\"2018-03-13 08:24:25\";s:12:\"english_name\";s:4:\"Urdu\";s:11:\"native_name\";s:8:\"اردو\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.9.5/ur.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ur\";i:2;s:3:\"urd\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:19:\"جاری رکھیں\";}}s:5:\"uz_UZ\";a:8:{s:8:\"language\";s:5:\"uz_UZ\";s:7:\"version\";s:5:\"4.9.5\";s:7:\"updated\";s:19:\"2018-03-09 10:37:43\";s:12:\"english_name\";s:5:\"Uzbek\";s:11:\"native_name\";s:11:\"O‘zbekcha\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.9.5/uz_UZ.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"uz\";i:2;s:3:\"uzb\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:11:\"Davom etish\";}}s:2:\"vi\";a:8:{s:8:\"language\";s:2:\"vi\";s:7:\"version\";s:5:\"4.9.5\";s:7:\"updated\";s:19:\"2018-04-11 05:09:29\";s:12:\"english_name\";s:10:\"Vietnamese\";s:11:\"native_name\";s:14:\"Tiếng Việt\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.9.5/vi.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"vi\";i:2;s:3:\"vie\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:12:\"Tiếp tục\";}}s:5:\"zh_HK\";a:8:{s:8:\"language\";s:5:\"zh_HK\";s:7:\"version\";s:5:\"4.9.5\";s:7:\"updated\";s:19:\"2018-04-09 00:56:52\";s:12:\"english_name\";s:19:\"Chinese (Hong Kong)\";s:11:\"native_name\";s:16:\"香港中文版 \";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.9.5/zh_HK.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"zh\";i:2;s:3:\"zho\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"繼續\";}}s:5:\"zh_TW\";a:8:{s:8:\"language\";s:5:\"zh_TW\";s:7:\"version\";s:5:\"4.9.4\";s:7:\"updated\";s:19:\"2018-02-13 02:41:15\";s:12:\"english_name\";s:16:\"Chinese (Taiwan)\";s:11:\"native_name\";s:12:\"繁體中文\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.9.4/zh_TW.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"zh\";i:2;s:3:\"zho\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"繼續\";}}s:5:\"zh_CN\";a:8:{s:8:\"language\";s:5:\"zh_CN\";s:7:\"version\";s:5:\"4.9.2\";s:7:\"updated\";s:19:\"2017-11-17 22:20:52\";s:12:\"english_name\";s:15:\"Chinese (China)\";s:11:\"native_name\";s:12:\"简体中文\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.9.2/zh_CN.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"zh\";i:2;s:3:\"zho\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"继续\";}}}','no'),(824,'_transient_timeout__woocommerce_helper_subscriptions','1525827020','no'),(825,'_transient__woocommerce_helper_subscriptions','a:0:{}','no'),(826,'_site_transient_timeout_theme_roots','1525827920','no'),(827,'_site_transient_theme_roots','a:1:{s:10:\"storefront\";s:7:\"/themes\";}','no'),(828,'_transient_timeout__woocommerce_helper_updates','1525869320','no'),(829,'_transient__woocommerce_helper_updates','a:4:{s:4:\"hash\";s:32:\"d751713988987e9331980363e24189ce\";s:7:\"updated\";i:1525826120;s:8:\"products\";a:0:{}s:6:\"errors\";a:1:{i:0;s:10:\"http-error\";}}','no'),(830,'_site_transient_update_plugins','O:8:\"stdClass\":4:{s:12:\"last_checked\";i:1525826514;s:8:\"response\";a:0:{}s:12:\"translations\";a:0:{}s:9:\"no_update\";a:20:{s:48:\"addons-for-beaver-builder/livemesh-bb-addons.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:39:\"w.org/plugins/addons-for-beaver-builder\";s:4:\"slug\";s:25:\"addons-for-beaver-builder\";s:6:\"plugin\";s:48:\"addons-for-beaver-builder/livemesh-bb-addons.php\";s:11:\"new_version\";s:5:\"1.5.2\";s:3:\"url\";s:56:\"https://wordpress.org/plugins/addons-for-beaver-builder/\";s:7:\"package\";s:68:\"https://downloads.wordpress.org/plugin/addons-for-beaver-builder.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:78:\"https://ps.w.org/addons-for-beaver-builder/assets/icon-256x256.png?rev=1687652\";s:2:\"1x\";s:78:\"https://ps.w.org/addons-for-beaver-builder/assets/icon-128x128.png?rev=1687652\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:81:\"https://ps.w.org/addons-for-beaver-builder/assets/banner-1544x500.png?rev=1687652\";s:2:\"1x\";s:80:\"https://ps.w.org/addons-for-beaver-builder/assets/banner-772x250.png?rev=1687652\";}s:11:\"banners_rtl\";a:0:{}}s:19:\"akismet/akismet.php\";O:8:\"stdClass\":9:{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:\"4.0.3\";s:3:\"url\";s:38:\"https://wordpress.org/plugins/akismet/\";s:7:\"package\";s:56:\"https://downloads.wordpress.org/plugin/akismet.4.0.3.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:59:\"https://ps.w.org/akismet/assets/icon-256x256.png?rev=969272\";s:2:\"1x\";s:59:\"https://ps.w.org/akismet/assets/icon-128x128.png?rev=969272\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:61:\"https://ps.w.org/akismet/assets/banner-772x250.jpg?rev=479904\";}s:11:\"banners_rtl\";a:0:{}}s:45:\"bb-bootstrap-cards/bb-bootstrap-cards.php.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:32:\"w.org/plugins/bb-bootstrap-cards\";s:4:\"slug\";s:18:\"bb-bootstrap-cards\";s:6:\"plugin\";s:45:\"bb-bootstrap-cards/bb-bootstrap-cards.php.php\";s:11:\"new_version\";s:5:\"1.1.0\";s:3:\"url\";s:49:\"https://wordpress.org/plugins/bb-bootstrap-cards/\";s:7:\"package\";s:67:\"https://downloads.wordpress.org/plugin/bb-bootstrap-cards.1.1.0.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:71:\"https://ps.w.org/bb-bootstrap-cards/assets/icon-256x256.png?rev=1569335\";s:2:\"1x\";s:71:\"https://ps.w.org/bb-bootstrap-cards/assets/icon-128x128.png?rev=1569216\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:74:\"https://ps.w.org/bb-bootstrap-cards/assets/banner-1544x500.png?rev=1569335\";s:2:\"1x\";s:73:\"https://ps.w.org/bb-bootstrap-cards/assets/banner-772x250.png?rev=1569216\";}s:11:\"banners_rtl\";a:0:{}}s:37:\"bb-header-footer/bb-header-footer.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:30:\"w.org/plugins/bb-header-footer\";s:4:\"slug\";s:16:\"bb-header-footer\";s:6:\"plugin\";s:37:\"bb-header-footer/bb-header-footer.php\";s:11:\"new_version\";s:5:\"1.1.7\";s:3:\"url\";s:47:\"https://wordpress.org/plugins/bb-header-footer/\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/plugin/bb-header-footer.1.1.7.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:69:\"https://ps.w.org/bb-header-footer/assets/icon-256x256.png?rev=1569336\";s:2:\"1x\";s:69:\"https://ps.w.org/bb-header-footer/assets/icon-128x128.png?rev=1569218\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:72:\"https://ps.w.org/bb-header-footer/assets/banner-1544x500.png?rev=1569346\";s:2:\"1x\";s:71:\"https://ps.w.org/bb-header-footer/assets/banner-772x250.png?rev=1569345\";}s:11:\"banners_rtl\";a:0:{}}s:42:\"beaver-builder-lite-version/fl-builder.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:41:\"w.org/plugins/beaver-builder-lite-version\";s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:6:\"plugin\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:11:\"new_version\";s:7:\"2.1.1.2\";s:3:\"url\";s:58:\"https://wordpress.org/plugins/beaver-builder-lite-version/\";s:7:\"package\";s:70:\"https://downloads.wordpress.org/plugin/beaver-builder-lite-version.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:80:\"https://ps.w.org/beaver-builder-lite-version/assets/icon-256x256.png?rev=1019177\";s:2:\"1x\";s:80:\"https://ps.w.org/beaver-builder-lite-version/assets/icon-128x128.png?rev=1019177\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:82:\"https://ps.w.org/beaver-builder-lite-version/assets/banner-772x250.jpg?rev=1372383\";}s:11:\"banners_rtl\";a:0:{}}s:38:\"cb-custom-modules/cb-custom-module.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:31:\"w.org/plugins/cb-custom-modules\";s:4:\"slug\";s:17:\"cb-custom-modules\";s:6:\"plugin\";s:38:\"cb-custom-modules/cb-custom-module.php\";s:11:\"new_version\";s:5:\"1.5.7\";s:3:\"url\";s:48:\"https://wordpress.org/plugins/cb-custom-modules/\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/plugin/cb-custom-modules.6.1.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:70:\"https://ps.w.org/cb-custom-modules/assets/icon-256x256.png?rev=1681503\";s:2:\"1x\";s:70:\"https://ps.w.org/cb-custom-modules/assets/icon-128x128.png?rev=1681503\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:73:\"https://ps.w.org/cb-custom-modules/assets/banner-1544x500.png?rev=1681503\";s:2:\"1x\";s:72:\"https://ps.w.org/cb-custom-modules/assets/banner-772x250.png?rev=1681503\";}s:11:\"banners_rtl\";a:0:{}}s:97:\"yikes-inc-easy-custom-woocommerce-product-tabs/yikes-inc-easy-custom-woocommerce-product-tabs.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:60:\"w.org/plugins/yikes-inc-easy-custom-woocommerce-product-tabs\";s:4:\"slug\";s:46:\"yikes-inc-easy-custom-woocommerce-product-tabs\";s:6:\"plugin\";s:97:\"yikes-inc-easy-custom-woocommerce-product-tabs/yikes-inc-easy-custom-woocommerce-product-tabs.php\";s:11:\"new_version\";s:5:\"1.6.4\";s:3:\"url\";s:77:\"https://wordpress.org/plugins/yikes-inc-easy-custom-woocommerce-product-tabs/\";s:7:\"package\";s:95:\"https://downloads.wordpress.org/plugin/yikes-inc-easy-custom-woocommerce-product-tabs.1.6.4.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:99:\"https://ps.w.org/yikes-inc-easy-custom-woocommerce-product-tabs/assets/icon-256x256.png?rev=1558461\";s:2:\"1x\";s:99:\"https://ps.w.org/yikes-inc-easy-custom-woocommerce-product-tabs/assets/icon-128x128.png?rev=1558461\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:102:\"https://ps.w.org/yikes-inc-easy-custom-woocommerce-product-tabs/assets/banner-1544x500.png?rev=1558461\";s:2:\"1x\";s:101:\"https://ps.w.org/yikes-inc-easy-custom-woocommerce-product-tabs/assets/banner-772x250.png?rev=1558478\";}s:11:\"banners_rtl\";a:0:{}}s:71:\"expandable-row-for-beaver-builder/expandable-row-for-beaver-builder.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:47:\"w.org/plugins/expandable-row-for-beaver-builder\";s:4:\"slug\";s:33:\"expandable-row-for-beaver-builder\";s:6:\"plugin\";s:71:\"expandable-row-for-beaver-builder/expandable-row-for-beaver-builder.php\";s:11:\"new_version\";s:5:\"1.1.0\";s:3:\"url\";s:64:\"https://wordpress.org/plugins/expandable-row-for-beaver-builder/\";s:7:\"package\";s:82:\"https://downloads.wordpress.org/plugin/expandable-row-for-beaver-builder.1.1.0.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:86:\"https://ps.w.org/expandable-row-for-beaver-builder/assets/icon-256x256.png?rev=1569353\";s:2:\"1x\";s:86:\"https://ps.w.org/expandable-row-for-beaver-builder/assets/icon-128x128.png?rev=1569237\";}s:7:\"banners\";a:0:{}s:11:\"banners_rtl\";a:0:{}}s:27:\"ninja-forms/ninja-forms.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:25:\"w.org/plugins/ninja-forms\";s:4:\"slug\";s:11:\"ninja-forms\";s:6:\"plugin\";s:27:\"ninja-forms/ninja-forms.php\";s:11:\"new_version\";s:6:\"3.2.24\";s:3:\"url\";s:42:\"https://wordpress.org/plugins/ninja-forms/\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/plugin/ninja-forms.3.2.24.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:64:\"https://ps.w.org/ninja-forms/assets/icon-256x256.png?rev=1649747\";s:2:\"1x\";s:64:\"https://ps.w.org/ninja-forms/assets/icon-128x128.png?rev=1649747\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:67:\"https://ps.w.org/ninja-forms/assets/banner-1544x500.png?rev=1649747\";s:2:\"1x\";s:66:\"https://ps.w.org/ninja-forms/assets/banner-772x250.png?rev=1649747\";}s:11:\"banners_rtl\";a:0:{}}s:56:\"powerpack-addon-for-beaver-builder/bb-powerpack-lite.php\";O:8:\"stdClass\":9:{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.2.2\";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:57:\"reveal-ids-for-wp-admin-25/reveal-ids-for-wp-admin-25.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:40:\"w.org/plugins/reveal-ids-for-wp-admin-25\";s:4:\"slug\";s:26:\"reveal-ids-for-wp-admin-25\";s:6:\"plugin\";s:57:\"reveal-ids-for-wp-admin-25/reveal-ids-for-wp-admin-25.php\";s:11:\"new_version\";s:5:\"1.5.2\";s:3:\"url\";s:57:\"https://wordpress.org/plugins/reveal-ids-for-wp-admin-25/\";s:7:\"package\";s:69:\"https://downloads.wordpress.org/plugin/reveal-ids-for-wp-admin-25.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:79:\"https://ps.w.org/reveal-ids-for-wp-admin-25/assets/icon-256x256.png?rev=1162209\";s:2:\"1x\";s:79:\"https://ps.w.org/reveal-ids-for-wp-admin-25/assets/icon-128x128.png?rev=1163228\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:80:\"https://ps.w.org/reveal-ids-for-wp-admin-25/assets/banner-772x250.png?rev=479453\";}s:11:\"banners_rtl\";a:0:{}}s:57:\"storefront-product-sharing/storefront-product-sharing.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:40:\"w.org/plugins/storefront-product-sharing\";s:4:\"slug\";s:26:\"storefront-product-sharing\";s:6:\"plugin\";s:57:\"storefront-product-sharing/storefront-product-sharing.php\";s:11:\"new_version\";s:5:\"1.0.5\";s:3:\"url\";s:57:\"https://wordpress.org/plugins/storefront-product-sharing/\";s:7:\"package\";s:75:\"https://downloads.wordpress.org/plugin/storefront-product-sharing.1.0.5.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:79:\"https://ps.w.org/storefront-product-sharing/assets/icon-256x256.png?rev=1143035\";s:2:\"1x\";s:79:\"https://ps.w.org/storefront-product-sharing/assets/icon-128x128.png?rev=1143035\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:82:\"https://ps.w.org/storefront-product-sharing/assets/banner-1544x500.png?rev=1343942\";s:2:\"1x\";s:81:\"https://ps.w.org/storefront-product-sharing/assets/banner-772x250.png?rev=1343942\";}s:11:\"banners_rtl\";a:0:{}}s:63:\"storefront-sticky-add-to-cart/storefront-sticky-add-to-cart.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:43:\"w.org/plugins/storefront-sticky-add-to-cart\";s:4:\"slug\";s:29:\"storefront-sticky-add-to-cart\";s:6:\"plugin\";s:63:\"storefront-sticky-add-to-cart/storefront-sticky-add-to-cart.php\";s:11:\"new_version\";s:5:\"1.1.8\";s:3:\"url\";s:60:\"https://wordpress.org/plugins/storefront-sticky-add-to-cart/\";s:7:\"package\";s:78:\"https://downloads.wordpress.org/plugin/storefront-sticky-add-to-cart.1.1.8.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:82:\"https://ps.w.org/storefront-sticky-add-to-cart/assets/icon-256x256.png?rev=1277745\";s:2:\"1x\";s:82:\"https://ps.w.org/storefront-sticky-add-to-cart/assets/icon-128x128.png?rev=1277745\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:85:\"https://ps.w.org/storefront-sticky-add-to-cart/assets/banner-1544x500.jpg?rev=1343943\";s:2:\"1x\";s:84:\"https://ps.w.org/storefront-sticky-add-to-cart/assets/banner-772x250.jpg?rev=1343943\";}s:11:\"banners_rtl\";a:0:{}}s:31:\"title-remover/title-remover.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:27:\"w.org/plugins/title-remover\";s:4:\"slug\";s:13:\"title-remover\";s:6:\"plugin\";s:31:\"title-remover/title-remover.php\";s:11:\"new_version\";s:3:\"1.2\";s:3:\"url\";s:44:\"https://wordpress.org/plugins/title-remover/\";s:7:\"package\";s:60:\"https://downloads.wordpress.org/plugin/title-remover.1.2.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:66:\"https://ps.w.org/title-remover/assets/icon-256x256.png?rev=1774737\";s:2:\"1x\";s:66:\"https://ps.w.org/title-remover/assets/icon-128x128.png?rev=1774737\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:69:\"https://ps.w.org/title-remover/assets/banner-1544x500.png?rev=1774737\";s:2:\"1x\";s:68:\"https://ps.w.org/title-remover/assets/banner-772x250.png?rev=1774737\";}s:11:\"banners_rtl\";a:0:{}}s:61:\"ultimate-addons-for-beaver-builder-lite/bb-ultimate-addon.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:53:\"w.org/plugins/ultimate-addons-for-beaver-builder-lite\";s:4:\"slug\";s:39:\"ultimate-addons-for-beaver-builder-lite\";s:6:\"plugin\";s:61:\"ultimate-addons-for-beaver-builder-lite/bb-ultimate-addon.php\";s:11:\"new_version\";s:5:\"1.2.3\";s:3:\"url\";s:70:\"https://wordpress.org/plugins/ultimate-addons-for-beaver-builder-lite/\";s:7:\"package\";s:88:\"https://downloads.wordpress.org/plugin/ultimate-addons-for-beaver-builder-lite.1.2.3.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:92:\"https://ps.w.org/ultimate-addons-for-beaver-builder-lite/assets/icon-256x256.png?rev=1616083\";s:2:\"1x\";s:92:\"https://ps.w.org/ultimate-addons-for-beaver-builder-lite/assets/icon-128x128.png?rev=1616083\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:95:\"https://ps.w.org/ultimate-addons-for-beaver-builder-lite/assets/banner-1544x500.jpg?rev=1563642\";s:2:\"1x\";s:94:\"https://ps.w.org/ultimate-addons-for-beaver-builder-lite/assets/banner-772x250.jpg?rev=1563642\";}s:11:\"banners_rtl\";a:0:{}}s:27:\"woocommerce/woocommerce.php\";O:8:\"stdClass\":9:{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:\"3.3.5\";s:3:\"url\";s:42:\"https://wordpress.org/plugins/woocommerce/\";s:7:\"package\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.3.3.5.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:64:\"https://ps.w.org/woocommerce/assets/icon-256x256.png?rev=1440831\";s:2:\"1x\";s:64:\"https://ps.w.org/woocommerce/assets/icon-128x128.png?rev=1440831\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:67:\"https://ps.w.org/woocommerce/assets/banner-1544x500.png?rev=1629184\";s:2:\"1x\";s:66:\"https://ps.w.org/woocommerce/assets/banner-772x250.png?rev=1629184\";}s:11:\"banners_rtl\";a:0:{}}s:33:\"woocommerce-cart-tab/cart-tab.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:34:\"w.org/plugins/woocommerce-cart-tab\";s:4:\"slug\";s:20:\"woocommerce-cart-tab\";s:6:\"plugin\";s:33:\"woocommerce-cart-tab/cart-tab.php\";s:11:\"new_version\";s:5:\"1.1.1\";s:3:\"url\";s:51:\"https://wordpress.org/plugins/woocommerce-cart-tab/\";s:7:\"package\";s:69:\"https://downloads.wordpress.org/plugin/woocommerce-cart-tab.1.1.1.zip\";s:5:\"icons\";a:1:{s:7:\"default\";s:71:\"https://s.w.org/plugins/geopattern-icon/woocommerce-cart-tab_d7d3d0.svg\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:75:\"https://ps.w.org/woocommerce-cart-tab/assets/banner-1544x500.png?rev=666266\";s:2:\"1x\";s:74:\"https://ps.w.org/woocommerce-cart-tab/assets/banner-772x250.png?rev=666266\";}s:11:\"banners_rtl\";a:0:{}}s:45:\"woocommerce-services/woocommerce-services.php\";O:8:\"stdClass\":9:{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:6:\"1.12.3\";s:3:\"url\";s:51:\"https://wordpress.org/plugins/woocommerce-services/\";s:7:\"package\";s:70:\"https://downloads.wordpress.org/plugin/woocommerce-services.1.12.3.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:73:\"https://ps.w.org/woocommerce-services/assets/icon-256x256.png?rev=1586175\";s:2:\"1x\";s:73:\"https://ps.w.org/woocommerce-services/assets/icon-128x128.png?rev=1586175\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:76:\"https://ps.w.org/woocommerce-services/assets/banner-1544x500.png?rev=1598183\";s:2:\"1x\";s:75:\"https://ps.w.org/woocommerce-services/assets/banner-772x250.png?rev=1598183\";}s:11:\"banners_rtl\";a:0:{}}s:57:\"woocommerce-gateway-stripe/woocommerce-gateway-stripe.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:40:\"w.org/plugins/woocommerce-gateway-stripe\";s:4:\"slug\";s:26:\"woocommerce-gateway-stripe\";s:6:\"plugin\";s:57:\"woocommerce-gateway-stripe/woocommerce-gateway-stripe.php\";s:11:\"new_version\";s:5:\"4.1.3\";s:3:\"url\";s:57:\"https://wordpress.org/plugins/woocommerce-gateway-stripe/\";s:7:\"package\";s:75:\"https://downloads.wordpress.org/plugin/woocommerce-gateway-stripe.4.1.3.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:79:\"https://ps.w.org/woocommerce-gateway-stripe/assets/icon-256x256.png?rev=1799707\";s:2:\"1x\";s:79:\"https://ps.w.org/woocommerce-gateway-stripe/assets/icon-128x128.png?rev=1799707\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:82:\"https://ps.w.org/woocommerce-gateway-stripe/assets/banner-1544x500.png?rev=1799707\";s:2:\"1x\";s:81:\"https://ps.w.org/woocommerce-gateway-stripe/assets/banner-772x250.png?rev=1799707\";}s:11:\"banners_rtl\";a:0:{}}s:24:\"wordpress-seo/wp-seo.php\";O:8:\"stdClass\":9:{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:5:\"7.4.2\";s:3:\"url\";s:44:\"https://wordpress.org/plugins/wordpress-seo/\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/plugin/wordpress-seo.7.4.2.zip\";s:5:\"icons\";a:3:{s:2:\"2x\";s:66:\"https://ps.w.org/wordpress-seo/assets/icon-256x256.png?rev=1834347\";s:2:\"1x\";s:58:\"https://ps.w.org/wordpress-seo/assets/icon.svg?rev=1859687\";s:3:\"svg\";s:58:\"https://ps.w.org/wordpress-seo/assets/icon.svg?rev=1859687\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:69:\"https://ps.w.org/wordpress-seo/assets/banner-1544x500.png?rev=1843435\";s:2:\"1x\";s:68:\"https://ps.w.org/wordpress-seo/assets/banner-772x250.png?rev=1843435\";}s:11:\"banners_rtl\";a:2:{s:2:\"2x\";s:73:\"https://ps.w.org/wordpress-seo/assets/banner-1544x500-rtl.png?rev=1843435\";s:2:\"1x\";s:72:\"https://ps.w.org/wordpress-seo/assets/banner-772x250-rtl.png?rev=1843435\";}}}}','no'),(831,'_fl_builder_update_info','a:2:{s:4:\"from\";s:7:\"2.0.6.4\";s:2:\"to\";s:7:\"2.1.1.2\";}','no'),(832,'fl_notifications','a:3:{s:4:\"read\";b:1;s:8:\"checksum\";a:5:{i:352086;i:1712285855;i:347444;i:2016001167;i:344408;i:-147090939;i:337380;i:61041398;i:333965;i:4130695;}s:4:\"data\";s:9655:\"[{\"id\":352086,\"date\":\"2018-04-26T11:28:42\",\"date_gmt\":\"2018-04-26T18:28:42\",\"guid\":{\"rendered\":\"https:\\/\\/www.wpbeaverbuilder.com\\/?post_type=fl_notification&p=352086\"},\"modified\":\"2018-04-26T11:28:42\",\"modified_gmt\":\"2018-04-26T18:28:42\",\"slug\":\"happy-4th-birthday-to-beaver-builder\",\"status\":\"publish\",\"type\":\"fl_notification\",\"link\":\"https:\\/\\/www.wpbeaverbuilder.com\\/?fl_notification=happy-4th-birthday-to-beaver-builder\",\"title\":{\"rendered\":\"Happy 4th Birthday to Beaver Builder\"},\"content\":{\"rendered\":\"<p><img class=\\\"aligncenter size-full wp-image-352087\\\" src=\\\"https:\\/\\/www.wpbeaverbuilder.com\\/wp-content\\/uploads\\/2018\\/04\\/bday-notification.jpg\\\" alt=\\\"\\\" width=\\\"318\\\" height=\\\"139\\\" srcset=\\\"https:\\/\\/www.wpbeaverbuilder.com\\/wp-content\\/uploads\\/2018\\/04\\/bday-notification.jpg 318w, https:\\/\\/www.wpbeaverbuilder.com\\/wp-content\\/uploads\\/2018\\/04\\/bday-notification-300x131.jpg 300w\\\" sizes=\\\"(max-width: 318px) 100vw, 318px\\\" \\/><\\/p>\\n<p>For the last few years, we\\u2019ve made a point to celebrate our birthday here at\\u00a0Beaver Builder. It\\u2019s hard to believe, since starting this journey from client work to products, a whole four years have gone by.<\\/p>\\n\",\"protected\":false},\"template\":\"\",\"meta\":{\"_fl_notification\":[\"https:\\/\\/www.wpbeaverbuilder.com\\/happy-4th-birthday-to-beaver-builder\\/\"]},\"_links\":{\"self\":[{\"href\":\"https:\\/\\/www.wpbeaverbuilder.com\\/wp-json\\/wp\\/v2\\/fl_notification\\/352086\"}],\"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=352086\"}],\"curies\":[{\"name\":\"wp\",\"href\":\"https:\\/\\/api.w.org\\/{rel}\",\"templated\":true}]}},{\"id\":347444,\"date\":\"2018-04-04T16:27:13\",\"date_gmt\":\"2018-04-04T23:27:13\",\"guid\":{\"rendered\":\"https:\\/\\/www.wpbeaverbuilder.com\\/?post_type=fl_notification&p=347444\"},\"modified\":\"2018-04-04T16:27:13\",\"modified_gmt\":\"2018-04-04T23:27:13\",\"slug\":\"beaver-builder-2-1-redridge\",\"status\":\"publish\",\"type\":\"fl_notification\",\"link\":\"https:\\/\\/www.wpbeaverbuilder.com\\/?fl_notification=beaver-builder-2-1-redridge\",\"title\":{\"rendered\":\"Beaver Builder 2.1 “Redridge”\"},\"content\":{\"rendered\":\"<p><img class=\\\"aligncenter size-full wp-image-347445\\\" src=\\\"https:\\/\\/www.wpbeaverbuilder.com\\/wp-content\\/uploads\\/2018\\/04\\/redridge-notification-normal.jpg\\\" alt=\\\"\\\" width=\\\"318\\\" height=\\\"139\\\" srcset=\\\"https:\\/\\/www.wpbeaverbuilder.com\\/wp-content\\/uploads\\/2018\\/04\\/redridge-notification-normal.jpg 318w, https:\\/\\/www.wpbeaverbuilder.com\\/wp-content\\/uploads\\/2018\\/04\\/redridge-notification-normal-300x131.jpg 300w\\\" sizes=\\\"(max-width: 318px) 100vw, 318px\\\" \\/><\\/p>\\n<p>Beaver Builder 2.1 “Redridge” introduces a TON of new features and workflow improvements. If you\'re reading this, our new notification center here is one of them! Redridge also brings inline editing, saved columns, Gutenberg support, code validation, and a whole lot more. Click here to check out our release post and learn about all the new goodies.<\\/p>\\n\",\"protected\":false},\"template\":\"\",\"meta\":{\"_fl_notification\":[\"https:\\/\\/www.wpbeaverbuilder.com\\/beaver-builder-2-1-redridge\\/\"]},\"_links\":{\"self\":[{\"href\":\"https:\\/\\/www.wpbeaverbuilder.com\\/wp-json\\/wp\\/v2\\/fl_notification\\/347444\"}],\"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=347444\"}],\"curies\":[{\"name\":\"wp\",\"href\":\"https:\\/\\/api.w.org\\/{rel}\",\"templated\":true}]}},{\"id\":344408,\"date\":\"2018-03-22T10:40:12\",\"date_gmt\":\"2018-03-22T17:40:12\",\"guid\":{\"rendered\":\"https:\\/\\/www.wpbeaverbuilder.com\\/?post_type=fl_notification&p=344408\"},\"modified\":\"2018-03-22T10:51:16\",\"modified_gmt\":\"2018-03-22T17:51:16\",\"slug\":\"beaver-builder-team-ask-us-anything\",\"status\":\"publish\",\"type\":\"fl_notification\",\"link\":\"https:\\/\\/www.wpbeaverbuilder.com\\/?fl_notification=beaver-builder-team-ask-us-anything\",\"title\":{\"rendered\":\"Beaver Builder Team Ask Us Anything\"},\"content\":{\"rendered\":\"<p><img class=\\\"aligncenter size-full wp-image-344409\\\" src=\\\"https:\\/\\/www.wpbeaverbuilder.com\\/wp-content\\/uploads\\/2018\\/03\\/ama-notification.jpg\\\" alt=\\\"\\\" width=\\\"318\\\" height=\\\"139\\\" srcset=\\\"https:\\/\\/www.wpbeaverbuilder.com\\/wp-content\\/uploads\\/2018\\/03\\/ama-notification.jpg 318w, https:\\/\\/www.wpbeaverbuilder.com\\/wp-content\\/uploads\\/2018\\/03\\/ama-notification-300x131.jpg 300w\\\" sizes=\\\"(max-width: 318px) 100vw, 318px\\\" \\/><\\/p>\\n<p>In our latest update, Billy, Brent, Justin, and Robby sit down and answer your questions in video format! We also discuss the 2.1 alpha (which you\'re probably aware of if you\'re reading this notification\\u00a0\\ud83d\\ude02) and a lot more…<\\/p>\\n\",\"protected\":false},\"template\":\"\",\"meta\":{\"_fl_notification\":[\"https:\\/\\/www.wpbeaverbuilder.com\\/ask-us-anything-ama-update-post\\/\"]},\"_links\":{\"self\":[{\"href\":\"https:\\/\\/www.wpbeaverbuilder.com\\/wp-json\\/wp\\/v2\\/fl_notification\\/344408\"}],\"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=344408\"}],\"curies\":[{\"name\":\"wp\",\"href\":\"https:\\/\\/api.w.org\\/{rel}\",\"templated\":true}]}},{\"id\":337380,\"date\":\"2018-02-21T10:41:52\",\"date_gmt\":\"2018-02-21T18:41:52\",\"guid\":{\"rendered\":\"https:\\/\\/www.wpbeaverbuilder.com\\/?post_type=fl_notification&p=337380\"},\"modified\":\"2018-02-21T10:41:52\",\"modified_gmt\":\"2018-02-21T18:41:52\",\"slug\":\"48-websites-48-hours\",\"status\":\"publish\",\"type\":\"fl_notification\",\"link\":\"https:\\/\\/www.wpbeaverbuilder.com\\/?fl_notification=48-websites-48-hours\",\"title\":{\"rendered\":\"48 Websites in 48 Hours\"},\"content\":{\"rendered\":\"<p><img class=\\\"size-full wp-image-337381 aligncenter\\\" src=\\\"https:\\/\\/www.wpbeaverbuilder.com\\/wp-content\\/uploads\\/2018\\/02\\/48in48-case-study-notification.jpg\\\" alt=\\\"\\\" width=\\\"318\\\" height=\\\"139\\\" srcset=\\\"https:\\/\\/www.wpbeaverbuilder.com\\/wp-content\\/uploads\\/2018\\/02\\/48in48-case-study-notification.jpg 318w, https:\\/\\/www.wpbeaverbuilder.com\\/wp-content\\/uploads\\/2018\\/02\\/48in48-case-study-notification-300x131.jpg 300w\\\" sizes=\\\"(max-width: 318px) 100vw, 318px\\\" \\/><\\/p>\\n<p>Check out this story about how our friends at 48in48 use\\u00a0Beaver Builder to create 48 nonprofit websites in 48 hours at their events hosted throughout the world.<\\/p>\\n\",\"protected\":false},\"template\":\"\",\"meta\":{\"_fl_notification\":[\"https:\\/\\/www.wpbeaverbuilder.com\\/48in48-case-study-building-48-websites-nonprofits-48-hours\\/\"]},\"_links\":{\"self\":[{\"href\":\"https:\\/\\/www.wpbeaverbuilder.com\\/wp-json\\/wp\\/v2\\/fl_notification\\/337380\"}],\"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=337380\"}],\"curies\":[{\"name\":\"wp\",\"href\":\"https:\\/\\/api.w.org\\/{rel}\",\"templated\":true}]}},{\"id\":333965,\"date\":\"2018-02-06T11:54:04\",\"date_gmt\":\"2018-02-06T19:54:04\",\"guid\":{\"rendered\":\"https:\\/\\/www.wpbeaverbuilder.com\\/?post_type=fl_notification&p=333965\"},\"modified\":\"2018-02-15T12:09:49\",\"modified_gmt\":\"2018-02-15T20:09:49\",\"slug\":\"welcome-2-1-alpha\",\"status\":\"publish\",\"type\":\"fl_notification\",\"link\":\"https:\\/\\/www.wpbeaverbuilder.com\\/?fl_notification=welcome-2-1-alpha\",\"title\":{\"rendered\":\"Welcome to 2.1 Alpha!\"},\"content\":{\"rendered\":\"<p><a href=\\\"https:\\/\\/www.wpbeaverbuilder.com\\/wp-content\\/uploads\\/2018\\/01\\/thick-beaver.png\\\"><img class=\\\"size-full wp-image-332142 alignleft\\\" src=\\\"https:\\/\\/www.wpbeaverbuilder.com\\/wp-content\\/uploads\\/2018\\/01\\/thick-beaver.png\\\" alt=\\\"\\\" width=\\\"80\\\" height=\\\"80\\\" srcset=\\\"https:\\/\\/www.wpbeaverbuilder.com\\/wp-content\\/uploads\\/2018\\/01\\/thick-beaver.png 80w, https:\\/\\/www.wpbeaverbuilder.com\\/wp-content\\/uploads\\/2018\\/01\\/thick-beaver-45x45.png 45w\\\" sizes=\\\"(max-width: 80px) 100vw, 80px\\\" \\/><\\/a>\\u00a0Hey there! Thank you so much for installing the latest alpha build of\\u00a0Beaver Builder. This is our new notification center! The plan here is to make it easier for us to communicate with\\u00a0<em>you.<\\/em> From here, we can share news about updates and new features, share our blog posts and tutorials, and push out helpful information to everyone using\\u00a0Beaver Builder.<\\/p>\\n<p>During the alpha period, we will be testing the notification center here. We may send out videos, or blogs posts, or different types of content for testing purposes. We\'ll do our best to keep them informative and entertaining, but do be aware that, for the most part, these will be “alpha” notifications. Thanks, again!<\\/p>\\n\",\"protected\":false},\"template\":\"\",\"meta\":{\"_fl_notification\":[\"https:\\/\\/www.wpbeaverbuilder.com\"]},\"_links\":{\"self\":[{\"href\":\"https:\\/\\/www.wpbeaverbuilder.com\\/wp-json\\/wp\\/v2\\/fl_notification\\/333965\"}],\"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=333965\"}],\"curies\":[{\"name\":\"wp\",\"href\":\"https:\\/\\/api.w.org\\/{rel}\",\"templated\":true}]}}]\";}','yes'),(833,'_site_transient_update_themes','O:8:\"stdClass\":4:{s:12:\"last_checked\";i:1525826514;s:7:\"checked\";a:1:{s:10:\"storefront\";s:5:\"2.3.0\";}s:8:\"response\";a:0:{}s:12:\"translations\";a:0:{}}','no'),(834,'bb_powerpack_quick_preview','2','yes'),(835,'bb_powerpack_search_box','2','yes'),(836,'bb_powerpack_extensions','a:2:{s:3:\"row\";a:2:{i:0;s:10:\"separators\";i:1;s:8:\"gradient\";}s:3:\"col\";a:1:{i:0;s:7:\"corners\";}}','yes'); /*!40000 ALTER TABLE `wp_options` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_postmeta` -- DROP TABLE IF EXISTS `wp_postmeta`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_postmeta` ( `meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `post_id` bigint(20) unsigned NOT NULL DEFAULT '0', `meta_key` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `meta_value` longtext COLLATE utf8mb4_unicode_ci, PRIMARY KEY (`meta_id`), KEY `post_id` (`post_id`), KEY `meta_key` (`meta_key`(191)) ) ENGINE=InnoDB AUTO_INCREMENT=512 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_postmeta` -- LOCK TABLES `wp_postmeta` WRITE; /*!40000 ALTER TABLE `wp_postmeta` DISABLE KEYS */; INSERT INTO `wp_postmeta` VALUES (1,2,'_wp_page_template','default'),(84,27,'_wc_review_count','0'),(85,27,'_wc_rating_count','a:0:{}'),(86,27,'_wc_average_rating','0'),(87,27,'_edit_last','1'),(88,27,'_edit_lock','1517888429:1'),(89,28,'_wp_attached_file','2018/02/102167.jpg'),(90,28,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:500;s:6:\"height\";i:466;s:4:\"file\";s:18:\"2018/02/102167.jpg\";s:5:\"sizes\";a:8:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:18:\"102167-324x302.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:302;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:18:\"102167-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:18:\"102167-416x388.jpg\";s:5:\"width\";i:416;s:6:\"height\";i:388;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"102167-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:18:\"102167-300x280.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:280;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:18:\"102167-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:18:\"102167-324x302.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:302;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:29:\"woocommerce_thumbnail_preview\";a:4:{s:4:\"file\";s:18:\"102167-324x302.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:302;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"5.6\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:9:\"DSLR-A200\";s:7:\"caption\";s:8:\"SONY DSC\";s:17:\"created_timestamp\";s:10:\"1389983035\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"18\";s:3:\"iso\";s:3:\"400\";s:13:\"shutter_speed\";s:17:\"0.016666666666667\";s:5:\"title\";s:8:\"SONY DSC\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(91,28,'_wp_attachment_image_alt','Fireplace Mantel 102167'),(92,27,'_oembed_5961ba0116f04c7620b6c9b332b09393','{{unknown}}'),(93,27,'_thumbnail_id','28'),(94,27,'_sku','102167'),(95,27,'_regular_price','7500'),(96,27,'_sale_price',''),(97,27,'_sale_price_dates_from',''),(98,27,'_sale_price_dates_to',''),(99,27,'total_sales','0'),(100,27,'_tax_status','taxable'),(101,27,'_tax_class',''),(102,27,'_manage_stock','no'),(103,27,'_backorders','no'),(104,27,'_sold_individually','yes'),(105,27,'_weight',''),(106,27,'_length',''),(107,27,'_width',''),(108,27,'_height',''),(109,27,'_upsell_ids','a:0:{}'),(110,27,'_crosssell_ids','a:0:{}'),(111,27,'_purchase_note',''),(112,27,'_default_attributes','a:0:{}'),(113,27,'_virtual','no'),(114,27,'_downloadable','no'),(115,27,'_product_image_gallery',''),(116,27,'_download_limit','-1'),(117,27,'_download_expiry','-1'),(118,27,'_stock',NULL),(119,27,'_stock_status','instock'),(120,27,'_product_version','3.2.6'),(121,27,'_price','7500'),(131,29,'_edit_lock','1525784329:1'),(132,36,'_wp_attached_file','2018/02/IrreplaceableArtifacts_Banner450.jpg'),(133,36,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:450;s:6:\"height\";i:150;s:4:\"file\";s:44:\"2018/02/IrreplaceableArtifacts_Banner450.jpg\";s:5:\"sizes\";a:7:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:44:\"IrreplaceableArtifacts_Banner450-324x108.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:108;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:44:\"IrreplaceableArtifacts_Banner450-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:44:\"IrreplaceableArtifacts_Banner450-416x139.jpg\";s:5:\"width\";i:416;s:6:\"height\";i:139;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:44:\"IrreplaceableArtifacts_Banner450-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:44:\"IrreplaceableArtifacts_Banner450-300x100.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:44:\"IrreplaceableArtifacts_Banner450-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:44:\"IrreplaceableArtifacts_Banner450-324x108.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:108;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(134,36,'_wp_attachment_image_alt','IA Logo'),(138,39,'_wp_attached_file','2018/02/cropped-IA-Logo-Square-800_LR.jpg'),(139,39,'_wp_attachment_context','site-icon'),(140,39,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:512;s:6:\"height\";i:512;s:4:\"file\";s:41:\"2018/02/cropped-IA-Logo-Square-800_LR.jpg\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:41:\"cropped-IA-Logo-Square-800_LR-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:41:\"cropped-IA-Logo-Square-800_LR-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:41:\"cropped-IA-Logo-Square-800_LR-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:41:\"cropped-IA-Logo-Square-800_LR-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"site_icon-270\";a:4:{s:4:\"file\";s:41:\"cropped-IA-Logo-Square-800_LR-270x270.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"site_icon-192\";a:4:{s:4:\"file\";s:41:\"cropped-IA-Logo-Square-800_LR-192x192.jpg\";s:5:\"width\";i:192;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"site_icon-180\";a:4:{s:4:\"file\";s:41:\"cropped-IA-Logo-Square-800_LR-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"site_icon-32\";a:4:{s:4:\"file\";s:39:\"cropped-IA-Logo-Square-800_LR-32x32.jpg\";s:5:\"width\";i:32;s:6:\"height\";i:32;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(189,46,'_menu_item_type','post_type'),(190,46,'_menu_item_menu_item_parent','0'),(191,46,'_menu_item_object_id','29'),(192,46,'_menu_item_object','page'),(193,46,'_menu_item_target',''),(194,46,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(195,46,'_menu_item_xfn',''),(196,46,'_menu_item_url',''),(199,47,'_edit_last','1'),(200,47,'_wp_page_template','default'),(201,47,'_edit_lock','1525769747:1'),(202,49,'_edit_last','1'),(203,49,'_wp_page_template','default'),(204,49,'_edit_lock','1525825985:1'),(205,51,'_edit_last','1'),(206,51,'_wp_page_template','default'),(207,51,'_edit_lock','1525768386:1'),(208,53,'_sku','102167-1'),(209,53,'_regular_price','7500'),(210,53,'_sale_price',''),(211,53,'_sale_price_dates_from',''),(212,53,'_sale_price_dates_to',''),(213,53,'total_sales','0'),(214,53,'_tax_status','taxable'),(215,53,'_tax_class',''),(216,53,'_manage_stock','no'),(217,53,'_backorders','no'),(218,53,'_sold_individually','yes'),(219,53,'_weight',''),(220,53,'_length',''),(221,53,'_width',''),(222,53,'_height',''),(223,53,'_upsell_ids','a:0:{}'),(224,53,'_crosssell_ids','a:0:{}'),(225,53,'_purchase_note',''),(226,53,'_default_attributes','a:0:{}'),(227,53,'_virtual','no'),(228,53,'_downloadable','no'),(229,53,'_product_image_gallery',''),(230,53,'_download_limit','-1'),(231,53,'_download_expiry','-1'),(232,53,'_thumbnail_id','28'),(233,53,'_stock',NULL),(234,53,'_stock_status','instock'),(235,53,'_wc_average_rating','0'),(236,53,'_wc_rating_count','a:0:{}'),(237,53,'_wc_review_count','0'),(238,53,'_downloadable_files','a:0:{}'),(239,53,'_product_attributes','a:0:{}'),(240,53,'_product_version','3.2.6'),(241,53,'_price','7500'),(242,53,'_oembed_5961ba0116f04c7620b6c9b332b09393','{{unknown}}'),(243,53,'_edit_lock','1517889266:1'),(244,53,'_edit_last','1'),(245,54,'_sku','102167-2'),(246,54,'_regular_price','7500'),(247,54,'_sale_price',''),(248,54,'_sale_price_dates_from',''),(249,54,'_sale_price_dates_to',''),(250,54,'total_sales','0'),(251,54,'_tax_status','taxable'),(252,54,'_tax_class',''),(253,54,'_manage_stock','no'),(254,54,'_backorders','no'),(255,54,'_sold_individually','yes'),(256,54,'_weight',''),(257,54,'_length',''),(258,54,'_width',''),(259,54,'_height',''),(260,54,'_upsell_ids','a:0:{}'),(261,54,'_crosssell_ids','a:0:{}'),(262,54,'_purchase_note',''),(263,54,'_default_attributes','a:0:{}'),(264,54,'_virtual','no'),(265,54,'_downloadable','no'),(266,54,'_product_image_gallery','56,57,58,59,60'),(267,54,'_download_limit','-1'),(268,54,'_download_expiry','-1'),(269,54,'_thumbnail_id','28'),(270,54,'_stock',NULL),(271,54,'_stock_status','instock'),(272,54,'_wc_average_rating','0'),(273,54,'_wc_rating_count','a:0:{}'),(274,54,'_wc_review_count','0'),(275,54,'_downloadable_files','a:0:{}'),(276,54,'_product_attributes','a:0:{}'),(277,54,'_product_version','3.2.6'),(278,54,'_price','7500'),(279,54,'_oembed_5961ba0116f04c7620b6c9b332b09393','{{unknown}}'),(280,54,'_edit_lock','1525767260:1'),(281,54,'_edit_last','1'),(282,56,'_wp_attached_file','2018/02/102167D.jpg'),(283,56,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:500;s:6:\"height\";i:489;s:4:\"file\";s:19:\"2018/02/102167D.jpg\";s:5:\"sizes\";a:7:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:19:\"102167D-324x317.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:317;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:19:\"102167D-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:19:\"102167D-416x407.jpg\";s:5:\"width\";i:416;s:6:\"height\";i:407;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"102167D-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"102167D-300x293.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:293;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:19:\"102167D-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:19:\"102167D-324x317.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:317;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"5.6\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:9:\"DSLR-A200\";s:7:\"caption\";s:8:\"SONY DSC\";s:17:\"created_timestamp\";s:10:\"1389983114\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"18\";s:3:\"iso\";s:3:\"400\";s:13:\"shutter_speed\";s:17:\"0.016666666666667\";s:5:\"title\";s:8:\"SONY DSC\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(284,57,'_wp_attached_file','2018/02/102167E.jpg'),(285,57,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:500;s:6:\"height\";i:808;s:4:\"file\";s:19:\"2018/02/102167E.jpg\";s:5:\"sizes\";a:8:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:19:\"102167E-324x524.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:524;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:19:\"102167E-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:19:\"102167E-416x672.jpg\";s:5:\"width\";i:416;s:6:\"height\";i:672;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"102167E-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"102167E-186x300.jpg\";s:5:\"width\";i:186;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:19:\"102167E-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:19:\"102167E-324x524.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:524;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:19:\"102167E-416x672.jpg\";s:5:\"width\";i:416;s:6:\"height\";i:672;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"5.6\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:9:\"DSLR-A200\";s:7:\"caption\";s:8:\"SONY DSC\";s:17:\"created_timestamp\";s:10:\"1389983130\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"18\";s:3:\"iso\";s:3:\"400\";s:13:\"shutter_speed\";s:17:\"0.016666666666667\";s:5:\"title\";s:8:\"SONY DSC\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(286,58,'_wp_attached_file','2018/02/102167-1.jpg'),(287,58,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:500;s:6:\"height\";i:466;s:4:\"file\";s:20:\"2018/02/102167-1.jpg\";s:5:\"sizes\";a:7:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:20:\"102167-1-324x302.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:302;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:20:\"102167-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:20:\"102167-1-416x388.jpg\";s:5:\"width\";i:416;s:6:\"height\";i:388;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"102167-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"102167-1-300x280.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:280;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:20:\"102167-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:20:\"102167-1-324x302.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:302;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"5.6\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:9:\"DSLR-A200\";s:7:\"caption\";s:8:\"SONY DSC\";s:17:\"created_timestamp\";s:10:\"1389983035\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"18\";s:3:\"iso\";s:3:\"400\";s:13:\"shutter_speed\";s:17:\"0.016666666666667\";s:5:\"title\";s:8:\"SONY DSC\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(288,59,'_wp_attached_file','2018/02/102167B.jpg'),(289,59,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:500;s:6:\"height\";i:430;s:4:\"file\";s:19:\"2018/02/102167B.jpg\";s:5:\"sizes\";a:7:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:19:\"102167B-324x279.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:279;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:19:\"102167B-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:19:\"102167B-416x358.jpg\";s:5:\"width\";i:416;s:6:\"height\";i:358;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"102167B-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"102167B-300x258.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:258;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:19:\"102167B-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:19:\"102167B-324x279.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:279;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"5.6\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:9:\"DSLR-A200\";s:7:\"caption\";s:8:\"SONY DSC\";s:17:\"created_timestamp\";s:10:\"1389983120\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"18\";s:3:\"iso\";s:3:\"400\";s:13:\"shutter_speed\";s:17:\"0.016666666666667\";s:5:\"title\";s:8:\"SONY DSC\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(290,60,'_wp_attached_file','2018/02/102167C.jpg'),(291,60,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:500;s:6:\"height\";i:343;s:4:\"file\";s:19:\"2018/02/102167C.jpg\";s:5:\"sizes\";a:7:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:19:\"102167C-324x222.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:222;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:19:\"102167C-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:19:\"102167C-416x285.jpg\";s:5:\"width\";i:416;s:6:\"height\";i:285;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"102167C-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"102167C-300x206.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:206;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:19:\"102167C-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:19:\"102167C-324x222.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:222;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"5.6\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:9:\"DSLR-A200\";s:7:\"caption\";s:8:\"SONY DSC\";s:17:\"created_timestamp\";s:10:\"1389983124\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"18\";s:3:\"iso\";s:3:\"400\";s:13:\"shutter_speed\";s:17:\"0.016666666666667\";s:5:\"title\";s:8:\"SONY DSC\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(295,62,'_edit_last','1'),(296,62,'_wp_page_template','default'),(297,62,'_edit_lock','1525768121:1'),(298,65,'_wp_attached_file','2018/05/IA-Logo-Square-800_LR.jpg'),(299,65,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:800;s:4:\"file\";s:33:\"2018/05/IA-Logo-Square-800_LR.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"IA-Logo-Square-800_LR-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:33:\"IA-Logo-Square-800_LR-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:33:\"IA-Logo-Square-800_LR-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:33:\"IA-Logo-Square-800_LR-324x324.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:324;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:33:\"IA-Logo-Square-800_LR-416x416.jpg\";s:5:\"width\";i:416;s:6:\"height\";i:416;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:33:\"IA-Logo-Square-800_LR-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:33:\"IA-Logo-Square-800_LR-324x324.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:324;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:33:\"IA-Logo-Square-800_LR-416x416.jpg\";s:5:\"width\";i:416;s:6:\"height\";i:416;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:33:\"IA-Logo-Square-800_LR-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(300,65,'_wp_attachment_image_alt','Irreplaceable Artifacts'),(301,66,'_wp_attached_file','2018/05/cropped-IA-Logo-Square-800_LR.jpg'),(302,66,'_wp_attachment_context','site-icon'),(303,66,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:512;s:6:\"height\";i:512;s:4:\"file\";s:41:\"2018/05/cropped-IA-Logo-Square-800_LR.jpg\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:41:\"cropped-IA-Logo-Square-800_LR-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:41:\"cropped-IA-Logo-Square-800_LR-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:41:\"cropped-IA-Logo-Square-800_LR-324x324.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:324;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:41:\"cropped-IA-Logo-Square-800_LR-416x416.jpg\";s:5:\"width\";i:416;s:6:\"height\";i:416;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:41:\"cropped-IA-Logo-Square-800_LR-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:41:\"cropped-IA-Logo-Square-800_LR-324x324.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:324;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:41:\"cropped-IA-Logo-Square-800_LR-416x416.jpg\";s:5:\"width\";i:416;s:6:\"height\";i:416;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:41:\"cropped-IA-Logo-Square-800_LR-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"site_icon-270\";a:4:{s:4:\"file\";s:41:\"cropped-IA-Logo-Square-800_LR-270x270.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"site_icon-192\";a:4:{s:4:\"file\";s:41:\"cropped-IA-Logo-Square-800_LR-192x192.jpg\";s:5:\"width\";i:192;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"site_icon-180\";a:4:{s:4:\"file\";s:41:\"cropped-IA-Logo-Square-800_LR-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"site_icon-32\";a:4:{s:4:\"file\";s:39:\"cropped-IA-Logo-Square-800_LR-32x32.jpg\";s:5:\"width\";i:32;s:6:\"height\";i:32;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(304,67,'_edit_lock','1525760281:1'),(305,67,'_wp_trash_meta_status','publish'),(306,67,'_wp_trash_meta_time','1525760319'),(307,68,'_wp_trash_meta_status','publish'),(308,68,'_wp_trash_meta_time','1525760485'),(309,62,'_fl_builder_draft','a:12:{s:13:\"5af144a2b610b\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5af144a2b610b\";s:4:\"type\";s:3:\"row\";s:6:\"parent\";N;s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":143:{s:5:\"width\";s:4:\"full\";s:13:\"content_width\";s:5:\"fixed\";s:17:\"max_content_width\";s:4:\"1440\";s:11:\"full_height\";s:7:\"default\";s:17:\"content_alignment\";s:6:\"center\";s:10:\"text_color\";s:0:\"\";s:10:\"link_color\";s:0:\"\";s:11:\"hover_color\";s:0:\"\";s:13:\"heading_color\";s:0:\"\";s:7:\"bg_type\";s:4:\"none\";s:8:\"bg_image\";s:0:\"\";s:9:\"bg_repeat\";s:9:\"no-repeat\";s:11:\"bg_position\";s:13:\"center center\";s:13:\"bg_attachment\";s:6:\"scroll\";s:7:\"bg_size\";s:5:\"cover\";s:15:\"bg_video_source\";s:9:\"wordpress\";s:8:\"bg_video\";s:0:\"\";s:13:\"bg_video_webm\";s:0:\"\";s:16:\"bg_video_url_mp4\";s:0:\"\";s:17:\"bg_video_url_webm\";s:0:\"\";s:20:\"bg_video_service_url\";s:0:\"\";s:14:\"bg_video_audio\";s:2:\"no\";s:17:\"bg_video_fallback\";s:0:\"\";s:9:\"ss_source\";s:9:\"wordpress\";s:9:\"ss_photos\";s:0:\"\";s:11:\"ss_feed_url\";s:0:\"\";s:8:\"ss_speed\";s:1:\"3\";s:13:\"ss_transition\";s:4:\"fade\";s:21:\"ss_transitionDuration\";s:1:\"1\";s:12:\"ss_randomize\";s:5:\"false\";s:17:\"bg_parallax_image\";s:0:\"\";s:17:\"bg_parallax_speed\";s:1:\"2\";s:8:\"bg_color\";s:6:\"f4f4f4\";s:10:\"bg_opacity\";s:3:\"100\";s:16:\"bg_overlay_color\";s:0:\"\";s:18:\"bg_overlay_opacity\";s:2:\"50\";s:13:\"gradient_type\";s:6:\"linear\";s:14:\"gradient_color\";a:2:{s:7:\"primary\";s:6:\"d81660\";s:9:\"secondary\";s:6:\"7d22bd\";}s:16:\"linear_direction\";s:6:\"bottom\";s:11:\"border_type\";s:0:\"\";s:12:\"border_color\";s:0:\"\";s:14:\"border_opacity\";s:3:\"100\";s:9:\"is_enable\";s:2:\"no\";s:9:\"er_effect\";s:5:\"slide\";s:11:\"er_img_type\";s:5:\"image\";s:13:\"er_image_size\";s:0:\"\";s:12:\"er_icon_size\";s:0:\"\";s:16:\"er_icon_position\";s:4:\"left\";s:10:\"er_bg_type\";s:5:\"color\";s:14:\"er_title_align\";s:6:\"center\";s:11:\"er_bc_title\";s:0:\"\";s:17:\"er_bc_title_color\";s:0:\"\";s:18:\"er_bc_title_hcolor\";s:0:\"\";s:14:\"er_bc_bg_color\";s:0:\"\";s:15:\"er_bc_bg_hcolor\";s:0:\"\";s:10:\"er_bc_icon\";s:0:\"\";s:16:\"er_bc_icon_color\";s:0:\"\";s:17:\"er_bc_icon_hcolor\";s:0:\"\";s:11:\"er_bc_image\";s:0:\"\";s:14:\"er_bc_bg_image\";s:0:\"\";s:11:\"er_ac_title\";s:0:\"\";s:17:\"er_ac_title_color\";s:0:\"\";s:18:\"er_ac_title_hcolor\";s:0:\"\";s:14:\"er_ac_bg_color\";s:0:\"\";s:15:\"er_ac_bg_hcolor\";s:0:\"\";s:10:\"er_ac_icon\";s:0:\"\";s:16:\"er_ac_icon_color\";s:0:\"\";s:17:\"er_ac_icon_hcolor\";s:0:\"\";s:11:\"er_ac_image\";s:0:\"\";s:14:\"er_ac_bg_image\";s:0:\"\";s:19:\"er_title_typography\";a:2:{s:6:\"family\";s:7:\"Default\";s:6:\"weight\";s:7:\"default\";}s:12:\"er_font_size\";s:0:\"\";s:14:\"er_line_height\";s:0:\"\";s:14:\"er_padding_top\";s:0:\"\";s:17:\"er_padding_bottom\";s:0:\"\";s:15:\"er_padding_left\";s:0:\"\";s:16:\"er_padding_right\";s:0:\"\";s:16:\"enable_separator\";s:2:\"no\";s:14:\"separator_type\";s:4:\"none\";s:15:\"separator_color\";s:6:\"ffffff\";s:16:\"separator_shadow\";s:6:\"f4f4f4\";s:16:\"separator_height\";s:3:\"100\";s:18:\"separator_position\";s:3:\"top\";s:16:\"separator_tablet\";s:2:\"no\";s:23:\"separator_height_tablet\";s:0:\"\";s:16:\"separator_mobile\";s:2:\"no\";s:23:\"separator_height_mobile\";s:0:\"\";s:21:\"separator_type_bottom\";s:4:\"none\";s:22:\"separator_color_bottom\";s:6:\"ffffff\";s:23:\"separator_shadow_bottom\";s:6:\"f4f4f4\";s:23:\"separator_height_bottom\";s:3:\"100\";s:23:\"separator_tablet_bottom\";s:2:\"no\";s:30:\"separator_height_tablet_bottom\";s:0:\"\";s:23:\"separator_mobile_bottom\";s:2:\"no\";s:30:\"separator_height_mobile_bottom\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:18:\"visibility_display\";s:0:\"\";s:26:\"visibility_user_capability\";s:0:\"\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:10:\"border_top\";s:0:\"\";s:17:\"border_top_medium\";s:0:\"\";s:21:\"border_top_responsive\";s:0:\"\";s:12:\"border_right\";s:0:\"\";s:19:\"border_right_medium\";s:0:\"\";s:23:\"border_right_responsive\";s:0:\"\";s:13:\"border_bottom\";s:0:\"\";s:20:\"border_bottom_medium\";s:0:\"\";s:24:\"border_bottom_responsive\";s:0:\"\";s:11:\"border_left\";s:0:\"\";s:18:\"border_left_medium\";s:0:\"\";s:22:\"border_left_responsive\";s:0:\"\";s:10:\"margin_top\";s:1:\"0\";s:17:\"margin_top_medium\";s:0:\"\";s:21:\"margin_top_responsive\";s:0:\"\";s:12:\"margin_right\";s:1:\"0\";s:19:\"margin_right_medium\";s:0:\"\";s:23:\"margin_right_responsive\";s:0:\"\";s:13:\"margin_bottom\";s:1:\"0\";s:20:\"margin_bottom_medium\";s:0:\"\";s:24:\"margin_bottom_responsive\";s:0:\"\";s:11:\"margin_left\";s:1:\"0\";s:18:\"margin_left_medium\";s:0:\"\";s:22:\"margin_left_responsive\";s:0:\"\";s:11:\"padding_top\";s:1:\"0\";s:18:\"padding_top_medium\";s:0:\"\";s:22:\"padding_top_responsive\";s:0:\"\";s:13:\"padding_right\";s:1:\"0\";s:20:\"padding_right_medium\";s:0:\"\";s:24:\"padding_right_responsive\";s:0:\"\";s:14:\"padding_bottom\";s:1:\"0\";s:21:\"padding_bottom_medium\";s:0:\"\";s:25:\"padding_bottom_responsive\";s:0:\"\";s:12:\"padding_left\";s:1:\"0\";s:19:\"padding_left_medium\";s:0:\"\";s:23:\"padding_left_responsive\";s:0:\"\";s:12:\"bg_image_src\";s:0:\"\";s:21:\"bg_video_fallback_src\";s:0:\"\";s:21:\"bg_parallax_image_src\";s:0:\"\";s:15:\"er_bc_image_src\";s:0:\"\";s:18:\"er_bc_bg_image_src\";s:0:\"\";s:15:\"er_ac_image_src\";s:0:\"\";s:18:\"er_ac_bg_image_src\";s:0:\"\";}}s:13:\"5af144a2e7f9a\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5af144a2e7f9a\";s:4:\"type\";s:12:\"column-group\";s:6:\"parent\";s:13:\"5af144a2b610b\";s:8:\"position\";i:0;s:8:\"settings\";s:0:\"\";}s:13:\"5af144a2e8032\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5af144a2e8032\";s:4:\"type\";s:6:\"column\";s:6:\"parent\";s:13:\"5af144a2e7f9a\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":1:{s:4:\"size\";i:100;}}s:13:\"5af144a2b6052\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5af144a2b6052\";s:4:\"type\";s:6:\"module\";s:6:\"parent\";s:13:\"5af144a2e8032\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":35:{s:12:\"photo_source\";s:7:\"library\";s:5:\"photo\";s:2:\"73\";s:9:\"photo_url\";s:0:\"\";s:4:\"crop\";s:0:\"\";s:5:\"align\";s:6:\"center\";s:12:\"show_caption\";s:1:\"0\";s:7:\"caption\";s:0:\"\";s:9:\"link_type\";s:0:\"\";s:8:\"link_url\";s:0:\"\";s:11:\"link_target\";s:5:\"_self\";s:13:\"link_nofollow\";s:2:\"no\";s:18:\"responsive_display\";s:0:\"\";s:18:\"visibility_display\";s:0:\"\";s:26:\"visibility_user_capability\";s:0:\"\";s:9:\"animation\";s:0:\"\";s:15:\"animation_delay\";s:3:\"0.0\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:10:\"margin_top\";s:0:\"\";s:17:\"margin_top_medium\";s:0:\"\";s:21:\"margin_top_responsive\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:19:\"margin_right_medium\";s:0:\"\";s:23:\"margin_right_responsive\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:20:\"margin_bottom_medium\";s:0:\"\";s:24:\"margin_bottom_responsive\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:18:\"margin_left_medium\";s:0:\"\";s:22:\"margin_left_responsive\";s:0:\"\";s:4:\"type\";s:5:\"photo\";s:9:\"photo_src\";s:87:\"http://localhost/IA.store/wp-content/uploads/2018/05/irr_artifacts_bannerdesign_v11.jpg\";s:4:\"data\";O:8:\"stdClass\":33:{s:2:\"id\";i:73;s:5:\"title\";s:30:\"irr_artifacts_bannerdesign_v11\";s:8:\"filename\";s:34:\"irr_artifacts_bannerdesign_v11.jpg\";s:3:\"url\";s:87:\"http://localhost/IA.store/wp-content/uploads/2018/05/irr_artifacts_bannerdesign_v11.jpg\";s:4:\"link\";s:62:\"http://localhost/IA.store/home/irr_artifacts_bannerdesign_v11/\";s:3:\"alt\";s:0:\"\";s:6:\"author\";s:1:\"1\";s:11:\"description\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:4:\"name\";s:30:\"irr_artifacts_bannerdesign_v11\";s:6:\"status\";s:7:\"inherit\";s:10:\"uploadedTo\";i:62;s:4:\"date\";d:1525761134000;s:8:\"modified\";d:1525761134000;s:9:\"menuOrder\";i:0;s:4:\"mime\";s:10:\"image/jpeg\";s:4:\"type\";s:5:\"image\";s:7:\"subtype\";s:4:\"jpeg\";s:4:\"icon\";s:62:\"http://localhost/IA.store/wp-includes/images/media/default.png\";s:13:\"dateFormatted\";s:11:\"May 8, 2018\";s:6:\"nonces\";O:8:\"stdClass\":3:{s:6:\"update\";s:10:\"d6e67e63de\";s:6:\"delete\";s:10:\"18f2678d4d\";s:4:\"edit\";s:10:\"16baa2e9dc\";}s:8:\"editLink\";s:63:\"http://localhost/IA.store/wp-admin/post.php?post=73&action=edit\";s:4:\"meta\";b:0;s:10:\"authorName\";s:5:\"admin\";s:14:\"uploadedToLink\";s:63:\"http://localhost/IA.store/wp-admin/post.php?post=62&action=edit\";s:15:\"uploadedToTitle\";s:4:\"Home\";s:15:\"filesizeInBytes\";i:372109;s:21:\"filesizeHumanReadable\";s:6:\"363 KB\";s:7:\"context\";s:0:\"\";s:6:\"height\";i:400;s:5:\"width\";i:1200;s:11:\"orientation\";s:9:\"landscape\";s:5:\"sizes\";O:8:\"stdClass\":4:{s:9:\"thumbnail\";O:8:\"stdClass\":4:{s:6:\"height\";i:150;s:5:\"width\";i:150;s:3:\"url\";s:95:\"http://localhost/IA.store/wp-content/uploads/2018/05/irr_artifacts_bannerdesign_v11-150x150.jpg\";s:11:\"orientation\";s:9:\"landscape\";}s:6:\"medium\";O:8:\"stdClass\":4:{s:6:\"height\";i:100;s:5:\"width\";i:300;s:3:\"url\";s:95:\"http://localhost/IA.store/wp-content/uploads/2018/05/irr_artifacts_bannerdesign_v11-300x100.jpg\";s:11:\"orientation\";s:9:\"landscape\";}s:5:\"large\";O:8:\"stdClass\":4:{s:6:\"height\";i:326;s:5:\"width\";i:980;s:3:\"url\";s:96:\"http://localhost/IA.store/wp-content/uploads/2018/05/irr_artifacts_bannerdesign_v11-1024x341.jpg\";s:11:\"orientation\";s:9:\"landscape\";}s:4:\"full\";O:8:\"stdClass\":4:{s:3:\"url\";s:87:\"http://localhost/IA.store/wp-content/uploads/2018/05/irr_artifacts_bannerdesign_v11.jpg\";s:6:\"height\";i:400;s:5:\"width\";i:1200;s:11:\"orientation\";s:9:\"landscape\";}}}s:15:\"link_url-search\";s:0:\"\";s:25:\"as_values_link_url-search\";s:0:\"\";}}s:13:\"5af1452bb9568\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5af1452bb9568\";s:4:\"type\";s:12:\"column-group\";s:6:\"parent\";s:13:\"5af144a2b610b\";s:8:\"position\";i:1;s:8:\"settings\";s:0:\"\";}s:13:\"5af1452bb9600\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5af1452bb9600\";s:4:\"type\";s:6:\"column\";s:6:\"parent\";s:13:\"5af1452bb9568\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":1:{s:4:\"size\";i:100;}}s:13:\"5af1452bb94fd\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5af1452bb94fd\";s:4:\"type\";s:6:\"module\";s:6:\"parent\";s:13:\"5af1452bb9600\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":31:{s:4:\"text\";s:684:\"<h1 style=\"text-align: center;\"><strong><span style=\"font-size: 26px;\">WELCOME TO IRREPLACEABLE ARTIFACTS™ AT DEMOLITION DEPOT</span></strong></h1>\nDemolition Depot is a unique source of vintage plumbing fixtures, doors, windows, shutters, railings, gates, grills, mantels, stone and terracotta pieces, religious objects and so much more. Our fixtures are geared towards the re-creation and renovation of period places.\n\nPreserving our architectural history has led us to reclaim building elements at an unprecedented scale. We have rescued beautifully crafted pieces certain to enhance the style of all new residential and commercial building, restoration, and decorating projects.\";s:18:\"responsive_display\";s:0:\"\";s:18:\"visibility_display\";s:0:\"\";s:26:\"visibility_user_capability\";s:0:\"\";s:9:\"animation\";s:0:\"\";s:15:\"animation_delay\";s:3:\"0.0\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:10:\"margin_top\";s:1:\"0\";s:17:\"margin_top_medium\";s:0:\"\";s:21:\"margin_top_responsive\";s:0:\"\";s:12:\"margin_right\";s:1:\"0\";s:19:\"margin_right_medium\";s:0:\"\";s:23:\"margin_right_responsive\";s:0:\"\";s:13:\"margin_bottom\";s:1:\"0\";s:20:\"margin_bottom_medium\";s:0:\"\";s:24:\"margin_bottom_responsive\";s:0:\"\";s:11:\"margin_left\";s:1:\"0\";s:18:\"margin_left_medium\";s:0:\"\";s:22:\"margin_left_responsive\";s:0:\"\";s:4:\"type\";s:9:\"rich-text\";s:24:\"flrich1525761324261_text\";s:0:\"\";s:24:\"flrich1525761358572_text\";s:0:\"\";s:24:\"flrich1525762878605_text\";s:0:\"\";s:24:\"flrich1525762929058_text\";s:0:\"\";s:24:\"flrich1525762946008_text\";s:0:\"\";s:24:\"flrich1525762983145_text\";s:0:\"\";s:24:\"flrich1525763016759_text\";s:0:\"\";s:24:\"flrich1525763132001_text\";s:0:\"\";s:24:\"flrich1525763185668_text\";s:0:\"\";s:24:\"flrich1525763215563_text\";s:0:\"\";}}s:13:\"5af14a8f7949e\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5af14a8f7949e\";s:4:\"type\";s:6:\"module\";s:6:\"parent\";s:13:\"5af14b38e486e\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":54:{s:4:\"text\";s:14:\"VIEW INVENTORY\";s:4:\"link\";s:43:\"http://www.demolitiondepot.com/vo/demo/inv/\";s:11:\"link_target\";s:6:\"_blank\";s:5:\"style\";s:8:\"gradient\";s:11:\"border_size\";s:0:\"\";s:26:\"transparent_button_options\";s:16:\"transparent-fade\";s:21:\"threed_button_options\";s:11:\"threed_down\";s:19:\"flat_button_options\";s:4:\"none\";s:4:\"icon\";s:0:\"\";s:13:\"icon_position\";s:5:\"after\";s:10:\"text_color\";s:6:\"ffffff\";s:16:\"text_hover_color\";s:0:\"\";s:8:\"bg_color\";s:6:\"606060\";s:12:\"bg_color_opc\";s:0:\"\";s:14:\"bg_hover_color\";s:6:\"cccccc\";s:18:\"bg_hover_color_opc\";s:0:\"\";s:15:\"hover_attribute\";s:2:\"bg\";s:5:\"width\";s:4:\"auto\";s:12:\"custom_width\";s:3:\"200\";s:13:\"custom_height\";s:2:\"45\";s:18:\"padding_top_bottom\";s:0:\"\";s:18:\"padding_left_right\";s:0:\"\";s:13:\"border_radius\";s:1:\"3\";s:5:\"align\";s:6:\"center\";s:9:\"mob_align\";s:6:\"center\";s:11:\"font_family\";a:2:{s:6:\"family\";s:5:\"Arial\";s:6:\"weight\";s:3:\"700\";}s:14:\"font_size_unit\";s:0:\"\";s:21:\"font_size_unit_medium\";s:0:\"\";s:25:\"font_size_unit_responsive\";s:0:\"\";s:16:\"line_height_unit\";s:0:\"\";s:23:\"line_height_unit_medium\";s:0:\"\";s:27:\"line_height_unit_responsive\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:18:\"visibility_display\";s:0:\"\";s:26:\"visibility_user_capability\";s:0:\"\";s:9:\"animation\";s:0:\"\";s:15:\"animation_delay\";s:3:\"0.0\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:10:\"margin_top\";s:2:\"80\";s:17:\"margin_top_medium\";s:0:\"\";s:21:\"margin_top_responsive\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:19:\"margin_right_medium\";s:0:\"\";s:23:\"margin_right_responsive\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:20:\"margin_bottom_medium\";s:0:\"\";s:24:\"margin_bottom_responsive\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:18:\"margin_left_medium\";s:0:\"\";s:22:\"margin_left_responsive\";s:0:\"\";s:4:\"type\";s:11:\"uabb-button\";s:11:\"link-search\";s:0:\"\";s:21:\"as_values_link-search\";s:0:\"\";}}s:13:\"5af14b38e463c\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5af14b38e463c\";s:4:\"type\";s:12:\"column-group\";s:6:\"parent\";s:13:\"5af144a2b610b\";s:8:\"position\";i:2;s:8:\"settings\";s:0:\"\";}s:13:\"5af14b38e4863\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5af14b38e4863\";s:4:\"type\";s:6:\"column\";s:6:\"parent\";s:13:\"5af14b38e463c\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":68:{s:4:\"size\";s:2:\"70\";s:12:\"equal_height\";s:2:\"no\";s:17:\"content_alignment\";s:3:\"top\";s:10:\"text_color\";s:0:\"\";s:10:\"link_color\";s:0:\"\";s:11:\"hover_color\";s:0:\"\";s:13:\"heading_color\";s:0:\"\";s:7:\"bg_type\";s:5:\"color\";s:8:\"bg_color\";s:0:\"\";s:10:\"bg_opacity\";s:3:\"100\";s:8:\"bg_image\";s:0:\"\";s:9:\"bg_repeat\";s:9:\"no-repeat\";s:11:\"bg_position\";s:13:\"center center\";s:13:\"bg_attachment\";s:6:\"scroll\";s:7:\"bg_size\";s:5:\"cover\";s:16:\"bg_overlay_color\";s:0:\"\";s:18:\"bg_overlay_opacity\";s:2:\"50\";s:11:\"border_type\";s:0:\"\";s:12:\"border_color\";s:0:\"\";s:14:\"border_opacity\";s:3:\"100\";s:16:\"pp_round_corners\";a:4:{s:8:\"top_left\";s:1:\"0\";s:9:\"top_right\";s:1:\"0\";s:11:\"bottom_left\";s:1:\"0\";s:12:\"bottom_right\";s:1:\"0\";}s:18:\"responsive_display\";s:0:\"\";s:11:\"medium_size\";s:7:\"default\";s:18:\"custom_medium_size\";s:3:\"100\";s:15:\"responsive_size\";s:7:\"default\";s:22:\"custom_responsive_size\";s:3:\"100\";s:16:\"responsive_order\";s:7:\"default\";s:18:\"visibility_display\";s:0:\"\";s:26:\"visibility_user_capability\";s:0:\"\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:10:\"border_top\";s:0:\"\";s:17:\"border_top_medium\";s:0:\"\";s:21:\"border_top_responsive\";s:0:\"\";s:12:\"border_right\";s:0:\"\";s:19:\"border_right_medium\";s:0:\"\";s:23:\"border_right_responsive\";s:0:\"\";s:13:\"border_bottom\";s:0:\"\";s:20:\"border_bottom_medium\";s:0:\"\";s:24:\"border_bottom_responsive\";s:0:\"\";s:11:\"border_left\";s:0:\"\";s:18:\"border_left_medium\";s:0:\"\";s:22:\"border_left_responsive\";s:0:\"\";s:10:\"margin_top\";s:0:\"\";s:17:\"margin_top_medium\";s:0:\"\";s:21:\"margin_top_responsive\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:19:\"margin_right_medium\";s:0:\"\";s:23:\"margin_right_responsive\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:20:\"margin_bottom_medium\";s:0:\"\";s:24:\"margin_bottom_responsive\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:18:\"margin_left_medium\";s:0:\"\";s:22:\"margin_left_responsive\";s:0:\"\";s:11:\"padding_top\";s:0:\"\";s:18:\"padding_top_medium\";s:0:\"\";s:22:\"padding_top_responsive\";s:0:\"\";s:13:\"padding_right\";s:0:\"\";s:20:\"padding_right_medium\";s:0:\"\";s:24:\"padding_right_responsive\";s:0:\"\";s:14:\"padding_bottom\";s:0:\"\";s:21:\"padding_bottom_medium\";s:0:\"\";s:25:\"padding_bottom_responsive\";s:0:\"\";s:12:\"padding_left\";s:0:\"\";s:19:\"padding_left_medium\";s:0:\"\";s:23:\"padding_left_responsive\";s:0:\"\";s:12:\"bg_image_src\";s:0:\"\";}}s:13:\"5af14b38e486e\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5af14b38e486e\";s:4:\"type\";s:6:\"column\";s:6:\"parent\";s:13:\"5af14b38e463c\";s:8:\"position\";i:1;s:8:\"settings\";O:8:\"stdClass\":1:{s:4:\"size\";d:30;}}s:13:\"5af14b5288b12\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5af14b5288b12\";s:4:\"type\";s:6:\"module\";s:6:\"parent\";s:13:\"5af14b38e4863\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":26:{s:4:\"text\";s:472:\"<h2><strong><span style=\"font-size: 22px;\">Irreplaceable Artifacts™ features the finest in architectural ornament.</span></strong></h2>\nTo see one of the most extensive architectural reclamation operations in the world, visit our outlet in upper Manhattan, or our showroom in Middletown, CT.<br/><br/>\nIf you have any building or demolishing projects coming up, give us a call. Our team of experts will guide you through the buying and selling of every type of artifact.\";s:18:\"responsive_display\";s:0:\"\";s:18:\"visibility_display\";s:0:\"\";s:26:\"visibility_user_capability\";s:0:\"\";s:9:\"animation\";s:0:\"\";s:15:\"animation_delay\";s:3:\"0.0\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:10:\"margin_top\";s:1:\"0\";s:17:\"margin_top_medium\";s:0:\"\";s:21:\"margin_top_responsive\";s:0:\"\";s:12:\"margin_right\";s:1:\"0\";s:19:\"margin_right_medium\";s:0:\"\";s:23:\"margin_right_responsive\";s:0:\"\";s:13:\"margin_bottom\";s:1:\"0\";s:20:\"margin_bottom_medium\";s:0:\"\";s:24:\"margin_bottom_responsive\";s:0:\"\";s:11:\"margin_left\";s:1:\"0\";s:18:\"margin_left_medium\";s:0:\"\";s:22:\"margin_left_responsive\";s:0:\"\";s:4:\"type\";s:9:\"rich-text\";s:24:\"flrich1525762899030_text\";s:0:\"\";s:24:\"flrich1525762908085_text\";s:0:\"\";s:24:\"flrich1525762920053_text\";s:0:\"\";s:24:\"flrich1525762954796_text\";s:0:\"\";s:24:\"flrich1525763154896_text\";s:0:\"\";}}}'),(310,62,'_fl_builder_draft_settings','O:8:\"stdClass\":2:{s:3:\"css\";s:0:\"\";s:2:\"js\";s:0:\"\";}'),(311,62,'_fl_builder_data','a:12:{s:13:\"5af144a2b610b\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5af144a2b610b\";s:4:\"type\";s:3:\"row\";s:6:\"parent\";N;s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":143:{s:5:\"width\";s:4:\"full\";s:13:\"content_width\";s:5:\"fixed\";s:17:\"max_content_width\";s:4:\"1440\";s:11:\"full_height\";s:7:\"default\";s:17:\"content_alignment\";s:6:\"center\";s:10:\"text_color\";s:0:\"\";s:10:\"link_color\";s:0:\"\";s:11:\"hover_color\";s:0:\"\";s:13:\"heading_color\";s:0:\"\";s:7:\"bg_type\";s:4:\"none\";s:8:\"bg_image\";s:0:\"\";s:9:\"bg_repeat\";s:9:\"no-repeat\";s:11:\"bg_position\";s:13:\"center center\";s:13:\"bg_attachment\";s:6:\"scroll\";s:7:\"bg_size\";s:5:\"cover\";s:15:\"bg_video_source\";s:9:\"wordpress\";s:8:\"bg_video\";s:0:\"\";s:13:\"bg_video_webm\";s:0:\"\";s:16:\"bg_video_url_mp4\";s:0:\"\";s:17:\"bg_video_url_webm\";s:0:\"\";s:20:\"bg_video_service_url\";s:0:\"\";s:14:\"bg_video_audio\";s:2:\"no\";s:17:\"bg_video_fallback\";s:0:\"\";s:9:\"ss_source\";s:9:\"wordpress\";s:9:\"ss_photos\";s:0:\"\";s:11:\"ss_feed_url\";s:0:\"\";s:8:\"ss_speed\";s:1:\"3\";s:13:\"ss_transition\";s:4:\"fade\";s:21:\"ss_transitionDuration\";s:1:\"1\";s:12:\"ss_randomize\";s:5:\"false\";s:17:\"bg_parallax_image\";s:0:\"\";s:17:\"bg_parallax_speed\";s:1:\"2\";s:8:\"bg_color\";s:6:\"f4f4f4\";s:10:\"bg_opacity\";s:3:\"100\";s:16:\"bg_overlay_color\";s:0:\"\";s:18:\"bg_overlay_opacity\";s:2:\"50\";s:13:\"gradient_type\";s:6:\"linear\";s:14:\"gradient_color\";a:2:{s:7:\"primary\";s:6:\"d81660\";s:9:\"secondary\";s:6:\"7d22bd\";}s:16:\"linear_direction\";s:6:\"bottom\";s:11:\"border_type\";s:0:\"\";s:12:\"border_color\";s:0:\"\";s:14:\"border_opacity\";s:3:\"100\";s:9:\"is_enable\";s:2:\"no\";s:9:\"er_effect\";s:5:\"slide\";s:11:\"er_img_type\";s:5:\"image\";s:13:\"er_image_size\";s:0:\"\";s:12:\"er_icon_size\";s:0:\"\";s:16:\"er_icon_position\";s:4:\"left\";s:10:\"er_bg_type\";s:5:\"color\";s:14:\"er_title_align\";s:6:\"center\";s:11:\"er_bc_title\";s:0:\"\";s:17:\"er_bc_title_color\";s:0:\"\";s:18:\"er_bc_title_hcolor\";s:0:\"\";s:14:\"er_bc_bg_color\";s:0:\"\";s:15:\"er_bc_bg_hcolor\";s:0:\"\";s:10:\"er_bc_icon\";s:0:\"\";s:16:\"er_bc_icon_color\";s:0:\"\";s:17:\"er_bc_icon_hcolor\";s:0:\"\";s:11:\"er_bc_image\";s:0:\"\";s:14:\"er_bc_bg_image\";s:0:\"\";s:11:\"er_ac_title\";s:0:\"\";s:17:\"er_ac_title_color\";s:0:\"\";s:18:\"er_ac_title_hcolor\";s:0:\"\";s:14:\"er_ac_bg_color\";s:0:\"\";s:15:\"er_ac_bg_hcolor\";s:0:\"\";s:10:\"er_ac_icon\";s:0:\"\";s:16:\"er_ac_icon_color\";s:0:\"\";s:17:\"er_ac_icon_hcolor\";s:0:\"\";s:11:\"er_ac_image\";s:0:\"\";s:14:\"er_ac_bg_image\";s:0:\"\";s:19:\"er_title_typography\";a:2:{s:6:\"family\";s:7:\"Default\";s:6:\"weight\";s:7:\"default\";}s:12:\"er_font_size\";s:0:\"\";s:14:\"er_line_height\";s:0:\"\";s:14:\"er_padding_top\";s:0:\"\";s:17:\"er_padding_bottom\";s:0:\"\";s:15:\"er_padding_left\";s:0:\"\";s:16:\"er_padding_right\";s:0:\"\";s:16:\"enable_separator\";s:2:\"no\";s:14:\"separator_type\";s:4:\"none\";s:15:\"separator_color\";s:6:\"ffffff\";s:16:\"separator_shadow\";s:6:\"f4f4f4\";s:16:\"separator_height\";s:3:\"100\";s:18:\"separator_position\";s:3:\"top\";s:16:\"separator_tablet\";s:2:\"no\";s:23:\"separator_height_tablet\";s:0:\"\";s:16:\"separator_mobile\";s:2:\"no\";s:23:\"separator_height_mobile\";s:0:\"\";s:21:\"separator_type_bottom\";s:4:\"none\";s:22:\"separator_color_bottom\";s:6:\"ffffff\";s:23:\"separator_shadow_bottom\";s:6:\"f4f4f4\";s:23:\"separator_height_bottom\";s:3:\"100\";s:23:\"separator_tablet_bottom\";s:2:\"no\";s:30:\"separator_height_tablet_bottom\";s:0:\"\";s:23:\"separator_mobile_bottom\";s:2:\"no\";s:30:\"separator_height_mobile_bottom\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:18:\"visibility_display\";s:0:\"\";s:26:\"visibility_user_capability\";s:0:\"\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:10:\"border_top\";s:0:\"\";s:17:\"border_top_medium\";s:0:\"\";s:21:\"border_top_responsive\";s:0:\"\";s:12:\"border_right\";s:0:\"\";s:19:\"border_right_medium\";s:0:\"\";s:23:\"border_right_responsive\";s:0:\"\";s:13:\"border_bottom\";s:0:\"\";s:20:\"border_bottom_medium\";s:0:\"\";s:24:\"border_bottom_responsive\";s:0:\"\";s:11:\"border_left\";s:0:\"\";s:18:\"border_left_medium\";s:0:\"\";s:22:\"border_left_responsive\";s:0:\"\";s:10:\"margin_top\";s:1:\"0\";s:17:\"margin_top_medium\";s:0:\"\";s:21:\"margin_top_responsive\";s:0:\"\";s:12:\"margin_right\";s:1:\"0\";s:19:\"margin_right_medium\";s:0:\"\";s:23:\"margin_right_responsive\";s:0:\"\";s:13:\"margin_bottom\";s:1:\"0\";s:20:\"margin_bottom_medium\";s:0:\"\";s:24:\"margin_bottom_responsive\";s:0:\"\";s:11:\"margin_left\";s:1:\"0\";s:18:\"margin_left_medium\";s:0:\"\";s:22:\"margin_left_responsive\";s:0:\"\";s:11:\"padding_top\";s:1:\"0\";s:18:\"padding_top_medium\";s:0:\"\";s:22:\"padding_top_responsive\";s:0:\"\";s:13:\"padding_right\";s:1:\"0\";s:20:\"padding_right_medium\";s:0:\"\";s:24:\"padding_right_responsive\";s:0:\"\";s:14:\"padding_bottom\";s:1:\"0\";s:21:\"padding_bottom_medium\";s:0:\"\";s:25:\"padding_bottom_responsive\";s:0:\"\";s:12:\"padding_left\";s:1:\"0\";s:19:\"padding_left_medium\";s:0:\"\";s:23:\"padding_left_responsive\";s:0:\"\";s:12:\"bg_image_src\";s:0:\"\";s:21:\"bg_video_fallback_src\";s:0:\"\";s:21:\"bg_parallax_image_src\";s:0:\"\";s:15:\"er_bc_image_src\";s:0:\"\";s:18:\"er_bc_bg_image_src\";s:0:\"\";s:15:\"er_ac_image_src\";s:0:\"\";s:18:\"er_ac_bg_image_src\";s:0:\"\";}}s:13:\"5af144a2e7f9a\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5af144a2e7f9a\";s:4:\"type\";s:12:\"column-group\";s:6:\"parent\";s:13:\"5af144a2b610b\";s:8:\"position\";i:0;s:8:\"settings\";s:0:\"\";}s:13:\"5af144a2e8032\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5af144a2e8032\";s:4:\"type\";s:6:\"column\";s:6:\"parent\";s:13:\"5af144a2e7f9a\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":1:{s:4:\"size\";i:100;}}s:13:\"5af144a2b6052\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5af144a2b6052\";s:4:\"type\";s:6:\"module\";s:6:\"parent\";s:13:\"5af144a2e8032\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":35:{s:12:\"photo_source\";s:7:\"library\";s:5:\"photo\";s:2:\"73\";s:9:\"photo_url\";s:0:\"\";s:4:\"crop\";s:0:\"\";s:5:\"align\";s:6:\"center\";s:12:\"show_caption\";s:1:\"0\";s:7:\"caption\";s:0:\"\";s:9:\"link_type\";s:0:\"\";s:8:\"link_url\";s:0:\"\";s:11:\"link_target\";s:5:\"_self\";s:13:\"link_nofollow\";s:2:\"no\";s:18:\"responsive_display\";s:0:\"\";s:18:\"visibility_display\";s:0:\"\";s:26:\"visibility_user_capability\";s:0:\"\";s:9:\"animation\";s:0:\"\";s:15:\"animation_delay\";s:3:\"0.0\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:10:\"margin_top\";s:0:\"\";s:17:\"margin_top_medium\";s:0:\"\";s:21:\"margin_top_responsive\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:19:\"margin_right_medium\";s:0:\"\";s:23:\"margin_right_responsive\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:20:\"margin_bottom_medium\";s:0:\"\";s:24:\"margin_bottom_responsive\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:18:\"margin_left_medium\";s:0:\"\";s:22:\"margin_left_responsive\";s:0:\"\";s:4:\"type\";s:5:\"photo\";s:9:\"photo_src\";s:87:\"http://localhost/IA.store/wp-content/uploads/2018/05/irr_artifacts_bannerdesign_v11.jpg\";s:4:\"data\";O:8:\"stdClass\":33:{s:2:\"id\";i:73;s:5:\"title\";s:30:\"irr_artifacts_bannerdesign_v11\";s:8:\"filename\";s:34:\"irr_artifacts_bannerdesign_v11.jpg\";s:3:\"url\";s:87:\"http://localhost/IA.store/wp-content/uploads/2018/05/irr_artifacts_bannerdesign_v11.jpg\";s:4:\"link\";s:62:\"http://localhost/IA.store/home/irr_artifacts_bannerdesign_v11/\";s:3:\"alt\";s:0:\"\";s:6:\"author\";s:1:\"1\";s:11:\"description\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:4:\"name\";s:30:\"irr_artifacts_bannerdesign_v11\";s:6:\"status\";s:7:\"inherit\";s:10:\"uploadedTo\";i:62;s:4:\"date\";d:1525761134000;s:8:\"modified\";d:1525761134000;s:9:\"menuOrder\";i:0;s:4:\"mime\";s:10:\"image/jpeg\";s:4:\"type\";s:5:\"image\";s:7:\"subtype\";s:4:\"jpeg\";s:4:\"icon\";s:62:\"http://localhost/IA.store/wp-includes/images/media/default.png\";s:13:\"dateFormatted\";s:11:\"May 8, 2018\";s:6:\"nonces\";O:8:\"stdClass\":3:{s:6:\"update\";s:10:\"d6e67e63de\";s:6:\"delete\";s:10:\"18f2678d4d\";s:4:\"edit\";s:10:\"16baa2e9dc\";}s:8:\"editLink\";s:63:\"http://localhost/IA.store/wp-admin/post.php?post=73&action=edit\";s:4:\"meta\";b:0;s:10:\"authorName\";s:5:\"admin\";s:14:\"uploadedToLink\";s:63:\"http://localhost/IA.store/wp-admin/post.php?post=62&action=edit\";s:15:\"uploadedToTitle\";s:4:\"Home\";s:15:\"filesizeInBytes\";i:372109;s:21:\"filesizeHumanReadable\";s:6:\"363 KB\";s:7:\"context\";s:0:\"\";s:6:\"height\";i:400;s:5:\"width\";i:1200;s:11:\"orientation\";s:9:\"landscape\";s:5:\"sizes\";O:8:\"stdClass\":4:{s:9:\"thumbnail\";O:8:\"stdClass\":4:{s:6:\"height\";i:150;s:5:\"width\";i:150;s:3:\"url\";s:95:\"http://localhost/IA.store/wp-content/uploads/2018/05/irr_artifacts_bannerdesign_v11-150x150.jpg\";s:11:\"orientation\";s:9:\"landscape\";}s:6:\"medium\";O:8:\"stdClass\":4:{s:6:\"height\";i:100;s:5:\"width\";i:300;s:3:\"url\";s:95:\"http://localhost/IA.store/wp-content/uploads/2018/05/irr_artifacts_bannerdesign_v11-300x100.jpg\";s:11:\"orientation\";s:9:\"landscape\";}s:5:\"large\";O:8:\"stdClass\":4:{s:6:\"height\";i:326;s:5:\"width\";i:980;s:3:\"url\";s:96:\"http://localhost/IA.store/wp-content/uploads/2018/05/irr_artifacts_bannerdesign_v11-1024x341.jpg\";s:11:\"orientation\";s:9:\"landscape\";}s:4:\"full\";O:8:\"stdClass\":4:{s:3:\"url\";s:87:\"http://localhost/IA.store/wp-content/uploads/2018/05/irr_artifacts_bannerdesign_v11.jpg\";s:6:\"height\";i:400;s:5:\"width\";i:1200;s:11:\"orientation\";s:9:\"landscape\";}}}s:15:\"link_url-search\";s:0:\"\";s:25:\"as_values_link_url-search\";s:0:\"\";}}s:13:\"5af1452bb9568\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5af1452bb9568\";s:4:\"type\";s:12:\"column-group\";s:6:\"parent\";s:13:\"5af144a2b610b\";s:8:\"position\";i:1;s:8:\"settings\";s:0:\"\";}s:13:\"5af1452bb9600\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5af1452bb9600\";s:4:\"type\";s:6:\"column\";s:6:\"parent\";s:13:\"5af1452bb9568\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":1:{s:4:\"size\";i:100;}}s:13:\"5af1452bb94fd\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5af1452bb94fd\";s:4:\"type\";s:6:\"module\";s:6:\"parent\";s:13:\"5af1452bb9600\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":31:{s:4:\"text\";s:684:\"<h1 style=\"text-align: center;\"><strong><span style=\"font-size: 26px;\">WELCOME TO IRREPLACEABLE ARTIFACTS™ AT DEMOLITION DEPOT</span></strong></h1>\nDemolition Depot is a unique source of vintage plumbing fixtures, doors, windows, shutters, railings, gates, grills, mantels, stone and terracotta pieces, religious objects and so much more. Our fixtures are geared towards the re-creation and renovation of period places.\n\nPreserving our architectural history has led us to reclaim building elements at an unprecedented scale. We have rescued beautifully crafted pieces certain to enhance the style of all new residential and commercial building, restoration, and decorating projects.\";s:18:\"responsive_display\";s:0:\"\";s:18:\"visibility_display\";s:0:\"\";s:26:\"visibility_user_capability\";s:0:\"\";s:9:\"animation\";s:0:\"\";s:15:\"animation_delay\";s:3:\"0.0\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:10:\"margin_top\";s:1:\"0\";s:17:\"margin_top_medium\";s:0:\"\";s:21:\"margin_top_responsive\";s:0:\"\";s:12:\"margin_right\";s:1:\"0\";s:19:\"margin_right_medium\";s:0:\"\";s:23:\"margin_right_responsive\";s:0:\"\";s:13:\"margin_bottom\";s:1:\"0\";s:20:\"margin_bottom_medium\";s:0:\"\";s:24:\"margin_bottom_responsive\";s:0:\"\";s:11:\"margin_left\";s:1:\"0\";s:18:\"margin_left_medium\";s:0:\"\";s:22:\"margin_left_responsive\";s:0:\"\";s:4:\"type\";s:9:\"rich-text\";s:24:\"flrich1525761324261_text\";s:0:\"\";s:24:\"flrich1525761358572_text\";s:0:\"\";s:24:\"flrich1525762878605_text\";s:0:\"\";s:24:\"flrich1525762929058_text\";s:0:\"\";s:24:\"flrich1525762946008_text\";s:0:\"\";s:24:\"flrich1525762983145_text\";s:0:\"\";s:24:\"flrich1525763016759_text\";s:0:\"\";s:24:\"flrich1525763132001_text\";s:0:\"\";s:24:\"flrich1525763185668_text\";s:0:\"\";s:24:\"flrich1525763215563_text\";s:0:\"\";}}s:13:\"5af14a8f7949e\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5af14a8f7949e\";s:4:\"type\";s:6:\"module\";s:6:\"parent\";s:13:\"5af14b38e486e\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":54:{s:4:\"text\";s:14:\"VIEW INVENTORY\";s:4:\"link\";s:43:\"http://www.demolitiondepot.com/vo/demo/inv/\";s:11:\"link_target\";s:6:\"_blank\";s:5:\"style\";s:8:\"gradient\";s:11:\"border_size\";s:0:\"\";s:26:\"transparent_button_options\";s:16:\"transparent-fade\";s:21:\"threed_button_options\";s:11:\"threed_down\";s:19:\"flat_button_options\";s:4:\"none\";s:4:\"icon\";s:0:\"\";s:13:\"icon_position\";s:5:\"after\";s:10:\"text_color\";s:6:\"ffffff\";s:16:\"text_hover_color\";s:0:\"\";s:8:\"bg_color\";s:6:\"606060\";s:12:\"bg_color_opc\";s:0:\"\";s:14:\"bg_hover_color\";s:6:\"cccccc\";s:18:\"bg_hover_color_opc\";s:0:\"\";s:15:\"hover_attribute\";s:2:\"bg\";s:5:\"width\";s:4:\"auto\";s:12:\"custom_width\";s:3:\"200\";s:13:\"custom_height\";s:2:\"45\";s:18:\"padding_top_bottom\";s:0:\"\";s:18:\"padding_left_right\";s:0:\"\";s:13:\"border_radius\";s:1:\"3\";s:5:\"align\";s:6:\"center\";s:9:\"mob_align\";s:6:\"center\";s:11:\"font_family\";a:2:{s:6:\"family\";s:5:\"Arial\";s:6:\"weight\";s:3:\"700\";}s:14:\"font_size_unit\";s:0:\"\";s:21:\"font_size_unit_medium\";s:0:\"\";s:25:\"font_size_unit_responsive\";s:0:\"\";s:16:\"line_height_unit\";s:0:\"\";s:23:\"line_height_unit_medium\";s:0:\"\";s:27:\"line_height_unit_responsive\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:18:\"visibility_display\";s:0:\"\";s:26:\"visibility_user_capability\";s:0:\"\";s:9:\"animation\";s:0:\"\";s:15:\"animation_delay\";s:3:\"0.0\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:10:\"margin_top\";s:2:\"80\";s:17:\"margin_top_medium\";s:0:\"\";s:21:\"margin_top_responsive\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:19:\"margin_right_medium\";s:0:\"\";s:23:\"margin_right_responsive\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:20:\"margin_bottom_medium\";s:0:\"\";s:24:\"margin_bottom_responsive\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:18:\"margin_left_medium\";s:0:\"\";s:22:\"margin_left_responsive\";s:0:\"\";s:4:\"type\";s:11:\"uabb-button\";s:11:\"link-search\";s:0:\"\";s:21:\"as_values_link-search\";s:0:\"\";}}s:13:\"5af14b38e463c\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5af14b38e463c\";s:4:\"type\";s:12:\"column-group\";s:6:\"parent\";s:13:\"5af144a2b610b\";s:8:\"position\";i:2;s:8:\"settings\";s:0:\"\";}s:13:\"5af14b38e4863\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5af14b38e4863\";s:4:\"type\";s:6:\"column\";s:6:\"parent\";s:13:\"5af14b38e463c\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":68:{s:4:\"size\";s:2:\"70\";s:12:\"equal_height\";s:2:\"no\";s:17:\"content_alignment\";s:3:\"top\";s:10:\"text_color\";s:0:\"\";s:10:\"link_color\";s:0:\"\";s:11:\"hover_color\";s:0:\"\";s:13:\"heading_color\";s:0:\"\";s:7:\"bg_type\";s:5:\"color\";s:8:\"bg_color\";s:0:\"\";s:10:\"bg_opacity\";s:3:\"100\";s:8:\"bg_image\";s:0:\"\";s:9:\"bg_repeat\";s:9:\"no-repeat\";s:11:\"bg_position\";s:13:\"center center\";s:13:\"bg_attachment\";s:6:\"scroll\";s:7:\"bg_size\";s:5:\"cover\";s:16:\"bg_overlay_color\";s:0:\"\";s:18:\"bg_overlay_opacity\";s:2:\"50\";s:11:\"border_type\";s:0:\"\";s:12:\"border_color\";s:0:\"\";s:14:\"border_opacity\";s:3:\"100\";s:16:\"pp_round_corners\";a:4:{s:8:\"top_left\";s:1:\"0\";s:9:\"top_right\";s:1:\"0\";s:11:\"bottom_left\";s:1:\"0\";s:12:\"bottom_right\";s:1:\"0\";}s:18:\"responsive_display\";s:0:\"\";s:11:\"medium_size\";s:7:\"default\";s:18:\"custom_medium_size\";s:3:\"100\";s:15:\"responsive_size\";s:7:\"default\";s:22:\"custom_responsive_size\";s:3:\"100\";s:16:\"responsive_order\";s:7:\"default\";s:18:\"visibility_display\";s:0:\"\";s:26:\"visibility_user_capability\";s:0:\"\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:10:\"border_top\";s:0:\"\";s:17:\"border_top_medium\";s:0:\"\";s:21:\"border_top_responsive\";s:0:\"\";s:12:\"border_right\";s:0:\"\";s:19:\"border_right_medium\";s:0:\"\";s:23:\"border_right_responsive\";s:0:\"\";s:13:\"border_bottom\";s:0:\"\";s:20:\"border_bottom_medium\";s:0:\"\";s:24:\"border_bottom_responsive\";s:0:\"\";s:11:\"border_left\";s:0:\"\";s:18:\"border_left_medium\";s:0:\"\";s:22:\"border_left_responsive\";s:0:\"\";s:10:\"margin_top\";s:0:\"\";s:17:\"margin_top_medium\";s:0:\"\";s:21:\"margin_top_responsive\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:19:\"margin_right_medium\";s:0:\"\";s:23:\"margin_right_responsive\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:20:\"margin_bottom_medium\";s:0:\"\";s:24:\"margin_bottom_responsive\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:18:\"margin_left_medium\";s:0:\"\";s:22:\"margin_left_responsive\";s:0:\"\";s:11:\"padding_top\";s:0:\"\";s:18:\"padding_top_medium\";s:0:\"\";s:22:\"padding_top_responsive\";s:0:\"\";s:13:\"padding_right\";s:0:\"\";s:20:\"padding_right_medium\";s:0:\"\";s:24:\"padding_right_responsive\";s:0:\"\";s:14:\"padding_bottom\";s:0:\"\";s:21:\"padding_bottom_medium\";s:0:\"\";s:25:\"padding_bottom_responsive\";s:0:\"\";s:12:\"padding_left\";s:0:\"\";s:19:\"padding_left_medium\";s:0:\"\";s:23:\"padding_left_responsive\";s:0:\"\";s:12:\"bg_image_src\";s:0:\"\";}}s:13:\"5af14b38e486e\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5af14b38e486e\";s:4:\"type\";s:6:\"column\";s:6:\"parent\";s:13:\"5af14b38e463c\";s:8:\"position\";i:1;s:8:\"settings\";O:8:\"stdClass\":1:{s:4:\"size\";d:30;}}s:13:\"5af14b5288b12\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5af14b5288b12\";s:4:\"type\";s:6:\"module\";s:6:\"parent\";s:13:\"5af14b38e4863\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":26:{s:4:\"text\";s:472:\"<h2><strong><span style=\"font-size: 22px;\">Irreplaceable Artifacts™ features the finest in architectural ornament.</span></strong></h2>\nTo see one of the most extensive architectural reclamation operations in the world, visit our outlet in upper Manhattan, or our showroom in Middletown, CT.<br/><br/>\nIf you have any building or demolishing projects coming up, give us a call. Our team of experts will guide you through the buying and selling of every type of artifact.\";s:18:\"responsive_display\";s:0:\"\";s:18:\"visibility_display\";s:0:\"\";s:26:\"visibility_user_capability\";s:0:\"\";s:9:\"animation\";s:0:\"\";s:15:\"animation_delay\";s:3:\"0.0\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:10:\"margin_top\";s:1:\"0\";s:17:\"margin_top_medium\";s:0:\"\";s:21:\"margin_top_responsive\";s:0:\"\";s:12:\"margin_right\";s:1:\"0\";s:19:\"margin_right_medium\";s:0:\"\";s:23:\"margin_right_responsive\";s:0:\"\";s:13:\"margin_bottom\";s:1:\"0\";s:20:\"margin_bottom_medium\";s:0:\"\";s:24:\"margin_bottom_responsive\";s:0:\"\";s:11:\"margin_left\";s:1:\"0\";s:18:\"margin_left_medium\";s:0:\"\";s:22:\"margin_left_responsive\";s:0:\"\";s:4:\"type\";s:9:\"rich-text\";s:24:\"flrich1525762899030_text\";s:0:\"\";s:24:\"flrich1525762908085_text\";s:0:\"\";s:24:\"flrich1525762920053_text\";s:0:\"\";s:24:\"flrich1525762954796_text\";s:0:\"\";s:24:\"flrich1525763154896_text\";s:0:\"\";}}}'),(312,62,'_fl_builder_data_settings','O:8:\"stdClass\":2:{s:3:\"css\";s:0:\"\";s:2:\"js\";s:0:\"\";}'),(313,62,'_fl_builder_enabled','1'),(314,62,'wptr_hide_title','1'),(315,62,'_yoast_wpseo_content_score','30'),(316,69,'_wp_attached_file','2018/05/irr_artifacts_bannerdesign_v13.jpg'),(317,69,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:400;s:4:\"file\";s:42:\"2018/05/irr_artifacts_bannerdesign_v13.jpg\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:42:\"irr_artifacts_bannerdesign_v13-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:42:\"irr_artifacts_bannerdesign_v13-300x100.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:42:\"irr_artifacts_bannerdesign_v13-768x256.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:256;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:43:\"irr_artifacts_bannerdesign_v13-1024x341.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:341;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:42:\"irr_artifacts_bannerdesign_v13-324x108.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:108;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:42:\"irr_artifacts_bannerdesign_v13-416x139.jpg\";s:5:\"width\";i:416;s:6:\"height\";i:139;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:42:\"irr_artifacts_bannerdesign_v13-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:42:\"irr_artifacts_bannerdesign_v13-324x108.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:108;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:42:\"irr_artifacts_bannerdesign_v13-416x139.jpg\";s:5:\"width\";i:416;s:6:\"height\";i:139;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:42:\"irr_artifacts_bannerdesign_v13-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(318,70,'_wp_attached_file','2018/05/irr_artifacts_bannerdesign_v3.jpg'),(319,70,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:400;s:4:\"file\";s:41:\"2018/05/irr_artifacts_bannerdesign_v3.jpg\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:41:\"irr_artifacts_bannerdesign_v3-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:41:\"irr_artifacts_bannerdesign_v3-300x100.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:41:\"irr_artifacts_bannerdesign_v3-768x256.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:256;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:42:\"irr_artifacts_bannerdesign_v3-1024x341.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:341;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:41:\"irr_artifacts_bannerdesign_v3-324x108.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:108;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:41:\"irr_artifacts_bannerdesign_v3-416x139.jpg\";s:5:\"width\";i:416;s:6:\"height\";i:139;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:41:\"irr_artifacts_bannerdesign_v3-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:41:\"irr_artifacts_bannerdesign_v3-324x108.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:108;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:41:\"irr_artifacts_bannerdesign_v3-416x139.jpg\";s:5:\"width\";i:416;s:6:\"height\";i:139;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:41:\"irr_artifacts_bannerdesign_v3-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(320,71,'_wp_attached_file','2018/05/irr_artifacts_bannerdesign_v09.jpg'),(321,71,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:400;s:4:\"file\";s:42:\"2018/05/irr_artifacts_bannerdesign_v09.jpg\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:42:\"irr_artifacts_bannerdesign_v09-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:42:\"irr_artifacts_bannerdesign_v09-300x100.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:42:\"irr_artifacts_bannerdesign_v09-768x256.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:256;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:43:\"irr_artifacts_bannerdesign_v09-1024x341.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:341;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:42:\"irr_artifacts_bannerdesign_v09-324x108.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:108;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:42:\"irr_artifacts_bannerdesign_v09-416x139.jpg\";s:5:\"width\";i:416;s:6:\"height\";i:139;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:42:\"irr_artifacts_bannerdesign_v09-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:42:\"irr_artifacts_bannerdesign_v09-324x108.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:108;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:42:\"irr_artifacts_bannerdesign_v09-416x139.jpg\";s:5:\"width\";i:416;s:6:\"height\";i:139;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:42:\"irr_artifacts_bannerdesign_v09-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(322,72,'_wp_attached_file','2018/05/irr_artifacts_bannerdesign_v10.jpg'),(323,72,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:400;s:4:\"file\";s:42:\"2018/05/irr_artifacts_bannerdesign_v10.jpg\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:42:\"irr_artifacts_bannerdesign_v10-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:42:\"irr_artifacts_bannerdesign_v10-300x100.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:42:\"irr_artifacts_bannerdesign_v10-768x256.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:256;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:43:\"irr_artifacts_bannerdesign_v10-1024x341.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:341;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:42:\"irr_artifacts_bannerdesign_v10-324x108.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:108;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:42:\"irr_artifacts_bannerdesign_v10-416x139.jpg\";s:5:\"width\";i:416;s:6:\"height\";i:139;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:42:\"irr_artifacts_bannerdesign_v10-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:42:\"irr_artifacts_bannerdesign_v10-324x108.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:108;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:42:\"irr_artifacts_bannerdesign_v10-416x139.jpg\";s:5:\"width\";i:416;s:6:\"height\";i:139;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:42:\"irr_artifacts_bannerdesign_v10-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(324,73,'_wp_attached_file','2018/05/irr_artifacts_bannerdesign_v11.jpg'),(325,73,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:400;s:4:\"file\";s:42:\"2018/05/irr_artifacts_bannerdesign_v11.jpg\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:42:\"irr_artifacts_bannerdesign_v11-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:42:\"irr_artifacts_bannerdesign_v11-300x100.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:42:\"irr_artifacts_bannerdesign_v11-768x256.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:256;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:43:\"irr_artifacts_bannerdesign_v11-1024x341.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:341;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:42:\"irr_artifacts_bannerdesign_v11-324x108.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:108;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:42:\"irr_artifacts_bannerdesign_v11-416x139.jpg\";s:5:\"width\";i:416;s:6:\"height\";i:139;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:42:\"irr_artifacts_bannerdesign_v11-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:42:\"irr_artifacts_bannerdesign_v11-324x108.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:108;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:42:\"irr_artifacts_bannerdesign_v11-416x139.jpg\";s:5:\"width\";i:416;s:6:\"height\";i:139;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:42:\"irr_artifacts_bannerdesign_v11-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(326,74,'_fl_builder_data','a:7:{s:13:\"5af144a2b610b\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5af144a2b610b\";s:4:\"type\";s:3:\"row\";s:6:\"parent\";N;s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":83:{s:5:\"width\";s:4:\"full\";s:13:\"content_width\";s:4:\"full\";s:17:\"max_content_width\";s:2:\"-1\";s:11:\"full_height\";s:7:\"default\";s:17:\"content_alignment\";s:6:\"center\";s:10:\"text_color\";s:0:\"\";s:10:\"link_color\";s:0:\"\";s:11:\"hover_color\";s:0:\"\";s:13:\"heading_color\";s:0:\"\";s:7:\"bg_type\";s:4:\"none\";s:8:\"bg_image\";s:0:\"\";s:9:\"bg_repeat\";s:9:\"no-repeat\";s:11:\"bg_position\";s:13:\"center center\";s:13:\"bg_attachment\";s:6:\"scroll\";s:7:\"bg_size\";s:5:\"cover\";s:15:\"bg_video_source\";s:9:\"wordpress\";s:8:\"bg_video\";s:0:\"\";s:13:\"bg_video_webm\";s:0:\"\";s:16:\"bg_video_url_mp4\";s:0:\"\";s:17:\"bg_video_url_webm\";s:0:\"\";s:20:\"bg_video_service_url\";s:0:\"\";s:14:\"bg_video_audio\";s:2:\"no\";s:17:\"bg_video_fallback\";s:0:\"\";s:9:\"ss_source\";s:9:\"wordpress\";s:9:\"ss_photos\";s:0:\"\";s:11:\"ss_feed_url\";s:0:\"\";s:8:\"ss_speed\";s:1:\"3\";s:13:\"ss_transition\";s:4:\"fade\";s:21:\"ss_transitionDuration\";s:1:\"1\";s:12:\"ss_randomize\";s:5:\"false\";s:17:\"bg_parallax_image\";s:0:\"\";s:17:\"bg_parallax_speed\";s:1:\"2\";s:8:\"bg_color\";s:0:\"\";s:10:\"bg_opacity\";s:3:\"100\";s:16:\"bg_overlay_color\";s:0:\"\";s:18:\"bg_overlay_opacity\";s:2:\"50\";s:11:\"border_type\";s:0:\"\";s:12:\"border_color\";s:0:\"\";s:14:\"border_opacity\";s:3:\"100\";s:18:\"responsive_display\";s:0:\"\";s:18:\"visibility_display\";s:0:\"\";s:26:\"visibility_user_capability\";s:0:\"\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:10:\"border_top\";s:0:\"\";s:17:\"border_top_medium\";s:0:\"\";s:21:\"border_top_responsive\";s:0:\"\";s:12:\"border_right\";s:0:\"\";s:19:\"border_right_medium\";s:0:\"\";s:23:\"border_right_responsive\";s:0:\"\";s:13:\"border_bottom\";s:0:\"\";s:20:\"border_bottom_medium\";s:0:\"\";s:24:\"border_bottom_responsive\";s:0:\"\";s:11:\"border_left\";s:0:\"\";s:18:\"border_left_medium\";s:0:\"\";s:22:\"border_left_responsive\";s:0:\"\";s:10:\"margin_top\";s:0:\"\";s:17:\"margin_top_medium\";s:0:\"\";s:21:\"margin_top_responsive\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:19:\"margin_right_medium\";s:0:\"\";s:23:\"margin_right_responsive\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:20:\"margin_bottom_medium\";s:0:\"\";s:24:\"margin_bottom_responsive\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:18:\"margin_left_medium\";s:0:\"\";s:22:\"margin_left_responsive\";s:0:\"\";s:11:\"padding_top\";s:1:\"0\";s:18:\"padding_top_medium\";s:0:\"\";s:22:\"padding_top_responsive\";s:0:\"\";s:13:\"padding_right\";s:1:\"0\";s:20:\"padding_right_medium\";s:0:\"\";s:24:\"padding_right_responsive\";s:0:\"\";s:14:\"padding_bottom\";s:1:\"0\";s:21:\"padding_bottom_medium\";s:0:\"\";s:25:\"padding_bottom_responsive\";s:0:\"\";s:12:\"padding_left\";s:1:\"0\";s:19:\"padding_left_medium\";s:0:\"\";s:23:\"padding_left_responsive\";s:0:\"\";s:12:\"bg_image_src\";s:0:\"\";s:21:\"bg_video_fallback_src\";s:0:\"\";s:21:\"bg_parallax_image_src\";s:0:\"\";}}s:13:\"5af144a2e7f9a\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5af144a2e7f9a\";s:4:\"type\";s:12:\"column-group\";s:6:\"parent\";s:13:\"5af144a2b610b\";s:8:\"position\";i:0;s:8:\"settings\";s:0:\"\";}s:13:\"5af144a2e8032\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5af144a2e8032\";s:4:\"type\";s:6:\"column\";s:6:\"parent\";s:13:\"5af144a2e7f9a\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":1:{s:4:\"size\";i:100;}}s:13:\"5af144a2b6052\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5af144a2b6052\";s:4:\"type\";s:6:\"module\";s:6:\"parent\";s:13:\"5af144a2e8032\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":35:{s:12:\"photo_source\";s:7:\"library\";s:5:\"photo\";s:2:\"73\";s:9:\"photo_url\";s:0:\"\";s:4:\"crop\";s:0:\"\";s:5:\"align\";s:6:\"center\";s:12:\"show_caption\";s:1:\"0\";s:7:\"caption\";s:0:\"\";s:9:\"link_type\";s:0:\"\";s:8:\"link_url\";s:0:\"\";s:11:\"link_target\";s:5:\"_self\";s:13:\"link_nofollow\";s:2:\"no\";s:18:\"responsive_display\";s:0:\"\";s:18:\"visibility_display\";s:0:\"\";s:26:\"visibility_user_capability\";s:0:\"\";s:9:\"animation\";s:0:\"\";s:15:\"animation_delay\";s:3:\"0.0\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:10:\"margin_top\";s:0:\"\";s:17:\"margin_top_medium\";s:0:\"\";s:21:\"margin_top_responsive\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:19:\"margin_right_medium\";s:0:\"\";s:23:\"margin_right_responsive\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:20:\"margin_bottom_medium\";s:0:\"\";s:24:\"margin_bottom_responsive\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:18:\"margin_left_medium\";s:0:\"\";s:22:\"margin_left_responsive\";s:0:\"\";s:4:\"type\";s:5:\"photo\";s:9:\"photo_src\";s:87:\"http://localhost/IA.store/wp-content/uploads/2018/05/irr_artifacts_bannerdesign_v11.jpg\";s:4:\"data\";O:8:\"stdClass\":33:{s:2:\"id\";i:73;s:5:\"title\";s:30:\"irr_artifacts_bannerdesign_v11\";s:8:\"filename\";s:34:\"irr_artifacts_bannerdesign_v11.jpg\";s:3:\"url\";s:87:\"http://localhost/IA.store/wp-content/uploads/2018/05/irr_artifacts_bannerdesign_v11.jpg\";s:4:\"link\";s:62:\"http://localhost/IA.store/home/irr_artifacts_bannerdesign_v11/\";s:3:\"alt\";s:0:\"\";s:6:\"author\";s:1:\"1\";s:11:\"description\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:4:\"name\";s:30:\"irr_artifacts_bannerdesign_v11\";s:6:\"status\";s:7:\"inherit\";s:10:\"uploadedTo\";i:62;s:4:\"date\";d:1525761134000;s:8:\"modified\";d:1525761134000;s:9:\"menuOrder\";i:0;s:4:\"mime\";s:10:\"image/jpeg\";s:4:\"type\";s:5:\"image\";s:7:\"subtype\";s:4:\"jpeg\";s:4:\"icon\";s:62:\"http://localhost/IA.store/wp-includes/images/media/default.png\";s:13:\"dateFormatted\";s:11:\"May 8, 2018\";s:6:\"nonces\";O:8:\"stdClass\":3:{s:6:\"update\";s:10:\"d6e67e63de\";s:6:\"delete\";s:10:\"18f2678d4d\";s:4:\"edit\";s:10:\"16baa2e9dc\";}s:8:\"editLink\";s:63:\"http://localhost/IA.store/wp-admin/post.php?post=73&action=edit\";s:4:\"meta\";b:0;s:10:\"authorName\";s:5:\"admin\";s:14:\"uploadedToLink\";s:63:\"http://localhost/IA.store/wp-admin/post.php?post=62&action=edit\";s:15:\"uploadedToTitle\";s:4:\"Home\";s:15:\"filesizeInBytes\";i:372109;s:21:\"filesizeHumanReadable\";s:6:\"363 KB\";s:7:\"context\";s:0:\"\";s:6:\"height\";i:400;s:5:\"width\";i:1200;s:11:\"orientation\";s:9:\"landscape\";s:5:\"sizes\";O:8:\"stdClass\":4:{s:9:\"thumbnail\";O:8:\"stdClass\":4:{s:6:\"height\";i:150;s:5:\"width\";i:150;s:3:\"url\";s:95:\"http://localhost/IA.store/wp-content/uploads/2018/05/irr_artifacts_bannerdesign_v11-150x150.jpg\";s:11:\"orientation\";s:9:\"landscape\";}s:6:\"medium\";O:8:\"stdClass\":4:{s:6:\"height\";i:100;s:5:\"width\";i:300;s:3:\"url\";s:95:\"http://localhost/IA.store/wp-content/uploads/2018/05/irr_artifacts_bannerdesign_v11-300x100.jpg\";s:11:\"orientation\";s:9:\"landscape\";}s:5:\"large\";O:8:\"stdClass\":4:{s:6:\"height\";i:326;s:5:\"width\";i:980;s:3:\"url\";s:96:\"http://localhost/IA.store/wp-content/uploads/2018/05/irr_artifacts_bannerdesign_v11-1024x341.jpg\";s:11:\"orientation\";s:9:\"landscape\";}s:4:\"full\";O:8:\"stdClass\":4:{s:3:\"url\";s:87:\"http://localhost/IA.store/wp-content/uploads/2018/05/irr_artifacts_bannerdesign_v11.jpg\";s:6:\"height\";i:400;s:5:\"width\";i:1200;s:11:\"orientation\";s:9:\"landscape\";}}}s:15:\"link_url-search\";s:0:\"\";s:25:\"as_values_link_url-search\";s:0:\"\";}}s:13:\"5af1452bb9568\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5af1452bb9568\";s:4:\"type\";s:12:\"column-group\";s:6:\"parent\";s:13:\"5af144a2b610b\";s:8:\"position\";i:1;s:8:\"settings\";s:0:\"\";}s:13:\"5af1452bb9600\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5af1452bb9600\";s:4:\"type\";s:6:\"column\";s:6:\"parent\";s:13:\"5af1452bb9568\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":1:{s:4:\"size\";i:100;}}s:13:\"5af1452bb94fd\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5af1452bb94fd\";s:4:\"type\";s:6:\"module\";s:6:\"parent\";s:13:\"5af1452bb9600\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":23:{s:4:\"text\";s:1749:\"<div id=\"u13632-10\" class=\"clearfix colelem\" data-muse-temp-textcontainer-sizepolicy=\"true\" data-muse-temp-textcontainer-pinning=\"true\" data-muse-uid=\"U13632\" data-muse-type=\"txt_frame\" data-ibe-flags=\"txtStyleSrc\">\n<h1 id=\"u13632-2\" class=\"Intro-Heading\" style=\"text-align: center;\"><span style=\"font-size: 26px;\">WELCOME TO IRREPLACEABLE ARTIFACTS™ AT DEMOLITION DEPOT</span></h1>\n<p id=\"u13632-5\" class=\"Intro-Text\">Demolition Depot is a unique source of vintage plumbing fixtures, doors, windows, shutters, railings, gates, grills, mantels, stone and terracotta pieces, religious objects and so much more. Our fixtures are geared towards the re-creation and renovation of period places.</p>\n<p id=\"u13632-8\" class=\"Intro-Text\">Preserving our architectural history has led us to reclaim building elements at an unprecedented scale. We have rescued beautifully crafted pieces certain to enhance the style of all new residential and commercial building, restoration, and decorating projects.</p>\n\n</div>\n<div id=\"u13633-11\" class=\"clearfix colelem\" data-muse-temp-textcontainer-sizepolicy=\"true\" data-muse-temp-textcontainer-pinning=\"true\" data-muse-uid=\"U13633\" data-muse-type=\"txt_frame\" data-ibe-flags=\"txtStyleSrc\">\n<p id=\"u13633-3\" class=\"Intro-Text\">Irreplaceable Artifacts™ features the finest in architectural ornament.</p>\n<p id=\"u13633-6\" class=\"Intro-Text\">To see one of the most extensive architectural reclamation operations in the world, visit our outlet in upper Manhattan, or our showroom in Middletown, CT.</p>\n<p id=\"u13633-9\" class=\"Intro-Text\">If you have any building or demolishing projects coming up, give us a call. Our team of experts will guide you through the buying and selling of every type of artifact.</p>\n\n</div>\";s:18:\"responsive_display\";s:0:\"\";s:18:\"visibility_display\";s:0:\"\";s:26:\"visibility_user_capability\";s:0:\"\";s:9:\"animation\";s:0:\"\";s:15:\"animation_delay\";s:3:\"0.0\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:10:\"margin_top\";s:1:\"0\";s:17:\"margin_top_medium\";s:0:\"\";s:21:\"margin_top_responsive\";s:0:\"\";s:12:\"margin_right\";s:1:\"0\";s:19:\"margin_right_medium\";s:0:\"\";s:23:\"margin_right_responsive\";s:0:\"\";s:13:\"margin_bottom\";s:1:\"0\";s:20:\"margin_bottom_medium\";s:0:\"\";s:24:\"margin_bottom_responsive\";s:0:\"\";s:11:\"margin_left\";s:1:\"0\";s:18:\"margin_left_medium\";s:0:\"\";s:22:\"margin_left_responsive\";s:0:\"\";s:4:\"type\";s:9:\"rich-text\";s:24:\"flrich1525761324261_text\";s:0:\"\";s:24:\"flrich1525761358572_text\";s:0:\"\";}}}'),(327,74,'_fl_builder_data_settings','O:8:\"stdClass\":2:{s:3:\"css\";s:0:\"\";s:2:\"js\";s:0:\"\";}'),(328,75,'_edit_lock','1525761704:1'),(335,76,'_menu_item_type','post_type'),(336,76,'_menu_item_menu_item_parent','0'),(337,76,'_menu_item_object_id','51'),(338,76,'_menu_item_object','page'),(339,76,'_menu_item_target',''),(340,76,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(341,76,'_menu_item_xfn',''),(342,76,'_menu_item_url',''),(343,77,'_menu_item_type','post_type'),(344,77,'_menu_item_menu_item_parent','0'),(345,77,'_menu_item_object_id','49'),(346,77,'_menu_item_object','page'),(347,77,'_menu_item_target',''),(348,77,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(349,77,'_menu_item_xfn',''),(350,77,'_menu_item_url',''),(351,78,'_menu_item_type','post_type'),(352,78,'_menu_item_menu_item_parent','0'),(353,78,'_menu_item_object_id','47'),(354,78,'_menu_item_object','page'),(355,78,'_menu_item_target',''),(356,78,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(357,78,'_menu_item_xfn',''),(358,78,'_menu_item_url',''),(367,75,'_wp_trash_meta_status','publish'),(368,75,'_wp_trash_meta_time','1525761712'),(369,80,'_edit_lock','1525761764:1'),(370,80,'_wp_trash_meta_status','publish'),(371,80,'_wp_trash_meta_time','1525761775'),(372,81,'_wp_attached_file','2018/05/cropped-irr_artifacts_bannerdesign_v11.jpg'),(373,81,'_wp_attachment_context','custom-header'),(374,81,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:308;s:4:\"file\";s:50:\"2018/05/cropped-irr_artifacts_bannerdesign_v11.jpg\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:50:\"cropped-irr_artifacts_bannerdesign_v11-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:49:\"cropped-irr_artifacts_bannerdesign_v11-300x77.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:77;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:50:\"cropped-irr_artifacts_bannerdesign_v11-768x197.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:197;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:51:\"cropped-irr_artifacts_bannerdesign_v11-1024x263.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:263;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:49:\"cropped-irr_artifacts_bannerdesign_v11-324x83.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:83;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:50:\"cropped-irr_artifacts_bannerdesign_v11-416x107.jpg\";s:5:\"width\";i:416;s:6:\"height\";i:107;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:50:\"cropped-irr_artifacts_bannerdesign_v11-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:49:\"cropped-irr_artifacts_bannerdesign_v11-324x83.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:83;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:50:\"cropped-irr_artifacts_bannerdesign_v11-416x107.jpg\";s:5:\"width\";i:416;s:6:\"height\";i:107;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:50:\"cropped-irr_artifacts_bannerdesign_v11-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}s:17:\"attachment_parent\";i:73;}'),(375,81,'_wp_attachment_custom_header_last_used_storefront','1525761816'),(376,81,'_wp_attachment_is_custom_header','storefront'),(377,82,'_edit_lock','1525761824:1'),(378,70,'_wp_attachment_is_custom_background','storefront'),(379,82,'_wp_trash_meta_status','publish'),(380,82,'_wp_trash_meta_time','1525761860'),(392,84,'_fl_builder_data','a:12:{s:13:\"5af144a2b610b\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5af144a2b610b\";s:4:\"type\";s:3:\"row\";s:6:\"parent\";N;s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":83:{s:5:\"width\";s:4:\"full\";s:13:\"content_width\";s:4:\"full\";s:17:\"max_content_width\";s:2:\"-1\";s:11:\"full_height\";s:7:\"default\";s:17:\"content_alignment\";s:6:\"center\";s:10:\"text_color\";s:0:\"\";s:10:\"link_color\";s:0:\"\";s:11:\"hover_color\";s:0:\"\";s:13:\"heading_color\";s:0:\"\";s:7:\"bg_type\";s:4:\"none\";s:8:\"bg_image\";s:0:\"\";s:9:\"bg_repeat\";s:9:\"no-repeat\";s:11:\"bg_position\";s:13:\"center center\";s:13:\"bg_attachment\";s:6:\"scroll\";s:7:\"bg_size\";s:5:\"cover\";s:15:\"bg_video_source\";s:9:\"wordpress\";s:8:\"bg_video\";s:0:\"\";s:13:\"bg_video_webm\";s:0:\"\";s:16:\"bg_video_url_mp4\";s:0:\"\";s:17:\"bg_video_url_webm\";s:0:\"\";s:20:\"bg_video_service_url\";s:0:\"\";s:14:\"bg_video_audio\";s:2:\"no\";s:17:\"bg_video_fallback\";s:0:\"\";s:9:\"ss_source\";s:9:\"wordpress\";s:9:\"ss_photos\";s:0:\"\";s:11:\"ss_feed_url\";s:0:\"\";s:8:\"ss_speed\";s:1:\"3\";s:13:\"ss_transition\";s:4:\"fade\";s:21:\"ss_transitionDuration\";s:1:\"1\";s:12:\"ss_randomize\";s:5:\"false\";s:17:\"bg_parallax_image\";s:0:\"\";s:17:\"bg_parallax_speed\";s:1:\"2\";s:8:\"bg_color\";s:0:\"\";s:10:\"bg_opacity\";s:3:\"100\";s:16:\"bg_overlay_color\";s:0:\"\";s:18:\"bg_overlay_opacity\";s:2:\"50\";s:11:\"border_type\";s:0:\"\";s:12:\"border_color\";s:0:\"\";s:14:\"border_opacity\";s:3:\"100\";s:18:\"responsive_display\";s:0:\"\";s:18:\"visibility_display\";s:0:\"\";s:26:\"visibility_user_capability\";s:0:\"\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:10:\"border_top\";s:0:\"\";s:17:\"border_top_medium\";s:0:\"\";s:21:\"border_top_responsive\";s:0:\"\";s:12:\"border_right\";s:0:\"\";s:19:\"border_right_medium\";s:0:\"\";s:23:\"border_right_responsive\";s:0:\"\";s:13:\"border_bottom\";s:0:\"\";s:20:\"border_bottom_medium\";s:0:\"\";s:24:\"border_bottom_responsive\";s:0:\"\";s:11:\"border_left\";s:0:\"\";s:18:\"border_left_medium\";s:0:\"\";s:22:\"border_left_responsive\";s:0:\"\";s:10:\"margin_top\";s:0:\"\";s:17:\"margin_top_medium\";s:0:\"\";s:21:\"margin_top_responsive\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:19:\"margin_right_medium\";s:0:\"\";s:23:\"margin_right_responsive\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:20:\"margin_bottom_medium\";s:0:\"\";s:24:\"margin_bottom_responsive\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:18:\"margin_left_medium\";s:0:\"\";s:22:\"margin_left_responsive\";s:0:\"\";s:11:\"padding_top\";s:1:\"0\";s:18:\"padding_top_medium\";s:0:\"\";s:22:\"padding_top_responsive\";s:0:\"\";s:13:\"padding_right\";s:1:\"0\";s:20:\"padding_right_medium\";s:0:\"\";s:24:\"padding_right_responsive\";s:0:\"\";s:14:\"padding_bottom\";s:1:\"0\";s:21:\"padding_bottom_medium\";s:0:\"\";s:25:\"padding_bottom_responsive\";s:0:\"\";s:12:\"padding_left\";s:1:\"0\";s:19:\"padding_left_medium\";s:0:\"\";s:23:\"padding_left_responsive\";s:0:\"\";s:12:\"bg_image_src\";s:0:\"\";s:21:\"bg_video_fallback_src\";s:0:\"\";s:21:\"bg_parallax_image_src\";s:0:\"\";}}s:13:\"5af144a2e7f9a\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5af144a2e7f9a\";s:4:\"type\";s:12:\"column-group\";s:6:\"parent\";s:13:\"5af144a2b610b\";s:8:\"position\";i:0;s:8:\"settings\";s:0:\"\";}s:13:\"5af144a2e8032\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5af144a2e8032\";s:4:\"type\";s:6:\"column\";s:6:\"parent\";s:13:\"5af144a2e7f9a\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":1:{s:4:\"size\";i:100;}}s:13:\"5af144a2b6052\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5af144a2b6052\";s:4:\"type\";s:6:\"module\";s:6:\"parent\";s:13:\"5af144a2e8032\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":35:{s:12:\"photo_source\";s:7:\"library\";s:5:\"photo\";s:2:\"73\";s:9:\"photo_url\";s:0:\"\";s:4:\"crop\";s:0:\"\";s:5:\"align\";s:6:\"center\";s:12:\"show_caption\";s:1:\"0\";s:7:\"caption\";s:0:\"\";s:9:\"link_type\";s:0:\"\";s:8:\"link_url\";s:0:\"\";s:11:\"link_target\";s:5:\"_self\";s:13:\"link_nofollow\";s:2:\"no\";s:18:\"responsive_display\";s:0:\"\";s:18:\"visibility_display\";s:0:\"\";s:26:\"visibility_user_capability\";s:0:\"\";s:9:\"animation\";s:0:\"\";s:15:\"animation_delay\";s:3:\"0.0\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:10:\"margin_top\";s:0:\"\";s:17:\"margin_top_medium\";s:0:\"\";s:21:\"margin_top_responsive\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:19:\"margin_right_medium\";s:0:\"\";s:23:\"margin_right_responsive\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:20:\"margin_bottom_medium\";s:0:\"\";s:24:\"margin_bottom_responsive\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:18:\"margin_left_medium\";s:0:\"\";s:22:\"margin_left_responsive\";s:0:\"\";s:4:\"type\";s:5:\"photo\";s:9:\"photo_src\";s:87:\"http://localhost/IA.store/wp-content/uploads/2018/05/irr_artifacts_bannerdesign_v11.jpg\";s:4:\"data\";O:8:\"stdClass\":33:{s:2:\"id\";i:73;s:5:\"title\";s:30:\"irr_artifacts_bannerdesign_v11\";s:8:\"filename\";s:34:\"irr_artifacts_bannerdesign_v11.jpg\";s:3:\"url\";s:87:\"http://localhost/IA.store/wp-content/uploads/2018/05/irr_artifacts_bannerdesign_v11.jpg\";s:4:\"link\";s:62:\"http://localhost/IA.store/home/irr_artifacts_bannerdesign_v11/\";s:3:\"alt\";s:0:\"\";s:6:\"author\";s:1:\"1\";s:11:\"description\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:4:\"name\";s:30:\"irr_artifacts_bannerdesign_v11\";s:6:\"status\";s:7:\"inherit\";s:10:\"uploadedTo\";i:62;s:4:\"date\";d:1525761134000;s:8:\"modified\";d:1525761134000;s:9:\"menuOrder\";i:0;s:4:\"mime\";s:10:\"image/jpeg\";s:4:\"type\";s:5:\"image\";s:7:\"subtype\";s:4:\"jpeg\";s:4:\"icon\";s:62:\"http://localhost/IA.store/wp-includes/images/media/default.png\";s:13:\"dateFormatted\";s:11:\"May 8, 2018\";s:6:\"nonces\";O:8:\"stdClass\":3:{s:6:\"update\";s:10:\"d6e67e63de\";s:6:\"delete\";s:10:\"18f2678d4d\";s:4:\"edit\";s:10:\"16baa2e9dc\";}s:8:\"editLink\";s:63:\"http://localhost/IA.store/wp-admin/post.php?post=73&action=edit\";s:4:\"meta\";b:0;s:10:\"authorName\";s:5:\"admin\";s:14:\"uploadedToLink\";s:63:\"http://localhost/IA.store/wp-admin/post.php?post=62&action=edit\";s:15:\"uploadedToTitle\";s:4:\"Home\";s:15:\"filesizeInBytes\";i:372109;s:21:\"filesizeHumanReadable\";s:6:\"363 KB\";s:7:\"context\";s:0:\"\";s:6:\"height\";i:400;s:5:\"width\";i:1200;s:11:\"orientation\";s:9:\"landscape\";s:5:\"sizes\";O:8:\"stdClass\":4:{s:9:\"thumbnail\";O:8:\"stdClass\":4:{s:6:\"height\";i:150;s:5:\"width\";i:150;s:3:\"url\";s:95:\"http://localhost/IA.store/wp-content/uploads/2018/05/irr_artifacts_bannerdesign_v11-150x150.jpg\";s:11:\"orientation\";s:9:\"landscape\";}s:6:\"medium\";O:8:\"stdClass\":4:{s:6:\"height\";i:100;s:5:\"width\";i:300;s:3:\"url\";s:95:\"http://localhost/IA.store/wp-content/uploads/2018/05/irr_artifacts_bannerdesign_v11-300x100.jpg\";s:11:\"orientation\";s:9:\"landscape\";}s:5:\"large\";O:8:\"stdClass\":4:{s:6:\"height\";i:326;s:5:\"width\";i:980;s:3:\"url\";s:96:\"http://localhost/IA.store/wp-content/uploads/2018/05/irr_artifacts_bannerdesign_v11-1024x341.jpg\";s:11:\"orientation\";s:9:\"landscape\";}s:4:\"full\";O:8:\"stdClass\":4:{s:3:\"url\";s:87:\"http://localhost/IA.store/wp-content/uploads/2018/05/irr_artifacts_bannerdesign_v11.jpg\";s:6:\"height\";i:400;s:5:\"width\";i:1200;s:11:\"orientation\";s:9:\"landscape\";}}}s:15:\"link_url-search\";s:0:\"\";s:25:\"as_values_link_url-search\";s:0:\"\";}}s:13:\"5af1452bb9568\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5af1452bb9568\";s:4:\"type\";s:12:\"column-group\";s:6:\"parent\";s:13:\"5af144a2b610b\";s:8:\"position\";i:1;s:8:\"settings\";s:0:\"\";}s:13:\"5af1452bb9600\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5af1452bb9600\";s:4:\"type\";s:6:\"column\";s:6:\"parent\";s:13:\"5af1452bb9568\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":1:{s:4:\"size\";i:100;}}s:13:\"5af1452bb94fd\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5af1452bb94fd\";s:4:\"type\";s:6:\"module\";s:6:\"parent\";s:13:\"5af1452bb9600\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":31:{s:4:\"text\";s:684:\"<h1 style=\"text-align: center;\"><strong><span style=\"font-size: 26px;\">WELCOME TO IRREPLACEABLE ARTIFACTS™ AT DEMOLITION DEPOT</span></strong></h1>\nDemolition Depot is a unique source of vintage plumbing fixtures, doors, windows, shutters, railings, gates, grills, mantels, stone and terracotta pieces, religious objects and so much more. Our fixtures are geared towards the re-creation and renovation of period places.\n\nPreserving our architectural history has led us to reclaim building elements at an unprecedented scale. We have rescued beautifully crafted pieces certain to enhance the style of all new residential and commercial building, restoration, and decorating projects.\";s:18:\"responsive_display\";s:0:\"\";s:18:\"visibility_display\";s:0:\"\";s:26:\"visibility_user_capability\";s:0:\"\";s:9:\"animation\";s:0:\"\";s:15:\"animation_delay\";s:3:\"0.0\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:10:\"margin_top\";s:1:\"0\";s:17:\"margin_top_medium\";s:0:\"\";s:21:\"margin_top_responsive\";s:0:\"\";s:12:\"margin_right\";s:1:\"0\";s:19:\"margin_right_medium\";s:0:\"\";s:23:\"margin_right_responsive\";s:0:\"\";s:13:\"margin_bottom\";s:1:\"0\";s:20:\"margin_bottom_medium\";s:0:\"\";s:24:\"margin_bottom_responsive\";s:0:\"\";s:11:\"margin_left\";s:1:\"0\";s:18:\"margin_left_medium\";s:0:\"\";s:22:\"margin_left_responsive\";s:0:\"\";s:4:\"type\";s:9:\"rich-text\";s:24:\"flrich1525761324261_text\";s:0:\"\";s:24:\"flrich1525761358572_text\";s:0:\"\";s:24:\"flrich1525762878605_text\";s:0:\"\";s:24:\"flrich1525762929058_text\";s:0:\"\";s:24:\"flrich1525762946008_text\";s:0:\"\";s:24:\"flrich1525762983145_text\";s:0:\"\";s:24:\"flrich1525763016759_text\";s:0:\"\";s:24:\"flrich1525763132001_text\";s:0:\"\";s:24:\"flrich1525763185668_text\";s:0:\"\";s:24:\"flrich1525763215563_text\";s:0:\"\";}}s:13:\"5af14a8f7949e\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5af14a8f7949e\";s:4:\"type\";s:6:\"module\";s:6:\"parent\";s:13:\"5af14b38e486e\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":54:{s:4:\"text\";s:14:\"VIEW INVENTORY\";s:4:\"link\";s:43:\"http://www.demolitiondepot.com/vo/demo/inv/\";s:11:\"link_target\";s:6:\"_blank\";s:5:\"style\";s:8:\"gradient\";s:11:\"border_size\";s:0:\"\";s:26:\"transparent_button_options\";s:16:\"transparent-fade\";s:21:\"threed_button_options\";s:11:\"threed_down\";s:19:\"flat_button_options\";s:4:\"none\";s:4:\"icon\";s:0:\"\";s:13:\"icon_position\";s:5:\"after\";s:10:\"text_color\";s:6:\"ffffff\";s:16:\"text_hover_color\";s:0:\"\";s:8:\"bg_color\";s:6:\"606060\";s:12:\"bg_color_opc\";s:0:\"\";s:14:\"bg_hover_color\";s:6:\"cccccc\";s:18:\"bg_hover_color_opc\";s:0:\"\";s:15:\"hover_attribute\";s:2:\"bg\";s:5:\"width\";s:4:\"auto\";s:12:\"custom_width\";s:3:\"200\";s:13:\"custom_height\";s:2:\"45\";s:18:\"padding_top_bottom\";s:0:\"\";s:18:\"padding_left_right\";s:0:\"\";s:13:\"border_radius\";s:1:\"3\";s:5:\"align\";s:6:\"center\";s:9:\"mob_align\";s:6:\"center\";s:11:\"font_family\";a:2:{s:6:\"family\";s:5:\"Arial\";s:6:\"weight\";s:3:\"700\";}s:14:\"font_size_unit\";s:0:\"\";s:21:\"font_size_unit_medium\";s:0:\"\";s:25:\"font_size_unit_responsive\";s:0:\"\";s:16:\"line_height_unit\";s:0:\"\";s:23:\"line_height_unit_medium\";s:0:\"\";s:27:\"line_height_unit_responsive\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:18:\"visibility_display\";s:0:\"\";s:26:\"visibility_user_capability\";s:0:\"\";s:9:\"animation\";s:0:\"\";s:15:\"animation_delay\";s:3:\"0.0\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:10:\"margin_top\";s:2:\"80\";s:17:\"margin_top_medium\";s:0:\"\";s:21:\"margin_top_responsive\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:19:\"margin_right_medium\";s:0:\"\";s:23:\"margin_right_responsive\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:20:\"margin_bottom_medium\";s:0:\"\";s:24:\"margin_bottom_responsive\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:18:\"margin_left_medium\";s:0:\"\";s:22:\"margin_left_responsive\";s:0:\"\";s:4:\"type\";s:11:\"uabb-button\";s:11:\"link-search\";s:0:\"\";s:21:\"as_values_link-search\";s:0:\"\";}}s:13:\"5af14b38e463c\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5af14b38e463c\";s:4:\"type\";s:12:\"column-group\";s:6:\"parent\";s:13:\"5af144a2b610b\";s:8:\"position\";i:2;s:8:\"settings\";s:0:\"\";}s:13:\"5af14b38e4863\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5af14b38e4863\";s:4:\"type\";s:6:\"column\";s:6:\"parent\";s:13:\"5af14b38e463c\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":68:{s:4:\"size\";s:2:\"70\";s:12:\"equal_height\";s:2:\"no\";s:17:\"content_alignment\";s:3:\"top\";s:10:\"text_color\";s:0:\"\";s:10:\"link_color\";s:0:\"\";s:11:\"hover_color\";s:0:\"\";s:13:\"heading_color\";s:0:\"\";s:7:\"bg_type\";s:5:\"color\";s:8:\"bg_color\";s:0:\"\";s:10:\"bg_opacity\";s:3:\"100\";s:8:\"bg_image\";s:0:\"\";s:9:\"bg_repeat\";s:9:\"no-repeat\";s:11:\"bg_position\";s:13:\"center center\";s:13:\"bg_attachment\";s:6:\"scroll\";s:7:\"bg_size\";s:5:\"cover\";s:16:\"bg_overlay_color\";s:0:\"\";s:18:\"bg_overlay_opacity\";s:2:\"50\";s:11:\"border_type\";s:0:\"\";s:12:\"border_color\";s:0:\"\";s:14:\"border_opacity\";s:3:\"100\";s:16:\"pp_round_corners\";a:4:{s:8:\"top_left\";s:1:\"0\";s:9:\"top_right\";s:1:\"0\";s:11:\"bottom_left\";s:1:\"0\";s:12:\"bottom_right\";s:1:\"0\";}s:18:\"responsive_display\";s:0:\"\";s:11:\"medium_size\";s:7:\"default\";s:18:\"custom_medium_size\";s:3:\"100\";s:15:\"responsive_size\";s:7:\"default\";s:22:\"custom_responsive_size\";s:3:\"100\";s:16:\"responsive_order\";s:7:\"default\";s:18:\"visibility_display\";s:0:\"\";s:26:\"visibility_user_capability\";s:0:\"\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:10:\"border_top\";s:0:\"\";s:17:\"border_top_medium\";s:0:\"\";s:21:\"border_top_responsive\";s:0:\"\";s:12:\"border_right\";s:0:\"\";s:19:\"border_right_medium\";s:0:\"\";s:23:\"border_right_responsive\";s:0:\"\";s:13:\"border_bottom\";s:0:\"\";s:20:\"border_bottom_medium\";s:0:\"\";s:24:\"border_bottom_responsive\";s:0:\"\";s:11:\"border_left\";s:0:\"\";s:18:\"border_left_medium\";s:0:\"\";s:22:\"border_left_responsive\";s:0:\"\";s:10:\"margin_top\";s:0:\"\";s:17:\"margin_top_medium\";s:0:\"\";s:21:\"margin_top_responsive\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:19:\"margin_right_medium\";s:0:\"\";s:23:\"margin_right_responsive\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:20:\"margin_bottom_medium\";s:0:\"\";s:24:\"margin_bottom_responsive\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:18:\"margin_left_medium\";s:0:\"\";s:22:\"margin_left_responsive\";s:0:\"\";s:11:\"padding_top\";s:0:\"\";s:18:\"padding_top_medium\";s:0:\"\";s:22:\"padding_top_responsive\";s:0:\"\";s:13:\"padding_right\";s:0:\"\";s:20:\"padding_right_medium\";s:0:\"\";s:24:\"padding_right_responsive\";s:0:\"\";s:14:\"padding_bottom\";s:0:\"\";s:21:\"padding_bottom_medium\";s:0:\"\";s:25:\"padding_bottom_responsive\";s:0:\"\";s:12:\"padding_left\";s:0:\"\";s:19:\"padding_left_medium\";s:0:\"\";s:23:\"padding_left_responsive\";s:0:\"\";s:12:\"bg_image_src\";s:0:\"\";}}s:13:\"5af14b38e486e\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5af14b38e486e\";s:4:\"type\";s:6:\"column\";s:6:\"parent\";s:13:\"5af14b38e463c\";s:8:\"position\";i:1;s:8:\"settings\";O:8:\"stdClass\":1:{s:4:\"size\";d:30;}}s:13:\"5af14b5288b12\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5af14b5288b12\";s:4:\"type\";s:6:\"module\";s:6:\"parent\";s:13:\"5af14b38e4863\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":26:{s:4:\"text\";s:472:\"<h2><strong><span style=\"font-size: 22px;\">Irreplaceable Artifacts™ features the finest in architectural ornament.</span></strong></h2>\nTo see one of the most extensive architectural reclamation operations in the world, visit our outlet in upper Manhattan, or our showroom in Middletown, CT.<br/><br/>\nIf you have any building or demolishing projects coming up, give us a call. Our team of experts will guide you through the buying and selling of every type of artifact.\";s:18:\"responsive_display\";s:0:\"\";s:18:\"visibility_display\";s:0:\"\";s:26:\"visibility_user_capability\";s:0:\"\";s:9:\"animation\";s:0:\"\";s:15:\"animation_delay\";s:3:\"0.0\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:10:\"margin_top\";s:1:\"0\";s:17:\"margin_top_medium\";s:0:\"\";s:21:\"margin_top_responsive\";s:0:\"\";s:12:\"margin_right\";s:1:\"0\";s:19:\"margin_right_medium\";s:0:\"\";s:23:\"margin_right_responsive\";s:0:\"\";s:13:\"margin_bottom\";s:1:\"0\";s:20:\"margin_bottom_medium\";s:0:\"\";s:24:\"margin_bottom_responsive\";s:0:\"\";s:11:\"margin_left\";s:1:\"0\";s:18:\"margin_left_medium\";s:0:\"\";s:22:\"margin_left_responsive\";s:0:\"\";s:4:\"type\";s:9:\"rich-text\";s:24:\"flrich1525762899030_text\";s:0:\"\";s:24:\"flrich1525762908085_text\";s:0:\"\";s:24:\"flrich1525762920053_text\";s:0:\"\";s:24:\"flrich1525762954796_text\";s:0:\"\";s:24:\"flrich1525763154896_text\";s:0:\"\";}}}'),(393,84,'_fl_builder_data_settings','O:8:\"stdClass\":2:{s:3:\"css\";s:0:\"\";s:2:\"js\";s:0:\"\";}'),(395,49,'_fl_builder_draft','a:4:{s:13:\"5af14ef6b68a7\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5af14ef6b68a7\";s:4:\"type\";s:3:\"row\";s:6:\"parent\";N;s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":143:{s:5:\"width\";s:5:\"fixed\";s:13:\"content_width\";s:5:\"fixed\";s:17:\"max_content_width\";s:0:\"\";s:11:\"full_height\";s:7:\"default\";s:17:\"content_alignment\";s:6:\"center\";s:10:\"text_color\";s:0:\"\";s:10:\"link_color\";s:0:\"\";s:11:\"hover_color\";s:0:\"\";s:13:\"heading_color\";s:0:\"\";s:7:\"bg_type\";s:4:\"none\";s:8:\"bg_image\";s:0:\"\";s:9:\"bg_repeat\";s:9:\"no-repeat\";s:11:\"bg_position\";s:13:\"center center\";s:13:\"bg_attachment\";s:6:\"scroll\";s:7:\"bg_size\";s:5:\"cover\";s:15:\"bg_video_source\";s:9:\"wordpress\";s:8:\"bg_video\";s:0:\"\";s:13:\"bg_video_webm\";s:0:\"\";s:16:\"bg_video_url_mp4\";s:0:\"\";s:17:\"bg_video_url_webm\";s:0:\"\";s:20:\"bg_video_service_url\";s:0:\"\";s:14:\"bg_video_audio\";s:2:\"no\";s:17:\"bg_video_fallback\";s:0:\"\";s:9:\"ss_source\";s:9:\"wordpress\";s:9:\"ss_photos\";s:0:\"\";s:11:\"ss_feed_url\";s:0:\"\";s:8:\"ss_speed\";s:1:\"3\";s:13:\"ss_transition\";s:4:\"fade\";s:21:\"ss_transitionDuration\";s:1:\"1\";s:12:\"ss_randomize\";s:5:\"false\";s:17:\"bg_parallax_image\";s:0:\"\";s:17:\"bg_parallax_speed\";s:1:\"2\";s:8:\"bg_color\";s:0:\"\";s:10:\"bg_opacity\";s:3:\"100\";s:16:\"bg_overlay_color\";s:0:\"\";s:18:\"bg_overlay_opacity\";s:2:\"50\";s:13:\"gradient_type\";s:6:\"linear\";s:14:\"gradient_color\";a:2:{s:7:\"primary\";s:6:\"d81660\";s:9:\"secondary\";s:6:\"7d22bd\";}s:16:\"linear_direction\";s:6:\"bottom\";s:11:\"border_type\";s:0:\"\";s:12:\"border_color\";s:0:\"\";s:14:\"border_opacity\";s:3:\"100\";s:9:\"is_enable\";s:2:\"no\";s:9:\"er_effect\";s:5:\"slide\";s:11:\"er_img_type\";s:4:\"none\";s:13:\"er_image_size\";s:0:\"\";s:12:\"er_icon_size\";s:0:\"\";s:16:\"er_icon_position\";s:4:\"left\";s:10:\"er_bg_type\";s:5:\"color\";s:14:\"er_title_align\";s:6:\"center\";s:11:\"er_bc_title\";s:0:\"\";s:17:\"er_bc_title_color\";s:0:\"\";s:18:\"er_bc_title_hcolor\";s:0:\"\";s:14:\"er_bc_bg_color\";s:0:\"\";s:15:\"er_bc_bg_hcolor\";s:0:\"\";s:10:\"er_bc_icon\";s:0:\"\";s:16:\"er_bc_icon_color\";s:0:\"\";s:17:\"er_bc_icon_hcolor\";s:0:\"\";s:11:\"er_bc_image\";s:0:\"\";s:14:\"er_bc_bg_image\";s:0:\"\";s:11:\"er_ac_title\";s:0:\"\";s:17:\"er_ac_title_color\";s:0:\"\";s:18:\"er_ac_title_hcolor\";s:0:\"\";s:14:\"er_ac_bg_color\";s:0:\"\";s:15:\"er_ac_bg_hcolor\";s:0:\"\";s:10:\"er_ac_icon\";s:0:\"\";s:16:\"er_ac_icon_color\";s:0:\"\";s:17:\"er_ac_icon_hcolor\";s:0:\"\";s:11:\"er_ac_image\";s:0:\"\";s:14:\"er_ac_bg_image\";s:0:\"\";s:19:\"er_title_typography\";s:0:\"\";s:12:\"er_font_size\";s:0:\"\";s:14:\"er_line_height\";s:0:\"\";s:14:\"er_padding_top\";s:0:\"\";s:17:\"er_padding_bottom\";s:0:\"\";s:15:\"er_padding_left\";s:0:\"\";s:16:\"er_padding_right\";s:0:\"\";s:16:\"enable_separator\";s:2:\"no\";s:14:\"separator_type\";s:4:\"none\";s:15:\"separator_color\";s:6:\"ffffff\";s:16:\"separator_shadow\";s:6:\"f4f4f4\";s:16:\"separator_height\";s:3:\"100\";s:18:\"separator_position\";s:3:\"top\";s:16:\"separator_tablet\";s:2:\"no\";s:23:\"separator_height_tablet\";s:0:\"\";s:16:\"separator_mobile\";s:2:\"no\";s:23:\"separator_height_mobile\";s:0:\"\";s:21:\"separator_type_bottom\";s:4:\"none\";s:22:\"separator_color_bottom\";s:6:\"ffffff\";s:23:\"separator_shadow_bottom\";s:6:\"f4f4f4\";s:23:\"separator_height_bottom\";s:3:\"100\";s:23:\"separator_tablet_bottom\";s:2:\"no\";s:30:\"separator_height_tablet_bottom\";s:0:\"\";s:23:\"separator_mobile_bottom\";s:2:\"no\";s:30:\"separator_height_mobile_bottom\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:18:\"visibility_display\";s:0:\"\";s:26:\"visibility_user_capability\";s:0:\"\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:10:\"border_top\";s:0:\"\";s:17:\"border_top_medium\";s:0:\"\";s:21:\"border_top_responsive\";s:0:\"\";s:12:\"border_right\";s:0:\"\";s:19:\"border_right_medium\";s:0:\"\";s:23:\"border_right_responsive\";s:0:\"\";s:13:\"border_bottom\";s:0:\"\";s:20:\"border_bottom_medium\";s:0:\"\";s:24:\"border_bottom_responsive\";s:0:\"\";s:11:\"border_left\";s:0:\"\";s:18:\"border_left_medium\";s:0:\"\";s:22:\"border_left_responsive\";s:0:\"\";s:10:\"margin_top\";s:0:\"\";s:17:\"margin_top_medium\";s:0:\"\";s:21:\"margin_top_responsive\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:19:\"margin_right_medium\";s:0:\"\";s:23:\"margin_right_responsive\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:20:\"margin_bottom_medium\";s:0:\"\";s:24:\"margin_bottom_responsive\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:18:\"margin_left_medium\";s:0:\"\";s:22:\"margin_left_responsive\";s:0:\"\";s:11:\"padding_top\";s:1:\"0\";s:18:\"padding_top_medium\";s:0:\"\";s:22:\"padding_top_responsive\";s:0:\"\";s:13:\"padding_right\";s:1:\"0\";s:20:\"padding_right_medium\";s:0:\"\";s:24:\"padding_right_responsive\";s:0:\"\";s:14:\"padding_bottom\";s:1:\"0\";s:21:\"padding_bottom_medium\";s:0:\"\";s:25:\"padding_bottom_responsive\";s:0:\"\";s:12:\"padding_left\";s:1:\"0\";s:19:\"padding_left_medium\";s:0:\"\";s:23:\"padding_left_responsive\";s:0:\"\";s:12:\"bg_image_src\";s:0:\"\";s:21:\"bg_video_fallback_src\";s:0:\"\";s:21:\"bg_parallax_image_src\";s:0:\"\";s:15:\"er_bc_image_src\";s:0:\"\";s:18:\"er_bc_bg_image_src\";s:0:\"\";s:15:\"er_ac_image_src\";s:0:\"\";s:18:\"er_ac_bg_image_src\";s:0:\"\";}}s:13:\"5af14ef6eaad1\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5af14ef6eaad1\";s:4:\"type\";s:12:\"column-group\";s:6:\"parent\";s:13:\"5af14ef6b68a7\";s:8:\"position\";i:0;s:8:\"settings\";s:0:\"\";}s:13:\"5af14ef6eabbf\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5af14ef6eabbf\";s:4:\"type\";s:6:\"column\";s:6:\"parent\";s:13:\"5af14ef6eaad1\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":1:{s:4:\"size\";i:100;}}s:13:\"5af14ef6b676b\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5af14ef6b676b\";s:4:\"type\";s:6:\"module\";s:6:\"parent\";s:13:\"5af14ef6eabbf\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":22:{s:4:\"text\";s:5797:\"<h1><strong><span style=\"font-size: 26px;\">SERVICES</span></strong></h1>\n<strong>Personal Consultation</strong>\n\nRunning this business has meant that we\'ve needed to become experts about how to re-use our pieces. Many can just be displayed as art, which they are, but it is also interesting to try to integrate an artifact into new construction or restoration. Our experience in doing just that can save you time and energy if you bring us your projects early on so that we can help you find pieces that will complement your ideas. Many architectural elements also lend themselves to being re-used in a totally different context; a column capital as a table base, grilles incorporated into folding doors or a window frame made into a mirror. These are just a few of the ideas that we\'ve come up with and can share with you. You can see some examples in our book \"Irreplaceable Artifacts: Decorating the Home with Architectural Ornament\".\n\n<strong>Retrofitting and Restoration</strong>\n\nOver the years we have assembled a list of trades\' people who are skilled at restoring, modifying or installing the many unique pieces that we sell. Whether it is an entire paneled room, a fireplace, stained glass or vintage plumbing, we have worked with the best in the field. Please ask us for recommendations and suggestions.\n\n<strong>Acquisitions and Reclamations</strong>\n\nSince our beginning over 35 years ago we have held fast and steady to our principles: being committed to saving what we can in this world from senseless destruction and from the landfill. Whether demolition is senseless, controversial, needed or elective, we have no control over these decisions. However, we have a long established track record of saving the best of a building and giving the pieces a new life for future generations to enjoy. Since that was the original intent of architectural ornament we have played a major part in raising the public\'s awareness of architectural ornament and making preservation a household word.\n\nAdditionally, many of our pieces have found new homes in various museums around the world including thousands of fine residences and commercial establishments.\n\n<strong>Dismantling Services</strong>\n\nIf you intend to save some or all of the ornament from a building(s) and need it professionally removed, we can do it for you: from a paneled room, to a marble fireplace to a built-in mosaic.\n\nSince our success depends on a wide variety of skills and experience saving pieces from old buildings that we dismantle, undoubtedly the success is heavily attributed to our extraction expertise. More often than we would like, we are placed under tight deadlines in construction schedules. As of this printing the McCutcheon House is a prime example of having to perform “The Impossible”, we are able to dispatch a team on a moment’s notice to do all levels of work.\n\nIf you intend to save some or all of the ornament from a building(s) and need it professionally removed, we can do it for you: from a paneled room, to a marble fireplace to a built-in mosaic.\n\nSince our success depends on a wide variety of skills and experience saving pieces from old buildings that we dismantle, undoubtedly the success is heavily attributed to our extraction expertise. More often than we would like, we are placed under tight deadlines in construction schedules. As of this printing the McCutcheon House is a prime example of having to perform \"The Impossible\", we are able to dispatch a team on a moment\'s notice to do all levels of work.\n\nWe had only 3½ days to get everything out of this house including saving some pieces for the owners.\n\nSome of our work for others in the past includes The New York City Landmarks Preservation Commission, NY State Dormitory Authority, NYC Department of Parks and Recreation, Bear Stearns, Turner Construction, HRH Construction, Hartz Mountain Industries, and many private individuals. .... pic of house in CT\n\n<strong>Sales & Liquidations & Deaccessions</strong>\n\nMany times—over the years—we have been commissioned to liquidate and sell either collections or complete building contents. For example: a church, a hotel, or another institution is about to undergo a major renovation or demolition, and we are called in to maximize the value of an asset normally intended for the landfill. Why spend money throwing out materials that can be re-cycled and re-used?\n\nAnother part of our service is arranging to channel materials to various non-profits for a tax credit for the donation. Whether you are an owner\'s representative, architect, interior designer or another trade you can be a hero for yourself, your client, and the environment by turning them on to us for a free evaluation of their properties.\n\n<strong>Replications and Reproductions</strong>\n\nWe took the initiative many years ago to collect numerous great old and original lights that were made as long as over 100 years ago and to authentically replicate them. If you have an entryway that is missing one or all of the lights we can replicate almost anything.\n\nWe have assembled a nice collection of originals that we sell and have copies of. This way the best result is achieved every time one passes by. Great entry lights always define and set the mood for the rest of the building or house and maintaining the first impression when one sees a structure is vitally important. We invite you to browse the web site to see a fuller representation of what our collection has to offer. You are also invited to email us photos of your building and we can send you back some recommendations that we feel are suitable. If you are going for Landmark approvals on historic buildings you can be assured that our pieces always pass the scrutiny of any Board or Panel and we are \"the preferred source\".\";s:18:\"responsive_display\";s:0:\"\";s:18:\"visibility_display\";s:0:\"\";s:26:\"visibility_user_capability\";s:0:\"\";s:9:\"animation\";s:0:\"\";s:15:\"animation_delay\";s:3:\"0.0\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:10:\"margin_top\";s:0:\"\";s:17:\"margin_top_medium\";s:0:\"\";s:21:\"margin_top_responsive\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:19:\"margin_right_medium\";s:0:\"\";s:23:\"margin_right_responsive\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:20:\"margin_bottom_medium\";s:0:\"\";s:24:\"margin_bottom_responsive\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:18:\"margin_left_medium\";s:0:\"\";s:22:\"margin_left_responsive\";s:0:\"\";s:4:\"type\";s:9:\"rich-text\";s:24:\"flrich1525763831507_text\";s:0:\"\";}}}'),(396,49,'_fl_builder_draft_settings','O:8:\"stdClass\":2:{s:3:\"css\";s:0:\"\";s:2:\"js\";s:0:\"\";}'),(397,49,'_fl_builder_data','a:4:{s:13:\"5af14ef6b68a7\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5af14ef6b68a7\";s:4:\"type\";s:3:\"row\";s:6:\"parent\";N;s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":143:{s:5:\"width\";s:5:\"fixed\";s:13:\"content_width\";s:5:\"fixed\";s:17:\"max_content_width\";s:0:\"\";s:11:\"full_height\";s:7:\"default\";s:17:\"content_alignment\";s:6:\"center\";s:10:\"text_color\";s:0:\"\";s:10:\"link_color\";s:0:\"\";s:11:\"hover_color\";s:0:\"\";s:13:\"heading_color\";s:0:\"\";s:7:\"bg_type\";s:4:\"none\";s:8:\"bg_image\";s:0:\"\";s:9:\"bg_repeat\";s:9:\"no-repeat\";s:11:\"bg_position\";s:13:\"center center\";s:13:\"bg_attachment\";s:6:\"scroll\";s:7:\"bg_size\";s:5:\"cover\";s:15:\"bg_video_source\";s:9:\"wordpress\";s:8:\"bg_video\";s:0:\"\";s:13:\"bg_video_webm\";s:0:\"\";s:16:\"bg_video_url_mp4\";s:0:\"\";s:17:\"bg_video_url_webm\";s:0:\"\";s:20:\"bg_video_service_url\";s:0:\"\";s:14:\"bg_video_audio\";s:2:\"no\";s:17:\"bg_video_fallback\";s:0:\"\";s:9:\"ss_source\";s:9:\"wordpress\";s:9:\"ss_photos\";s:0:\"\";s:11:\"ss_feed_url\";s:0:\"\";s:8:\"ss_speed\";s:1:\"3\";s:13:\"ss_transition\";s:4:\"fade\";s:21:\"ss_transitionDuration\";s:1:\"1\";s:12:\"ss_randomize\";s:5:\"false\";s:17:\"bg_parallax_image\";s:0:\"\";s:17:\"bg_parallax_speed\";s:1:\"2\";s:8:\"bg_color\";s:0:\"\";s:10:\"bg_opacity\";s:3:\"100\";s:16:\"bg_overlay_color\";s:0:\"\";s:18:\"bg_overlay_opacity\";s:2:\"50\";s:13:\"gradient_type\";s:6:\"linear\";s:14:\"gradient_color\";a:2:{s:7:\"primary\";s:6:\"d81660\";s:9:\"secondary\";s:6:\"7d22bd\";}s:16:\"linear_direction\";s:6:\"bottom\";s:11:\"border_type\";s:0:\"\";s:12:\"border_color\";s:0:\"\";s:14:\"border_opacity\";s:3:\"100\";s:9:\"is_enable\";s:2:\"no\";s:9:\"er_effect\";s:5:\"slide\";s:11:\"er_img_type\";s:4:\"none\";s:13:\"er_image_size\";s:0:\"\";s:12:\"er_icon_size\";s:0:\"\";s:16:\"er_icon_position\";s:4:\"left\";s:10:\"er_bg_type\";s:5:\"color\";s:14:\"er_title_align\";s:6:\"center\";s:11:\"er_bc_title\";s:0:\"\";s:17:\"er_bc_title_color\";s:0:\"\";s:18:\"er_bc_title_hcolor\";s:0:\"\";s:14:\"er_bc_bg_color\";s:0:\"\";s:15:\"er_bc_bg_hcolor\";s:0:\"\";s:10:\"er_bc_icon\";s:0:\"\";s:16:\"er_bc_icon_color\";s:0:\"\";s:17:\"er_bc_icon_hcolor\";s:0:\"\";s:11:\"er_bc_image\";s:0:\"\";s:14:\"er_bc_bg_image\";s:0:\"\";s:11:\"er_ac_title\";s:0:\"\";s:17:\"er_ac_title_color\";s:0:\"\";s:18:\"er_ac_title_hcolor\";s:0:\"\";s:14:\"er_ac_bg_color\";s:0:\"\";s:15:\"er_ac_bg_hcolor\";s:0:\"\";s:10:\"er_ac_icon\";s:0:\"\";s:16:\"er_ac_icon_color\";s:0:\"\";s:17:\"er_ac_icon_hcolor\";s:0:\"\";s:11:\"er_ac_image\";s:0:\"\";s:14:\"er_ac_bg_image\";s:0:\"\";s:19:\"er_title_typography\";s:0:\"\";s:12:\"er_font_size\";s:0:\"\";s:14:\"er_line_height\";s:0:\"\";s:14:\"er_padding_top\";s:0:\"\";s:17:\"er_padding_bottom\";s:0:\"\";s:15:\"er_padding_left\";s:0:\"\";s:16:\"er_padding_right\";s:0:\"\";s:16:\"enable_separator\";s:2:\"no\";s:14:\"separator_type\";s:4:\"none\";s:15:\"separator_color\";s:6:\"ffffff\";s:16:\"separator_shadow\";s:6:\"f4f4f4\";s:16:\"separator_height\";s:3:\"100\";s:18:\"separator_position\";s:3:\"top\";s:16:\"separator_tablet\";s:2:\"no\";s:23:\"separator_height_tablet\";s:0:\"\";s:16:\"separator_mobile\";s:2:\"no\";s:23:\"separator_height_mobile\";s:0:\"\";s:21:\"separator_type_bottom\";s:4:\"none\";s:22:\"separator_color_bottom\";s:6:\"ffffff\";s:23:\"separator_shadow_bottom\";s:6:\"f4f4f4\";s:23:\"separator_height_bottom\";s:3:\"100\";s:23:\"separator_tablet_bottom\";s:2:\"no\";s:30:\"separator_height_tablet_bottom\";s:0:\"\";s:23:\"separator_mobile_bottom\";s:2:\"no\";s:30:\"separator_height_mobile_bottom\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:18:\"visibility_display\";s:0:\"\";s:26:\"visibility_user_capability\";s:0:\"\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:10:\"border_top\";s:0:\"\";s:17:\"border_top_medium\";s:0:\"\";s:21:\"border_top_responsive\";s:0:\"\";s:12:\"border_right\";s:0:\"\";s:19:\"border_right_medium\";s:0:\"\";s:23:\"border_right_responsive\";s:0:\"\";s:13:\"border_bottom\";s:0:\"\";s:20:\"border_bottom_medium\";s:0:\"\";s:24:\"border_bottom_responsive\";s:0:\"\";s:11:\"border_left\";s:0:\"\";s:18:\"border_left_medium\";s:0:\"\";s:22:\"border_left_responsive\";s:0:\"\";s:10:\"margin_top\";s:0:\"\";s:17:\"margin_top_medium\";s:0:\"\";s:21:\"margin_top_responsive\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:19:\"margin_right_medium\";s:0:\"\";s:23:\"margin_right_responsive\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:20:\"margin_bottom_medium\";s:0:\"\";s:24:\"margin_bottom_responsive\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:18:\"margin_left_medium\";s:0:\"\";s:22:\"margin_left_responsive\";s:0:\"\";s:11:\"padding_top\";s:1:\"0\";s:18:\"padding_top_medium\";s:0:\"\";s:22:\"padding_top_responsive\";s:0:\"\";s:13:\"padding_right\";s:1:\"0\";s:20:\"padding_right_medium\";s:0:\"\";s:24:\"padding_right_responsive\";s:0:\"\";s:14:\"padding_bottom\";s:1:\"0\";s:21:\"padding_bottom_medium\";s:0:\"\";s:25:\"padding_bottom_responsive\";s:0:\"\";s:12:\"padding_left\";s:1:\"0\";s:19:\"padding_left_medium\";s:0:\"\";s:23:\"padding_left_responsive\";s:0:\"\";s:12:\"bg_image_src\";s:0:\"\";s:21:\"bg_video_fallback_src\";s:0:\"\";s:21:\"bg_parallax_image_src\";s:0:\"\";s:15:\"er_bc_image_src\";s:0:\"\";s:18:\"er_bc_bg_image_src\";s:0:\"\";s:15:\"er_ac_image_src\";s:0:\"\";s:18:\"er_ac_bg_image_src\";s:0:\"\";}}s:13:\"5af14ef6eaad1\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5af14ef6eaad1\";s:4:\"type\";s:12:\"column-group\";s:6:\"parent\";s:13:\"5af14ef6b68a7\";s:8:\"position\";i:0;s:8:\"settings\";s:0:\"\";}s:13:\"5af14ef6eabbf\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5af14ef6eabbf\";s:4:\"type\";s:6:\"column\";s:6:\"parent\";s:13:\"5af14ef6eaad1\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":1:{s:4:\"size\";i:100;}}s:13:\"5af14ef6b676b\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5af14ef6b676b\";s:4:\"type\";s:6:\"module\";s:6:\"parent\";s:13:\"5af14ef6eabbf\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":22:{s:4:\"text\";s:5797:\"<h1><strong><span style=\"font-size: 26px;\">SERVICES</span></strong></h1>\n<strong>Personal Consultation</strong>\n\nRunning this business has meant that we\'ve needed to become experts about how to re-use our pieces. Many can just be displayed as art, which they are, but it is also interesting to try to integrate an artifact into new construction or restoration. Our experience in doing just that can save you time and energy if you bring us your projects early on so that we can help you find pieces that will complement your ideas. Many architectural elements also lend themselves to being re-used in a totally different context; a column capital as a table base, grilles incorporated into folding doors or a window frame made into a mirror. These are just a few of the ideas that we\'ve come up with and can share with you. You can see some examples in our book \"Irreplaceable Artifacts: Decorating the Home with Architectural Ornament\".\n\n<strong>Retrofitting and Restoration</strong>\n\nOver the years we have assembled a list of trades\' people who are skilled at restoring, modifying or installing the many unique pieces that we sell. Whether it is an entire paneled room, a fireplace, stained glass or vintage plumbing, we have worked with the best in the field. Please ask us for recommendations and suggestions.\n\n<strong>Acquisitions and Reclamations</strong>\n\nSince our beginning over 35 years ago we have held fast and steady to our principles: being committed to saving what we can in this world from senseless destruction and from the landfill. Whether demolition is senseless, controversial, needed or elective, we have no control over these decisions. However, we have a long established track record of saving the best of a building and giving the pieces a new life for future generations to enjoy. Since that was the original intent of architectural ornament we have played a major part in raising the public\'s awareness of architectural ornament and making preservation a household word.\n\nAdditionally, many of our pieces have found new homes in various museums around the world including thousands of fine residences and commercial establishments.\n\n<strong>Dismantling Services</strong>\n\nIf you intend to save some or all of the ornament from a building(s) and need it professionally removed, we can do it for you: from a paneled room, to a marble fireplace to a built-in mosaic.\n\nSince our success depends on a wide variety of skills and experience saving pieces from old buildings that we dismantle, undoubtedly the success is heavily attributed to our extraction expertise. More often than we would like, we are placed under tight deadlines in construction schedules. As of this printing the McCutcheon House is a prime example of having to perform “The Impossible”, we are able to dispatch a team on a moment’s notice to do all levels of work.\n\nIf you intend to save some or all of the ornament from a building(s) and need it professionally removed, we can do it for you: from a paneled room, to a marble fireplace to a built-in mosaic.\n\nSince our success depends on a wide variety of skills and experience saving pieces from old buildings that we dismantle, undoubtedly the success is heavily attributed to our extraction expertise. More often than we would like, we are placed under tight deadlines in construction schedules. As of this printing the McCutcheon House is a prime example of having to perform \"The Impossible\", we are able to dispatch a team on a moment\'s notice to do all levels of work.\n\nWe had only 3½ days to get everything out of this house including saving some pieces for the owners.\n\nSome of our work for others in the past includes The New York City Landmarks Preservation Commission, NY State Dormitory Authority, NYC Department of Parks and Recreation, Bear Stearns, Turner Construction, HRH Construction, Hartz Mountain Industries, and many private individuals. .... pic of house in CT\n\n<strong>Sales & Liquidations & Deaccessions</strong>\n\nMany times—over the years—we have been commissioned to liquidate and sell either collections or complete building contents. For example: a church, a hotel, or another institution is about to undergo a major renovation or demolition, and we are called in to maximize the value of an asset normally intended for the landfill. Why spend money throwing out materials that can be re-cycled and re-used?\n\nAnother part of our service is arranging to channel materials to various non-profits for a tax credit for the donation. Whether you are an owner\'s representative, architect, interior designer or another trade you can be a hero for yourself, your client, and the environment by turning them on to us for a free evaluation of their properties.\n\n<strong>Replications and Reproductions</strong>\n\nWe took the initiative many years ago to collect numerous great old and original lights that were made as long as over 100 years ago and to authentically replicate them. If you have an entryway that is missing one or all of the lights we can replicate almost anything.\n\nWe have assembled a nice collection of originals that we sell and have copies of. This way the best result is achieved every time one passes by. Great entry lights always define and set the mood for the rest of the building or house and maintaining the first impression when one sees a structure is vitally important. We invite you to browse the web site to see a fuller representation of what our collection has to offer. You are also invited to email us photos of your building and we can send you back some recommendations that we feel are suitable. If you are going for Landmark approvals on historic buildings you can be assured that our pieces always pass the scrutiny of any Board or Panel and we are \"the preferred source\".\";s:18:\"responsive_display\";s:0:\"\";s:18:\"visibility_display\";s:0:\"\";s:26:\"visibility_user_capability\";s:0:\"\";s:9:\"animation\";s:0:\"\";s:15:\"animation_delay\";s:3:\"0.0\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:10:\"margin_top\";s:0:\"\";s:17:\"margin_top_medium\";s:0:\"\";s:21:\"margin_top_responsive\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:19:\"margin_right_medium\";s:0:\"\";s:23:\"margin_right_responsive\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:20:\"margin_bottom_medium\";s:0:\"\";s:24:\"margin_bottom_responsive\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:18:\"margin_left_medium\";s:0:\"\";s:22:\"margin_left_responsive\";s:0:\"\";s:4:\"type\";s:9:\"rich-text\";s:24:\"flrich1525763831507_text\";s:0:\"\";}}}'),(398,49,'_fl_builder_data_settings','O:8:\"stdClass\":2:{s:3:\"css\";s:0:\"\";s:2:\"js\";s:0:\"\";}'),(399,49,'_fl_builder_enabled','1'),(400,85,'_fl_builder_data','a:4:{s:13:\"5af14ef6b68a7\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5af14ef6b68a7\";s:4:\"type\";s:3:\"row\";s:6:\"parent\";N;s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":143:{s:5:\"width\";s:5:\"fixed\";s:13:\"content_width\";s:5:\"fixed\";s:17:\"max_content_width\";s:0:\"\";s:11:\"full_height\";s:7:\"default\";s:17:\"content_alignment\";s:6:\"center\";s:10:\"text_color\";s:0:\"\";s:10:\"link_color\";s:0:\"\";s:11:\"hover_color\";s:0:\"\";s:13:\"heading_color\";s:0:\"\";s:7:\"bg_type\";s:4:\"none\";s:8:\"bg_image\";s:0:\"\";s:9:\"bg_repeat\";s:9:\"no-repeat\";s:11:\"bg_position\";s:13:\"center center\";s:13:\"bg_attachment\";s:6:\"scroll\";s:7:\"bg_size\";s:5:\"cover\";s:15:\"bg_video_source\";s:9:\"wordpress\";s:8:\"bg_video\";s:0:\"\";s:13:\"bg_video_webm\";s:0:\"\";s:16:\"bg_video_url_mp4\";s:0:\"\";s:17:\"bg_video_url_webm\";s:0:\"\";s:20:\"bg_video_service_url\";s:0:\"\";s:14:\"bg_video_audio\";s:2:\"no\";s:17:\"bg_video_fallback\";s:0:\"\";s:9:\"ss_source\";s:9:\"wordpress\";s:9:\"ss_photos\";s:0:\"\";s:11:\"ss_feed_url\";s:0:\"\";s:8:\"ss_speed\";s:1:\"3\";s:13:\"ss_transition\";s:4:\"fade\";s:21:\"ss_transitionDuration\";s:1:\"1\";s:12:\"ss_randomize\";s:5:\"false\";s:17:\"bg_parallax_image\";s:0:\"\";s:17:\"bg_parallax_speed\";s:1:\"2\";s:8:\"bg_color\";s:0:\"\";s:10:\"bg_opacity\";s:3:\"100\";s:16:\"bg_overlay_color\";s:0:\"\";s:18:\"bg_overlay_opacity\";s:2:\"50\";s:13:\"gradient_type\";s:6:\"linear\";s:14:\"gradient_color\";a:2:{s:7:\"primary\";s:6:\"d81660\";s:9:\"secondary\";s:6:\"7d22bd\";}s:16:\"linear_direction\";s:6:\"bottom\";s:11:\"border_type\";s:0:\"\";s:12:\"border_color\";s:0:\"\";s:14:\"border_opacity\";s:3:\"100\";s:9:\"is_enable\";s:2:\"no\";s:9:\"er_effect\";s:5:\"slide\";s:11:\"er_img_type\";s:4:\"none\";s:13:\"er_image_size\";s:0:\"\";s:12:\"er_icon_size\";s:0:\"\";s:16:\"er_icon_position\";s:4:\"left\";s:10:\"er_bg_type\";s:5:\"color\";s:14:\"er_title_align\";s:6:\"center\";s:11:\"er_bc_title\";s:0:\"\";s:17:\"er_bc_title_color\";s:0:\"\";s:18:\"er_bc_title_hcolor\";s:0:\"\";s:14:\"er_bc_bg_color\";s:0:\"\";s:15:\"er_bc_bg_hcolor\";s:0:\"\";s:10:\"er_bc_icon\";s:0:\"\";s:16:\"er_bc_icon_color\";s:0:\"\";s:17:\"er_bc_icon_hcolor\";s:0:\"\";s:11:\"er_bc_image\";s:0:\"\";s:14:\"er_bc_bg_image\";s:0:\"\";s:11:\"er_ac_title\";s:0:\"\";s:17:\"er_ac_title_color\";s:0:\"\";s:18:\"er_ac_title_hcolor\";s:0:\"\";s:14:\"er_ac_bg_color\";s:0:\"\";s:15:\"er_ac_bg_hcolor\";s:0:\"\";s:10:\"er_ac_icon\";s:0:\"\";s:16:\"er_ac_icon_color\";s:0:\"\";s:17:\"er_ac_icon_hcolor\";s:0:\"\";s:11:\"er_ac_image\";s:0:\"\";s:14:\"er_ac_bg_image\";s:0:\"\";s:19:\"er_title_typography\";s:0:\"\";s:12:\"er_font_size\";s:0:\"\";s:14:\"er_line_height\";s:0:\"\";s:14:\"er_padding_top\";s:0:\"\";s:17:\"er_padding_bottom\";s:0:\"\";s:15:\"er_padding_left\";s:0:\"\";s:16:\"er_padding_right\";s:0:\"\";s:16:\"enable_separator\";s:2:\"no\";s:14:\"separator_type\";s:4:\"none\";s:15:\"separator_color\";s:6:\"ffffff\";s:16:\"separator_shadow\";s:6:\"f4f4f4\";s:16:\"separator_height\";s:3:\"100\";s:18:\"separator_position\";s:3:\"top\";s:16:\"separator_tablet\";s:2:\"no\";s:23:\"separator_height_tablet\";s:0:\"\";s:16:\"separator_mobile\";s:2:\"no\";s:23:\"separator_height_mobile\";s:0:\"\";s:21:\"separator_type_bottom\";s:4:\"none\";s:22:\"separator_color_bottom\";s:6:\"ffffff\";s:23:\"separator_shadow_bottom\";s:6:\"f4f4f4\";s:23:\"separator_height_bottom\";s:3:\"100\";s:23:\"separator_tablet_bottom\";s:2:\"no\";s:30:\"separator_height_tablet_bottom\";s:0:\"\";s:23:\"separator_mobile_bottom\";s:2:\"no\";s:30:\"separator_height_mobile_bottom\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:18:\"visibility_display\";s:0:\"\";s:26:\"visibility_user_capability\";s:0:\"\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:10:\"border_top\";s:0:\"\";s:17:\"border_top_medium\";s:0:\"\";s:21:\"border_top_responsive\";s:0:\"\";s:12:\"border_right\";s:0:\"\";s:19:\"border_right_medium\";s:0:\"\";s:23:\"border_right_responsive\";s:0:\"\";s:13:\"border_bottom\";s:0:\"\";s:20:\"border_bottom_medium\";s:0:\"\";s:24:\"border_bottom_responsive\";s:0:\"\";s:11:\"border_left\";s:0:\"\";s:18:\"border_left_medium\";s:0:\"\";s:22:\"border_left_responsive\";s:0:\"\";s:10:\"margin_top\";s:0:\"\";s:17:\"margin_top_medium\";s:0:\"\";s:21:\"margin_top_responsive\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:19:\"margin_right_medium\";s:0:\"\";s:23:\"margin_right_responsive\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:20:\"margin_bottom_medium\";s:0:\"\";s:24:\"margin_bottom_responsive\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:18:\"margin_left_medium\";s:0:\"\";s:22:\"margin_left_responsive\";s:0:\"\";s:11:\"padding_top\";s:1:\"0\";s:18:\"padding_top_medium\";s:0:\"\";s:22:\"padding_top_responsive\";s:0:\"\";s:13:\"padding_right\";s:1:\"0\";s:20:\"padding_right_medium\";s:0:\"\";s:24:\"padding_right_responsive\";s:0:\"\";s:14:\"padding_bottom\";s:1:\"0\";s:21:\"padding_bottom_medium\";s:0:\"\";s:25:\"padding_bottom_responsive\";s:0:\"\";s:12:\"padding_left\";s:1:\"0\";s:19:\"padding_left_medium\";s:0:\"\";s:23:\"padding_left_responsive\";s:0:\"\";s:12:\"bg_image_src\";s:0:\"\";s:21:\"bg_video_fallback_src\";s:0:\"\";s:21:\"bg_parallax_image_src\";s:0:\"\";s:15:\"er_bc_image_src\";s:0:\"\";s:18:\"er_bc_bg_image_src\";s:0:\"\";s:15:\"er_ac_image_src\";s:0:\"\";s:18:\"er_ac_bg_image_src\";s:0:\"\";}}s:13:\"5af14ef6eaad1\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5af14ef6eaad1\";s:4:\"type\";s:12:\"column-group\";s:6:\"parent\";s:13:\"5af14ef6b68a7\";s:8:\"position\";i:0;s:8:\"settings\";s:0:\"\";}s:13:\"5af14ef6eabbf\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5af14ef6eabbf\";s:4:\"type\";s:6:\"column\";s:6:\"parent\";s:13:\"5af14ef6eaad1\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":1:{s:4:\"size\";i:100;}}s:13:\"5af14ef6b676b\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5af14ef6b676b\";s:4:\"type\";s:6:\"module\";s:6:\"parent\";s:13:\"5af14ef6eabbf\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":22:{s:4:\"text\";s:5797:\"<h1><strong><span style=\"font-size: 26px;\">SERVICES</span></strong></h1>\n<strong>Personal Consultation</strong>\n\nRunning this business has meant that we\'ve needed to become experts about how to re-use our pieces. Many can just be displayed as art, which they are, but it is also interesting to try to integrate an artifact into new construction or restoration. Our experience in doing just that can save you time and energy if you bring us your projects early on so that we can help you find pieces that will complement your ideas. Many architectural elements also lend themselves to being re-used in a totally different context; a column capital as a table base, grilles incorporated into folding doors or a window frame made into a mirror. These are just a few of the ideas that we\'ve come up with and can share with you. You can see some examples in our book \"Irreplaceable Artifacts: Decorating the Home with Architectural Ornament\".\n\n<strong>Retrofitting and Restoration</strong>\n\nOver the years we have assembled a list of trades\' people who are skilled at restoring, modifying or installing the many unique pieces that we sell. Whether it is an entire paneled room, a fireplace, stained glass or vintage plumbing, we have worked with the best in the field. Please ask us for recommendations and suggestions.\n\n<strong>Acquisitions and Reclamations</strong>\n\nSince our beginning over 35 years ago we have held fast and steady to our principles: being committed to saving what we can in this world from senseless destruction and from the landfill. Whether demolition is senseless, controversial, needed or elective, we have no control over these decisions. However, we have a long established track record of saving the best of a building and giving the pieces a new life for future generations to enjoy. Since that was the original intent of architectural ornament we have played a major part in raising the public\'s awareness of architectural ornament and making preservation a household word.\n\nAdditionally, many of our pieces have found new homes in various museums around the world including thousands of fine residences and commercial establishments.\n\n<strong>Dismantling Services</strong>\n\nIf you intend to save some or all of the ornament from a building(s) and need it professionally removed, we can do it for you: from a paneled room, to a marble fireplace to a built-in mosaic.\n\nSince our success depends on a wide variety of skills and experience saving pieces from old buildings that we dismantle, undoubtedly the success is heavily attributed to our extraction expertise. More often than we would like, we are placed under tight deadlines in construction schedules. As of this printing the McCutcheon House is a prime example of having to perform “The Impossible”, we are able to dispatch a team on a moment’s notice to do all levels of work.\n\nIf you intend to save some or all of the ornament from a building(s) and need it professionally removed, we can do it for you: from a paneled room, to a marble fireplace to a built-in mosaic.\n\nSince our success depends on a wide variety of skills and experience saving pieces from old buildings that we dismantle, undoubtedly the success is heavily attributed to our extraction expertise. More often than we would like, we are placed under tight deadlines in construction schedules. As of this printing the McCutcheon House is a prime example of having to perform \"The Impossible\", we are able to dispatch a team on a moment\'s notice to do all levels of work.\n\nWe had only 3½ days to get everything out of this house including saving some pieces for the owners.\n\nSome of our work for others in the past includes The New York City Landmarks Preservation Commission, NY State Dormitory Authority, NYC Department of Parks and Recreation, Bear Stearns, Turner Construction, HRH Construction, Hartz Mountain Industries, and many private individuals. .... pic of house in CT\n\n<strong>Sales & Liquidations & Deaccessions</strong>\n\nMany times—over the years—we have been commissioned to liquidate and sell either collections or complete building contents. For example: a church, a hotel, or another institution is about to undergo a major renovation or demolition, and we are called in to maximize the value of an asset normally intended for the landfill. Why spend money throwing out materials that can be re-cycled and re-used?\n\nAnother part of our service is arranging to channel materials to various non-profits for a tax credit for the donation. Whether you are an owner\'s representative, architect, interior designer or another trade you can be a hero for yourself, your client, and the environment by turning them on to us for a free evaluation of their properties.\n\n<strong>Replications and Reproductions</strong>\n\nWe took the initiative many years ago to collect numerous great old and original lights that were made as long as over 100 years ago and to authentically replicate them. If you have an entryway that is missing one or all of the lights we can replicate almost anything.\n\nWe have assembled a nice collection of originals that we sell and have copies of. This way the best result is achieved every time one passes by. Great entry lights always define and set the mood for the rest of the building or house and maintaining the first impression when one sees a structure is vitally important. We invite you to browse the web site to see a fuller representation of what our collection has to offer. You are also invited to email us photos of your building and we can send you back some recommendations that we feel are suitable. If you are going for Landmark approvals on historic buildings you can be assured that our pieces always pass the scrutiny of any Board or Panel and we are \"the preferred source\".\";s:18:\"responsive_display\";s:0:\"\";s:18:\"visibility_display\";s:0:\"\";s:26:\"visibility_user_capability\";s:0:\"\";s:9:\"animation\";s:0:\"\";s:15:\"animation_delay\";s:3:\"0.0\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:10:\"margin_top\";s:0:\"\";s:17:\"margin_top_medium\";s:0:\"\";s:21:\"margin_top_responsive\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:19:\"margin_right_medium\";s:0:\"\";s:23:\"margin_right_responsive\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:20:\"margin_bottom_medium\";s:0:\"\";s:24:\"margin_bottom_responsive\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:18:\"margin_left_medium\";s:0:\"\";s:22:\"margin_left_responsive\";s:0:\"\";s:4:\"type\";s:9:\"rich-text\";s:24:\"flrich1525763831507_text\";s:0:\"\";}}}'),(401,85,'_fl_builder_data_settings','O:8:\"stdClass\":2:{s:3:\"css\";s:0:\"\";s:2:\"js\";s:0:\"\";}'),(403,51,'_fl_builder_draft','a:15:{s:13:\"5af15042c2065\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5af15042c2065\";s:4:\"type\";s:3:\"row\";s:6:\"parent\";N;s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":143:{s:5:\"width\";s:5:\"fixed\";s:13:\"content_width\";s:5:\"fixed\";s:17:\"max_content_width\";s:0:\"\";s:11:\"full_height\";s:7:\"default\";s:17:\"content_alignment\";s:6:\"center\";s:10:\"text_color\";s:0:\"\";s:10:\"link_color\";s:0:\"\";s:11:\"hover_color\";s:0:\"\";s:13:\"heading_color\";s:0:\"\";s:7:\"bg_type\";s:4:\"none\";s:8:\"bg_image\";s:0:\"\";s:9:\"bg_repeat\";s:9:\"no-repeat\";s:11:\"bg_position\";s:13:\"center center\";s:13:\"bg_attachment\";s:6:\"scroll\";s:7:\"bg_size\";s:5:\"cover\";s:15:\"bg_video_source\";s:9:\"wordpress\";s:8:\"bg_video\";s:0:\"\";s:13:\"bg_video_webm\";s:0:\"\";s:16:\"bg_video_url_mp4\";s:0:\"\";s:17:\"bg_video_url_webm\";s:0:\"\";s:20:\"bg_video_service_url\";s:0:\"\";s:14:\"bg_video_audio\";s:2:\"no\";s:17:\"bg_video_fallback\";s:0:\"\";s:9:\"ss_source\";s:9:\"wordpress\";s:9:\"ss_photos\";s:0:\"\";s:11:\"ss_feed_url\";s:0:\"\";s:8:\"ss_speed\";s:1:\"3\";s:13:\"ss_transition\";s:4:\"fade\";s:21:\"ss_transitionDuration\";s:1:\"1\";s:12:\"ss_randomize\";s:5:\"false\";s:17:\"bg_parallax_image\";s:0:\"\";s:17:\"bg_parallax_speed\";s:1:\"2\";s:8:\"bg_color\";s:0:\"\";s:10:\"bg_opacity\";s:3:\"100\";s:16:\"bg_overlay_color\";s:0:\"\";s:18:\"bg_overlay_opacity\";s:2:\"50\";s:13:\"gradient_type\";s:6:\"linear\";s:14:\"gradient_color\";a:2:{s:7:\"primary\";s:6:\"d81660\";s:9:\"secondary\";s:6:\"7d22bd\";}s:16:\"linear_direction\";s:6:\"bottom\";s:11:\"border_type\";s:0:\"\";s:12:\"border_color\";s:0:\"\";s:14:\"border_opacity\";s:3:\"100\";s:9:\"is_enable\";s:2:\"no\";s:9:\"er_effect\";s:5:\"slide\";s:11:\"er_img_type\";s:4:\"none\";s:13:\"er_image_size\";s:0:\"\";s:12:\"er_icon_size\";s:0:\"\";s:16:\"er_icon_position\";s:4:\"left\";s:10:\"er_bg_type\";s:5:\"color\";s:14:\"er_title_align\";s:6:\"center\";s:11:\"er_bc_title\";s:0:\"\";s:17:\"er_bc_title_color\";s:0:\"\";s:18:\"er_bc_title_hcolor\";s:0:\"\";s:14:\"er_bc_bg_color\";s:0:\"\";s:15:\"er_bc_bg_hcolor\";s:0:\"\";s:10:\"er_bc_icon\";s:0:\"\";s:16:\"er_bc_icon_color\";s:0:\"\";s:17:\"er_bc_icon_hcolor\";s:0:\"\";s:11:\"er_bc_image\";s:0:\"\";s:14:\"er_bc_bg_image\";s:0:\"\";s:11:\"er_ac_title\";s:0:\"\";s:17:\"er_ac_title_color\";s:0:\"\";s:18:\"er_ac_title_hcolor\";s:0:\"\";s:14:\"er_ac_bg_color\";s:0:\"\";s:15:\"er_ac_bg_hcolor\";s:0:\"\";s:10:\"er_ac_icon\";s:0:\"\";s:16:\"er_ac_icon_color\";s:0:\"\";s:17:\"er_ac_icon_hcolor\";s:0:\"\";s:11:\"er_ac_image\";s:0:\"\";s:14:\"er_ac_bg_image\";s:0:\"\";s:19:\"er_title_typography\";s:0:\"\";s:12:\"er_font_size\";s:0:\"\";s:14:\"er_line_height\";s:0:\"\";s:14:\"er_padding_top\";s:0:\"\";s:17:\"er_padding_bottom\";s:0:\"\";s:15:\"er_padding_left\";s:0:\"\";s:16:\"er_padding_right\";s:0:\"\";s:16:\"enable_separator\";s:2:\"no\";s:14:\"separator_type\";s:4:\"none\";s:15:\"separator_color\";s:6:\"ffffff\";s:16:\"separator_shadow\";s:6:\"f4f4f4\";s:16:\"separator_height\";s:3:\"100\";s:18:\"separator_position\";s:3:\"top\";s:16:\"separator_tablet\";s:2:\"no\";s:23:\"separator_height_tablet\";s:0:\"\";s:16:\"separator_mobile\";s:2:\"no\";s:23:\"separator_height_mobile\";s:0:\"\";s:21:\"separator_type_bottom\";s:4:\"none\";s:22:\"separator_color_bottom\";s:6:\"ffffff\";s:23:\"separator_shadow_bottom\";s:6:\"f4f4f4\";s:23:\"separator_height_bottom\";s:3:\"100\";s:23:\"separator_tablet_bottom\";s:2:\"no\";s:30:\"separator_height_tablet_bottom\";s:0:\"\";s:23:\"separator_mobile_bottom\";s:2:\"no\";s:30:\"separator_height_mobile_bottom\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:18:\"visibility_display\";s:0:\"\";s:26:\"visibility_user_capability\";s:0:\"\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:10:\"border_top\";s:0:\"\";s:17:\"border_top_medium\";s:0:\"\";s:21:\"border_top_responsive\";s:0:\"\";s:12:\"border_right\";s:0:\"\";s:19:\"border_right_medium\";s:0:\"\";s:23:\"border_right_responsive\";s:0:\"\";s:13:\"border_bottom\";s:0:\"\";s:20:\"border_bottom_medium\";s:0:\"\";s:24:\"border_bottom_responsive\";s:0:\"\";s:11:\"border_left\";s:0:\"\";s:18:\"border_left_medium\";s:0:\"\";s:22:\"border_left_responsive\";s:0:\"\";s:10:\"margin_top\";s:0:\"\";s:17:\"margin_top_medium\";s:0:\"\";s:21:\"margin_top_responsive\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:19:\"margin_right_medium\";s:0:\"\";s:23:\"margin_right_responsive\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:20:\"margin_bottom_medium\";s:0:\"\";s:24:\"margin_bottom_responsive\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:18:\"margin_left_medium\";s:0:\"\";s:22:\"margin_left_responsive\";s:0:\"\";s:11:\"padding_top\";s:1:\"0\";s:18:\"padding_top_medium\";s:0:\"\";s:22:\"padding_top_responsive\";s:0:\"\";s:13:\"padding_right\";s:1:\"0\";s:20:\"padding_right_medium\";s:0:\"\";s:24:\"padding_right_responsive\";s:0:\"\";s:14:\"padding_bottom\";s:1:\"0\";s:21:\"padding_bottom_medium\";s:0:\"\";s:25:\"padding_bottom_responsive\";s:0:\"\";s:12:\"padding_left\";s:1:\"0\";s:19:\"padding_left_medium\";s:0:\"\";s:23:\"padding_left_responsive\";s:0:\"\";s:12:\"bg_image_src\";s:0:\"\";s:21:\"bg_video_fallback_src\";s:0:\"\";s:21:\"bg_parallax_image_src\";s:0:\"\";s:15:\"er_bc_image_src\";s:0:\"\";s:18:\"er_bc_bg_image_src\";s:0:\"\";s:15:\"er_ac_image_src\";s:0:\"\";s:18:\"er_ac_bg_image_src\";s:0:\"\";}}s:13:\"5af15042dfefa\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5af15042dfefa\";s:4:\"type\";s:12:\"column-group\";s:6:\"parent\";s:13:\"5af15042c2065\";s:8:\"position\";i:1;s:8:\"settings\";s:0:\"\";}s:13:\"5af15042e003d\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5af15042e003d\";s:4:\"type\";s:6:\"column\";s:6:\"parent\";s:13:\"5af15042dfefa\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":1:{s:4:\"size\";i:100;}}s:13:\"5af15082de046\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5af15082de046\";s:4:\"type\";s:12:\"column-group\";s:6:\"parent\";s:13:\"5af15042c2065\";s:8:\"position\";i:0;s:8:\"settings\";s:0:\"\";}s:13:\"5af15082de243\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5af15082de243\";s:4:\"type\";s:6:\"column\";s:6:\"parent\";s:13:\"5af15082de046\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":68:{s:4:\"size\";d:50;s:12:\"equal_height\";s:2:\"no\";s:17:\"content_alignment\";s:3:\"top\";s:10:\"text_color\";s:0:\"\";s:10:\"link_color\";s:0:\"\";s:11:\"hover_color\";s:0:\"\";s:13:\"heading_color\";s:0:\"\";s:7:\"bg_type\";s:5:\"color\";s:8:\"bg_color\";s:0:\"\";s:10:\"bg_opacity\";s:3:\"100\";s:8:\"bg_image\";s:0:\"\";s:9:\"bg_repeat\";s:9:\"no-repeat\";s:11:\"bg_position\";s:13:\"center center\";s:13:\"bg_attachment\";s:6:\"scroll\";s:7:\"bg_size\";s:5:\"cover\";s:16:\"bg_overlay_color\";s:0:\"\";s:18:\"bg_overlay_opacity\";s:2:\"50\";s:11:\"border_type\";s:0:\"\";s:12:\"border_color\";s:0:\"\";s:14:\"border_opacity\";s:3:\"100\";s:16:\"pp_round_corners\";a:4:{s:8:\"top_left\";s:1:\"0\";s:9:\"top_right\";s:1:\"0\";s:11:\"bottom_left\";s:1:\"0\";s:12:\"bottom_right\";s:1:\"0\";}s:18:\"responsive_display\";s:0:\"\";s:11:\"medium_size\";s:7:\"default\";s:18:\"custom_medium_size\";s:3:\"100\";s:15:\"responsive_size\";s:7:\"default\";s:22:\"custom_responsive_size\";s:3:\"100\";s:16:\"responsive_order\";s:7:\"default\";s:18:\"visibility_display\";s:0:\"\";s:26:\"visibility_user_capability\";s:0:\"\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:10:\"border_top\";s:0:\"\";s:17:\"border_top_medium\";s:0:\"\";s:21:\"border_top_responsive\";s:0:\"\";s:12:\"border_right\";s:0:\"\";s:19:\"border_right_medium\";s:0:\"\";s:23:\"border_right_responsive\";s:0:\"\";s:13:\"border_bottom\";s:0:\"\";s:20:\"border_bottom_medium\";s:0:\"\";s:24:\"border_bottom_responsive\";s:0:\"\";s:11:\"border_left\";s:0:\"\";s:18:\"border_left_medium\";s:0:\"\";s:22:\"border_left_responsive\";s:0:\"\";s:10:\"margin_top\";s:0:\"\";s:17:\"margin_top_medium\";s:0:\"\";s:21:\"margin_top_responsive\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:19:\"margin_right_medium\";s:0:\"\";s:23:\"margin_right_responsive\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:20:\"margin_bottom_medium\";s:0:\"\";s:24:\"margin_bottom_responsive\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:18:\"margin_left_medium\";s:0:\"\";s:22:\"margin_left_responsive\";s:0:\"\";s:11:\"padding_top\";s:0:\"\";s:18:\"padding_top_medium\";s:0:\"\";s:22:\"padding_top_responsive\";s:0:\"\";s:13:\"padding_right\";s:0:\"\";s:20:\"padding_right_medium\";s:0:\"\";s:24:\"padding_right_responsive\";s:0:\"\";s:14:\"padding_bottom\";s:0:\"\";s:21:\"padding_bottom_medium\";s:0:\"\";s:25:\"padding_bottom_responsive\";s:0:\"\";s:12:\"padding_left\";s:0:\"\";s:19:\"padding_left_medium\";s:0:\"\";s:23:\"padding_left_responsive\";s:0:\"\";s:12:\"bg_image_src\";s:0:\"\";}}s:13:\"5af15082de24e\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5af15082de24e\";s:4:\"type\";s:6:\"column\";s:6:\"parent\";s:13:\"5af15082de046\";s:8:\"position\";i:1;s:8:\"settings\";O:8:\"stdClass\":1:{s:4:\"size\";d:50;}}s:13:\"5af150de62a7c\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5af150de62a7c\";s:4:\"type\";s:6:\"module\";s:6:\"parent\";s:13:\"5af15082de243\";s:8:\"position\";i:1;s:8:\"settings\";O:8:\"stdClass\":26:{s:4:\"text\";s:238:\"<h1 style=\"text-align: center; font-size: 20px; font-weight: 600;\">Irreplaceable Artifacts™</h1>\n<p style=\"text-align: center;\">428 Main Street\nMiddletown, CT 06457\nTel: 860-344-8576\nFax: 860-638-0834\ninfo@irreplaceableartifacts.com</p>\";s:18:\"responsive_display\";s:0:\"\";s:18:\"visibility_display\";s:0:\"\";s:26:\"visibility_user_capability\";s:0:\"\";s:9:\"animation\";s:0:\"\";s:15:\"animation_delay\";s:3:\"0.0\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:10:\"margin_top\";s:2:\"30\";s:17:\"margin_top_medium\";s:0:\"\";s:21:\"margin_top_responsive\";s:0:\"\";s:12:\"margin_right\";s:2:\"10\";s:19:\"margin_right_medium\";s:0:\"\";s:23:\"margin_right_responsive\";s:0:\"\";s:13:\"margin_bottom\";s:1:\"0\";s:20:\"margin_bottom_medium\";s:0:\"\";s:24:\"margin_bottom_responsive\";s:0:\"\";s:11:\"margin_left\";s:2:\"10\";s:18:\"margin_left_medium\";s:0:\"\";s:22:\"margin_left_responsive\";s:0:\"\";s:4:\"type\";s:9:\"rich-text\";s:24:\"flrich1525764318832_text\";s:0:\"\";s:24:\"flrich1525764694016_text\";s:0:\"\";s:24:\"flrich1525765226432_text\";s:0:\"\";s:24:\"flrich1525765456763_text\";s:0:\"\";s:24:\"flrich1525765608262_text\";s:0:\"\";}}s:13:\"5af150fb0b573\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5af150fb0b573\";s:4:\"type\";s:6:\"module\";s:6:\"parent\";s:13:\"5af15082de24e\";s:8:\"position\";i:1;s:8:\"settings\";O:8:\"stdClass\":27:{s:4:\"text\";s:296:\"<h1 style=\"text-align: center;font-size: 20px;font-weight:600;\">The Demolition Depot & Irreplaceable Artifacts™</h1>\n<p style=\"text-align: center;\">216 East 125th Street\n(between 2nd & 3rd Avenues)\nNew York, NY 10035-1738\nTel: 212-777-2900\nFax: 212-860-1560\ninfo@demolitiondepot.com</p>\";s:18:\"responsive_display\";s:0:\"\";s:18:\"visibility_display\";s:0:\"\";s:26:\"visibility_user_capability\";s:0:\"\";s:9:\"animation\";s:0:\"\";s:15:\"animation_delay\";s:3:\"0.0\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:10:\"margin_top\";s:2:\"20\";s:17:\"margin_top_medium\";s:0:\"\";s:21:\"margin_top_responsive\";s:0:\"\";s:12:\"margin_right\";s:2:\"10\";s:19:\"margin_right_medium\";s:0:\"\";s:23:\"margin_right_responsive\";s:0:\"\";s:13:\"margin_bottom\";s:1:\"0\";s:20:\"margin_bottom_medium\";s:0:\"\";s:24:\"margin_bottom_responsive\";s:0:\"\";s:11:\"margin_left\";s:2:\"10\";s:18:\"margin_left_medium\";s:0:\"\";s:22:\"margin_left_responsive\";s:0:\"\";s:4:\"type\";s:9:\"rich-text\";s:24:\"flrich1525764347529_text\";s:0:\"\";s:24:\"flrich1525764357906_text\";s:0:\"\";s:24:\"flrich1525764684588_text\";s:0:\"\";s:24:\"flrich1525765206481_text\";s:0:\"\";s:24:\"flrich1525765358054_text\";s:0:\"\";s:24:\"flrich1525765571424_text\";s:0:\"\";}}s:13:\"5af1516eee090\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5af1516eee090\";s:4:\"type\";s:6:\"module\";s:6:\"parent\";s:13:\"5af15082de24e\";s:8:\"position\";i:3;s:8:\"settings\";O:8:\"stdClass\":21:{s:4:\"html\";s:334:\"<iframe class=\"actAsDiv\" style=\"width:100%;height:100%;\" frameborder=\"0\" scrolling=\"no\" marginheight=\"0\" marginwidth=\"0\" src=\"https://maps.google.com/maps?f=q&source=s_q&q=Demolition%20Depot%2C%20216%20East%20125th%20Street%2C%20New%20York%2C%20NY&aq=0&ie=UTF8&t=m&z=15&iwloc=A&output=embed\"></iframe>\n\";s:18:\"responsive_display\";s:0:\"\";s:18:\"visibility_display\";s:0:\"\";s:26:\"visibility_user_capability\";s:0:\"\";s:9:\"animation\";s:0:\"\";s:15:\"animation_delay\";s:3:\"0.0\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:10:\"margin_top\";s:1:\"0\";s:17:\"margin_top_medium\";s:0:\"\";s:21:\"margin_top_responsive\";s:0:\"\";s:12:\"margin_right\";s:2:\"10\";s:19:\"margin_right_medium\";s:0:\"\";s:23:\"margin_right_responsive\";s:0:\"\";s:13:\"margin_bottom\";s:1:\"0\";s:20:\"margin_bottom_medium\";s:0:\"\";s:24:\"margin_bottom_responsive\";s:0:\"\";s:11:\"margin_left\";s:2:\"10\";s:18:\"margin_left_medium\";s:0:\"\";s:22:\"margin_left_responsive\";s:0:\"\";s:4:\"type\";s:4:\"html\";}}s:13:\"5af151886ae0d\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5af151886ae0d\";s:4:\"type\";s:6:\"module\";s:6:\"parent\";s:13:\"5af15082de243\";s:8:\"position\";i:3;s:8:\"settings\";O:8:\"stdClass\":21:{s:4:\"html\";s:329:\"<iframe class=\"actAsDiv\" style=\"width:100%;height:100%;\" frameborder=\"0\" scrolling=\"no\" marginheight=\"0\" marginwidth=\"0\" src=\"https://maps.google.com/maps?f=q&source=s_q&q=Irreplaceable%20Artifacts%20428%20Main%20Street%2C%20Middletown%2C%20CT&aq=0&ie=UTF8&t=m&z=15&iwloc=A&output=embed\"></iframe>\";s:18:\"responsive_display\";s:0:\"\";s:18:\"visibility_display\";s:0:\"\";s:26:\"visibility_user_capability\";s:0:\"\";s:9:\"animation\";s:0:\"\";s:15:\"animation_delay\";s:3:\"0.0\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:10:\"margin_top\";s:1:\"0\";s:17:\"margin_top_medium\";s:0:\"\";s:21:\"margin_top_responsive\";s:0:\"\";s:12:\"margin_right\";s:2:\"10\";s:19:\"margin_right_medium\";s:0:\"\";s:23:\"margin_right_responsive\";s:0:\"\";s:13:\"margin_bottom\";s:1:\"0\";s:20:\"margin_bottom_medium\";s:0:\"\";s:24:\"margin_bottom_responsive\";s:0:\"\";s:11:\"margin_left\";s:2:\"10\";s:18:\"margin_left_medium\";s:0:\"\";s:22:\"margin_left_responsive\";s:0:\"\";s:4:\"type\";s:4:\"html\";}}s:13:\"5af1527617f01\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5af1527617f01\";s:4:\"type\";s:6:\"module\";s:6:\"parent\";s:13:\"5af15042e003d\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":23:{s:4:\"text\";s:154:\"<p style=\"text-align: center;\">If you are looking to sell or consign an item please send pictures and measurements to acquisitions@demolitiondepot.com</p>\";s:18:\"responsive_display\";s:0:\"\";s:18:\"visibility_display\";s:0:\"\";s:26:\"visibility_user_capability\";s:0:\"\";s:9:\"animation\";s:0:\"\";s:15:\"animation_delay\";s:3:\"0.0\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:10:\"margin_top\";s:0:\"\";s:17:\"margin_top_medium\";s:0:\"\";s:21:\"margin_top_responsive\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:19:\"margin_right_medium\";s:0:\"\";s:23:\"margin_right_responsive\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:20:\"margin_bottom_medium\";s:0:\"\";s:24:\"margin_bottom_responsive\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:18:\"margin_left_medium\";s:0:\"\";s:22:\"margin_left_responsive\";s:0:\"\";s:4:\"type\";s:9:\"rich-text\";s:24:\"flrich1525764726598_text\";s:0:\"\";s:24:\"flrich1525764735837_text\";s:0:\"\";}}s:13:\"5af1529a45ff5\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5af1529a45ff5\";s:4:\"type\";s:6:\"module\";s:6:\"parent\";s:13:\"5af15082de243\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":35:{s:12:\"photo_source\";s:7:\"library\";s:5:\"photo\";s:2:\"86\";s:9:\"photo_url\";s:0:\"\";s:4:\"crop\";s:0:\"\";s:5:\"align\";s:6:\"center\";s:12:\"show_caption\";s:1:\"0\";s:7:\"caption\";s:0:\"\";s:9:\"link_type\";s:0:\"\";s:8:\"link_url\";s:0:\"\";s:11:\"link_target\";s:5:\"_self\";s:13:\"link_nofollow\";s:2:\"no\";s:18:\"responsive_display\";s:0:\"\";s:18:\"visibility_display\";s:0:\"\";s:26:\"visibility_user_capability\";s:0:\"\";s:9:\"animation\";s:0:\"\";s:15:\"animation_delay\";s:3:\"0.0\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:10:\"margin_top\";s:1:\"0\";s:17:\"margin_top_medium\";s:0:\"\";s:21:\"margin_top_responsive\";s:0:\"\";s:12:\"margin_right\";s:1:\"0\";s:19:\"margin_right_medium\";s:0:\"\";s:23:\"margin_right_responsive\";s:0:\"\";s:13:\"margin_bottom\";s:1:\"0\";s:20:\"margin_bottom_medium\";s:0:\"\";s:24:\"margin_bottom_responsive\";s:0:\"\";s:11:\"margin_left\";s:1:\"0\";s:18:\"margin_left_medium\";s:0:\"\";s:22:\"margin_left_responsive\";s:0:\"\";s:4:\"type\";s:5:\"photo\";s:9:\"photo_src\";s:84:\"http://localhost/IA.store/wp-content/uploads/2018/05/MCTnew_1282927683_8-300x242.jpg\";s:4:\"data\";O:8:\"stdClass\":33:{s:2:\"id\";i:86;s:5:\"title\";s:19:\"MCTnew_1282927683_8\";s:8:\"filename\";s:23:\"MCTnew_1282927683_8.jpg\";s:3:\"url\";s:76:\"http://localhost/IA.store/wp-content/uploads/2018/05/MCTnew_1282927683_8.jpg\";s:4:\"link\";s:55:\"http://localhost/IA.store/location/mctnew_1282927683_8/\";s:3:\"alt\";s:0:\"\";s:6:\"author\";s:1:\"1\";s:11:\"description\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:4:\"name\";s:19:\"mctnew_1282927683_8\";s:6:\"status\";s:7:\"inherit\";s:10:\"uploadedTo\";i:51;s:4:\"date\";d:1525764797000;s:8:\"modified\";d:1525764797000;s:9:\"menuOrder\";i:0;s:4:\"mime\";s:10:\"image/jpeg\";s:4:\"type\";s:5:\"image\";s:7:\"subtype\";s:4:\"jpeg\";s:4:\"icon\";s:62:\"http://localhost/IA.store/wp-includes/images/media/default.png\";s:13:\"dateFormatted\";s:11:\"May 8, 2018\";s:6:\"nonces\";O:8:\"stdClass\":3:{s:6:\"update\";s:10:\"41def50b47\";s:6:\"delete\";s:10:\"8a0916e3cc\";s:4:\"edit\";s:10:\"e670eff3eb\";}s:8:\"editLink\";s:63:\"http://localhost/IA.store/wp-admin/post.php?post=86&action=edit\";s:4:\"meta\";b:0;s:10:\"authorName\";s:5:\"admin\";s:14:\"uploadedToLink\";s:63:\"http://localhost/IA.store/wp-admin/post.php?post=51&action=edit\";s:15:\"uploadedToTitle\";s:8:\"Location\";s:15:\"filesizeInBytes\";i:58131;s:21:\"filesizeHumanReadable\";s:5:\"57 KB\";s:7:\"context\";s:0:\"\";s:6:\"height\";i:323;s:5:\"width\";i:400;s:11:\"orientation\";s:9:\"landscape\";s:5:\"sizes\";O:8:\"stdClass\":3:{s:9:\"thumbnail\";O:8:\"stdClass\":4:{s:6:\"height\";i:150;s:5:\"width\";i:150;s:3:\"url\";s:84:\"http://localhost/IA.store/wp-content/uploads/2018/05/MCTnew_1282927683_8-150x150.jpg\";s:11:\"orientation\";s:9:\"landscape\";}s:6:\"medium\";O:8:\"stdClass\":4:{s:6:\"height\";i:242;s:5:\"width\";i:300;s:3:\"url\";s:84:\"http://localhost/IA.store/wp-content/uploads/2018/05/MCTnew_1282927683_8-300x242.jpg\";s:11:\"orientation\";s:9:\"landscape\";}s:4:\"full\";O:8:\"stdClass\":4:{s:3:\"url\";s:76:\"http://localhost/IA.store/wp-content/uploads/2018/05/MCTnew_1282927683_8.jpg\";s:6:\"height\";i:323;s:5:\"width\";i:400;s:11:\"orientation\";s:9:\"landscape\";}}}s:15:\"link_url-search\";s:0:\"\";s:25:\"as_values_link_url-search\";s:0:\"\";}}s:13:\"5af152e1357b5\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5af152e1357b5\";s:4:\"type\";s:6:\"module\";s:6:\"parent\";s:13:\"5af15082de24e\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":35:{s:12:\"photo_source\";s:7:\"library\";s:5:\"photo\";s:2:\"87\";s:9:\"photo_url\";s:0:\"\";s:4:\"crop\";s:0:\"\";s:5:\"align\";s:6:\"center\";s:12:\"show_caption\";s:1:\"0\";s:7:\"caption\";s:0:\"\";s:9:\"link_type\";s:0:\"\";s:8:\"link_url\";s:0:\"\";s:11:\"link_target\";s:5:\"_self\";s:13:\"link_nofollow\";s:2:\"no\";s:18:\"responsive_display\";s:0:\"\";s:18:\"visibility_display\";s:0:\"\";s:26:\"visibility_user_capability\";s:0:\"\";s:9:\"animation\";s:0:\"\";s:15:\"animation_delay\";s:3:\"0.0\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:10:\"margin_top\";s:1:\"0\";s:17:\"margin_top_medium\";s:0:\"\";s:21:\"margin_top_responsive\";s:0:\"\";s:12:\"margin_right\";s:2:\"10\";s:19:\"margin_right_medium\";s:0:\"\";s:23:\"margin_right_responsive\";s:0:\"\";s:13:\"margin_bottom\";s:1:\"0\";s:20:\"margin_bottom_medium\";s:0:\"\";s:24:\"margin_bottom_responsive\";s:0:\"\";s:11:\"margin_left\";s:2:\"10\";s:18:\"margin_left_medium\";s:0:\"\";s:22:\"margin_left_responsive\";s:0:\"\";s:4:\"type\";s:5:\"photo\";s:9:\"photo_src\";s:87:\"http://localhost/IA.store/wp-content/uploads/2018/05/DD_IA_new_1297358359_8-300x252.jpg\";s:4:\"data\";O:8:\"stdClass\":33:{s:2:\"id\";i:87;s:5:\"title\";s:22:\"DD_IA_new_1297358359_8\";s:8:\"filename\";s:26:\"DD_IA_new_1297358359_8.jpg\";s:3:\"url\";s:79:\"http://localhost/IA.store/wp-content/uploads/2018/05/DD_IA_new_1297358359_8.jpg\";s:4:\"link\";s:58:\"http://localhost/IA.store/location/dd_ia_new_1297358359_8/\";s:3:\"alt\";s:0:\"\";s:6:\"author\";s:1:\"1\";s:11:\"description\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:4:\"name\";s:22:\"dd_ia_new_1297358359_8\";s:6:\"status\";s:7:\"inherit\";s:10:\"uploadedTo\";i:51;s:4:\"date\";d:1525764800000;s:8:\"modified\";d:1525764800000;s:9:\"menuOrder\";i:0;s:4:\"mime\";s:10:\"image/jpeg\";s:4:\"type\";s:5:\"image\";s:7:\"subtype\";s:4:\"jpeg\";s:4:\"icon\";s:62:\"http://localhost/IA.store/wp-includes/images/media/default.png\";s:13:\"dateFormatted\";s:11:\"May 8, 2018\";s:6:\"nonces\";O:8:\"stdClass\":3:{s:6:\"update\";s:10:\"5f20a9bc85\";s:6:\"delete\";s:10:\"0ddc603e41\";s:4:\"edit\";s:10:\"5180896580\";}s:8:\"editLink\";s:63:\"http://localhost/IA.store/wp-admin/post.php?post=87&action=edit\";s:4:\"meta\";b:0;s:10:\"authorName\";s:5:\"admin\";s:14:\"uploadedToLink\";s:63:\"http://localhost/IA.store/wp-admin/post.php?post=51&action=edit\";s:15:\"uploadedToTitle\";s:8:\"Location\";s:15:\"filesizeInBytes\";i:166576;s:21:\"filesizeHumanReadable\";s:6:\"163 KB\";s:7:\"context\";s:0:\"\";s:6:\"height\";i:336;s:5:\"width\";i:400;s:11:\"orientation\";s:9:\"landscape\";s:5:\"sizes\";O:8:\"stdClass\":3:{s:9:\"thumbnail\";O:8:\"stdClass\":4:{s:6:\"height\";i:150;s:5:\"width\";i:150;s:3:\"url\";s:87:\"http://localhost/IA.store/wp-content/uploads/2018/05/DD_IA_new_1297358359_8-150x150.jpg\";s:11:\"orientation\";s:9:\"landscape\";}s:6:\"medium\";O:8:\"stdClass\":4:{s:6:\"height\";i:252;s:5:\"width\";i:300;s:3:\"url\";s:87:\"http://localhost/IA.store/wp-content/uploads/2018/05/DD_IA_new_1297358359_8-300x252.jpg\";s:11:\"orientation\";s:9:\"landscape\";}s:4:\"full\";O:8:\"stdClass\":4:{s:3:\"url\";s:79:\"http://localhost/IA.store/wp-content/uploads/2018/05/DD_IA_new_1297358359_8.jpg\";s:6:\"height\";i:336;s:5:\"width\";i:400;s:11:\"orientation\";s:9:\"landscape\";}}}s:15:\"link_url-search\";s:0:\"\";s:25:\"as_values_link_url-search\";s:0:\"\";}}s:13:\"5af1534d51ad2\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5af1534d51ad2\";s:4:\"type\";s:6:\"module\";s:6:\"parent\";s:13:\"5af15082de24e\";s:8:\"position\";i:2;s:8:\"settings\";O:8:\"stdClass\":53:{s:19:\"business_hours_rows\";a:7:{i:0;O:8:\"stdClass\":15:{s:1:\"0\";s:0:\"\";s:9:\"highlight\";s:2:\"no\";s:10:\"hours_type\";s:3:\"day\";s:5:\"title\";s:6:\"Monday\";s:9:\"start_day\";s:6:\"Monday\";s:7:\"end_day\";s:8:\"Saturday\";s:10:\"day_format\";s:4:\"long\";s:6:\"status\";s:4:\"open\";s:10:\"start_time\";O:8:\"stdClass\":3:{s:5:\"hours\";s:2:\"10\";s:7:\"minutes\";s:2:\"00\";s:10:\"day_period\";s:2:\"am\";}s:8:\"end_time\";O:8:\"stdClass\":3:{s:5:\"hours\";s:2:\"06\";s:7:\"minutes\";s:2:\"00\";s:10:\"day_period\";s:2:\"pm\";}s:11:\"status_text\";s:6:\"Closed\";s:15:\"hl_row_bg_color\";s:0:\"\";s:14:\"hl_title_color\";s:0:\"\";s:15:\"hl_timing_color\";s:0:\"\";s:15:\"hl_status_color\";s:0:\"\";}i:1;O:8:\"stdClass\":15:{s:1:\"0\";s:0:\"\";s:9:\"highlight\";s:2:\"no\";s:10:\"hours_type\";s:3:\"day\";s:5:\"title\";s:7:\"Tuesday\";s:9:\"start_day\";s:6:\"Monday\";s:7:\"end_day\";s:8:\"Saturday\";s:10:\"day_format\";s:4:\"long\";s:6:\"status\";s:4:\"open\";s:10:\"start_time\";O:8:\"stdClass\":3:{s:5:\"hours\";s:2:\"10\";s:7:\"minutes\";s:2:\"00\";s:10:\"day_period\";s:2:\"am\";}s:8:\"end_time\";O:8:\"stdClass\":3:{s:5:\"hours\";s:2:\"06\";s:7:\"minutes\";s:2:\"00\";s:10:\"day_period\";s:2:\"pm\";}s:11:\"status_text\";s:6:\"Closed\";s:15:\"hl_row_bg_color\";s:0:\"\";s:14:\"hl_title_color\";s:0:\"\";s:15:\"hl_timing_color\";s:0:\"\";s:15:\"hl_status_color\";s:0:\"\";}i:2;O:8:\"stdClass\":15:{s:1:\"0\";s:0:\"\";s:9:\"highlight\";s:2:\"no\";s:10:\"hours_type\";s:3:\"day\";s:5:\"title\";s:9:\"Wednesday\";s:9:\"start_day\";s:6:\"Monday\";s:7:\"end_day\";s:8:\"Saturday\";s:10:\"day_format\";s:4:\"long\";s:6:\"status\";s:4:\"open\";s:10:\"start_time\";O:8:\"stdClass\":3:{s:5:\"hours\";s:2:\"10\";s:7:\"minutes\";s:2:\"00\";s:10:\"day_period\";s:2:\"am\";}s:8:\"end_time\";O:8:\"stdClass\":3:{s:5:\"hours\";s:2:\"06\";s:7:\"minutes\";s:2:\"00\";s:10:\"day_period\";s:2:\"pm\";}s:11:\"status_text\";s:6:\"Closed\";s:15:\"hl_row_bg_color\";s:0:\"\";s:14:\"hl_title_color\";s:0:\"\";s:15:\"hl_timing_color\";s:0:\"\";s:15:\"hl_status_color\";s:0:\"\";}i:3;O:8:\"stdClass\":15:{s:1:\"0\";s:0:\"\";s:9:\"highlight\";s:2:\"no\";s:10:\"hours_type\";s:3:\"day\";s:5:\"title\";s:8:\"Thursday\";s:9:\"start_day\";s:6:\"Monday\";s:7:\"end_day\";s:8:\"Saturday\";s:10:\"day_format\";s:4:\"long\";s:6:\"status\";s:4:\"open\";s:10:\"start_time\";O:8:\"stdClass\":3:{s:5:\"hours\";s:2:\"10\";s:7:\"minutes\";s:2:\"00\";s:10:\"day_period\";s:2:\"am\";}s:8:\"end_time\";O:8:\"stdClass\":3:{s:5:\"hours\";s:2:\"06\";s:7:\"minutes\";s:2:\"00\";s:10:\"day_period\";s:2:\"pm\";}s:11:\"status_text\";s:6:\"Closed\";s:15:\"hl_row_bg_color\";s:0:\"\";s:14:\"hl_title_color\";s:0:\"\";s:15:\"hl_timing_color\";s:0:\"\";s:15:\"hl_status_color\";s:0:\"\";}i:4;O:8:\"stdClass\":15:{s:1:\"0\";s:0:\"\";s:9:\"highlight\";s:2:\"no\";s:10:\"hours_type\";s:3:\"day\";s:5:\"title\";s:6:\"Friday\";s:9:\"start_day\";s:6:\"Monday\";s:7:\"end_day\";s:8:\"Saturday\";s:10:\"day_format\";s:4:\"long\";s:6:\"status\";s:4:\"open\";s:10:\"start_time\";O:8:\"stdClass\":3:{s:5:\"hours\";s:2:\"10\";s:7:\"minutes\";s:2:\"00\";s:10:\"day_period\";s:2:\"am\";}s:8:\"end_time\";O:8:\"stdClass\":3:{s:5:\"hours\";s:2:\"06\";s:7:\"minutes\";s:2:\"00\";s:10:\"day_period\";s:2:\"pm\";}s:11:\"status_text\";s:6:\"Closed\";s:15:\"hl_row_bg_color\";s:0:\"\";s:14:\"hl_title_color\";s:0:\"\";s:15:\"hl_timing_color\";s:0:\"\";s:15:\"hl_status_color\";s:0:\"\";}i:5;O:8:\"stdClass\":15:{s:1:\"0\";s:0:\"\";s:9:\"highlight\";s:2:\"no\";s:10:\"hours_type\";s:3:\"day\";s:5:\"title\";s:8:\"Saturday\";s:9:\"start_day\";s:6:\"Monday\";s:7:\"end_day\";s:8:\"Saturday\";s:10:\"day_format\";s:4:\"long\";s:6:\"status\";s:4:\"open\";s:10:\"start_time\";O:8:\"stdClass\":3:{s:5:\"hours\";s:2:\"11\";s:7:\"minutes\";s:2:\"00\";s:10:\"day_period\";s:2:\"am\";}s:8:\"end_time\";O:8:\"stdClass\":3:{s:5:\"hours\";s:2:\"06\";s:7:\"minutes\";s:2:\"00\";s:10:\"day_period\";s:2:\"pm\";}s:11:\"status_text\";s:6:\"Closed\";s:15:\"hl_row_bg_color\";s:0:\"\";s:14:\"hl_title_color\";s:0:\"\";s:15:\"hl_timing_color\";s:0:\"\";s:15:\"hl_status_color\";s:0:\"\";}i:6;O:8:\"stdClass\":15:{s:1:\"0\";s:0:\"\";s:9:\"highlight\";s:2:\"no\";s:10:\"hours_type\";s:3:\"day\";s:5:\"title\";s:6:\"Sunday\";s:9:\"start_day\";s:6:\"Monday\";s:7:\"end_day\";s:8:\"Saturday\";s:10:\"day_format\";s:4:\"long\";s:6:\"status\";s:5:\"close\";s:10:\"start_time\";O:8:\"stdClass\":3:{s:5:\"hours\";s:2:\"10\";s:7:\"minutes\";s:2:\"00\";s:10:\"day_period\";s:2:\"am\";}s:8:\"end_time\";O:8:\"stdClass\":3:{s:5:\"hours\";s:2:\"06\";s:7:\"minutes\";s:2:\"00\";s:10:\"day_period\";s:2:\"pm\";}s:11:\"status_text\";s:27:\"by appointment or by chance\";s:15:\"hl_row_bg_color\";s:0:\"\";s:14:\"hl_title_color\";s:0:\"\";s:15:\"hl_timing_color\";s:0:\"\";s:15:\"hl_status_color\";s:0:\"\";}}s:7:\"spacing\";s:2:\"10\";s:13:\"zebra_pattern\";s:2:\"no\";s:14:\"row_bg_color_1\";s:0:\"\";s:14:\"row_bg_color_2\";s:0:\"\";s:9:\"separator\";s:2:\"no\";s:15:\"separator_style\";s:5:\"solid\";s:15:\"separator_width\";s:1:\"1\";s:15:\"separator_color\";s:0:\"\";s:12:\"box_bg_color\";s:0:\"\";s:10:\"box_border\";s:4:\"none\";s:16:\"box_border_width\";s:1:\"1\";s:16:\"box_border_color\";s:0:\"\";s:18:\"box_shadow_display\";s:2:\"no\";s:10:\"box_shadow\";a:4:{s:8:\"vertical\";s:1:\"2\";s:10:\"horizontal\";s:1:\"2\";s:4:\"blur\";s:1:\"2\";s:6:\"spread\";s:1:\"1\";}s:16:\"box_shadow_color\";s:6:\"000000\";s:18:\"box_shadow_opacity\";s:2:\"50\";s:17:\"box_border_radius\";s:1:\"0\";s:10:\"title_font\";a:2:{s:6:\"family\";s:7:\"Default\";s:6:\"weight\";s:7:\"default\";}s:15:\"title_font_size\";s:7:\"default\";s:22:\"title_custom_font_size\";a:3:{s:7:\"desktop\";s:2:\"24\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:17:\"title_line_height\";s:7:\"default\";s:24:\"title_custom_line_height\";a:3:{s:7:\"desktop\";s:3:\"1.6\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:20:\"title_text_transform\";s:7:\"default\";s:11:\"title_color\";s:0:\"\";s:11:\"timing_font\";a:2:{s:6:\"family\";s:7:\"Default\";s:6:\"weight\";s:7:\"default\";}s:16:\"timing_font_size\";s:7:\"default\";s:23:\"timing_custom_font_size\";a:3:{s:7:\"desktop\";s:2:\"24\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:18:\"timing_line_height\";s:7:\"default\";s:25:\"timing_custom_line_height\";a:3:{s:7:\"desktop\";s:3:\"1.6\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:21:\"timing_text_transform\";s:7:\"default\";s:12:\"timing_color\";s:0:\"\";s:12:\"status_color\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:18:\"visibility_display\";s:0:\"\";s:26:\"visibility_user_capability\";s:0:\"\";s:9:\"animation\";s:0:\"\";s:15:\"animation_delay\";s:3:\"0.0\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:10:\"margin_top\";s:2:\"15\";s:17:\"margin_top_medium\";s:0:\"\";s:21:\"margin_top_responsive\";s:0:\"\";s:12:\"margin_right\";s:2:\"20\";s:19:\"margin_right_medium\";s:0:\"\";s:23:\"margin_right_responsive\";s:0:\"\";s:13:\"margin_bottom\";s:2:\"25\";s:20:\"margin_bottom_medium\";s:0:\"\";s:24:\"margin_bottom_responsive\";s:0:\"\";s:11:\"margin_left\";s:2:\"20\";s:18:\"margin_left_medium\";s:0:\"\";s:22:\"margin_left_responsive\";s:0:\"\";s:4:\"type\";s:17:\"pp-business-hours\";}}s:13:\"5af1544d5ed6d\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5af1544d5ed6d\";s:4:\"type\";s:6:\"module\";s:6:\"parent\";s:13:\"5af15082de243\";s:8:\"position\";i:2;s:8:\"settings\";O:8:\"stdClass\":53:{s:19:\"business_hours_rows\";a:7:{i:0;O:8:\"stdClass\":15:{s:1:\"0\";s:0:\"\";s:9:\"highlight\";s:2:\"no\";s:10:\"hours_type\";s:3:\"day\";s:5:\"title\";s:6:\"Monday\";s:9:\"start_day\";s:6:\"Monday\";s:7:\"end_day\";s:8:\"Saturday\";s:10:\"day_format\";s:4:\"long\";s:6:\"status\";s:5:\"close\";s:10:\"start_time\";O:8:\"stdClass\":3:{s:5:\"hours\";s:2:\"10\";s:7:\"minutes\";s:2:\"00\";s:10:\"day_period\";s:2:\"am\";}s:8:\"end_time\";O:8:\"stdClass\":3:{s:5:\"hours\";s:2:\"06\";s:7:\"minutes\";s:2:\"00\";s:10:\"day_period\";s:2:\"pm\";}s:11:\"status_text\";s:27:\"by appointment or by chance\";s:15:\"hl_row_bg_color\";s:0:\"\";s:14:\"hl_title_color\";s:0:\"\";s:15:\"hl_timing_color\";s:0:\"\";s:15:\"hl_status_color\";s:0:\"\";}i:1;O:8:\"stdClass\":15:{s:1:\"0\";s:0:\"\";s:9:\"highlight\";s:2:\"no\";s:10:\"hours_type\";s:3:\"day\";s:5:\"title\";s:7:\"Tuesday\";s:9:\"start_day\";s:6:\"Monday\";s:7:\"end_day\";s:8:\"Saturday\";s:10:\"day_format\";s:4:\"long\";s:6:\"status\";s:5:\"close\";s:10:\"start_time\";O:8:\"stdClass\":3:{s:5:\"hours\";s:2:\"10\";s:7:\"minutes\";s:2:\"00\";s:10:\"day_period\";s:2:\"am\";}s:8:\"end_time\";O:8:\"stdClass\":3:{s:5:\"hours\";s:2:\"06\";s:7:\"minutes\";s:2:\"00\";s:10:\"day_period\";s:2:\"pm\";}s:11:\"status_text\";s:27:\"by appointment or by chance\";s:15:\"hl_row_bg_color\";s:0:\"\";s:14:\"hl_title_color\";s:0:\"\";s:15:\"hl_timing_color\";s:0:\"\";s:15:\"hl_status_color\";s:0:\"\";}i:2;O:8:\"stdClass\":15:{s:1:\"0\";s:0:\"\";s:9:\"highlight\";s:2:\"no\";s:10:\"hours_type\";s:3:\"day\";s:5:\"title\";s:9:\"Wednesday\";s:9:\"start_day\";s:6:\"Monday\";s:7:\"end_day\";s:8:\"Saturday\";s:10:\"day_format\";s:4:\"long\";s:6:\"status\";s:5:\"close\";s:10:\"start_time\";O:8:\"stdClass\":3:{s:5:\"hours\";s:2:\"10\";s:7:\"minutes\";s:2:\"00\";s:10:\"day_period\";s:2:\"am\";}s:8:\"end_time\";O:8:\"stdClass\":3:{s:5:\"hours\";s:2:\"06\";s:7:\"minutes\";s:2:\"00\";s:10:\"day_period\";s:2:\"pm\";}s:11:\"status_text\";s:27:\"by appointment or by chance\";s:15:\"hl_row_bg_color\";s:0:\"\";s:14:\"hl_title_color\";s:0:\"\";s:15:\"hl_timing_color\";s:0:\"\";s:15:\"hl_status_color\";s:0:\"\";}i:3;O:8:\"stdClass\":15:{s:1:\"0\";s:0:\"\";s:9:\"highlight\";s:2:\"no\";s:10:\"hours_type\";s:3:\"day\";s:5:\"title\";s:8:\"Thursday\";s:9:\"start_day\";s:6:\"Monday\";s:7:\"end_day\";s:8:\"Saturday\";s:10:\"day_format\";s:4:\"long\";s:6:\"status\";s:5:\"close\";s:10:\"start_time\";O:8:\"stdClass\":3:{s:5:\"hours\";s:2:\"10\";s:7:\"minutes\";s:2:\"00\";s:10:\"day_period\";s:2:\"am\";}s:8:\"end_time\";O:8:\"stdClass\":3:{s:5:\"hours\";s:2:\"06\";s:7:\"minutes\";s:2:\"00\";s:10:\"day_period\";s:2:\"pm\";}s:11:\"status_text\";s:27:\"by appointment or by chance\";s:15:\"hl_row_bg_color\";s:0:\"\";s:14:\"hl_title_color\";s:0:\"\";s:15:\"hl_timing_color\";s:0:\"\";s:15:\"hl_status_color\";s:0:\"\";}i:4;O:8:\"stdClass\":15:{s:1:\"0\";s:0:\"\";s:9:\"highlight\";s:2:\"no\";s:10:\"hours_type\";s:3:\"day\";s:5:\"title\";s:6:\"Friday\";s:9:\"start_day\";s:6:\"Monday\";s:7:\"end_day\";s:8:\"Saturday\";s:10:\"day_format\";s:4:\"long\";s:6:\"status\";s:5:\"close\";s:10:\"start_time\";O:8:\"stdClass\":3:{s:5:\"hours\";s:2:\"10\";s:7:\"minutes\";s:2:\"00\";s:10:\"day_period\";s:2:\"am\";}s:8:\"end_time\";O:8:\"stdClass\":3:{s:5:\"hours\";s:2:\"06\";s:7:\"minutes\";s:2:\"00\";s:10:\"day_period\";s:2:\"pm\";}s:11:\"status_text\";s:27:\"by appointment or by chance\";s:15:\"hl_row_bg_color\";s:0:\"\";s:14:\"hl_title_color\";s:0:\"\";s:15:\"hl_timing_color\";s:0:\"\";s:15:\"hl_status_color\";s:0:\"\";}i:5;O:8:\"stdClass\":15:{s:1:\"0\";s:0:\"\";s:9:\"highlight\";s:2:\"no\";s:10:\"hours_type\";s:3:\"day\";s:5:\"title\";s:8:\"Saturday\";s:9:\"start_day\";s:6:\"Monday\";s:7:\"end_day\";s:8:\"Saturday\";s:10:\"day_format\";s:4:\"long\";s:6:\"status\";s:4:\"open\";s:10:\"start_time\";O:8:\"stdClass\":3:{s:5:\"hours\";s:2:\"11\";s:7:\"minutes\";s:2:\"00\";s:10:\"day_period\";s:2:\"am\";}s:8:\"end_time\";O:8:\"stdClass\":3:{s:5:\"hours\";s:2:\"05\";s:7:\"minutes\";s:2:\"00\";s:10:\"day_period\";s:2:\"pm\";}s:11:\"status_text\";s:6:\"Closed\";s:15:\"hl_row_bg_color\";s:0:\"\";s:14:\"hl_title_color\";s:0:\"\";s:15:\"hl_timing_color\";s:0:\"\";s:15:\"hl_status_color\";s:0:\"\";}i:6;O:8:\"stdClass\":15:{s:1:\"0\";s:0:\"\";s:9:\"highlight\";s:2:\"no\";s:10:\"hours_type\";s:3:\"day\";s:5:\"title\";s:6:\"Sunday\";s:9:\"start_day\";s:6:\"Monday\";s:7:\"end_day\";s:8:\"Saturday\";s:10:\"day_format\";s:4:\"long\";s:6:\"status\";s:5:\"close\";s:10:\"start_time\";O:8:\"stdClass\":3:{s:5:\"hours\";s:2:\"10\";s:7:\"minutes\";s:2:\"00\";s:10:\"day_period\";s:2:\"am\";}s:8:\"end_time\";O:8:\"stdClass\":3:{s:5:\"hours\";s:2:\"06\";s:7:\"minutes\";s:2:\"00\";s:10:\"day_period\";s:2:\"pm\";}s:11:\"status_text\";s:27:\"by appointment or by chance\";s:15:\"hl_row_bg_color\";s:0:\"\";s:14:\"hl_title_color\";s:0:\"\";s:15:\"hl_timing_color\";s:0:\"\";s:15:\"hl_status_color\";s:0:\"\";}}s:7:\"spacing\";s:2:\"10\";s:13:\"zebra_pattern\";s:2:\"no\";s:14:\"row_bg_color_1\";s:0:\"\";s:14:\"row_bg_color_2\";s:0:\"\";s:9:\"separator\";s:2:\"no\";s:15:\"separator_style\";s:5:\"solid\";s:15:\"separator_width\";s:1:\"1\";s:15:\"separator_color\";s:0:\"\";s:12:\"box_bg_color\";s:0:\"\";s:10:\"box_border\";s:4:\"none\";s:16:\"box_border_width\";s:1:\"1\";s:16:\"box_border_color\";s:0:\"\";s:18:\"box_shadow_display\";s:2:\"no\";s:10:\"box_shadow\";a:4:{s:8:\"vertical\";s:1:\"2\";s:10:\"horizontal\";s:1:\"2\";s:4:\"blur\";s:1:\"2\";s:6:\"spread\";s:1:\"1\";}s:16:\"box_shadow_color\";s:6:\"000000\";s:18:\"box_shadow_opacity\";s:2:\"50\";s:17:\"box_border_radius\";s:1:\"0\";s:10:\"title_font\";a:2:{s:6:\"family\";s:7:\"Default\";s:6:\"weight\";s:7:\"default\";}s:15:\"title_font_size\";s:7:\"default\";s:22:\"title_custom_font_size\";a:3:{s:7:\"desktop\";s:2:\"24\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:17:\"title_line_height\";s:7:\"default\";s:24:\"title_custom_line_height\";a:3:{s:7:\"desktop\";s:3:\"1.6\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:20:\"title_text_transform\";s:7:\"default\";s:11:\"title_color\";s:0:\"\";s:11:\"timing_font\";a:2:{s:6:\"family\";s:7:\"Default\";s:6:\"weight\";s:7:\"default\";}s:16:\"timing_font_size\";s:7:\"default\";s:23:\"timing_custom_font_size\";a:3:{s:7:\"desktop\";s:2:\"24\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:18:\"timing_line_height\";s:7:\"default\";s:25:\"timing_custom_line_height\";a:3:{s:7:\"desktop\";s:3:\"1.6\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:21:\"timing_text_transform\";s:7:\"default\";s:12:\"timing_color\";s:0:\"\";s:12:\"status_color\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:18:\"visibility_display\";s:0:\"\";s:26:\"visibility_user_capability\";s:0:\"\";s:9:\"animation\";s:0:\"\";s:15:\"animation_delay\";s:3:\"0.0\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:10:\"margin_top\";s:2:\"40\";s:17:\"margin_top_medium\";s:0:\"\";s:21:\"margin_top_responsive\";s:0:\"\";s:12:\"margin_right\";s:2:\"20\";s:19:\"margin_right_medium\";s:0:\"\";s:23:\"margin_right_responsive\";s:0:\"\";s:13:\"margin_bottom\";s:2:\"25\";s:20:\"margin_bottom_medium\";s:0:\"\";s:24:\"margin_bottom_responsive\";s:0:\"\";s:11:\"margin_left\";s:2:\"20\";s:18:\"margin_left_medium\";s:0:\"\";s:22:\"margin_left_responsive\";s:0:\"\";s:4:\"type\";s:17:\"pp-business-hours\";}}}'),(404,51,'_fl_builder_draft_settings','O:8:\"stdClass\":2:{s:3:\"css\";s:0:\"\";s:2:\"js\";s:0:\"\";}'),(405,86,'_wp_attached_file','2018/05/MCTnew_1282927683_8.jpg'),(406,86,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:400;s:6:\"height\";i:323;s:4:\"file\";s:31:\"2018/05/MCTnew_1282927683_8.jpg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"MCTnew_1282927683_8-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:31:\"MCTnew_1282927683_8-300x242.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:242;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:31:\"MCTnew_1282927683_8-324x262.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:262;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:31:\"MCTnew_1282927683_8-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:31:\"MCTnew_1282927683_8-324x262.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:262;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:31:\"MCTnew_1282927683_8-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"7.1\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:10:\"NIKON D200\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1218459884\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"18\";s:3:\"iso\";s:3:\"400\";s:13:\"shutter_speed\";s:18:\"0.0055555555555556\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(407,87,'_wp_attached_file','2018/05/DD_IA_new_1297358359_8.jpg'),(408,87,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:400;s:6:\"height\";i:336;s:4:\"file\";s:34:\"2018/05/DD_IA_new_1297358359_8.jpg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"DD_IA_new_1297358359_8-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:34:\"DD_IA_new_1297358359_8-300x252.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:252;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:34:\"DD_IA_new_1297358359_8-324x272.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:34:\"DD_IA_new_1297358359_8-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:34:\"DD_IA_new_1297358359_8-324x272.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:34:\"DD_IA_new_1297358359_8-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"3.3\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:7:\"DMC-TZ3\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1218230230\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"4.6\";s:3:\"iso\";s:3:\"400\";s:13:\"shutter_speed\";s:7:\"0.00125\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(409,51,'_fl_builder_data','a:15:{s:13:\"5af15042c2065\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5af15042c2065\";s:4:\"type\";s:3:\"row\";s:6:\"parent\";N;s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":143:{s:5:\"width\";s:5:\"fixed\";s:13:\"content_width\";s:5:\"fixed\";s:17:\"max_content_width\";s:0:\"\";s:11:\"full_height\";s:7:\"default\";s:17:\"content_alignment\";s:6:\"center\";s:10:\"text_color\";s:0:\"\";s:10:\"link_color\";s:0:\"\";s:11:\"hover_color\";s:0:\"\";s:13:\"heading_color\";s:0:\"\";s:7:\"bg_type\";s:4:\"none\";s:8:\"bg_image\";s:0:\"\";s:9:\"bg_repeat\";s:9:\"no-repeat\";s:11:\"bg_position\";s:13:\"center center\";s:13:\"bg_attachment\";s:6:\"scroll\";s:7:\"bg_size\";s:5:\"cover\";s:15:\"bg_video_source\";s:9:\"wordpress\";s:8:\"bg_video\";s:0:\"\";s:13:\"bg_video_webm\";s:0:\"\";s:16:\"bg_video_url_mp4\";s:0:\"\";s:17:\"bg_video_url_webm\";s:0:\"\";s:20:\"bg_video_service_url\";s:0:\"\";s:14:\"bg_video_audio\";s:2:\"no\";s:17:\"bg_video_fallback\";s:0:\"\";s:9:\"ss_source\";s:9:\"wordpress\";s:9:\"ss_photos\";s:0:\"\";s:11:\"ss_feed_url\";s:0:\"\";s:8:\"ss_speed\";s:1:\"3\";s:13:\"ss_transition\";s:4:\"fade\";s:21:\"ss_transitionDuration\";s:1:\"1\";s:12:\"ss_randomize\";s:5:\"false\";s:17:\"bg_parallax_image\";s:0:\"\";s:17:\"bg_parallax_speed\";s:1:\"2\";s:8:\"bg_color\";s:0:\"\";s:10:\"bg_opacity\";s:3:\"100\";s:16:\"bg_overlay_color\";s:0:\"\";s:18:\"bg_overlay_opacity\";s:2:\"50\";s:13:\"gradient_type\";s:6:\"linear\";s:14:\"gradient_color\";a:2:{s:7:\"primary\";s:6:\"d81660\";s:9:\"secondary\";s:6:\"7d22bd\";}s:16:\"linear_direction\";s:6:\"bottom\";s:11:\"border_type\";s:0:\"\";s:12:\"border_color\";s:0:\"\";s:14:\"border_opacity\";s:3:\"100\";s:9:\"is_enable\";s:2:\"no\";s:9:\"er_effect\";s:5:\"slide\";s:11:\"er_img_type\";s:4:\"none\";s:13:\"er_image_size\";s:0:\"\";s:12:\"er_icon_size\";s:0:\"\";s:16:\"er_icon_position\";s:4:\"left\";s:10:\"er_bg_type\";s:5:\"color\";s:14:\"er_title_align\";s:6:\"center\";s:11:\"er_bc_title\";s:0:\"\";s:17:\"er_bc_title_color\";s:0:\"\";s:18:\"er_bc_title_hcolor\";s:0:\"\";s:14:\"er_bc_bg_color\";s:0:\"\";s:15:\"er_bc_bg_hcolor\";s:0:\"\";s:10:\"er_bc_icon\";s:0:\"\";s:16:\"er_bc_icon_color\";s:0:\"\";s:17:\"er_bc_icon_hcolor\";s:0:\"\";s:11:\"er_bc_image\";s:0:\"\";s:14:\"er_bc_bg_image\";s:0:\"\";s:11:\"er_ac_title\";s:0:\"\";s:17:\"er_ac_title_color\";s:0:\"\";s:18:\"er_ac_title_hcolor\";s:0:\"\";s:14:\"er_ac_bg_color\";s:0:\"\";s:15:\"er_ac_bg_hcolor\";s:0:\"\";s:10:\"er_ac_icon\";s:0:\"\";s:16:\"er_ac_icon_color\";s:0:\"\";s:17:\"er_ac_icon_hcolor\";s:0:\"\";s:11:\"er_ac_image\";s:0:\"\";s:14:\"er_ac_bg_image\";s:0:\"\";s:19:\"er_title_typography\";s:0:\"\";s:12:\"er_font_size\";s:0:\"\";s:14:\"er_line_height\";s:0:\"\";s:14:\"er_padding_top\";s:0:\"\";s:17:\"er_padding_bottom\";s:0:\"\";s:15:\"er_padding_left\";s:0:\"\";s:16:\"er_padding_right\";s:0:\"\";s:16:\"enable_separator\";s:2:\"no\";s:14:\"separator_type\";s:4:\"none\";s:15:\"separator_color\";s:6:\"ffffff\";s:16:\"separator_shadow\";s:6:\"f4f4f4\";s:16:\"separator_height\";s:3:\"100\";s:18:\"separator_position\";s:3:\"top\";s:16:\"separator_tablet\";s:2:\"no\";s:23:\"separator_height_tablet\";s:0:\"\";s:16:\"separator_mobile\";s:2:\"no\";s:23:\"separator_height_mobile\";s:0:\"\";s:21:\"separator_type_bottom\";s:4:\"none\";s:22:\"separator_color_bottom\";s:6:\"ffffff\";s:23:\"separator_shadow_bottom\";s:6:\"f4f4f4\";s:23:\"separator_height_bottom\";s:3:\"100\";s:23:\"separator_tablet_bottom\";s:2:\"no\";s:30:\"separator_height_tablet_bottom\";s:0:\"\";s:23:\"separator_mobile_bottom\";s:2:\"no\";s:30:\"separator_height_mobile_bottom\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:18:\"visibility_display\";s:0:\"\";s:26:\"visibility_user_capability\";s:0:\"\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:10:\"border_top\";s:0:\"\";s:17:\"border_top_medium\";s:0:\"\";s:21:\"border_top_responsive\";s:0:\"\";s:12:\"border_right\";s:0:\"\";s:19:\"border_right_medium\";s:0:\"\";s:23:\"border_right_responsive\";s:0:\"\";s:13:\"border_bottom\";s:0:\"\";s:20:\"border_bottom_medium\";s:0:\"\";s:24:\"border_bottom_responsive\";s:0:\"\";s:11:\"border_left\";s:0:\"\";s:18:\"border_left_medium\";s:0:\"\";s:22:\"border_left_responsive\";s:0:\"\";s:10:\"margin_top\";s:0:\"\";s:17:\"margin_top_medium\";s:0:\"\";s:21:\"margin_top_responsive\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:19:\"margin_right_medium\";s:0:\"\";s:23:\"margin_right_responsive\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:20:\"margin_bottom_medium\";s:0:\"\";s:24:\"margin_bottom_responsive\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:18:\"margin_left_medium\";s:0:\"\";s:22:\"margin_left_responsive\";s:0:\"\";s:11:\"padding_top\";s:1:\"0\";s:18:\"padding_top_medium\";s:0:\"\";s:22:\"padding_top_responsive\";s:0:\"\";s:13:\"padding_right\";s:1:\"0\";s:20:\"padding_right_medium\";s:0:\"\";s:24:\"padding_right_responsive\";s:0:\"\";s:14:\"padding_bottom\";s:1:\"0\";s:21:\"padding_bottom_medium\";s:0:\"\";s:25:\"padding_bottom_responsive\";s:0:\"\";s:12:\"padding_left\";s:1:\"0\";s:19:\"padding_left_medium\";s:0:\"\";s:23:\"padding_left_responsive\";s:0:\"\";s:12:\"bg_image_src\";s:0:\"\";s:21:\"bg_video_fallback_src\";s:0:\"\";s:21:\"bg_parallax_image_src\";s:0:\"\";s:15:\"er_bc_image_src\";s:0:\"\";s:18:\"er_bc_bg_image_src\";s:0:\"\";s:15:\"er_ac_image_src\";s:0:\"\";s:18:\"er_ac_bg_image_src\";s:0:\"\";}}s:13:\"5af15042dfefa\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5af15042dfefa\";s:4:\"type\";s:12:\"column-group\";s:6:\"parent\";s:13:\"5af15042c2065\";s:8:\"position\";i:1;s:8:\"settings\";s:0:\"\";}s:13:\"5af15042e003d\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5af15042e003d\";s:4:\"type\";s:6:\"column\";s:6:\"parent\";s:13:\"5af15042dfefa\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":1:{s:4:\"size\";i:100;}}s:13:\"5af15082de046\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5af15082de046\";s:4:\"type\";s:12:\"column-group\";s:6:\"parent\";s:13:\"5af15042c2065\";s:8:\"position\";i:0;s:8:\"settings\";s:0:\"\";}s:13:\"5af15082de243\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5af15082de243\";s:4:\"type\";s:6:\"column\";s:6:\"parent\";s:13:\"5af15082de046\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":68:{s:4:\"size\";d:50;s:12:\"equal_height\";s:2:\"no\";s:17:\"content_alignment\";s:3:\"top\";s:10:\"text_color\";s:0:\"\";s:10:\"link_color\";s:0:\"\";s:11:\"hover_color\";s:0:\"\";s:13:\"heading_color\";s:0:\"\";s:7:\"bg_type\";s:5:\"color\";s:8:\"bg_color\";s:0:\"\";s:10:\"bg_opacity\";s:3:\"100\";s:8:\"bg_image\";s:0:\"\";s:9:\"bg_repeat\";s:9:\"no-repeat\";s:11:\"bg_position\";s:13:\"center center\";s:13:\"bg_attachment\";s:6:\"scroll\";s:7:\"bg_size\";s:5:\"cover\";s:16:\"bg_overlay_color\";s:0:\"\";s:18:\"bg_overlay_opacity\";s:2:\"50\";s:11:\"border_type\";s:0:\"\";s:12:\"border_color\";s:0:\"\";s:14:\"border_opacity\";s:3:\"100\";s:16:\"pp_round_corners\";a:4:{s:8:\"top_left\";s:1:\"0\";s:9:\"top_right\";s:1:\"0\";s:11:\"bottom_left\";s:1:\"0\";s:12:\"bottom_right\";s:1:\"0\";}s:18:\"responsive_display\";s:0:\"\";s:11:\"medium_size\";s:7:\"default\";s:18:\"custom_medium_size\";s:3:\"100\";s:15:\"responsive_size\";s:7:\"default\";s:22:\"custom_responsive_size\";s:3:\"100\";s:16:\"responsive_order\";s:7:\"default\";s:18:\"visibility_display\";s:0:\"\";s:26:\"visibility_user_capability\";s:0:\"\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:10:\"border_top\";s:0:\"\";s:17:\"border_top_medium\";s:0:\"\";s:21:\"border_top_responsive\";s:0:\"\";s:12:\"border_right\";s:0:\"\";s:19:\"border_right_medium\";s:0:\"\";s:23:\"border_right_responsive\";s:0:\"\";s:13:\"border_bottom\";s:0:\"\";s:20:\"border_bottom_medium\";s:0:\"\";s:24:\"border_bottom_responsive\";s:0:\"\";s:11:\"border_left\";s:0:\"\";s:18:\"border_left_medium\";s:0:\"\";s:22:\"border_left_responsive\";s:0:\"\";s:10:\"margin_top\";s:0:\"\";s:17:\"margin_top_medium\";s:0:\"\";s:21:\"margin_top_responsive\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:19:\"margin_right_medium\";s:0:\"\";s:23:\"margin_right_responsive\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:20:\"margin_bottom_medium\";s:0:\"\";s:24:\"margin_bottom_responsive\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:18:\"margin_left_medium\";s:0:\"\";s:22:\"margin_left_responsive\";s:0:\"\";s:11:\"padding_top\";s:0:\"\";s:18:\"padding_top_medium\";s:0:\"\";s:22:\"padding_top_responsive\";s:0:\"\";s:13:\"padding_right\";s:0:\"\";s:20:\"padding_right_medium\";s:0:\"\";s:24:\"padding_right_responsive\";s:0:\"\";s:14:\"padding_bottom\";s:0:\"\";s:21:\"padding_bottom_medium\";s:0:\"\";s:25:\"padding_bottom_responsive\";s:0:\"\";s:12:\"padding_left\";s:0:\"\";s:19:\"padding_left_medium\";s:0:\"\";s:23:\"padding_left_responsive\";s:0:\"\";s:12:\"bg_image_src\";s:0:\"\";}}s:13:\"5af15082de24e\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5af15082de24e\";s:4:\"type\";s:6:\"column\";s:6:\"parent\";s:13:\"5af15082de046\";s:8:\"position\";i:1;s:8:\"settings\";O:8:\"stdClass\":1:{s:4:\"size\";d:50;}}s:13:\"5af150de62a7c\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5af150de62a7c\";s:4:\"type\";s:6:\"module\";s:6:\"parent\";s:13:\"5af15082de243\";s:8:\"position\";i:1;s:8:\"settings\";O:8:\"stdClass\":26:{s:4:\"text\";s:238:\"<h1 style=\"text-align: center; font-size: 20px; font-weight: 600;\">Irreplaceable Artifacts™</h1>\n<p style=\"text-align: center;\">428 Main Street\nMiddletown, CT 06457\nTel: 860-344-8576\nFax: 860-638-0834\ninfo@irreplaceableartifacts.com</p>\";s:18:\"responsive_display\";s:0:\"\";s:18:\"visibility_display\";s:0:\"\";s:26:\"visibility_user_capability\";s:0:\"\";s:9:\"animation\";s:0:\"\";s:15:\"animation_delay\";s:3:\"0.0\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:10:\"margin_top\";s:2:\"30\";s:17:\"margin_top_medium\";s:0:\"\";s:21:\"margin_top_responsive\";s:0:\"\";s:12:\"margin_right\";s:2:\"10\";s:19:\"margin_right_medium\";s:0:\"\";s:23:\"margin_right_responsive\";s:0:\"\";s:13:\"margin_bottom\";s:1:\"0\";s:20:\"margin_bottom_medium\";s:0:\"\";s:24:\"margin_bottom_responsive\";s:0:\"\";s:11:\"margin_left\";s:2:\"10\";s:18:\"margin_left_medium\";s:0:\"\";s:22:\"margin_left_responsive\";s:0:\"\";s:4:\"type\";s:9:\"rich-text\";s:24:\"flrich1525764318832_text\";s:0:\"\";s:24:\"flrich1525764694016_text\";s:0:\"\";s:24:\"flrich1525765226432_text\";s:0:\"\";s:24:\"flrich1525765456763_text\";s:0:\"\";s:24:\"flrich1525765608262_text\";s:0:\"\";}}s:13:\"5af150fb0b573\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5af150fb0b573\";s:4:\"type\";s:6:\"module\";s:6:\"parent\";s:13:\"5af15082de24e\";s:8:\"position\";i:1;s:8:\"settings\";O:8:\"stdClass\":27:{s:4:\"text\";s:296:\"<h1 style=\"text-align: center;font-size: 20px;font-weight:600;\">The Demolition Depot & Irreplaceable Artifacts™</h1>\n<p style=\"text-align: center;\">216 East 125th Street\n(between 2nd & 3rd Avenues)\nNew York, NY 10035-1738\nTel: 212-777-2900\nFax: 212-860-1560\ninfo@demolitiondepot.com</p>\";s:18:\"responsive_display\";s:0:\"\";s:18:\"visibility_display\";s:0:\"\";s:26:\"visibility_user_capability\";s:0:\"\";s:9:\"animation\";s:0:\"\";s:15:\"animation_delay\";s:3:\"0.0\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:10:\"margin_top\";s:2:\"20\";s:17:\"margin_top_medium\";s:0:\"\";s:21:\"margin_top_responsive\";s:0:\"\";s:12:\"margin_right\";s:2:\"10\";s:19:\"margin_right_medium\";s:0:\"\";s:23:\"margin_right_responsive\";s:0:\"\";s:13:\"margin_bottom\";s:1:\"0\";s:20:\"margin_bottom_medium\";s:0:\"\";s:24:\"margin_bottom_responsive\";s:0:\"\";s:11:\"margin_left\";s:2:\"10\";s:18:\"margin_left_medium\";s:0:\"\";s:22:\"margin_left_responsive\";s:0:\"\";s:4:\"type\";s:9:\"rich-text\";s:24:\"flrich1525764347529_text\";s:0:\"\";s:24:\"flrich1525764357906_text\";s:0:\"\";s:24:\"flrich1525764684588_text\";s:0:\"\";s:24:\"flrich1525765206481_text\";s:0:\"\";s:24:\"flrich1525765358054_text\";s:0:\"\";s:24:\"flrich1525765571424_text\";s:0:\"\";}}s:13:\"5af1516eee090\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5af1516eee090\";s:4:\"type\";s:6:\"module\";s:6:\"parent\";s:13:\"5af15082de24e\";s:8:\"position\";i:3;s:8:\"settings\";O:8:\"stdClass\":21:{s:4:\"html\";s:334:\"<iframe class=\"actAsDiv\" style=\"width:100%;height:100%;\" frameborder=\"0\" scrolling=\"no\" marginheight=\"0\" marginwidth=\"0\" src=\"https://maps.google.com/maps?f=q&source=s_q&q=Demolition%20Depot%2C%20216%20East%20125th%20Street%2C%20New%20York%2C%20NY&aq=0&ie=UTF8&t=m&z=15&iwloc=A&output=embed\"></iframe>\n\";s:18:\"responsive_display\";s:0:\"\";s:18:\"visibility_display\";s:0:\"\";s:26:\"visibility_user_capability\";s:0:\"\";s:9:\"animation\";s:0:\"\";s:15:\"animation_delay\";s:3:\"0.0\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:10:\"margin_top\";s:1:\"0\";s:17:\"margin_top_medium\";s:0:\"\";s:21:\"margin_top_responsive\";s:0:\"\";s:12:\"margin_right\";s:2:\"10\";s:19:\"margin_right_medium\";s:0:\"\";s:23:\"margin_right_responsive\";s:0:\"\";s:13:\"margin_bottom\";s:1:\"0\";s:20:\"margin_bottom_medium\";s:0:\"\";s:24:\"margin_bottom_responsive\";s:0:\"\";s:11:\"margin_left\";s:2:\"10\";s:18:\"margin_left_medium\";s:0:\"\";s:22:\"margin_left_responsive\";s:0:\"\";s:4:\"type\";s:4:\"html\";}}s:13:\"5af151886ae0d\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5af151886ae0d\";s:4:\"type\";s:6:\"module\";s:6:\"parent\";s:13:\"5af15082de243\";s:8:\"position\";i:3;s:8:\"settings\";O:8:\"stdClass\":21:{s:4:\"html\";s:329:\"<iframe class=\"actAsDiv\" style=\"width:100%;height:100%;\" frameborder=\"0\" scrolling=\"no\" marginheight=\"0\" marginwidth=\"0\" src=\"https://maps.google.com/maps?f=q&source=s_q&q=Irreplaceable%20Artifacts%20428%20Main%20Street%2C%20Middletown%2C%20CT&aq=0&ie=UTF8&t=m&z=15&iwloc=A&output=embed\"></iframe>\";s:18:\"responsive_display\";s:0:\"\";s:18:\"visibility_display\";s:0:\"\";s:26:\"visibility_user_capability\";s:0:\"\";s:9:\"animation\";s:0:\"\";s:15:\"animation_delay\";s:3:\"0.0\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:10:\"margin_top\";s:1:\"0\";s:17:\"margin_top_medium\";s:0:\"\";s:21:\"margin_top_responsive\";s:0:\"\";s:12:\"margin_right\";s:2:\"10\";s:19:\"margin_right_medium\";s:0:\"\";s:23:\"margin_right_responsive\";s:0:\"\";s:13:\"margin_bottom\";s:1:\"0\";s:20:\"margin_bottom_medium\";s:0:\"\";s:24:\"margin_bottom_responsive\";s:0:\"\";s:11:\"margin_left\";s:2:\"10\";s:18:\"margin_left_medium\";s:0:\"\";s:22:\"margin_left_responsive\";s:0:\"\";s:4:\"type\";s:4:\"html\";}}s:13:\"5af1527617f01\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5af1527617f01\";s:4:\"type\";s:6:\"module\";s:6:\"parent\";s:13:\"5af15042e003d\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":23:{s:4:\"text\";s:154:\"<p style=\"text-align: center;\">If you are looking to sell or consign an item please send pictures and measurements to acquisitions@demolitiondepot.com</p>\";s:18:\"responsive_display\";s:0:\"\";s:18:\"visibility_display\";s:0:\"\";s:26:\"visibility_user_capability\";s:0:\"\";s:9:\"animation\";s:0:\"\";s:15:\"animation_delay\";s:3:\"0.0\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:10:\"margin_top\";s:0:\"\";s:17:\"margin_top_medium\";s:0:\"\";s:21:\"margin_top_responsive\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:19:\"margin_right_medium\";s:0:\"\";s:23:\"margin_right_responsive\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:20:\"margin_bottom_medium\";s:0:\"\";s:24:\"margin_bottom_responsive\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:18:\"margin_left_medium\";s:0:\"\";s:22:\"margin_left_responsive\";s:0:\"\";s:4:\"type\";s:9:\"rich-text\";s:24:\"flrich1525764726598_text\";s:0:\"\";s:24:\"flrich1525764735837_text\";s:0:\"\";}}s:13:\"5af1529a45ff5\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5af1529a45ff5\";s:4:\"type\";s:6:\"module\";s:6:\"parent\";s:13:\"5af15082de243\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":35:{s:12:\"photo_source\";s:7:\"library\";s:5:\"photo\";s:2:\"86\";s:9:\"photo_url\";s:0:\"\";s:4:\"crop\";s:0:\"\";s:5:\"align\";s:6:\"center\";s:12:\"show_caption\";s:1:\"0\";s:7:\"caption\";s:0:\"\";s:9:\"link_type\";s:0:\"\";s:8:\"link_url\";s:0:\"\";s:11:\"link_target\";s:5:\"_self\";s:13:\"link_nofollow\";s:2:\"no\";s:18:\"responsive_display\";s:0:\"\";s:18:\"visibility_display\";s:0:\"\";s:26:\"visibility_user_capability\";s:0:\"\";s:9:\"animation\";s:0:\"\";s:15:\"animation_delay\";s:3:\"0.0\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:10:\"margin_top\";s:1:\"0\";s:17:\"margin_top_medium\";s:0:\"\";s:21:\"margin_top_responsive\";s:0:\"\";s:12:\"margin_right\";s:1:\"0\";s:19:\"margin_right_medium\";s:0:\"\";s:23:\"margin_right_responsive\";s:0:\"\";s:13:\"margin_bottom\";s:1:\"0\";s:20:\"margin_bottom_medium\";s:0:\"\";s:24:\"margin_bottom_responsive\";s:0:\"\";s:11:\"margin_left\";s:1:\"0\";s:18:\"margin_left_medium\";s:0:\"\";s:22:\"margin_left_responsive\";s:0:\"\";s:4:\"type\";s:5:\"photo\";s:9:\"photo_src\";s:84:\"http://localhost/IA.store/wp-content/uploads/2018/05/MCTnew_1282927683_8-300x242.jpg\";s:4:\"data\";O:8:\"stdClass\":33:{s:2:\"id\";i:86;s:5:\"title\";s:19:\"MCTnew_1282927683_8\";s:8:\"filename\";s:23:\"MCTnew_1282927683_8.jpg\";s:3:\"url\";s:76:\"http://localhost/IA.store/wp-content/uploads/2018/05/MCTnew_1282927683_8.jpg\";s:4:\"link\";s:55:\"http://localhost/IA.store/location/mctnew_1282927683_8/\";s:3:\"alt\";s:0:\"\";s:6:\"author\";s:1:\"1\";s:11:\"description\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:4:\"name\";s:19:\"mctnew_1282927683_8\";s:6:\"status\";s:7:\"inherit\";s:10:\"uploadedTo\";i:51;s:4:\"date\";d:1525764797000;s:8:\"modified\";d:1525764797000;s:9:\"menuOrder\";i:0;s:4:\"mime\";s:10:\"image/jpeg\";s:4:\"type\";s:5:\"image\";s:7:\"subtype\";s:4:\"jpeg\";s:4:\"icon\";s:62:\"http://localhost/IA.store/wp-includes/images/media/default.png\";s:13:\"dateFormatted\";s:11:\"May 8, 2018\";s:6:\"nonces\";O:8:\"stdClass\":3:{s:6:\"update\";s:10:\"41def50b47\";s:6:\"delete\";s:10:\"8a0916e3cc\";s:4:\"edit\";s:10:\"e670eff3eb\";}s:8:\"editLink\";s:63:\"http://localhost/IA.store/wp-admin/post.php?post=86&action=edit\";s:4:\"meta\";b:0;s:10:\"authorName\";s:5:\"admin\";s:14:\"uploadedToLink\";s:63:\"http://localhost/IA.store/wp-admin/post.php?post=51&action=edit\";s:15:\"uploadedToTitle\";s:8:\"Location\";s:15:\"filesizeInBytes\";i:58131;s:21:\"filesizeHumanReadable\";s:5:\"57 KB\";s:7:\"context\";s:0:\"\";s:6:\"height\";i:323;s:5:\"width\";i:400;s:11:\"orientation\";s:9:\"landscape\";s:5:\"sizes\";O:8:\"stdClass\":3:{s:9:\"thumbnail\";O:8:\"stdClass\":4:{s:6:\"height\";i:150;s:5:\"width\";i:150;s:3:\"url\";s:84:\"http://localhost/IA.store/wp-content/uploads/2018/05/MCTnew_1282927683_8-150x150.jpg\";s:11:\"orientation\";s:9:\"landscape\";}s:6:\"medium\";O:8:\"stdClass\":4:{s:6:\"height\";i:242;s:5:\"width\";i:300;s:3:\"url\";s:84:\"http://localhost/IA.store/wp-content/uploads/2018/05/MCTnew_1282927683_8-300x242.jpg\";s:11:\"orientation\";s:9:\"landscape\";}s:4:\"full\";O:8:\"stdClass\":4:{s:3:\"url\";s:76:\"http://localhost/IA.store/wp-content/uploads/2018/05/MCTnew_1282927683_8.jpg\";s:6:\"height\";i:323;s:5:\"width\";i:400;s:11:\"orientation\";s:9:\"landscape\";}}}s:15:\"link_url-search\";s:0:\"\";s:25:\"as_values_link_url-search\";s:0:\"\";}}s:13:\"5af152e1357b5\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5af152e1357b5\";s:4:\"type\";s:6:\"module\";s:6:\"parent\";s:13:\"5af15082de24e\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":35:{s:12:\"photo_source\";s:7:\"library\";s:5:\"photo\";s:2:\"87\";s:9:\"photo_url\";s:0:\"\";s:4:\"crop\";s:0:\"\";s:5:\"align\";s:6:\"center\";s:12:\"show_caption\";s:1:\"0\";s:7:\"caption\";s:0:\"\";s:9:\"link_type\";s:0:\"\";s:8:\"link_url\";s:0:\"\";s:11:\"link_target\";s:5:\"_self\";s:13:\"link_nofollow\";s:2:\"no\";s:18:\"responsive_display\";s:0:\"\";s:18:\"visibility_display\";s:0:\"\";s:26:\"visibility_user_capability\";s:0:\"\";s:9:\"animation\";s:0:\"\";s:15:\"animation_delay\";s:3:\"0.0\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:10:\"margin_top\";s:1:\"0\";s:17:\"margin_top_medium\";s:0:\"\";s:21:\"margin_top_responsive\";s:0:\"\";s:12:\"margin_right\";s:2:\"10\";s:19:\"margin_right_medium\";s:0:\"\";s:23:\"margin_right_responsive\";s:0:\"\";s:13:\"margin_bottom\";s:1:\"0\";s:20:\"margin_bottom_medium\";s:0:\"\";s:24:\"margin_bottom_responsive\";s:0:\"\";s:11:\"margin_left\";s:2:\"10\";s:18:\"margin_left_medium\";s:0:\"\";s:22:\"margin_left_responsive\";s:0:\"\";s:4:\"type\";s:5:\"photo\";s:9:\"photo_src\";s:87:\"http://localhost/IA.store/wp-content/uploads/2018/05/DD_IA_new_1297358359_8-300x252.jpg\";s:4:\"data\";O:8:\"stdClass\":33:{s:2:\"id\";i:87;s:5:\"title\";s:22:\"DD_IA_new_1297358359_8\";s:8:\"filename\";s:26:\"DD_IA_new_1297358359_8.jpg\";s:3:\"url\";s:79:\"http://localhost/IA.store/wp-content/uploads/2018/05/DD_IA_new_1297358359_8.jpg\";s:4:\"link\";s:58:\"http://localhost/IA.store/location/dd_ia_new_1297358359_8/\";s:3:\"alt\";s:0:\"\";s:6:\"author\";s:1:\"1\";s:11:\"description\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:4:\"name\";s:22:\"dd_ia_new_1297358359_8\";s:6:\"status\";s:7:\"inherit\";s:10:\"uploadedTo\";i:51;s:4:\"date\";d:1525764800000;s:8:\"modified\";d:1525764800000;s:9:\"menuOrder\";i:0;s:4:\"mime\";s:10:\"image/jpeg\";s:4:\"type\";s:5:\"image\";s:7:\"subtype\";s:4:\"jpeg\";s:4:\"icon\";s:62:\"http://localhost/IA.store/wp-includes/images/media/default.png\";s:13:\"dateFormatted\";s:11:\"May 8, 2018\";s:6:\"nonces\";O:8:\"stdClass\":3:{s:6:\"update\";s:10:\"5f20a9bc85\";s:6:\"delete\";s:10:\"0ddc603e41\";s:4:\"edit\";s:10:\"5180896580\";}s:8:\"editLink\";s:63:\"http://localhost/IA.store/wp-admin/post.php?post=87&action=edit\";s:4:\"meta\";b:0;s:10:\"authorName\";s:5:\"admin\";s:14:\"uploadedToLink\";s:63:\"http://localhost/IA.store/wp-admin/post.php?post=51&action=edit\";s:15:\"uploadedToTitle\";s:8:\"Location\";s:15:\"filesizeInBytes\";i:166576;s:21:\"filesizeHumanReadable\";s:6:\"163 KB\";s:7:\"context\";s:0:\"\";s:6:\"height\";i:336;s:5:\"width\";i:400;s:11:\"orientation\";s:9:\"landscape\";s:5:\"sizes\";O:8:\"stdClass\":3:{s:9:\"thumbnail\";O:8:\"stdClass\":4:{s:6:\"height\";i:150;s:5:\"width\";i:150;s:3:\"url\";s:87:\"http://localhost/IA.store/wp-content/uploads/2018/05/DD_IA_new_1297358359_8-150x150.jpg\";s:11:\"orientation\";s:9:\"landscape\";}s:6:\"medium\";O:8:\"stdClass\":4:{s:6:\"height\";i:252;s:5:\"width\";i:300;s:3:\"url\";s:87:\"http://localhost/IA.store/wp-content/uploads/2018/05/DD_IA_new_1297358359_8-300x252.jpg\";s:11:\"orientation\";s:9:\"landscape\";}s:4:\"full\";O:8:\"stdClass\":4:{s:3:\"url\";s:79:\"http://localhost/IA.store/wp-content/uploads/2018/05/DD_IA_new_1297358359_8.jpg\";s:6:\"height\";i:336;s:5:\"width\";i:400;s:11:\"orientation\";s:9:\"landscape\";}}}s:15:\"link_url-search\";s:0:\"\";s:25:\"as_values_link_url-search\";s:0:\"\";}}s:13:\"5af1534d51ad2\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5af1534d51ad2\";s:4:\"type\";s:6:\"module\";s:6:\"parent\";s:13:\"5af15082de24e\";s:8:\"position\";i:2;s:8:\"settings\";O:8:\"stdClass\":53:{s:19:\"business_hours_rows\";a:7:{i:0;O:8:\"stdClass\":15:{s:1:\"0\";s:0:\"\";s:9:\"highlight\";s:2:\"no\";s:10:\"hours_type\";s:3:\"day\";s:5:\"title\";s:6:\"Monday\";s:9:\"start_day\";s:6:\"Monday\";s:7:\"end_day\";s:8:\"Saturday\";s:10:\"day_format\";s:4:\"long\";s:6:\"status\";s:4:\"open\";s:10:\"start_time\";O:8:\"stdClass\":3:{s:5:\"hours\";s:2:\"10\";s:7:\"minutes\";s:2:\"00\";s:10:\"day_period\";s:2:\"am\";}s:8:\"end_time\";O:8:\"stdClass\":3:{s:5:\"hours\";s:2:\"06\";s:7:\"minutes\";s:2:\"00\";s:10:\"day_period\";s:2:\"pm\";}s:11:\"status_text\";s:6:\"Closed\";s:15:\"hl_row_bg_color\";s:0:\"\";s:14:\"hl_title_color\";s:0:\"\";s:15:\"hl_timing_color\";s:0:\"\";s:15:\"hl_status_color\";s:0:\"\";}i:1;O:8:\"stdClass\":15:{s:1:\"0\";s:0:\"\";s:9:\"highlight\";s:2:\"no\";s:10:\"hours_type\";s:3:\"day\";s:5:\"title\";s:7:\"Tuesday\";s:9:\"start_day\";s:6:\"Monday\";s:7:\"end_day\";s:8:\"Saturday\";s:10:\"day_format\";s:4:\"long\";s:6:\"status\";s:4:\"open\";s:10:\"start_time\";O:8:\"stdClass\":3:{s:5:\"hours\";s:2:\"10\";s:7:\"minutes\";s:2:\"00\";s:10:\"day_period\";s:2:\"am\";}s:8:\"end_time\";O:8:\"stdClass\":3:{s:5:\"hours\";s:2:\"06\";s:7:\"minutes\";s:2:\"00\";s:10:\"day_period\";s:2:\"pm\";}s:11:\"status_text\";s:6:\"Closed\";s:15:\"hl_row_bg_color\";s:0:\"\";s:14:\"hl_title_color\";s:0:\"\";s:15:\"hl_timing_color\";s:0:\"\";s:15:\"hl_status_color\";s:0:\"\";}i:2;O:8:\"stdClass\":15:{s:1:\"0\";s:0:\"\";s:9:\"highlight\";s:2:\"no\";s:10:\"hours_type\";s:3:\"day\";s:5:\"title\";s:9:\"Wednesday\";s:9:\"start_day\";s:6:\"Monday\";s:7:\"end_day\";s:8:\"Saturday\";s:10:\"day_format\";s:4:\"long\";s:6:\"status\";s:4:\"open\";s:10:\"start_time\";O:8:\"stdClass\":3:{s:5:\"hours\";s:2:\"10\";s:7:\"minutes\";s:2:\"00\";s:10:\"day_period\";s:2:\"am\";}s:8:\"end_time\";O:8:\"stdClass\":3:{s:5:\"hours\";s:2:\"06\";s:7:\"minutes\";s:2:\"00\";s:10:\"day_period\";s:2:\"pm\";}s:11:\"status_text\";s:6:\"Closed\";s:15:\"hl_row_bg_color\";s:0:\"\";s:14:\"hl_title_color\";s:0:\"\";s:15:\"hl_timing_color\";s:0:\"\";s:15:\"hl_status_color\";s:0:\"\";}i:3;O:8:\"stdClass\":15:{s:1:\"0\";s:0:\"\";s:9:\"highlight\";s:2:\"no\";s:10:\"hours_type\";s:3:\"day\";s:5:\"title\";s:8:\"Thursday\";s:9:\"start_day\";s:6:\"Monday\";s:7:\"end_day\";s:8:\"Saturday\";s:10:\"day_format\";s:4:\"long\";s:6:\"status\";s:4:\"open\";s:10:\"start_time\";O:8:\"stdClass\":3:{s:5:\"hours\";s:2:\"10\";s:7:\"minutes\";s:2:\"00\";s:10:\"day_period\";s:2:\"am\";}s:8:\"end_time\";O:8:\"stdClass\":3:{s:5:\"hours\";s:2:\"06\";s:7:\"minutes\";s:2:\"00\";s:10:\"day_period\";s:2:\"pm\";}s:11:\"status_text\";s:6:\"Closed\";s:15:\"hl_row_bg_color\";s:0:\"\";s:14:\"hl_title_color\";s:0:\"\";s:15:\"hl_timing_color\";s:0:\"\";s:15:\"hl_status_color\";s:0:\"\";}i:4;O:8:\"stdClass\":15:{s:1:\"0\";s:0:\"\";s:9:\"highlight\";s:2:\"no\";s:10:\"hours_type\";s:3:\"day\";s:5:\"title\";s:6:\"Friday\";s:9:\"start_day\";s:6:\"Monday\";s:7:\"end_day\";s:8:\"Saturday\";s:10:\"day_format\";s:4:\"long\";s:6:\"status\";s:4:\"open\";s:10:\"start_time\";O:8:\"stdClass\":3:{s:5:\"hours\";s:2:\"10\";s:7:\"minutes\";s:2:\"00\";s:10:\"day_period\";s:2:\"am\";}s:8:\"end_time\";O:8:\"stdClass\":3:{s:5:\"hours\";s:2:\"06\";s:7:\"minutes\";s:2:\"00\";s:10:\"day_period\";s:2:\"pm\";}s:11:\"status_text\";s:6:\"Closed\";s:15:\"hl_row_bg_color\";s:0:\"\";s:14:\"hl_title_color\";s:0:\"\";s:15:\"hl_timing_color\";s:0:\"\";s:15:\"hl_status_color\";s:0:\"\";}i:5;O:8:\"stdClass\":15:{s:1:\"0\";s:0:\"\";s:9:\"highlight\";s:2:\"no\";s:10:\"hours_type\";s:3:\"day\";s:5:\"title\";s:8:\"Saturday\";s:9:\"start_day\";s:6:\"Monday\";s:7:\"end_day\";s:8:\"Saturday\";s:10:\"day_format\";s:4:\"long\";s:6:\"status\";s:4:\"open\";s:10:\"start_time\";O:8:\"stdClass\":3:{s:5:\"hours\";s:2:\"11\";s:7:\"minutes\";s:2:\"00\";s:10:\"day_period\";s:2:\"am\";}s:8:\"end_time\";O:8:\"stdClass\":3:{s:5:\"hours\";s:2:\"06\";s:7:\"minutes\";s:2:\"00\";s:10:\"day_period\";s:2:\"pm\";}s:11:\"status_text\";s:6:\"Closed\";s:15:\"hl_row_bg_color\";s:0:\"\";s:14:\"hl_title_color\";s:0:\"\";s:15:\"hl_timing_color\";s:0:\"\";s:15:\"hl_status_color\";s:0:\"\";}i:6;O:8:\"stdClass\":15:{s:1:\"0\";s:0:\"\";s:9:\"highlight\";s:2:\"no\";s:10:\"hours_type\";s:3:\"day\";s:5:\"title\";s:6:\"Sunday\";s:9:\"start_day\";s:6:\"Monday\";s:7:\"end_day\";s:8:\"Saturday\";s:10:\"day_format\";s:4:\"long\";s:6:\"status\";s:5:\"close\";s:10:\"start_time\";O:8:\"stdClass\":3:{s:5:\"hours\";s:2:\"10\";s:7:\"minutes\";s:2:\"00\";s:10:\"day_period\";s:2:\"am\";}s:8:\"end_time\";O:8:\"stdClass\":3:{s:5:\"hours\";s:2:\"06\";s:7:\"minutes\";s:2:\"00\";s:10:\"day_period\";s:2:\"pm\";}s:11:\"status_text\";s:27:\"by appointment or by chance\";s:15:\"hl_row_bg_color\";s:0:\"\";s:14:\"hl_title_color\";s:0:\"\";s:15:\"hl_timing_color\";s:0:\"\";s:15:\"hl_status_color\";s:0:\"\";}}s:7:\"spacing\";s:2:\"10\";s:13:\"zebra_pattern\";s:2:\"no\";s:14:\"row_bg_color_1\";s:0:\"\";s:14:\"row_bg_color_2\";s:0:\"\";s:9:\"separator\";s:2:\"no\";s:15:\"separator_style\";s:5:\"solid\";s:15:\"separator_width\";s:1:\"1\";s:15:\"separator_color\";s:0:\"\";s:12:\"box_bg_color\";s:0:\"\";s:10:\"box_border\";s:4:\"none\";s:16:\"box_border_width\";s:1:\"1\";s:16:\"box_border_color\";s:0:\"\";s:18:\"box_shadow_display\";s:2:\"no\";s:10:\"box_shadow\";a:4:{s:8:\"vertical\";s:1:\"2\";s:10:\"horizontal\";s:1:\"2\";s:4:\"blur\";s:1:\"2\";s:6:\"spread\";s:1:\"1\";}s:16:\"box_shadow_color\";s:6:\"000000\";s:18:\"box_shadow_opacity\";s:2:\"50\";s:17:\"box_border_radius\";s:1:\"0\";s:10:\"title_font\";a:2:{s:6:\"family\";s:7:\"Default\";s:6:\"weight\";s:7:\"default\";}s:15:\"title_font_size\";s:7:\"default\";s:22:\"title_custom_font_size\";a:3:{s:7:\"desktop\";s:2:\"24\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:17:\"title_line_height\";s:7:\"default\";s:24:\"title_custom_line_height\";a:3:{s:7:\"desktop\";s:3:\"1.6\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:20:\"title_text_transform\";s:7:\"default\";s:11:\"title_color\";s:0:\"\";s:11:\"timing_font\";a:2:{s:6:\"family\";s:7:\"Default\";s:6:\"weight\";s:7:\"default\";}s:16:\"timing_font_size\";s:7:\"default\";s:23:\"timing_custom_font_size\";a:3:{s:7:\"desktop\";s:2:\"24\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:18:\"timing_line_height\";s:7:\"default\";s:25:\"timing_custom_line_height\";a:3:{s:7:\"desktop\";s:3:\"1.6\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:21:\"timing_text_transform\";s:7:\"default\";s:12:\"timing_color\";s:0:\"\";s:12:\"status_color\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:18:\"visibility_display\";s:0:\"\";s:26:\"visibility_user_capability\";s:0:\"\";s:9:\"animation\";s:0:\"\";s:15:\"animation_delay\";s:3:\"0.0\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:10:\"margin_top\";s:2:\"15\";s:17:\"margin_top_medium\";s:0:\"\";s:21:\"margin_top_responsive\";s:0:\"\";s:12:\"margin_right\";s:2:\"20\";s:19:\"margin_right_medium\";s:0:\"\";s:23:\"margin_right_responsive\";s:0:\"\";s:13:\"margin_bottom\";s:2:\"25\";s:20:\"margin_bottom_medium\";s:0:\"\";s:24:\"margin_bottom_responsive\";s:0:\"\";s:11:\"margin_left\";s:2:\"20\";s:18:\"margin_left_medium\";s:0:\"\";s:22:\"margin_left_responsive\";s:0:\"\";s:4:\"type\";s:17:\"pp-business-hours\";}}s:13:\"5af1544d5ed6d\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5af1544d5ed6d\";s:4:\"type\";s:6:\"module\";s:6:\"parent\";s:13:\"5af15082de243\";s:8:\"position\";i:2;s:8:\"settings\";O:8:\"stdClass\":53:{s:19:\"business_hours_rows\";a:7:{i:0;O:8:\"stdClass\":15:{s:1:\"0\";s:0:\"\";s:9:\"highlight\";s:2:\"no\";s:10:\"hours_type\";s:3:\"day\";s:5:\"title\";s:6:\"Monday\";s:9:\"start_day\";s:6:\"Monday\";s:7:\"end_day\";s:8:\"Saturday\";s:10:\"day_format\";s:4:\"long\";s:6:\"status\";s:5:\"close\";s:10:\"start_time\";O:8:\"stdClass\":3:{s:5:\"hours\";s:2:\"10\";s:7:\"minutes\";s:2:\"00\";s:10:\"day_period\";s:2:\"am\";}s:8:\"end_time\";O:8:\"stdClass\":3:{s:5:\"hours\";s:2:\"06\";s:7:\"minutes\";s:2:\"00\";s:10:\"day_period\";s:2:\"pm\";}s:11:\"status_text\";s:27:\"by appointment or by chance\";s:15:\"hl_row_bg_color\";s:0:\"\";s:14:\"hl_title_color\";s:0:\"\";s:15:\"hl_timing_color\";s:0:\"\";s:15:\"hl_status_color\";s:0:\"\";}i:1;O:8:\"stdClass\":15:{s:1:\"0\";s:0:\"\";s:9:\"highlight\";s:2:\"no\";s:10:\"hours_type\";s:3:\"day\";s:5:\"title\";s:7:\"Tuesday\";s:9:\"start_day\";s:6:\"Monday\";s:7:\"end_day\";s:8:\"Saturday\";s:10:\"day_format\";s:4:\"long\";s:6:\"status\";s:5:\"close\";s:10:\"start_time\";O:8:\"stdClass\":3:{s:5:\"hours\";s:2:\"10\";s:7:\"minutes\";s:2:\"00\";s:10:\"day_period\";s:2:\"am\";}s:8:\"end_time\";O:8:\"stdClass\":3:{s:5:\"hours\";s:2:\"06\";s:7:\"minutes\";s:2:\"00\";s:10:\"day_period\";s:2:\"pm\";}s:11:\"status_text\";s:27:\"by appointment or by chance\";s:15:\"hl_row_bg_color\";s:0:\"\";s:14:\"hl_title_color\";s:0:\"\";s:15:\"hl_timing_color\";s:0:\"\";s:15:\"hl_status_color\";s:0:\"\";}i:2;O:8:\"stdClass\":15:{s:1:\"0\";s:0:\"\";s:9:\"highlight\";s:2:\"no\";s:10:\"hours_type\";s:3:\"day\";s:5:\"title\";s:9:\"Wednesday\";s:9:\"start_day\";s:6:\"Monday\";s:7:\"end_day\";s:8:\"Saturday\";s:10:\"day_format\";s:4:\"long\";s:6:\"status\";s:5:\"close\";s:10:\"start_time\";O:8:\"stdClass\":3:{s:5:\"hours\";s:2:\"10\";s:7:\"minutes\";s:2:\"00\";s:10:\"day_period\";s:2:\"am\";}s:8:\"end_time\";O:8:\"stdClass\":3:{s:5:\"hours\";s:2:\"06\";s:7:\"minutes\";s:2:\"00\";s:10:\"day_period\";s:2:\"pm\";}s:11:\"status_text\";s:27:\"by appointment or by chance\";s:15:\"hl_row_bg_color\";s:0:\"\";s:14:\"hl_title_color\";s:0:\"\";s:15:\"hl_timing_color\";s:0:\"\";s:15:\"hl_status_color\";s:0:\"\";}i:3;O:8:\"stdClass\":15:{s:1:\"0\";s:0:\"\";s:9:\"highlight\";s:2:\"no\";s:10:\"hours_type\";s:3:\"day\";s:5:\"title\";s:8:\"Thursday\";s:9:\"start_day\";s:6:\"Monday\";s:7:\"end_day\";s:8:\"Saturday\";s:10:\"day_format\";s:4:\"long\";s:6:\"status\";s:5:\"close\";s:10:\"start_time\";O:8:\"stdClass\":3:{s:5:\"hours\";s:2:\"10\";s:7:\"minutes\";s:2:\"00\";s:10:\"day_period\";s:2:\"am\";}s:8:\"end_time\";O:8:\"stdClass\":3:{s:5:\"hours\";s:2:\"06\";s:7:\"minutes\";s:2:\"00\";s:10:\"day_period\";s:2:\"pm\";}s:11:\"status_text\";s:27:\"by appointment or by chance\";s:15:\"hl_row_bg_color\";s:0:\"\";s:14:\"hl_title_color\";s:0:\"\";s:15:\"hl_timing_color\";s:0:\"\";s:15:\"hl_status_color\";s:0:\"\";}i:4;O:8:\"stdClass\":15:{s:1:\"0\";s:0:\"\";s:9:\"highlight\";s:2:\"no\";s:10:\"hours_type\";s:3:\"day\";s:5:\"title\";s:6:\"Friday\";s:9:\"start_day\";s:6:\"Monday\";s:7:\"end_day\";s:8:\"Saturday\";s:10:\"day_format\";s:4:\"long\";s:6:\"status\";s:5:\"close\";s:10:\"start_time\";O:8:\"stdClass\":3:{s:5:\"hours\";s:2:\"10\";s:7:\"minutes\";s:2:\"00\";s:10:\"day_period\";s:2:\"am\";}s:8:\"end_time\";O:8:\"stdClass\":3:{s:5:\"hours\";s:2:\"06\";s:7:\"minutes\";s:2:\"00\";s:10:\"day_period\";s:2:\"pm\";}s:11:\"status_text\";s:27:\"by appointment or by chance\";s:15:\"hl_row_bg_color\";s:0:\"\";s:14:\"hl_title_color\";s:0:\"\";s:15:\"hl_timing_color\";s:0:\"\";s:15:\"hl_status_color\";s:0:\"\";}i:5;O:8:\"stdClass\":15:{s:1:\"0\";s:0:\"\";s:9:\"highlight\";s:2:\"no\";s:10:\"hours_type\";s:3:\"day\";s:5:\"title\";s:8:\"Saturday\";s:9:\"start_day\";s:6:\"Monday\";s:7:\"end_day\";s:8:\"Saturday\";s:10:\"day_format\";s:4:\"long\";s:6:\"status\";s:4:\"open\";s:10:\"start_time\";O:8:\"stdClass\":3:{s:5:\"hours\";s:2:\"11\";s:7:\"minutes\";s:2:\"00\";s:10:\"day_period\";s:2:\"am\";}s:8:\"end_time\";O:8:\"stdClass\":3:{s:5:\"hours\";s:2:\"05\";s:7:\"minutes\";s:2:\"00\";s:10:\"day_period\";s:2:\"pm\";}s:11:\"status_text\";s:6:\"Closed\";s:15:\"hl_row_bg_color\";s:0:\"\";s:14:\"hl_title_color\";s:0:\"\";s:15:\"hl_timing_color\";s:0:\"\";s:15:\"hl_status_color\";s:0:\"\";}i:6;O:8:\"stdClass\":15:{s:1:\"0\";s:0:\"\";s:9:\"highlight\";s:2:\"no\";s:10:\"hours_type\";s:3:\"day\";s:5:\"title\";s:6:\"Sunday\";s:9:\"start_day\";s:6:\"Monday\";s:7:\"end_day\";s:8:\"Saturday\";s:10:\"day_format\";s:4:\"long\";s:6:\"status\";s:5:\"close\";s:10:\"start_time\";O:8:\"stdClass\":3:{s:5:\"hours\";s:2:\"10\";s:7:\"minutes\";s:2:\"00\";s:10:\"day_period\";s:2:\"am\";}s:8:\"end_time\";O:8:\"stdClass\":3:{s:5:\"hours\";s:2:\"06\";s:7:\"minutes\";s:2:\"00\";s:10:\"day_period\";s:2:\"pm\";}s:11:\"status_text\";s:27:\"by appointment or by chance\";s:15:\"hl_row_bg_color\";s:0:\"\";s:14:\"hl_title_color\";s:0:\"\";s:15:\"hl_timing_color\";s:0:\"\";s:15:\"hl_status_color\";s:0:\"\";}}s:7:\"spacing\";s:2:\"10\";s:13:\"zebra_pattern\";s:2:\"no\";s:14:\"row_bg_color_1\";s:0:\"\";s:14:\"row_bg_color_2\";s:0:\"\";s:9:\"separator\";s:2:\"no\";s:15:\"separator_style\";s:5:\"solid\";s:15:\"separator_width\";s:1:\"1\";s:15:\"separator_color\";s:0:\"\";s:12:\"box_bg_color\";s:0:\"\";s:10:\"box_border\";s:4:\"none\";s:16:\"box_border_width\";s:1:\"1\";s:16:\"box_border_color\";s:0:\"\";s:18:\"box_shadow_display\";s:2:\"no\";s:10:\"box_shadow\";a:4:{s:8:\"vertical\";s:1:\"2\";s:10:\"horizontal\";s:1:\"2\";s:4:\"blur\";s:1:\"2\";s:6:\"spread\";s:1:\"1\";}s:16:\"box_shadow_color\";s:6:\"000000\";s:18:\"box_shadow_opacity\";s:2:\"50\";s:17:\"box_border_radius\";s:1:\"0\";s:10:\"title_font\";a:2:{s:6:\"family\";s:7:\"Default\";s:6:\"weight\";s:7:\"default\";}s:15:\"title_font_size\";s:7:\"default\";s:22:\"title_custom_font_size\";a:3:{s:7:\"desktop\";s:2:\"24\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:17:\"title_line_height\";s:7:\"default\";s:24:\"title_custom_line_height\";a:3:{s:7:\"desktop\";s:3:\"1.6\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:20:\"title_text_transform\";s:7:\"default\";s:11:\"title_color\";s:0:\"\";s:11:\"timing_font\";a:2:{s:6:\"family\";s:7:\"Default\";s:6:\"weight\";s:7:\"default\";}s:16:\"timing_font_size\";s:7:\"default\";s:23:\"timing_custom_font_size\";a:3:{s:7:\"desktop\";s:2:\"24\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:18:\"timing_line_height\";s:7:\"default\";s:25:\"timing_custom_line_height\";a:3:{s:7:\"desktop\";s:3:\"1.6\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:21:\"timing_text_transform\";s:7:\"default\";s:12:\"timing_color\";s:0:\"\";s:12:\"status_color\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:18:\"visibility_display\";s:0:\"\";s:26:\"visibility_user_capability\";s:0:\"\";s:9:\"animation\";s:0:\"\";s:15:\"animation_delay\";s:3:\"0.0\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:10:\"margin_top\";s:2:\"40\";s:17:\"margin_top_medium\";s:0:\"\";s:21:\"margin_top_responsive\";s:0:\"\";s:12:\"margin_right\";s:2:\"20\";s:19:\"margin_right_medium\";s:0:\"\";s:23:\"margin_right_responsive\";s:0:\"\";s:13:\"margin_bottom\";s:2:\"25\";s:20:\"margin_bottom_medium\";s:0:\"\";s:24:\"margin_bottom_responsive\";s:0:\"\";s:11:\"margin_left\";s:2:\"20\";s:18:\"margin_left_medium\";s:0:\"\";s:22:\"margin_left_responsive\";s:0:\"\";s:4:\"type\";s:17:\"pp-business-hours\";}}}'),(410,51,'_fl_builder_data_settings','O:8:\"stdClass\":2:{s:3:\"css\";s:0:\"\";s:2:\"js\";s:0:\"\";}'),(411,51,'_fl_builder_enabled','1'),(412,88,'_fl_builder_data','a:15:{s:13:\"5af15042c2065\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5af15042c2065\";s:4:\"type\";s:3:\"row\";s:6:\"parent\";N;s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":143:{s:5:\"width\";s:5:\"fixed\";s:13:\"content_width\";s:5:\"fixed\";s:17:\"max_content_width\";s:0:\"\";s:11:\"full_height\";s:7:\"default\";s:17:\"content_alignment\";s:6:\"center\";s:10:\"text_color\";s:0:\"\";s:10:\"link_color\";s:0:\"\";s:11:\"hover_color\";s:0:\"\";s:13:\"heading_color\";s:0:\"\";s:7:\"bg_type\";s:4:\"none\";s:8:\"bg_image\";s:0:\"\";s:9:\"bg_repeat\";s:9:\"no-repeat\";s:11:\"bg_position\";s:13:\"center center\";s:13:\"bg_attachment\";s:6:\"scroll\";s:7:\"bg_size\";s:5:\"cover\";s:15:\"bg_video_source\";s:9:\"wordpress\";s:8:\"bg_video\";s:0:\"\";s:13:\"bg_video_webm\";s:0:\"\";s:16:\"bg_video_url_mp4\";s:0:\"\";s:17:\"bg_video_url_webm\";s:0:\"\";s:20:\"bg_video_service_url\";s:0:\"\";s:14:\"bg_video_audio\";s:2:\"no\";s:17:\"bg_video_fallback\";s:0:\"\";s:9:\"ss_source\";s:9:\"wordpress\";s:9:\"ss_photos\";s:0:\"\";s:11:\"ss_feed_url\";s:0:\"\";s:8:\"ss_speed\";s:1:\"3\";s:13:\"ss_transition\";s:4:\"fade\";s:21:\"ss_transitionDuration\";s:1:\"1\";s:12:\"ss_randomize\";s:5:\"false\";s:17:\"bg_parallax_image\";s:0:\"\";s:17:\"bg_parallax_speed\";s:1:\"2\";s:8:\"bg_color\";s:0:\"\";s:10:\"bg_opacity\";s:3:\"100\";s:16:\"bg_overlay_color\";s:0:\"\";s:18:\"bg_overlay_opacity\";s:2:\"50\";s:13:\"gradient_type\";s:6:\"linear\";s:14:\"gradient_color\";a:2:{s:7:\"primary\";s:6:\"d81660\";s:9:\"secondary\";s:6:\"7d22bd\";}s:16:\"linear_direction\";s:6:\"bottom\";s:11:\"border_type\";s:0:\"\";s:12:\"border_color\";s:0:\"\";s:14:\"border_opacity\";s:3:\"100\";s:9:\"is_enable\";s:2:\"no\";s:9:\"er_effect\";s:5:\"slide\";s:11:\"er_img_type\";s:4:\"none\";s:13:\"er_image_size\";s:0:\"\";s:12:\"er_icon_size\";s:0:\"\";s:16:\"er_icon_position\";s:4:\"left\";s:10:\"er_bg_type\";s:5:\"color\";s:14:\"er_title_align\";s:6:\"center\";s:11:\"er_bc_title\";s:0:\"\";s:17:\"er_bc_title_color\";s:0:\"\";s:18:\"er_bc_title_hcolor\";s:0:\"\";s:14:\"er_bc_bg_color\";s:0:\"\";s:15:\"er_bc_bg_hcolor\";s:0:\"\";s:10:\"er_bc_icon\";s:0:\"\";s:16:\"er_bc_icon_color\";s:0:\"\";s:17:\"er_bc_icon_hcolor\";s:0:\"\";s:11:\"er_bc_image\";s:0:\"\";s:14:\"er_bc_bg_image\";s:0:\"\";s:11:\"er_ac_title\";s:0:\"\";s:17:\"er_ac_title_color\";s:0:\"\";s:18:\"er_ac_title_hcolor\";s:0:\"\";s:14:\"er_ac_bg_color\";s:0:\"\";s:15:\"er_ac_bg_hcolor\";s:0:\"\";s:10:\"er_ac_icon\";s:0:\"\";s:16:\"er_ac_icon_color\";s:0:\"\";s:17:\"er_ac_icon_hcolor\";s:0:\"\";s:11:\"er_ac_image\";s:0:\"\";s:14:\"er_ac_bg_image\";s:0:\"\";s:19:\"er_title_typography\";s:0:\"\";s:12:\"er_font_size\";s:0:\"\";s:14:\"er_line_height\";s:0:\"\";s:14:\"er_padding_top\";s:0:\"\";s:17:\"er_padding_bottom\";s:0:\"\";s:15:\"er_padding_left\";s:0:\"\";s:16:\"er_padding_right\";s:0:\"\";s:16:\"enable_separator\";s:2:\"no\";s:14:\"separator_type\";s:4:\"none\";s:15:\"separator_color\";s:6:\"ffffff\";s:16:\"separator_shadow\";s:6:\"f4f4f4\";s:16:\"separator_height\";s:3:\"100\";s:18:\"separator_position\";s:3:\"top\";s:16:\"separator_tablet\";s:2:\"no\";s:23:\"separator_height_tablet\";s:0:\"\";s:16:\"separator_mobile\";s:2:\"no\";s:23:\"separator_height_mobile\";s:0:\"\";s:21:\"separator_type_bottom\";s:4:\"none\";s:22:\"separator_color_bottom\";s:6:\"ffffff\";s:23:\"separator_shadow_bottom\";s:6:\"f4f4f4\";s:23:\"separator_height_bottom\";s:3:\"100\";s:23:\"separator_tablet_bottom\";s:2:\"no\";s:30:\"separator_height_tablet_bottom\";s:0:\"\";s:23:\"separator_mobile_bottom\";s:2:\"no\";s:30:\"separator_height_mobile_bottom\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:18:\"visibility_display\";s:0:\"\";s:26:\"visibility_user_capability\";s:0:\"\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:10:\"border_top\";s:0:\"\";s:17:\"border_top_medium\";s:0:\"\";s:21:\"border_top_responsive\";s:0:\"\";s:12:\"border_right\";s:0:\"\";s:19:\"border_right_medium\";s:0:\"\";s:23:\"border_right_responsive\";s:0:\"\";s:13:\"border_bottom\";s:0:\"\";s:20:\"border_bottom_medium\";s:0:\"\";s:24:\"border_bottom_responsive\";s:0:\"\";s:11:\"border_left\";s:0:\"\";s:18:\"border_left_medium\";s:0:\"\";s:22:\"border_left_responsive\";s:0:\"\";s:10:\"margin_top\";s:0:\"\";s:17:\"margin_top_medium\";s:0:\"\";s:21:\"margin_top_responsive\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:19:\"margin_right_medium\";s:0:\"\";s:23:\"margin_right_responsive\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:20:\"margin_bottom_medium\";s:0:\"\";s:24:\"margin_bottom_responsive\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:18:\"margin_left_medium\";s:0:\"\";s:22:\"margin_left_responsive\";s:0:\"\";s:11:\"padding_top\";s:1:\"0\";s:18:\"padding_top_medium\";s:0:\"\";s:22:\"padding_top_responsive\";s:0:\"\";s:13:\"padding_right\";s:1:\"0\";s:20:\"padding_right_medium\";s:0:\"\";s:24:\"padding_right_responsive\";s:0:\"\";s:14:\"padding_bottom\";s:1:\"0\";s:21:\"padding_bottom_medium\";s:0:\"\";s:25:\"padding_bottom_responsive\";s:0:\"\";s:12:\"padding_left\";s:1:\"0\";s:19:\"padding_left_medium\";s:0:\"\";s:23:\"padding_left_responsive\";s:0:\"\";s:12:\"bg_image_src\";s:0:\"\";s:21:\"bg_video_fallback_src\";s:0:\"\";s:21:\"bg_parallax_image_src\";s:0:\"\";s:15:\"er_bc_image_src\";s:0:\"\";s:18:\"er_bc_bg_image_src\";s:0:\"\";s:15:\"er_ac_image_src\";s:0:\"\";s:18:\"er_ac_bg_image_src\";s:0:\"\";}}s:13:\"5af15042dfefa\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5af15042dfefa\";s:4:\"type\";s:12:\"column-group\";s:6:\"parent\";s:13:\"5af15042c2065\";s:8:\"position\";i:1;s:8:\"settings\";s:0:\"\";}s:13:\"5af15042e003d\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5af15042e003d\";s:4:\"type\";s:6:\"column\";s:6:\"parent\";s:13:\"5af15042dfefa\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":1:{s:4:\"size\";i:100;}}s:13:\"5af15082de046\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5af15082de046\";s:4:\"type\";s:12:\"column-group\";s:6:\"parent\";s:13:\"5af15042c2065\";s:8:\"position\";i:0;s:8:\"settings\";s:0:\"\";}s:13:\"5af15082de243\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5af15082de243\";s:4:\"type\";s:6:\"column\";s:6:\"parent\";s:13:\"5af15082de046\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":68:{s:4:\"size\";d:50;s:12:\"equal_height\";s:2:\"no\";s:17:\"content_alignment\";s:3:\"top\";s:10:\"text_color\";s:0:\"\";s:10:\"link_color\";s:0:\"\";s:11:\"hover_color\";s:0:\"\";s:13:\"heading_color\";s:0:\"\";s:7:\"bg_type\";s:5:\"color\";s:8:\"bg_color\";s:0:\"\";s:10:\"bg_opacity\";s:3:\"100\";s:8:\"bg_image\";s:0:\"\";s:9:\"bg_repeat\";s:9:\"no-repeat\";s:11:\"bg_position\";s:13:\"center center\";s:13:\"bg_attachment\";s:6:\"scroll\";s:7:\"bg_size\";s:5:\"cover\";s:16:\"bg_overlay_color\";s:0:\"\";s:18:\"bg_overlay_opacity\";s:2:\"50\";s:11:\"border_type\";s:0:\"\";s:12:\"border_color\";s:0:\"\";s:14:\"border_opacity\";s:3:\"100\";s:16:\"pp_round_corners\";a:4:{s:8:\"top_left\";s:1:\"0\";s:9:\"top_right\";s:1:\"0\";s:11:\"bottom_left\";s:1:\"0\";s:12:\"bottom_right\";s:1:\"0\";}s:18:\"responsive_display\";s:0:\"\";s:11:\"medium_size\";s:7:\"default\";s:18:\"custom_medium_size\";s:3:\"100\";s:15:\"responsive_size\";s:7:\"default\";s:22:\"custom_responsive_size\";s:3:\"100\";s:16:\"responsive_order\";s:7:\"default\";s:18:\"visibility_display\";s:0:\"\";s:26:\"visibility_user_capability\";s:0:\"\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:10:\"border_top\";s:0:\"\";s:17:\"border_top_medium\";s:0:\"\";s:21:\"border_top_responsive\";s:0:\"\";s:12:\"border_right\";s:0:\"\";s:19:\"border_right_medium\";s:0:\"\";s:23:\"border_right_responsive\";s:0:\"\";s:13:\"border_bottom\";s:0:\"\";s:20:\"border_bottom_medium\";s:0:\"\";s:24:\"border_bottom_responsive\";s:0:\"\";s:11:\"border_left\";s:0:\"\";s:18:\"border_left_medium\";s:0:\"\";s:22:\"border_left_responsive\";s:0:\"\";s:10:\"margin_top\";s:0:\"\";s:17:\"margin_top_medium\";s:0:\"\";s:21:\"margin_top_responsive\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:19:\"margin_right_medium\";s:0:\"\";s:23:\"margin_right_responsive\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:20:\"margin_bottom_medium\";s:0:\"\";s:24:\"margin_bottom_responsive\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:18:\"margin_left_medium\";s:0:\"\";s:22:\"margin_left_responsive\";s:0:\"\";s:11:\"padding_top\";s:0:\"\";s:18:\"padding_top_medium\";s:0:\"\";s:22:\"padding_top_responsive\";s:0:\"\";s:13:\"padding_right\";s:0:\"\";s:20:\"padding_right_medium\";s:0:\"\";s:24:\"padding_right_responsive\";s:0:\"\";s:14:\"padding_bottom\";s:0:\"\";s:21:\"padding_bottom_medium\";s:0:\"\";s:25:\"padding_bottom_responsive\";s:0:\"\";s:12:\"padding_left\";s:0:\"\";s:19:\"padding_left_medium\";s:0:\"\";s:23:\"padding_left_responsive\";s:0:\"\";s:12:\"bg_image_src\";s:0:\"\";}}s:13:\"5af15082de24e\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5af15082de24e\";s:4:\"type\";s:6:\"column\";s:6:\"parent\";s:13:\"5af15082de046\";s:8:\"position\";i:1;s:8:\"settings\";O:8:\"stdClass\":1:{s:4:\"size\";d:50;}}s:13:\"5af150de62a7c\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5af150de62a7c\";s:4:\"type\";s:6:\"module\";s:6:\"parent\";s:13:\"5af15082de243\";s:8:\"position\";i:1;s:8:\"settings\";O:8:\"stdClass\":26:{s:4:\"text\";s:238:\"<h1 style=\"text-align: center; font-size: 20px; font-weight: 600;\">Irreplaceable Artifacts™</h1>\n<p style=\"text-align: center;\">428 Main Street\nMiddletown, CT 06457\nTel: 860-344-8576\nFax: 860-638-0834\ninfo@irreplaceableartifacts.com</p>\";s:18:\"responsive_display\";s:0:\"\";s:18:\"visibility_display\";s:0:\"\";s:26:\"visibility_user_capability\";s:0:\"\";s:9:\"animation\";s:0:\"\";s:15:\"animation_delay\";s:3:\"0.0\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:10:\"margin_top\";s:2:\"30\";s:17:\"margin_top_medium\";s:0:\"\";s:21:\"margin_top_responsive\";s:0:\"\";s:12:\"margin_right\";s:2:\"10\";s:19:\"margin_right_medium\";s:0:\"\";s:23:\"margin_right_responsive\";s:0:\"\";s:13:\"margin_bottom\";s:1:\"0\";s:20:\"margin_bottom_medium\";s:0:\"\";s:24:\"margin_bottom_responsive\";s:0:\"\";s:11:\"margin_left\";s:2:\"10\";s:18:\"margin_left_medium\";s:0:\"\";s:22:\"margin_left_responsive\";s:0:\"\";s:4:\"type\";s:9:\"rich-text\";s:24:\"flrich1525764318832_text\";s:0:\"\";s:24:\"flrich1525764694016_text\";s:0:\"\";s:24:\"flrich1525765226432_text\";s:0:\"\";s:24:\"flrich1525765456763_text\";s:0:\"\";s:24:\"flrich1525765608262_text\";s:0:\"\";}}s:13:\"5af150fb0b573\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5af150fb0b573\";s:4:\"type\";s:6:\"module\";s:6:\"parent\";s:13:\"5af15082de24e\";s:8:\"position\";i:1;s:8:\"settings\";O:8:\"stdClass\":27:{s:4:\"text\";s:296:\"<h1 style=\"text-align: center;font-size: 20px;font-weight:600;\">The Demolition Depot & Irreplaceable Artifacts™</h1>\n<p style=\"text-align: center;\">216 East 125th Street\n(between 2nd & 3rd Avenues)\nNew York, NY 10035-1738\nTel: 212-777-2900\nFax: 212-860-1560\ninfo@demolitiondepot.com</p>\";s:18:\"responsive_display\";s:0:\"\";s:18:\"visibility_display\";s:0:\"\";s:26:\"visibility_user_capability\";s:0:\"\";s:9:\"animation\";s:0:\"\";s:15:\"animation_delay\";s:3:\"0.0\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:10:\"margin_top\";s:2:\"20\";s:17:\"margin_top_medium\";s:0:\"\";s:21:\"margin_top_responsive\";s:0:\"\";s:12:\"margin_right\";s:2:\"10\";s:19:\"margin_right_medium\";s:0:\"\";s:23:\"margin_right_responsive\";s:0:\"\";s:13:\"margin_bottom\";s:1:\"0\";s:20:\"margin_bottom_medium\";s:0:\"\";s:24:\"margin_bottom_responsive\";s:0:\"\";s:11:\"margin_left\";s:2:\"10\";s:18:\"margin_left_medium\";s:0:\"\";s:22:\"margin_left_responsive\";s:0:\"\";s:4:\"type\";s:9:\"rich-text\";s:24:\"flrich1525764347529_text\";s:0:\"\";s:24:\"flrich1525764357906_text\";s:0:\"\";s:24:\"flrich1525764684588_text\";s:0:\"\";s:24:\"flrich1525765206481_text\";s:0:\"\";s:24:\"flrich1525765358054_text\";s:0:\"\";s:24:\"flrich1525765571424_text\";s:0:\"\";}}s:13:\"5af1516eee090\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5af1516eee090\";s:4:\"type\";s:6:\"module\";s:6:\"parent\";s:13:\"5af15082de24e\";s:8:\"position\";i:3;s:8:\"settings\";O:8:\"stdClass\":21:{s:4:\"html\";s:334:\"<iframe class=\"actAsDiv\" style=\"width:100%;height:100%;\" frameborder=\"0\" scrolling=\"no\" marginheight=\"0\" marginwidth=\"0\" src=\"https://maps.google.com/maps?f=q&source=s_q&q=Demolition%20Depot%2C%20216%20East%20125th%20Street%2C%20New%20York%2C%20NY&aq=0&ie=UTF8&t=m&z=15&iwloc=A&output=embed\"></iframe>\n\";s:18:\"responsive_display\";s:0:\"\";s:18:\"visibility_display\";s:0:\"\";s:26:\"visibility_user_capability\";s:0:\"\";s:9:\"animation\";s:0:\"\";s:15:\"animation_delay\";s:3:\"0.0\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:10:\"margin_top\";s:1:\"0\";s:17:\"margin_top_medium\";s:0:\"\";s:21:\"margin_top_responsive\";s:0:\"\";s:12:\"margin_right\";s:2:\"10\";s:19:\"margin_right_medium\";s:0:\"\";s:23:\"margin_right_responsive\";s:0:\"\";s:13:\"margin_bottom\";s:1:\"0\";s:20:\"margin_bottom_medium\";s:0:\"\";s:24:\"margin_bottom_responsive\";s:0:\"\";s:11:\"margin_left\";s:2:\"10\";s:18:\"margin_left_medium\";s:0:\"\";s:22:\"margin_left_responsive\";s:0:\"\";s:4:\"type\";s:4:\"html\";}}s:13:\"5af151886ae0d\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5af151886ae0d\";s:4:\"type\";s:6:\"module\";s:6:\"parent\";s:13:\"5af15082de243\";s:8:\"position\";i:3;s:8:\"settings\";O:8:\"stdClass\":21:{s:4:\"html\";s:329:\"<iframe class=\"actAsDiv\" style=\"width:100%;height:100%;\" frameborder=\"0\" scrolling=\"no\" marginheight=\"0\" marginwidth=\"0\" src=\"https://maps.google.com/maps?f=q&source=s_q&q=Irreplaceable%20Artifacts%20428%20Main%20Street%2C%20Middletown%2C%20CT&aq=0&ie=UTF8&t=m&z=15&iwloc=A&output=embed\"></iframe>\";s:18:\"responsive_display\";s:0:\"\";s:18:\"visibility_display\";s:0:\"\";s:26:\"visibility_user_capability\";s:0:\"\";s:9:\"animation\";s:0:\"\";s:15:\"animation_delay\";s:3:\"0.0\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:10:\"margin_top\";s:1:\"0\";s:17:\"margin_top_medium\";s:0:\"\";s:21:\"margin_top_responsive\";s:0:\"\";s:12:\"margin_right\";s:2:\"10\";s:19:\"margin_right_medium\";s:0:\"\";s:23:\"margin_right_responsive\";s:0:\"\";s:13:\"margin_bottom\";s:1:\"0\";s:20:\"margin_bottom_medium\";s:0:\"\";s:24:\"margin_bottom_responsive\";s:0:\"\";s:11:\"margin_left\";s:2:\"10\";s:18:\"margin_left_medium\";s:0:\"\";s:22:\"margin_left_responsive\";s:0:\"\";s:4:\"type\";s:4:\"html\";}}s:13:\"5af1527617f01\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5af1527617f01\";s:4:\"type\";s:6:\"module\";s:6:\"parent\";s:13:\"5af15042e003d\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":23:{s:4:\"text\";s:154:\"<p style=\"text-align: center;\">If you are looking to sell or consign an item please send pictures and measurements to acquisitions@demolitiondepot.com</p>\";s:18:\"responsive_display\";s:0:\"\";s:18:\"visibility_display\";s:0:\"\";s:26:\"visibility_user_capability\";s:0:\"\";s:9:\"animation\";s:0:\"\";s:15:\"animation_delay\";s:3:\"0.0\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:10:\"margin_top\";s:0:\"\";s:17:\"margin_top_medium\";s:0:\"\";s:21:\"margin_top_responsive\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:19:\"margin_right_medium\";s:0:\"\";s:23:\"margin_right_responsive\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:20:\"margin_bottom_medium\";s:0:\"\";s:24:\"margin_bottom_responsive\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:18:\"margin_left_medium\";s:0:\"\";s:22:\"margin_left_responsive\";s:0:\"\";s:4:\"type\";s:9:\"rich-text\";s:24:\"flrich1525764726598_text\";s:0:\"\";s:24:\"flrich1525764735837_text\";s:0:\"\";}}s:13:\"5af1529a45ff5\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5af1529a45ff5\";s:4:\"type\";s:6:\"module\";s:6:\"parent\";s:13:\"5af15082de243\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":35:{s:12:\"photo_source\";s:7:\"library\";s:5:\"photo\";s:2:\"86\";s:9:\"photo_url\";s:0:\"\";s:4:\"crop\";s:0:\"\";s:5:\"align\";s:6:\"center\";s:12:\"show_caption\";s:1:\"0\";s:7:\"caption\";s:0:\"\";s:9:\"link_type\";s:0:\"\";s:8:\"link_url\";s:0:\"\";s:11:\"link_target\";s:5:\"_self\";s:13:\"link_nofollow\";s:2:\"no\";s:18:\"responsive_display\";s:0:\"\";s:18:\"visibility_display\";s:0:\"\";s:26:\"visibility_user_capability\";s:0:\"\";s:9:\"animation\";s:0:\"\";s:15:\"animation_delay\";s:3:\"0.0\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:10:\"margin_top\";s:1:\"0\";s:17:\"margin_top_medium\";s:0:\"\";s:21:\"margin_top_responsive\";s:0:\"\";s:12:\"margin_right\";s:1:\"0\";s:19:\"margin_right_medium\";s:0:\"\";s:23:\"margin_right_responsive\";s:0:\"\";s:13:\"margin_bottom\";s:1:\"0\";s:20:\"margin_bottom_medium\";s:0:\"\";s:24:\"margin_bottom_responsive\";s:0:\"\";s:11:\"margin_left\";s:1:\"0\";s:18:\"margin_left_medium\";s:0:\"\";s:22:\"margin_left_responsive\";s:0:\"\";s:4:\"type\";s:5:\"photo\";s:9:\"photo_src\";s:84:\"http://localhost/IA.store/wp-content/uploads/2018/05/MCTnew_1282927683_8-300x242.jpg\";s:4:\"data\";O:8:\"stdClass\":33:{s:2:\"id\";i:86;s:5:\"title\";s:19:\"MCTnew_1282927683_8\";s:8:\"filename\";s:23:\"MCTnew_1282927683_8.jpg\";s:3:\"url\";s:76:\"http://localhost/IA.store/wp-content/uploads/2018/05/MCTnew_1282927683_8.jpg\";s:4:\"link\";s:55:\"http://localhost/IA.store/location/mctnew_1282927683_8/\";s:3:\"alt\";s:0:\"\";s:6:\"author\";s:1:\"1\";s:11:\"description\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:4:\"name\";s:19:\"mctnew_1282927683_8\";s:6:\"status\";s:7:\"inherit\";s:10:\"uploadedTo\";i:51;s:4:\"date\";d:1525764797000;s:8:\"modified\";d:1525764797000;s:9:\"menuOrder\";i:0;s:4:\"mime\";s:10:\"image/jpeg\";s:4:\"type\";s:5:\"image\";s:7:\"subtype\";s:4:\"jpeg\";s:4:\"icon\";s:62:\"http://localhost/IA.store/wp-includes/images/media/default.png\";s:13:\"dateFormatted\";s:11:\"May 8, 2018\";s:6:\"nonces\";O:8:\"stdClass\":3:{s:6:\"update\";s:10:\"41def50b47\";s:6:\"delete\";s:10:\"8a0916e3cc\";s:4:\"edit\";s:10:\"e670eff3eb\";}s:8:\"editLink\";s:63:\"http://localhost/IA.store/wp-admin/post.php?post=86&action=edit\";s:4:\"meta\";b:0;s:10:\"authorName\";s:5:\"admin\";s:14:\"uploadedToLink\";s:63:\"http://localhost/IA.store/wp-admin/post.php?post=51&action=edit\";s:15:\"uploadedToTitle\";s:8:\"Location\";s:15:\"filesizeInBytes\";i:58131;s:21:\"filesizeHumanReadable\";s:5:\"57 KB\";s:7:\"context\";s:0:\"\";s:6:\"height\";i:323;s:5:\"width\";i:400;s:11:\"orientation\";s:9:\"landscape\";s:5:\"sizes\";O:8:\"stdClass\":3:{s:9:\"thumbnail\";O:8:\"stdClass\":4:{s:6:\"height\";i:150;s:5:\"width\";i:150;s:3:\"url\";s:84:\"http://localhost/IA.store/wp-content/uploads/2018/05/MCTnew_1282927683_8-150x150.jpg\";s:11:\"orientation\";s:9:\"landscape\";}s:6:\"medium\";O:8:\"stdClass\":4:{s:6:\"height\";i:242;s:5:\"width\";i:300;s:3:\"url\";s:84:\"http://localhost/IA.store/wp-content/uploads/2018/05/MCTnew_1282927683_8-300x242.jpg\";s:11:\"orientation\";s:9:\"landscape\";}s:4:\"full\";O:8:\"stdClass\":4:{s:3:\"url\";s:76:\"http://localhost/IA.store/wp-content/uploads/2018/05/MCTnew_1282927683_8.jpg\";s:6:\"height\";i:323;s:5:\"width\";i:400;s:11:\"orientation\";s:9:\"landscape\";}}}s:15:\"link_url-search\";s:0:\"\";s:25:\"as_values_link_url-search\";s:0:\"\";}}s:13:\"5af152e1357b5\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5af152e1357b5\";s:4:\"type\";s:6:\"module\";s:6:\"parent\";s:13:\"5af15082de24e\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":35:{s:12:\"photo_source\";s:7:\"library\";s:5:\"photo\";s:2:\"87\";s:9:\"photo_url\";s:0:\"\";s:4:\"crop\";s:0:\"\";s:5:\"align\";s:6:\"center\";s:12:\"show_caption\";s:1:\"0\";s:7:\"caption\";s:0:\"\";s:9:\"link_type\";s:0:\"\";s:8:\"link_url\";s:0:\"\";s:11:\"link_target\";s:5:\"_self\";s:13:\"link_nofollow\";s:2:\"no\";s:18:\"responsive_display\";s:0:\"\";s:18:\"visibility_display\";s:0:\"\";s:26:\"visibility_user_capability\";s:0:\"\";s:9:\"animation\";s:0:\"\";s:15:\"animation_delay\";s:3:\"0.0\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:10:\"margin_top\";s:1:\"0\";s:17:\"margin_top_medium\";s:0:\"\";s:21:\"margin_top_responsive\";s:0:\"\";s:12:\"margin_right\";s:2:\"10\";s:19:\"margin_right_medium\";s:0:\"\";s:23:\"margin_right_responsive\";s:0:\"\";s:13:\"margin_bottom\";s:1:\"0\";s:20:\"margin_bottom_medium\";s:0:\"\";s:24:\"margin_bottom_responsive\";s:0:\"\";s:11:\"margin_left\";s:2:\"10\";s:18:\"margin_left_medium\";s:0:\"\";s:22:\"margin_left_responsive\";s:0:\"\";s:4:\"type\";s:5:\"photo\";s:9:\"photo_src\";s:87:\"http://localhost/IA.store/wp-content/uploads/2018/05/DD_IA_new_1297358359_8-300x252.jpg\";s:4:\"data\";O:8:\"stdClass\":33:{s:2:\"id\";i:87;s:5:\"title\";s:22:\"DD_IA_new_1297358359_8\";s:8:\"filename\";s:26:\"DD_IA_new_1297358359_8.jpg\";s:3:\"url\";s:79:\"http://localhost/IA.store/wp-content/uploads/2018/05/DD_IA_new_1297358359_8.jpg\";s:4:\"link\";s:58:\"http://localhost/IA.store/location/dd_ia_new_1297358359_8/\";s:3:\"alt\";s:0:\"\";s:6:\"author\";s:1:\"1\";s:11:\"description\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:4:\"name\";s:22:\"dd_ia_new_1297358359_8\";s:6:\"status\";s:7:\"inherit\";s:10:\"uploadedTo\";i:51;s:4:\"date\";d:1525764800000;s:8:\"modified\";d:1525764800000;s:9:\"menuOrder\";i:0;s:4:\"mime\";s:10:\"image/jpeg\";s:4:\"type\";s:5:\"image\";s:7:\"subtype\";s:4:\"jpeg\";s:4:\"icon\";s:62:\"http://localhost/IA.store/wp-includes/images/media/default.png\";s:13:\"dateFormatted\";s:11:\"May 8, 2018\";s:6:\"nonces\";O:8:\"stdClass\":3:{s:6:\"update\";s:10:\"5f20a9bc85\";s:6:\"delete\";s:10:\"0ddc603e41\";s:4:\"edit\";s:10:\"5180896580\";}s:8:\"editLink\";s:63:\"http://localhost/IA.store/wp-admin/post.php?post=87&action=edit\";s:4:\"meta\";b:0;s:10:\"authorName\";s:5:\"admin\";s:14:\"uploadedToLink\";s:63:\"http://localhost/IA.store/wp-admin/post.php?post=51&action=edit\";s:15:\"uploadedToTitle\";s:8:\"Location\";s:15:\"filesizeInBytes\";i:166576;s:21:\"filesizeHumanReadable\";s:6:\"163 KB\";s:7:\"context\";s:0:\"\";s:6:\"height\";i:336;s:5:\"width\";i:400;s:11:\"orientation\";s:9:\"landscape\";s:5:\"sizes\";O:8:\"stdClass\":3:{s:9:\"thumbnail\";O:8:\"stdClass\":4:{s:6:\"height\";i:150;s:5:\"width\";i:150;s:3:\"url\";s:87:\"http://localhost/IA.store/wp-content/uploads/2018/05/DD_IA_new_1297358359_8-150x150.jpg\";s:11:\"orientation\";s:9:\"landscape\";}s:6:\"medium\";O:8:\"stdClass\":4:{s:6:\"height\";i:252;s:5:\"width\";i:300;s:3:\"url\";s:87:\"http://localhost/IA.store/wp-content/uploads/2018/05/DD_IA_new_1297358359_8-300x252.jpg\";s:11:\"orientation\";s:9:\"landscape\";}s:4:\"full\";O:8:\"stdClass\":4:{s:3:\"url\";s:79:\"http://localhost/IA.store/wp-content/uploads/2018/05/DD_IA_new_1297358359_8.jpg\";s:6:\"height\";i:336;s:5:\"width\";i:400;s:11:\"orientation\";s:9:\"landscape\";}}}s:15:\"link_url-search\";s:0:\"\";s:25:\"as_values_link_url-search\";s:0:\"\";}}s:13:\"5af1534d51ad2\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5af1534d51ad2\";s:4:\"type\";s:6:\"module\";s:6:\"parent\";s:13:\"5af15082de24e\";s:8:\"position\";i:2;s:8:\"settings\";O:8:\"stdClass\":53:{s:19:\"business_hours_rows\";a:7:{i:0;O:8:\"stdClass\":15:{s:1:\"0\";s:0:\"\";s:9:\"highlight\";s:2:\"no\";s:10:\"hours_type\";s:3:\"day\";s:5:\"title\";s:6:\"Monday\";s:9:\"start_day\";s:6:\"Monday\";s:7:\"end_day\";s:8:\"Saturday\";s:10:\"day_format\";s:4:\"long\";s:6:\"status\";s:4:\"open\";s:10:\"start_time\";O:8:\"stdClass\":3:{s:5:\"hours\";s:2:\"10\";s:7:\"minutes\";s:2:\"00\";s:10:\"day_period\";s:2:\"am\";}s:8:\"end_time\";O:8:\"stdClass\":3:{s:5:\"hours\";s:2:\"06\";s:7:\"minutes\";s:2:\"00\";s:10:\"day_period\";s:2:\"pm\";}s:11:\"status_text\";s:6:\"Closed\";s:15:\"hl_row_bg_color\";s:0:\"\";s:14:\"hl_title_color\";s:0:\"\";s:15:\"hl_timing_color\";s:0:\"\";s:15:\"hl_status_color\";s:0:\"\";}i:1;O:8:\"stdClass\":15:{s:1:\"0\";s:0:\"\";s:9:\"highlight\";s:2:\"no\";s:10:\"hours_type\";s:3:\"day\";s:5:\"title\";s:7:\"Tuesday\";s:9:\"start_day\";s:6:\"Monday\";s:7:\"end_day\";s:8:\"Saturday\";s:10:\"day_format\";s:4:\"long\";s:6:\"status\";s:4:\"open\";s:10:\"start_time\";O:8:\"stdClass\":3:{s:5:\"hours\";s:2:\"10\";s:7:\"minutes\";s:2:\"00\";s:10:\"day_period\";s:2:\"am\";}s:8:\"end_time\";O:8:\"stdClass\":3:{s:5:\"hours\";s:2:\"06\";s:7:\"minutes\";s:2:\"00\";s:10:\"day_period\";s:2:\"pm\";}s:11:\"status_text\";s:6:\"Closed\";s:15:\"hl_row_bg_color\";s:0:\"\";s:14:\"hl_title_color\";s:0:\"\";s:15:\"hl_timing_color\";s:0:\"\";s:15:\"hl_status_color\";s:0:\"\";}i:2;O:8:\"stdClass\":15:{s:1:\"0\";s:0:\"\";s:9:\"highlight\";s:2:\"no\";s:10:\"hours_type\";s:3:\"day\";s:5:\"title\";s:9:\"Wednesday\";s:9:\"start_day\";s:6:\"Monday\";s:7:\"end_day\";s:8:\"Saturday\";s:10:\"day_format\";s:4:\"long\";s:6:\"status\";s:4:\"open\";s:10:\"start_time\";O:8:\"stdClass\":3:{s:5:\"hours\";s:2:\"10\";s:7:\"minutes\";s:2:\"00\";s:10:\"day_period\";s:2:\"am\";}s:8:\"end_time\";O:8:\"stdClass\":3:{s:5:\"hours\";s:2:\"06\";s:7:\"minutes\";s:2:\"00\";s:10:\"day_period\";s:2:\"pm\";}s:11:\"status_text\";s:6:\"Closed\";s:15:\"hl_row_bg_color\";s:0:\"\";s:14:\"hl_title_color\";s:0:\"\";s:15:\"hl_timing_color\";s:0:\"\";s:15:\"hl_status_color\";s:0:\"\";}i:3;O:8:\"stdClass\":15:{s:1:\"0\";s:0:\"\";s:9:\"highlight\";s:2:\"no\";s:10:\"hours_type\";s:3:\"day\";s:5:\"title\";s:8:\"Thursday\";s:9:\"start_day\";s:6:\"Monday\";s:7:\"end_day\";s:8:\"Saturday\";s:10:\"day_format\";s:4:\"long\";s:6:\"status\";s:4:\"open\";s:10:\"start_time\";O:8:\"stdClass\":3:{s:5:\"hours\";s:2:\"10\";s:7:\"minutes\";s:2:\"00\";s:10:\"day_period\";s:2:\"am\";}s:8:\"end_time\";O:8:\"stdClass\":3:{s:5:\"hours\";s:2:\"06\";s:7:\"minutes\";s:2:\"00\";s:10:\"day_period\";s:2:\"pm\";}s:11:\"status_text\";s:6:\"Closed\";s:15:\"hl_row_bg_color\";s:0:\"\";s:14:\"hl_title_color\";s:0:\"\";s:15:\"hl_timing_color\";s:0:\"\";s:15:\"hl_status_color\";s:0:\"\";}i:4;O:8:\"stdClass\":15:{s:1:\"0\";s:0:\"\";s:9:\"highlight\";s:2:\"no\";s:10:\"hours_type\";s:3:\"day\";s:5:\"title\";s:6:\"Friday\";s:9:\"start_day\";s:6:\"Monday\";s:7:\"end_day\";s:8:\"Saturday\";s:10:\"day_format\";s:4:\"long\";s:6:\"status\";s:4:\"open\";s:10:\"start_time\";O:8:\"stdClass\":3:{s:5:\"hours\";s:2:\"10\";s:7:\"minutes\";s:2:\"00\";s:10:\"day_period\";s:2:\"am\";}s:8:\"end_time\";O:8:\"stdClass\":3:{s:5:\"hours\";s:2:\"06\";s:7:\"minutes\";s:2:\"00\";s:10:\"day_period\";s:2:\"pm\";}s:11:\"status_text\";s:6:\"Closed\";s:15:\"hl_row_bg_color\";s:0:\"\";s:14:\"hl_title_color\";s:0:\"\";s:15:\"hl_timing_color\";s:0:\"\";s:15:\"hl_status_color\";s:0:\"\";}i:5;O:8:\"stdClass\":15:{s:1:\"0\";s:0:\"\";s:9:\"highlight\";s:2:\"no\";s:10:\"hours_type\";s:3:\"day\";s:5:\"title\";s:8:\"Saturday\";s:9:\"start_day\";s:6:\"Monday\";s:7:\"end_day\";s:8:\"Saturday\";s:10:\"day_format\";s:4:\"long\";s:6:\"status\";s:4:\"open\";s:10:\"start_time\";O:8:\"stdClass\":3:{s:5:\"hours\";s:2:\"11\";s:7:\"minutes\";s:2:\"00\";s:10:\"day_period\";s:2:\"am\";}s:8:\"end_time\";O:8:\"stdClass\":3:{s:5:\"hours\";s:2:\"06\";s:7:\"minutes\";s:2:\"00\";s:10:\"day_period\";s:2:\"pm\";}s:11:\"status_text\";s:6:\"Closed\";s:15:\"hl_row_bg_color\";s:0:\"\";s:14:\"hl_title_color\";s:0:\"\";s:15:\"hl_timing_color\";s:0:\"\";s:15:\"hl_status_color\";s:0:\"\";}i:6;O:8:\"stdClass\":15:{s:1:\"0\";s:0:\"\";s:9:\"highlight\";s:2:\"no\";s:10:\"hours_type\";s:3:\"day\";s:5:\"title\";s:6:\"Sunday\";s:9:\"start_day\";s:6:\"Monday\";s:7:\"end_day\";s:8:\"Saturday\";s:10:\"day_format\";s:4:\"long\";s:6:\"status\";s:5:\"close\";s:10:\"start_time\";O:8:\"stdClass\":3:{s:5:\"hours\";s:2:\"10\";s:7:\"minutes\";s:2:\"00\";s:10:\"day_period\";s:2:\"am\";}s:8:\"end_time\";O:8:\"stdClass\":3:{s:5:\"hours\";s:2:\"06\";s:7:\"minutes\";s:2:\"00\";s:10:\"day_period\";s:2:\"pm\";}s:11:\"status_text\";s:27:\"by appointment or by chance\";s:15:\"hl_row_bg_color\";s:0:\"\";s:14:\"hl_title_color\";s:0:\"\";s:15:\"hl_timing_color\";s:0:\"\";s:15:\"hl_status_color\";s:0:\"\";}}s:7:\"spacing\";s:2:\"10\";s:13:\"zebra_pattern\";s:2:\"no\";s:14:\"row_bg_color_1\";s:0:\"\";s:14:\"row_bg_color_2\";s:0:\"\";s:9:\"separator\";s:2:\"no\";s:15:\"separator_style\";s:5:\"solid\";s:15:\"separator_width\";s:1:\"1\";s:15:\"separator_color\";s:0:\"\";s:12:\"box_bg_color\";s:0:\"\";s:10:\"box_border\";s:4:\"none\";s:16:\"box_border_width\";s:1:\"1\";s:16:\"box_border_color\";s:0:\"\";s:18:\"box_shadow_display\";s:2:\"no\";s:10:\"box_shadow\";a:4:{s:8:\"vertical\";s:1:\"2\";s:10:\"horizontal\";s:1:\"2\";s:4:\"blur\";s:1:\"2\";s:6:\"spread\";s:1:\"1\";}s:16:\"box_shadow_color\";s:6:\"000000\";s:18:\"box_shadow_opacity\";s:2:\"50\";s:17:\"box_border_radius\";s:1:\"0\";s:10:\"title_font\";a:2:{s:6:\"family\";s:7:\"Default\";s:6:\"weight\";s:7:\"default\";}s:15:\"title_font_size\";s:7:\"default\";s:22:\"title_custom_font_size\";a:3:{s:7:\"desktop\";s:2:\"24\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:17:\"title_line_height\";s:7:\"default\";s:24:\"title_custom_line_height\";a:3:{s:7:\"desktop\";s:3:\"1.6\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:20:\"title_text_transform\";s:7:\"default\";s:11:\"title_color\";s:0:\"\";s:11:\"timing_font\";a:2:{s:6:\"family\";s:7:\"Default\";s:6:\"weight\";s:7:\"default\";}s:16:\"timing_font_size\";s:7:\"default\";s:23:\"timing_custom_font_size\";a:3:{s:7:\"desktop\";s:2:\"24\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:18:\"timing_line_height\";s:7:\"default\";s:25:\"timing_custom_line_height\";a:3:{s:7:\"desktop\";s:3:\"1.6\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:21:\"timing_text_transform\";s:7:\"default\";s:12:\"timing_color\";s:0:\"\";s:12:\"status_color\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:18:\"visibility_display\";s:0:\"\";s:26:\"visibility_user_capability\";s:0:\"\";s:9:\"animation\";s:0:\"\";s:15:\"animation_delay\";s:3:\"0.0\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:10:\"margin_top\";s:2:\"15\";s:17:\"margin_top_medium\";s:0:\"\";s:21:\"margin_top_responsive\";s:0:\"\";s:12:\"margin_right\";s:2:\"20\";s:19:\"margin_right_medium\";s:0:\"\";s:23:\"margin_right_responsive\";s:0:\"\";s:13:\"margin_bottom\";s:2:\"25\";s:20:\"margin_bottom_medium\";s:0:\"\";s:24:\"margin_bottom_responsive\";s:0:\"\";s:11:\"margin_left\";s:2:\"20\";s:18:\"margin_left_medium\";s:0:\"\";s:22:\"margin_left_responsive\";s:0:\"\";s:4:\"type\";s:17:\"pp-business-hours\";}}s:13:\"5af1544d5ed6d\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5af1544d5ed6d\";s:4:\"type\";s:6:\"module\";s:6:\"parent\";s:13:\"5af15082de243\";s:8:\"position\";i:2;s:8:\"settings\";O:8:\"stdClass\":53:{s:19:\"business_hours_rows\";a:7:{i:0;O:8:\"stdClass\":15:{s:1:\"0\";s:0:\"\";s:9:\"highlight\";s:2:\"no\";s:10:\"hours_type\";s:3:\"day\";s:5:\"title\";s:6:\"Monday\";s:9:\"start_day\";s:6:\"Monday\";s:7:\"end_day\";s:8:\"Saturday\";s:10:\"day_format\";s:4:\"long\";s:6:\"status\";s:5:\"close\";s:10:\"start_time\";O:8:\"stdClass\":3:{s:5:\"hours\";s:2:\"10\";s:7:\"minutes\";s:2:\"00\";s:10:\"day_period\";s:2:\"am\";}s:8:\"end_time\";O:8:\"stdClass\":3:{s:5:\"hours\";s:2:\"06\";s:7:\"minutes\";s:2:\"00\";s:10:\"day_period\";s:2:\"pm\";}s:11:\"status_text\";s:27:\"by appointment or by chance\";s:15:\"hl_row_bg_color\";s:0:\"\";s:14:\"hl_title_color\";s:0:\"\";s:15:\"hl_timing_color\";s:0:\"\";s:15:\"hl_status_color\";s:0:\"\";}i:1;O:8:\"stdClass\":15:{s:1:\"0\";s:0:\"\";s:9:\"highlight\";s:2:\"no\";s:10:\"hours_type\";s:3:\"day\";s:5:\"title\";s:7:\"Tuesday\";s:9:\"start_day\";s:6:\"Monday\";s:7:\"end_day\";s:8:\"Saturday\";s:10:\"day_format\";s:4:\"long\";s:6:\"status\";s:5:\"close\";s:10:\"start_time\";O:8:\"stdClass\":3:{s:5:\"hours\";s:2:\"10\";s:7:\"minutes\";s:2:\"00\";s:10:\"day_period\";s:2:\"am\";}s:8:\"end_time\";O:8:\"stdClass\":3:{s:5:\"hours\";s:2:\"06\";s:7:\"minutes\";s:2:\"00\";s:10:\"day_period\";s:2:\"pm\";}s:11:\"status_text\";s:27:\"by appointment or by chance\";s:15:\"hl_row_bg_color\";s:0:\"\";s:14:\"hl_title_color\";s:0:\"\";s:15:\"hl_timing_color\";s:0:\"\";s:15:\"hl_status_color\";s:0:\"\";}i:2;O:8:\"stdClass\":15:{s:1:\"0\";s:0:\"\";s:9:\"highlight\";s:2:\"no\";s:10:\"hours_type\";s:3:\"day\";s:5:\"title\";s:9:\"Wednesday\";s:9:\"start_day\";s:6:\"Monday\";s:7:\"end_day\";s:8:\"Saturday\";s:10:\"day_format\";s:4:\"long\";s:6:\"status\";s:5:\"close\";s:10:\"start_time\";O:8:\"stdClass\":3:{s:5:\"hours\";s:2:\"10\";s:7:\"minutes\";s:2:\"00\";s:10:\"day_period\";s:2:\"am\";}s:8:\"end_time\";O:8:\"stdClass\":3:{s:5:\"hours\";s:2:\"06\";s:7:\"minutes\";s:2:\"00\";s:10:\"day_period\";s:2:\"pm\";}s:11:\"status_text\";s:27:\"by appointment or by chance\";s:15:\"hl_row_bg_color\";s:0:\"\";s:14:\"hl_title_color\";s:0:\"\";s:15:\"hl_timing_color\";s:0:\"\";s:15:\"hl_status_color\";s:0:\"\";}i:3;O:8:\"stdClass\":15:{s:1:\"0\";s:0:\"\";s:9:\"highlight\";s:2:\"no\";s:10:\"hours_type\";s:3:\"day\";s:5:\"title\";s:8:\"Thursday\";s:9:\"start_day\";s:6:\"Monday\";s:7:\"end_day\";s:8:\"Saturday\";s:10:\"day_format\";s:4:\"long\";s:6:\"status\";s:5:\"close\";s:10:\"start_time\";O:8:\"stdClass\":3:{s:5:\"hours\";s:2:\"10\";s:7:\"minutes\";s:2:\"00\";s:10:\"day_period\";s:2:\"am\";}s:8:\"end_time\";O:8:\"stdClass\":3:{s:5:\"hours\";s:2:\"06\";s:7:\"minutes\";s:2:\"00\";s:10:\"day_period\";s:2:\"pm\";}s:11:\"status_text\";s:27:\"by appointment or by chance\";s:15:\"hl_row_bg_color\";s:0:\"\";s:14:\"hl_title_color\";s:0:\"\";s:15:\"hl_timing_color\";s:0:\"\";s:15:\"hl_status_color\";s:0:\"\";}i:4;O:8:\"stdClass\":15:{s:1:\"0\";s:0:\"\";s:9:\"highlight\";s:2:\"no\";s:10:\"hours_type\";s:3:\"day\";s:5:\"title\";s:6:\"Friday\";s:9:\"start_day\";s:6:\"Monday\";s:7:\"end_day\";s:8:\"Saturday\";s:10:\"day_format\";s:4:\"long\";s:6:\"status\";s:5:\"close\";s:10:\"start_time\";O:8:\"stdClass\":3:{s:5:\"hours\";s:2:\"10\";s:7:\"minutes\";s:2:\"00\";s:10:\"day_period\";s:2:\"am\";}s:8:\"end_time\";O:8:\"stdClass\":3:{s:5:\"hours\";s:2:\"06\";s:7:\"minutes\";s:2:\"00\";s:10:\"day_period\";s:2:\"pm\";}s:11:\"status_text\";s:27:\"by appointment or by chance\";s:15:\"hl_row_bg_color\";s:0:\"\";s:14:\"hl_title_color\";s:0:\"\";s:15:\"hl_timing_color\";s:0:\"\";s:15:\"hl_status_color\";s:0:\"\";}i:5;O:8:\"stdClass\":15:{s:1:\"0\";s:0:\"\";s:9:\"highlight\";s:2:\"no\";s:10:\"hours_type\";s:3:\"day\";s:5:\"title\";s:8:\"Saturday\";s:9:\"start_day\";s:6:\"Monday\";s:7:\"end_day\";s:8:\"Saturday\";s:10:\"day_format\";s:4:\"long\";s:6:\"status\";s:4:\"open\";s:10:\"start_time\";O:8:\"stdClass\":3:{s:5:\"hours\";s:2:\"11\";s:7:\"minutes\";s:2:\"00\";s:10:\"day_period\";s:2:\"am\";}s:8:\"end_time\";O:8:\"stdClass\":3:{s:5:\"hours\";s:2:\"05\";s:7:\"minutes\";s:2:\"00\";s:10:\"day_period\";s:2:\"pm\";}s:11:\"status_text\";s:6:\"Closed\";s:15:\"hl_row_bg_color\";s:0:\"\";s:14:\"hl_title_color\";s:0:\"\";s:15:\"hl_timing_color\";s:0:\"\";s:15:\"hl_status_color\";s:0:\"\";}i:6;O:8:\"stdClass\":15:{s:1:\"0\";s:0:\"\";s:9:\"highlight\";s:2:\"no\";s:10:\"hours_type\";s:3:\"day\";s:5:\"title\";s:6:\"Sunday\";s:9:\"start_day\";s:6:\"Monday\";s:7:\"end_day\";s:8:\"Saturday\";s:10:\"day_format\";s:4:\"long\";s:6:\"status\";s:5:\"close\";s:10:\"start_time\";O:8:\"stdClass\":3:{s:5:\"hours\";s:2:\"10\";s:7:\"minutes\";s:2:\"00\";s:10:\"day_period\";s:2:\"am\";}s:8:\"end_time\";O:8:\"stdClass\":3:{s:5:\"hours\";s:2:\"06\";s:7:\"minutes\";s:2:\"00\";s:10:\"day_period\";s:2:\"pm\";}s:11:\"status_text\";s:27:\"by appointment or by chance\";s:15:\"hl_row_bg_color\";s:0:\"\";s:14:\"hl_title_color\";s:0:\"\";s:15:\"hl_timing_color\";s:0:\"\";s:15:\"hl_status_color\";s:0:\"\";}}s:7:\"spacing\";s:2:\"10\";s:13:\"zebra_pattern\";s:2:\"no\";s:14:\"row_bg_color_1\";s:0:\"\";s:14:\"row_bg_color_2\";s:0:\"\";s:9:\"separator\";s:2:\"no\";s:15:\"separator_style\";s:5:\"solid\";s:15:\"separator_width\";s:1:\"1\";s:15:\"separator_color\";s:0:\"\";s:12:\"box_bg_color\";s:0:\"\";s:10:\"box_border\";s:4:\"none\";s:16:\"box_border_width\";s:1:\"1\";s:16:\"box_border_color\";s:0:\"\";s:18:\"box_shadow_display\";s:2:\"no\";s:10:\"box_shadow\";a:4:{s:8:\"vertical\";s:1:\"2\";s:10:\"horizontal\";s:1:\"2\";s:4:\"blur\";s:1:\"2\";s:6:\"spread\";s:1:\"1\";}s:16:\"box_shadow_color\";s:6:\"000000\";s:18:\"box_shadow_opacity\";s:2:\"50\";s:17:\"box_border_radius\";s:1:\"0\";s:10:\"title_font\";a:2:{s:6:\"family\";s:7:\"Default\";s:6:\"weight\";s:7:\"default\";}s:15:\"title_font_size\";s:7:\"default\";s:22:\"title_custom_font_size\";a:3:{s:7:\"desktop\";s:2:\"24\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:17:\"title_line_height\";s:7:\"default\";s:24:\"title_custom_line_height\";a:3:{s:7:\"desktop\";s:3:\"1.6\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:20:\"title_text_transform\";s:7:\"default\";s:11:\"title_color\";s:0:\"\";s:11:\"timing_font\";a:2:{s:6:\"family\";s:7:\"Default\";s:6:\"weight\";s:7:\"default\";}s:16:\"timing_font_size\";s:7:\"default\";s:23:\"timing_custom_font_size\";a:3:{s:7:\"desktop\";s:2:\"24\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:18:\"timing_line_height\";s:7:\"default\";s:25:\"timing_custom_line_height\";a:3:{s:7:\"desktop\";s:3:\"1.6\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:21:\"timing_text_transform\";s:7:\"default\";s:12:\"timing_color\";s:0:\"\";s:12:\"status_color\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:18:\"visibility_display\";s:0:\"\";s:26:\"visibility_user_capability\";s:0:\"\";s:9:\"animation\";s:0:\"\";s:15:\"animation_delay\";s:3:\"0.0\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:10:\"margin_top\";s:2:\"40\";s:17:\"margin_top_medium\";s:0:\"\";s:21:\"margin_top_responsive\";s:0:\"\";s:12:\"margin_right\";s:2:\"20\";s:19:\"margin_right_medium\";s:0:\"\";s:23:\"margin_right_responsive\";s:0:\"\";s:13:\"margin_bottom\";s:2:\"25\";s:20:\"margin_bottom_medium\";s:0:\"\";s:24:\"margin_bottom_responsive\";s:0:\"\";s:11:\"margin_left\";s:2:\"20\";s:18:\"margin_left_medium\";s:0:\"\";s:22:\"margin_left_responsive\";s:0:\"\";s:4:\"type\";s:17:\"pp-business-hours\";}}}'),(413,88,'_fl_builder_data_settings','O:8:\"stdClass\":2:{s:3:\"css\";s:0:\"\";s:2:\"js\";s:0:\"\";}'),(415,47,'_fl_builder_draft','a:4:{s:13:\"5af1567b30dbc\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5af1567b30dbc\";s:4:\"type\";s:3:\"row\";s:6:\"parent\";N;s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":136:{s:5:\"width\";s:5:\"fixed\";s:13:\"content_width\";s:5:\"fixed\";s:17:\"max_content_width\";s:0:\"\";s:11:\"full_height\";s:7:\"default\";s:17:\"content_alignment\";s:6:\"center\";s:10:\"text_color\";s:0:\"\";s:10:\"link_color\";s:0:\"\";s:11:\"hover_color\";s:0:\"\";s:13:\"heading_color\";s:0:\"\";s:7:\"bg_type\";s:4:\"none\";s:8:\"bg_image\";s:0:\"\";s:9:\"bg_repeat\";s:4:\"none\";s:11:\"bg_position\";s:13:\"center center\";s:13:\"bg_attachment\";s:6:\"scroll\";s:7:\"bg_size\";s:5:\"cover\";s:15:\"bg_video_source\";s:9:\"wordpress\";s:8:\"bg_video\";s:0:\"\";s:13:\"bg_video_webm\";s:0:\"\";s:16:\"bg_video_url_mp4\";s:0:\"\";s:17:\"bg_video_url_webm\";s:0:\"\";s:20:\"bg_video_service_url\";s:0:\"\";s:14:\"bg_video_audio\";s:2:\"no\";s:17:\"bg_video_fallback\";s:0:\"\";s:9:\"ss_source\";s:9:\"wordpress\";s:9:\"ss_photos\";s:0:\"\";s:11:\"ss_feed_url\";s:0:\"\";s:8:\"ss_speed\";s:1:\"3\";s:13:\"ss_transition\";s:4:\"fade\";s:21:\"ss_transitionDuration\";s:1:\"1\";s:12:\"ss_randomize\";s:5:\"false\";s:17:\"bg_parallax_image\";s:0:\"\";s:17:\"bg_parallax_speed\";s:4:\"fast\";s:8:\"bg_color\";s:0:\"\";s:10:\"bg_opacity\";s:3:\"100\";s:16:\"bg_overlay_color\";s:0:\"\";s:18:\"bg_overlay_opacity\";s:2:\"50\";s:13:\"gradient_type\";s:6:\"linear\";s:14:\"gradient_color\";a:2:{s:7:\"primary\";s:6:\"d81660\";s:9:\"secondary\";s:6:\"7d22bd\";}s:16:\"linear_direction\";s:6:\"bottom\";s:11:\"border_type\";s:0:\"\";s:12:\"border_color\";s:0:\"\";s:14:\"border_opacity\";s:3:\"100\";s:9:\"is_enable\";s:2:\"no\";s:9:\"er_effect\";s:5:\"slide\";s:11:\"er_img_type\";s:4:\"none\";s:13:\"er_image_size\";s:0:\"\";s:12:\"er_icon_size\";s:0:\"\";s:16:\"er_icon_position\";s:4:\"left\";s:10:\"er_bg_type\";s:5:\"color\";s:14:\"er_title_align\";s:6:\"center\";s:11:\"er_bc_title\";s:0:\"\";s:17:\"er_bc_title_color\";s:0:\"\";s:18:\"er_bc_title_hcolor\";s:0:\"\";s:14:\"er_bc_bg_color\";s:0:\"\";s:15:\"er_bc_bg_hcolor\";s:0:\"\";s:10:\"er_bc_icon\";s:0:\"\";s:16:\"er_bc_icon_color\";s:0:\"\";s:17:\"er_bc_icon_hcolor\";s:0:\"\";s:11:\"er_bc_image\";s:0:\"\";s:14:\"er_bc_bg_image\";s:0:\"\";s:11:\"er_ac_title\";s:0:\"\";s:17:\"er_ac_title_color\";s:0:\"\";s:18:\"er_ac_title_hcolor\";s:0:\"\";s:14:\"er_ac_bg_color\";s:0:\"\";s:15:\"er_ac_bg_hcolor\";s:0:\"\";s:10:\"er_ac_icon\";s:0:\"\";s:16:\"er_ac_icon_color\";s:0:\"\";s:17:\"er_ac_icon_hcolor\";s:0:\"\";s:11:\"er_ac_image\";s:0:\"\";s:14:\"er_ac_bg_image\";s:0:\"\";s:19:\"er_title_typography\";a:2:{s:6:\"family\";s:8:\"Defaults\";s:6:\"weight\";s:8:\"Defaults\";}s:12:\"er_font_size\";s:0:\"\";s:14:\"er_line_height\";s:0:\"\";s:14:\"er_padding_top\";s:0:\"\";s:17:\"er_padding_bottom\";s:0:\"\";s:15:\"er_padding_left\";s:0:\"\";s:16:\"er_padding_right\";s:0:\"\";s:16:\"enable_separator\";s:2:\"no\";s:14:\"separator_type\";s:4:\"none\";s:15:\"separator_color\";s:6:\"ffffff\";s:16:\"separator_shadow\";s:6:\"f4f4f4\";s:16:\"separator_height\";i:100;s:18:\"separator_position\";s:3:\"top\";s:16:\"separator_tablet\";s:2:\"no\";s:23:\"separator_height_tablet\";s:0:\"\";s:16:\"separator_mobile\";s:2:\"no\";s:23:\"separator_height_mobile\";s:0:\"\";s:21:\"separator_type_bottom\";s:4:\"none\";s:22:\"separator_color_bottom\";s:6:\"ffffff\";s:23:\"separator_shadow_bottom\";s:6:\"f4f4f4\";s:23:\"separator_height_bottom\";i:100;s:23:\"separator_tablet_bottom\";s:2:\"no\";s:30:\"separator_height_tablet_bottom\";s:0:\"\";s:23:\"separator_mobile_bottom\";s:2:\"no\";s:30:\"separator_height_mobile_bottom\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:18:\"visibility_display\";s:0:\"\";s:26:\"visibility_user_capability\";s:0:\"\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:10:\"border_top\";s:0:\"\";s:17:\"border_top_medium\";s:0:\"\";s:21:\"border_top_responsive\";s:0:\"\";s:12:\"border_right\";s:0:\"\";s:19:\"border_right_medium\";s:0:\"\";s:23:\"border_right_responsive\";s:0:\"\";s:13:\"border_bottom\";s:0:\"\";s:20:\"border_bottom_medium\";s:0:\"\";s:24:\"border_bottom_responsive\";s:0:\"\";s:11:\"border_left\";s:0:\"\";s:18:\"border_left_medium\";s:0:\"\";s:22:\"border_left_responsive\";s:0:\"\";s:10:\"margin_top\";s:0:\"\";s:17:\"margin_top_medium\";s:0:\"\";s:21:\"margin_top_responsive\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:19:\"margin_right_medium\";s:0:\"\";s:23:\"margin_right_responsive\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:20:\"margin_bottom_medium\";s:0:\"\";s:24:\"margin_bottom_responsive\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:18:\"margin_left_medium\";s:0:\"\";s:22:\"margin_left_responsive\";s:0:\"\";s:11:\"padding_top\";s:0:\"\";s:18:\"padding_top_medium\";s:0:\"\";s:22:\"padding_top_responsive\";s:0:\"\";s:13:\"padding_right\";s:0:\"\";s:20:\"padding_right_medium\";s:0:\"\";s:24:\"padding_right_responsive\";s:0:\"\";s:14:\"padding_bottom\";s:0:\"\";s:21:\"padding_bottom_medium\";s:0:\"\";s:25:\"padding_bottom_responsive\";s:0:\"\";s:12:\"padding_left\";s:0:\"\";s:19:\"padding_left_medium\";s:0:\"\";s:23:\"padding_left_responsive\";s:0:\"\";}}s:13:\"5af16560a6743\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5af16560a6743\";s:4:\"type\";s:12:\"column-group\";s:6:\"parent\";s:13:\"5af1567b30dbc\";s:8:\"position\";i:0;s:8:\"settings\";s:0:\"\";}s:13:\"5af16560a683c\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5af16560a683c\";s:4:\"type\";s:6:\"column\";s:6:\"parent\";s:13:\"5af16560a6743\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":1:{s:4:\"size\";i:100;}}s:13:\"5af16560a66ab\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5af16560a66ab\";s:4:\"type\";s:6:\"module\";s:6:\"parent\";s:13:\"5af16560a683c\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":21:{s:4:\"html\";s:17:\"[ninja_form id=1]\";s:18:\"responsive_display\";s:0:\"\";s:18:\"visibility_display\";s:0:\"\";s:26:\"visibility_user_capability\";s:0:\"\";s:9:\"animation\";s:0:\"\";s:15:\"animation_delay\";s:3:\"0.0\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:10:\"margin_top\";s:0:\"\";s:17:\"margin_top_medium\";s:0:\"\";s:21:\"margin_top_responsive\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:19:\"margin_right_medium\";s:0:\"\";s:23:\"margin_right_responsive\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:20:\"margin_bottom_medium\";s:0:\"\";s:24:\"margin_bottom_responsive\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:18:\"margin_left_medium\";s:0:\"\";s:22:\"margin_left_responsive\";s:0:\"\";s:4:\"type\";s:4:\"html\";}}}'),(416,47,'_fl_builder_draft_settings','O:8:\"stdClass\":2:{s:3:\"css\";s:0:\"\";s:2:\"js\";s:0:\"\";}'),(417,47,'_fl_builder_data','a:4:{s:13:\"5af1567b30dbc\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5af1567b30dbc\";s:4:\"type\";s:3:\"row\";s:6:\"parent\";N;s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":136:{s:5:\"width\";s:5:\"fixed\";s:13:\"content_width\";s:5:\"fixed\";s:17:\"max_content_width\";s:0:\"\";s:11:\"full_height\";s:7:\"default\";s:17:\"content_alignment\";s:6:\"center\";s:10:\"text_color\";s:0:\"\";s:10:\"link_color\";s:0:\"\";s:11:\"hover_color\";s:0:\"\";s:13:\"heading_color\";s:0:\"\";s:7:\"bg_type\";s:4:\"none\";s:8:\"bg_image\";s:0:\"\";s:9:\"bg_repeat\";s:4:\"none\";s:11:\"bg_position\";s:13:\"center center\";s:13:\"bg_attachment\";s:6:\"scroll\";s:7:\"bg_size\";s:5:\"cover\";s:15:\"bg_video_source\";s:9:\"wordpress\";s:8:\"bg_video\";s:0:\"\";s:13:\"bg_video_webm\";s:0:\"\";s:16:\"bg_video_url_mp4\";s:0:\"\";s:17:\"bg_video_url_webm\";s:0:\"\";s:20:\"bg_video_service_url\";s:0:\"\";s:14:\"bg_video_audio\";s:2:\"no\";s:17:\"bg_video_fallback\";s:0:\"\";s:9:\"ss_source\";s:9:\"wordpress\";s:9:\"ss_photos\";s:0:\"\";s:11:\"ss_feed_url\";s:0:\"\";s:8:\"ss_speed\";s:1:\"3\";s:13:\"ss_transition\";s:4:\"fade\";s:21:\"ss_transitionDuration\";s:1:\"1\";s:12:\"ss_randomize\";s:5:\"false\";s:17:\"bg_parallax_image\";s:0:\"\";s:17:\"bg_parallax_speed\";s:4:\"fast\";s:8:\"bg_color\";s:0:\"\";s:10:\"bg_opacity\";s:3:\"100\";s:16:\"bg_overlay_color\";s:0:\"\";s:18:\"bg_overlay_opacity\";s:2:\"50\";s:13:\"gradient_type\";s:6:\"linear\";s:14:\"gradient_color\";a:2:{s:7:\"primary\";s:6:\"d81660\";s:9:\"secondary\";s:6:\"7d22bd\";}s:16:\"linear_direction\";s:6:\"bottom\";s:11:\"border_type\";s:0:\"\";s:12:\"border_color\";s:0:\"\";s:14:\"border_opacity\";s:3:\"100\";s:9:\"is_enable\";s:2:\"no\";s:9:\"er_effect\";s:5:\"slide\";s:11:\"er_img_type\";s:4:\"none\";s:13:\"er_image_size\";s:0:\"\";s:12:\"er_icon_size\";s:0:\"\";s:16:\"er_icon_position\";s:4:\"left\";s:10:\"er_bg_type\";s:5:\"color\";s:14:\"er_title_align\";s:6:\"center\";s:11:\"er_bc_title\";s:0:\"\";s:17:\"er_bc_title_color\";s:0:\"\";s:18:\"er_bc_title_hcolor\";s:0:\"\";s:14:\"er_bc_bg_color\";s:0:\"\";s:15:\"er_bc_bg_hcolor\";s:0:\"\";s:10:\"er_bc_icon\";s:0:\"\";s:16:\"er_bc_icon_color\";s:0:\"\";s:17:\"er_bc_icon_hcolor\";s:0:\"\";s:11:\"er_bc_image\";s:0:\"\";s:14:\"er_bc_bg_image\";s:0:\"\";s:11:\"er_ac_title\";s:0:\"\";s:17:\"er_ac_title_color\";s:0:\"\";s:18:\"er_ac_title_hcolor\";s:0:\"\";s:14:\"er_ac_bg_color\";s:0:\"\";s:15:\"er_ac_bg_hcolor\";s:0:\"\";s:10:\"er_ac_icon\";s:0:\"\";s:16:\"er_ac_icon_color\";s:0:\"\";s:17:\"er_ac_icon_hcolor\";s:0:\"\";s:11:\"er_ac_image\";s:0:\"\";s:14:\"er_ac_bg_image\";s:0:\"\";s:19:\"er_title_typography\";a:2:{s:6:\"family\";s:8:\"Defaults\";s:6:\"weight\";s:8:\"Defaults\";}s:12:\"er_font_size\";s:0:\"\";s:14:\"er_line_height\";s:0:\"\";s:14:\"er_padding_top\";s:0:\"\";s:17:\"er_padding_bottom\";s:0:\"\";s:15:\"er_padding_left\";s:0:\"\";s:16:\"er_padding_right\";s:0:\"\";s:16:\"enable_separator\";s:2:\"no\";s:14:\"separator_type\";s:4:\"none\";s:15:\"separator_color\";s:6:\"ffffff\";s:16:\"separator_shadow\";s:6:\"f4f4f4\";s:16:\"separator_height\";i:100;s:18:\"separator_position\";s:3:\"top\";s:16:\"separator_tablet\";s:2:\"no\";s:23:\"separator_height_tablet\";s:0:\"\";s:16:\"separator_mobile\";s:2:\"no\";s:23:\"separator_height_mobile\";s:0:\"\";s:21:\"separator_type_bottom\";s:4:\"none\";s:22:\"separator_color_bottom\";s:6:\"ffffff\";s:23:\"separator_shadow_bottom\";s:6:\"f4f4f4\";s:23:\"separator_height_bottom\";i:100;s:23:\"separator_tablet_bottom\";s:2:\"no\";s:30:\"separator_height_tablet_bottom\";s:0:\"\";s:23:\"separator_mobile_bottom\";s:2:\"no\";s:30:\"separator_height_mobile_bottom\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:18:\"visibility_display\";s:0:\"\";s:26:\"visibility_user_capability\";s:0:\"\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:10:\"border_top\";s:0:\"\";s:17:\"border_top_medium\";s:0:\"\";s:21:\"border_top_responsive\";s:0:\"\";s:12:\"border_right\";s:0:\"\";s:19:\"border_right_medium\";s:0:\"\";s:23:\"border_right_responsive\";s:0:\"\";s:13:\"border_bottom\";s:0:\"\";s:20:\"border_bottom_medium\";s:0:\"\";s:24:\"border_bottom_responsive\";s:0:\"\";s:11:\"border_left\";s:0:\"\";s:18:\"border_left_medium\";s:0:\"\";s:22:\"border_left_responsive\";s:0:\"\";s:10:\"margin_top\";s:0:\"\";s:17:\"margin_top_medium\";s:0:\"\";s:21:\"margin_top_responsive\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:19:\"margin_right_medium\";s:0:\"\";s:23:\"margin_right_responsive\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:20:\"margin_bottom_medium\";s:0:\"\";s:24:\"margin_bottom_responsive\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:18:\"margin_left_medium\";s:0:\"\";s:22:\"margin_left_responsive\";s:0:\"\";s:11:\"padding_top\";s:0:\"\";s:18:\"padding_top_medium\";s:0:\"\";s:22:\"padding_top_responsive\";s:0:\"\";s:13:\"padding_right\";s:0:\"\";s:20:\"padding_right_medium\";s:0:\"\";s:24:\"padding_right_responsive\";s:0:\"\";s:14:\"padding_bottom\";s:0:\"\";s:21:\"padding_bottom_medium\";s:0:\"\";s:25:\"padding_bottom_responsive\";s:0:\"\";s:12:\"padding_left\";s:0:\"\";s:19:\"padding_left_medium\";s:0:\"\";s:23:\"padding_left_responsive\";s:0:\"\";}}s:13:\"5af16560a6743\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5af16560a6743\";s:4:\"type\";s:12:\"column-group\";s:6:\"parent\";s:13:\"5af1567b30dbc\";s:8:\"position\";i:0;s:8:\"settings\";s:0:\"\";}s:13:\"5af16560a683c\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5af16560a683c\";s:4:\"type\";s:6:\"column\";s:6:\"parent\";s:13:\"5af16560a6743\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":1:{s:4:\"size\";i:100;}}s:13:\"5af16560a66ab\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5af16560a66ab\";s:4:\"type\";s:6:\"module\";s:6:\"parent\";s:13:\"5af16560a683c\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":21:{s:4:\"html\";s:17:\"[ninja_form id=1]\";s:18:\"responsive_display\";s:0:\"\";s:18:\"visibility_display\";s:0:\"\";s:26:\"visibility_user_capability\";s:0:\"\";s:9:\"animation\";s:0:\"\";s:15:\"animation_delay\";s:3:\"0.0\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:10:\"margin_top\";s:0:\"\";s:17:\"margin_top_medium\";s:0:\"\";s:21:\"margin_top_responsive\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:19:\"margin_right_medium\";s:0:\"\";s:23:\"margin_right_responsive\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:20:\"margin_bottom_medium\";s:0:\"\";s:24:\"margin_bottom_responsive\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:18:\"margin_left_medium\";s:0:\"\";s:22:\"margin_left_responsive\";s:0:\"\";s:4:\"type\";s:4:\"html\";}}}'),(418,47,'_fl_builder_data_settings','O:8:\"stdClass\":2:{s:3:\"css\";s:0:\"\";s:2:\"js\";s:0:\"\";}'),(419,47,'_fl_builder_enabled','1'),(420,89,'_fl_builder_data','a:4:{s:13:\"5af1567b30dbc\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5af1567b30dbc\";s:4:\"type\";s:3:\"row\";s:6:\"parent\";N;s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":136:{s:5:\"width\";s:5:\"fixed\";s:13:\"content_width\";s:5:\"fixed\";s:17:\"max_content_width\";s:0:\"\";s:11:\"full_height\";s:7:\"default\";s:17:\"content_alignment\";s:6:\"center\";s:10:\"text_color\";s:0:\"\";s:10:\"link_color\";s:0:\"\";s:11:\"hover_color\";s:0:\"\";s:13:\"heading_color\";s:0:\"\";s:7:\"bg_type\";s:4:\"none\";s:8:\"bg_image\";s:0:\"\";s:9:\"bg_repeat\";s:4:\"none\";s:11:\"bg_position\";s:13:\"center center\";s:13:\"bg_attachment\";s:6:\"scroll\";s:7:\"bg_size\";s:5:\"cover\";s:15:\"bg_video_source\";s:9:\"wordpress\";s:8:\"bg_video\";s:0:\"\";s:13:\"bg_video_webm\";s:0:\"\";s:16:\"bg_video_url_mp4\";s:0:\"\";s:17:\"bg_video_url_webm\";s:0:\"\";s:20:\"bg_video_service_url\";s:0:\"\";s:14:\"bg_video_audio\";s:2:\"no\";s:17:\"bg_video_fallback\";s:0:\"\";s:9:\"ss_source\";s:9:\"wordpress\";s:9:\"ss_photos\";s:0:\"\";s:11:\"ss_feed_url\";s:0:\"\";s:8:\"ss_speed\";s:1:\"3\";s:13:\"ss_transition\";s:4:\"fade\";s:21:\"ss_transitionDuration\";s:1:\"1\";s:12:\"ss_randomize\";s:5:\"false\";s:17:\"bg_parallax_image\";s:0:\"\";s:17:\"bg_parallax_speed\";s:4:\"fast\";s:8:\"bg_color\";s:0:\"\";s:10:\"bg_opacity\";s:3:\"100\";s:16:\"bg_overlay_color\";s:0:\"\";s:18:\"bg_overlay_opacity\";s:2:\"50\";s:13:\"gradient_type\";s:6:\"linear\";s:14:\"gradient_color\";a:2:{s:7:\"primary\";s:6:\"d81660\";s:9:\"secondary\";s:6:\"7d22bd\";}s:16:\"linear_direction\";s:6:\"bottom\";s:11:\"border_type\";s:0:\"\";s:12:\"border_color\";s:0:\"\";s:14:\"border_opacity\";s:3:\"100\";s:9:\"is_enable\";s:2:\"no\";s:9:\"er_effect\";s:5:\"slide\";s:11:\"er_img_type\";s:4:\"none\";s:13:\"er_image_size\";s:0:\"\";s:12:\"er_icon_size\";s:0:\"\";s:16:\"er_icon_position\";s:4:\"left\";s:10:\"er_bg_type\";s:5:\"color\";s:14:\"er_title_align\";s:6:\"center\";s:11:\"er_bc_title\";s:0:\"\";s:17:\"er_bc_title_color\";s:0:\"\";s:18:\"er_bc_title_hcolor\";s:0:\"\";s:14:\"er_bc_bg_color\";s:0:\"\";s:15:\"er_bc_bg_hcolor\";s:0:\"\";s:10:\"er_bc_icon\";s:0:\"\";s:16:\"er_bc_icon_color\";s:0:\"\";s:17:\"er_bc_icon_hcolor\";s:0:\"\";s:11:\"er_bc_image\";s:0:\"\";s:14:\"er_bc_bg_image\";s:0:\"\";s:11:\"er_ac_title\";s:0:\"\";s:17:\"er_ac_title_color\";s:0:\"\";s:18:\"er_ac_title_hcolor\";s:0:\"\";s:14:\"er_ac_bg_color\";s:0:\"\";s:15:\"er_ac_bg_hcolor\";s:0:\"\";s:10:\"er_ac_icon\";s:0:\"\";s:16:\"er_ac_icon_color\";s:0:\"\";s:17:\"er_ac_icon_hcolor\";s:0:\"\";s:11:\"er_ac_image\";s:0:\"\";s:14:\"er_ac_bg_image\";s:0:\"\";s:19:\"er_title_typography\";a:2:{s:6:\"family\";s:8:\"Defaults\";s:6:\"weight\";s:8:\"Defaults\";}s:12:\"er_font_size\";s:0:\"\";s:14:\"er_line_height\";s:0:\"\";s:14:\"er_padding_top\";s:0:\"\";s:17:\"er_padding_bottom\";s:0:\"\";s:15:\"er_padding_left\";s:0:\"\";s:16:\"er_padding_right\";s:0:\"\";s:16:\"enable_separator\";s:2:\"no\";s:14:\"separator_type\";s:4:\"none\";s:15:\"separator_color\";s:6:\"ffffff\";s:16:\"separator_shadow\";s:6:\"f4f4f4\";s:16:\"separator_height\";i:100;s:18:\"separator_position\";s:3:\"top\";s:16:\"separator_tablet\";s:2:\"no\";s:23:\"separator_height_tablet\";s:0:\"\";s:16:\"separator_mobile\";s:2:\"no\";s:23:\"separator_height_mobile\";s:0:\"\";s:21:\"separator_type_bottom\";s:4:\"none\";s:22:\"separator_color_bottom\";s:6:\"ffffff\";s:23:\"separator_shadow_bottom\";s:6:\"f4f4f4\";s:23:\"separator_height_bottom\";i:100;s:23:\"separator_tablet_bottom\";s:2:\"no\";s:30:\"separator_height_tablet_bottom\";s:0:\"\";s:23:\"separator_mobile_bottom\";s:2:\"no\";s:30:\"separator_height_mobile_bottom\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:18:\"visibility_display\";s:0:\"\";s:26:\"visibility_user_capability\";s:0:\"\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:10:\"border_top\";s:0:\"\";s:17:\"border_top_medium\";s:0:\"\";s:21:\"border_top_responsive\";s:0:\"\";s:12:\"border_right\";s:0:\"\";s:19:\"border_right_medium\";s:0:\"\";s:23:\"border_right_responsive\";s:0:\"\";s:13:\"border_bottom\";s:0:\"\";s:20:\"border_bottom_medium\";s:0:\"\";s:24:\"border_bottom_responsive\";s:0:\"\";s:11:\"border_left\";s:0:\"\";s:18:\"border_left_medium\";s:0:\"\";s:22:\"border_left_responsive\";s:0:\"\";s:10:\"margin_top\";s:0:\"\";s:17:\"margin_top_medium\";s:0:\"\";s:21:\"margin_top_responsive\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:19:\"margin_right_medium\";s:0:\"\";s:23:\"margin_right_responsive\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:20:\"margin_bottom_medium\";s:0:\"\";s:24:\"margin_bottom_responsive\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:18:\"margin_left_medium\";s:0:\"\";s:22:\"margin_left_responsive\";s:0:\"\";s:11:\"padding_top\";s:0:\"\";s:18:\"padding_top_medium\";s:0:\"\";s:22:\"padding_top_responsive\";s:0:\"\";s:13:\"padding_right\";s:0:\"\";s:20:\"padding_right_medium\";s:0:\"\";s:24:\"padding_right_responsive\";s:0:\"\";s:14:\"padding_bottom\";s:0:\"\";s:21:\"padding_bottom_medium\";s:0:\"\";s:25:\"padding_bottom_responsive\";s:0:\"\";s:12:\"padding_left\";s:0:\"\";s:19:\"padding_left_medium\";s:0:\"\";s:23:\"padding_left_responsive\";s:0:\"\";}}s:13:\"5af1567b5857a\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5af1567b5857a\";s:4:\"type\";s:12:\"column-group\";s:6:\"parent\";s:13:\"5af1567b30dbc\";s:8:\"position\";i:0;s:8:\"settings\";s:0:\"\";}s:13:\"5af1567b5866e\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5af1567b5866e\";s:4:\"type\";s:6:\"column\";s:6:\"parent\";s:13:\"5af1567b5857a\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":1:{s:4:\"size\";i:100;}}s:13:\"5af1567b30c80\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5af1567b30c80\";s:4:\"type\";s:6:\"module\";s:6:\"parent\";s:13:\"5af1567b5866e\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":22:{s:4:\"text\";s:12:\"Contact Form\";s:18:\"responsive_display\";s:0:\"\";s:18:\"visibility_display\";s:0:\"\";s:26:\"visibility_user_capability\";s:0:\"\";s:9:\"animation\";s:0:\"\";s:15:\"animation_delay\";s:3:\"0.0\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:10:\"margin_top\";s:0:\"\";s:17:\"margin_top_medium\";s:0:\"\";s:21:\"margin_top_responsive\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:19:\"margin_right_medium\";s:0:\"\";s:23:\"margin_right_responsive\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:20:\"margin_bottom_medium\";s:0:\"\";s:24:\"margin_bottom_responsive\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:18:\"margin_left_medium\";s:0:\"\";s:22:\"margin_left_responsive\";s:0:\"\";s:4:\"type\";s:9:\"rich-text\";s:24:\"flrich1525765756026_text\";s:0:\"\";}}}'),(421,89,'_fl_builder_data_settings','O:8:\"stdClass\":2:{s:3:\"css\";s:0:\"\";s:2:\"js\";s:0:\"\";}'),(422,29,'_edit_last','1'),(423,29,'wptr_hide_title','1'),(424,29,'_yoast_wpseo_content_score','30'),(425,91,'_wp_trash_meta_status','publish'),(426,91,'_wp_trash_meta_time','1525766046'),(427,94,'_edit_lock','1525766117:1'),(428,94,'_wp_trash_meta_status','publish'),(429,94,'_wp_trash_meta_time','1525766127'),(437,96,'_wp_trash_meta_status','publish'),(438,96,'_wp_trash_meta_time','1525766950'),(439,98,'_wc_review_count','0'),(440,98,'_wc_rating_count','a:0:{}'),(441,98,'_wc_average_rating','0'),(442,98,'_edit_last','1'),(443,98,'_edit_lock','1525767265:1'),(444,99,'_wc_review_count','0'),(445,99,'_wc_rating_count','a:0:{}'),(446,99,'_wc_average_rating','0'),(447,98,'_wp_trash_meta_status','draft'),(448,98,'_wp_trash_meta_time','1525767407'),(449,98,'_wp_desired_post_slug',''),(450,100,'_sku','102167-2-1'),(451,100,'_regular_price','7500'),(452,100,'_sale_price',''),(453,100,'_sale_price_dates_from',''),(454,100,'_sale_price_dates_to',''),(455,100,'total_sales','0'),(456,100,'_tax_status','taxable'),(457,100,'_tax_class',''),(458,100,'_manage_stock','no'),(459,100,'_backorders','no'),(460,100,'_sold_individually','yes'),(461,100,'_weight',''),(462,100,'_length',''),(463,100,'_width',''),(464,100,'_height',''),(465,100,'_upsell_ids','a:0:{}'),(466,100,'_crosssell_ids','a:0:{}'),(467,100,'_purchase_note',''),(468,100,'_default_attributes','a:0:{}'),(469,100,'_virtual','no'),(470,100,'_downloadable','no'),(471,100,'_product_image_gallery','56,57,58,59,60'),(472,100,'_download_limit','-1'),(473,100,'_download_expiry','-1'),(474,100,'_thumbnail_id','28'),(475,100,'_stock',NULL),(476,100,'_stock_status','instock'),(477,100,'_wc_average_rating','0'),(478,100,'_wc_rating_count','a:0:{}'),(479,100,'_wc_review_count','0'),(480,100,'_downloadable_files','a:0:{}'),(481,100,'_product_attributes','a:0:{}'),(482,100,'_product_version','3.3.5'),(483,100,'_price','7500'),(484,100,'_oembed_5961ba0116f04c7620b6c9b332b09393','{{unknown}}'),(485,100,'_edit_lock','1525767325:1'),(486,100,'_edit_last','1'),(487,100,'_yoast_wpseo_primary_product_cat',''),(488,100,'wptr_hide_title','0'),(489,100,'_yoast_wpseo_content_score','30'),(492,30,'_yoast_wpseo_post_image_cache','a:0:{}'),(494,49,'_yoast_wpseo_post_image_cache','a:0:{}'),(497,51,'_yoast_wpseo_post_image_cache','a:2:{s:84:\"http://localhost/IA.store/wp-content/uploads/2018/05/MCTnew_1282927683_8-300x242.jpg\";i:86;s:87:\"http://localhost/IA.store/wp-content/uploads/2018/05/DD_IA_new_1297358359_8-300x252.jpg\";i:87;}'),(498,101,'_wp_trash_meta_status','publish'),(499,101,'_wp_trash_meta_time','1525768420'),(500,103,'_menu_item_type','post_type'),(501,103,'_menu_item_menu_item_parent','0'),(502,103,'_menu_item_object_id','62'),(503,103,'_menu_item_object','page'),(504,103,'_menu_item_target',''),(505,103,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(506,103,'_menu_item_xfn',''),(507,103,'_menu_item_url',''),(509,104,'_fl_builder_data','a:4:{s:13:\"5af1567b30dbc\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5af1567b30dbc\";s:4:\"type\";s:3:\"row\";s:6:\"parent\";N;s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":136:{s:5:\"width\";s:5:\"fixed\";s:13:\"content_width\";s:5:\"fixed\";s:17:\"max_content_width\";s:0:\"\";s:11:\"full_height\";s:7:\"default\";s:17:\"content_alignment\";s:6:\"center\";s:10:\"text_color\";s:0:\"\";s:10:\"link_color\";s:0:\"\";s:11:\"hover_color\";s:0:\"\";s:13:\"heading_color\";s:0:\"\";s:7:\"bg_type\";s:4:\"none\";s:8:\"bg_image\";s:0:\"\";s:9:\"bg_repeat\";s:4:\"none\";s:11:\"bg_position\";s:13:\"center center\";s:13:\"bg_attachment\";s:6:\"scroll\";s:7:\"bg_size\";s:5:\"cover\";s:15:\"bg_video_source\";s:9:\"wordpress\";s:8:\"bg_video\";s:0:\"\";s:13:\"bg_video_webm\";s:0:\"\";s:16:\"bg_video_url_mp4\";s:0:\"\";s:17:\"bg_video_url_webm\";s:0:\"\";s:20:\"bg_video_service_url\";s:0:\"\";s:14:\"bg_video_audio\";s:2:\"no\";s:17:\"bg_video_fallback\";s:0:\"\";s:9:\"ss_source\";s:9:\"wordpress\";s:9:\"ss_photos\";s:0:\"\";s:11:\"ss_feed_url\";s:0:\"\";s:8:\"ss_speed\";s:1:\"3\";s:13:\"ss_transition\";s:4:\"fade\";s:21:\"ss_transitionDuration\";s:1:\"1\";s:12:\"ss_randomize\";s:5:\"false\";s:17:\"bg_parallax_image\";s:0:\"\";s:17:\"bg_parallax_speed\";s:4:\"fast\";s:8:\"bg_color\";s:0:\"\";s:10:\"bg_opacity\";s:3:\"100\";s:16:\"bg_overlay_color\";s:0:\"\";s:18:\"bg_overlay_opacity\";s:2:\"50\";s:13:\"gradient_type\";s:6:\"linear\";s:14:\"gradient_color\";a:2:{s:7:\"primary\";s:6:\"d81660\";s:9:\"secondary\";s:6:\"7d22bd\";}s:16:\"linear_direction\";s:6:\"bottom\";s:11:\"border_type\";s:0:\"\";s:12:\"border_color\";s:0:\"\";s:14:\"border_opacity\";s:3:\"100\";s:9:\"is_enable\";s:2:\"no\";s:9:\"er_effect\";s:5:\"slide\";s:11:\"er_img_type\";s:4:\"none\";s:13:\"er_image_size\";s:0:\"\";s:12:\"er_icon_size\";s:0:\"\";s:16:\"er_icon_position\";s:4:\"left\";s:10:\"er_bg_type\";s:5:\"color\";s:14:\"er_title_align\";s:6:\"center\";s:11:\"er_bc_title\";s:0:\"\";s:17:\"er_bc_title_color\";s:0:\"\";s:18:\"er_bc_title_hcolor\";s:0:\"\";s:14:\"er_bc_bg_color\";s:0:\"\";s:15:\"er_bc_bg_hcolor\";s:0:\"\";s:10:\"er_bc_icon\";s:0:\"\";s:16:\"er_bc_icon_color\";s:0:\"\";s:17:\"er_bc_icon_hcolor\";s:0:\"\";s:11:\"er_bc_image\";s:0:\"\";s:14:\"er_bc_bg_image\";s:0:\"\";s:11:\"er_ac_title\";s:0:\"\";s:17:\"er_ac_title_color\";s:0:\"\";s:18:\"er_ac_title_hcolor\";s:0:\"\";s:14:\"er_ac_bg_color\";s:0:\"\";s:15:\"er_ac_bg_hcolor\";s:0:\"\";s:10:\"er_ac_icon\";s:0:\"\";s:16:\"er_ac_icon_color\";s:0:\"\";s:17:\"er_ac_icon_hcolor\";s:0:\"\";s:11:\"er_ac_image\";s:0:\"\";s:14:\"er_ac_bg_image\";s:0:\"\";s:19:\"er_title_typography\";a:2:{s:6:\"family\";s:8:\"Defaults\";s:6:\"weight\";s:8:\"Defaults\";}s:12:\"er_font_size\";s:0:\"\";s:14:\"er_line_height\";s:0:\"\";s:14:\"er_padding_top\";s:0:\"\";s:17:\"er_padding_bottom\";s:0:\"\";s:15:\"er_padding_left\";s:0:\"\";s:16:\"er_padding_right\";s:0:\"\";s:16:\"enable_separator\";s:2:\"no\";s:14:\"separator_type\";s:4:\"none\";s:15:\"separator_color\";s:6:\"ffffff\";s:16:\"separator_shadow\";s:6:\"f4f4f4\";s:16:\"separator_height\";i:100;s:18:\"separator_position\";s:3:\"top\";s:16:\"separator_tablet\";s:2:\"no\";s:23:\"separator_height_tablet\";s:0:\"\";s:16:\"separator_mobile\";s:2:\"no\";s:23:\"separator_height_mobile\";s:0:\"\";s:21:\"separator_type_bottom\";s:4:\"none\";s:22:\"separator_color_bottom\";s:6:\"ffffff\";s:23:\"separator_shadow_bottom\";s:6:\"f4f4f4\";s:23:\"separator_height_bottom\";i:100;s:23:\"separator_tablet_bottom\";s:2:\"no\";s:30:\"separator_height_tablet_bottom\";s:0:\"\";s:23:\"separator_mobile_bottom\";s:2:\"no\";s:30:\"separator_height_mobile_bottom\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:18:\"visibility_display\";s:0:\"\";s:26:\"visibility_user_capability\";s:0:\"\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:10:\"border_top\";s:0:\"\";s:17:\"border_top_medium\";s:0:\"\";s:21:\"border_top_responsive\";s:0:\"\";s:12:\"border_right\";s:0:\"\";s:19:\"border_right_medium\";s:0:\"\";s:23:\"border_right_responsive\";s:0:\"\";s:13:\"border_bottom\";s:0:\"\";s:20:\"border_bottom_medium\";s:0:\"\";s:24:\"border_bottom_responsive\";s:0:\"\";s:11:\"border_left\";s:0:\"\";s:18:\"border_left_medium\";s:0:\"\";s:22:\"border_left_responsive\";s:0:\"\";s:10:\"margin_top\";s:0:\"\";s:17:\"margin_top_medium\";s:0:\"\";s:21:\"margin_top_responsive\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:19:\"margin_right_medium\";s:0:\"\";s:23:\"margin_right_responsive\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:20:\"margin_bottom_medium\";s:0:\"\";s:24:\"margin_bottom_responsive\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:18:\"margin_left_medium\";s:0:\"\";s:22:\"margin_left_responsive\";s:0:\"\";s:11:\"padding_top\";s:0:\"\";s:18:\"padding_top_medium\";s:0:\"\";s:22:\"padding_top_responsive\";s:0:\"\";s:13:\"padding_right\";s:0:\"\";s:20:\"padding_right_medium\";s:0:\"\";s:24:\"padding_right_responsive\";s:0:\"\";s:14:\"padding_bottom\";s:0:\"\";s:21:\"padding_bottom_medium\";s:0:\"\";s:25:\"padding_bottom_responsive\";s:0:\"\";s:12:\"padding_left\";s:0:\"\";s:19:\"padding_left_medium\";s:0:\"\";s:23:\"padding_left_responsive\";s:0:\"\";}}s:13:\"5af16560a6743\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5af16560a6743\";s:4:\"type\";s:12:\"column-group\";s:6:\"parent\";s:13:\"5af1567b30dbc\";s:8:\"position\";i:0;s:8:\"settings\";s:0:\"\";}s:13:\"5af16560a683c\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5af16560a683c\";s:4:\"type\";s:6:\"column\";s:6:\"parent\";s:13:\"5af16560a6743\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":1:{s:4:\"size\";i:100;}}s:13:\"5af16560a66ab\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5af16560a66ab\";s:4:\"type\";s:6:\"module\";s:6:\"parent\";s:13:\"5af16560a683c\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":21:{s:4:\"html\";s:17:\"[ninja_form id=1]\";s:18:\"responsive_display\";s:0:\"\";s:18:\"visibility_display\";s:0:\"\";s:26:\"visibility_user_capability\";s:0:\"\";s:9:\"animation\";s:0:\"\";s:15:\"animation_delay\";s:3:\"0.0\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:10:\"margin_top\";s:0:\"\";s:17:\"margin_top_medium\";s:0:\"\";s:21:\"margin_top_responsive\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:19:\"margin_right_medium\";s:0:\"\";s:23:\"margin_right_responsive\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:20:\"margin_bottom_medium\";s:0:\"\";s:24:\"margin_bottom_responsive\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:18:\"margin_left_medium\";s:0:\"\";s:22:\"margin_left_responsive\";s:0:\"\";s:4:\"type\";s:4:\"html\";}}}'),(510,104,'_fl_builder_data_settings','O:8:\"stdClass\":2:{s:3:\"css\";s:0:\"\";s:2:\"js\";s:0:\"\";}'),(511,47,'_yoast_wpseo_post_image_cache','a:0:{}'); /*!40000 ALTER TABLE `wp_postmeta` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_posts` -- DROP TABLE IF EXISTS `wp_posts`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_posts` ( `ID` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `post_author` bigint(20) unsigned NOT NULL DEFAULT '0', `post_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `post_date_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `post_content` longtext COLLATE utf8mb4_unicode_ci NOT NULL, `post_title` text COLLATE utf8mb4_unicode_ci NOT NULL, `post_excerpt` text COLLATE utf8mb4_unicode_ci NOT NULL, `post_status` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'publish', `comment_status` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'open', `ping_status` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'open', `post_password` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `post_name` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `to_ping` text COLLATE utf8mb4_unicode_ci NOT NULL, `pinged` text COLLATE utf8mb4_unicode_ci NOT NULL, `post_modified` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `post_modified_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `post_content_filtered` longtext COLLATE utf8mb4_unicode_ci NOT NULL, `post_parent` bigint(20) unsigned NOT NULL DEFAULT '0', `guid` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `menu_order` int(11) NOT NULL DEFAULT '0', `post_type` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'post', `post_mime_type` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `comment_count` bigint(20) NOT NULL DEFAULT '0', PRIMARY KEY (`ID`), KEY `post_name` (`post_name`(191)), KEY `type_status_date` (`post_type`,`post_status`,`post_date`,`ID`), KEY `post_parent` (`post_parent`), KEY `post_author` (`post_author`) ) ENGINE=InnoDB AUTO_INCREMENT=105 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_posts` -- LOCK TABLES `wp_posts` WRITE; /*!40000 ALTER TABLE `wp_posts` DISABLE KEYS */; INSERT INTO `wp_posts` VALUES (1,1,'2018-02-06 03:26:00','2018-02-06 03:26:00','Welcome to WordPress. This is your first post. Edit or delete it, then start writing!','Hello world!','','publish','open','open','','hello-world','','','2018-02-06 03:26:00','2018-02-06 03:26:00','',0,'http://localhost/IA.store/?p=1',0,'post','',1),(2,1,'2018-02-06 03:26:00','2018-02-06 03:26:00','This is an example page. It\'s different from a blog post because it will stay in one place and will show up in your site navigation (in most themes). Most people start with an About page that introduces them to potential site visitors. It might say something like this:\n\n<blockquote>Hi there! I\'m a bike messenger by day, aspiring actor by night, and this is my website. I live in Los Angeles, have a great dog named Jack, and I like piña coladas. (And gettin\' caught in the rain.)</blockquote>\n\n...or something like this:\n\n<blockquote>The XYZ Doohickey Company was founded in 1971, and has been providing quality doohickeys to the public ever since. Located in Gotham City, XYZ employs over 2,000 people and does all kinds of awesome things for the Gotham community.</blockquote>\n\nAs a new WordPress user, you should go to <a href=\"http://www.irreplaceableartifacts.com/IA.store/wp-admin/\">your dashboard</a> to delete this page and create new pages for your content. Have fun!','Sample Page','','publish','closed','open','','sample-page','','','2018-02-06 03:26:00','2018-02-06 03:26:00','',0,'http://localhost/IA.store/?page_id=2',0,'page','',0),(27,1,'2018-02-06 03:42:45','2018-02-06 03:42:45','C. 1840 Portoro and black marble mantel having engaged pilaster jambs and beautiful cast iron summer front with image of a paneled room with English style pointed arch leaded glass windows and meander design.\r\n\r\nDimesnion: 68(W) 49(H) 10(D)\r\n\r\nOpening: 35.75(W) 33.5(H)\r\n\r\n \r\n\r\n \r\n\r\n<a href=\"http://www.demolitiondepot.com/vo/demo/inv/detail.asp?ID=102167\" target=\"_blank\" rel=\"noopener\">http://www.demolitiondepot.com/vo/demo/inv/detail.asp?ID=102167</a>','Fireplace Mantel 102167','C. 1840 Portoro and black marble mantel having engaged pilaster jambs and beautiful cast iron summer front ...','publish','open','closed','','fireplace-mantel-102167','','','2018-02-06 03:42:45','2018-02-06 03:42:45','',0,'http://localhost/IA.store/?post_type=product&p=27',0,'product','',0),(28,1,'2018-02-06 03:35:42','2018-02-06 03:35:42','','Fireplace Mantel 102167','','inherit','open','closed','','sony-dsc','','','2018-02-06 03:36:06','2018-02-06 03:36:06','',27,'http://localhost/IA.store/wp-content/uploads/2018/02/102167.jpg',0,'attachment','image/jpeg',0),(29,1,'2018-02-06 03:40:34','2018-02-06 03:40:34','','Shop','','publish','closed','closed','','shop','','','2018-05-08 13:00:43','2018-05-08 13:00:43','',0,'http://localhost/IA.store/shop/',0,'page','',0),(30,1,'2018-02-06 03:40:34','2018-02-06 03:40:34','[woocommerce_cart]','Cart','','publish','closed','closed','','cart','','','2018-02-06 03:40:34','2018-02-06 03:40:34','',0,'http://localhost/IA.store/cart/',0,'page','',0),(31,1,'2018-02-06 03:40:34','2018-02-06 03:40:34','[woocommerce_checkout]','Checkout','','publish','closed','closed','','checkout','','','2018-02-06 03:40:34','2018-02-06 03:40:34','',0,'http://localhost/IA.store/checkout/',0,'page','',0),(32,1,'2018-02-06 03:40:35','2018-02-06 03:40:35','[woocommerce_my_account]','My account','','publish','closed','closed','','my-account','','','2018-02-06 03:40:35','2018-02-06 03:40:35','',0,'http://localhost/IA.store/my-account/',0,'page','',0),(36,1,'2018-02-06 03:48:03','2018-02-06 03:48:03','','IrreplaceableArtifacts_Banner450','','inherit','open','closed','','irreplaceableartifacts_banner450','','','2018-02-06 03:48:12','2018-02-06 03:48:12','',0,'http://localhost/IA.store/wp-content/uploads/2018/02/IrreplaceableArtifacts_Banner450.jpg',0,'attachment','image/jpeg',0),(39,1,'2018-02-06 03:49:22','2018-02-06 03:49:22','http://www.irreplaceableartifacts.com/IA.store/wp-content/uploads/2018/02/cropped-IA-Logo-Square-800_LR.jpg','cropped-IA-Logo-Square-800_LR.jpg','','inherit','open','closed','','cropped-ia-logo-square-800_lr-jpg','','','2018-02-06 03:49:22','2018-02-06 03:49:22','',0,'http://localhost/IA.store/wp-content/uploads/2018/02/cropped-IA-Logo-Square-800_LR.jpg',0,'attachment','image/jpeg',0),(46,1,'2018-02-06 03:54:10','2018-02-06 03:54:10','','Online Shop','','publish','closed','closed','','46','','','2018-05-08 08:37:37','2018-05-08 08:37:37','',0,'http://localhost/IA.store/2018/02/06/46/',5,'nav_menu_item','',0),(47,1,'2018-02-06 03:54:54','2018-02-06 03:54:54','\n [ninja_form id=1]\n','Contact','','publish','closed','closed','','contact','','','2018-05-08 08:53:08','2018-05-08 08:53:08','',0,'http://localhost/IA.store/?page_id=47',0,'page','',0),(48,1,'2018-02-06 03:54:54','2018-02-06 03:54:54','','Contact','','inherit','closed','closed','','47-revision-v1','','','2018-02-06 03:54:54','2018-02-06 03:54:54','',47,'http://localhost/IA.store/2018/02/06/47-revision-v1/',0,'revision','',0),(49,1,'2018-02-06 03:55:21','2018-02-06 03:55:21','\n <h1><strong>SERVICES</strong></h1>\n<p><strong>Personal Consultation</strong></p>\n<p>Running this business has meant that we\'ve needed to become experts about how to re-use our pieces. Many can just be displayed as art, which they are, but it is also interesting to try to integrate an artifact into new construction or restoration. Our experience in doing just that can save you time and energy if you bring us your projects early on so that we can help you find pieces that will complement your ideas. Many architectural elements also lend themselves to being re-used in a totally different context; a column capital as a table base, grilles incorporated into folding doors or a window frame made into a mirror. These are just a few of the ideas that we\'ve come up with and can share with you. You can see some examples in our book \"Irreplaceable Artifacts: Decorating the Home with Architectural Ornament\".</p>\n<p><strong>Retrofitting and Restoration</strong></p>\n<p>Over the years we have assembled a list of trades\' people who are skilled at restoring, modifying or installing the many unique pieces that we sell. Whether it is an entire paneled room, a fireplace, stained glass or vintage plumbing, we have worked with the best in the field. Please ask us for recommendations and suggestions.</p>\n<p><strong>Acquisitions and Reclamations</strong></p>\n<p>Since our beginning over 35 years ago we have held fast and steady to our principles: being committed to saving what we can in this world from senseless destruction and from the landfill. Whether demolition is senseless, controversial, needed or elective, we have no control over these decisions. However, we have a long established track record of saving the best of a building and giving the pieces a new life for future generations to enjoy. Since that was the original intent of architectural ornament we have played a major part in raising the public\'s awareness of architectural ornament and making preservation a household word.</p>\n<p>Additionally, many of our pieces have found new homes in various museums around the world including thousands of fine residences and commercial establishments.</p>\n<p><strong>Dismantling Services</strong></p>\n<p>If you intend to save some or all of the ornament from a building(s) and need it professionally removed, we can do it for you: from a paneled room, to a marble fireplace to a built-in mosaic.</p>\n<p>Since our success depends on a wide variety of skills and experience saving pieces from old buildings that we dismantle, undoubtedly the success is heavily attributed to our extraction expertise. More often than we would like, we are placed under tight deadlines in construction schedules. As of this printing the McCutcheon House is a prime example of having to perform “The Impossible”, we are able to dispatch a team on a moment’s notice to do all levels of work.</p>\n<p>If you intend to save some or all of the ornament from a building(s) and need it professionally removed, we can do it for you: from a paneled room, to a marble fireplace to a built-in mosaic.</p>\n<p>Since our success depends on a wide variety of skills and experience saving pieces from old buildings that we dismantle, undoubtedly the success is heavily attributed to our extraction expertise. More often than we would like, we are placed under tight deadlines in construction schedules. As of this printing the McCutcheon House is a prime example of having to perform \"The Impossible\", we are able to dispatch a team on a moment\'s notice to do all levels of work.</p>\n<p>We had only 3½ days to get everything out of this house including saving some pieces for the owners.</p>\n<p>Some of our work for others in the past includes The New York City Landmarks Preservation Commission, NY State Dormitory Authority, NYC Department of Parks and Recreation, Bear Stearns, Turner Construction, HRH Construction, Hartz Mountain Industries, and many private individuals. .... pic of house in CT</p>\n<p><strong>Sales & Liquidations & Deaccessions</strong></p>\n<p>Many times—over the years—we have been commissioned to liquidate and sell either collections or complete building contents. For example: a church, a hotel, or another institution is about to undergo a major renovation or demolition, and we are called in to maximize the value of an asset normally intended for the landfill. Why spend money throwing out materials that can be re-cycled and re-used?</p>\n<p>Another part of our service is arranging to channel materials to various non-profits for a tax credit for the donation. Whether you are an owner\'s representative, architect, interior designer or another trade you can be a hero for yourself, your client, and the environment by turning them on to us for a free evaluation of their properties.</p>\n<p><strong>Replications and Reproductions</strong></p>\n<p>We took the initiative many years ago to collect numerous great old and original lights that were made as long as over 100 years ago and to authentically replicate them. If you have an entryway that is missing one or all of the lights we can replicate almost anything.</p>\n<p>We have assembled a nice collection of originals that we sell and have copies of. This way the best result is achieved every time one passes by. Great entry lights always define and set the mood for the rest of the building or house and maintaining the first impression when one sees a structure is vitally important. We invite you to browse the web site to see a fuller representation of what our collection has to offer. You are also invited to email us photos of your building and we can send you back some recommendations that we feel are suitable. If you are going for Landmark approvals on historic buildings you can be assured that our pieces always pass the scrutiny of any Board or Panel and we are \"the preferred source\".</p>\n','Service','','publish','closed','closed','','service','','','2018-05-08 08:08:03','2018-05-08 08:08:03','',0,'http://localhost/IA.store/?page_id=49',0,'page','',0),(50,1,'2018-02-06 03:55:21','2018-02-06 03:55:21','','Service','','inherit','closed','closed','','49-revision-v1','','','2018-02-06 03:55:21','2018-02-06 03:55:21','',49,'http://localhost/IA.store/2018/02/06/49-revision-v1/',0,'revision','',0),(51,1,'2018-02-06 03:55:37','2018-02-06 03:55:37','\n <img src=\"http://www.irreplaceableartifacts.com/IA.store/wp-content/uploads/2018/05/MCTnew_1282927683_8-300x242.jpg\" alt=\"MCTnew_1282927683_8\" itemprop=\"image\" height=\"242\" width=\"300\" />\n <h1 style=\"text-align: center; font-size: 20px; font-weight: 600;\">Irreplaceable Artifacts™</h1>\n<p style=\"text-align: center;\">428 Main Street<br />\nMiddletown, CT 06457<br />\nTel: 860-344-8576<br />\nFax: 860-638-0834<br />\ninfo@irreplaceableartifacts.com</p>\n <meta itemprop=\"name\" content=\"Irreplaceable Artifacts\" />\n <link itemprop=\"dayOfWeek\" href=\"http://schema.org/Monday\" />Monday \n by appointment or by chance \n <link itemprop=\"dayOfWeek\" href=\"http://schema.org/Tuesday\" />Tuesday \n by appointment or by chance \n <link itemprop=\"dayOfWeek\" href=\"http://schema.org/Wednesday\" />Wednesday \n by appointment or by chance \n <link itemprop=\"dayOfWeek\" href=\"http://schema.org/Thursday\" />Thursday \n by appointment or by chance \n <link itemprop=\"dayOfWeek\" href=\"http://schema.org/Friday\" />Friday \n by appointment or by chance \n <link itemprop=\"dayOfWeek\" href=\"http://schema.org/Saturday\" />Saturday \n <time itemprop=\"opens\" content=\"11:00 AM\">11:00 AM</time> - <time itemprop=\"closes\" content=\"5:00 PM\">5:00 PM</time> \n <link itemprop=\"dayOfWeek\" href=\"http://schema.org/Sunday\" />Sunday \n by appointment or by chance \n <iframe style=\"width:100%;height:100%;\" frameborder=\"0\" scrolling=\"no\" marginheight=\"0\" marginwidth=\"0\" src=\"https://maps.google.com/maps?f=q&source=s_q&q=Irreplaceable%20Artifacts%20428%20Main%20Street%2C%20Middletown%2C%20CT&aq=0&ie=UTF8&t=m&z=15&iwloc=A&output=embed\"></iframe>\n <img src=\"http://www.irreplaceableartifacts.com/IA.store/wp-content/uploads/2018/05/DD_IA_new_1297358359_8-300x252.jpg\" alt=\"DD_IA_new_1297358359_8\" itemprop=\"image\" height=\"252\" width=\"300\" />\n <h1 style=\"text-align: center;font-size: 20px;font-weight:600;\">The Demolition Depot & Irreplaceable Artifacts™</h1>\n<p style=\"text-align: center;\">216 East 125th Street<br />\n(between 2nd & 3rd Avenues)<br />\nNew York, NY 10035-1738<br />\nTel: 212-777-2900<br />\nFax: 212-860-1560<br />\ninfo@demolitiondepot.com</p>\n <meta itemprop=\"name\" content=\"Irreplaceable Artifacts\" />\n <link itemprop=\"dayOfWeek\" href=\"http://schema.org/Monday\" />Monday \n <time itemprop=\"opens\" content=\"10:00 AM\">10:00 AM</time> - <time itemprop=\"closes\" content=\"6:00 PM\">6:00 PM</time> \n <link itemprop=\"dayOfWeek\" href=\"http://schema.org/Tuesday\" />Tuesday \n <time itemprop=\"opens\" content=\"10:00 AM\">10:00 AM</time> - <time itemprop=\"closes\" content=\"6:00 PM\">6:00 PM</time> \n <link itemprop=\"dayOfWeek\" href=\"http://schema.org/Wednesday\" />Wednesday \n <time itemprop=\"opens\" content=\"10:00 AM\">10:00 AM</time> - <time itemprop=\"closes\" content=\"6:00 PM\">6:00 PM</time> \n <link itemprop=\"dayOfWeek\" href=\"http://schema.org/Thursday\" />Thursday \n <time itemprop=\"opens\" content=\"10:00 AM\">10:00 AM</time> - <time itemprop=\"closes\" content=\"6:00 PM\">6:00 PM</time> \n <link itemprop=\"dayOfWeek\" href=\"http://schema.org/Friday\" />Friday \n <time itemprop=\"opens\" content=\"10:00 AM\">10:00 AM</time> - <time itemprop=\"closes\" content=\"6:00 PM\">6:00 PM</time> \n <link itemprop=\"dayOfWeek\" href=\"http://schema.org/Saturday\" />Saturday \n <time itemprop=\"opens\" content=\"11:00 AM\">11:00 AM</time> - <time itemprop=\"closes\" content=\"6:00 PM\">6:00 PM</time> \n <link itemprop=\"dayOfWeek\" href=\"http://schema.org/Sunday\" />Sunday \n by appointment or by chance \n <iframe style=\"width:100%;height:100%;\" frameborder=\"0\" scrolling=\"no\" marginheight=\"0\" marginwidth=\"0\" src=\"https://maps.google.com/maps?f=q&source=s_q&q=Demolition%20Depot%2C%20216%20East%20125th%20Street%2C%20New%20York%2C%20NY&aq=0&ie=UTF8&t=m&z=15&iwloc=A&output=embed\"></iframe>\n <p style=\"text-align: center;\">If you are looking to sell or consign an item please send pictures and measurements to acquisitions@demolitiondepot.com</p>\n','Location','','publish','closed','closed','','location','','','2018-05-08 08:33:01','2018-05-08 08:33:01','',0,'http://localhost/IA.store/?page_id=51',0,'page','',0),(52,1,'2018-02-06 03:55:37','2018-02-06 03:55:37','','Location','','inherit','closed','closed','','51-revision-v1','','','2018-02-06 03:55:37','2018-02-06 03:55:37','',51,'http://localhost/IA.store/2018/02/06/51-revision-v1/',0,'revision','',0),(53,1,'2018-02-06 03:56:24','2018-02-06 03:56:24','C. 1840 Portoro and black marble mantel having engaged pilaster jambs and beautiful cast iron summer front with image of a paneled room with English style pointed arch leaded glass windows and meander design.\r\n\r\nDimesnion: 68(W) 49(H) 10(D)\r\n\r\nOpening: 35.75(W) 33.5(H)\r\n\r\n \r\n\r\n \r\n\r\n<a href=\"http://www.demolitiondepot.com/vo/demo/inv/detail.asp?ID=102167\" target=\"_blank\" rel=\"noopener\">http://www.demolitiondepot.com/vo/demo/inv/detail.asp?ID=102167</a>','Fireplace Mantel 102167 (Copy)','C. 1840 Portoro and black marble mantel having engaged pilaster jambs and beautiful cast iron summer front ...','publish','closed','closed','','fireplace-mantel-102167-copy','','','2018-02-06 03:56:37','2018-02-06 03:56:37','',0,'http://localhost/IA.store/?post_type=product&p=53',0,'product','',0),(54,1,'2018-02-06 03:56:56','2018-02-06 03:56:56','C. 1840 Portoro and black marble mantel having engaged pilaster jambs and beautiful cast iron summer front with image of a paneled room with English style pointed arch leaded glass windows and meander design.\r\n\r\nDimesnion: 68(W) 49(H) 10(D)\r\n\r\nOpening: 35.75(W) 33.5(H)\r\n\r\n \r\n\r\n \r\n\r\n<a href=\"http://www.demolitiondepot.com/vo/demo/inv/detail.asp?ID=102167\" target=\"_blank\" rel=\"noopener\">http://www.demolitiondepot.com/vo/demo/inv/detail.asp?ID=102167</a>','Fireplace Mantel 102167 multi pix','C. 1840 Portoro and black marble mantel having engaged pilaster jambs and beautiful cast iron summer front ...','publish','closed','closed','','fireplace-mantel-102167-copy-2','','','2018-02-06 05:20:38','2018-02-06 05:20:38','',0,'http://localhost/IA.store/?post_type=product&p=54',0,'product','',0),(55,1,'2018-02-06 04:01:47','2018-02-06 04:01:47','C. 1840 Portoro and black marble mantel having engaged pilaster jambs and beautiful cast iron summer front with image of a paneled room with English style pointed arch leaded glass windows and meander design.\n\nDimesnion: 68(W) 49(H) 10(D)\n\nOpening: 35.75(W) 33.5(H)\n\n \n\n \n\n<a href=\"http://www.demolitiondepot.com/vo/demo/inv/detail.asp?ID=102167\" target=\"_blank\" rel=\"noopener\">http://www.demolitiondepot.com/vo/demo/inv/detail.asp?ID=102167</a>','Fireplace Mantel 102167 multi pix','C. 1840 Portoro and black marble mantel having engaged pilaster jambs and beautiful cast iron summer front ...','inherit','closed','closed','','54-autosave-v1','','','2018-02-06 04:01:47','2018-02-06 04:01:47','',54,'http://localhost/IA.store/2018/02/06/54-autosave-v1/',0,'revision','',0),(56,1,'2018-02-06 05:20:17','2018-02-06 05:20:17','','SONY DSC','SONY DSC','inherit','open','closed','','sony-dsc-2','','','2018-02-06 05:20:17','2018-02-06 05:20:17','',54,'http://localhost/IA.store/wp-content/uploads/2018/02/102167D.jpg',0,'attachment','image/jpeg',0),(57,1,'2018-02-06 05:20:19','2018-02-06 05:20:19','','SONY DSC','SONY DSC','inherit','open','closed','','sony-dsc-3','','','2018-02-06 05:20:19','2018-02-06 05:20:19','',54,'http://localhost/IA.store/wp-content/uploads/2018/02/102167E.jpg',0,'attachment','image/jpeg',0),(58,1,'2018-02-06 05:20:22','2018-02-06 05:20:22','','SONY DSC','SONY DSC','inherit','open','closed','','sony-dsc-4','','','2018-02-06 05:20:22','2018-02-06 05:20:22','',54,'http://localhost/IA.store/wp-content/uploads/2018/02/102167-1.jpg',0,'attachment','image/jpeg',0),(59,1,'2018-02-06 05:20:24','2018-02-06 05:20:24','','SONY DSC','SONY DSC','inherit','open','closed','','sony-dsc-5','','','2018-02-06 05:20:24','2018-02-06 05:20:24','',54,'http://localhost/IA.store/wp-content/uploads/2018/02/102167B.jpg',0,'attachment','image/jpeg',0),(60,1,'2018-02-06 05:20:26','2018-02-06 05:20:26','','SONY DSC','SONY DSC','inherit','open','closed','','sony-dsc-6','','','2018-02-06 05:20:26','2018-02-06 05:20:26','',54,'http://localhost/IA.store/wp-content/uploads/2018/02/102167C.jpg',0,'attachment','image/jpeg',0),(62,1,'2018-02-06 05:34:24','2018-02-06 05:34:24','\n <img src=\"http://www.irreplaceableartifacts.com/IA.store/wp-content/uploads/2018/05/irr_artifacts_bannerdesign_v11.jpg\" alt=\"irr_artifacts_bannerdesign_v11\" itemprop=\"image\" height=\"400\" width=\"1200\" />\n <h1 style=\"text-align: center;\"><strong>WELCOME TO IRREPLACEABLE ARTIFACTS™ AT DEMOLITION DEPOT</strong></h1>\n<p>Demolition Depot is a unique source of vintage plumbing fixtures, doors, windows, shutters, railings, gates, grills, mantels, stone and terracotta pieces, religious objects and so much more. Our fixtures are geared towards the re-creation and renovation of period places.</p>\n<p>Preserving our architectural history has led us to reclaim building elements at an unprecedented scale. We have rescued beautifully crafted pieces certain to enhance the style of all new residential and commercial building, restoration, and decorating projects.</p>\n <h2><strong>Irreplaceable Artifacts™ features the finest in architectural ornament.</strong></h2>\n<p>To see one of the most extensive architectural reclamation operations in the world, visit our outlet in upper Manhattan, or our showroom in Middletown, CT.</p>\n<p>If you have any building or demolishing projects coming up, give us a call. Our team of experts will guide you through the buying and selling of every type of artifact.</p>\n <a href=\"http://www.demolitiondepot.com/vo/demo/inv/\" target=\"_blank\" role=\"button\">\n VIEW INVENTORY\n </a>\n ','Home','','publish','closed','closed','','home','','','2018-05-08 08:28:23','2018-05-08 08:28:23','',0,'http://localhost/IA.store/?page_id=62',0,'page','',0),(63,1,'2018-02-06 05:34:24','2018-02-06 05:34:24','','Home','','inherit','closed','closed','','62-revision-v1','','','2018-02-06 05:34:24','2018-02-06 05:34:24','',62,'http://localhost/IA.store/2018/02/06/62-revision-v1/',0,'revision','',0),(64,1,'2018-05-08 06:02:48','0000-00-00 00:00:00','','Auto Draft','','auto-draft','open','open','','','','','2018-05-08 06:02:48','0000-00-00 00:00:00','',0,'http://localhost/IA.store/?p=64',0,'post','',0),(65,1,'2018-05-08 06:13:28','2018-05-08 06:13:28','','Irreplaceable Artifacts','','inherit','open','closed','','ia-logo-square-800_lr-2','','','2018-05-08 06:13:55','2018-05-08 06:13:55','',0,'http://localhost/IA.store/wp-content/uploads/2018/05/IA-Logo-Square-800_LR.jpg',0,'attachment','image/jpeg',0),(66,1,'2018-05-08 06:13:58','2018-05-08 06:13:58','http://www.irreplaceableartifacts.com/IA.store/wp-content/uploads/2018/05/cropped-IA-Logo-Square-800_LR.jpg','cropped-IA-Logo-Square-800_LR.jpg','','inherit','open','closed','','cropped-ia-logo-square-800_lr-jpg-2','','','2018-05-08 06:13:58','2018-05-08 06:13:58','',0,'http://localhost/IA.store/wp-content/uploads/2018/05/cropped-IA-Logo-Square-800_LR.jpg',0,'attachment','image/jpeg',0),(67,1,'2018-05-08 06:18:37','2018-05-08 06:18:37','{\n \"site_icon\": {\n \"value\": 66,\n \"type\": \"option\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2018-05-08 06:15:00\"\n },\n \"woocommerce_demo_store\": {\n \"value\": false,\n \"type\": \"option\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2018-05-08 06:18:37\"\n },\n \"woocommerce_shop_page_display\": {\n \"value\": \"\",\n \"type\": \"option\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2018-05-08 06:17:01\"\n },\n \"woocommerce_thumbnail_cropping\": {\n \"value\": \"uncropped\",\n \"type\": \"option\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2018-05-08 06:17:01\"\n },\n \"sidebars_widgets[header-1]\": {\n \"value\": [],\n \"type\": \"option\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2018-05-08 06:18:37\"\n },\n \"widget_text[3]\": {\n \"value\": {\n \"encoded_serialized_instance\": \"YTo0OntzOjU6InRpdGxlIjtzOjQ6InRlc3QiO3M6NDoidGV4dCI7czoxMDoiYXNkZmdoaGpqbCI7czo2OiJmaWx0ZXIiO2I6MTtzOjY6InZpc3VhbCI7YjoxO30=\",\n \"title\": \"test\",\n \"is_widget_customizer_js_value\": true,\n \"instance_hash_key\": \"712995d276666649fd4dc6a3071a2311\"\n },\n \"type\": \"option\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2018-05-08 06:18:00\"\n }\n}','','','trash','closed','closed','','6aecf066-1580-4915-85eb-a76a30eaa6dd','','','2018-05-08 06:18:37','2018-05-08 06:18:37','',0,'http://localhost/IA.store/?p=67',0,'customize_changeset','',0),(68,1,'2018-05-08 06:21:25','2018-05-08 06:21:25','{\n \"page_on_front\": {\n \"value\": \"62\",\n \"type\": \"option\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2018-05-08 06:21:25\"\n }\n}','','','trash','closed','closed','','72207a7d-81a6-4d51-85c4-8119744ce1a4','','','2018-05-08 06:21:25','2018-05-08 06:21:25','',0,'http://localhost/IA.store/2018/05/08/72207a7d-81a6-4d51-85c4-8119744ce1a4/',0,'customize_changeset','',0),(69,1,'2018-05-08 06:32:03','2018-05-08 06:32:03','','irr_artifacts_bannerdesign_v13','','inherit','open','closed','','irr_artifacts_bannerdesign_v13','','','2018-05-08 06:32:03','2018-05-08 06:32:03','',62,'http://localhost/IA.store/wp-content/uploads/2018/05/irr_artifacts_bannerdesign_v13.jpg',0,'attachment','image/jpeg',0),(70,1,'2018-05-08 06:32:06','2018-05-08 06:32:06','','irr_artifacts_bannerdesign_v3','','inherit','open','closed','','irr_artifacts_bannerdesign_v3','','','2018-05-08 06:32:06','2018-05-08 06:32:06','',62,'http://localhost/IA.store/wp-content/uploads/2018/05/irr_artifacts_bannerdesign_v3.jpg',0,'attachment','image/jpeg',0),(71,1,'2018-05-08 06:32:09','2018-05-08 06:32:09','','irr_artifacts_bannerdesign_v09','','inherit','open','closed','','irr_artifacts_bannerdesign_v09','','','2018-05-08 06:32:09','2018-05-08 06:32:09','',62,'http://localhost/IA.store/wp-content/uploads/2018/05/irr_artifacts_bannerdesign_v09.jpg',0,'attachment','image/jpeg',0),(72,1,'2018-05-08 06:32:12','2018-05-08 06:32:12','','irr_artifacts_bannerdesign_v10','','inherit','open','closed','','irr_artifacts_bannerdesign_v10','','','2018-05-08 06:32:12','2018-05-08 06:32:12','',62,'http://localhost/IA.store/wp-content/uploads/2018/05/irr_artifacts_bannerdesign_v10.jpg',0,'attachment','image/jpeg',0),(73,1,'2018-05-08 06:32:14','2018-05-08 06:32:14','','irr_artifacts_bannerdesign_v11','','inherit','open','closed','','irr_artifacts_bannerdesign_v11','','','2018-05-08 06:32:14','2018-05-08 06:32:14','',62,'http://localhost/IA.store/wp-content/uploads/2018/05/irr_artifacts_bannerdesign_v11.jpg',0,'attachment','image/jpeg',0),(74,1,'2018-05-08 06:37:27','2018-05-08 06:37:27','\n <img src=\"http://www.irreplaceableartifacts.com/IA.store/wp-content/uploads/2018/05/irr_artifacts_bannerdesign_v11.jpg\" alt=\"irr_artifacts_bannerdesign_v11\" itemprop=\"image\" height=\"400\" width=\"1200\" />\n<h1 id=\"u13632-2\" style=\"text-align: center;\">WELCOME TO IRREPLACEABLE ARTIFACTS™ AT DEMOLITION DEPOT</h1>\n<p id=\"u13632-5\">Demolition Depot is a unique source of vintage plumbing fixtures, doors, windows, shutters, railings, gates, grills, mantels, stone and terracotta pieces, religious objects and so much more. Our fixtures are geared towards the re-creation and renovation of period places.</p>\n<p id=\"u13632-8\">Preserving our architectural history has led us to reclaim building elements at an unprecedented scale. We have rescued beautifully crafted pieces certain to enhance the style of all new residential and commercial building, restoration, and decorating projects.</p>\n<p id=\"u13633-3\">Irreplaceable Artifacts™ features the finest in architectural ornament.</p>\n<p id=\"u13633-6\">To see one of the most extensive architectural reclamation operations in the world, visit our outlet in upper Manhattan, or our showroom in Middletown, CT.</p>\n<p id=\"u13633-9\">If you have any building or demolishing projects coming up, give us a call. Our team of experts will guide you through the buying and selling of every type of artifact.</p>\n','Home','','inherit','closed','closed','','62-revision-v1','','','2018-05-08 06:37:27','2018-05-08 06:37:27','',62,'http://localhost/IA.store/2018/05/08/62-revision-v1/',0,'revision','',0),(75,1,'2018-05-08 06:41:43','2018-05-08 06:41:43','{\n \"nav_menu_item[40]\": {\n \"value\": false,\n \"type\": \"nav_menu_item\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2018-05-08 06:38:44\"\n },\n \"nav_menu_item[41]\": {\n \"value\": {\n \"menu_item_parent\": 0,\n \"object_id\": 0,\n \"object\": \"product\",\n \"type\": \"post_type_archive\",\n \"title\": \"Our Inventory\",\n \"type_label\": \"Post Type Archive\",\n \"url\": \"http://www.irreplaceableartifacts.com/IA.store/shop/\",\n \"target\": \"\",\n \"attr_title\": \"\",\n \"description\": \"\",\n \"classes\": \"\",\n \"xfn\": \"\",\n \"nav_menu_term_id\": 18,\n \"position\": 1,\n \"status\": \"publish\",\n \"original_title\": \"All Products\",\n \"_invalid\": false\n },\n \"type\": \"nav_menu_item\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2018-05-08 06:39:44\"\n },\n \"nav_menu_item[42]\": {\n \"value\": false,\n \"type\": \"nav_menu_item\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2018-05-08 06:38:44\"\n },\n \"nav_menu_item[45]\": {\n \"value\": false,\n \"type\": \"nav_menu_item\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2018-05-08 06:38:44\"\n },\n \"nav_menu_item[43]\": {\n \"value\": {\n \"menu_item_parent\": 45,\n \"object_id\": 31,\n \"object\": \"page\",\n \"type\": \"post_type\",\n \"type_label\": \"Page\",\n \"url\": \"http://www.irreplaceableartifacts.com/IA.store/checkout/\",\n \"title\": \"\",\n \"target\": \"\",\n \"attr_title\": \"\",\n \"description\": \"\",\n \"classes\": \"\",\n \"xfn\": \"\",\n \"nav_menu_term_id\": 18,\n \"position\": 7,\n \"status\": \"publish\",\n \"original_title\": \"Checkout\",\n \"_invalid\": false\n },\n \"type\": \"nav_menu_item\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2018-05-08 06:41:43\"\n },\n \"nav_menu_item[44]\": {\n \"value\": {\n \"menu_item_parent\": 46,\n \"object_id\": 32,\n \"object\": \"page\",\n \"type\": \"post_type\",\n \"type_label\": \"Page\",\n \"url\": \"http://www.irreplaceableartifacts.com/IA.store/my-account/\",\n \"title\": \"\",\n \"target\": \"\",\n \"attr_title\": \"\",\n \"description\": \"\",\n \"classes\": \"\",\n \"xfn\": \"\",\n \"nav_menu_term_id\": 18,\n \"position\": 6,\n \"status\": \"publish\",\n \"original_title\": \"My account\",\n \"_invalid\": false\n },\n \"type\": \"nav_menu_item\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2018-05-08 06:41:43\"\n },\n \"nav_menu_item[46]\": {\n \"value\": {\n \"menu_item_parent\": 0,\n \"object_id\": 29,\n \"object\": \"page\",\n \"type\": \"post_type\",\n \"type_label\": \"Page\",\n \"url\": \"http://www.irreplaceableartifacts.com/IA.store/shop/\",\n \"title\": \"Online Store\",\n \"target\": \"\",\n \"attr_title\": \"\",\n \"description\": \"\",\n \"classes\": \"\",\n \"xfn\": \"\",\n \"nav_menu_term_id\": 18,\n \"position\": 5,\n \"status\": \"publish\",\n \"original_title\": \"Shop\",\n \"_invalid\": false\n },\n \"type\": \"nav_menu_item\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2018-05-08 06:41:43\"\n },\n \"nav_menu_item[-526672312]\": {\n \"value\": {\n \"object_id\": 51,\n \"object\": \"page\",\n \"menu_item_parent\": 0,\n \"position\": 3,\n \"type\": \"post_type\",\n \"title\": \"Location\",\n \"url\": \"http://www.irreplaceableartifacts.com/IA.store/location/\",\n \"target\": \"\",\n \"attr_title\": \"\",\n \"description\": \"\",\n \"classes\": \"\",\n \"xfn\": \"\",\n \"status\": \"publish\",\n \"original_title\": \"Location\",\n \"nav_menu_term_id\": 18,\n \"_invalid\": false,\n \"type_label\": \"Page\"\n },\n \"type\": \"nav_menu_item\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2018-05-08 06:41:43\"\n },\n \"nav_menu_item[-143035081]\": {\n \"value\": {\n \"object_id\": 49,\n \"object\": \"page\",\n \"menu_item_parent\": 0,\n \"position\": 2,\n \"type\": \"post_type\",\n \"title\": \"Service\",\n \"url\": \"http://www.irreplaceableartifacts.com/IA.store/service/\",\n \"target\": \"\",\n \"attr_title\": \"\",\n \"description\": \"\",\n \"classes\": \"\",\n \"xfn\": \"\",\n \"status\": \"publish\",\n \"original_title\": \"Service\",\n \"nav_menu_term_id\": 18,\n \"_invalid\": false,\n \"type_label\": \"Page\"\n },\n \"type\": \"nav_menu_item\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2018-05-08 06:41:43\"\n },\n \"nav_menu_item[-831176870]\": {\n \"value\": {\n \"object_id\": 47,\n \"object\": \"page\",\n \"menu_item_parent\": 0,\n \"position\": 4,\n \"type\": \"post_type\",\n \"title\": \"Contact\",\n \"url\": \"http://www.irreplaceableartifacts.com/IA.store/contact/\",\n \"target\": \"\",\n \"attr_title\": \"\",\n \"description\": \"\",\n \"classes\": \"\",\n \"xfn\": \"\",\n \"status\": \"publish\",\n \"original_title\": \"Contact\",\n \"nav_menu_term_id\": 18,\n \"_invalid\": false,\n \"type_label\": \"Page\"\n },\n \"type\": \"nav_menu_item\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2018-05-08 06:41:43\"\n },\n \"nav_menu_item[-443906557]\": {\n \"value\": {\n \"object_id\": 30,\n \"object\": \"page\",\n \"menu_item_parent\": 45,\n \"position\": 8,\n \"type\": \"post_type\",\n \"title\": \"Cart\",\n \"url\": \"http://www.irreplaceableartifacts.com/IA.store/cart/\",\n \"target\": \"\",\n \"attr_title\": \"\",\n \"description\": \"\",\n \"classes\": \"\",\n \"xfn\": \"\",\n \"status\": \"publish\",\n \"original_title\": \"Cart\",\n \"nav_menu_term_id\": 18,\n \"_invalid\": false,\n \"type_label\": \"Page\"\n },\n \"type\": \"nav_menu_item\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2018-05-08 06:41:43\"\n }\n}','','','trash','closed','closed','','9dc9c029-a12f-46fe-9f27-f906c8d86b5b','','','2018-05-08 06:41:43','2018-05-08 06:41:43','',0,'http://localhost/IA.store/?p=75',0,'customize_changeset','',0),(76,1,'2018-05-08 06:41:49','2018-05-08 06:41:49','','Locations','','publish','closed','closed','','76','','','2018-05-08 08:37:37','2018-05-08 08:37:37','',0,'http://localhost/IA.store/2018/05/08/76/',3,'nav_menu_item','',0),(77,1,'2018-05-08 06:41:49','2018-05-08 06:41:49','','Services','','publish','closed','closed','','77','','','2018-05-08 08:37:37','2018-05-08 08:37:37','',0,'http://localhost/IA.store/2018/05/08/77/',2,'nav_menu_item','',0),(78,1,'2018-05-08 06:41:50','2018-05-08 06:41:50','','Contact Us','','publish','closed','closed','','78','','','2018-05-08 08:37:37','2018-05-08 08:37:37','',0,'http://localhost/IA.store/2018/05/08/78/',4,'nav_menu_item','',0),(80,1,'2018-05-08 06:42:54','2018-05-08 06:42:54','{\n \"nav_menu_item[41]\": {\n \"value\": {\n \"menu_item_parent\": 45,\n \"object_id\": 0,\n \"object\": \"product\",\n \"type\": \"post_type_archive\",\n \"title\": \"Our Inventory\",\n \"type_label\": \"Post Type Archive\",\n \"url\": \"http://www.irreplaceableartifacts.com/IA.store/shop/\",\n \"target\": \"\",\n \"attr_title\": \"\",\n \"description\": \"\",\n \"classes\": \"\",\n \"xfn\": \"\",\n \"nav_menu_term_id\": 18,\n \"position\": 6,\n \"status\": \"publish\",\n \"original_title\": \"All Products\",\n \"_invalid\": false\n },\n \"type\": \"nav_menu_item\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2018-05-08 06:42:44\"\n },\n \"nav_menu_item[44]\": {\n \"value\": {\n \"menu_item_parent\": 46,\n \"object_id\": 32,\n \"object\": \"page\",\n \"type\": \"post_type\",\n \"type_label\": \"Page\",\n \"url\": \"http://www.irreplaceableartifacts.com/IA.store/my-account/\",\n \"title\": \"\",\n \"target\": \"\",\n \"attr_title\": \"\",\n \"description\": \"\",\n \"classes\": \"\",\n \"xfn\": \"\",\n \"nav_menu_term_id\": 18,\n \"position\": 5,\n \"status\": \"publish\",\n \"original_title\": \"My account\",\n \"_invalid\": false\n },\n \"type\": \"nav_menu_item\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2018-05-08 06:42:44\"\n },\n \"nav_menu_item[46]\": {\n \"value\": {\n \"menu_item_parent\": 0,\n \"object_id\": 29,\n \"object\": \"page\",\n \"type\": \"post_type\",\n \"type_label\": \"Page\",\n \"url\": \"http://www.irreplaceableartifacts.com/IA.store/shop/\",\n \"title\": \"Online Store\",\n \"target\": \"\",\n \"attr_title\": \"\",\n \"description\": \"\",\n \"classes\": \"\",\n \"xfn\": \"\",\n \"nav_menu_term_id\": 18,\n \"position\": 4,\n \"status\": \"publish\",\n \"original_title\": \"Shop\",\n \"_invalid\": false\n },\n \"type\": \"nav_menu_item\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2018-05-08 06:42:44\"\n },\n \"nav_menu_item[76]\": {\n \"value\": {\n \"object_id\": 51,\n \"object\": \"page\",\n \"menu_item_parent\": 0,\n \"position\": 2,\n \"type\": \"post_type\",\n \"title\": \"Location\",\n \"url\": \"http://www.irreplaceableartifacts.com/IA.store/location/\",\n \"target\": \"\",\n \"attr_title\": \"\",\n \"description\": \"\",\n \"classes\": \"\",\n \"xfn\": \"\",\n \"status\": \"publish\",\n \"original_title\": \"Location\",\n \"nav_menu_term_id\": 18,\n \"_invalid\": false,\n \"type_label\": \"Page\"\n },\n \"type\": \"nav_menu_item\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2018-05-08 06:42:44\"\n },\n \"nav_menu_item[77]\": {\n \"value\": {\n \"object_id\": 49,\n \"object\": \"page\",\n \"menu_item_parent\": 0,\n \"position\": 1,\n \"type\": \"post_type\",\n \"title\": \"Service\",\n \"url\": \"http://www.irreplaceableartifacts.com/IA.store/service/\",\n \"target\": \"\",\n \"attr_title\": \"\",\n \"description\": \"\",\n \"classes\": \"\",\n \"xfn\": \"\",\n \"status\": \"publish\",\n \"original_title\": \"Service\",\n \"nav_menu_term_id\": 18,\n \"_invalid\": false,\n \"type_label\": \"Page\"\n },\n \"type\": \"nav_menu_item\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2018-05-08 06:42:44\"\n },\n \"nav_menu_item[78]\": {\n \"value\": {\n \"object_id\": 47,\n \"object\": \"page\",\n \"menu_item_parent\": 0,\n \"position\": 3,\n \"type\": \"post_type\",\n \"title\": \"Contact\",\n \"url\": \"http://www.irreplaceableartifacts.com/IA.store/contact/\",\n \"target\": \"\",\n \"attr_title\": \"\",\n \"description\": \"\",\n \"classes\": \"\",\n \"xfn\": \"\",\n \"status\": \"publish\",\n \"original_title\": \"Contact\",\n \"nav_menu_term_id\": 18,\n \"_invalid\": false,\n \"type_label\": \"Page\"\n },\n \"type\": \"nav_menu_item\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2018-05-08 06:42:44\"\n }\n}','','','trash','closed','closed','','a2b19125-b8cb-4f90-a67c-57932a00b9a4','','','2018-05-08 06:42:54','2018-05-08 06:42:54','',0,'http://localhost/IA.store/?p=80',0,'customize_changeset','',0),(81,1,'2018-05-08 06:43:33','2018-05-08 06:43:33','','cropped-irr_artifacts_bannerdesign_v11.jpg','','inherit','open','closed','','cropped-irr_artifacts_bannerdesign_v11-jpg','','','2018-05-08 06:43:33','2018-05-08 06:43:33','',0,'http://localhost/IA.store/wp-content/uploads/2018/05/cropped-irr_artifacts_bannerdesign_v11.jpg',0,'attachment','image/jpeg',0),(82,1,'2018-05-08 06:44:20','2018-05-08 06:44:20','{\n \"storefront::header_image\": {\n \"value\": \"remove-header\",\n \"type\": \"theme_mod\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2018-05-08 06:44:20\"\n },\n \"storefront::header_image_data\": {\n \"value\": \"remove-header\",\n \"type\": \"theme_mod\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2018-05-08 06:44:20\"\n },\n \"storefront::background_image\": {\n \"value\": \"\",\n \"type\": \"theme_mod\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2018-05-08 06:44:20\"\n }\n}','','','trash','closed','closed','','ce7140e6-8a75-41ab-8733-6e99baab8be2','','','2018-05-08 06:44:20','2018-05-08 06:44:20','',0,'http://localhost/IA.store/?p=82',0,'customize_changeset','',0),(84,1,'2018-05-08 07:08:46','2018-05-08 07:08:46','\n <img src=\"http://www.irreplaceableartifacts.com/IA.store/wp-content/uploads/2018/05/irr_artifacts_bannerdesign_v11.jpg\" alt=\"irr_artifacts_bannerdesign_v11\" itemprop=\"image\" height=\"400\" width=\"1200\" />\n <h1 style=\"text-align: center;\"><strong>WELCOME TO IRREPLACEABLE ARTIFACTS™ AT DEMOLITION DEPOT</strong></h1>\n<p>Demolition Depot is a unique source of vintage plumbing fixtures, doors, windows, shutters, railings, gates, grills, mantels, stone and terracotta pieces, religious objects and so much more. Our fixtures are geared towards the re-creation and renovation of period places.</p>\n<p>Preserving our architectural history has led us to reclaim building elements at an unprecedented scale. We have rescued beautifully crafted pieces certain to enhance the style of all new residential and commercial building, restoration, and decorating projects.</p>\n <h2><strong>Irreplaceable Artifacts™ features the finest in architectural ornament.</strong></h2>\n<p>To see one of the most extensive architectural reclamation operations in the world, visit our outlet in upper Manhattan, or our showroom in Middletown, CT.</p>\n<p>If you have any building or demolishing projects coming up, give us a call. Our team of experts will guide you through the buying and selling of every type of artifact.</p>\n <a href=\"http://www.demolitiondepot.com/vo/demo/inv/\" target=\"_blank\" role=\"button\">\n VIEW INVENTORY\n </a>\n ','Home','','inherit','closed','closed','','62-revision-v1','','','2018-05-08 07:08:46','2018-05-08 07:08:46','',62,'http://localhost/IA.store/2018/05/08/62-revision-v1/',0,'revision','',0),(85,1,'2018-05-08 07:22:10','2018-05-08 07:22:10','\n <h1><strong>SERVICES</strong></h1>\n<p><strong>Personal Consultation</strong></p>\n<p>Running this business has meant that we\'ve needed to become experts about how to re-use our pieces. Many can just be displayed as art, which they are, but it is also interesting to try to integrate an artifact into new construction or restoration. Our experience in doing just that can save you time and energy if you bring us your projects early on so that we can help you find pieces that will complement your ideas. Many architectural elements also lend themselves to being re-used in a totally different context; a column capital as a table base, grilles incorporated into folding doors or a window frame made into a mirror. These are just a few of the ideas that we\'ve come up with and can share with you. You can see some examples in our book \"Irreplaceable Artifacts: Decorating the Home with Architectural Ornament\".</p>\n<p><strong>Retrofitting and Restoration</strong></p>\n<p>Over the years we have assembled a list of trades\' people who are skilled at restoring, modifying or installing the many unique pieces that we sell. Whether it is an entire paneled room, a fireplace, stained glass or vintage plumbing, we have worked with the best in the field. Please ask us for recommendations and suggestions.</p>\n<p><strong>Acquisitions and Reclamations</strong></p>\n<p>Since our beginning over 35 years ago we have held fast and steady to our principles: being committed to saving what we can in this world from senseless destruction and from the landfill. Whether demolition is senseless, controversial, needed or elective, we have no control over these decisions. However, we have a long established track record of saving the best of a building and giving the pieces a new life for future generations to enjoy. Since that was the original intent of architectural ornament we have played a major part in raising the public\'s awareness of architectural ornament and making preservation a household word.</p>\n<p>Additionally, many of our pieces have found new homes in various museums around the world including thousands of fine residences and commercial establishments.</p>\n<p><strong>Dismantling Services</strong></p>\n<p>If you intend to save some or all of the ornament from a building(s) and need it professionally removed, we can do it for you: from a paneled room, to a marble fireplace to a built-in mosaic.</p>\n<p>Since our success depends on a wide variety of skills and experience saving pieces from old buildings that we dismantle, undoubtedly the success is heavily attributed to our extraction expertise. More often than we would like, we are placed under tight deadlines in construction schedules. As of this printing the McCutcheon House is a prime example of having to perform “The Impossible”, we are able to dispatch a team on a moment’s notice to do all levels of work.</p>\n<p>If you intend to save some or all of the ornament from a building(s) and need it professionally removed, we can do it for you: from a paneled room, to a marble fireplace to a built-in mosaic.</p>\n<p>Since our success depends on a wide variety of skills and experience saving pieces from old buildings that we dismantle, undoubtedly the success is heavily attributed to our extraction expertise. More often than we would like, we are placed under tight deadlines in construction schedules. As of this printing the McCutcheon House is a prime example of having to perform \"The Impossible\", we are able to dispatch a team on a moment\'s notice to do all levels of work.</p>\n<p>We had only 3½ days to get everything out of this house including saving some pieces for the owners.</p>\n<p>Some of our work for others in the past includes The New York City Landmarks Preservation Commission, NY State Dormitory Authority, NYC Department of Parks and Recreation, Bear Stearns, Turner Construction, HRH Construction, Hartz Mountain Industries, and many private individuals. .... pic of house in CT</p>\n<p><strong>Sales & Liquidations & Deaccessions</strong></p>\n<p>Many times—over the years—we have been commissioned to liquidate and sell either collections or complete building contents. For example: a church, a hotel, or another institution is about to undergo a major renovation or demolition, and we are called in to maximize the value of an asset normally intended for the landfill. Why spend money throwing out materials that can be re-cycled and re-used?</p>\n<p>Another part of our service is arranging to channel materials to various non-profits for a tax credit for the donation. Whether you are an owner\'s representative, architect, interior designer or another trade you can be a hero for yourself, your client, and the environment by turning them on to us for a free evaluation of their properties.</p>\n<p><strong>Replications and Reproductions</strong></p>\n<p>We took the initiative many years ago to collect numerous great old and original lights that were made as long as over 100 years ago and to authentically replicate them. If you have an entryway that is missing one or all of the lights we can replicate almost anything.</p>\n<p>We have assembled a nice collection of originals that we sell and have copies of. This way the best result is achieved every time one passes by. Great entry lights always define and set the mood for the rest of the building or house and maintaining the first impression when one sees a structure is vitally important. We invite you to browse the web site to see a fuller representation of what our collection has to offer. You are also invited to email us photos of your building and we can send you back some recommendations that we feel are suitable. If you are going for Landmark approvals on historic buildings you can be assured that our pieces always pass the scrutiny of any Board or Panel and we are \"the preferred source\".</p>\n','Service','','inherit','closed','closed','','49-revision-v1','','','2018-05-08 07:22:10','2018-05-08 07:22:10','',49,'http://localhost/IA.store/2018/05/08/49-revision-v1/',0,'revision','',0),(86,1,'2018-05-08 07:33:17','2018-05-08 07:33:17','','MCTnew_1282927683_8','','inherit','open','closed','','mctnew_1282927683_8','','','2018-05-08 07:33:17','2018-05-08 07:33:17','',51,'http://localhost/IA.store/wp-content/uploads/2018/05/MCTnew_1282927683_8.jpg',0,'attachment','image/jpeg',0),(87,1,'2018-05-08 07:33:20','2018-05-08 07:33:20','','DD_IA_new_1297358359_8','','inherit','open','closed','','dd_ia_new_1297358359_8','','','2018-05-08 07:33:20','2018-05-08 07:33:20','',51,'http://localhost/IA.store/wp-content/uploads/2018/05/DD_IA_new_1297358359_8.jpg',0,'attachment','image/jpeg',0),(88,1,'2018-05-08 07:48:16','2018-05-08 07:48:16','\n <img src=\"http://www.irreplaceableartifacts.com/IA.store/wp-content/uploads/2018/05/MCTnew_1282927683_8-300x242.jpg\" alt=\"MCTnew_1282927683_8\" itemprop=\"image\" height=\"242\" width=\"300\" />\n <h1 style=\"text-align: center; font-size: 20px; font-weight: 600;\">Irreplaceable Artifacts™</h1>\n<p style=\"text-align: center;\">428 Main Street<br />\nMiddletown, CT 06457<br />\nTel: 860-344-8576<br />\nFax: 860-638-0834<br />\ninfo@irreplaceableartifacts.com</p>\n <meta itemprop=\"name\" content=\"Irreplaceable Artifacts\" />\n <link itemprop=\"dayOfWeek\" href=\"http://schema.org/Monday\" />Monday \n by appointment or by chance \n <link itemprop=\"dayOfWeek\" href=\"http://schema.org/Tuesday\" />Tuesday \n by appointment or by chance \n <link itemprop=\"dayOfWeek\" href=\"http://schema.org/Wednesday\" />Wednesday \n by appointment or by chance \n <link itemprop=\"dayOfWeek\" href=\"http://schema.org/Thursday\" />Thursday \n by appointment or by chance \n <link itemprop=\"dayOfWeek\" href=\"http://schema.org/Friday\" />Friday \n by appointment or by chance \n <link itemprop=\"dayOfWeek\" href=\"http://schema.org/Saturday\" />Saturday \n <time itemprop=\"opens\" content=\"11:00 AM\">11:00 AM</time> - <time itemprop=\"closes\" content=\"5:00 PM\">5:00 PM</time> \n <link itemprop=\"dayOfWeek\" href=\"http://schema.org/Sunday\" />Sunday \n by appointment or by chance \n <iframe style=\"width:100%;height:100%;\" frameborder=\"0\" scrolling=\"no\" marginheight=\"0\" marginwidth=\"0\" src=\"https://maps.google.com/maps?f=q&source=s_q&q=Irreplaceable%20Artifacts%20428%20Main%20Street%2C%20Middletown%2C%20CT&aq=0&ie=UTF8&t=m&z=15&iwloc=A&output=embed\"></iframe>\n <img src=\"http://www.irreplaceableartifacts.com/IA.store/wp-content/uploads/2018/05/DD_IA_new_1297358359_8-300x252.jpg\" alt=\"DD_IA_new_1297358359_8\" itemprop=\"image\" height=\"252\" width=\"300\" />\n <h1 style=\"text-align: center;font-size: 20px;font-weight:600;\">The Demolition Depot & Irreplaceable Artifacts™</h1>\n<p style=\"text-align: center;\">216 East 125th Street<br />\n(between 2nd & 3rd Avenues)<br />\nNew York, NY 10035-1738<br />\nTel: 212-777-2900<br />\nFax: 212-860-1560<br />\ninfo@demolitiondepot.com</p>\n <meta itemprop=\"name\" content=\"Irreplaceable Artifacts\" />\n <link itemprop=\"dayOfWeek\" href=\"http://schema.org/Monday\" />Monday \n <time itemprop=\"opens\" content=\"10:00 AM\">10:00 AM</time> - <time itemprop=\"closes\" content=\"6:00 PM\">6:00 PM</time> \n <link itemprop=\"dayOfWeek\" href=\"http://schema.org/Tuesday\" />Tuesday \n <time itemprop=\"opens\" content=\"10:00 AM\">10:00 AM</time> - <time itemprop=\"closes\" content=\"6:00 PM\">6:00 PM</time> \n <link itemprop=\"dayOfWeek\" href=\"http://schema.org/Wednesday\" />Wednesday \n <time itemprop=\"opens\" content=\"10:00 AM\">10:00 AM</time> - <time itemprop=\"closes\" content=\"6:00 PM\">6:00 PM</time> \n <link itemprop=\"dayOfWeek\" href=\"http://schema.org/Thursday\" />Thursday \n <time itemprop=\"opens\" content=\"10:00 AM\">10:00 AM</time> - <time itemprop=\"closes\" content=\"6:00 PM\">6:00 PM</time> \n <link itemprop=\"dayOfWeek\" href=\"http://schema.org/Friday\" />Friday \n <time itemprop=\"opens\" content=\"10:00 AM\">10:00 AM</time> - <time itemprop=\"closes\" content=\"6:00 PM\">6:00 PM</time> \n <link itemprop=\"dayOfWeek\" href=\"http://schema.org/Saturday\" />Saturday \n <time itemprop=\"opens\" content=\"11:00 AM\">11:00 AM</time> - <time itemprop=\"closes\" content=\"6:00 PM\">6:00 PM</time> \n <link itemprop=\"dayOfWeek\" href=\"http://schema.org/Sunday\" />Sunday \n by appointment or by chance \n <iframe style=\"width:100%;height:100%;\" frameborder=\"0\" scrolling=\"no\" marginheight=\"0\" marginwidth=\"0\" src=\"https://maps.google.com/maps?f=q&source=s_q&q=Demolition%20Depot%2C%20216%20East%20125th%20Street%2C%20New%20York%2C%20NY&aq=0&ie=UTF8&t=m&z=15&iwloc=A&output=embed\"></iframe>\n <p style=\"text-align: center;\">If you are looking to sell or consign an item please send pictures and measurements to acquisitions@demolitiondepot.com</p>\n','Location','','inherit','closed','closed','','51-revision-v1','','','2018-05-08 07:48:16','2018-05-08 07:48:16','',51,'http://localhost/IA.store/2018/05/08/51-revision-v1/',0,'revision','',0),(89,1,'2018-05-08 07:49:29','2018-05-08 07:49:29','\n <p>Contact Form</p>\n','Contact','','inherit','closed','closed','','47-revision-v1','','','2018-05-08 07:49:29','2018-05-08 07:49:29','',47,'http://localhost/IA.store/2018/05/08/47-revision-v1/',0,'revision','',0),(90,1,'2018-05-08 07:51:40','2018-05-08 07:51:40','','Shop','','inherit','closed','closed','','29-revision-v1','','','2018-05-08 07:51:40','2018-05-08 07:51:40','',29,'http://localhost/IA.store/2018/05/08/29-revision-v1/',0,'revision','',0),(91,1,'2018-05-08 07:54:06','2018-05-08 07:54:06','{\n \"custom_css[storefront]\": {\n \"value\": \".woocommerce-products-header {display:none;}\",\n \"type\": \"custom_css\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2018-05-08 07:54:06\"\n }\n}','','','trash','closed','closed','','f18150ae-f497-4dc1-a19c-00b4c2ff11e2','','','2018-05-08 07:54:06','2018-05-08 07:54:06','',0,'http://localhost/IA.store/2018/05/08/f18150ae-f497-4dc1-a19c-00b4c2ff11e2/',0,'customize_changeset','',0),(92,1,'2018-05-08 07:54:06','2018-05-08 07:54:06','\n/*SHOP CSS ONLY*/\n .woocommerce-products-header {display:none;}\n\n.storefront-sorting {float:right;}\n\n.site-info {display:none;}\n\n.entry-header {display:none;}\n\n.woocommerce-breadcrumb {margin-bottom: 25px;}\n\n.site-header-cart.menu .amount {display: none;}\n\n.site-header-cart.menu .count {display: none;}','storefront','','publish','closed','closed','','storefront','','','2018-05-08 08:33:40','2018-05-08 08:33:40','',0,'http://localhost/IA.store/2018/05/08/storefront/',0,'custom_css','',0),(93,1,'2018-05-08 07:54:06','2018-05-08 07:54:06','.woocommerce-products-header {display:none;}','storefront','','inherit','closed','closed','','92-revision-v1','','','2018-05-08 07:54:06','2018-05-08 07:54:06','',92,'http://localhost/IA.store/2018/05/08/92-revision-v1/',0,'revision','',0),(94,1,'2018-05-08 07:55:26','2018-05-08 07:55:26','{\n \"custom_css[storefront]\": {\n \"value\": \"\\n/*SHOP CSS ONLY*/\\n * .woocommerce-products-header {display:none;}\\n\\n.storefront-sorting {float:right;}\",\n \"type\": \"custom_css\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2018-05-08 07:55:26\"\n }\n}','','','trash','closed','closed','','0e38d25c-c5b3-4922-b4f5-4e7f95ed6f11','','','2018-05-08 07:55:26','2018-05-08 07:55:26','',0,'http://localhost/IA.store/?p=94',0,'customize_changeset','',0),(95,1,'2018-05-08 07:55:26','2018-05-08 07:55:26','\n/*SHOP CSS ONLY*/\n * .woocommerce-products-header {display:none;}\n\n.storefront-sorting {float:right;}','storefront','','inherit','closed','closed','','92-revision-v1','','','2018-05-08 07:55:26','2018-05-08 07:55:26','',92,'http://localhost/IA.store/2018/05/08/92-revision-v1/',0,'revision','',0),(96,1,'2018-05-08 08:09:09','2018-05-08 08:09:09','{\n \"custom_css[storefront]\": {\n \"value\": \"\\n/*SHOP CSS ONLY*/\\n .woocommerce-products-header {display:none;}\\n\\n.storefront-sorting {float:right;}\\n\\n.site-info {display:none;}\\n\\n.entry-header {display:none;}\\n\\n.woocommerce-breadcrumb {margin-bottom: 25px;}\",\n \"type\": \"custom_css\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2018-05-08 08:09:09\"\n }\n}','','','trash','closed','closed','','5b2f1b8d-52bc-4107-9fb6-16c7dbe99092','','','2018-05-08 08:09:09','2018-05-08 08:09:09','',0,'http://localhost/IA.store/2018/05/08/5b2f1b8d-52bc-4107-9fb6-16c7dbe99092/',0,'customize_changeset','',0),(97,1,'2018-05-08 08:09:09','2018-05-08 08:09:09','\n/*SHOP CSS ONLY*/\n .woocommerce-products-header {display:none;}\n\n.storefront-sorting {float:right;}\n\n.site-info {display:none;}\n\n.entry-header {display:none;}\n\n.woocommerce-breadcrumb {margin-bottom: 25px;}','storefront','','inherit','closed','closed','','92-revision-v1','','','2018-05-08 08:09:09','2018-05-08 08:09:09','',92,'http://localhost/IA.store/2018/05/08/92-revision-v1/',0,'revision','',0),(98,1,'2018-05-08 08:16:47','2018-05-08 08:16:47','','Fireplace Mantel 3','','trash','closed','closed','','__trashed','','','2018-05-08 08:16:47','2018-05-08 08:16:47','',0,'http://localhost/IA.store/?post_type=product&p=98',0,'product','',0),(99,1,'2018-05-08 08:16:20','0000-00-00 00:00:00','','AUTO-DRAFT','','auto-draft','closed','closed','','','','','2018-05-08 08:16:20','0000-00-00 00:00:00','',0,'http://localhost/IA.store/?post_type=product&p=99',0,'product','',0),(100,1,'2018-05-08 08:16:54','2018-05-08 08:16:54','C. 1840 Portoro and black marble mantel having engaged pilaster jambs and beautiful cast iron summer front with image of a paneled room with English style pointed arch leaded glass windows and meander design.\r\n\r\nDimesnion: 68(W) 49(H) 10(D)\r\n\r\nOpening: 35.75(W) 33.5(H)\r\n\r\n \r\n\r\n \r\n\r\n<a href=\"http://www.demolitiondepot.com/vo/demo/inv/detail.asp?ID=102167\" target=\"_blank\" rel=\"noopener\">http://www.demolitiondepot.com/vo/demo/inv/detail.asp?ID=102167</a>','Fireplace Mantel 102167 - 3','C. 1840 Portoro and black marble mantel having engaged pilaster jambs and beautiful cast iron summer front ...','publish','closed','closed','','fireplace-mantel-102167-3','','','2018-05-08 08:17:17','2018-05-08 08:17:17','',0,'http://localhost/IA.store/?post_type=product&p=100',0,'product','',0),(101,1,'2018-05-08 08:33:39','2018-05-08 08:33:39','{\n \"custom_css[storefront]\": {\n \"value\": \"\\n/*SHOP CSS ONLY*/\\n .woocommerce-products-header {display:none;}\\n\\n.storefront-sorting {float:right;}\\n\\n.site-info {display:none;}\\n\\n.entry-header {display:none;}\\n\\n.woocommerce-breadcrumb {margin-bottom: 25px;}\\n\\n.site-header-cart.menu .amount {display: none;}\\n\\n.site-header-cart.menu .count {display: none;}\",\n \"type\": \"custom_css\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2018-05-08 08:33:39\"\n }\n}','','','trash','closed','closed','','c02c0f27-5f60-493d-9124-d2aa5f4a74cd','','','2018-05-08 08:33:39','2018-05-08 08:33:39','',0,'http://localhost/IA.store/2018/05/08/c02c0f27-5f60-493d-9124-d2aa5f4a74cd/',0,'customize_changeset','',0),(102,1,'2018-05-08 08:33:40','2018-05-08 08:33:40','\n/*SHOP CSS ONLY*/\n .woocommerce-products-header {display:none;}\n\n.storefront-sorting {float:right;}\n\n.site-info {display:none;}\n\n.entry-header {display:none;}\n\n.woocommerce-breadcrumb {margin-bottom: 25px;}\n\n.site-header-cart.menu .amount {display: none;}\n\n.site-header-cart.menu .count {display: none;}','storefront','','inherit','closed','closed','','92-revision-v1','','','2018-05-08 08:33:40','2018-05-08 08:33:40','',92,'http://localhost/IA.store/2018/05/08/92-revision-v1/',0,'revision','',0),(103,1,'2018-05-08 08:37:37','2018-05-08 08:37:37',' ','','','publish','closed','closed','','103','','','2018-05-08 08:37:37','2018-05-08 08:37:37','',0,'http://localhost/IA.store/?p=103',1,'nav_menu_item','',0),(104,1,'2018-05-08 08:53:08','2018-05-08 08:53:08','\n [ninja_form id=1]\n','Contact','','inherit','closed','closed','','47-revision-v1','','','2018-05-08 08:53:08','2018-05-08 08:53:08','',47,'http://localhost/IA.store/2018/05/08/47-revision-v1/',0,'revision','',0); /*!40000 ALTER TABLE `wp_posts` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_term_relationships` -- DROP TABLE IF EXISTS `wp_term_relationships`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_term_relationships` ( `object_id` bigint(20) unsigned NOT NULL DEFAULT '0', `term_taxonomy_id` bigint(20) unsigned NOT NULL DEFAULT '0', `term_order` int(11) NOT NULL DEFAULT '0', PRIMARY KEY (`object_id`,`term_taxonomy_id`), KEY `term_taxonomy_id` (`term_taxonomy_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_term_relationships` -- LOCK TABLES `wp_term_relationships` WRITE; /*!40000 ALTER TABLE `wp_term_relationships` DISABLE KEYS */; INSERT INTO `wp_term_relationships` VALUES (1,1,0),(27,2,0),(27,13,0),(27,14,0),(27,15,0),(46,18,0),(53,2,0),(53,13,0),(53,14,0),(53,15,0),(54,2,0),(54,13,0),(54,14,0),(54,15,0),(76,18,0),(77,18,0),(78,18,0),(100,2,0),(100,13,0),(100,14,0),(100,15,0),(103,18,0); /*!40000 ALTER TABLE `wp_term_relationships` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_term_taxonomy` -- DROP TABLE IF EXISTS `wp_term_taxonomy`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_term_taxonomy` ( `term_taxonomy_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `term_id` bigint(20) unsigned NOT NULL DEFAULT '0', `taxonomy` varchar(32) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `description` longtext COLLATE utf8mb4_unicode_ci NOT NULL, `parent` bigint(20) unsigned NOT NULL DEFAULT '0', `count` bigint(20) NOT NULL DEFAULT '0', PRIMARY KEY (`term_taxonomy_id`), UNIQUE KEY `term_id_taxonomy` (`term_id`,`taxonomy`), KEY `taxonomy` (`taxonomy`) ) ENGINE=InnoDB AUTO_INCREMENT=20 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_term_taxonomy` -- LOCK TABLES `wp_term_taxonomy` WRITE; /*!40000 ALTER TABLE `wp_term_taxonomy` DISABLE KEYS */; INSERT INTO `wp_term_taxonomy` VALUES (1,1,'category','',0,1),(2,2,'product_type','',0,4),(3,3,'product_type','',0,0),(4,4,'product_type','',0,0),(5,5,'product_type','',0,0),(6,6,'product_visibility','',0,0),(7,7,'product_visibility','',0,0),(8,8,'product_visibility','',0,0),(9,9,'product_visibility','',0,0),(10,10,'product_visibility','',0,0),(11,11,'product_visibility','',0,0),(12,12,'product_visibility','',0,0),(13,13,'product_cat','',0,4),(14,14,'product_tag','',0,4),(15,15,'product_tag','',0,4),(16,16,'product_visibility','',0,0),(17,17,'product_visibility','',0,0),(18,18,'nav_menu','',0,5),(19,19,'product_cat','',0,0); /*!40000 ALTER TABLE `wp_term_taxonomy` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_termmeta` -- DROP TABLE IF EXISTS `wp_termmeta`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_termmeta` ( `meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `term_id` bigint(20) unsigned NOT NULL DEFAULT '0', `meta_key` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `meta_value` longtext COLLATE utf8mb4_unicode_ci, PRIMARY KEY (`meta_id`), KEY `term_id` (`term_id`), KEY `meta_key` (`meta_key`(191)) ) ENGINE=InnoDB AUTO_INCREMENT=6 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_termmeta` -- LOCK TABLES `wp_termmeta` WRITE; /*!40000 ALTER TABLE `wp_termmeta` DISABLE KEYS */; INSERT INTO `wp_termmeta` VALUES (1,13,'order','0'),(2,13,'product_count_product_cat','4'),(3,14,'product_count_product_tag','4'),(4,15,'product_count_product_tag','4'),(5,19,'product_count_product_cat','0'); /*!40000 ALTER TABLE `wp_termmeta` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_terms` -- DROP TABLE IF EXISTS `wp_terms`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_terms` ( `term_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `name` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `slug` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `term_group` bigint(10) NOT NULL DEFAULT '0', PRIMARY KEY (`term_id`), KEY `slug` (`slug`(191)), KEY `name` (`name`(191)) ) ENGINE=InnoDB AUTO_INCREMENT=20 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_terms` -- LOCK TABLES `wp_terms` WRITE; /*!40000 ALTER TABLE `wp_terms` DISABLE KEYS */; INSERT INTO `wp_terms` VALUES (1,'Uncategorized','uncategorized',0),(2,'simple','simple',0),(3,'grouped','grouped',0),(4,'variable','variable',0),(5,'external','external',0),(6,'exclude-from-search','exclude-from-search',0),(7,'exclude-from-catalog','exclude-from-catalog',0),(8,'featured','featured',0),(9,'outofstock','outofstock',0),(10,'rated-1','rated-1',0),(11,'rated-2','rated-2',0),(12,'rated-3','rated-3',0),(13,'Fireplace Mantels','fireplace-mantels',0),(14,'marbel','marbel',0),(15,'fireplace','fireplace',0),(16,'rated-4','rated-4',0),(17,'rated-5','rated-5',0),(18,'Main','main',0),(19,'Uncategorized','uncategorized',0); /*!40000 ALTER TABLE `wp_terms` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_usermeta` -- DROP TABLE IF EXISTS `wp_usermeta`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_usermeta` ( `umeta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `user_id` bigint(20) unsigned NOT NULL DEFAULT '0', `meta_key` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `meta_value` longtext COLLATE utf8mb4_unicode_ci, PRIMARY KEY (`umeta_id`), KEY `user_id` (`user_id`), KEY `meta_key` (`meta_key`(191)) ) ENGINE=InnoDB AUTO_INCREMENT=34 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_usermeta` -- LOCK TABLES `wp_usermeta` WRITE; /*!40000 ALTER TABLE `wp_usermeta` DISABLE KEYS */; INSERT INTO `wp_usermeta` VALUES (1,1,'nickname','admin'),(2,1,'first_name',''),(3,1,'last_name',''),(4,1,'description',''),(5,1,'rich_editing','true'),(6,1,'syntax_highlighting','true'),(7,1,'comment_shortcuts','false'),(8,1,'admin_color','fresh'),(9,1,'use_ssl','0'),(10,1,'show_admin_bar_front','true'),(11,1,'locale',''),(12,1,'wp_capabilities','a:1:{s:13:\"administrator\";b:1;}'),(13,1,'wp_user_level','10'),(14,1,'dismissed_wp_pointers','theme_editor_notice'),(15,1,'show_welcome_panel','0'),(17,1,'wp_dashboard_quick_press_last_post_id','64'),(18,1,'community-events-location','a:1:{s:2:\"ip\";s:12:\"116.109.37.0\";}'),(19,1,'_woocommerce_persistent_cart_1','a:1:{s:4:\"cart\";a:1:{s:32:\"f899139df5e1059396431415e770c6dd\";a:10:{s:3:\"key\";s:32:\"f899139df5e1059396431415e770c6dd\";s:10:\"product_id\";i:100;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:7500;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:7500;s:8:\"line_tax\";i:0;}}}'),(20,1,'jetpack_tracks_anon_id','jetpack:ub4Ik2gXrgh4LZyAmaQNS3te'),(21,1,'wp_user-settings','libraryContent=browse&hidetb=1&editor=html'),(22,1,'wp_user-settings-time','1525765867'),(23,1,'dismissed_update_notice','1'),(24,1,'_fl_builder_launched','1'),(25,1,'wp_yoast_notifications','a:3:{i:0;a:2:{s:7:\"message\";s:315:\"The configuration wizard helps you to easily configure your site to have the optimal SEO settings.<br/>We have detected that you have not finished this wizard yet, so we recommend you to <a href=\"http://localhost/IA.store/wp-admin/?page=wpseo_configurator\">start the configuration wizard to configure Yoast SEO</a>.\";s:7:\"options\";a:8:{s:4:\"type\";s:7:\"warning\";s:2:\"id\";s:31:\"wpseo-dismiss-onboarding-notice\";s:5:\"nonce\";s:10:\"c89135b4c7\";s:8:\"priority\";d:0.80000000000000004;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\";}}i:1;a:2:{s:7:\"message\";s:414:\"Yoast SEO and WooCommerce can work together a lot better by adding a helper plugin. Please install Yoast WooCommerce SEO to make your life better. <a href=\"https://yoa.st/1o0?php_version=5.6.34&platform=wordpress&platform_version=4.9.5&software=free&software_version=7.4.2&role=administrator\" aria-label=\"More information about Yoast WooCommerce SEO\" target=\"_blank\" rel=\"noopener noreferrer\">More information</a>.\";s:7:\"options\";a:8:{s:4:\"type\";s:7:\"warning\";s:2:\"id\";s:44:\"wpseo-suggested-plugin-yoast-woocommerce-seo\";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\";}}i:2;a:2:{s:7:\"message\";s:189:\"Don\'t miss your crawl errors: <a href=\"http://www.irreplaceableartifacts.com/IA.store/wp-admin/admin.php?page=wpseo_search_console&tab=settings\">connect with Google Search Console here</a>.\";s:7:\"options\";a:8:{s:4:\"type\";s:7:\"warning\";s:2:\"id\";s:17:\"wpseo-dismiss-gsc\";s:5:\"nonce\";N;s:8:\"priority\";d:0.5;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\";}}}'),(26,1,'nav_menu_recently_edited','18'),(27,1,'managenav-menuscolumnshidden','a:0:{}'),(28,1,'metaboxhidden_nav-menus','a:4:{i:0;s:21:\"add-post-type-product\";i:1;s:12:\"add-post_tag\";i:2;s:15:\"add-product_cat\";i:3;s:15:\"add-product_tag\";}'),(29,1,'fl_builder_user_settings','a:3:{s:4:\"skin\";s:5:\"light\";s:8:\"lightbox\";a:4:{s:5:\"width\";s:3:\"644\";s:6:\"height\";s:3:\"630\";s:3:\"top\";s:5:\"158px\";s:4:\"left\";s:5:\"111px\";}s:6:\"pinned\";a:2:{s:5:\"width\";s:3:\"380\";s:8:\"position\";s:0:\"\";}}'),(30,1,'session_tokens','a:4:{s:64:\"55d09bee2b3aff18ff1fb5e322a7e377b0cadf4d212557b7a07c039850f729a5\";a:4:{s:10:\"expiration\";i:1526976191;s:2:\"ip\";s:3:\"::1\";s:2:\"ua\";s:115:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.139 Safari/537.36\";s:5:\"login\";i:1525766591;}s:64:\"185a4053651847afa62e0927b4e36160dccec9d8a557c8d1d9aee7b9e86a46d5\";a:4:{s:10:\"expiration\";i:1525957144;s:2:\"ip\";s:14:\"116.109.37.113\";s:2:\"ua\";s:144:\"Mozilla/5.0 (iPhone; CPU iPhone OS 11_3_1 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) CriOS/66.0.3359.122 Mobile/15E302 Safari/604.1\";s:5:\"login\";i:1525784344;}s:64:\"efe6a2bf6836194d86a81e79494eec397cac3c7fbeda12e0ac8207b1639d9d4b\";a:4:{s:10:\"expiration\";i:1525957157;s:2:\"ip\";s:14:\"116.109.37.113\";s:2:\"ua\";s:144:\"Mozilla/5.0 (iPhone; CPU iPhone OS 11_3_1 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) CriOS/66.0.3359.122 Mobile/15E302 Safari/604.1\";s:5:\"login\";i:1525784357;}s:64:\"28ab900364eb7cb6c82c970587ccf94b451abed9475c8dd43b9262e0f3617b4c\";a:4:{s:10:\"expiration\";i:1525994454;s:2:\"ip\";s:14:\"116.109.37.113\";s:2:\"ua\";s:115:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.139 Safari/537.36\";s:5:\"login\";i:1525821654;}}'); /*!40000 ALTER TABLE `wp_usermeta` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_users` -- DROP TABLE IF EXISTS `wp_users`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_users` ( `ID` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `user_login` varchar(60) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `user_pass` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `user_nicename` varchar(50) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `user_email` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `user_url` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `user_registered` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `user_activation_key` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `user_status` int(11) NOT NULL DEFAULT '0', `display_name` varchar(250) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', PRIMARY KEY (`ID`), KEY `user_login_key` (`user_login`), KEY `user_nicename` (`user_nicename`), KEY `user_email` (`user_email`) ) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_users` -- LOCK TABLES `wp_users` WRITE; /*!40000 ALTER TABLE `wp_users` DISABLE KEYS */; INSERT INTO `wp_users` VALUES (1,'admin','$P$BQ4TwcOaLGTI9ccNrbmeKC.UYSpvj0/','admin','demolitiondepot.nyc@gmail.com','','2018-02-06 03:25:59','',0,'admin'); /*!40000 ALTER TABLE `wp_users` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_wc_download_log` -- DROP TABLE IF EXISTS `wp_wc_download_log`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_wc_download_log` ( `download_log_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `timestamp` datetime NOT NULL, `permission_id` bigint(20) unsigned NOT NULL, `user_id` bigint(20) unsigned DEFAULT NULL, `user_ip_address` varchar(100) COLLATE utf8mb4_unicode_ci DEFAULT '', PRIMARY KEY (`download_log_id`), KEY `permission_id` (`permission_id`), KEY `timestamp` (`timestamp`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_wc_download_log` -- LOCK TABLES `wp_wc_download_log` WRITE; /*!40000 ALTER TABLE `wp_wc_download_log` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_wc_download_log` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_wc_webhooks` -- DROP TABLE IF EXISTS `wp_wc_webhooks`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_wc_webhooks` ( `webhook_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `status` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL, `name` text COLLATE utf8mb4_unicode_ci NOT NULL, `user_id` bigint(20) unsigned NOT NULL, `delivery_url` text COLLATE utf8mb4_unicode_ci NOT NULL, `secret` text COLLATE utf8mb4_unicode_ci NOT NULL, `topic` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL, `date_created` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `date_created_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `date_modified` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `date_modified_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `api_version` smallint(4) NOT NULL, `failure_count` smallint(10) NOT NULL DEFAULT '0', `pending_delivery` tinyint(1) NOT NULL DEFAULT '0', PRIMARY KEY (`webhook_id`), KEY `user_id` (`user_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_wc_webhooks` -- LOCK TABLES `wp_wc_webhooks` WRITE; /*!40000 ALTER TABLE `wp_wc_webhooks` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_wc_webhooks` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_woocommerce_api_keys` -- DROP TABLE IF EXISTS `wp_woocommerce_api_keys`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_woocommerce_api_keys` ( `key_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `user_id` bigint(20) unsigned NOT NULL, `description` varchar(200) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `permissions` varchar(10) COLLATE utf8mb4_unicode_ci NOT NULL, `consumer_key` char(64) COLLATE utf8mb4_unicode_ci NOT NULL, `consumer_secret` char(43) COLLATE utf8mb4_unicode_ci NOT NULL, `nonces` longtext COLLATE utf8mb4_unicode_ci, `truncated_key` char(7) COLLATE utf8mb4_unicode_ci NOT NULL, `last_access` datetime DEFAULT NULL, PRIMARY KEY (`key_id`), KEY `consumer_key` (`consumer_key`), KEY `consumer_secret` (`consumer_secret`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_woocommerce_api_keys` -- LOCK TABLES `wp_woocommerce_api_keys` WRITE; /*!40000 ALTER TABLE `wp_woocommerce_api_keys` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_woocommerce_api_keys` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_woocommerce_attribute_taxonomies` -- DROP TABLE IF EXISTS `wp_woocommerce_attribute_taxonomies`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_woocommerce_attribute_taxonomies` ( `attribute_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `attribute_name` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL, `attribute_label` varchar(200) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `attribute_type` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL, `attribute_orderby` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL, `attribute_public` int(1) NOT NULL DEFAULT '1', PRIMARY KEY (`attribute_id`), KEY `attribute_name` (`attribute_name`(20)) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_woocommerce_attribute_taxonomies` -- LOCK TABLES `wp_woocommerce_attribute_taxonomies` WRITE; /*!40000 ALTER TABLE `wp_woocommerce_attribute_taxonomies` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_woocommerce_attribute_taxonomies` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_woocommerce_downloadable_product_permissions` -- DROP TABLE IF EXISTS `wp_woocommerce_downloadable_product_permissions`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_woocommerce_downloadable_product_permissions` ( `permission_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `download_id` varchar(36) COLLATE utf8mb4_unicode_ci NOT NULL, `product_id` bigint(20) unsigned NOT NULL, `order_id` bigint(20) unsigned NOT NULL DEFAULT '0', `order_key` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL, `user_email` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL, `user_id` bigint(20) unsigned DEFAULT NULL, `downloads_remaining` varchar(9) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `access_granted` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `access_expires` datetime DEFAULT NULL, `download_count` bigint(20) unsigned NOT NULL DEFAULT '0', PRIMARY KEY (`permission_id`), KEY `download_order_key_product` (`product_id`,`order_id`,`order_key`(16),`download_id`), KEY `download_order_product` (`download_id`,`order_id`,`product_id`), KEY `order_id` (`order_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_woocommerce_downloadable_product_permissions` -- LOCK TABLES `wp_woocommerce_downloadable_product_permissions` WRITE; /*!40000 ALTER TABLE `wp_woocommerce_downloadable_product_permissions` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_woocommerce_downloadable_product_permissions` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_woocommerce_log` -- DROP TABLE IF EXISTS `wp_woocommerce_log`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_woocommerce_log` ( `log_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `timestamp` datetime NOT NULL, `level` smallint(4) NOT NULL, `source` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL, `message` longtext COLLATE utf8mb4_unicode_ci NOT NULL, `context` longtext COLLATE utf8mb4_unicode_ci, PRIMARY KEY (`log_id`), KEY `level` (`level`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_woocommerce_log` -- LOCK TABLES `wp_woocommerce_log` WRITE; /*!40000 ALTER TABLE `wp_woocommerce_log` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_woocommerce_log` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_woocommerce_order_itemmeta` -- DROP TABLE IF EXISTS `wp_woocommerce_order_itemmeta`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_woocommerce_order_itemmeta` ( `meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `order_item_id` bigint(20) unsigned NOT NULL, `meta_key` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `meta_value` longtext COLLATE utf8mb4_unicode_ci, PRIMARY KEY (`meta_id`), KEY `order_item_id` (`order_item_id`), KEY `meta_key` (`meta_key`(32)) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_woocommerce_order_itemmeta` -- LOCK TABLES `wp_woocommerce_order_itemmeta` WRITE; /*!40000 ALTER TABLE `wp_woocommerce_order_itemmeta` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_woocommerce_order_itemmeta` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_woocommerce_order_items` -- DROP TABLE IF EXISTS `wp_woocommerce_order_items`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_woocommerce_order_items` ( `order_item_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `order_item_name` text COLLATE utf8mb4_unicode_ci NOT NULL, `order_item_type` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `order_id` bigint(20) unsigned NOT NULL, PRIMARY KEY (`order_item_id`), KEY `order_id` (`order_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_woocommerce_order_items` -- LOCK TABLES `wp_woocommerce_order_items` WRITE; /*!40000 ALTER TABLE `wp_woocommerce_order_items` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_woocommerce_order_items` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_woocommerce_payment_tokenmeta` -- DROP TABLE IF EXISTS `wp_woocommerce_payment_tokenmeta`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_woocommerce_payment_tokenmeta` ( `meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `payment_token_id` bigint(20) unsigned NOT NULL, `meta_key` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `meta_value` longtext COLLATE utf8mb4_unicode_ci, PRIMARY KEY (`meta_id`), KEY `payment_token_id` (`payment_token_id`), KEY `meta_key` (`meta_key`(32)) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_woocommerce_payment_tokenmeta` -- LOCK TABLES `wp_woocommerce_payment_tokenmeta` WRITE; /*!40000 ALTER TABLE `wp_woocommerce_payment_tokenmeta` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_woocommerce_payment_tokenmeta` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_woocommerce_payment_tokens` -- DROP TABLE IF EXISTS `wp_woocommerce_payment_tokens`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_woocommerce_payment_tokens` ( `token_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `gateway_id` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL, `token` text COLLATE utf8mb4_unicode_ci NOT NULL, `user_id` bigint(20) unsigned NOT NULL DEFAULT '0', `type` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL, `is_default` tinyint(1) NOT NULL DEFAULT '0', PRIMARY KEY (`token_id`), KEY `user_id` (`user_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_woocommerce_payment_tokens` -- LOCK TABLES `wp_woocommerce_payment_tokens` WRITE; /*!40000 ALTER TABLE `wp_woocommerce_payment_tokens` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_woocommerce_payment_tokens` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_woocommerce_sessions` -- DROP TABLE IF EXISTS `wp_woocommerce_sessions`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_woocommerce_sessions` ( `session_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `session_key` char(32) COLLATE utf8mb4_unicode_ci NOT NULL, `session_value` longtext COLLATE utf8mb4_unicode_ci NOT NULL, `session_expiry` bigint(20) unsigned NOT NULL, PRIMARY KEY (`session_key`), UNIQUE KEY `session_id` (`session_id`) ) ENGINE=InnoDB AUTO_INCREMENT=14 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_woocommerce_sessions` -- LOCK TABLES `wp_woocommerce_sessions` WRITE; /*!40000 ALTER TABLE `wp_woocommerce_sessions` DISABLE KEYS */; INSERT INTO `wp_woocommerce_sessions` VALUES (13,'1','a:7:{s:8:\"customer\";s:721:\"a:26:{s:2:\"id\";s:1:\"1\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:2:\"NY\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:2:\"NY\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:29:\"demolitiondepot.nyc@gmail.com\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";s:4:\"cart\";s:359:\"a:1:{s:32:\"f899139df5e1059396431415e770c6dd\";a:10:{s:3:\"key\";s:32:\"f899139df5e1059396431415e770c6dd\";s:10:\"product_id\";i:100;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:7500;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:7500;s:8:\"line_tax\";i:0;}}\";s:11:\"cart_totals\";s:411:\"a:15:{s:8:\"subtotal\";s:7:\"7500.00\";s:12:\"subtotal_tax\";d:0;s:14:\"shipping_total\";s:4:\"0.00\";s:12:\"shipping_tax\";d:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";d:0;s:12:\"discount_tax\";d:0;s:19:\"cart_contents_total\";s:7:\"7500.00\";s:17:\"cart_contents_tax\";d:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";s:4:\"0.00\";s:7:\"fee_tax\";d:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";s:7:\"7500.00\";s:9:\"total_tax\";d:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";}',1525941096); /*!40000 ALTER TABLE `wp_woocommerce_sessions` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_woocommerce_shipping_zone_locations` -- DROP TABLE IF EXISTS `wp_woocommerce_shipping_zone_locations`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_woocommerce_shipping_zone_locations` ( `location_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `zone_id` bigint(20) unsigned NOT NULL, `location_code` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL, `location_type` varchar(40) COLLATE utf8mb4_unicode_ci NOT NULL, PRIMARY KEY (`location_id`), KEY `location_id` (`location_id`), KEY `location_type_code` (`location_type`(10),`location_code`(20)) ) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_woocommerce_shipping_zone_locations` -- LOCK TABLES `wp_woocommerce_shipping_zone_locations` WRITE; /*!40000 ALTER TABLE `wp_woocommerce_shipping_zone_locations` DISABLE KEYS */; INSERT INTO `wp_woocommerce_shipping_zone_locations` VALUES (1,1,'US','country'); /*!40000 ALTER TABLE `wp_woocommerce_shipping_zone_locations` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_woocommerce_shipping_zone_methods` -- DROP TABLE IF EXISTS `wp_woocommerce_shipping_zone_methods`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_woocommerce_shipping_zone_methods` ( `zone_id` bigint(20) unsigned NOT NULL, `instance_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `method_id` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL, `method_order` bigint(20) unsigned NOT NULL, `is_enabled` tinyint(1) NOT NULL DEFAULT '1', PRIMARY KEY (`instance_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_woocommerce_shipping_zone_methods` -- LOCK TABLES `wp_woocommerce_shipping_zone_methods` WRITE; /*!40000 ALTER TABLE `wp_woocommerce_shipping_zone_methods` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_woocommerce_shipping_zone_methods` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_woocommerce_shipping_zones` -- DROP TABLE IF EXISTS `wp_woocommerce_shipping_zones`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_woocommerce_shipping_zones` ( `zone_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `zone_name` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL, `zone_order` bigint(20) unsigned NOT NULL, PRIMARY KEY (`zone_id`) ) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_woocommerce_shipping_zones` -- LOCK TABLES `wp_woocommerce_shipping_zones` WRITE; /*!40000 ALTER TABLE `wp_woocommerce_shipping_zones` DISABLE KEYS */; INSERT INTO `wp_woocommerce_shipping_zones` VALUES (1,'United States (US)',0); /*!40000 ALTER TABLE `wp_woocommerce_shipping_zones` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_woocommerce_tax_rate_locations` -- DROP TABLE IF EXISTS `wp_woocommerce_tax_rate_locations`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_woocommerce_tax_rate_locations` ( `location_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `location_code` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL, `tax_rate_id` bigint(20) unsigned NOT NULL, `location_type` varchar(40) COLLATE utf8mb4_unicode_ci NOT NULL, PRIMARY KEY (`location_id`), KEY `tax_rate_id` (`tax_rate_id`), KEY `location_type_code` (`location_type`(10),`location_code`(20)) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_woocommerce_tax_rate_locations` -- LOCK TABLES `wp_woocommerce_tax_rate_locations` WRITE; /*!40000 ALTER TABLE `wp_woocommerce_tax_rate_locations` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_woocommerce_tax_rate_locations` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_woocommerce_tax_rates` -- DROP TABLE IF EXISTS `wp_woocommerce_tax_rates`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_woocommerce_tax_rates` ( `tax_rate_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `tax_rate_country` varchar(2) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `tax_rate_state` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `tax_rate` varchar(8) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `tax_rate_name` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `tax_rate_priority` bigint(20) unsigned NOT NULL, `tax_rate_compound` int(1) NOT NULL DEFAULT '0', `tax_rate_shipping` int(1) NOT NULL DEFAULT '1', `tax_rate_order` bigint(20) unsigned NOT NULL, `tax_rate_class` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', PRIMARY KEY (`tax_rate_id`), KEY `tax_rate_country` (`tax_rate_country`), KEY `tax_rate_state` (`tax_rate_state`(2)), KEY `tax_rate_class` (`tax_rate_class`(10)), KEY `tax_rate_priority` (`tax_rate_priority`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_woocommerce_tax_rates` -- LOCK TABLES `wp_woocommerce_tax_rates` WRITE; /*!40000 ALTER TABLE `wp_woocommerce_tax_rates` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_woocommerce_tax_rates` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_yoast_seo_links` -- DROP TABLE IF EXISTS `wp_yoast_seo_links`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_yoast_seo_links` ( `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `url` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL, `post_id` bigint(20) unsigned NOT NULL, `target_post_id` bigint(20) unsigned NOT NULL, `type` varchar(8) COLLATE utf8mb4_unicode_ci NOT NULL, PRIMARY KEY (`id`), KEY `link_direction` (`post_id`,`type`) ) ENGINE=InnoDB AUTO_INCREMENT=8 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_yoast_seo_links` -- LOCK TABLES `wp_yoast_seo_links` WRITE; /*!40000 ALTER TABLE `wp_yoast_seo_links` DISABLE KEYS */; INSERT INTO `wp_yoast_seo_links` VALUES (5,'http://www.demolitiondepot.com/vo/demo/inv/detail.asp?ID=102167',100,0,'external'),(7,'http://www.demolitiondepot.com/vo/demo/inv/',62,0,'external'); /*!40000 ALTER TABLE `wp_yoast_seo_links` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_yoast_seo_meta` -- DROP TABLE IF EXISTS `wp_yoast_seo_meta`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_yoast_seo_meta` ( `object_id` bigint(20) unsigned NOT NULL, `internal_link_count` int(10) unsigned DEFAULT NULL, `incoming_link_count` int(10) unsigned DEFAULT NULL, UNIQUE KEY `object_id` (`object_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_yoast_seo_meta` -- LOCK TABLES `wp_yoast_seo_meta` WRITE; /*!40000 ALTER TABLE `wp_yoast_seo_meta` DISABLE KEYS */; INSERT INTO `wp_yoast_seo_meta` VALUES (29,0,0),(40,0,0),(41,0,0),(42,0,0),(43,0,0),(44,0,0),(45,0,0),(47,0,0),(49,0,0),(51,0,0),(62,0,0),(79,0,0),(83,0,0),(98,0,0),(100,0,0); /*!40000 ALTER TABLE `wp_yoast_seo_meta` ENABLE KEYS */; UNLOCK TABLES; -- -- Dumping routines for database 'db_iastore' -- /*!40103 SET TIME_ZONE=@OLD_TIME_ZONE */; /*!40101 SET SQL_MODE=@OLD_SQL_MODE */; /*!40014 SET FOREIGN_KEY_CHECKS=@OLD_FOREIGN_KEY_CHECKS */; /*!40014 SET UNIQUE_CHECKS=@OLD_UNIQUE_CHECKS */; /*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */; /*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */; /*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */; /*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */; -- Dump completed on 2018-05-08 21:55:40