0byt3m1n1
Path:
/
data
/
19
/
3
/
40
/
10
/
3692499
/
meta
/
4106315
/
mysql.backup
/
[
Home
]
File: 1_03aa2d8_1.mysqlcluster28.bak.sql
-- MySQL dump 10.13 Distrib 5.6.24, for Linux (x86_64) -- -- Host: mysqlcluster28 Database: 1_03aa2d8_1 -- ------------------------------------------------------ -- 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_520_ci DEFAULT NULL, `meta_value` longtext COLLATE utf8mb4_unicode_520_ci, PRIMARY KEY (`meta_id`), KEY `comment_id` (`comment_id`), KEY `meta_key` (`meta_key`(191)) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_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_520_ci NOT NULL, `comment_author_email` varchar(100) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `comment_author_url` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `comment_author_IP` varchar(100) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `comment_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `comment_date_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `comment_content` text COLLATE utf8mb4_unicode_520_ci NOT NULL, `comment_karma` int(11) NOT NULL DEFAULT '0', `comment_approved` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '1', `comment_agent` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `comment_type` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `comment_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_520_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 17:51:13','2018-02-06 17:51:13','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_520_ci NOT NULL DEFAULT '', `link_name` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `link_image` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `link_target` varchar(25) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `link_description` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `link_visible` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT 'Y', `link_owner` bigint(20) unsigned NOT NULL DEFAULT '1', `link_rating` int(11) NOT NULL DEFAULT '0', `link_updated` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `link_rel` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `link_notes` mediumtext COLLATE utf8mb4_unicode_520_ci NOT NULL, `link_rss` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', PRIMARY KEY (`link_id`), KEY `link_visible` (`link_visible`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_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_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_520_ci NOT NULL DEFAULT '', `option_value` longtext COLLATE utf8mb4_unicode_520_ci NOT NULL, `autoload` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT 'yes', PRIMARY KEY (`option_id`), UNIQUE KEY `option_name` (`option_name`) ) ENGINE=InnoDB AUTO_INCREMENT=1022 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_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://heartsandmusic.com/wordpress2','yes'),(2,'home','http://heartsandmusic.com/wordpress2','yes'),(3,'blogname','Hearts and Music','yes'),(4,'blogdescription','Donna Kelly ♥ Willy Kelly ... Peace, Love, & Happiness','yes'),(5,'users_can_register','0','yes'),(6,'admin_email','willykelly@rocketmail.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%/%day%/%postname%/','yes'),(29,'rewrite_rules','a:293:{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:14:\"wp-1-slider/?$\";s:29:\"index.php?post_type=wp1slider\";s:44:\"wp-1-slider/feed/(feed|rdf|rss|rss2|atom)/?$\";s:46:\"index.php?post_type=wp1slider&feed=$matches[1]\";s:39:\"wp-1-slider/(feed|rdf|rss|rss2|atom)/?$\";s:46:\"index.php?post_type=wp1slider&feed=$matches[1]\";s:31:\"wp-1-slider/page/([0-9]{1,})/?$\";s:47:\"index.php?post_type=wp1slider&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: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: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: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:39:\"wp-1-slider/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:49:\"wp-1-slider/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:69:\"wp-1-slider/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:64:\"wp-1-slider/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:64:\"wp-1-slider/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:45:\"wp-1-slider/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:28:\"wp-1-slider/([^/]+)/embed/?$\";s:42:\"index.php?wp1slider=$matches[1]&embed=true\";s:32:\"wp-1-slider/([^/]+)/trackback/?$\";s:36:\"index.php?wp1slider=$matches[1]&tb=1\";s:52:\"wp-1-slider/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:48:\"index.php?wp1slider=$matches[1]&feed=$matches[2]\";s:47:\"wp-1-slider/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:48:\"index.php?wp1slider=$matches[1]&feed=$matches[2]\";s:40:\"wp-1-slider/([^/]+)/page/?([0-9]{1,})/?$\";s:49:\"index.php?wp1slider=$matches[1]&paged=$matches[2]\";s:47:\"wp-1-slider/([^/]+)/comment-page-([0-9]{1,})/?$\";s:49:\"index.php?wp1slider=$matches[1]&cpage=$matches[2]\";s:36:\"wp-1-slider/([^/]+)(?:/([0-9]+))?/?$\";s:48:\"index.php?wp1slider=$matches[1]&page=$matches[2]\";s:28:\"wp-1-slider/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:38:\"wp-1-slider/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:58:\"wp-1-slider/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:53:\"wp-1-slider/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:53:\"wp-1-slider/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:34:\"wp-1-slider/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:37:\"portfolio/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:47:\"portfolio/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:67:\"portfolio/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:62:\"portfolio/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:62:\"portfolio/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:43:\"portfolio/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:26:\"portfolio/([^/]+)/embed/?$\";s:49:\"index.php?specia_portfolio=$matches[1]&embed=true\";s:30:\"portfolio/([^/]+)/trackback/?$\";s:43:\"index.php?specia_portfolio=$matches[1]&tb=1\";s:38:\"portfolio/([^/]+)/page/?([0-9]{1,})/?$\";s:56:\"index.php?specia_portfolio=$matches[1]&paged=$matches[2]\";s:45:\"portfolio/([^/]+)/comment-page-([0-9]{1,})/?$\";s:56:\"index.php?specia_portfolio=$matches[1]&cpage=$matches[2]\";s:34:\"portfolio/([^/]+)(?:/([0-9]+))?/?$\";s:55:\"index.php?specia_portfolio=$matches[1]&page=$matches[2]\";s:26:\"portfolio/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:36:\"portfolio/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:56:\"portfolio/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:51:\"portfolio/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:51:\"portfolio/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:32:\"portfolio/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:59:\"portfolio_category/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:59:\"index.php?portfolio_categories=$matches[1]&feed=$matches[2]\";s:54:\"portfolio_category/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:59:\"index.php?portfolio_categories=$matches[1]&feed=$matches[2]\";s:35:\"portfolio_category/([^/]+)/embed/?$\";s:53:\"index.php?portfolio_categories=$matches[1]&embed=true\";s:47:\"portfolio_category/([^/]+)/page/?([0-9]{1,})/?$\";s:60:\"index.php?portfolio_categories=$matches[1]&paged=$matches[2]\";s:29:\"portfolio_category/([^/]+)/?$\";s:42:\"index.php?portfolio_categories=$matches[1]\";s:35:\"pricing/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:45:\"pricing/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:65:\"pricing/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:60:\"pricing/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:60:\"pricing/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:41:\"pricing/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:24:\"pricing/([^/]+)/embed/?$\";s:47:\"index.php?specia_pricing=$matches[1]&embed=true\";s:28:\"pricing/([^/]+)/trackback/?$\";s:41:\"index.php?specia_pricing=$matches[1]&tb=1\";s:36:\"pricing/([^/]+)/page/?([0-9]{1,})/?$\";s:54:\"index.php?specia_pricing=$matches[1]&paged=$matches[2]\";s:43:\"pricing/([^/]+)/comment-page-([0-9]{1,})/?$\";s:54:\"index.php?specia_pricing=$matches[1]&cpage=$matches[2]\";s:32:\"pricing/([^/]+)(?:/([0-9]+))?/?$\";s:53:\"index.php?specia_pricing=$matches[1]&page=$matches[2]\";s:24:\"pricing/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:34:\"pricing/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:54:\"pricing/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:49:\"pricing/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:49:\"pricing/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:30:\"pricing/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:57:\"pricing_category/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:57:\"index.php?pricing_categories=$matches[1]&feed=$matches[2]\";s:52:\"pricing_category/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:57:\"index.php?pricing_categories=$matches[1]&feed=$matches[2]\";s:33:\"pricing_category/([^/]+)/embed/?$\";s:51:\"index.php?pricing_categories=$matches[1]&embed=true\";s:45:\"pricing_category/([^/]+)/page/?([0-9]{1,})/?$\";s:58:\"index.php?pricing_categories=$matches[1]&paged=$matches[2]\";s:27:\"pricing_category/([^/]+)/?$\";s:40:\"index.php?pricing_categories=$matches[1]\";s:39:\"testimonial/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:49:\"testimonial/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:69:\"testimonial/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:64:\"testimonial/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:64:\"testimonial/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:45:\"testimonial/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:28:\"testimonial/([^/]+)/embed/?$\";s:51:\"index.php?specia_testimonial=$matches[1]&embed=true\";s:32:\"testimonial/([^/]+)/trackback/?$\";s:45:\"index.php?specia_testimonial=$matches[1]&tb=1\";s:40:\"testimonial/([^/]+)/page/?([0-9]{1,})/?$\";s:58:\"index.php?specia_testimonial=$matches[1]&paged=$matches[2]\";s:47:\"testimonial/([^/]+)/comment-page-([0-9]{1,})/?$\";s:58:\"index.php?specia_testimonial=$matches[1]&cpage=$matches[2]\";s:36:\"testimonial/([^/]+)(?:/([0-9]+))?/?$\";s:57:\"index.php?specia_testimonial=$matches[1]&page=$matches[2]\";s:28:\"testimonial/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:38:\"testimonial/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:58:\"testimonial/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:53:\"testimonial/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:53:\"testimonial/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:34:\"testimonial/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:34:\"client/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:44:\"client/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:64:\"client/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:59:\"client/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:59:\"client/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:40:\"client/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:23:\"client/([^/]+)/embed/?$\";s:46:\"index.php?specia_client=$matches[1]&embed=true\";s:27:\"client/([^/]+)/trackback/?$\";s:40:\"index.php?specia_client=$matches[1]&tb=1\";s:35:\"client/([^/]+)/page/?([0-9]{1,})/?$\";s:53:\"index.php?specia_client=$matches[1]&paged=$matches[2]\";s:42:\"client/([^/]+)/comment-page-([0-9]{1,})/?$\";s:53:\"index.php?specia_client=$matches[1]&cpage=$matches[2]\";s:31:\"client/([^/]+)(?:/([0-9]+))?/?$\";s:52:\"index.php?specia_client=$matches[1]&page=$matches[2]\";s:23:\"client/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:33:\"client/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:53:\"client/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:48:\"client/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:48:\"client/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:29:\"client/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:32:\"team/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:42:\"team/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:62:\"team/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:57:\"team/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:57:\"team/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:38:\"team/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:21:\"team/([^/]+)/embed/?$\";s:44:\"index.php?specia_team=$matches[1]&embed=true\";s:25:\"team/([^/]+)/trackback/?$\";s:38:\"index.php?specia_team=$matches[1]&tb=1\";s:33:\"team/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?specia_team=$matches[1]&paged=$matches[2]\";s:40:\"team/([^/]+)/comment-page-([0-9]{1,})/?$\";s:51:\"index.php?specia_team=$matches[1]&cpage=$matches[2]\";s:29:\"team/([^/]+)(?:/([0-9]+))?/?$\";s:50:\"index.php?specia_team=$matches[1]&page=$matches[2]\";s:21:\"team/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:31:\"team/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:51:\"team/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:46:\"team/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:46:\"team/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:27:\"team/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";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: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: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:24:\"^wc-auth/v([1]{1})/(.*)?\";s:63:\"index.php?wc-auth-version=$matches[1]&wc-auth-route=$matches[2]\";s:32:\"category/(.+?)/wc-api(/(.*))?/?$\";s:54:\"index.php?category_name=$matches[1]&wc-api=$matches[3]\";s:29:\"tag/([^/]+)/wc-api(/(.*))?/?$\";s:44:\"index.php?tag=$matches[1]&wc-api=$matches[3]\";s:37:\"wp-1-slider/([^/]+)/wc-api(/(.*))?/?$\";s:50:\"index.php?wp1slider=$matches[1]&wc-api=$matches[3]\";s:43:\"wp-1-slider/[^/]+/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:54:\"wp-1-slider/[^/]+/attachment/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:35:\"portfolio/([^/]+)/wc-api(/(.*))?/?$\";s:57:\"index.php?specia_portfolio=$matches[1]&wc-api=$matches[3]\";s:41:\"portfolio/[^/]+/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:52:\"portfolio/[^/]+/attachment/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:33:\"pricing/([^/]+)/wc-api(/(.*))?/?$\";s:55:\"index.php?specia_pricing=$matches[1]&wc-api=$matches[3]\";s:39:\"pricing/[^/]+/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:50:\"pricing/[^/]+/attachment/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:37:\"testimonial/([^/]+)/wc-api(/(.*))?/?$\";s:59:\"index.php?specia_testimonial=$matches[1]&wc-api=$matches[3]\";s:43:\"testimonial/[^/]+/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:54:\"testimonial/[^/]+/attachment/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:32:\"client/([^/]+)/wc-api(/(.*))?/?$\";s:54:\"index.php?specia_client=$matches[1]&wc-api=$matches[3]\";s:38:\"client/[^/]+/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:49:\"client/[^/]+/attachment/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:30:\"team/([^/]+)/wc-api(/(.*))?/?$\";s:52:\"index.php?specia_team=$matches[1]&wc-api=$matches[3]\";s:36:\"team/[^/]+/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:47:\"team/[^/]+/attachment/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";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: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: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:38:\"index.php?&page_id=7&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:58:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:68:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:88:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:83:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:83:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:64:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:53:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/embed/?$\";s:91:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&embed=true\";s:57:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/trackback/?$\";s:85:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&tb=1\";s:77:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:97:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&feed=$matches[5]\";s:72:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:97:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&feed=$matches[5]\";s:65:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/page/?([0-9]{1,})/?$\";s:98:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&paged=$matches[5]\";s:72:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/comment-page-([0-9]{1,})/?$\";s:98:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&cpage=$matches[5]\";s:62:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/wc-api(/(.*))?/?$\";s:99:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&wc-api=$matches[6]\";s:62:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:73:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:61:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)(?:/([0-9]+))?/?$\";s:97:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&page=$matches[5]\";s:47:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:57:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:77:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/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}/[0-9]{1,2}/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:72:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:53:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:64:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/comment-page-([0-9]{1,})/?$\";s:81:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&cpage=$matches[4]\";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: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:25:\"(.?.+?)/wc-api(/(.*))?/?$\";s:49:\"index.php?pagename=$matches[1]&wc-api=$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'),(30,'hack_file','0','yes'),(31,'blog_charset','UTF-8','yes'),(32,'moderation_keys','','no'),(33,'active_plugins','a:9:{i:0;s:36:\"contact-form-7/wp-contact-form-7.php\";i:1;s:43:\"envira-gallery-lite/envira-gallery-lite.php\";i:2;s:19:\"jetpack/jetpack.php\";i:3;s:47:\"one-click-demo-import/one-click-demo-import.php\";i:4;s:31:\"page-links-to/page-links-to.php\";i:5;s:75:\"recent-posts-widget-with-thumbnails/recent-posts-widget-with-thumbnails.php\";i:6;s:27:\"woocommerce/woocommerce.php\";i:7;s:27:\"wp-1-slider/wp-1-slider.php\";i:8;s:35:\"wp-featherlight/wp-featherlight.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:2:{i:0;s:112:\"\\\\WDP\\DFS\\30\\9\\9\\9\\3021965999\\user\\sites\\4106315.site\\www\\wordpress2/wp-content/themes/twentyseventeen/style.css\";i:1;s:0:\"\";}','no'),(40,'template','specia-standard','yes'),(41,'stylesheet','specia-standard','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','none','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:5:{i:2;a:4:{s:5:\"title\";s:7:\"Find Us\";s:4:\"text\";s:168:\"<strong>Address</strong>\n123 Main Street\nNew York, NY 10001\n\n<strong>Hours</strong>\nMonday—Friday: 9:00AM–5:00PM\nSaturday & Sunday: 11:00AM–3:00PM\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;}i:3;a:4:{s:5:\"title\";s:15:\"About This Site\";s:4:\"text\";s:85:\"This may be a good place to introduce yourself and your site or include some credits.\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;}i:4;a:4:{s:5:\"title\";s:7:\"Find Us\";s:4:\"text\";s:168:\"<strong>Address</strong>\n123 Main Street\nNew York, NY 10001\n\n<strong>Hours</strong>\nMonday—Friday: 9:00AM–5:00PM\nSaturday & Sunday: 11:00AM–3:00PM\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;}i:5;a:4:{s:5:\"title\";s:15:\"About This Site\";s:4:\"text\";s:85:\"This may be a good place to introduce yourself and your site or include some credits.\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;}s:12:\"_multiwidget\";i:1;}','yes'),(80,'widget_rss','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(81,'uninstall_plugins','a:0:{}','no'),(82,'timezone_string','','yes'),(83,'page_for_posts','10','yes'),(84,'page_on_front','7','yes'),(85,'default_post_format','0','yes'),(86,'link_manager_enabled','0','yes'),(87,'finished_splitting_shared_terms','1','yes'),(88,'site_icon','0','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:7:{s:13:\"administrator\";a:2:{s:4:\"name\";s:13:\"Administrator\";s:12:\"capabilities\";a:114:{s:13:\"switch_themes\";b:1;s:11:\"edit_themes\";b:1;s:16:\"activate_plugins\";b:1;s:12:\"edit_plugins\";b:1;s:10:\"edit_users\";b:1;s:10:\"edit_files\";b:1;s:14:\"manage_options\";b:1;s:17:\"moderate_comments\";b:1;s:17:\"manage_categories\";b:1;s:12:\"manage_links\";b:1;s:12:\"upload_files\";b:1;s:6:\"import\";b:1;s:15:\"unfiltered_html\";b:1;s:10:\"edit_posts\";b:1;s:17:\"edit_others_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:10:\"edit_pages\";b:1;s:4:\"read\";b:1;s:8:\"level_10\";b:1;s:7:\"level_9\";b:1;s:7:\"level_8\";b:1;s:7:\"level_7\";b:1;s:7:\"level_6\";b:1;s:7:\"level_5\";b:1;s:7:\"level_4\";b:1;s:7:\"level_3\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:17:\"edit_others_pages\";b:1;s:20:\"edit_published_pages\";b:1;s:13:\"publish_pages\";b:1;s:12:\"delete_pages\";b:1;s:19:\"delete_others_pages\";b:1;s:22:\"delete_published_pages\";b:1;s:12:\"delete_posts\";b:1;s:19:\"delete_others_posts\";b:1;s:22:\"delete_published_posts\";b:1;s:20:\"delete_private_posts\";b:1;s:18:\"edit_private_posts\";b:1;s:18:\"read_private_posts\";b:1;s:20:\"delete_private_pages\";b:1;s:18:\"edit_private_pages\";b:1;s:18:\"read_private_pages\";b:1;s:12:\"delete_users\";b:1;s:12:\"create_users\";b:1;s:17:\"unfiltered_upload\";b:1;s:14:\"edit_dashboard\";b:1;s:14:\"update_plugins\";b:1;s:14:\"delete_plugins\";b:1;s:15:\"install_plugins\";b:1;s:13:\"update_themes\";b:1;s:14:\"install_themes\";b:1;s:11:\"update_core\";b:1;s:10:\"list_users\";b:1;s:12:\"remove_users\";b:1;s:13:\"promote_users\";b:1;s:18:\"edit_theme_options\";b:1;s:13:\"delete_themes\";b:1;s:6:\"export\";b:1;s:18:\"manage_woocommerce\";b:1;s:24:\"view_woocommerce_reports\";b:1;s:12:\"edit_product\";b:1;s:12:\"read_product\";b:1;s:14:\"delete_product\";b:1;s:13:\"edit_products\";b:1;s:20:\"edit_others_products\";b:1;s:16:\"publish_products\";b:1;s:21:\"read_private_products\";b:1;s:15:\"delete_products\";b:1;s:23:\"delete_private_products\";b:1;s:25:\"delete_published_products\";b:1;s:22:\"delete_others_products\";b:1;s:21:\"edit_private_products\";b:1;s:23:\"edit_published_products\";b:1;s:20:\"manage_product_terms\";b:1;s:18:\"edit_product_terms\";b:1;s:20:\"delete_product_terms\";b:1;s:20:\"assign_product_terms\";b:1;s:15:\"edit_shop_order\";b:1;s:15:\"read_shop_order\";b:1;s:17:\"delete_shop_order\";b:1;s:16:\"edit_shop_orders\";b:1;s:23:\"edit_others_shop_orders\";b:1;s:19:\"publish_shop_orders\";b:1;s:24:\"read_private_shop_orders\";b:1;s:18:\"delete_shop_orders\";b:1;s:26:\"delete_private_shop_orders\";b:1;s:28:\"delete_published_shop_orders\";b:1;s:25:\"delete_others_shop_orders\";b:1;s:24:\"edit_private_shop_orders\";b:1;s:26:\"edit_published_shop_orders\";b:1;s:23:\"manage_shop_order_terms\";b:1;s:21:\"edit_shop_order_terms\";b:1;s:23:\"delete_shop_order_terms\";b:1;s:23:\"assign_shop_order_terms\";b:1;s:16:\"edit_shop_coupon\";b:1;s:16:\"read_shop_coupon\";b:1;s:18:\"delete_shop_coupon\";b:1;s:17:\"edit_shop_coupons\";b:1;s:24:\"edit_others_shop_coupons\";b:1;s:20:\"publish_shop_coupons\";b:1;s:25:\"read_private_shop_coupons\";b:1;s:19:\"delete_shop_coupons\";b:1;s:27:\"delete_private_shop_coupons\";b:1;s:29:\"delete_published_shop_coupons\";b:1;s:26:\"delete_others_shop_coupons\";b:1;s:25:\"edit_private_shop_coupons\";b:1;s:27:\"edit_published_shop_coupons\";b:1;s:24:\"manage_shop_coupon_terms\";b:1;s:22:\"edit_shop_coupon_terms\";b:1;s:24:\"delete_shop_coupon_terms\";b:1;s:24:\"assign_shop_coupon_terms\";b:1;}}s:6:\"editor\";a:2:{s:4:\"name\";s:6:\"Editor\";s:12:\"capabilities\";a:34:{s:17:\"moderate_comments\";b:1;s:17:\"manage_categories\";b:1;s:12:\"manage_links\";b:1;s:12:\"upload_files\";b:1;s:15:\"unfiltered_html\";b:1;s:10:\"edit_posts\";b:1;s:17:\"edit_others_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:10:\"edit_pages\";b:1;s:4:\"read\";b:1;s:7:\"level_7\";b:1;s:7:\"level_6\";b:1;s:7:\"level_5\";b:1;s:7:\"level_4\";b:1;s:7:\"level_3\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:17:\"edit_others_pages\";b:1;s:20:\"edit_published_pages\";b:1;s:13:\"publish_pages\";b:1;s:12:\"delete_pages\";b:1;s:19:\"delete_others_pages\";b:1;s:22:\"delete_published_pages\";b:1;s:12:\"delete_posts\";b:1;s:19:\"delete_others_posts\";b:1;s:22:\"delete_published_posts\";b:1;s:20:\"delete_private_posts\";b:1;s:18:\"edit_private_posts\";b:1;s:18:\"read_private_posts\";b:1;s:20:\"delete_private_pages\";b:1;s:18:\"edit_private_pages\";b:1;s:18:\"read_private_pages\";b:1;}}s:6:\"author\";a:2:{s:4:\"name\";s:6:\"Author\";s:12:\"capabilities\";a:10:{s:12:\"upload_files\";b:1;s:10:\"edit_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:4:\"read\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:12:\"delete_posts\";b:1;s:22:\"delete_published_posts\";b:1;}}s:11:\"contributor\";a:2:{s:4:\"name\";s:11:\"Contributor\";s:12:\"capabilities\";a:5:{s:10:\"edit_posts\";b:1;s:4:\"read\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:12:\"delete_posts\";b:1;}}s:10:\"subscriber\";a:2:{s:4:\"name\";s:10:\"Subscriber\";s:12:\"capabilities\";a:2:{s:4:\"read\";b:1;s:7:\"level_0\";b:1;}}s:8:\"customer\";a:2:{s:4:\"name\";s:8:\"Customer\";s:12:\"capabilities\";a:1:{s:4:\"read\";b:1;}}s:12:\"shop_manager\";a:2:{s:4:\"name\";s:12:\"Shop manager\";s:12:\"capabilities\";a:92:{s:7:\"level_9\";b:1;s:7:\"level_8\";b:1;s:7:\"level_7\";b:1;s:7:\"level_6\";b:1;s:7:\"level_5\";b:1;s:7:\"level_4\";b:1;s:7:\"level_3\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:4:\"read\";b:1;s:18:\"read_private_pages\";b:1;s:18:\"read_private_posts\";b:1;s:10:\"edit_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;}}}','yes'),(93,'fresh_site','0','yes'),(94,'widget_search','a:4:{i:2;a:1:{s:5:\"title\";s:0:\"\";}s:12:\"_multiwidget\";i:1;i:3;a:1:{s:5:\"title\";s:6:\"Search\";}i:4;a:1:{s:5:\"title\";s:6:\"Search\";}}','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:6:{s:19:\"wp_inactive_widgets\";a:8:{i:0;s:10:\"archives-2\";i:1;s:6:\"meta-2\";i:2;s:8:\"search-2\";i:3;s:12:\"categories-2\";i:4;s:14:\"recent-posts-2\";i:5;s:17:\"recent-comments-2\";i:6;s:6:\"text-5\";i:7;s:8:\"search-4\";}s:15:\"sidebar-primary\";a:4:{i:0;s:6:\"text-2\";i:1;s:8:\"search-3\";i:2;s:6:\"text-3\";i:3;s:6:\"text-4\";}s:18:\"footer-widget-area\";a:0:{}s:21:\"specia_feature_widget\";a:0:{}s:13:\"woocommerce-1\";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:11:{i:1527642490;a:1:{s:34:\"wp_privacy_delete_old_export_files\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"hourly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:3600;}}}i:1527643844;a:1:{s:20:\"jetpack_clean_nonces\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"hourly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:3600;}}}i:1527644422;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:1527659475;a:3:{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;}}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;}}}i:1527683460;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:1527698164;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:1527705784;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:1527724800;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:1527726660;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: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;}}}s:7:\"version\";i:2;}','yes'),(110,'theme_mods_twentyseventeen','a:12:{s:18:\"custom_css_post_id\";i:-1;s:18:\"nav_menu_locations\";a:2:{s:3:\"top\";i:2;s:6:\"social\";i:3;}s:7:\"panel_1\";i:11;s:7:\"panel_2\";i:8;s:7:\"panel_3\";i:10;s:7:\"panel_4\";i:9;s:12:\"header_image\";s:82:\"http://heartsandmusic.com/wordpress2/wp-content/uploads/2018/05/cropped-Tree-2.jpg\";s:17:\"header_image_data\";O:8:\"stdClass\":5:{s:13:\"attachment_id\";i:40;s:3:\"url\";s:82:\"http://heartsandmusic.com/wordpress2/wp-content/uploads/2018/05/cropped-Tree-2.jpg\";s:13:\"thumbnail_url\";s:82:\"http://heartsandmusic.com/wordpress2/wp-content/uploads/2018/05/cropped-Tree-2.jpg\";s:6:\"height\";i:1199;s:5:\"width\";i:2000;}s:16:\"header_textcolor\";s:6:\"ffffff\";s:11:\"colorscheme\";s:6:\"custom\";s:15:\"colorscheme_hue\";i:58;s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1525453531;s:4:\"data\";a:4:{s:19:\"wp_inactive_widgets\";a:6:{i:0;s:10:\"archives-2\";i:1;s:6:\"meta-2\";i:2;s:8:\"search-2\";i:3;s:12:\"categories-2\";i:4;s:14:\"recent-posts-2\";i:5;s:17:\"recent-comments-2\";}s:9:\"sidebar-1\";a:3:{i:0;s:6:\"text-2\";i:1;s:8:\"search-3\";i:2;s:6:\"text-3\";}s:9:\"sidebar-2\";a:1:{i:0;s:6:\"text-4\";}s:9:\"sidebar-3\";a:2:{i:0;s:6:\"text-5\";i:1;s:8:\"search-4\";}}}}','yes'),(124,'auto_core_update_notified','a:4:{s:4:\"type\";s:7:\"success\";s:5:\"email\";s:25:\"willykelly@rocketmail.com\";s:7:\"version\";s:5:\"4.9.6\";s:9:\"timestamp\";i:1527277331;}','no'),(140,'can_compress_scripts','1','no'),(149,'nav_menu_options','a:1:{s:8:\"auto_add\";a:0:{}}','yes'),(152,'recently_activated','a:0:{}','yes'),(173,'category_children','a:0:{}','yes'),(191,'theme_mods_twentyfifteen','a:1:{s:18:\"custom_css_post_id\";i:-1;}','yes'),(219,'theme_mods_avogue','a:1:{s:18:\"custom_css_post_id\";i:-1;}','yes'),(220,'theme_mods_multipurpose-ecommerce','a:1:{s:18:\"custom_css_post_id\";i:-1;}','yes'),(222,'widget_easy_store_slider','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(223,'widget_easy_store_promo_items','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(224,'widget_easy_store_latest_posts','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(225,'widget_easy_store_testimonials','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(226,'widget_easy_store_call_to_action','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(227,'widget_easy_store_advance_product_search','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(228,'widget_easy_store_sponsors','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(229,'widget_easy_store_social_media','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(230,'theme_mods_easy-store','a:1:{s:18:\"custom_css_post_id\";i:-1;}','yes'),(231,'widget_specia_feature_widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(232,'theme_mods_magzee','a:8:{s:18:\"custom_css_post_id\";i:-1;s:12:\"header_image\";s:92:\"http://heartsandmusic.com/wordpress2/wp-content/uploads/2018/05/cropped-Red-Rock-Maine-1.jpg\";s:17:\"header_image_data\";O:8:\"stdClass\":5:{s:13:\"attachment_id\";i:47;s:3:\"url\";s:92:\"http://heartsandmusic.com/wordpress2/wp-content/uploads/2018/05/cropped-Red-Rock-Maine-1.jpg\";s:13:\"thumbnail_url\";s:92:\"http://heartsandmusic.com/wordpress2/wp-content/uploads/2018/05/cropped-Red-Rock-Maine-1.jpg\";s:6:\"height\";i:426;s:5:\"width\";i:2000;}s:16:\"hide_show_slider\";s:2:\"on\";s:18:\"nav_menu_locations\";a:1:{s:12:\"primary_menu\";i:2;}s:12:\"slider-page1\";i:7;s:13:\"been_welcomed\";b:1;s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1525438154;s:4:\"data\";a:4:{s:19:\"wp_inactive_widgets\";a:0:{}s:9:\"sidebar-1\";a:3:{i:0;s:6:\"text-2\";i:1;s:8:\"search-3\";i:2;s:6:\"text-3\";}s:9:\"sidebar-2\";a:1:{i:0;s:6:\"text-4\";}s:9:\"sidebar-3\";a:2:{i:0;s:6:\"text-5\";i:1;s:8:\"search-4\";}}}}','yes'),(233,'theme_mods_twentysixteen','a:1:{s:18:\"custom_css_post_id\";i:-1;}','yes'),(280,'current_theme','Specia Standard','yes'),(281,'theme_switched','','yes'),(282,'theme_switched_via_customizer','','yes'),(283,'customize_stashed_theme_mods','a:0:{}','no'),(309,'theme_mods_avira','a:5:{i:0;b:0;s:18:\"nav_menu_locations\";a:1:{s:12:\"primary_menu\";i:2;}s:13:\"been_welcomed\";b:1;s:18:\"custom_css_post_id\";i:-1;s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1525463978;s:4:\"data\";a:4:{s:19:\"wp_inactive_widgets\";a:8:{i:0;s:10:\"archives-2\";i:1;s:6:\"meta-2\";i:2;s:8:\"search-2\";i:3;s:12:\"categories-2\";i:4;s:14:\"recent-posts-2\";i:5;s:17:\"recent-comments-2\";i:6;s:6:\"text-5\";i:7;s:8:\"search-4\";}s:15:\"sidebar-primary\";a:4:{i:0;s:6:\"text-2\";i:1;s:8:\"search-3\";i:2;s:6:\"text-3\";i:3;s:6:\"text-4\";}s:18:\"footer-widget-area\";a:0:{}s:13:\"woocommerce-1\";a:0:{}}}}','yes'),(327,'theme_mods_specia','a:15:{i:0;b:0;s:18:\"nav_menu_locations\";a:1:{s:12:\"primary_menu\";i:2;}s:13:\"been_welcomed\";b:1;s:18:\"custom_css_post_id\";i:-1;s:16:\"hide_show_slider\";s:2:\"on\";s:12:\"header_image\";s:13:\"remove-header\";s:13:\"facebook_link\";s:38:\"https://www.facebook.com/donnakelly825\";s:10:\"email_link\";s:24:\"donna@heartsandmusic.com\";s:14:\"pinterest_link\";s:69:\"https://www.pinterest.com/donnakelly825/?eq=donna%20kelly&etslf=11493\";s:16:\"hide_show_social\";s:2:\"on\";s:12:\"twitter_link\";s:27:\"https://twitter.com/wksongs\";s:23:\"hide_show_contact_infos\";s:2:\"on\";s:12:\"header_email\";s:24:\"willy@heartsandmusic.com\";s:21:\"sticky_header_setting\";s:2:\"on\";s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1525566143;s:4:\"data\";a:5:{s:19:\"wp_inactive_widgets\";a:8:{i:0;s:10:\"archives-2\";i:1;s:6:\"meta-2\";i:2;s:8:\"search-2\";i:3;s:12:\"categories-2\";i:4;s:14:\"recent-posts-2\";i:5;s:17:\"recent-comments-2\";i:6;s:6:\"text-5\";i:7;s:8:\"search-4\";}s:15:\"sidebar-primary\";a:4:{i:0;s:6:\"text-2\";i:1;s:8:\"search-3\";i:2;s:6:\"text-3\";i:3;s:6:\"text-4\";}s:18:\"footer-widget-area\";a:0:{}s:21:\"specia_feature_widget\";a:0:{}s:13:\"woocommerce-1\";a:0:{}}}}','yes'),(360,'widget_wp1s_widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(374,'theme_mods_specia-standard','a:3:{i:0;b:0;s:18:\"nav_menu_locations\";a:1:{s:12:\"primary_menu\";i:2;}s:18:\"custom_css_post_id\";i:-1;}','yes'),(375,'portfolio_categories_children','a:0:{}','yes'),(376,'custom_texo_portfolio_id','4','yes'),(377,'specia-standard_license_key','0e3c353688ffbeb12a5fce1cb923f4ee','yes'),(392,'wpcf7','a:2:{s:7:\"version\";s:5:\"5.0.1\";s:13:\"bulk_validate\";a:4:{s:9:\"timestamp\";i:1525566618;s:7:\"version\";s:5:\"5.0.1\";s:11:\"count_valid\";i:1;s:13:\"count_invalid\";i:0;}}','yes'),(395,'jetpack_activated','1','yes'),(398,'jetpack_activation_source','a:2:{i:0;s:7:\"unknown\";i:1;N;}','yes'),(399,'jetpack_sync_settings_disable','0','yes'),(400,'_transient_timeout_jetpack_file_data_6.1','1528072246','no'),(401,'_transient_jetpack_file_data_6.1','a:57:{s:32:\"c22c48d7cfe9d38dff2864cfea64636a\";a:15:{s:4:\"name\";s:20:\"Spelling and Grammar\";s:11:\"description\";s:39:\"Check your spelling, style, and grammar\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:1:\"6\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"1.1\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:7:\"Writing\";s:7:\"feature\";s:7:\"Writing\";s:25:\"additional_search_queries\";s:115:\"after the deadline, afterthedeadline, spell, spellchecker, spelling, grammar, proofreading, style, language, cliche\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"fb5c4814ddc3946a3f22cc838fcb2af3\";a:15:{s:4:\"name\";s:8:\"Carousel\";s:11:\"description\";s:75:\"Display images and galleries in a gorgeous, full-screen browsing experience\";s:14:\"jumpstart_desc\";s:79:\"Brings your photos and images to life as full-size, easily navigable galleries.\";s:4:\"sort\";s:2:\"22\";s:20:\"recommendation_order\";s:2:\"12\";s:10:\"introduced\";s:3:\"1.5\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:17:\"Photos and Videos\";s:7:\"feature\";s:21:\"Appearance, Jumpstart\";s:25:\"additional_search_queries\";s:80:\"gallery, carousel, diaporama, slideshow, images, lightbox, exif, metadata, image\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"5813eda53235a9a81a69b1f6a4a15db6\";a:15:{s:4:\"name\";s:13:\"Comment Likes\";s:11:\"description\";s:64:\"Increase visitor engagement by adding a Like button to comments.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"39\";s:20:\"recommendation_order\";s:2:\"17\";s:10:\"introduced\";s:3:\"5.1\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:6:\"Social\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:37:\"like widget, like button, like, likes\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"7ef4ca32a1c84fc10ef50c8293cae5df\";a:15:{s:4:\"name\";s:8:\"Comments\";s:11:\"description\";s:80:\"Let readers use WordPress.com, Twitter, Facebook, or Google+ accounts to comment\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"20\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"1.4\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:6:\"Social\";s:7:\"feature\";s:10:\"Engagement\";s:25:\"additional_search_queries\";s:53:\"comments, comment, facebook, twitter, google+, social\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"c5331bfc2648dfeeebe486736d79a72c\";a:15:{s:4:\"name\";s:12:\"Contact Form\";s:11:\"description\";s:57:\"Insert a customizable contact form anywhere on your site.\";s:14:\"jumpstart_desc\";s:111:\"Adds a button to your post and page editors, allowing you to build simple forms to help visitors stay in touch.\";s:4:\"sort\";s:2:\"15\";s:20:\"recommendation_order\";s:2:\"14\";s:10:\"introduced\";s:3:\"1.3\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:5:\"Other\";s:7:\"feature\";s:18:\"Writing, Jumpstart\";s:25:\"additional_search_queries\";s:44:\"contact, form, grunion, feedback, submission\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"707c77d2e8cb0c12d094e5423c8beda8\";a:15:{s:4:\"name\";s:20:\"Custom content types\";s:11:\"description\";s:74:\"Display different types of content on your site with custom content types.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"34\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"3.1\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:7:\"Writing\";s:7:\"feature\";s:7:\"Writing\";s:25:\"additional_search_queries\";s:72:\"cpt, custom post types, portfolio, portfolios, testimonial, testimonials\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"cd499b1678cfe3aabfc8ca0d3eb7e8b9\";a:15:{s:4:\"name\";s:10:\"Custom CSS\";s:11:\"description\";s:53:\"Tweak your site’s CSS without modifying your theme.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:1:\"2\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"1.7\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:10:\"Appearance\";s:7:\"feature\";s:10:\"Appearance\";s:25:\"additional_search_queries\";s:108:\"css, customize, custom, style, editor, less, sass, preprocessor, font, mobile, appearance, theme, stylesheet\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"7d266d6546645f42cf52a66387699c50\";a:15:{s:4:\"name\";s:0:\"\";s:11:\"description\";s:0:\"\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:0:\"\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:0:\"\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:0:\"\";s:13:\"auto_activate\";s:0:\"\";s:11:\"module_tags\";s:0:\"\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:0:\"\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"5d436678d5e010ac6b0f157aa1021554\";a:15:{s:4:\"name\";s:21:\"Enhanced Distribution\";s:11:\"description\";s:27:\"Increase reach and traffic.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:1:\"5\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"1.2\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:6:\"Public\";s:11:\"module_tags\";s:7:\"Writing\";s:7:\"feature\";s:10:\"Engagement\";s:25:\"additional_search_queries\";s:54:\"google, seo, firehose, search, broadcast, broadcasting\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"092b94702bb483a5472578283c2103d6\";a:15:{s:4:\"name\";s:16:\"Google Analytics\";s:11:\"description\";s:56:\"Set up Google Analytics without touching a line of code.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"37\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"4.5\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:0:\"\";s:7:\"feature\";s:10:\"Engagement\";s:25:\"additional_search_queries\";s:37:\"webmaster, google, analytics, console\";s:12:\"plan_classes\";s:17:\"business, premium\";}s:32:\"6bd77e09440df2b63044cf8cb7963773\";a:15:{s:4:\"name\";s:0:\"\";s:11:\"description\";s:0:\"\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:0:\"\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:0:\"\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:0:\"\";s:13:\"auto_activate\";s:0:\"\";s:11:\"module_tags\";s:0:\"\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:0:\"\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"ee1a10e2ef5733ab19eb1eb552d5ecb3\";a:15:{s:4:\"name\";s:19:\"Gravatar Hovercards\";s:11:\"description\";s:58:\"Enable pop-up business cards over commenters’ Gravatars.\";s:14:\"jumpstart_desc\";s:131:\"Let commenters link their profiles to their Gravatar accounts, making it easy for your visitors to learn more about your community.\";s:4:\"sort\";s:2:\"11\";s:20:\"recommendation_order\";s:2:\"13\";s:10:\"introduced\";s:3:\"1.1\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:18:\"Social, Appearance\";s:7:\"feature\";s:21:\"Appearance, Jumpstart\";s:25:\"additional_search_queries\";s:20:\"gravatar, hovercards\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"284c08538b0bdc266315b2cf80b9c044\";a:15:{s:4:\"name\";s:0:\"\";s:11:\"description\";s:0:\"\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:0:\"\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:0:\"\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:0:\"\";s:13:\"auto_activate\";s:0:\"\";s:11:\"module_tags\";s:0:\"\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:0:\"\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"0ce5c3ac630dea9f41215e48bb0f52f3\";a:15:{s:4:\"name\";s:15:\"Infinite Scroll\";s:11:\"description\";s:53:\"Automatically load new content when a visitor scrolls\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"26\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"2.0\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:10:\"Appearance\";s:7:\"feature\";s:10:\"Appearance\";s:25:\"additional_search_queries\";s:33:\"scroll, infinite, infinite scroll\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"87da2858d4f9cadb6a44fdcf32e8d2b5\";a:15:{s:4:\"name\";s:8:\"JSON API\";s:11:\"description\";s:51:\"Allow applications to securely access your content.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"19\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"1.9\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:6:\"Public\";s:11:\"module_tags\";s:19:\"Writing, Developers\";s:7:\"feature\";s:7:\"General\";s:25:\"additional_search_queries\";s:50:\"api, rest, develop, developers, json, klout, oauth\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"004962cb7cb9ec2b64769ac4df509217\";a:15:{s:4:\"name\";s:14:\"Beautiful Math\";s:11:\"description\";s:57:\"Use LaTeX markup for complex equations and other geekery.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"12\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"1.1\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:7:\"Writing\";s:7:\"feature\";s:7:\"Writing\";s:25:\"additional_search_queries\";s:47:\"latex, math, equation, equations, formula, code\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"7f408184bee8850d439c01322867e72c\";a:15:{s:4:\"name\";s:11:\"Lazy Images\";s:11:\"description\";s:16:\"Lazy load images\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"24\";s:20:\"recommendation_order\";s:2:\"14\";s:10:\"introduced\";s:5:\"5.6.0\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:23:\"Appearance, Recommended\";s:7:\"feature\";s:10:\"Appearance\";s:25:\"additional_search_queries\";s:33:\"mobile, theme, performance, image\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"2ad914b747f382ae918ed3b37077d4a1\";a:15:{s:4:\"name\";s:5:\"Likes\";s:11:\"description\";s:63:\"Give visitors an easy way to show they appreciate your content.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"23\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"2.2\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:6:\"Social\";s:7:\"feature\";s:10:\"Engagement\";s:25:\"additional_search_queries\";s:26:\"like, likes, wordpress.com\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"b347263e3470979442ebf0514e41e893\";a:15:{s:4:\"name\";s:6:\"Manage\";s:11:\"description\";s:54:\"Manage all of your sites from a centralized dashboard.\";s:14:\"jumpstart_desc\";s:151:\"Helps you remotely manage plugins, turn on automated updates, and more from <a href=\"https://wordpress.com/plugins/\" target=\"_blank\">wordpress.com</a>.\";s:4:\"sort\";s:1:\"1\";s:20:\"recommendation_order\";s:1:\"3\";s:10:\"introduced\";s:3:\"3.4\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:35:\"Centralized Management, Recommended\";s:7:\"feature\";s:7:\"General\";s:25:\"additional_search_queries\";s:26:\"manage, management, remote\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"589982245aa6f495b72ab7cf57a1a48e\";a:15:{s:4:\"name\";s:8:\"Markdown\";s:11:\"description\";s:50:\"Write posts or pages in plain-text Markdown syntax\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"31\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"2.8\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:7:\"Writing\";s:7:\"feature\";s:7:\"Writing\";s:25:\"additional_search_queries\";s:12:\"md, markdown\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"d3bec8e063d637bc285018241b783725\";a:15:{s:4:\"name\";s:21:\"WordPress.com Toolbar\";s:11:\"description\";s:91:\"Replaces the admin bar with a useful toolbar to quickly manage your site via WordPress.com.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"38\";s:20:\"recommendation_order\";s:2:\"16\";s:10:\"introduced\";s:3:\"4.8\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:7:\"General\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:19:\"adminbar, masterbar\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"6ab1c3e749bcfba2dedbaebe6c9fc614\";a:15:{s:4:\"name\";s:12:\"Mobile Theme\";s:11:\"description\";s:31:\"Enable the Jetpack Mobile theme\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"21\";s:20:\"recommendation_order\";s:2:\"11\";s:10:\"introduced\";s:3:\"1.8\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:31:\"Appearance, Mobile, Recommended\";s:7:\"feature\";s:10:\"Appearance\";s:25:\"additional_search_queries\";s:24:\"mobile, theme, minileven\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"b7be7da643ec641511839ecc6afb6def\";a:15:{s:4:\"name\";s:0:\"\";s:11:\"description\";s:0:\"\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:0:\"\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:0:\"\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:0:\"\";s:13:\"auto_activate\";s:0:\"\";s:11:\"module_tags\";s:0:\"\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:0:\"\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"d54f83ff429a8a37ace796de98459411\";a:15:{s:4:\"name\";s:0:\"\";s:11:\"description\";s:0:\"\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:0:\"\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:0:\"\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:0:\"\";s:13:\"auto_activate\";s:0:\"\";s:11:\"module_tags\";s:0:\"\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:0:\"\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"0f8b373fa12c825162c0b0bc20b8bbdd\";a:15:{s:4:\"name\";s:0:\"\";s:11:\"description\";s:0:\"\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:0:\"\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:0:\"\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:0:\"\";s:13:\"auto_activate\";s:0:\"\";s:11:\"module_tags\";s:0:\"\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:0:\"\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"5d7b0750cb34a4a72a44fa67790de639\";a:15:{s:4:\"name\";s:0:\"\";s:11:\"description\";s:0:\"\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:0:\"\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:0:\"\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:0:\"\";s:13:\"auto_activate\";s:0:\"\";s:11:\"module_tags\";s:0:\"\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:0:\"\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"f07fde8db279ffb0116c727df72c6374\";a:15:{s:4:\"name\";s:7:\"Monitor\";s:11:\"description\";s:61:\"Receive immediate notifications if your site goes down, 24/7.\";s:14:\"jumpstart_desc\";s:61:\"Receive immediate notifications if your site goes down, 24/7.\";s:4:\"sort\";s:2:\"28\";s:20:\"recommendation_order\";s:2:\"10\";s:10:\"introduced\";s:3:\"2.6\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:11:\"Recommended\";s:7:\"feature\";s:19:\"Security, Jumpstart\";s:25:\"additional_search_queries\";s:37:\"monitor, uptime, downtime, monitoring\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"136a5445a49150db75472862f3d3aefb\";a:15:{s:4:\"name\";s:13:\"Notifications\";s:11:\"description\";s:57:\"Receive instant notifications of site comments and likes.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"13\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"1.9\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:5:\"Other\";s:7:\"feature\";s:7:\"General\";s:25:\"additional_search_queries\";s:62:\"notification, notifications, toolbar, adminbar, push, comments\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"395d8ae651afabb54d1e98440674b384\";a:15:{s:4:\"name\";s:0:\"\";s:11:\"description\";s:0:\"\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:0:\"\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:0:\"\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:0:\"\";s:13:\"auto_activate\";s:0:\"\";s:11:\"module_tags\";s:0:\"\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:0:\"\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"4484ac68583fbbaab0ef698cdc986950\";a:15:{s:4:\"name\";s:6:\"Photon\";s:11:\"description\";s:29:\"Serve images from our servers\";s:14:\"jumpstart_desc\";s:141:\"Mirrors and serves your images from our free and fast image CDN, improving your site’s performance with no additional load on your servers.\";s:4:\"sort\";s:2:\"25\";s:20:\"recommendation_order\";s:1:\"1\";s:10:\"introduced\";s:3:\"2.0\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:42:\"Photos and Videos, Appearance, Recommended\";s:7:\"feature\";s:34:\"Recommended, Jumpstart, Appearance\";s:25:\"additional_search_queries\";s:38:\"photon, image, cdn, performance, speed\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"6f30193afa5b1360e3fa2676501b5e3a\";a:15:{s:4:\"name\";s:13:\"Post by email\";s:11:\"description\";s:33:\"Publish posts by sending an email\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"14\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"2.0\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:7:\"Writing\";s:7:\"feature\";s:7:\"Writing\";s:25:\"additional_search_queries\";s:20:\"post by email, email\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"3e9f8bd3755d92e8e5d06966a957beb8\";a:15:{s:4:\"name\";s:7:\"Protect\";s:11:\"description\";s:41:\"Block suspicious-looking sign in activity\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:1:\"1\";s:20:\"recommendation_order\";s:1:\"4\";s:10:\"introduced\";s:3:\"3.4\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:11:\"Recommended\";s:7:\"feature\";s:8:\"Security\";s:25:\"additional_search_queries\";s:65:\"security, secure, protection, botnet, brute force, protect, login\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"0cacc8ab2145ad11cb54d181a98aa550\";a:15:{s:4:\"name\";s:9:\"Publicize\";s:11:\"description\";s:27:\"Automated social marketing.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"10\";s:20:\"recommendation_order\";s:1:\"7\";s:10:\"introduced\";s:3:\"2.0\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:19:\"Social, Recommended\";s:7:\"feature\";s:10:\"Engagement\";s:25:\"additional_search_queries\";s:107:\"facebook, twitter, google+, googleplus, google, path, tumblr, linkedin, social, tweet, connections, sharing\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"a528c2f803a92c5c2effa67cd33ab33a\";a:15:{s:4:\"name\";s:20:\"Progressive Web Apps\";s:11:\"description\";s:85:\"Speed up and improve the reliability of your site using the latest in web technology.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"38\";s:20:\"recommendation_order\";s:2:\"18\";s:10:\"introduced\";s:5:\"5.6.0\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:10:\"Developers\";s:7:\"feature\";s:7:\"Traffic\";s:25:\"additional_search_queries\";s:26:\"manifest, pwa, progressive\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"329b8efce059081d46936ece0c6736b3\";a:15:{s:4:\"name\";s:0:\"\";s:11:\"description\";s:0:\"\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:0:\"\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:0:\"\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:0:\"\";s:13:\"auto_activate\";s:0:\"\";s:11:\"module_tags\";s:0:\"\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:0:\"\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"5fdd42d482712fbdaf000b28ea7adce9\";a:15:{s:4:\"name\";s:13:\"Related posts\";s:11:\"description\";s:64:\"Increase page views by showing related content to your visitors.\";s:14:\"jumpstart_desc\";s:113:\"Keep visitors engaged on your blog by highlighting relevant and new content at the bottom of each published post.\";s:4:\"sort\";s:2:\"29\";s:20:\"recommendation_order\";s:1:\"9\";s:10:\"introduced\";s:3:\"2.9\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:11:\"Recommended\";s:7:\"feature\";s:21:\"Engagement, Jumpstart\";s:25:\"additional_search_queries\";s:22:\"related, related posts\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"2c5096ef610018e98a8bcccfbea4471e\";a:15:{s:4:\"name\";s:6:\"Search\";s:11:\"description\";s:41:\"Enhanced search, powered by Elasticsearch\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"34\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"5.0\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:5:\"false\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:0:\"\";s:7:\"feature\";s:6:\"Search\";s:25:\"additional_search_queries\";s:6:\"search\";s:12:\"plan_classes\";s:8:\"business\";}s:32:\"0d81dd7df3ad2f245e84fd4fb66bf829\";a:15:{s:4:\"name\";s:9:\"SEO Tools\";s:11:\"description\";s:50:\"Better results on search engines and social media.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"35\";s:20:\"recommendation_order\";s:2:\"15\";s:10:\"introduced\";s:3:\"4.4\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:18:\"Social, Appearance\";s:7:\"feature\";s:7:\"Traffic\";s:25:\"additional_search_queries\";s:81:\"search engine optimization, social preview, meta description, custom title format\";s:12:\"plan_classes\";s:17:\"business, premium\";}s:32:\"32aaa676b3b6c9f3ef22430e1e0bca24\";a:15:{s:4:\"name\";s:7:\"Sharing\";s:11:\"description\";s:37:\"Allow visitors to share your content.\";s:14:\"jumpstart_desc\";s:116:\"Twitter, Facebook and Google+ buttons at the bottom of each post, making it easy for visitors to share your content.\";s:4:\"sort\";s:1:\"7\";s:20:\"recommendation_order\";s:1:\"6\";s:10:\"introduced\";s:3:\"1.1\";s:7:\"changed\";s:3:\"1.2\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:19:\"Social, Recommended\";s:7:\"feature\";s:21:\"Engagement, Jumpstart\";s:25:\"additional_search_queries\";s:141:\"share, sharing, sharedaddy, buttons, icons, email, facebook, twitter, google+, linkedin, pinterest, pocket, press this, print, reddit, tumblr\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"948472b453cda59b38bb7c37af889af0\";a:15:{s:4:\"name\";s:16:\"Shortcode Embeds\";s:11:\"description\";s:50:\"Embed media from popular sites without any coding.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:1:\"3\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"1.1\";s:7:\"changed\";s:3:\"1.2\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:46:\"Photos and Videos, Social, Writing, Appearance\";s:7:\"feature\";s:7:\"Writing\";s:25:\"additional_search_queries\";s:236:\"shortcodes, shortcode, embeds, media, bandcamp, dailymotion, facebook, flickr, google calendars, google maps, google+, polldaddy, recipe, recipes, scribd, slideshare, slideshow, slideshows, soundcloud, ted, twitter, vimeo, vine, youtube\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"7d00a6ca0a79fbe893275aaf6ed6ae42\";a:15:{s:4:\"name\";s:16:\"WP.me Shortlinks\";s:11:\"description\";s:54:\"Create short and simple links for all posts and pages.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:1:\"8\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"1.1\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:6:\"Social\";s:7:\"feature\";s:7:\"Writing\";s:25:\"additional_search_queries\";s:17:\"shortlinks, wp.me\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"372e711395f23c466e04d4fd07f73099\";a:15:{s:4:\"name\";s:0:\"\";s:11:\"description\";s:0:\"\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:0:\"\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:0:\"\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:0:\"\";s:13:\"auto_activate\";s:0:\"\";s:11:\"module_tags\";s:0:\"\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:0:\"\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"2ea687cec293289a2a3e5f0459e79768\";a:15:{s:4:\"name\";s:8:\"Sitemaps\";s:11:\"description\";s:50:\"Make it easy for search engines to find your site.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"13\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"3.9\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:6:\"Public\";s:11:\"module_tags\";s:20:\"Recommended, Traffic\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:39:\"sitemap, traffic, search, site map, seo\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"2fe9dc2c7389d4f0825a0b23bc8b19d1\";a:15:{s:4:\"name\";s:0:\"\";s:11:\"description\";s:0:\"\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:0:\"\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:0:\"\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:0:\"\";s:13:\"auto_activate\";s:0:\"\";s:11:\"module_tags\";s:0:\"\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:0:\"\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"e7cf8a7e0f151ccf7cbdc6d8f118f316\";a:15:{s:4:\"name\";s:14:\"Single Sign On\";s:11:\"description\";s:62:\"Allow users to log into this site using WordPress.com accounts\";s:14:\"jumpstart_desc\";s:98:\"Lets you log in to all your Jetpack-enabled sites with one click using your WordPress.com account.\";s:4:\"sort\";s:2:\"30\";s:20:\"recommendation_order\";s:1:\"5\";s:10:\"introduced\";s:3:\"2.6\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:10:\"Developers\";s:7:\"feature\";s:19:\"Security, Jumpstart\";s:25:\"additional_search_queries\";s:34:\"sso, single sign on, login, log in\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"34fb073ed896af853ed48bd5739240cb\";a:15:{s:4:\"name\";s:10:\"Site Stats\";s:11:\"description\";s:44:\"Collect valuable traffic stats and insights.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:1:\"1\";s:20:\"recommendation_order\";s:1:\"2\";s:10:\"introduced\";s:3:\"1.1\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:23:\"Site Stats, Recommended\";s:7:\"feature\";s:10:\"Engagement\";s:25:\"additional_search_queries\";s:54:\"statistics, tracking, analytics, views, traffic, stats\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"8de0dfff24a17cf0fa0011dfc691a3f3\";a:15:{s:4:\"name\";s:13:\"Subscriptions\";s:11:\"description\";s:87:\"Allow users to subscribe to your posts and comments and receive notifications via email\";s:14:\"jumpstart_desc\";s:126:\"Give visitors two easy subscription options — while commenting, or via a separate email subscription widget you can display.\";s:4:\"sort\";s:1:\"9\";s:20:\"recommendation_order\";s:1:\"8\";s:10:\"introduced\";s:3:\"1.2\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:6:\"Social\";s:7:\"feature\";s:21:\"Engagement, Jumpstart\";s:25:\"additional_search_queries\";s:74:\"subscriptions, subscription, email, follow, followers, subscribers, signup\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"4744f348db095538d3edcacb0ed99c89\";a:15:{s:4:\"name\";s:0:\"\";s:11:\"description\";s:0:\"\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:0:\"\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:0:\"\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:0:\"\";s:13:\"auto_activate\";s:0:\"\";s:11:\"module_tags\";s:0:\"\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:0:\"\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"d89db0d934b39f86065ff58e73594070\";a:15:{s:4:\"name\";s:15:\"Tiled Galleries\";s:11:\"description\";s:61:\"Display image galleries in a variety of elegant arrangements.\";s:14:\"jumpstart_desc\";s:61:\"Display image galleries in a variety of elegant arrangements.\";s:4:\"sort\";s:2:\"24\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"2.1\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:17:\"Photos and Videos\";s:7:\"feature\";s:21:\"Appearance, Jumpstart\";s:25:\"additional_search_queries\";s:43:\"gallery, tiles, tiled, grid, mosaic, images\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"01987a7ba5e19786f2992501add8181a\";a:15:{s:4:\"name\";s:0:\"\";s:11:\"description\";s:0:\"\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:0:\"\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:0:\"\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:0:\"\";s:13:\"auto_activate\";s:0:\"\";s:11:\"module_tags\";s:0:\"\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:0:\"\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"20459cc462babfc5a82adf6b34f6e8b1\";a:15:{s:4:\"name\";s:12:\"Data Backups\";s:11:\"description\";s:54:\"Off-site backups, security scans, and automatic fixes.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"32\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:5:\"0:1.2\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:5:\"false\";s:4:\"free\";s:5:\"false\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:0:\"\";s:7:\"feature\";s:16:\"Security, Health\";s:25:\"additional_search_queries\";s:28:\"vaultpress, backup, security\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"836245eb0a8f0c5272542305a88940c1\";a:15:{s:4:\"name\";s:17:\"Site verification\";s:11:\"description\";s:58:\"Establish your site\'s authenticity with external services.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"33\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"3.0\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:0:\"\";s:7:\"feature\";s:10:\"Engagement\";s:25:\"additional_search_queries\";s:56:\"webmaster, seo, google, bing, pinterest, search, console\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"e94397a5c47c1be995eff613e65a674f\";a:15:{s:4:\"name\";s:10:\"VideoPress\";s:11:\"description\";s:27:\"Fast, ad-free video hosting\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"27\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"2.5\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:5:\"false\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:0:\"\";s:11:\"module_tags\";s:17:\"Photos and Videos\";s:7:\"feature\";s:7:\"Writing\";s:25:\"additional_search_queries\";s:25:\"video, videos, videopress\";s:12:\"plan_classes\";s:17:\"business, premium\";}s:32:\"032cd76e08467c732ccb026efda0c9cd\";a:15:{s:4:\"name\";s:17:\"Widget Visibility\";s:11:\"description\";s:42:\"Control where widgets appear on your site.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"17\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"2.4\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:10:\"Appearance\";s:7:\"feature\";s:10:\"Appearance\";s:25:\"additional_search_queries\";s:54:\"widget visibility, logic, conditional, widgets, widget\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"9b3e84beedf2e96f1ac5dd6498d2b1aa\";a:15:{s:4:\"name\";s:21:\"Extra Sidebar Widgets\";s:11:\"description\";s:54:\"Add images, Twitter streams, and more to your sidebar.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:1:\"4\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"1.2\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:18:\"Social, Appearance\";s:7:\"feature\";s:10:\"Appearance\";s:25:\"additional_search_queries\";s:65:\"widget, widgets, facebook, gallery, twitter, gravatar, image, rss\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"7724fd9600745cf93e37cc09282e1a37\";a:15:{s:4:\"name\";s:3:\"Ads\";s:11:\"description\";s:60:\"Earn income by allowing Jetpack to display high quality ads.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:1:\"1\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:5:\"4.5.0\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:19:\"Traffic, Appearance\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:26:\"advertising, ad codes, ads\";s:12:\"plan_classes\";s:17:\"premium, business\";}s:32:\"5b8f8e5b5a1887e3c0393cb78d5143a3\";a:15:{s:4:\"name\";s:0:\"\";s:11:\"description\";s:0:\"\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:0:\"\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:0:\"\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:0:\"\";s:13:\"auto_activate\";s:0:\"\";s:11:\"module_tags\";s:0:\"\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:0:\"\";s:12:\"plan_classes\";s:0:\"\";}}','no'),(402,'jetpack_available_modules','a:1:{s:3:\"6.1\";a:43:{s:18:\"after-the-deadline\";s:3:\"1.1\";s:8:\"carousel\";s:3:\"1.5\";s:13:\"comment-likes\";s:3:\"5.1\";s:8:\"comments\";s:3:\"1.4\";s:12:\"contact-form\";s:3:\"1.3\";s:20:\"custom-content-types\";s:3:\"3.1\";s:10:\"custom-css\";s:3:\"1.7\";s:21:\"enhanced-distribution\";s:3:\"1.2\";s:16:\"google-analytics\";s:3:\"4.5\";s:19:\"gravatar-hovercards\";s:3:\"1.1\";s:15:\"infinite-scroll\";s:3:\"2.0\";s:8:\"json-api\";s:3:\"1.9\";s:5:\"latex\";s:3:\"1.1\";s:11:\"lazy-images\";s:5:\"5.6.0\";s:5:\"likes\";s:3:\"2.2\";s:6:\"manage\";s:3:\"3.4\";s:8:\"markdown\";s:3:\"2.8\";s:9:\"masterbar\";s:3:\"4.8\";s:9:\"minileven\";s:3:\"1.8\";s:7:\"monitor\";s:3:\"2.6\";s:5:\"notes\";s:3:\"1.9\";s:6:\"photon\";s:3:\"2.0\";s:13:\"post-by-email\";s:3:\"2.0\";s:7:\"protect\";s:3:\"3.4\";s:9:\"publicize\";s:3:\"2.0\";s:3:\"pwa\";s:5:\"5.6.0\";s:13:\"related-posts\";s:3:\"2.9\";s:6:\"search\";s:3:\"5.0\";s:9:\"seo-tools\";s:3:\"4.4\";s:10:\"sharedaddy\";s:3:\"1.1\";s:10:\"shortcodes\";s:3:\"1.1\";s:10:\"shortlinks\";s:3:\"1.1\";s:8:\"sitemaps\";s:3:\"3.9\";s:3:\"sso\";s:3:\"2.6\";s:5:\"stats\";s:3:\"1.1\";s:13:\"subscriptions\";s:3:\"1.2\";s:13:\"tiled-gallery\";s:3:\"2.1\";s:10:\"vaultpress\";s:5:\"0:1.2\";s:18:\"verification-tools\";s:3:\"3.0\";s:10:\"videopress\";s:3:\"2.5\";s:17:\"widget-visibility\";s:3:\"2.4\";s:7:\"widgets\";s:3:\"1.2\";s:7:\"wordads\";s:5:\"4.5.0\";}}','yes'),(403,'jetpack_options','a:2:{s:7:\"version\";s:14:\"6.1:1525566645\";s:11:\"old_version\";s:14:\"6.1:1525566645\";}','yes'),(405,'do_activate','0','yes'),(412,'woocommerce_store_address','','yes'),(413,'woocommerce_store_address_2','','yes'),(414,'woocommerce_store_city','','yes'),(415,'woocommerce_default_country','GB','yes'),(416,'woocommerce_store_postcode','','yes'),(417,'woocommerce_allowed_countries','all','yes'),(418,'woocommerce_all_except_countries','','yes'),(419,'woocommerce_specific_allowed_countries','','yes'),(420,'woocommerce_ship_to_countries','','yes'),(421,'woocommerce_specific_ship_to_countries','','yes'),(422,'woocommerce_default_customer_address','geolocation','yes'),(423,'woocommerce_calc_taxes','no','yes'),(424,'woocommerce_currency','GBP','yes'),(425,'woocommerce_currency_pos','left','yes'),(426,'woocommerce_price_thousand_sep',',','yes'),(427,'woocommerce_price_decimal_sep','.','yes'),(428,'woocommerce_price_num_decimals','2','yes'),(429,'woocommerce_shop_page_id','','yes'),(430,'woocommerce_cart_redirect_after_add','no','yes'),(431,'woocommerce_enable_ajax_add_to_cart','yes','yes'),(432,'woocommerce_weight_unit','kg','yes'),(433,'woocommerce_dimension_unit','cm','yes'),(434,'woocommerce_enable_reviews','yes','yes'),(435,'woocommerce_review_rating_verification_label','yes','no'),(436,'woocommerce_review_rating_verification_required','no','no'),(437,'woocommerce_enable_review_rating','yes','yes'),(438,'woocommerce_review_rating_required','yes','no'),(439,'woocommerce_manage_stock','yes','yes'),(440,'woocommerce_hold_stock_minutes','60','no'),(441,'woocommerce_notify_low_stock','yes','no'),(442,'woocommerce_notify_no_stock','yes','no'),(443,'woocommerce_stock_email_recipient','willykelly@rocketmail.com','no'),(444,'woocommerce_notify_low_stock_amount','2','no'),(445,'woocommerce_notify_no_stock_amount','0','yes'),(446,'woocommerce_hide_out_of_stock_items','no','yes'),(447,'woocommerce_stock_format','','yes'),(448,'woocommerce_file_download_method','force','no'),(449,'woocommerce_downloads_require_login','no','no'),(450,'woocommerce_downloads_grant_access_after_payment','yes','no'),(451,'woocommerce_prices_include_tax','no','yes'),(452,'woocommerce_tax_based_on','shipping','yes'),(453,'woocommerce_shipping_tax_class','inherit','yes'),(454,'woocommerce_tax_round_at_subtotal','no','yes'),(455,'woocommerce_tax_classes','Reduced rate\r\nZero rate','yes'),(456,'woocommerce_tax_display_shop','excl','yes'),(457,'woocommerce_tax_display_cart','excl','no'),(458,'woocommerce_price_display_suffix','','yes'),(459,'woocommerce_tax_total_display','itemized','no'),(460,'woocommerce_enable_shipping_calc','yes','no'),(461,'woocommerce_shipping_cost_requires_address','no','no'),(462,'woocommerce_ship_to_destination','billing','no'),(463,'woocommerce_shipping_debug_mode','no','no'),(464,'woocommerce_enable_coupons','yes','yes'),(465,'woocommerce_calc_discounts_sequentially','no','no'),(466,'woocommerce_enable_guest_checkout','yes','no'),(467,'woocommerce_force_ssl_checkout','no','yes'),(468,'woocommerce_unforce_ssl_checkout','no','yes'),(469,'woocommerce_cart_page_id','','yes'),(470,'woocommerce_checkout_page_id','','yes'),(471,'woocommerce_terms_page_id','','no'),(472,'woocommerce_checkout_pay_endpoint','order-pay','yes'),(473,'woocommerce_checkout_order_received_endpoint','order-received','yes'),(474,'woocommerce_myaccount_add_payment_method_endpoint','add-payment-method','yes'),(475,'woocommerce_myaccount_delete_payment_method_endpoint','delete-payment-method','yes'),(476,'woocommerce_myaccount_set_default_payment_method_endpoint','set-default-payment-method','yes'),(477,'woocommerce_myaccount_page_id','','yes'),(478,'woocommerce_enable_signup_and_login_from_checkout','yes','no'),(479,'woocommerce_enable_myaccount_registration','no','no'),(480,'woocommerce_enable_checkout_login_reminder','yes','no'),(481,'woocommerce_registration_generate_username','yes','no'),(482,'woocommerce_registration_generate_password','no','no'),(483,'woocommerce_myaccount_orders_endpoint','orders','yes'),(484,'woocommerce_myaccount_view_order_endpoint','view-order','yes'),(485,'woocommerce_myaccount_downloads_endpoint','downloads','yes'),(486,'woocommerce_myaccount_edit_account_endpoint','edit-account','yes'),(487,'woocommerce_myaccount_edit_address_endpoint','edit-address','yes'),(488,'woocommerce_myaccount_payment_methods_endpoint','payment-methods','yes'),(489,'woocommerce_myaccount_lost_password_endpoint','lost-password','yes'),(490,'woocommerce_logout_endpoint','customer-logout','yes'),(491,'woocommerce_email_from_name','Hearts and Music','no'),(492,'woocommerce_email_from_address','willykelly@rocketmail.com','no'),(493,'woocommerce_email_header_image','','no'),(494,'woocommerce_email_footer_text','{site_title}','no'),(495,'woocommerce_email_base_color','#96588a','no'),(496,'woocommerce_email_background_color','#f7f7f7','no'),(497,'woocommerce_email_body_background_color','#ffffff','no'),(498,'woocommerce_email_text_color','#3c3c3c','no'),(499,'woocommerce_api_enabled','yes','yes'),(500,'woocommerce_permalinks','a:5:{s:12:\"product_base\";s:7:\"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'),(501,'current_theme_supports_woocommerce','yes','yes'),(502,'woocommerce_queue_flush_rewrite_rules','no','yes'),(503,'_transient_wc_attribute_taxonomies','a:0:{}','yes'),(504,'product_cat_children','a:0:{}','yes'),(505,'default_product_cat','18','yes'),(508,'woocommerce_version','3.3.5','yes'),(509,'woocommerce_db_version','3.3.5','yes'),(510,'woocommerce_admin_notices','a:1:{i:0;s:7:\"install\";}','yes'),(511,'_transient_woocommerce_webhook_ids','a:0:{}','yes'),(512,'widget_woocommerce_widget_cart','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(513,'widget_woocommerce_layered_nav_filters','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(514,'widget_woocommerce_layered_nav','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(515,'widget_woocommerce_price_filter','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(516,'widget_woocommerce_product_categories','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(517,'widget_woocommerce_product_search','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(518,'widget_woocommerce_product_tag_cloud','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(519,'widget_woocommerce_products','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(520,'widget_woocommerce_recently_viewed_products','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(521,'widget_woocommerce_top_rated_products','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(522,'widget_woocommerce_recent_reviews','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(523,'widget_woocommerce_rating_filter','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(525,'_transient_wc_count_comments','O:8:\"stdClass\":7:{s:14:\"total_comments\";i:1;s:3:\"all\";i:1;s:8:\"approved\";s:1:\"1\";s:9:\"moderated\";i:0;s:4:\"spam\";i:0;s:5:\"trash\";i:0;s:12:\"post-trashed\";i:0;}','yes'),(526,'woocommerce_meta_box_errors','a:0:{}','yes'),(531,'_transient_timeout_wc_low_stock_count','1528158684','no'),(532,'_transient_wc_low_stock_count','0','no'),(533,'_transient_timeout_wc_outofstock_count','1528158684','no'),(534,'_transient_wc_outofstock_count','0','no'),(535,'txfx_plt_schema_version','3','yes'),(536,'widget_recent-posts-widget-with-thumbnails','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(547,'envira_gallery_116','1','yes'),(548,'envira_gallery_121','1','yes'),(549,'_amn_envira-lite_last_checked','1527033600','yes'),(550,'envira_gallery_review','a:2:{s:4:\"time\";i:1526662841;s:9:\"dismissed\";b:1;}','yes'),(908,'_transient_shipping-transient-version','1526662715','yes'),(909,'_transient_timeout_wc_shipping_method_count_1_1526662715','1529254715','no'),(910,'_transient_wc_shipping_method_count_1_1526662715','0','no'),(911,'_transient_is_multi_author','0','yes'),(997,'_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.6.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.6.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-4.9.6-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-4.9.6-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:5:\"4.9.6\";s:7:\"version\";s:5:\"4.9.6\";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:1527630844;s:15:\"version_checked\";s:5:\"4.9.6\";s:12:\"translations\";a:0:{}}','no'),(1012,'_site_transient_timeout_theme_roots','1527632643','no'),(1013,'_site_transient_theme_roots','a:11:{s:5:\"avira\";s:7:\"/themes\";s:6:\"avogue\";s:7:\"/themes\";s:10:\"easy-store\";s:7:\"/themes\";s:6:\"magzee\";s:7:\"/themes\";s:22:\"multipurpose-ecommerce\";s:7:\"/themes\";s:15:\"specia-standard\";s:7:\"/themes\";s:6:\"specia\";s:7:\"/themes\";s:13:\"twentyfifteen\";s:7:\"/themes\";s:15:\"twentyseventeen\";s:7:\"/themes\";s:13:\"twentysixteen\";s:7:\"/themes\";s:5:\"vogue\";s:7:\"/themes\";}','no'),(1015,'_site_transient_update_themes','O:8:\"stdClass\":4:{s:12:\"last_checked\";i:1527630847;s:7:\"checked\";a:11:{s:5:\"avira\";s:6:\"1.0.28\";s:6:\"avogue\";s:5:\"1.0.1\";s:10:\"easy-store\";s:5:\"1.0.5\";s:6:\"magzee\";s:5:\"1.1.2\";s:22:\"multipurpose-ecommerce\";s:5:\"0.3.2\";s:15:\"specia-standard\";s:3:\"2.0\";s:6:\"specia\";s:6:\"2.2.39\";s:13:\"twentyfifteen\";s:3:\"1.9\";s:15:\"twentyseventeen\";s:3:\"1.5\";s:13:\"twentysixteen\";s:3:\"1.4\";s:5:\"vogue\";s:6:\"1.4.19\";}s:8:\"response\";a:7:{s:5:\"avira\";a:4:{s:5:\"theme\";s:5:\"avira\";s:11:\"new_version\";s:6:\"1.0.31\";s:3:\"url\";s:35:\"https://wordpress.org/themes/avira/\";s:7:\"package\";s:54:\"https://downloads.wordpress.org/theme/avira.1.0.31.zip\";}s:10:\"easy-store\";a:4:{s:5:\"theme\";s:10:\"easy-store\";s:11:\"new_version\";s:5:\"1.0.8\";s:3:\"url\";s:40:\"https://wordpress.org/themes/easy-store/\";s:7:\"package\";s:58:\"https://downloads.wordpress.org/theme/easy-store.1.0.8.zip\";}s:6:\"magzee\";a:4:{s:5:\"theme\";s:6:\"magzee\";s:11:\"new_version\";s:5:\"1.1.6\";s:3:\"url\";s:36:\"https://wordpress.org/themes/magzee/\";s:7:\"package\";s:54:\"https://downloads.wordpress.org/theme/magzee.1.1.6.zip\";}s:6:\"specia\";a:4:{s:5:\"theme\";s:6:\"specia\";s:11:\"new_version\";s:6:\"2.2.42\";s:3:\"url\";s:36:\"https://wordpress.org/themes/specia/\";s:7:\"package\";s:55:\"https://downloads.wordpress.org/theme/specia.2.2.42.zip\";}s:13:\"twentyfifteen\";a:4:{s:5:\"theme\";s:13:\"twentyfifteen\";s:11:\"new_version\";s:3:\"2.0\";s:3:\"url\";s:43:\"https://wordpress.org/themes/twentyfifteen/\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/theme/twentyfifteen.2.0.zip\";}s:15:\"twentyseventeen\";a:4:{s:5:\"theme\";s:15:\"twentyseventeen\";s:11:\"new_version\";s:3:\"1.6\";s:3:\"url\";s:45:\"https://wordpress.org/themes/twentyseventeen/\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/theme/twentyseventeen.1.6.zip\";}s:13:\"twentysixteen\";a:4:{s:5:\"theme\";s:13:\"twentysixteen\";s:11:\"new_version\";s:3:\"1.5\";s:3:\"url\";s:43:\"https://wordpress.org/themes/twentysixteen/\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/theme/twentysixteen.1.5.zip\";}}s:12:\"translations\";a:0:{}}','no'),(1016,'_site_transient_update_plugins','O:8:\"stdClass\":4:{s:12:\"last_checked\";i:1527630848;s:8:\"response\";a:6:{s:19:\"akismet/akismet.php\";O:8:\"stdClass\":12:{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.7\";s:3:\"url\";s:38:\"https://wordpress.org/plugins/akismet/\";s:7:\"package\";s:56:\"https://downloads.wordpress.org/plugin/akismet.4.0.7.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:6:\"tested\";s:5:\"4.9.6\";s:12:\"requires_php\";b:0;s:13:\"compatibility\";O:8:\"stdClass\":0:{}}s:36:\"contact-form-7/wp-contact-form-7.php\";O:8:\"stdClass\":12:{s:2:\"id\";s:28:\"w.org/plugins/contact-form-7\";s:4:\"slug\";s:14:\"contact-form-7\";s:6:\"plugin\";s:36:\"contact-form-7/wp-contact-form-7.php\";s:11:\"new_version\";s:5:\"5.0.2\";s:3:\"url\";s:45:\"https://wordpress.org/plugins/contact-form-7/\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/plugin/contact-form-7.5.0.2.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:66:\"https://ps.w.org/contact-form-7/assets/icon-256x256.png?rev=984007\";s:2:\"1x\";s:66:\"https://ps.w.org/contact-form-7/assets/icon-128x128.png?rev=984007\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:69:\"https://ps.w.org/contact-form-7/assets/banner-1544x500.png?rev=860901\";s:2:\"1x\";s:68:\"https://ps.w.org/contact-form-7/assets/banner-772x250.png?rev=880427\";}s:11:\"banners_rtl\";a:0:{}s:6:\"tested\";s:5:\"4.9.6\";s:12:\"requires_php\";b:0;s:13:\"compatibility\";O:8:\"stdClass\":0:{}}s:19:\"jetpack/jetpack.php\";O:8:\"stdClass\":12:{s:2:\"id\";s:21:\"w.org/plugins/jetpack\";s:4:\"slug\";s:7:\"jetpack\";s:6:\"plugin\";s:19:\"jetpack/jetpack.php\";s:11:\"new_version\";s:5:\"6.1.1\";s:3:\"url\";s:38:\"https://wordpress.org/plugins/jetpack/\";s:7:\"package\";s:56:\"https://downloads.wordpress.org/plugin/jetpack.6.1.1.zip\";s:5:\"icons\";a:3:{s:2:\"2x\";s:60:\"https://ps.w.org/jetpack/assets/icon-256x256.png?rev=1791404\";s:2:\"1x\";s:52:\"https://ps.w.org/jetpack/assets/icon.svg?rev=1791404\";s:3:\"svg\";s:52:\"https://ps.w.org/jetpack/assets/icon.svg?rev=1791404\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:63:\"https://ps.w.org/jetpack/assets/banner-1544x500.png?rev=1791404\";s:2:\"1x\";s:62:\"https://ps.w.org/jetpack/assets/banner-772x250.png?rev=1791404\";}s:11:\"banners_rtl\";a:0:{}s:6:\"tested\";s:5:\"4.9.6\";s:12:\"requires_php\";b:0;s:13:\"compatibility\";O:8:\"stdClass\":0:{}}s:75:\"recent-posts-widget-with-thumbnails/recent-posts-widget-with-thumbnails.php\";O:8:\"stdClass\":13:{s:2:\"id\";s:49:\"w.org/plugins/recent-posts-widget-with-thumbnails\";s:4:\"slug\";s:35:\"recent-posts-widget-with-thumbnails\";s:6:\"plugin\";s:75:\"recent-posts-widget-with-thumbnails/recent-posts-widget-with-thumbnails.php\";s:11:\"new_version\";s:3:\"6.2\";s:3:\"url\";s:66:\"https://wordpress.org/plugins/recent-posts-widget-with-thumbnails/\";s:7:\"package\";s:82:\"https://downloads.wordpress.org/plugin/recent-posts-widget-with-thumbnails.6.2.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:88:\"https://ps.w.org/recent-posts-widget-with-thumbnails/assets/icon-256x256.png?rev=1063492\";s:2:\"1x\";s:88:\"https://ps.w.org/recent-posts-widget-with-thumbnails/assets/icon-128x128.png?rev=1063492\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:91:\"https://ps.w.org/recent-posts-widget-with-thumbnails/assets/banner-1544x500.png?rev=1063492\";s:2:\"1x\";s:90:\"https://ps.w.org/recent-posts-widget-with-thumbnails/assets/banner-772x250.png?rev=1063492\";}s:11:\"banners_rtl\";a:0:{}s:14:\"upgrade_notice\";s:110:\"<p>Added option for category names as links, added subheadlines in the widget, tested with WordPress 4.9.5</p>\";s:6:\"tested\";s:5:\"4.9.5\";s:12:\"requires_php\";s:3:\"5.2\";s:13:\"compatibility\";O:8:\"stdClass\":0:{}}s:27:\"woocommerce/woocommerce.php\";O:8:\"stdClass\":12:{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.4.1\";s:3:\"url\";s:42:\"https://wordpress.org/plugins/woocommerce/\";s:7:\"package\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.3.4.1.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:6:\"tested\";s:5:\"4.9.6\";s:12:\"requires_php\";b:0;s:13:\"compatibility\";O:8:\"stdClass\":0:{}}s:24:\"wordpress-seo/wp-seo.php\";O:8:\"stdClass\":12:{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.5.1\";s:3:\"url\";s:44:\"https://wordpress.org/plugins/wordpress-seo/\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/plugin/wordpress-seo.7.5.1.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\";}s:6:\"tested\";s:5:\"4.9.5\";s:12:\"requires_php\";s:5:\"5.2.4\";s:13:\"compatibility\";O:8:\"stdClass\":0:{}}}s:12:\"translations\";a:0:{}s:9:\"no_update\";a:8:{s:49:\"content-aware-sidebars/content-aware-sidebars.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:36:\"w.org/plugins/content-aware-sidebars\";s:4:\"slug\";s:22:\"content-aware-sidebars\";s:6:\"plugin\";s:49:\"content-aware-sidebars/content-aware-sidebars.php\";s:11:\"new_version\";s:5:\"3.7.6\";s:3:\"url\";s:53:\"https://wordpress.org/plugins/content-aware-sidebars/\";s:7:\"package\";s:71:\"https://downloads.wordpress.org/plugin/content-aware-sidebars.3.7.6.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:75:\"https://ps.w.org/content-aware-sidebars/assets/icon-256x256.png?rev=1815877\";s:2:\"1x\";s:75:\"https://ps.w.org/content-aware-sidebars/assets/icon-128x128.png?rev=1815877\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:78:\"https://ps.w.org/content-aware-sidebars/assets/banner-1544x500.png?rev=1815877\";s:2:\"1x\";s:77:\"https://ps.w.org/content-aware-sidebars/assets/banner-772x250.png?rev=1815877\";}s:11:\"banners_rtl\";a:0:{}}s:43:\"envira-gallery-lite/envira-gallery-lite.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:33:\"w.org/plugins/envira-gallery-lite\";s:4:\"slug\";s:19:\"envira-gallery-lite\";s:6:\"plugin\";s:43:\"envira-gallery-lite/envira-gallery-lite.php\";s:11:\"new_version\";s:5:\"1.6.2\";s:3:\"url\";s:50:\"https://wordpress.org/plugins/envira-gallery-lite/\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/plugin/envira-gallery-lite.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:72:\"https://ps.w.org/envira-gallery-lite/assets/icon-256x256.png?rev=1100497\";s:2:\"1x\";s:72:\"https://ps.w.org/envira-gallery-lite/assets/icon-128x128.png?rev=1100497\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:75:\"https://ps.w.org/envira-gallery-lite/assets/banner-1544x500.jpg?rev=1686480\";s:2:\"1x\";s:74:\"https://ps.w.org/envira-gallery-lite/assets/banner-772x250.jpg?rev=1686480\";}s:11:\"banners_rtl\";a:0:{}}s:9:\"hello.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:25:\"w.org/plugins/hello-dolly\";s:4:\"slug\";s:11:\"hello-dolly\";s:6:\"plugin\";s:9:\"hello.php\";s:11:\"new_version\";s:3:\"1.6\";s:3:\"url\";s:42:\"https://wordpress.org/plugins/hello-dolly/\";s:7:\"package\";s:58:\"https://downloads.wordpress.org/plugin/hello-dolly.1.6.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:63:\"https://ps.w.org/hello-dolly/assets/icon-256x256.jpg?rev=969907\";s:2:\"1x\";s:63:\"https://ps.w.org/hello-dolly/assets/icon-128x128.jpg?rev=969907\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:65:\"https://ps.w.org/hello-dolly/assets/banner-772x250.png?rev=478342\";}s:11:\"banners_rtl\";a:0:{}}s:47:\"one-click-demo-import/one-click-demo-import.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:35:\"w.org/plugins/one-click-demo-import\";s:4:\"slug\";s:21:\"one-click-demo-import\";s:6:\"plugin\";s:47:\"one-click-demo-import/one-click-demo-import.php\";s:11:\"new_version\";s:5:\"2.5.0\";s:3:\"url\";s:52:\"https://wordpress.org/plugins/one-click-demo-import/\";s:7:\"package\";s:70:\"https://downloads.wordpress.org/plugin/one-click-demo-import.2.5.0.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:74:\"https://ps.w.org/one-click-demo-import/assets/icon-256x256.png?rev=1694310\";s:2:\"1x\";s:74:\"https://ps.w.org/one-click-demo-import/assets/icon-128x128.png?rev=1694310\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:77:\"https://ps.w.org/one-click-demo-import/assets/banner-1544x500.png?rev=1694310\";s:2:\"1x\";s:76:\"https://ps.w.org/one-click-demo-import/assets/banner-772x250.png?rev=1694310\";}s:11:\"banners_rtl\";a:0:{}}s:31:\"page-links-to/page-links-to.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:27:\"w.org/plugins/page-links-to\";s:4:\"slug\";s:13:\"page-links-to\";s:6:\"plugin\";s:31:\"page-links-to/page-links-to.php\";s:11:\"new_version\";s:6:\"2.9.10\";s:3:\"url\";s:44:\"https://wordpress.org/plugins/page-links-to/\";s:7:\"package\";s:56:\"https://downloads.wordpress.org/plugin/page-links-to.zip\";s:5:\"icons\";a:1:{s:7:\"default\";s:64:\"https://s.w.org/plugins/geopattern-icon/page-links-to_c8cfd8.svg\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:67:\"https://ps.w.org/page-links-to/assets/banner-772x250.png?rev=536046\";}s:11:\"banners_rtl\";a:0:{}}s:69:\"page-sidebar-for-twentyseventeen/page-sidebar-for-twentyseventeen.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:46:\"w.org/plugins/page-sidebar-for-twentyseventeen\";s:4:\"slug\";s:32:\"page-sidebar-for-twentyseventeen\";s:6:\"plugin\";s:69:\"page-sidebar-for-twentyseventeen/page-sidebar-for-twentyseventeen.php\";s:11:\"new_version\";s:3:\"1.1\";s:3:\"url\";s:63:\"https://wordpress.org/plugins/page-sidebar-for-twentyseventeen/\";s:7:\"package\";s:75:\"https://downloads.wordpress.org/plugin/page-sidebar-for-twentyseventeen.zip\";s:5:\"icons\";a:1:{s:7:\"default\";s:83:\"https://s.w.org/plugins/geopattern-icon/page-sidebar-for-twentyseventeen_85858a.svg\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:88:\"https://ps.w.org/page-sidebar-for-twentyseventeen/assets/banner-1544x500.jpg?rev=1723547\";s:2:\"1x\";s:87:\"https://ps.w.org/page-sidebar-for-twentyseventeen/assets/banner-772x250.jpg?rev=1723547\";}s:11:\"banners_rtl\";a:0:{}}s:27:\"wp-1-slider/wp-1-slider.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:25:\"w.org/plugins/wp-1-slider\";s:4:\"slug\";s:11:\"wp-1-slider\";s:6:\"plugin\";s:27:\"wp-1-slider/wp-1-slider.php\";s:11:\"new_version\";s:5:\"1.1.9\";s:3:\"url\";s:42:\"https://wordpress.org/plugins/wp-1-slider/\";s:7:\"package\";s:60:\"https://downloads.wordpress.org/plugin/wp-1-slider.1.1.9.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:64:\"https://ps.w.org/wp-1-slider/assets/icon-256x256.jpg?rev=1418595\";s:2:\"1x\";s:64:\"https://ps.w.org/wp-1-slider/assets/icon-128x128.jpg?rev=1418595\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:67:\"https://ps.w.org/wp-1-slider/assets/banner-1544x500.jpg?rev=1418595\";s:2:\"1x\";s:66:\"https://ps.w.org/wp-1-slider/assets/banner-772x250.jpg?rev=1418595\";}s:11:\"banners_rtl\";a:0:{}}s:35:\"wp-featherlight/wp-featherlight.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:29:\"w.org/plugins/wp-featherlight\";s:4:\"slug\";s:15:\"wp-featherlight\";s:6:\"plugin\";s:35:\"wp-featherlight/wp-featherlight.php\";s:11:\"new_version\";s:5:\"1.2.0\";s:3:\"url\";s:46:\"https://wordpress.org/plugins/wp-featherlight/\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/plugin/wp-featherlight.1.2.0.zip\";s:5:\"icons\";a:1:{s:7:\"default\";s:66:\"https://s.w.org/plugins/geopattern-icon/wp-featherlight_dae2e4.svg\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:70:\"https://ps.w.org/wp-featherlight/assets/banner-772x250.png?rev=1171224\";}s:11:\"banners_rtl\";a:0:{}}}}','no'),(1017,'_transient_timeout_external_ip_address_71.168.74.125','1528245621','no'),(1018,'_transient_external_ip_address_71.168.74.125','209.17.114.79','no'),(1020,'_transient_timeout__eg_cache_103','1527727264','no'),(1021,'_transient__eg_cache_103','a:3:{s:2:\"id\";i:103;s:6:\"config\";a:21:{s:4:\"type\";s:7:\"default\";s:7:\"columns\";s:1:\"3\";s:13:\"gallery_theme\";s:4:\"base\";s:23:\"justified_gallery_theme\";s:6:\"normal\";s:6:\"gutter\";i:20;s:6:\"margin\";i:20;s:10:\"image_size\";s:7:\"default\";s:10:\"crop_width\";i:600;s:11:\"crop_height\";i:600;s:4:\"crop\";i:0;s:12:\"lazy_loading\";i:1;s:18:\"lazy_loading_delay\";i:500;s:20:\"justified_row_height\";i:150;s:16:\"lightbox_enabled\";i:0;s:14:\"lightbox_theme\";s:4:\"base\";s:19:\"lightbox_image_size\";s:7:\"default\";s:13:\"title_display\";s:5:\"float\";s:7:\"classes\";a:1:{i:0;s:0:\"\";}s:3:\"rtl\";i:0;s:5:\"title\";s:26:\"Donna\'s Hand Painted Tiles\";s:4:\"slug\";s:25:\"donnas-hand-painted-tiles\";}s:7:\"gallery\";a:6:{i:111;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:91:\"http://heartsandmusic.com/wordpress2/wp-content/uploads/2018/05/dt-purpletulips-gallery.png\";s:5:\"title\";s:23:\"dt-purpletulips-gallery\";s:4:\"link\";s:91:\"http://heartsandmusic.com/wordpress2/wp-content/uploads/2018/05/dt-purpletulips-gallery.png\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:112;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:89:\"http://heartsandmusic.com/wordpress2/wp-content/uploads/2018/05/dt-nightsky-1-gallery.png\";s:5:\"title\";s:21:\"dt-nightsky-1-gallery\";s:4:\"link\";s:89:\"http://heartsandmusic.com/wordpress2/wp-content/uploads/2018/05/dt-nightsky-1-gallery.png\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:113;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:91:\"http://heartsandmusic.com/wordpress2/wp-content/uploads/2018/05/dt-birchtrees-1-gallery.png\";s:5:\"title\";s:23:\"dt-birchtrees-1-gallery\";s:4:\"link\";s:91:\"http://heartsandmusic.com/wordpress2/wp-content/uploads/2018/05/dt-birchtrees-1-gallery.png\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:114;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:88:\"http://heartsandmusic.com/wordpress2/wp-content/uploads/2018/05/dt-rainbow-1-gallery.png\";s:5:\"title\";s:20:\"dt-rainbow-1-gallery\";s:4:\"link\";s:88:\"http://heartsandmusic.com/wordpress2/wp-content/uploads/2018/05/dt-rainbow-1-gallery.png\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:115;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:91:\"http://heartsandmusic.com/wordpress2/wp-content/uploads/2018/05/dt-birchtrees-2-gallery.png\";s:5:\"title\";s:23:\"dt-birchtrees-2-gallery\";s:4:\"link\";s:91:\"http://heartsandmusic.com/wordpress2/wp-content/uploads/2018/05/dt-birchtrees-2-gallery.png\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:116;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:86:\"http://heartsandmusic.com/wordpress2/wp-content/uploads/2018/05/dt-dream-1-gallery.png\";s:5:\"title\";s:18:\"dt-dream-1-gallery\";s:4:\"link\";s:86:\"http://heartsandmusic.com/wordpress2/wp-content/uploads/2018/05/dt-dream-1-gallery.png\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}}}','no'); /*!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_520_ci DEFAULT NULL, `meta_value` longtext COLLATE utf8mb4_unicode_520_ci, PRIMARY KEY (`meta_id`), KEY `post_id` (`post_id`), KEY `meta_key` (`meta_key`(191)) ) ENGINE=InnoDB AUTO_INCREMENT=376 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_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'),(15,7,'_customize_changeset_uuid','9c09eda9-3288-497c-acce-24fcf212137d'),(18,8,'_customize_changeset_uuid','9c09eda9-3288-497c-acce-24fcf212137d'),(19,9,'_thumbnail_id','36'),(21,9,'_customize_changeset_uuid','9c09eda9-3288-497c-acce-24fcf212137d'),(24,10,'_customize_changeset_uuid','9c09eda9-3288-497c-acce-24fcf212137d'),(27,11,'_customize_changeset_uuid','9c09eda9-3288-497c-acce-24fcf212137d'),(28,12,'_edit_lock','1525200394:1'),(29,18,'_menu_item_type','custom'),(30,18,'_menu_item_menu_item_parent','0'),(31,18,'_menu_item_object_id','18'),(32,18,'_menu_item_object','custom'),(33,18,'_menu_item_target',''),(34,18,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(35,18,'_menu_item_xfn',''),(36,18,'_menu_item_url','http://heartsandmusic.com/wordpress2/'),(37,19,'_menu_item_type','post_type'),(38,19,'_menu_item_menu_item_parent','0'),(39,19,'_menu_item_object_id','8'),(40,19,'_menu_item_object','page'),(41,19,'_menu_item_target',''),(42,19,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(43,19,'_menu_item_xfn',''),(44,19,'_menu_item_url',''),(45,20,'_menu_item_type','post_type'),(46,20,'_menu_item_menu_item_parent','0'),(47,20,'_menu_item_object_id','10'),(48,20,'_menu_item_object','page'),(49,20,'_menu_item_target',''),(50,20,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(51,20,'_menu_item_xfn',''),(52,20,'_menu_item_url',''),(53,21,'_menu_item_type','post_type'),(54,21,'_menu_item_menu_item_parent','0'),(55,21,'_menu_item_object_id','9'),(56,21,'_menu_item_object','page'),(57,21,'_menu_item_target',''),(58,21,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(59,21,'_menu_item_xfn',''),(60,21,'_menu_item_url',''),(61,22,'_menu_item_type','custom'),(62,22,'_menu_item_menu_item_parent','0'),(63,22,'_menu_item_object_id','22'),(64,22,'_menu_item_object','custom'),(65,22,'_menu_item_target',''),(66,22,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(67,22,'_menu_item_xfn',''),(68,22,'_menu_item_url','https://www.yelp.com'),(69,23,'_menu_item_type','custom'),(70,23,'_menu_item_menu_item_parent','0'),(71,23,'_menu_item_object_id','23'),(72,23,'_menu_item_object','custom'),(73,23,'_menu_item_target',''),(74,23,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(75,23,'_menu_item_xfn',''),(76,23,'_menu_item_url','https://www.facebook.com/wordpress'),(77,24,'_menu_item_type','custom'),(78,24,'_menu_item_menu_item_parent','0'),(79,24,'_menu_item_object_id','24'),(80,24,'_menu_item_object','custom'),(81,24,'_menu_item_target',''),(82,24,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(83,24,'_menu_item_xfn',''),(84,24,'_menu_item_url','https://twitter.com/wordpress'),(85,25,'_menu_item_type','custom'),(86,25,'_menu_item_menu_item_parent','0'),(87,25,'_menu_item_object_id','25'),(88,25,'_menu_item_object','custom'),(89,25,'_menu_item_target',''),(90,25,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(91,25,'_menu_item_xfn',''),(92,25,'_menu_item_url','https://www.instagram.com/explore/tags/wordcamp/'),(93,26,'_menu_item_type','custom'),(94,26,'_menu_item_menu_item_parent','0'),(95,26,'_menu_item_object_id','26'),(96,26,'_menu_item_object','custom'),(97,26,'_menu_item_target',''),(98,26,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(99,26,'_menu_item_xfn',''),(100,26,'_menu_item_url','mailto:wordpress@example.com'),(101,12,'_wp_trash_meta_status','publish'),(102,12,'_wp_trash_meta_time','1525200401'),(103,7,'_edit_lock','1527031330:1'),(104,27,'_wp_trash_meta_status','publish'),(105,27,'_wp_trash_meta_time','1525201174'),(106,28,'_edit_lock','1525201337:1'),(107,28,'_wp_trash_meta_status','publish'),(108,28,'_wp_trash_meta_time','1525201354'),(109,9,'_edit_lock','1525395932:1'),(113,9,'_edit_last','1'),(114,10,'_edit_lock','1525268584:1'),(115,2,'_edit_lock','1525201990:1'),(116,8,'_edit_lock','1525203403:1'),(120,8,'_edit_last','1'),(121,32,'_wp_attached_file','2018/05/Red-Rock-Maine.jpg'),(122,32,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:3600;s:6:\"height\";i:2700;s:4:\"file\";s:26:\"2018/05/Red-Rock-Maine.jpg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"Red-Rock-Maine-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:26:\"Red-Rock-Maine-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:26:\"Red-Rock-Maine-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:27:\"Red-Rock-Maine-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"twentyseventeen-featured-image\";a:4:{s:4:\"file\";s:28:\"Red-Rock-Maine-2000x1200.jpg\";s:5:\"width\";i:2000;s:6:\"height\";i:1200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"twentyseventeen-thumbnail-avatar\";a:4:{s:4:\"file\";s:26:\"Red-Rock-Maine-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:\"1.8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:8:\"iPhone 7\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1524402308\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:4:\"3.99\";s:3:\"iso\";s:2:\"20\";s:13:\"shutter_speed\";s:18:\"0.0011806375442739\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(123,32,'_wp_attachment_image_alt','Red rock on the beach'),(124,8,'_thumbnail_id','35'),(125,33,'_wp_trash_meta_status','publish'),(126,33,'_wp_trash_meta_time','1525202867'),(127,34,'_wp_trash_meta_status','publish'),(128,34,'_wp_trash_meta_time','1525202896'),(129,35,'_wp_attached_file','2018/05/Red-Rock-Maine-1.jpg'),(130,35,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:3600;s:6:\"height\";i:2700;s:4:\"file\";s:28:\"2018/05/Red-Rock-Maine-1.jpg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"Red-Rock-Maine-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:28:\"Red-Rock-Maine-1-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:28:\"Red-Rock-Maine-1-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:29:\"Red-Rock-Maine-1-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"twentyseventeen-featured-image\";a:4:{s:4:\"file\";s:30:\"Red-Rock-Maine-1-2000x1200.jpg\";s:5:\"width\";i:2000;s:6:\"height\";i:1200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"twentyseventeen-thumbnail-avatar\";a:4:{s:4:\"file\";s:28:\"Red-Rock-Maine-1-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:\"1.8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:8:\"iPhone 7\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1524402308\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:4:\"3.99\";s:3:\"iso\";s:2:\"20\";s:13:\"shutter_speed\";s:18:\"0.0011806375442739\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(131,35,'_wp_attachment_image_alt','Red rock on the beach'),(132,36,'_wp_attached_file','2018/05/E7CE2A56-D257-49EB-970F-C83E57C13B3E.jpeg'),(133,36,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2048;s:6:\"height\";i:1536;s:4:\"file\";s:49:\"2018/05/E7CE2A56-D257-49EB-970F-C83E57C13B3E.jpeg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:49:\"E7CE2A56-D257-49EB-970F-C83E57C13B3E-150x150.jpeg\";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:\"E7CE2A56-D257-49EB-970F-C83E57C13B3E-300x225.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:49:\"E7CE2A56-D257-49EB-970F-C83E57C13B3E-768x576.jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:50:\"E7CE2A56-D257-49EB-970F-C83E57C13B3E-1024x768.jpeg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"twentyseventeen-featured-image\";a:4:{s:4:\"file\";s:51:\"E7CE2A56-D257-49EB-970F-C83E57C13B3E-2000x1200.jpeg\";s:5:\"width\";i:2000;s:6:\"height\";i:1200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"twentyseventeen-thumbnail-avatar\";a:4:{s:4:\"file\";s:49:\"E7CE2A56-D257-49EB-970F-C83E57C13B3E-100x100.jpeg\";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:\"1.8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:8:\"iPhone 7\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1524402549\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:4:\"3.99\";s:3:\"iso\";s:2:\"20\";s:13:\"shutter_speed\";s:19:\"0.00043802014892685\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(134,36,'_wp_attachment_image_alt','Grey Rock'),(135,37,'_wp_attached_file','2018/05/Tree-1.jpg'),(136,37,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:4032;s:6:\"height\";i:3024;s:4:\"file\";s:18:\"2018/05/Tree-1.jpg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"Tree-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:18:\"Tree-1-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:18:\"Tree-1-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:19:\"Tree-1-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"twentyseventeen-featured-image\";a:4:{s:4:\"file\";s:20:\"Tree-1-2000x1200.jpg\";s:5:\"width\";i:2000;s:6:\"height\";i:1200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"twentyseventeen-thumbnail-avatar\";a:4:{s:4:\"file\";s:18:\"Tree-1-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:\"1.8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:8:\"iPhone 7\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1524591496\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:4:\"3.99\";s:3:\"iso\";s:2:\"20\";s:13:\"shutter_speed\";s:19:\"0.00039698292973402\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(137,38,'_wp_attached_file','2018/05/Cloud-1.jpg'),(138,38,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:4032;s:6:\"height\";i:3024;s:4:\"file\";s:19:\"2018/05/Cloud-1.jpg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"Cloud-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:19:\"Cloud-1-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:19:\"Cloud-1-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:20:\"Cloud-1-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"twentyseventeen-featured-image\";a:4:{s:4:\"file\";s:21:\"Cloud-1-2000x1200.jpg\";s:5:\"width\";i:2000;s:6:\"height\";i:1200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"twentyseventeen-thumbnail-avatar\";a:4:{s:4:\"file\";s:19:\"Cloud-1-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:\"1.8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:8:\"iPhone 7\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1524591499\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:4:\"3.99\";s:3:\"iso\";s:2:\"20\";s:13:\"shutter_speed\";s:19:\"0.00029197080291971\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(139,39,'_wp_attached_file','2018/05/Tree-2.jpg'),(140,39,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:4032;s:6:\"height\";i:3024;s:4:\"file\";s:18:\"2018/05/Tree-2.jpg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"Tree-2-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:\"Tree-2-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:18:\"Tree-2-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:19:\"Tree-2-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"twentyseventeen-featured-image\";a:4:{s:4:\"file\";s:20:\"Tree-2-2000x1200.jpg\";s:5:\"width\";i:2000;s:6:\"height\";i:1200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"twentyseventeen-thumbnail-avatar\";a:4:{s:4:\"file\";s:18:\"Tree-2-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:\"1.8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:8:\"iPhone 7\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1524591538\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:4:\"3.99\";s:3:\"iso\";s:2:\"20\";s:13:\"shutter_speed\";s:19:\"0.00049091801669121\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(141,10,'_edit_last','1'),(142,10,'_thumbnail_id','38'),(143,11,'_edit_lock','1525567987:1'),(144,39,'_wp_attachment_image_alt','Tree at the Water'),(145,7,'_edit_last','1'),(147,40,'_wp_attached_file','2018/05/cropped-Tree-2.jpg'),(148,40,'_wp_attachment_context','custom-header'),(149,40,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:2000;s:6:\"height\";i:1199;s:4:\"file\";s:26:\"2018/05/cropped-Tree-2.jpg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"cropped-Tree-2-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:26:\"cropped-Tree-2-300x180.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:26:\"cropped-Tree-2-768x460.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:27:\"cropped-Tree-2-1024x614.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:614;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"twentyseventeen-featured-image\";a:4:{s:4:\"file\";s:28:\"cropped-Tree-2-2000x1199.jpg\";s:5:\"width\";i:2000;s:6:\"height\";i:1199;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"twentyseventeen-thumbnail-avatar\";a:4:{s:4:\"file\";s:26:\"cropped-Tree-2-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:39;}'),(150,40,'_wp_attachment_custom_header_last_used_twentyseventeen','1525268965'),(151,40,'_wp_attachment_is_custom_header','twentyseventeen'),(152,41,'_wp_trash_meta_status','publish'),(153,41,'_wp_trash_meta_time','1525268881'),(154,42,'_edit_lock','1525268918:1'),(155,42,'_wp_trash_meta_status','publish'),(156,42,'_wp_trash_meta_time','1525268965'),(157,43,'_edit_lock','1525350274:1'),(158,43,'_wp_trash_meta_status','publish'),(159,43,'_wp_trash_meta_time','1525350327'),(160,44,'_edit_lock','1525364930:1'),(161,44,'_wp_trash_meta_status','publish'),(162,44,'_wp_trash_meta_time','1525364970'),(163,45,'_wp_attached_file','2018/05/Hancock-Maine.jpg'),(164,45,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:4032;s:6:\"height\";i:3024;s:4:\"file\";s:25:\"2018/05/Hancock-Maine.jpg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"Hancock-Maine-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:25:\"Hancock-Maine-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:25:\"Hancock-Maine-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:26:\"Hancock-Maine-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"twentyseventeen-featured-image\";a:4:{s:4:\"file\";s:27:\"Hancock-Maine-2000x1200.jpg\";s:5:\"width\";i:2000;s:6:\"height\";i:1200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"twentyseventeen-thumbnail-avatar\";a:4:{s:4:\"file\";s:25:\"Hancock-Maine-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:\"1.8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:8:\"iPhone 7\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1524591442\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:4:\"3.99\";s:3:\"iso\";s:2:\"20\";s:13:\"shutter_speed\";s:19:\"0.00062617407639324\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(165,45,'_wp_attachment_image_alt','Hancock, Maine'),(166,7,'_thumbnail_id','45'),(167,46,'_wp_attached_file','2018/05/cropped-Tree-2-1.jpg'),(168,46,'_wp_attachment_context','custom-header'),(169,46,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:2000;s:6:\"height\";i:201;s:4:\"file\";s:28:\"2018/05/cropped-Tree-2-1.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"cropped-Tree-2-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:27:\"cropped-Tree-2-1-300x30.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:30;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:27:\"cropped-Tree-2-1-768x77.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:77;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:29:\"cropped-Tree-2-1-1024x103.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:103;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:39;}'),(170,46,'_wp_attachment_custom_header_last_used_magzee','1525437493'),(171,46,'_wp_attachment_is_custom_header','magzee'),(172,47,'_wp_attached_file','2018/05/cropped-Red-Rock-Maine-1.jpg'),(173,47,'_wp_attachment_context','custom-header'),(174,47,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:2000;s:6:\"height\";i:426;s:4:\"file\";s:36:\"2018/05/cropped-Red-Rock-Maine-1.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:36:\"cropped-Red-Rock-Maine-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:35:\"cropped-Red-Rock-Maine-1-300x64.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:64;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:36:\"cropped-Red-Rock-Maine-1-768x164.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:164;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:37:\"cropped-Red-Rock-Maine-1-1024x218.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:218;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:35;}'),(175,47,'_wp_attachment_custom_header_last_used_magzee','1525437845'),(176,47,'_wp_attachment_is_custom_header','magzee'),(177,48,'_edit_lock','1525437800:1'),(178,48,'_wp_trash_meta_status','publish'),(179,48,'_wp_trash_meta_time','1525437845'),(180,7,'_wp_page_template','default'),(181,52,'_wp_attached_file','2018/05/cropped-Cloud-1.jpg'),(182,52,'_wp_attachment_context','custom-header'),(183,52,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:2000;s:6:\"height\";i:200;s:4:\"file\";s:27:\"2018/05/cropped-Cloud-1.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"cropped-Cloud-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:26:\"cropped-Cloud-1-300x30.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:30;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:26:\"cropped-Cloud-1-768x77.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:77;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:28:\"cropped-Cloud-1-1024x102.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:102;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:38;}'),(184,52,'_wp_attachment_custom_header_last_used_avira','1525453882'),(185,52,'_wp_attachment_is_custom_header','avira'),(188,54,'_edit_lock','1525454194:1'),(189,54,'_wp_trash_meta_status','auto-draft'),(190,54,'_wp_trash_meta_time','1525454200'),(191,57,'_edit_lock','1525465252:1'),(192,57,'_wp_trash_meta_status','publish'),(193,57,'_wp_trash_meta_time','1525465258'),(194,58,'_wp_attached_file','2018/05/isleboroMAR2017-a.png'),(195,58,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1535;s:6:\"height\";i:247;s:4:\"file\";s:29:\"2018/05/isleboroMAR2017-a.png\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"isleboroMAR2017-a-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:28:\"isleboroMAR2017-a-300x48.png\";s:5:\"width\";i:300;s:6:\"height\";i:48;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:29:\"isleboroMAR2017-a-768x124.png\";s:5:\"width\";i:768;s:6:\"height\";i:124;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:30:\"isleboroMAR2017-a-1024x165.png\";s:5:\"width\";i:1024;s:6:\"height\";i:165;s:9:\"mime-type\";s:9:\"image/png\";}}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:{}}}'),(196,58,'_wp_attachment_image_alt','Isleboro Maine'),(197,59,'_wp_attached_file','2018/05/cropped-isleboroMAR2017-a.png'),(198,59,'_wp_attachment_context','custom-header'),(199,59,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:2000;s:6:\"height\";i:200;s:4:\"file\";s:37:\"2018/05/cropped-isleboroMAR2017-a.png\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:37:\"cropped-isleboroMAR2017-a-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:36:\"cropped-isleboroMAR2017-a-300x30.png\";s:5:\"width\";i:300;s:6:\"height\";i:30;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:36:\"cropped-isleboroMAR2017-a-768x77.png\";s:5:\"width\";i:768;s:6:\"height\";i:77;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:38:\"cropped-isleboroMAR2017-a-1024x102.png\";s:5:\"width\";i:1024;s:6:\"height\";i:102;s:9:\"mime-type\";s:9:\"image/png\";}}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:58;}'),(200,59,'_wp_attachment_custom_header_last_used_specia','1525467578'),(201,59,'_wp_attachment_is_custom_header','specia'),(202,60,'_wp_trash_meta_status','publish'),(203,60,'_wp_trash_meta_time','1525467578'),(204,61,'_edit_lock','1525467823:1'),(205,61,'_wp_trash_meta_status','publish'),(206,61,'_wp_trash_meta_time','1525467848'),(207,62,'_edit_lock','1525467943:1'),(208,62,'_wp_trash_meta_status','publish'),(209,62,'_wp_trash_meta_time','1525467961'),(211,63,'_customize_changeset_uuid','5e00770c-4cd6-4558-b3ff-1ccfd4176ef0'),(212,64,'_edit_lock','1525468304:1'),(214,65,'_customize_changeset_uuid','5e00770c-4cd6-4558-b3ff-1ccfd4176ef0'),(215,68,'_menu_item_type','post_type'),(216,68,'_menu_item_menu_item_parent','0'),(217,68,'_menu_item_object_id','63'),(218,68,'_menu_item_object','page'),(219,68,'_menu_item_target',''),(220,68,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(221,68,'_menu_item_xfn',''),(222,68,'_menu_item_url',''),(223,69,'_menu_item_type','post_type'),(224,69,'_menu_item_menu_item_parent','0'),(225,69,'_menu_item_object_id','65'),(226,69,'_menu_item_object','page'),(227,69,'_menu_item_target',''),(228,69,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(229,69,'_menu_item_xfn',''),(230,69,'_menu_item_url',''),(231,64,'_wp_trash_meta_status','publish'),(232,64,'_wp_trash_meta_time','1525468307'),(233,73,'_edit_last','1'),(234,73,'_edit_lock','1525565123:1'),(250,73,'wp1s_option','a:1:{s:6:\"slides\";a:7:{s:7:\"slide_1\";a:7:{s:10:\"slide_type\";s:5:\"image\";s:11:\"slide_title\";s:11:\"Donna Kelly\";s:17:\"slide_description\";s:0:\"\";s:15:\"slide_image_url\";s:72:\"http://heartsandmusic.com/wordpress2/wp-content/uploads/2018/05/dk-1.png\";s:17:\"slide_show_button\";s:1:\"0\";s:17:\"slide_button_text\";s:0:\"\";s:16:\"slide_button_url\";s:0:\"\";}s:7:\"slide_2\";a:7:{s:10:\"slide_type\";s:5:\"image\";s:11:\"slide_title\";s:11:\"Willy Kelly\";s:17:\"slide_description\";s:0:\"\";s:15:\"slide_image_url\";s:74:\"http://heartsandmusic.com/wordpress2/wp-content/uploads/2018/05/wk-pei.png\";s:17:\"slide_show_button\";s:1:\"0\";s:17:\"slide_button_text\";s:0:\"\";s:16:\"slide_button_url\";s:0:\"\";}s:7:\"slide_3\";a:7:{s:10:\"slide_type\";s:5:\"image\";s:11:\"slide_title\";s:4:\"Desi\";s:17:\"slide_description\";s:0:\"\";s:15:\"slide_image_url\";s:72:\"http://heartsandmusic.com/wordpress2/wp-content/uploads/2018/05/desi.png\";s:17:\"slide_show_button\";s:1:\"0\";s:17:\"slide_button_text\";s:0:\"\";s:16:\"slide_button_url\";s:0:\"\";}s:7:\"slide_4\";a:7:{s:10:\"slide_type\";s:5:\"image\";s:11:\"slide_title\";s:15:\"Willy and Donna\";s:17:\"slide_description\";s:0:\"\";s:15:\"slide_image_url\";s:73:\"http://heartsandmusic.com/wordpress2/wp-content/uploads/2018/05/wk-dk.png\";s:17:\"slide_show_button\";s:1:\"0\";s:17:\"slide_button_text\";s:0:\"\";s:16:\"slide_button_url\";s:0:\"\";}s:7:\"slide_5\";a:7:{s:10:\"slide_type\";s:5:\"image\";s:11:\"slide_title\";s:3:\"Mac\";s:17:\"slide_description\";s:0:\"\";s:15:\"slide_image_url\";s:71:\"http://heartsandmusic.com/wordpress2/wp-content/uploads/2018/05/mac.png\";s:17:\"slide_show_button\";s:1:\"0\";s:17:\"slide_button_text\";s:0:\"\";s:16:\"slide_button_url\";s:0:\"\";}s:7:\"slide_6\";a:7:{s:10:\"slide_type\";s:5:\"image\";s:11:\"slide_title\";s:14:\"Donna and Finn\";s:17:\"slide_description\";s:0:\"\";s:15:\"slide_image_url\";s:78:\"http://heartsandmusic.com/wordpress2/wp-content/uploads/2018/05/donna-finn.png\";s:17:\"slide_show_button\";s:1:\"0\";s:17:\"slide_button_text\";s:0:\"\";s:16:\"slide_button_url\";s:0:\"\";}s:7:\"slide_7\";a:7:{s:10:\"slide_type\";s:5:\"image\";s:11:\"slide_title\";s:9:\"Annabelle\";s:17:\"slide_description\";s:0:\"\";s:15:\"slide_image_url\";s:77:\"http://heartsandmusic.com/wordpress2/wp-content/uploads/2018/05/annabelle.png\";s:17:\"slide_show_button\";s:1:\"0\";s:17:\"slide_button_text\";s:0:\"\";s:16:\"slide_button_url\";s:0:\"\";}}}'),(251,73,'wp1s_slide_option_width','90'),(252,73,'wp1s_slide_option_speed','1000'),(253,73,'wp1s_slide_option_pause','9000'),(254,73,'wp1s_slide_option_auto','true'),(255,73,'wp1s_slide_option_transition','horizontal'),(256,73,'wp1s_slide_option_controls','true'),(257,73,'wp1s_slide_option_responsive','true'),(258,73,'wp1s_caption_type','type-1'),(259,73,'wp1s_title_1_font_size','20'),(260,73,'wp1s_description_1_font_size','40'),(261,73,'wp1s_title_text_color','#f9ab22'),(262,73,'wp1s_title_back_color','rgba(125,165,82,0.8)'),(263,73,'wp1s_caption_border_color','#2ed1ff'),(264,73,'wp1s_caption_back_color','rgba(124,118,118,0.6)'),(265,73,'wp1s_description_text_color','#ffffff'),(266,73,'wp1s_caption_position','topright'),(267,73,'wp1s_show_caption_widget',''),(268,73,'wp1s_show_thumb_widget',''),(269,73,'wp1s_pager_type','disable'),(270,73,'wp1s_dot_layout','type-1'),(271,73,'wp1s_arrow_type','type-3'),(272,73,'wp1s_thumbnail_layout','type-1'),(273,73,'wp1s_dot_back_color','#ffffff'),(274,73,'wp1s_dot_hover_color','#3bb1f4'),(275,73,'wp1s_dot_2_back_color','#635e5e'),(276,73,'wp1s_dot_2_border_color','#979191'),(277,73,'wp1s_dot_2_active_color','#ffffff'),(278,73,'wp1s_dot_3_border_color','#ffffff'),(279,73,'wp1s_dot_3_active_color','#ff9600'),(280,73,'wp1s_dot_4_back_color','#7a7a7a'),(281,73,'wp1s_dot_4_active_color','#ffffff'),(282,73,'wp1s_pager_thumb_count','3'),(283,73,'wp1s_pager_thumb_width','150'),(284,73,'wp1s_pager_thumb_height','83'),(285,73,'wp1s_button_color','#078f8a'),(286,73,'wp1s_button_hover_color','#08a39d'),(287,73,'wp1s_button_shadow_color','#056460'),(288,73,'wp1s_show_shadow','true'),(289,73,'wp1s_shadow_type','type-1'),(290,81,'_wp_attached_file','2018/05/wk-pei.png'),(291,81,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:650;s:6:\"height\";i:650;s:4:\"file\";s:18:\"2018/05/wk-pei.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"wk-pei-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:18:\"wk-pei-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}}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:{}}}'),(292,82,'_wp_attached_file','2018/05/wk-dk.png'),(293,82,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:867;s:6:\"height\";i:650;s:4:\"file\";s:17:\"2018/05/wk-dk.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"wk-dk-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:17:\"wk-dk-300x225.png\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:17:\"wk-dk-768x576.png\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:9:\"image/png\";}}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:{}}}'),(294,83,'_wp_attached_file','2018/05/mac.png'),(295,83,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:802;s:6:\"height\";i:650;s:4:\"file\";s:15:\"2018/05/mac.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"mac-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:15:\"mac-300x243.png\";s:5:\"width\";i:300;s:6:\"height\";i:243;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:15:\"mac-768x622.png\";s:5:\"width\";i:768;s:6:\"height\";i:622;s:9:\"mime-type\";s:9:\"image/png\";}}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:{}}}'),(296,84,'_wp_attached_file','2018/05/donna-finn.png'),(297,84,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:867;s:6:\"height\";i:650;s:4:\"file\";s:22:\"2018/05/donna-finn.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"donna-finn-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"donna-finn-300x225.png\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:22:\"donna-finn-768x576.png\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:9:\"image/png\";}}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:{}}}'),(300,86,'_wp_attached_file','2018/05/desi.png'),(301,86,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:650;s:6:\"height\";i:650;s:4:\"file\";s:16:\"2018/05/desi.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:16:\"desi-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:16:\"desi-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}}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:{}}}'),(302,87,'_wp_attached_file','2018/05/annabelle.png'),(303,87,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:943;s:6:\"height\";i:650;s:4:\"file\";s:21:\"2018/05/annabelle.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"annabelle-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"annabelle-300x207.png\";s:5:\"width\";i:300;s:6:\"height\";i:207;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:21:\"annabelle-768x529.png\";s:5:\"width\";i:768;s:6:\"height\";i:529;s:9:\"mime-type\";s:9:\"image/png\";}}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:{}}}'),(305,81,'_wp_attachment_image_alt','Willy Kelly'),(306,86,'_wp_attachment_image_alt','Desi'),(307,82,'_wp_attachment_image_alt','Willy and Donna Kelly'),(308,83,'_wp_attachment_image_alt','Mac'),(309,84,'_wp_attachment_image_alt','Donna and Finn'),(310,87,'_wp_attachment_image_alt','Annabelle'),(311,90,'_edit_lock','1525542786:1'),(312,90,'_wp_trash_meta_status','publish'),(313,90,'_wp_trash_meta_time','1525542795'),(314,94,'_wp_attached_file','2018/05/dk.png'),(315,94,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:650;s:6:\"height\";i:650;s:4:\"file\";s:14:\"2018/05/dk.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:14:\"dk-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:14:\"dk-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}}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:{}}}'),(316,94,'_wp_attachment_image_alt','Donna Kelly'),(317,95,'_wp_attached_file','2018/05/dk-1.png'),(318,95,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:650;s:6:\"height\";i:650;s:4:\"file\";s:16:\"2018/05/dk-1.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:16:\"dk-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:16:\"dk-1-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}}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:{}}}'),(319,95,'_wp_attachment_image_alt','Donna Kelly'),(322,97,'_form','<label> Your Name (required)\n [text* your-name] </label>\n\n<label> Your Email (required)\n [email* your-email] </label>\n\n<label> Subject\n [text your-subject] </label>\n\n<label> Your Message\n [textarea your-message] </label>\n\n[submit \"Send\"]'),(323,97,'_mail','a:8:{s:7:\"subject\";s:34:\"Hearts and Music \"[your-subject]\"\";s:6:\"sender\";s:42:\"[your-name] <wordpress@heartsandmusic.com>\";s:4:\"body\";s:192:\"From: [your-name] <[your-email]>\nSubject: [your-subject]\n\nMessage Body:\n[your-message]\n\n-- \nThis e-mail was sent from a contact form on Hearts and Music (http://heartsandmusic.com/wordpress2)\";s:9:\"recipient\";s:25:\"willykelly@rocketmail.com\";s:18:\"additional_headers\";s:22:\"Reply-To: [your-email]\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";i:0;s:13:\"exclude_blank\";i:0;}'),(324,97,'_mail_2','a:9:{s:6:\"active\";b:0;s:7:\"subject\";s:34:\"Hearts and Music \"[your-subject]\"\";s:6:\"sender\";s:48:\"Hearts and Music <wordpress@heartsandmusic.com>\";s:4:\"body\";s:134:\"Message Body:\n[your-message]\n\n-- \nThis e-mail was sent from a contact form on Hearts and Music (http://heartsandmusic.com/wordpress2)\";s:9:\"recipient\";s:12:\"[your-email]\";s:18:\"additional_headers\";s:35:\"Reply-To: willykelly@rocketmail.com\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";i:0;s:13:\"exclude_blank\";i:0;}'),(325,97,'_messages','a:8:{s:12:\"mail_sent_ok\";s:45:\"Thank you for your message. It has been sent.\";s:12:\"mail_sent_ng\";s:71:\"There was an error trying to send your message. Please try again later.\";s:16:\"validation_error\";s:61:\"One or more fields have an error. Please check and try again.\";s:4:\"spam\";s:71:\"There was an error trying to send your message. Please try again later.\";s:12:\"accept_terms\";s:69:\"You must accept the terms and conditions before sending your message.\";s:16:\"invalid_required\";s:22:\"The field is required.\";s:16:\"invalid_too_long\";s:22:\"The field is too long.\";s:17:\"invalid_too_short\";s:23:\"The field is too short.\";}'),(326,97,'_additional_settings',NULL),(327,97,'_locale','en_US'),(328,7,'wp_featherlight_disable',''),(329,63,'_edit_lock','1525645038:1'),(330,63,'_edit_last','1'),(331,63,'_wp_page_template','default'),(332,63,'wp_featherlight_disable',''),(333,103,'_edit_last','1'),(334,103,'_edit_lock','1525646961:1'),(335,104,'_wp_attached_file','2018/05/dt-birchtrees-1.jpg'),(336,104,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2558;s:6:\"height\";i:2544;s:4:\"file\";s:27:\"2018/05/dt-birchtrees-1.jpg\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"dt-birchtrees-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:27:\"dt-birchtrees-1-300x298.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:298;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:27:\"dt-birchtrees-1-768x764.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:764;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:29:\"dt-birchtrees-1-1024x1018.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1018;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:27:\"dt-birchtrees-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:27:\"dt-birchtrees-1-600x597.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:597;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:27:\"dt-birchtrees-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:4:{s:4:\"file\";s:27:\"dt-birchtrees-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:27:\"dt-birchtrees-1-600x597.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:597;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:27:\"dt-birchtrees-1-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:13:{s:8:\"aperture\";s:3:\"1.8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:8:\"iPhone 7\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1524641052\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:4:\"3.99\";s:3:\"iso\";s:2:\"80\";s:13:\"shutter_speed\";s:4:\"0.25\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}s:14:\"resized_images\";a:1:{i:0;s:7:\"965x960\";}}}'),(337,104,'_eg_has_gallery','a:0:{}'),(338,103,'_eg_in_gallery','a:6:{i:0;i:111;i:1;i:112;i:2;i:113;i:3;i:114;i:4;i:115;i:5;i:116;}'),(339,103,'_eg_gallery_data','a:3:{s:2:\"id\";i:103;s:6:\"config\";a:21:{s:4:\"type\";s:7:\"default\";s:7:\"columns\";s:1:\"3\";s:13:\"gallery_theme\";s:4:\"base\";s:23:\"justified_gallery_theme\";s:6:\"normal\";s:6:\"gutter\";i:20;s:6:\"margin\";i:20;s:10:\"image_size\";s:7:\"default\";s:10:\"crop_width\";i:600;s:11:\"crop_height\";i:600;s:4:\"crop\";i:0;s:12:\"lazy_loading\";i:1;s:18:\"lazy_loading_delay\";i:500;s:20:\"justified_row_height\";i:150;s:16:\"lightbox_enabled\";i:0;s:14:\"lightbox_theme\";s:4:\"base\";s:19:\"lightbox_image_size\";s:7:\"default\";s:13:\"title_display\";s:5:\"float\";s:7:\"classes\";a:1:{i:0;s:0:\"\";}s:3:\"rtl\";i:0;s:5:\"title\";s:26:\"Donna\'s Hand Painted Tiles\";s:4:\"slug\";s:25:\"donnas-hand-painted-tiles\";}s:7:\"gallery\";a:6:{i:111;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:91:\"http://heartsandmusic.com/wordpress2/wp-content/uploads/2018/05/dt-purpletulips-gallery.png\";s:5:\"title\";s:23:\"dt-purpletulips-gallery\";s:4:\"link\";s:91:\"http://heartsandmusic.com/wordpress2/wp-content/uploads/2018/05/dt-purpletulips-gallery.png\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:112;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:89:\"http://heartsandmusic.com/wordpress2/wp-content/uploads/2018/05/dt-nightsky-1-gallery.png\";s:5:\"title\";s:21:\"dt-nightsky-1-gallery\";s:4:\"link\";s:89:\"http://heartsandmusic.com/wordpress2/wp-content/uploads/2018/05/dt-nightsky-1-gallery.png\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:113;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:91:\"http://heartsandmusic.com/wordpress2/wp-content/uploads/2018/05/dt-birchtrees-1-gallery.png\";s:5:\"title\";s:23:\"dt-birchtrees-1-gallery\";s:4:\"link\";s:91:\"http://heartsandmusic.com/wordpress2/wp-content/uploads/2018/05/dt-birchtrees-1-gallery.png\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:114;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:88:\"http://heartsandmusic.com/wordpress2/wp-content/uploads/2018/05/dt-rainbow-1-gallery.png\";s:5:\"title\";s:20:\"dt-rainbow-1-gallery\";s:4:\"link\";s:88:\"http://heartsandmusic.com/wordpress2/wp-content/uploads/2018/05/dt-rainbow-1-gallery.png\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:115;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:91:\"http://heartsandmusic.com/wordpress2/wp-content/uploads/2018/05/dt-birchtrees-2-gallery.png\";s:5:\"title\";s:23:\"dt-birchtrees-2-gallery\";s:4:\"link\";s:91:\"http://heartsandmusic.com/wordpress2/wp-content/uploads/2018/05/dt-birchtrees-2-gallery.png\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:116;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:86:\"http://heartsandmusic.com/wordpress2/wp-content/uploads/2018/05/dt-dream-1-gallery.png\";s:5:\"title\";s:18:\"dt-dream-1-gallery\";s:4:\"link\";s:86:\"http://heartsandmusic.com/wordpress2/wp-content/uploads/2018/05/dt-dream-1-gallery.png\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}}}'),(340,105,'_wp_attached_file','2018/05/dt-rainbow-1.jpg'),(341,105,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2498;s:6:\"height\";i:2516;s:4:\"file\";s:24:\"2018/05/dt-rainbow-1.jpg\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"dt-rainbow-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:24:\"dt-rainbow-1-298x300.jpg\";s:5:\"width\";i:298;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:24:\"dt-rainbow-1-768x774.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:774;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:26:\"dt-rainbow-1-1017x1024.jpg\";s:5:\"width\";i:1017;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:24:\"dt-rainbow-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:24:\"dt-rainbow-1-600x604.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:604;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:24:\"dt-rainbow-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:4:{s:4:\"file\";s:24:\"dt-rainbow-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:24:\"dt-rainbow-1-600x604.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:604;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:24:\"dt-rainbow-1-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:13:{s:8:\"aperture\";s:3:\"1.8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:8:\"iPhone 7\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1524640858\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:4:\"3.99\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:3:\"0.2\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}s:14:\"resized_images\";a:1:{i:0;s:7:\"953x960\";}}}'),(342,105,'_eg_has_gallery','a:0:{}'),(343,106,'_wp_attached_file','2018/05/dt-nightsky-1.jpg'),(344,106,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2942;s:6:\"height\";i:2885;s:4:\"file\";s:25:\"2018/05/dt-nightsky-1.jpg\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"dt-nightsky-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:25:\"dt-nightsky-1-300x294.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:294;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:25:\"dt-nightsky-1-768x753.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:753;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:27:\"dt-nightsky-1-1024x1004.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1004;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:25:\"dt-nightsky-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:25:\"dt-nightsky-1-600x588.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:588;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:25:\"dt-nightsky-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:4:{s:4:\"file\";s:25:\"dt-nightsky-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:25:\"dt-nightsky-1-600x588.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:588;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:25:\"dt-nightsky-1-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:13:{s:8:\"aperture\";s:3:\"1.8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:8:\"iPhone 7\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1524641037\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:4:\"3.99\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:4:\"0.25\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}s:14:\"resized_images\";a:1:{i:0;s:7:\"979x960\";}}}'),(345,106,'_eg_has_gallery','a:0:{}'),(346,107,'_wp_attached_file','2018/05/dt-purpletulips.jpg'),(347,107,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2749;s:6:\"height\";i:2737;s:4:\"file\";s:27:\"2018/05/dt-purpletulips.jpg\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"dt-purpletulips-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:27:\"dt-purpletulips-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:27:\"dt-purpletulips-768x765.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:765;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:29:\"dt-purpletulips-1024x1020.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1020;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:27:\"dt-purpletulips-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:27:\"dt-purpletulips-600x597.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:597;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:27:\"dt-purpletulips-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:27:\"dt-purpletulips-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:27:\"dt-purpletulips-600x597.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:597;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:27:\"dt-purpletulips-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:13:{s:8:\"aperture\";s:3:\"1.8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:8:\"iPhone 7\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1524640990\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:4:\"3.99\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:4:\"0.25\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}s:14:\"resized_images\";a:1:{i:0;s:7:\"964x960\";}}}'),(348,107,'_eg_has_gallery','a:0:{}'),(349,108,'_wp_attached_file','2018/05/dt-birchtrees-2.jpg'),(350,108,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2746;s:6:\"height\";i:2845;s:4:\"file\";s:27:\"2018/05/dt-birchtrees-2.jpg\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"dt-birchtrees-2-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:27:\"dt-birchtrees-2-290x300.jpg\";s:5:\"width\";i:290;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:27:\"dt-birchtrees-2-768x796.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:796;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:28:\"dt-birchtrees-2-988x1024.jpg\";s:5:\"width\";i:988;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:27:\"dt-birchtrees-2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:27:\"dt-birchtrees-2-600x622.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:622;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:27:\"dt-birchtrees-2-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:27:\"dt-birchtrees-2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:27:\"dt-birchtrees-2-600x622.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:622;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:27:\"dt-birchtrees-2-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:13:{s:8:\"aperture\";s:3:\"1.8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:8:\"iPhone 7\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1524641073\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:4:\"3.99\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:4:\"0.25\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}s:14:\"resized_images\";a:1:{i:0;s:7:\"927x960\";}}}'),(351,108,'_eg_has_gallery','a:0:{}'),(352,109,'_wp_attached_file','2018/05/dt-dream-1.jpg'),(353,109,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2813;s:6:\"height\";i:2857;s:4:\"file\";s:22:\"2018/05/dt-dream-1.jpg\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"dt-dream-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:22:\"dt-dream-1-295x300.jpg\";s:5:\"width\";i:295;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:22:\"dt-dream-1-768x780.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:780;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:24:\"dt-dream-1-1008x1024.jpg\";s:5:\"width\";i:1008;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:22:\"dt-dream-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:22:\"dt-dream-1-600x609.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:609;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:22:\"dt-dream-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:4:{s:4:\"file\";s:22:\"dt-dream-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:22:\"dt-dream-1-600x609.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:609;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:22:\"dt-dream-1-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:13:{s:8:\"aperture\";s:3:\"1.8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:8:\"iPhone 7\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1524641098\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:4:\"3.99\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:3:\"0.2\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}s:14:\"resized_images\";a:1:{i:0;s:7:\"945x960\";}}}'),(354,109,'_eg_has_gallery','a:0:{}'),(355,103,'_eg_just_published','1'),(356,103,'_eg_in_posts','a:1:{i:63;i:63;}'),(357,111,'_wp_attached_file','2018/05/dt-purpletulips-gallery.png'),(358,111,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:600;s:4:\"file\";s:35:\"2018/05/dt-purpletulips-gallery.png\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"dt-purpletulips-gallery-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:35:\"dt-purpletulips-gallery-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:35:\"dt-purpletulips-gallery-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:35:\"dt-purpletulips-gallery-600x600.png\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:35:\"dt-purpletulips-gallery-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:35:\"dt-purpletulips-gallery-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:35:\"dt-purpletulips-gallery-600x600.png\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:35:\"dt-purpletulips-gallery-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:13:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}s:14:\"resized_images\";a:4:{i:0;s:7:\"480x480\";i:1;s:7:\"600x600\";i:2;s:7:\"600x600\";i:3;s:7:\"240x240\";}}}'),(359,111,'_eg_has_gallery','a:1:{i:0;i:103;}'),(360,112,'_wp_attached_file','2018/05/dt-nightsky-1-gallery.png'),(361,112,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:600;s:4:\"file\";s:33:\"2018/05/dt-nightsky-1-gallery.png\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"dt-nightsky-1-gallery-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:33:\"dt-nightsky-1-gallery-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:33:\"dt-nightsky-1-gallery-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:33:\"dt-nightsky-1-gallery-600x600.png\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:33:\"dt-nightsky-1-gallery-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:33:\"dt-nightsky-1-gallery-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:33:\"dt-nightsky-1-gallery-600x600.png\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:33:\"dt-nightsky-1-gallery-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:13:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}s:14:\"resized_images\";a:4:{i:0;s:7:\"480x480\";i:1;s:7:\"600x600\";i:2;s:7:\"600x600\";i:3;s:7:\"240x240\";}}}'),(362,112,'_eg_has_gallery','a:1:{i:0;i:103;}'),(363,113,'_wp_attached_file','2018/05/dt-birchtrees-1-gallery.png'),(364,113,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:603;s:6:\"height\";i:600;s:4:\"file\";s:35:\"2018/05/dt-birchtrees-1-gallery.png\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"dt-birchtrees-1-gallery-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:35:\"dt-birchtrees-1-gallery-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:35:\"dt-birchtrees-1-gallery-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:35:\"dt-birchtrees-1-gallery-600x597.png\";s:5:\"width\";i:600;s:6:\"height\";i:597;s:9:\"mime-type\";s:9:\"image/png\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:35:\"dt-birchtrees-1-gallery-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:35:\"dt-birchtrees-1-gallery-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:35:\"dt-birchtrees-1-gallery-600x597.png\";s:5:\"width\";i:600;s:6:\"height\";i:597;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:35:\"dt-birchtrees-1-gallery-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:13:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}s:14:\"resized_images\";a:5:{i:0;s:7:\"482x480\";i:1;s:7:\"603x600\";i:2;s:7:\"600x597\";i:3;s:7:\"603x600\";i:4;s:7:\"241x240\";}}}'),(365,113,'_eg_has_gallery','a:1:{i:0;i:103;}'),(366,114,'_wp_attached_file','2018/05/dt-rainbow-1-gallery.png'),(367,114,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:600;s:4:\"file\";s:32:\"2018/05/dt-rainbow-1-gallery.png\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"dt-rainbow-1-gallery-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:32:\"dt-rainbow-1-gallery-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:32:\"dt-rainbow-1-gallery-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:32:\"dt-rainbow-1-gallery-600x600.png\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:32:\"dt-rainbow-1-gallery-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:32:\"dt-rainbow-1-gallery-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:32:\"dt-rainbow-1-gallery-600x600.png\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:32:\"dt-rainbow-1-gallery-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:13:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}s:14:\"resized_images\";a:4:{i:0;s:7:\"480x480\";i:1;s:7:\"600x600\";i:2;s:7:\"600x600\";i:3;s:7:\"240x240\";}}}'),(368,114,'_eg_has_gallery','a:1:{i:0;i:103;}'),(369,115,'_wp_attached_file','2018/05/dt-birchtrees-2-gallery.png'),(370,115,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:600;s:4:\"file\";s:35:\"2018/05/dt-birchtrees-2-gallery.png\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"dt-birchtrees-2-gallery-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:35:\"dt-birchtrees-2-gallery-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:35:\"dt-birchtrees-2-gallery-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:35:\"dt-birchtrees-2-gallery-600x600.png\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:35:\"dt-birchtrees-2-gallery-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:35:\"dt-birchtrees-2-gallery-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:35:\"dt-birchtrees-2-gallery-600x600.png\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:35:\"dt-birchtrees-2-gallery-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:13:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}s:14:\"resized_images\";a:4:{i:0;s:7:\"480x480\";i:1;s:7:\"600x600\";i:2;s:7:\"600x600\";i:3;s:7:\"240x240\";}}}'),(371,115,'_eg_has_gallery','a:1:{i:0;i:103;}'),(372,116,'_wp_attached_file','2018/05/dt-dream-1-gallery.png'),(373,116,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:600;s:4:\"file\";s:30:\"2018/05/dt-dream-1-gallery.png\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"dt-dream-1-gallery-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:30:\"dt-dream-1-gallery-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:30:\"dt-dream-1-gallery-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:30:\"dt-dream-1-gallery-600x600.png\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:30:\"dt-dream-1-gallery-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:30:\"dt-dream-1-gallery-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:30:\"dt-dream-1-gallery-600x600.png\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:30:\"dt-dream-1-gallery-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:13:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}s:14:\"resized_images\";a:4:{i:0;s:7:\"480x480\";i:1;s:7:\"600x600\";i:2;s:7:\"600x600\";i:3;s:7:\"240x240\";}}}'),(374,116,'_eg_has_gallery','a:1:{i:0;i:103;}'); /*!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_520_ci NOT NULL, `post_title` text COLLATE utf8mb4_unicode_520_ci NOT NULL, `post_excerpt` text COLLATE utf8mb4_unicode_520_ci NOT NULL, `post_status` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT 'publish', `comment_status` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT 'open', `ping_status` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT 'open', `post_password` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `post_name` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `to_ping` text COLLATE utf8mb4_unicode_520_ci NOT NULL, `pinged` text COLLATE utf8mb4_unicode_520_ci NOT NULL, `post_modified` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `post_modified_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `post_content_filtered` longtext COLLATE utf8mb4_unicode_520_ci NOT NULL, `post_parent` bigint(20) unsigned NOT NULL DEFAULT '0', `guid` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `menu_order` int(11) NOT NULL DEFAULT '0', `post_type` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT 'post', `post_mime_type` varchar(100) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `comment_count` bigint(20) NOT NULL DEFAULT '0', PRIMARY KEY (`ID`), KEY `post_name` (`post_name`(191)), KEY `type_status_date` (`post_type`,`post_status`,`post_date`,`ID`), KEY `post_parent` (`post_parent`), KEY `post_author` (`post_author`) ) ENGINE=InnoDB AUTO_INCREMENT=119 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_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 17:51:13','2018-02-06 17:51:13','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 17:51:13','2018-02-06 17:51:13','',0,'http://heartsandmusic.com/wordpress2/?p=1',0,'post','',1),(2,1,'2018-02-06 17:51:13','2018-02-06 17:51:13','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://heartsandmusic.com/wordpress2/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 17:51:13','2018-02-06 17:51:13','',0,'http://heartsandmusic.com/wordpress2/?page_id=2',0,'page','',0),(7,1,'2018-05-01 18:46:39','2018-05-01 18:46:39','We offer artisan crafts including tote bags, hand-painted tiles, and sea glass jewelry. We feature a blog related to positive communication and original music to enhance well-being and support meditation...\r\n\r\n<hr />\r\n\r\n[wp1s id=\'73\']\r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n ','Fine Art and Music on the Coast of Maine…','','publish','closed','closed','','home','','','2018-05-06 01:02:33','2018-05-06 01:02:33','',0,'http://heartsandmusic.com/wordpress2/?page_id=7',0,'page','',0),(8,1,'2018-05-01 18:46:39','2018-05-01 18:46:39','You might be an artist who would like to introduce yourself and your work here or maybe you’re a business with a mission to describe.','About','','publish','closed','closed','','about','','','2018-05-01 19:38:57','2018-05-01 19:38:57','',0,'http://heartsandmusic.com/wordpress2/?page_id=8',0,'page','',0),(9,1,'2018-05-01 18:46:39','2018-05-01 18:46:39','This is a page with some basic contact information, such as an address and phone number. You might also try a plugin to add a contact form.','Contact','','publish','closed','closed','','contact','','','2018-05-02 02:14:12','2018-05-02 02:14:12','',0,'http://heartsandmusic.com/wordpress2/?page_id=9',0,'page','',0),(10,1,'2018-05-01 18:46:39','2018-05-01 18:46:39','','Blog','','publish','closed','closed','','blog','','','2018-05-02 13:45:21','2018-05-02 13:45:21','',0,'http://heartsandmusic.com/wordpress2/?page_id=10',0,'page','',0),(11,1,'2018-05-01 18:46:39','2018-05-01 18:46:39','This is an example of a homepage section. Homepage sections can be any page other than the homepage itself, including the page that shows your latest blog posts.','A homepage section','','publish','closed','closed','','a-homepage-section','','','2018-05-01 18:46:39','2018-05-01 18:46:39','',0,'http://heartsandmusic.com/wordpress2/?page_id=11',0,'page','',0),(12,1,'2018-05-01 18:46:39','2018-05-01 18:46:39','{\n \"widget_text[2]\": {\n \"starter_content\": true,\n \"value\": {\n \"encoded_serialized_instance\": \"YTo0OntzOjU6InRpdGxlIjtzOjc6IkZpbmQgVXMiO3M6NDoidGV4dCI7czoxNjg6IjxzdHJvbmc+QWRkcmVzczwvc3Ryb25nPgoxMjMgTWFpbiBTdHJlZXQKTmV3IFlvcmssIE5ZIDEwMDAxCgo8c3Ryb25nPkhvdXJzPC9zdHJvbmc+Ck1vbmRheSZtZGFzaDtGcmlkYXk6IDk6MDBBTSZuZGFzaDs1OjAwUE0KU2F0dXJkYXkgJmFtcDsgU3VuZGF5OiAxMTowMEFNJm5kYXNoOzM6MDBQTSI7czo2OiJmaWx0ZXIiO2I6MTtzOjY6InZpc3VhbCI7YjoxO30=\",\n \"title\": \"Find Us\",\n \"is_widget_customizer_js_value\": true,\n \"instance_hash_key\": \"8d5cd901fc9ce4ab2b61a4f0094e1aaa\"\n },\n \"type\": \"option\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2018-05-01 18:44:30\"\n },\n \"widget_search[3]\": {\n \"starter_content\": true,\n \"value\": {\n \"encoded_serialized_instance\": \"YToxOntzOjU6InRpdGxlIjtzOjY6IlNlYXJjaCI7fQ==\",\n \"title\": \"Search\",\n \"is_widget_customizer_js_value\": true,\n \"instance_hash_key\": \"92ab36d9893e77e11377239c12c955ee\"\n },\n \"type\": \"option\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2018-05-01 18:44:30\"\n },\n \"widget_text[3]\": {\n \"starter_content\": true,\n \"value\": {\n \"encoded_serialized_instance\": \"YTo0OntzOjU6InRpdGxlIjtzOjE1OiJBYm91dCBUaGlzIFNpdGUiO3M6NDoidGV4dCI7czo4NToiVGhpcyBtYXkgYmUgYSBnb29kIHBsYWNlIHRvIGludHJvZHVjZSB5b3Vyc2VsZiBhbmQgeW91ciBzaXRlIG9yIGluY2x1ZGUgc29tZSBjcmVkaXRzLiI7czo2OiJmaWx0ZXIiO2I6MTtzOjY6InZpc3VhbCI7YjoxO30=\",\n \"title\": \"About This Site\",\n \"is_widget_customizer_js_value\": true,\n \"instance_hash_key\": \"977057e14fecbff8045f8f8459d2a43b\"\n },\n \"type\": \"option\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2018-05-01 18:44:30\"\n },\n \"sidebars_widgets[sidebar-1]\": {\n \"starter_content\": true,\n \"value\": [\n \"text-2\",\n \"search-3\",\n \"text-3\"\n ],\n \"type\": \"option\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2018-05-01 18:44:30\"\n },\n \"widget_text[4]\": {\n \"starter_content\": true,\n \"value\": {\n \"encoded_serialized_instance\": \"YTo0OntzOjU6InRpdGxlIjtzOjc6IkZpbmQgVXMiO3M6NDoidGV4dCI7czoxNjg6IjxzdHJvbmc+QWRkcmVzczwvc3Ryb25nPgoxMjMgTWFpbiBTdHJlZXQKTmV3IFlvcmssIE5ZIDEwMDAxCgo8c3Ryb25nPkhvdXJzPC9zdHJvbmc+Ck1vbmRheSZtZGFzaDtGcmlkYXk6IDk6MDBBTSZuZGFzaDs1OjAwUE0KU2F0dXJkYXkgJmFtcDsgU3VuZGF5OiAxMTowMEFNJm5kYXNoOzM6MDBQTSI7czo2OiJmaWx0ZXIiO2I6MTtzOjY6InZpc3VhbCI7YjoxO30=\",\n \"title\": \"Find Us\",\n \"is_widget_customizer_js_value\": true,\n \"instance_hash_key\": \"8d5cd901fc9ce4ab2b61a4f0094e1aaa\"\n },\n \"type\": \"option\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2018-05-01 18:44:30\"\n },\n \"sidebars_widgets[sidebar-2]\": {\n \"starter_content\": true,\n \"value\": [\n \"text-4\"\n ],\n \"type\": \"option\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2018-05-01 18:44:30\"\n },\n \"widget_text[5]\": {\n \"starter_content\": true,\n \"value\": {\n \"encoded_serialized_instance\": \"YTo0OntzOjU6InRpdGxlIjtzOjE1OiJBYm91dCBUaGlzIFNpdGUiO3M6NDoidGV4dCI7czo4NToiVGhpcyBtYXkgYmUgYSBnb29kIHBsYWNlIHRvIGludHJvZHVjZSB5b3Vyc2VsZiBhbmQgeW91ciBzaXRlIG9yIGluY2x1ZGUgc29tZSBjcmVkaXRzLiI7czo2OiJmaWx0ZXIiO2I6MTtzOjY6InZpc3VhbCI7YjoxO30=\",\n \"title\": \"About This Site\",\n \"is_widget_customizer_js_value\": true,\n \"instance_hash_key\": \"977057e14fecbff8045f8f8459d2a43b\"\n },\n \"type\": \"option\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2018-05-01 18:44:30\"\n },\n \"widget_search[4]\": {\n \"starter_content\": true,\n \"value\": {\n \"encoded_serialized_instance\": \"YToxOntzOjU6InRpdGxlIjtzOjY6IlNlYXJjaCI7fQ==\",\n \"title\": \"Search\",\n \"is_widget_customizer_js_value\": true,\n \"instance_hash_key\": \"92ab36d9893e77e11377239c12c955ee\"\n },\n \"type\": \"option\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2018-05-01 18:44:30\"\n },\n \"sidebars_widgets[sidebar-3]\": {\n \"starter_content\": true,\n \"value\": [\n \"text-5\",\n \"search-4\"\n ],\n \"type\": \"option\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2018-05-01 18:44:30\"\n },\n \"nav_menus_created_posts\": {\n \"starter_content\": true,\n \"value\": [\n 4,\n 5,\n 6,\n 7,\n 8,\n 9,\n 10,\n 11\n ],\n \"type\": \"option\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2018-05-01 18:44:30\"\n },\n \"nav_menu[-1]\": {\n \"value\": {\n \"name\": \"Top Menu\",\n \"description\": \"\",\n \"parent\": 0,\n \"auto_add\": false\n },\n \"type\": \"nav_menu\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2018-05-01 18:46:39\"\n },\n \"nav_menu_item[-1]\": {\n \"value\": {\n \"object_id\": 0,\n \"object\": \"\",\n \"menu_item_parent\": 0,\n \"position\": 0,\n \"type\": \"custom\",\n \"title\": \"Home\",\n \"url\": \"http://heartsandmusic.com/wordpress2/\",\n \"target\": \"\",\n \"attr_title\": \"\",\n \"description\": \"\",\n \"classes\": \"\",\n \"xfn\": \"\",\n \"status\": \"publish\",\n \"original_title\": \"\",\n \"nav_menu_term_id\": -1,\n \"_invalid\": false,\n \"type_label\": \"Custom Link\"\n },\n \"type\": \"nav_menu_item\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2018-05-01 18:46:39\"\n },\n \"nav_menu_item[-2]\": {\n \"value\": {\n \"object_id\": 8,\n \"object\": \"page\",\n \"menu_item_parent\": 0,\n \"position\": 1,\n \"type\": \"post_type\",\n \"title\": \"About\",\n \"url\": \"\",\n \"target\": \"\",\n \"attr_title\": \"\",\n \"description\": \"\",\n \"classes\": \"\",\n \"xfn\": \"\",\n \"status\": \"publish\",\n \"original_title\": \"About\",\n \"nav_menu_term_id\": -1,\n \"_invalid\": false,\n \"type_label\": \"Page\"\n },\n \"type\": \"nav_menu_item\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2018-05-01 18:46:39\"\n },\n \"nav_menu_item[-3]\": {\n \"value\": {\n \"object_id\": 10,\n \"object\": \"page\",\n \"menu_item_parent\": 0,\n \"position\": 2,\n \"type\": \"post_type\",\n \"title\": \"Blog\",\n \"url\": \"\",\n \"target\": \"\",\n \"attr_title\": \"\",\n \"description\": \"\",\n \"classes\": \"\",\n \"xfn\": \"\",\n \"status\": \"publish\",\n \"original_title\": \"Blog\",\n \"nav_menu_term_id\": -1,\n \"_invalid\": false,\n \"type_label\": \"Page\"\n },\n \"type\": \"nav_menu_item\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2018-05-01 18:46:39\"\n },\n \"nav_menu_item[-4]\": {\n \"value\": {\n \"object_id\": 9,\n \"object\": \"page\",\n \"menu_item_parent\": 0,\n \"position\": 3,\n \"type\": \"post_type\",\n \"title\": \"Contact\",\n \"url\": \"\",\n \"target\": \"\",\n \"attr_title\": \"\",\n \"description\": \"\",\n \"classes\": \"\",\n \"xfn\": \"\",\n \"status\": \"publish\",\n \"original_title\": \"Contact\",\n \"nav_menu_term_id\": -1,\n \"_invalid\": false,\n \"type_label\": \"Page\"\n },\n \"type\": \"nav_menu_item\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2018-05-01 18:46:39\"\n },\n \"twentyseventeen::nav_menu_locations[top]\": {\n \"starter_content\": true,\n \"value\": -1,\n \"type\": \"theme_mod\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2018-05-01 18:44:30\"\n },\n \"nav_menu[-5]\": {\n \"value\": {\n \"name\": \"Social Links Menu\",\n \"description\": \"\",\n \"parent\": 0,\n \"auto_add\": false\n },\n \"type\": \"nav_menu\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2018-05-01 18:46:39\"\n },\n \"nav_menu_item[-5]\": {\n \"value\": {\n \"object_id\": 0,\n \"object\": \"\",\n \"menu_item_parent\": 0,\n \"position\": 0,\n \"type\": \"custom\",\n \"title\": \"Yelp\",\n \"url\": \"https://www.yelp.com\",\n \"target\": \"\",\n \"attr_title\": \"\",\n \"description\": \"\",\n \"classes\": \"\",\n \"xfn\": \"\",\n \"status\": \"publish\",\n \"original_title\": \"\",\n \"nav_menu_term_id\": -5,\n \"_invalid\": false,\n \"type_label\": \"Custom Link\"\n },\n \"type\": \"nav_menu_item\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2018-05-01 18:46:39\"\n },\n \"nav_menu_item[-6]\": {\n \"value\": {\n \"object_id\": 0,\n \"object\": \"\",\n \"menu_item_parent\": 0,\n \"position\": 1,\n \"type\": \"custom\",\n \"title\": \"Facebook\",\n \"url\": \"https://www.facebook.com/wordpress\",\n \"target\": \"\",\n \"attr_title\": \"\",\n \"description\": \"\",\n \"classes\": \"\",\n \"xfn\": \"\",\n \"status\": \"publish\",\n \"original_title\": \"\",\n \"nav_menu_term_id\": -5,\n \"_invalid\": false,\n \"type_label\": \"Custom Link\"\n },\n \"type\": \"nav_menu_item\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2018-05-01 18:46:39\"\n },\n \"nav_menu_item[-7]\": {\n \"value\": {\n \"object_id\": 0,\n \"object\": \"\",\n \"menu_item_parent\": 0,\n \"position\": 2,\n \"type\": \"custom\",\n \"title\": \"Twitter\",\n \"url\": \"https://twitter.com/wordpress\",\n \"target\": \"\",\n \"attr_title\": \"\",\n \"description\": \"\",\n \"classes\": \"\",\n \"xfn\": \"\",\n \"status\": \"publish\",\n \"original_title\": \"\",\n \"nav_menu_term_id\": -5,\n \"_invalid\": false,\n \"type_label\": \"Custom Link\"\n },\n \"type\": \"nav_menu_item\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2018-05-01 18:46:39\"\n },\n \"nav_menu_item[-8]\": {\n \"value\": {\n \"object_id\": 0,\n \"object\": \"\",\n \"menu_item_parent\": 0,\n \"position\": 3,\n \"type\": \"custom\",\n \"title\": \"Instagram\",\n \"url\": \"https://www.instagram.com/explore/tags/wordcamp/\",\n \"target\": \"\",\n \"attr_title\": \"\",\n \"description\": \"\",\n \"classes\": \"\",\n \"xfn\": \"\",\n \"status\": \"publish\",\n \"original_title\": \"\",\n \"nav_menu_term_id\": -5,\n \"_invalid\": false,\n \"type_label\": \"Custom Link\"\n },\n \"type\": \"nav_menu_item\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2018-05-01 18:46:39\"\n },\n \"nav_menu_item[-9]\": {\n \"value\": {\n \"object_id\": 0,\n \"object\": \"\",\n \"menu_item_parent\": 0,\n \"position\": 4,\n \"type\": \"custom\",\n \"title\": \"Email\",\n \"url\": \"mailto:wordpress@example.com\",\n \"target\": \"\",\n \"attr_title\": \"\",\n \"description\": \"\",\n \"classes\": \"\",\n \"xfn\": \"\",\n \"status\": \"publish\",\n \"original_title\": \"\",\n \"nav_menu_term_id\": -5,\n \"_invalid\": false,\n \"type_label\": \"Custom Link\"\n },\n \"type\": \"nav_menu_item\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2018-05-01 18:46:39\"\n },\n \"twentyseventeen::nav_menu_locations[social]\": {\n \"starter_content\": true,\n \"value\": -5,\n \"type\": \"theme_mod\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2018-05-01 18:44:30\"\n },\n \"show_on_front\": {\n \"starter_content\": true,\n \"value\": \"page\",\n \"type\": \"option\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2018-05-01 18:44:30\"\n },\n \"page_on_front\": {\n \"starter_content\": true,\n \"value\": 7,\n \"type\": \"option\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2018-05-01 18:44:30\"\n },\n \"page_for_posts\": {\n \"starter_content\": true,\n \"value\": 10,\n \"type\": \"option\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2018-05-01 18:44:30\"\n },\n \"twentyseventeen::panel_1\": {\n \"starter_content\": true,\n \"value\": 11,\n \"type\": \"theme_mod\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2018-05-01 18:44:30\"\n },\n \"twentyseventeen::panel_2\": {\n \"starter_content\": true,\n \"value\": 8,\n \"type\": \"theme_mod\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2018-05-01 18:44:30\"\n },\n \"twentyseventeen::panel_3\": {\n \"starter_content\": true,\n \"value\": 10,\n \"type\": \"theme_mod\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2018-05-01 18:44:30\"\n },\n \"twentyseventeen::panel_4\": {\n \"starter_content\": true,\n \"value\": 9,\n \"type\": \"theme_mod\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2018-05-01 18:44:30\"\n },\n \"blogname\": {\n \"value\": \"Hearts and Music\",\n \"type\": \"option\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2018-05-01 18:45:48\"\n },\n \"blogdescription\": {\n \"value\": \"Donna Kelly / Willy Kelly ... Peace, Love, & Happiness\",\n \"type\": \"option\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2018-05-01 18:46:39\"\n }\n}','','','trash','closed','closed','','9c09eda9-3288-497c-acce-24fcf212137d','','','2018-05-01 18:46:39','2018-05-01 18:46:39','',0,'http://heartsandmusic.com/wordpress2/?p=12',0,'customize_changeset','',0),(13,1,'2018-05-01 18:46:39','2018-05-01 18:46:39','Welcome to your site! This is your homepage, which is what most visitors will see when they come to your site for the first time.','Home','','inherit','closed','closed','','7-revision-v1','','','2018-05-01 18:46:39','2018-05-01 18:46:39','',7,'http://heartsandmusic.com/wordpress2/2018/05/01/7-revision-v1/',0,'revision','',0),(14,1,'2018-05-01 18:46:39','2018-05-01 18:46:39','You might be an artist who would like to introduce yourself and your work here or maybe you’re a business with a mission to describe.','About','','inherit','closed','closed','','8-revision-v1','','','2018-05-01 18:46:39','2018-05-01 18:46:39','',8,'http://heartsandmusic.com/wordpress2/2018/05/01/8-revision-v1/',0,'revision','',0),(15,1,'2018-05-01 18:46:39','2018-05-01 18:46:39','This is a page with some basic contact information, such as an address and phone number. You might also try a plugin to add a contact form.','Contact','','inherit','closed','closed','','9-revision-v1','','','2018-05-01 18:46:39','2018-05-01 18:46:39','',9,'http://heartsandmusic.com/wordpress2/2018/05/01/9-revision-v1/',0,'revision','',0),(16,1,'2018-05-01 18:46:39','2018-05-01 18:46:39','','Blog','','inherit','closed','closed','','10-revision-v1','','','2018-05-01 18:46:39','2018-05-01 18:46:39','',10,'http://heartsandmusic.com/wordpress2/2018/05/01/10-revision-v1/',0,'revision','',0),(17,1,'2018-05-01 18:46:39','2018-05-01 18:46:39','This is an example of a homepage section. Homepage sections can be any page other than the homepage itself, including the page that shows your latest blog posts.','A homepage section','','inherit','closed','closed','','11-revision-v1','','','2018-05-01 18:46:39','2018-05-01 18:46:39','',11,'http://heartsandmusic.com/wordpress2/2018/05/01/11-revision-v1/',0,'revision','',0),(18,1,'2018-05-01 18:46:39','2018-05-01 18:46:39','','Home','','publish','closed','closed','','home','','','2018-05-01 18:46:39','2018-05-01 18:46:39','',0,'http://heartsandmusic.com/wordpress2/2018/05/01/home/',0,'nav_menu_item','',0),(19,1,'2018-05-01 18:46:39','2018-05-01 18:46:39',' ','','','publish','closed','closed','','19','','','2018-05-04 21:11:47','2018-05-04 21:11:47','',0,'http://heartsandmusic.com/wordpress2/2018/05/01/19/',5,'nav_menu_item','',0),(20,1,'2018-05-01 18:46:40','2018-05-01 18:46:40',' ','','','publish','closed','closed','','20','','','2018-05-04 21:11:47','2018-05-04 21:11:47','',0,'http://heartsandmusic.com/wordpress2/2018/05/01/20/',2,'nav_menu_item','',0),(21,1,'2018-05-01 18:46:40','2018-05-01 18:46:40',' ','','','publish','closed','closed','','21','','','2018-05-04 21:11:47','2018-05-04 21:11:47','',0,'http://heartsandmusic.com/wordpress2/2018/05/01/21/',6,'nav_menu_item','',0),(22,1,'2018-05-01 18:46:40','2018-05-01 18:46:40','','Yelp','','publish','closed','closed','','yelp','','','2018-05-01 18:46:40','2018-05-01 18:46:40','',0,'http://heartsandmusic.com/wordpress2/2018/05/01/yelp/',0,'nav_menu_item','',0),(23,1,'2018-05-01 18:46:40','2018-05-01 18:46:40','','Facebook','','publish','closed','closed','','facebook','','','2018-05-01 18:46:40','2018-05-01 18:46:40','',0,'http://heartsandmusic.com/wordpress2/2018/05/01/facebook/',1,'nav_menu_item','',0),(24,1,'2018-05-01 18:46:40','2018-05-01 18:46:40','','Twitter','','publish','closed','closed','','twitter','','','2018-05-01 18:46:40','2018-05-01 18:46:40','',0,'http://heartsandmusic.com/wordpress2/2018/05/01/twitter/',2,'nav_menu_item','',0),(25,1,'2018-05-01 18:46:40','2018-05-01 18:46:40','','Instagram','','publish','closed','closed','','instagram','','','2018-05-01 18:46:40','2018-05-01 18:46:40','',0,'http://heartsandmusic.com/wordpress2/2018/05/01/instagram/',3,'nav_menu_item','',0),(26,1,'2018-05-01 18:46:40','2018-05-01 18:46:40','','Email','','publish','closed','closed','','email','','','2018-05-01 18:46:40','2018-05-01 18:46:40','',0,'http://heartsandmusic.com/wordpress2/2018/05/01/email/',4,'nav_menu_item','',0),(27,1,'2018-05-01 18:59:34','2018-05-01 18:59:34','{\n \"blogdescription\": {\n \"value\": \"Donna Kelly &heart; Willy Kelly ... Peace, Love, & Happiness\",\n \"type\": \"option\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2018-05-01 18:59:34\"\n }\n}','','','trash','closed','closed','','5e605d73-d051-42a4-a24b-97bf654b9d20','','','2018-05-01 18:59:34','2018-05-01 18:59:34','',0,'http://heartsandmusic.com/wordpress2/2018/05/01/5e605d73-d051-42a4-a24b-97bf654b9d20/',0,'customize_changeset','',0),(28,1,'2018-05-01 19:02:34','2018-05-01 19:02:34','{\n \"blogdescription\": {\n \"value\": \"Donna Kelly ♥ Willy Kelly ... Peace, Love, & Happiness\",\n \"type\": \"option\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2018-05-01 19:02:34\"\n }\n}','','','trash','closed','closed','','414dd8d8-3ded-45a6-b0ed-fad1447879d8','','','2018-05-01 19:02:34','2018-05-01 19:02:34','',0,'http://heartsandmusic.com/wordpress2/?p=28',0,'customize_changeset','',0),(31,1,'2018-05-01 19:17:50','2018-05-01 19:17:50','You might be an artist who would like to introduce yourself and your work here or maybe you’re a business with a mission to describe.','About','','inherit','closed','closed','','8-revision-v1','','','2018-05-01 19:17:50','2018-05-01 19:17:50','',8,'http://heartsandmusic.com/wordpress2/2018/05/01/8-revision-v1/',0,'revision','',0),(32,1,'2018-05-01 19:19:41','2018-05-01 19:19:41','','Red Rock Maine','Beach combing...','inherit','open','closed','','red-rock-maine','','','2018-05-01 19:20:16','2018-05-01 19:20:16','',8,'http://heartsandmusic.com/wordpress2/wp-content/uploads/2018/05/Red-Rock-Maine.jpg',0,'attachment','image/jpeg',0),(33,1,'2018-05-01 19:27:47','2018-05-01 19:27:47','{\n \"blogdescription\": {\n \"value\": \"Donna Kelly ♡ Willy Kelly ... Peace, Love, & Happiness\",\n \"type\": \"option\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2018-05-01 19:27:47\"\n }\n}','','','trash','closed','closed','','f250febd-4328-4aa7-96f9-09abcb5bc6f3','','','2018-05-01 19:27:47','2018-05-01 19:27:47','',0,'http://heartsandmusic.com/wordpress2/2018/05/01/f250febd-4328-4aa7-96f9-09abcb5bc6f3/',0,'customize_changeset','',0),(34,1,'2018-05-01 19:28:16','2018-05-01 19:28:16','{\n \"blogdescription\": {\n \"value\": \"Donna Kelly ♥ Willy Kelly ... Peace, Love, & Happiness\",\n \"type\": \"option\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2018-05-01 19:28:16\"\n }\n}','','','trash','closed','closed','','0d51473b-f9ac-4ab8-b902-9d43496406a1','','','2018-05-01 19:28:16','2018-05-01 19:28:16','',0,'http://heartsandmusic.com/wordpress2/2018/05/01/0d51473b-f9ac-4ab8-b902-9d43496406a1/',0,'customize_changeset','',0),(35,1,'2018-05-01 19:38:06','2018-05-01 19:38:06','','Red Rock Maine','Beach combing...','inherit','open','closed','','red-rock-maine-2','','','2018-05-01 19:38:51','2018-05-01 19:38:51','',8,'http://heartsandmusic.com/wordpress2/wp-content/uploads/2018/05/Red-Rock-Maine-1.jpg',0,'attachment','image/jpeg',0),(36,1,'2018-05-02 02:12:49','2018-05-02 02:12:49','','Grey Rock','Beach combing','inherit','open','closed','','e7ce2a56-d257-49eb-970f-c83e57c13b3e','','','2018-05-02 02:13:52','2018-05-02 02:13:52','',9,'http://heartsandmusic.com/wordpress2/wp-content/uploads/2018/05/E7CE2A56-D257-49EB-970F-C83E57C13B3E.jpeg',0,'attachment','image/jpeg',0),(37,1,'2018-05-02 13:43:57','2018-05-02 13:43:57','','Tree-1','','inherit','open','closed','','tree-1','','','2018-05-02 13:43:57','2018-05-02 13:43:57','',10,'http://heartsandmusic.com/wordpress2/wp-content/uploads/2018/05/Tree-1.jpg',0,'attachment','image/jpeg',0),(38,1,'2018-05-02 13:44:14','2018-05-02 13:44:14','','Cloud-1','','inherit','open','closed','','cloud-1','','','2018-05-02 13:44:14','2018-05-02 13:44:14','',10,'http://heartsandmusic.com/wordpress2/wp-content/uploads/2018/05/Cloud-1.jpg',0,'attachment','image/jpeg',0),(39,1,'2018-05-02 13:44:31','2018-05-02 13:44:31','','Tree-2','','inherit','open','closed','','tree-2','','','2018-05-02 13:46:16','2018-05-02 13:46:16','',10,'http://heartsandmusic.com/wordpress2/wp-content/uploads/2018/05/Tree-2.jpg',0,'attachment','image/jpeg',0),(40,1,'2018-05-02 13:47:31','2018-05-02 13:47:31','','cropped-Tree-2.jpg','','inherit','open','closed','','cropped-tree-2-jpg','','','2018-05-02 13:47:31','2018-05-02 13:47:31','',0,'http://heartsandmusic.com/wordpress2/wp-content/uploads/2018/05/cropped-Tree-2.jpg',0,'attachment','image/jpeg',0),(41,1,'2018-05-02 13:48:01','2018-05-02 13:48:01','{\n \"twentyseventeen::header_image\": {\n \"value\": \"http://heartsandmusic.com/wordpress2/wp-content/uploads/2018/05/cropped-Tree-2.jpg\",\n \"type\": \"theme_mod\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2018-05-02 13:48:01\"\n },\n \"twentyseventeen::header_image_data\": {\n \"value\": {\n \"url\": \"http://heartsandmusic.com/wordpress2/wp-content/uploads/2018/05/cropped-Tree-2.jpg\",\n \"thumbnail_url\": \"http://heartsandmusic.com/wordpress2/wp-content/uploads/2018/05/cropped-Tree-2.jpg\",\n \"timestamp\": 1525268853849,\n \"attachment_id\": 40,\n \"width\": 2000,\n \"height\": 1199\n },\n \"type\": \"theme_mod\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2018-05-02 13:48:01\"\n }\n}','','','trash','closed','closed','','02fe7e05-240c-431b-8fde-fd6784c6e60f','','','2018-05-02 13:48:01','2018-05-02 13:48:01','',0,'http://heartsandmusic.com/wordpress2/2018/05/02/02fe7e05-240c-431b-8fde-fd6784c6e60f/',0,'customize_changeset','',0),(42,1,'2018-05-02 13:49:25','2018-05-02 13:49:25','{\n \"twentyseventeen::header_image\": {\n \"value\": \"http://heartsandmusic.com/wordpress2/wp-content/uploads/2018/05/cropped-Tree-2.jpg\",\n \"type\": \"theme_mod\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2018-05-02 13:48:34\"\n },\n \"twentyseventeen::header_image_data\": {\n \"value\": {\n \"url\": \"http://heartsandmusic.com/wordpress2/wp-content/uploads/2018/05/cropped-Tree-2.jpg\",\n \"thumbnail_url\": \"http://heartsandmusic.com/wordpress2/wp-content/uploads/2018/05/cropped-Tree-2.jpg\",\n \"timestamp\": 1525268853849,\n \"attachment_id\": 40,\n \"width\": 2000,\n \"height\": 1199\n },\n \"type\": \"theme_mod\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2018-05-02 13:48:34\"\n }\n}','','','trash','closed','closed','','edf81656-d1b3-4e79-82f9-8a744dd71ab3','','','2018-05-02 13:49:25','2018-05-02 13:49:25','',0,'http://heartsandmusic.com/wordpress2/?p=42',0,'customize_changeset','',0),(43,1,'2018-05-03 12:25:27','2018-05-03 12:25:27','{\n \"twentyseventeen::header_textcolor\": {\n \"value\": \"#ffffff\",\n \"type\": \"theme_mod\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2018-05-03 12:25:27\"\n },\n \"twentyseventeen::colorscheme\": {\n \"value\": \"custom\",\n \"type\": \"theme_mod\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2018-05-03 12:24:28\"\n },\n \"twentyseventeen::colorscheme_hue\": {\n \"value\": 58,\n \"type\": \"theme_mod\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2018-05-03 12:25:27\"\n }\n}','','','trash','closed','closed','','8b3e2a27-47f6-4b87-b423-461f025ead91','','','2018-05-03 12:25:27','2018-05-03 12:25:27','',0,'http://heartsandmusic.com/wordpress2/?p=43',0,'customize_changeset','',0),(44,1,'2018-05-03 16:29:30','2018-05-03 16:29:30','{\n \"old_sidebars_widgets_data\": {\n \"value\": {\n \"wp_inactive_widgets\": [],\n \"sidebar-1\": [\n \"text-2\",\n \"search-3\",\n \"text-3\"\n ],\n \"sidebar-2\": [\n \"text-4\"\n ],\n \"sidebar-3\": [\n \"text-5\",\n \"search-4\"\n ]\n },\n \"type\": \"global_variable\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2018-05-03 16:12:06\"\n },\n \"avogue::nav_menu_locations[primary]\": {\n \"value\": 2,\n \"type\": \"theme_mod\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2018-05-03 16:12:06\"\n }\n}','','','trash','closed','closed','','1b562ef5-e226-4819-af76-d3612c6fd29e','','','2018-05-03 16:29:30','2018-05-03 16:29:30','',0,'http://heartsandmusic.com/wordpress2/?p=44',0,'customize_changeset','',0),(45,1,'2018-05-03 16:36:50','2018-05-03 16:36:50','','Hancock Maine','Hancock, Maine','inherit','open','closed','','hancock-maine','','','2018-05-03 16:37:27','2018-05-03 16:37:27','',7,'http://heartsandmusic.com/wordpress2/wp-content/uploads/2018/05/Hancock-Maine.jpg',0,'attachment','image/jpeg',0),(46,1,'2018-05-04 12:38:12','2018-05-04 12:38:12','','cropped-Tree-2-1.jpg','','inherit','open','closed','','cropped-tree-2-1-jpg','','','2018-05-04 12:38:12','2018-05-04 12:38:12','',0,'http://heartsandmusic.com/wordpress2/wp-content/uploads/2018/05/cropped-Tree-2-1.jpg',0,'attachment','image/jpeg',0),(47,1,'2018-05-04 12:40:46','2018-05-04 12:40:46','','cropped-Red-Rock-Maine-1.jpg','','inherit','open','closed','','cropped-red-rock-maine-1-jpg','','','2018-05-04 12:40:46','2018-05-04 12:40:46','',0,'http://heartsandmusic.com/wordpress2/wp-content/uploads/2018/05/cropped-Red-Rock-Maine-1.jpg',0,'attachment','image/jpeg',0),(48,1,'2018-05-04 12:44:05','2018-05-04 12:44:05','{\n \"old_sidebars_widgets_data\": {\n \"value\": {\n \"wp_inactive_widgets\": [],\n \"sidebar-1\": [\n \"text-2\",\n \"search-3\",\n \"text-3\"\n ],\n \"sidebar-2\": [\n \"text-4\"\n ],\n \"sidebar-3\": [\n \"text-5\",\n \"search-4\"\n ]\n },\n \"type\": \"global_variable\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2018-05-04 12:41:47\"\n },\n \"magzee::header_image\": {\n \"value\": \"http://heartsandmusic.com/wordpress2/wp-content/uploads/2018/05/cropped-Red-Rock-Maine-1.jpg\",\n \"type\": \"theme_mod\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2018-05-04 12:41:47\"\n },\n \"magzee::header_image_data\": {\n \"value\": {\n \"url\": \"http://heartsandmusic.com/wordpress2/wp-content/uploads/2018/05/cropped-Red-Rock-Maine-1.jpg\",\n \"thumbnail_url\": \"http://heartsandmusic.com/wordpress2/wp-content/uploads/2018/05/cropped-Red-Rock-Maine-1.jpg\",\n \"timestamp\": 1525437646635,\n \"attachment_id\": 47,\n \"width\": 2000,\n \"height\": 426\n },\n \"type\": \"theme_mod\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2018-05-04 12:41:47\"\n },\n \"magzee::hide_show_slider\": {\n \"value\": \"on\",\n \"type\": \"theme_mod\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2018-05-04 12:41:47\"\n },\n \"magzee::nav_menu_locations[primary_menu]\": {\n \"value\": 2,\n \"type\": \"theme_mod\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2018-05-04 12:41:47\"\n },\n \"magzee::slider-page1\": {\n \"value\": \"7\",\n \"type\": \"theme_mod\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2018-05-04 12:42:47\"\n }\n}','','','trash','closed','closed','','887ea58d-63f4-459a-ae6e-b8ef588f8821','','','2018-05-04 12:44:05','2018-05-04 12:44:05','',0,'http://heartsandmusic.com/wordpress2/?p=48',0,'customize_changeset','',0),(50,1,'2018-05-04 14:15:32','2018-05-04 14:15:32','Welcome to Hearts and Music!\r\n\r\nWe offer original art including tote-bags, art tiles, and sea-glass jewelry. We offer a blog related to positive approaches to life and music designed to meditate or just relax to... Donna ♥ Willy Kelly\r\n\r\n \r\n<hr />\r\n \r\n','Home','','inherit','closed','closed','','7-revision-v1','','','2018-05-04 14:15:32','2018-05-04 14:15:32','',7,'http://heartsandmusic.com/wordpress2/2018/05/04/7-revision-v1/',0,'revision','',0),(51,1,'2018-05-04 16:52:51','2018-05-04 16:52:51','Welcome to Hearts and Music!\r\n\r\nWe offer original art including tote-bags, art tiles, and sea-glass jewelry. We offer a blog related to positive approaches to life and music designed to meditate or just relax to... Donna Kelly ♥ Willy Kelly\r\n\r\n<hr />\r\n\r\n \r\n\r\n','Home','','inherit','closed','closed','','7-revision-v1','','','2018-05-04 16:52:51','2018-05-04 16:52:51','',7,'http://heartsandmusic.com/wordpress2/2018/05/04/7-revision-v1/',0,'revision','',0),(52,1,'2018-05-04 17:11:20','2018-05-04 17:11:20','','cropped-Cloud-1.jpg','','inherit','open','closed','','cropped-cloud-1-jpg','','','2018-05-04 17:11:20','2018-05-04 17:11:20','',0,'http://heartsandmusic.com/wordpress2/wp-content/uploads/2018/05/cropped-Cloud-1.jpg',0,'attachment','image/jpeg',0),(54,1,'2018-05-04 17:14:59','0000-00-00 00:00:00','{\n \"avira::slider-page1\": {\n \"value\": \"7\",\n \"type\": \"theme_mod\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2018-05-04 17:14:59\"\n }\n}','','','trash','closed','closed','','58ec0027-2b57-43ce-aa14-71901aacd153','','','2018-05-04 17:14:59','0000-00-00 00:00:00','',0,'http://heartsandmusic.com/wordpress2/?p=54',0,'customize_changeset','',0),(55,1,'2018-05-06 01:02:07','2018-05-06 01:02:07','We offer artisan crafts including tote bags, hand-painted tiles, and sea glass jewelry. We feature a blog related to positive communication and original music to enhance well-being and support meditation...\n\n<hr />\n\n[wp1s id=\'73\']\n\n \n\n \n\n \n\n ','fine art and music on the coast of Maine…','','inherit','closed','closed','','7-autosave-v1','','','2018-05-06 01:02:07','2018-05-06 01:02:07','',7,'http://heartsandmusic.com/wordpress2/2018/05/04/7-autosave-v1/',0,'revision','',0),(56,1,'2018-05-04 19:29:45','2018-05-04 19:29:45','Welcome to Hearts and Music!\r\n\r\nWe offer artisan crafts including tote bags, hand-painted tiles, and sea glass jewelry. We offer a blog related to positive approaches to life and music designed to meditate or just relax to... Donna Kelly ♥ Willy Kelly\r\n\r\n<hr />\r\n\r\n ','Home','','inherit','closed','closed','','7-revision-v1','','','2018-05-04 19:29:45','2018-05-04 19:29:45','',7,'http://heartsandmusic.com/wordpress2/2018/05/04/7-revision-v1/',0,'revision','',0),(57,1,'2018-05-04 20:20:58','2018-05-04 20:20:58','{\n \"specia::hide_show_slider\": {\n \"value\": \"on\",\n \"type\": \"theme_mod\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2018-05-04 20:07:35\"\n }\n}','','','trash','closed','closed','','a1c0515d-7789-4f7d-bed6-d458da013e03','','','2018-05-04 20:20:58','2018-05-04 20:20:58','',0,'http://heartsandmusic.com/wordpress2/?p=57',0,'customize_changeset','',0),(58,1,'2018-05-04 20:58:21','2018-05-04 20:58:21','','isleboroMAR2017-a','','inherit','open','closed','','isleboromar2017-a','','','2018-05-04 20:59:07','2018-05-04 20:59:07','',0,'http://heartsandmusic.com/wordpress2/wp-content/uploads/2018/05/isleboroMAR2017-a.png',0,'attachment','image/png',0),(59,1,'2018-05-04 20:59:22','2018-05-04 20:59:22','','cropped-isleboroMAR2017-a.png','','inherit','open','closed','','cropped-isleboromar2017-a-png','','','2018-05-04 20:59:22','2018-05-04 20:59:22','',0,'http://heartsandmusic.com/wordpress2/wp-content/uploads/2018/05/cropped-isleboroMAR2017-a.png',0,'attachment','image/png',0),(60,1,'2018-05-04 20:59:38','2018-05-04 20:59:38','{\n \"specia::header_image\": {\n \"value\": \"http://heartsandmusic.com/wordpress2/wp-content/uploads/2018/05/cropped-isleboroMAR2017-a.png\",\n \"type\": \"theme_mod\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2018-05-04 20:59:38\"\n },\n \"specia::header_image_data\": {\n \"value\": {\n \"url\": \"http://heartsandmusic.com/wordpress2/wp-content/uploads/2018/05/cropped-isleboroMAR2017-a.png\",\n \"thumbnail_url\": \"http://heartsandmusic.com/wordpress2/wp-content/uploads/2018/05/cropped-isleboroMAR2017-a.png\",\n \"timestamp\": 1525467575931,\n \"attachment_id\": 59,\n \"width\": 2000,\n \"height\": 200\n },\n \"type\": \"theme_mod\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2018-05-04 20:59:38\"\n }\n}','','','trash','closed','closed','','d226e886-7312-4ff5-b861-84e8bc105986','','','2018-05-04 20:59:38','2018-05-04 20:59:38','',0,'http://heartsandmusic.com/wordpress2/2018/05/04/d226e886-7312-4ff5-b861-84e8bc105986/',0,'customize_changeset','',0),(61,1,'2018-05-04 21:04:08','2018-05-04 21:04:08','{\n \"specia::facebook_link\": {\n \"value\": \"https://www.facebook.com/donnakelly825\",\n \"type\": \"theme_mod\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2018-05-04 21:01:58\"\n },\n \"specia::email_link\": {\n \"value\": \"donna@heartsandmusic.com\",\n \"type\": \"theme_mod\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2018-05-04 21:04:08\"\n },\n \"specia::pinterest_link\": {\n \"value\": \"https://www.pinterest.com/donnakelly825/?eq=donna%20kelly&etslf=11493\",\n \"type\": \"theme_mod\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2018-05-04 21:03:23\"\n },\n \"specia::hide_show_social\": {\n \"value\": \"on\",\n \"type\": \"theme_mod\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2018-05-04 21:04:08\"\n },\n \"specia::twitter_link\": {\n \"value\": \"https://twitter.com/wksongs\",\n \"type\": \"theme_mod\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2018-05-04 21:04:08\"\n }\n}','','','trash','closed','closed','','ec62a986-fa01-4a14-a071-d58d5661c55f','','','2018-05-04 21:04:08','2018-05-04 21:04:08','',0,'http://heartsandmusic.com/wordpress2/?p=61',0,'customize_changeset','',0),(62,1,'2018-05-04 21:06:01','2018-05-04 21:06:01','{\n \"specia::hide_show_contact_infos\": {\n \"value\": \"on\",\n \"type\": \"theme_mod\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2018-05-04 21:05:23\"\n },\n \"specia::header_email\": {\n \"value\": \"willy@heartsandmusic.com\",\n \"type\": \"theme_mod\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2018-05-04 21:06:01\"\n }\n}','','','trash','closed','closed','','05b9cfda-2492-49c2-82f4-381050267780','','','2018-05-04 21:06:01','2018-05-04 21:06:01','',0,'http://heartsandmusic.com/wordpress2/?p=62',0,'customize_changeset','',0),(63,1,'2018-05-04 21:11:46','2018-05-04 21:11:46','<h2>Hand Painted Tiles</h2>\r\n[envira-gallery id=\"103\"]','Artisan Crafts','','publish','closed','closed','','artisan-crafts','','','2018-05-06 22:18:44','2018-05-06 22:18:44','',0,'http://heartsandmusic.com/wordpress2/?page_id=63',0,'page','',0),(64,1,'2018-05-04 21:11:46','2018-05-04 21:11:46','{\n \"nav_menus_created_posts\": {\n \"value\": [\n 63,\n 65\n ],\n \"type\": \"option\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2018-05-04 21:11:23\"\n },\n \"nav_menu_item[-1832105196]\": {\n \"value\": {\n \"object_id\": 63,\n \"object\": \"page\",\n \"menu_item_parent\": 0,\n \"position\": 3,\n \"type\": \"post_type\",\n \"title\": \"Artisan Crafts\",\n \"url\": \"http://heartsandmusic.com/wordpress2/?page_id=63\",\n \"target\": \"\",\n \"attr_title\": \"\",\n \"description\": \"\",\n \"classes\": \"\",\n \"xfn\": \"\",\n \"status\": \"publish\",\n \"original_title\": \"Artisan Crafts\",\n \"nav_menu_term_id\": 2,\n \"_invalid\": false,\n \"type_label\": \"Page\"\n },\n \"type\": \"nav_menu_item\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2018-05-04 21:11:23\"\n },\n \"nav_menu_item[19]\": {\n \"value\": {\n \"menu_item_parent\": 0,\n \"object_id\": 8,\n \"object\": \"page\",\n \"type\": \"post_type\",\n \"type_label\": \"Page\",\n \"url\": \"http://heartsandmusic.com/wordpress2/about/\",\n \"title\": \"\",\n \"target\": \"\",\n \"attr_title\": \"\",\n \"description\": \"\",\n \"classes\": \"\",\n \"xfn\": \"\",\n \"nav_menu_term_id\": 2,\n \"position\": 5,\n \"status\": \"publish\",\n \"original_title\": \"About\",\n \"_invalid\": false\n },\n \"type\": \"nav_menu_item\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2018-05-04 21:11:23\"\n },\n \"nav_menu_item[20]\": {\n \"value\": {\n \"menu_item_parent\": 0,\n \"object_id\": 10,\n \"object\": \"page\",\n \"type\": \"post_type\",\n \"type_label\": \"Page\",\n \"url\": \"http://heartsandmusic.com/wordpress2/blog/\",\n \"title\": \"\",\n \"target\": \"\",\n \"attr_title\": \"\",\n \"description\": \"\",\n \"classes\": \"\",\n \"xfn\": \"\",\n \"nav_menu_term_id\": 2,\n \"position\": 2,\n \"status\": \"publish\",\n \"original_title\": \"Blog\",\n \"_invalid\": false\n },\n \"type\": \"nav_menu_item\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2018-05-04 21:11:23\"\n },\n \"nav_menu_item[21]\": {\n \"value\": {\n \"menu_item_parent\": 0,\n \"object_id\": 9,\n \"object\": \"page\",\n \"type\": \"post_type\",\n \"type_label\": \"Page\",\n \"url\": \"http://heartsandmusic.com/wordpress2/contact/\",\n \"title\": \"\",\n \"target\": \"\",\n \"attr_title\": \"\",\n \"description\": \"\",\n \"classes\": \"\",\n \"xfn\": \"\",\n \"nav_menu_term_id\": 2,\n \"position\": 6,\n \"status\": \"publish\",\n \"original_title\": \"Contact\",\n \"_invalid\": false\n },\n \"type\": \"nav_menu_item\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2018-05-04 21:11:23\"\n },\n \"nav_menu_item[-1858400072]\": {\n \"value\": {\n \"object_id\": 65,\n \"object\": \"page\",\n \"menu_item_parent\": 0,\n \"position\": 4,\n \"type\": \"post_type\",\n \"title\": \"Music\",\n \"url\": \"http://heartsandmusic.com/wordpress2/?page_id=65\",\n \"target\": \"\",\n \"attr_title\": \"\",\n \"description\": \"\",\n \"classes\": \"\",\n \"xfn\": \"\",\n \"status\": \"publish\",\n \"original_title\": \"Music\",\n \"nav_menu_term_id\": 2,\n \"_invalid\": false,\n \"type_label\": \"Page\"\n },\n \"type\": \"nav_menu_item\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2018-05-04 21:11:23\"\n }\n}','','','trash','closed','closed','','5e00770c-4cd6-4558-b3ff-1ccfd4176ef0','','','2018-05-04 21:11:46','2018-05-04 21:11:46','',0,'http://heartsandmusic.com/wordpress2/?p=64',0,'customize_changeset','',0),(65,1,'2018-05-04 21:11:47','2018-05-04 21:11:47','','Music','','publish','closed','closed','','music','','','2018-05-04 21:11:47','2018-05-04 21:11:47','',0,'http://heartsandmusic.com/wordpress2/?page_id=65',0,'page','',0),(66,1,'2018-05-04 21:11:46','2018-05-04 21:11:46','','Artisan Crafts','','inherit','closed','closed','','63-revision-v1','','','2018-05-04 21:11:46','2018-05-04 21:11:46','',63,'http://heartsandmusic.com/wordpress2/2018/05/04/63-revision-v1/',0,'revision','',0),(67,1,'2018-05-04 21:11:47','2018-05-04 21:11:47','','Music','','inherit','closed','closed','','65-revision-v1','','','2018-05-04 21:11:47','2018-05-04 21:11:47','',65,'http://heartsandmusic.com/wordpress2/2018/05/04/65-revision-v1/',0,'revision','',0),(68,1,'2018-05-04 21:11:47','2018-05-04 21:11:47',' ','','','publish','closed','closed','','68','','','2018-05-04 21:11:47','2018-05-04 21:11:47','',0,'http://heartsandmusic.com/wordpress2/2018/05/04/68/',3,'nav_menu_item','',0),(69,1,'2018-05-04 21:11:47','2018-05-04 21:11:47',' ','','','publish','closed','closed','','69','','','2018-05-04 21:11:47','2018-05-04 21:11:47','',0,'http://heartsandmusic.com/wordpress2/2018/05/04/69/',4,'nav_menu_item','',0),(70,1,'2018-05-05 16:22:57','2018-05-05 16:22:57','Welcome to Hearts and Music!\r\n\r\nWe create art and music on the coast of Maine.\r\n\r\nWe offer artisan crafts including tote bags, hand-painted tiles, and sea glass jewelry. We offer a blog related to positive approaches to life and music designed to meditate or just relax to... Donna Kelly ♥ Willy Kelly\r\n\r\n<hr />\r\n\r\n ','Home','','inherit','closed','closed','','7-revision-v1','','','2018-05-05 16:22:57','2018-05-05 16:22:57','',7,'http://heartsandmusic.com/wordpress2/2018/05/05/7-revision-v1/',0,'revision','',0),(71,1,'2018-05-05 16:33:27','2018-05-05 16:33:27','Welcome to Hearts and Music, the source of fine art and music on the coast of Maine...\r\n\r\nWe offer artisan crafts including tote bags, hand-painted tiles, and sea glass jewelry. We feature a blog related to positive communication and original music to enhance well-being and support meditation... Donna Kelly ♥ Willy Kelly\r\n\r\n<hr />\r\n\r\n ','Home','','inherit','closed','closed','','7-revision-v1','','','2018-05-05 16:33:27','2018-05-05 16:33:27','',7,'http://heartsandmusic.com/wordpress2/2018/05/05/7-revision-v1/',0,'revision','',0),(72,1,'2018-05-05 16:35:58','2018-05-05 16:35:58','Welcome to Hearts and Music, the source of fine art and music on the coast of Maine...\r\n\r\nWe offer artisan crafts including tote bags, hand-painted tiles, and sea glass jewelry. We feature a blog related to positive communication and original music to enhance well-being and support meditation... Donna Kelly ♥ Willy Kelly\r\n\r\n<hr />\r\n\r\n \r\n\r\n \r\n\r\n ','Home','','inherit','closed','closed','','7-revision-v1','','','2018-05-05 16:35:58','2018-05-05 16:35:58','',7,'http://heartsandmusic.com/wordpress2/2018/05/05/7-revision-v1/',0,'revision','',0),(73,1,'2018-05-05 17:19:38','2018-05-05 17:19:38','','Hearts and Music Introduction','','publish','closed','closed','','hearts-and-music-introduction','','','2018-05-06 00:02:57','2018-05-06 00:02:57','',0,'http://heartsandmusic.com/wordpress2/?post_type=wp1slider&p=73',0,'wp1slider','',0),(79,1,'2018-05-05 17:21:23','2018-05-05 17:21:23','Welcome to Hearts and Music, the source of fine art and music on the coast of Maine...\r\n\r\nWe offer artisan crafts including tote bags, hand-painted tiles, and sea glass jewelry. We feature a blog related to positive communication and original music to enhance well-being and support meditation... Donna Kelly ♥ Willy Kelly\r\n\r\n<hr />\r\n\r\n[wp1s id=\'73\']\r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n ','Home','','inherit','closed','closed','','7-revision-v1','','','2018-05-05 17:21:23','2018-05-05 17:21:23','',7,'http://heartsandmusic.com/wordpress2/2018/05/05/7-revision-v1/',0,'revision','',0),(80,1,'2018-05-05 17:25:32','2018-05-05 17:25:32','<h1>Welcome to Hearts and Music,</h1>\r\n<h2>the source of fine art and music on the coast of Maine...</h2>\r\n<h3>We offer artisan crafts including tote bags, hand-painted tiles, and sea glass jewelry. We feature a blog related to positive communication and original music to enhance well-being and support meditation... Donna Kelly ♥ Willy Kelly</h3>\r\n\r\n<hr />\r\n\r\n[wp1s id=\'73\']\r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n ','Home','','inherit','closed','closed','','7-revision-v1','','','2018-05-05 17:25:32','2018-05-05 17:25:32','',7,'http://heartsandmusic.com/wordpress2/2018/05/05/7-revision-v1/',0,'revision','',0),(81,1,'2018-05-05 17:38:35','2018-05-05 17:38:35','','wk-pei','','inherit','open','closed','','wk-pei','','','2018-05-05 17:40:31','2018-05-05 17:40:31','',0,'http://heartsandmusic.com/wordpress2/wp-content/uploads/2018/05/wk-pei.png',0,'attachment','image/png',0),(82,1,'2018-05-05 17:38:50','2018-05-05 17:38:50','','wk-dk','','inherit','open','closed','','wk-dk','','','2018-05-05 17:41:26','2018-05-05 17:41:26','',0,'http://heartsandmusic.com/wordpress2/wp-content/uploads/2018/05/wk-dk.png',0,'attachment','image/png',0),(83,1,'2018-05-05 17:38:58','2018-05-05 17:38:58','','mac','','inherit','open','closed','','mac','','','2018-05-05 17:41:53','2018-05-05 17:41:53','',0,'http://heartsandmusic.com/wordpress2/wp-content/uploads/2018/05/mac.png',0,'attachment','image/png',0),(84,1,'2018-05-05 17:39:11','2018-05-05 17:39:11','','donna-finn','','inherit','open','closed','','donna-finn','','','2018-05-05 17:42:50','2018-05-05 17:42:50','',0,'http://heartsandmusic.com/wordpress2/wp-content/uploads/2018/05/donna-finn.png',0,'attachment','image/png',0),(86,1,'2018-05-05 17:39:28','2018-05-05 17:39:28','','desi','','inherit','open','closed','','desi','','','2018-05-05 17:40:55','2018-05-05 17:40:55','',0,'http://heartsandmusic.com/wordpress2/wp-content/uploads/2018/05/desi.png',0,'attachment','image/png',0),(87,1,'2018-05-05 17:39:36','2018-05-05 17:39:36','','annabelle','','inherit','open','closed','','annabelle','','','2018-05-05 17:43:09','2018-05-05 17:43:09','',0,'http://heartsandmusic.com/wordpress2/wp-content/uploads/2018/05/annabelle.png',0,'attachment','image/png',0),(88,1,'2018-05-05 17:47:06','2018-05-05 17:47:06','<h1>Welcome to Hearts and Music</h1>\r\n<h2 style=\"text-align: right;\">The source of fine art and music on the coast of Maine...</h2>\r\nWe offer artisan crafts including tote bags, [wp1s id=\'73\']hand-painted tiles, and sea glass jewelry. We feature a blog related to positive communication and original music to enhance well-being and support meditation... Donna Kelly ♥ Willy Kelly\r\n\r\n<hr />\r\n\r\n[wp1s id=\'73\']\r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n ','','','inherit','closed','closed','','7-revision-v1','','','2018-05-05 17:47:06','2018-05-05 17:47:06','',7,'http://heartsandmusic.com/wordpress2/2018/05/05/7-revision-v1/',0,'revision','',0),(89,1,'2018-05-05 17:48:01','2018-05-05 17:48:01','<h2 style=\"text-align: right;\">The source of fine art and music on the coast of Maine...</h2>\r\nWe offer artisan crafts including tote bags, [wp1s id=\'73\']hand-painted tiles, and sea glass jewelry. We feature a blog related to positive communication and original music to enhance well-being and support meditation... Donna Kelly ♥ Willy Kelly\r\n\r\n<hr />\r\n\r\n[wp1s id=\'73\']\r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n ','','','inherit','closed','closed','','7-revision-v1','','','2018-05-05 17:48:01','2018-05-05 17:48:01','',7,'http://heartsandmusic.com/wordpress2/2018/05/05/7-revision-v1/',0,'revision','',0),(90,1,'2018-05-05 17:53:15','2018-05-05 17:53:15','{\n \"specia::header_image\": {\n \"value\": \"remove-header\",\n \"type\": \"theme_mod\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2018-05-05 17:50:20\"\n },\n \"specia::header_image_data\": {\n \"value\": \"remove-header\",\n \"type\": \"theme_mod\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2018-05-05 17:50:20\"\n },\n \"specia::hide_show_contact_infos\": {\n \"value\": \"on\",\n \"type\": \"theme_mod\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2018-05-05 17:50:20\"\n },\n \"specia::sticky_header_setting\": {\n \"value\": \"on\",\n \"type\": \"theme_mod\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2018-05-05 17:50:20\"\n },\n \"specia::hide_show_slider\": {\n \"value\": \"on\",\n \"type\": \"theme_mod\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2018-05-05 17:51:20\"\n }\n}','','','trash','closed','closed','','fd74852c-b4c0-4261-8b90-8e2f56488166','','','2018-05-05 17:53:15','2018-05-05 17:53:15','',0,'http://heartsandmusic.com/wordpress2/?p=90',0,'customize_changeset','',0),(91,1,'2018-05-05 17:54:23','2018-05-05 17:54:23','<h2 style=\"text-align: right;\">The source of fine art and music on the coast of Maine...</h2>\r\nWe offer artisan crafts including tote bags, [wp1s id=\'73\']hand-painted tiles, and sea glass jewelry. We feature a blog related to positive communication and original music to enhance well-being and support meditation... Donna Kelly ♥ Willy Kelly\r\n\r\n<hr />\r\n\r\n[wp1s id=\'73\']\r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n ','Donna Kelly ♥ Willy Kelly','','inherit','closed','closed','','7-revision-v1','','','2018-05-05 17:54:23','2018-05-05 17:54:23','',7,'http://heartsandmusic.com/wordpress2/2018/05/05/7-revision-v1/',0,'revision','',0),(92,1,'2018-05-05 17:56:49','2018-05-05 17:56:49','<h3>We offer artisan crafts including tote bags, [wp1s id=\'73\']hand-painted tiles, and sea glass jewelry. We feature a blog related to positive communication and original music to enhance well-being and support meditation...</h3>\r\n\r\n<hr />\r\n\r\n[wp1s id=\'73\']\r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n ','The source of fine art and music on the coast of Maine...','','inherit','closed','closed','','7-revision-v1','','','2018-05-05 17:56:49','2018-05-05 17:56:49','',7,'http://heartsandmusic.com/wordpress2/2018/05/05/7-revision-v1/',0,'revision','',0),(93,1,'2018-05-05 17:57:26','2018-05-05 17:57:26','<h5>We offer artisan crafts including tote bags, hand-painted tiles, and sea glass jewelry. We feature a blog related to positive communication and original music to enhance well-being and support meditation...</h5>\r\n\r\n<hr />\r\n\r\n[wp1s id=\'73\']\r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n ','The source of fine art and music on the coast of Maine...','','inherit','closed','closed','','7-revision-v1','','','2018-05-05 17:57:26','2018-05-05 17:57:26','',7,'http://heartsandmusic.com/wordpress2/2018/05/05/7-revision-v1/',0,'revision','',0),(94,1,'2018-05-06 00:00:57','2018-05-06 00:00:57','','dk','','inherit','open','closed','','dk','','','2018-05-06 00:01:12','2018-05-06 00:01:12','',0,'http://heartsandmusic.com/wordpress2/wp-content/uploads/2018/05/dk.png',0,'attachment','image/png',0),(95,1,'2018-05-06 00:02:38','2018-05-06 00:02:38','','dk','','inherit','open','closed','','dk-2','','','2018-05-06 00:02:51','2018-05-06 00:02:51','',0,'http://heartsandmusic.com/wordpress2/wp-content/uploads/2018/05/dk-1.png',0,'attachment','image/png',0),(97,1,'2018-05-06 00:30:18','2018-05-06 00:30:18','<label> Your Name (required)\n [text* your-name] </label>\n\n<label> Your Email (required)\n [email* your-email] </label>\n\n<label> Subject\n [text your-subject] </label>\n\n<label> Your Message\n [textarea your-message] </label>\n\n[submit \"Send\"]\nHearts and Music \"[your-subject]\"\n[your-name] <wordpress@heartsandmusic.com>\nFrom: [your-name] <[your-email]>\nSubject: [your-subject]\n\nMessage Body:\n[your-message]\n\n-- \nThis e-mail was sent from a contact form on Hearts and Music (http://heartsandmusic.com/wordpress2)\nwillykelly@rocketmail.com\nReply-To: [your-email]\n\n0\n0\n\nHearts and Music \"[your-subject]\"\nHearts and Music <wordpress@heartsandmusic.com>\nMessage Body:\n[your-message]\n\n-- \nThis e-mail was sent from a contact form on Hearts and Music (http://heartsandmusic.com/wordpress2)\n[your-email]\nReply-To: willykelly@rocketmail.com\n\n0\n0\nThank you for your message. It has been sent.\nThere was an error trying to send your message. Please try again later.\nOne or more fields have an error. Please check and try again.\nThere was an error trying to send your message. Please try again later.\nYou must accept the terms and conditions before sending your message.\nThe field is required.\nThe field is too long.\nThe field is too short.','Contact form 1','','publish','closed','closed','','contact-form-1','','','2018-05-06 00:30:18','2018-05-06 00:30:18','',0,'http://heartsandmusic.com/wordpress2/?post_type=wpcf7_contact_form&p=97',0,'wpcf7_contact_form','',0),(98,1,'2018-05-06 00:56:56','2018-05-06 00:56:56','We offer artisan crafts including tote bags, hand-painted tiles, and sea glass jewelry. We feature a blog related to positive communication and original music to enhance well-being and support meditation...\r\n\r\n<hr />\r\n\r\n[wp1s id=\'73\']\r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n ','The source of fine art and music on the coast of Maine...','','inherit','closed','closed','','7-revision-v1','','','2018-05-06 00:56:56','2018-05-06 00:56:56','',7,'http://heartsandmusic.com/wordpress2/2018/05/06/7-revision-v1/',0,'revision','',0),(99,1,'2018-05-06 00:59:02','2018-05-06 00:59:02','We offer artisan crafts including tote bags, hand-painted tiles, and sea glass jewelry. We feature a blog related to positive communication and original music to enhance well-being and support meditation...\r\n\r\n<hr />\r\n\r\n[wp1s id=\'73\']\r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n ','','','inherit','closed','closed','','7-revision-v1','','','2018-05-06 00:59:02','2018-05-06 00:59:02','',7,'http://heartsandmusic.com/wordpress2/2018/05/06/7-revision-v1/',0,'revision','',0),(100,1,'2018-05-06 01:02:33','2018-05-06 01:02:33','We offer artisan crafts including tote bags, hand-painted tiles, and sea glass jewelry. We feature a blog related to positive communication and original music to enhance well-being and support meditation...\r\n\r\n<hr />\r\n\r\n[wp1s id=\'73\']\r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n ','Fine Art and Music on the Coast of Maine…','','inherit','closed','closed','','7-revision-v1','','','2018-05-06 01:02:33','2018-05-06 01:02:33','',7,'http://heartsandmusic.com/wordpress2/2018/05/06/7-revision-v1/',0,'revision','',0),(101,1,'2018-05-06 01:15:32','2018-05-06 01:15:32','<h2>Hand Painted Tiles</h2>\n ','Artisan Crafts','','inherit','closed','closed','','63-autosave-v1','','','2018-05-06 01:15:32','2018-05-06 01:15:32','',63,'http://heartsandmusic.com/wordpress2/2018/05/06/63-autosave-v1/',0,'revision','',0),(102,1,'2018-05-06 01:16:30','2018-05-06 01:16:30','<h2>Hand Painted Tiles</h2>\r\n ','Artisan Crafts','','inherit','closed','closed','','63-revision-v1','','','2018-05-06 01:16:30','2018-05-06 01:16:30','',63,'http://heartsandmusic.com/wordpress2/2018/05/06/63-revision-v1/',0,'revision','',0),(103,1,'2018-05-06 22:17:29','2018-05-06 22:17:29','','Donna\'s Hand Painted Tiles','','publish','closed','closed','','donnas-hand-painted-tiles','','','2018-05-06 22:49:20','2018-05-06 22:49:20','',0,'http://heartsandmusic.com/wordpress2/?post_type=envira&p=103',0,'envira','',0),(104,1,'2018-05-06 22:14:04','2018-05-06 22:14:04','','dt-birchtrees-1','','inherit','open','closed','','dt-birchtrees-1','','','2018-05-06 22:14:04','2018-05-06 22:14:04','',103,'http://heartsandmusic.com/wordpress2/wp-content/uploads/2018/05/dt-birchtrees-1.jpg',0,'attachment','image/jpeg',0),(105,1,'2018-05-06 22:14:50','2018-05-06 22:14:50','','dt-rainbow-1','','inherit','open','closed','','dt-rainbow-1','','','2018-05-06 22:14:50','2018-05-06 22:14:50','',103,'http://heartsandmusic.com/wordpress2/wp-content/uploads/2018/05/dt-rainbow-1.jpg',0,'attachment','image/jpeg',0),(106,1,'2018-05-06 22:15:15','2018-05-06 22:15:15','','dt-nightsky-1','','inherit','open','closed','','dt-nightsky-1','','','2018-05-06 22:15:15','2018-05-06 22:15:15','',103,'http://heartsandmusic.com/wordpress2/wp-content/uploads/2018/05/dt-nightsky-1.jpg',0,'attachment','image/jpeg',0),(107,1,'2018-05-06 22:15:48','2018-05-06 22:15:48','','dt-purpletulips','','inherit','open','closed','','dt-purpletulips','','','2018-05-06 22:15:48','2018-05-06 22:15:48','',103,'http://heartsandmusic.com/wordpress2/wp-content/uploads/2018/05/dt-purpletulips.jpg',0,'attachment','image/jpeg',0),(108,1,'2018-05-06 22:16:17','2018-05-06 22:16:17','','dt-birchtrees-2','','inherit','open','closed','','dt-birchtrees-2','','','2018-05-06 22:16:17','2018-05-06 22:16:17','',103,'http://heartsandmusic.com/wordpress2/wp-content/uploads/2018/05/dt-birchtrees-2.jpg',0,'attachment','image/jpeg',0),(109,1,'2018-05-06 22:16:51','2018-05-06 22:16:51','','dt-dream-1','','inherit','open','closed','','dt-dream-1','','','2018-05-06 22:16:51','2018-05-06 22:16:51','',103,'http://heartsandmusic.com/wordpress2/wp-content/uploads/2018/05/dt-dream-1.jpg',0,'attachment','image/jpeg',0),(110,1,'2018-05-06 22:18:44','2018-05-06 22:18:44','<h2>Hand Painted Tiles</h2>\r\n[envira-gallery id=\"103\"]','Artisan Crafts','','inherit','closed','closed','','63-revision-v1','','','2018-05-06 22:18:44','2018-05-06 22:18:44','',63,'http://heartsandmusic.com/wordpress2/2018/05/06/63-revision-v1/',0,'revision','',0),(111,1,'2018-05-06 22:41:50','2018-05-06 22:41:50','','dt-purpletulips-gallery','','inherit','open','closed','','dt-purpletulips-gallery','','','2018-05-06 22:41:50','2018-05-06 22:41:50','',103,'http://heartsandmusic.com/wordpress2/wp-content/uploads/2018/05/dt-purpletulips-gallery.png',0,'attachment','image/png',0),(112,1,'2018-05-06 22:42:45','2018-05-06 22:42:45','','dt-nightsky-1-gallery','','inherit','open','closed','','dt-nightsky-1-gallery','','','2018-05-06 22:42:45','2018-05-06 22:42:45','',103,'http://heartsandmusic.com/wordpress2/wp-content/uploads/2018/05/dt-nightsky-1-gallery.png',0,'attachment','image/png',0),(113,1,'2018-05-06 22:43:10','2018-05-06 22:43:10','','dt-birchtrees-1-gallery','','inherit','open','closed','','dt-birchtrees-1-gallery','','','2018-05-06 22:43:10','2018-05-06 22:43:10','',103,'http://heartsandmusic.com/wordpress2/wp-content/uploads/2018/05/dt-birchtrees-1-gallery.png',0,'attachment','image/png',0),(114,1,'2018-05-06 22:43:22','2018-05-06 22:43:22','','dt-rainbow-1-gallery','','inherit','open','closed','','dt-rainbow-1-gallery','','','2018-05-06 22:43:22','2018-05-06 22:43:22','',103,'http://heartsandmusic.com/wordpress2/wp-content/uploads/2018/05/dt-rainbow-1-gallery.png',0,'attachment','image/png',0),(115,1,'2018-05-06 22:43:33','2018-05-06 22:43:33','','dt-birchtrees-2-gallery','','inherit','open','closed','','dt-birchtrees-2-gallery','','','2018-05-06 22:43:33','2018-05-06 22:43:33','',103,'http://heartsandmusic.com/wordpress2/wp-content/uploads/2018/05/dt-birchtrees-2-gallery.png',0,'attachment','image/png',0),(116,1,'2018-05-06 22:43:52','2018-05-06 22:43:52','','dt-dream-1-gallery','','inherit','open','closed','','dt-dream-1-gallery','','','2018-05-06 22:43:52','2018-05-06 22:43:52','',103,'http://heartsandmusic.com/wordpress2/wp-content/uploads/2018/05/dt-dream-1-gallery.png',0,'attachment','image/png',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_520_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),(18,2,0),(19,2,0),(20,2,0),(21,2,0),(22,3,0),(23,3,0),(24,3,0),(25,3,0),(26,3,0),(68,2,0),(69,2,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_520_ci NOT NULL DEFAULT '', `description` longtext COLLATE utf8mb4_unicode_520_ci NOT NULL, `parent` bigint(20) unsigned NOT NULL DEFAULT '0', `count` bigint(20) NOT NULL DEFAULT '0', PRIMARY KEY (`term_taxonomy_id`), UNIQUE KEY `term_id_taxonomy` (`term_id`,`taxonomy`), KEY `taxonomy` (`taxonomy`) ) ENGINE=InnoDB AUTO_INCREMENT=19 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_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,'nav_menu','',0,6),(3,3,'nav_menu','',0,5),(4,4,'portfolio_categories','Default Category',0,0),(5,5,'product_type','',0,0),(6,6,'product_type','',0,0),(7,7,'product_type','',0,0),(8,8,'product_type','',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_visibility','',0,0),(14,14,'product_visibility','',0,0),(15,15,'product_visibility','',0,0),(16,16,'product_visibility','',0,0),(17,17,'product_visibility','',0,0),(18,18,'product_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_520_ci DEFAULT NULL, `meta_value` longtext COLLATE utf8mb4_unicode_520_ci, PRIMARY KEY (`meta_id`), KEY `term_id` (`term_id`), KEY `meta_key` (`meta_key`(191)) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_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 */; /*!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_520_ci NOT NULL DEFAULT '', `slug` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `term_group` bigint(10) NOT NULL DEFAULT '0', PRIMARY KEY (`term_id`), KEY `slug` (`slug`(191)), KEY `name` (`name`(191)) ) ENGINE=InnoDB AUTO_INCREMENT=19 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_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,'Top Menu','top-menu',0),(3,'Social Links Menu','social-links-menu',0),(4,'ALL','all',0),(5,'simple','simple',0),(6,'grouped','grouped',0),(7,'variable','variable',0),(8,'external','external',0),(9,'exclude-from-search','exclude-from-search',0),(10,'exclude-from-catalog','exclude-from-catalog',0),(11,'featured','featured',0),(12,'outofstock','outofstock',0),(13,'rated-1','rated-1',0),(14,'rated-2','rated-2',0),(15,'rated-3','rated-3',0),(16,'rated-4','rated-4',0),(17,'rated-5','rated-5',0),(18,'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_520_ci DEFAULT NULL, `meta_value` longtext COLLATE utf8mb4_unicode_520_ci, PRIMARY KEY (`umeta_id`), KEY `user_id` (`user_id`), KEY `meta_key` (`meta_key`(191)) ) ENGINE=InnoDB AUTO_INCREMENT=28 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_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','willykelly'),(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,'default_password_nag','1'),(16,1,'show_welcome_panel','1'),(17,1,'session_tokens','a:3:{s:64:\"c065acab6daac59be5932290f571a31df97bc70784f97cd59d72176ffac0e425\";a:4:{s:10:\"expiration\";i:1527195930;s:2:\"ip\";s:11:\"72.65.110.5\";s:2:\"ua\";s:114:\"Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.181 Safari/537.36\";s:5:\"login\";i:1527023130;}s:64:\"dc1878041608bc7079e053b3693228a7ac547be812a92f66f906b4f0dc92ddde\";a:4:{s:10:\"expiration\";i:1527195937;s:2:\"ip\";s:11:\"72.65.110.5\";s:2:\"ua\";s:114:\"Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.181 Safari/537.36\";s:5:\"login\";i:1527023137;}s:64:\"02f96f5cedcf8741827894ccc4b9ad82e0b377a944f8ec9a04f24b2a8d7de67e\";a:4:{s:10:\"expiration\";i:1527204099;s:2:\"ip\";s:11:\"72.65.110.5\";s:2:\"ua\";s:114:\"Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.181 Safari/537.36\";s:5:\"login\";i:1527031299;}}'),(18,1,'wp_dashboard_quick_press_last_post_id','117'),(19,1,'community-events-location','a:1:{s:2:\"ip\";s:11:\"72.65.110.0\";}'),(20,1,'wp_user-settings','libraryContent=browse&editor=tinymce'),(21,1,'wp_user-settings-time','1525569392'),(22,1,'nav_menu_recently_edited','3'),(23,1,'managenav-menuscolumnshidden','a:5:{i:0;s:11:\"link-target\";i:1;s:11:\"css-classes\";i:2;s:3:\"xfn\";i:3;s:11:\"description\";i:4;s:15:\"title-attribute\";}'),(24,1,'metaboxhidden_nav-menus','a:1:{i:0;s:12:\"add-post_tag\";}'),(25,1,'closedpostboxes_page','a:0:{}'),(26,1,'metaboxhidden_page','a:6:{i:0;s:12:\"revisionsdiv\";i:1;s:10:\"postcustom\";i:2;s:16:\"commentstatusdiv\";i:3;s:11:\"commentsdiv\";i:4;s:7:\"slugdiv\";i:5;s:9:\"authordiv\";}'),(27,1,'_woocommerce_persistent_cart_1','a:1:{s:4:\"cart\";a:0:{}}'); /*!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_520_ci NOT NULL DEFAULT '', `user_pass` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `user_nicename` varchar(50) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `user_email` varchar(100) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `user_url` varchar(100) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `user_registered` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `user_activation_key` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `user_status` int(11) NOT NULL DEFAULT '0', `display_name` varchar(250) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', PRIMARY KEY (`ID`), KEY `user_login_key` (`user_login`), KEY `user_nicename` (`user_nicename`), KEY `user_email` (`user_email`) ) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_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,'willykelly','$P$BBfYGkGK0Ys3vuCApu5vpDKlqjmDAK/','willykelly','willykelly@rocketmail.com','','2018-02-06 17:51:13','',0,'willykelly'); /*!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_520_ci DEFAULT '', PRIMARY KEY (`download_log_id`), KEY `permission_id` (`permission_id`), KEY `timestamp` (`timestamp`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_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_520_ci NOT NULL, `name` text COLLATE utf8mb4_unicode_520_ci NOT NULL, `user_id` bigint(20) unsigned NOT NULL, `delivery_url` text COLLATE utf8mb4_unicode_520_ci NOT NULL, `secret` text COLLATE utf8mb4_unicode_520_ci NOT NULL, `topic` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL, `date_created` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `date_created_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `date_modified` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `date_modified_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `api_version` smallint(4) NOT NULL, `failure_count` smallint(10) NOT NULL DEFAULT '0', `pending_delivery` tinyint(1) NOT NULL DEFAULT '0', PRIMARY KEY (`webhook_id`), KEY `user_id` (`user_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_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_520_ci DEFAULT NULL, `permissions` varchar(10) COLLATE utf8mb4_unicode_520_ci NOT NULL, `consumer_key` char(64) COLLATE utf8mb4_unicode_520_ci NOT NULL, `consumer_secret` char(43) COLLATE utf8mb4_unicode_520_ci NOT NULL, `nonces` longtext COLLATE utf8mb4_unicode_520_ci, `truncated_key` char(7) COLLATE utf8mb4_unicode_520_ci NOT NULL, `last_access` datetime DEFAULT NULL, PRIMARY KEY (`key_id`), KEY `consumer_key` (`consumer_key`), KEY `consumer_secret` (`consumer_secret`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_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_520_ci NOT NULL, `attribute_label` varchar(200) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL, `attribute_type` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL, `attribute_orderby` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL, `attribute_public` int(1) NOT NULL DEFAULT '1', PRIMARY KEY (`attribute_id`), KEY `attribute_name` (`attribute_name`(20)) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_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_520_ci NOT NULL, `product_id` bigint(20) unsigned NOT NULL, `order_id` bigint(20) unsigned NOT NULL DEFAULT '0', `order_key` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL, `user_email` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL, `user_id` bigint(20) unsigned DEFAULT NULL, `downloads_remaining` varchar(9) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL, `access_granted` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `access_expires` datetime DEFAULT NULL, `download_count` bigint(20) unsigned NOT NULL DEFAULT '0', PRIMARY KEY (`permission_id`), KEY `download_order_key_product` (`product_id`,`order_id`,`order_key`(16),`download_id`), KEY `download_order_product` (`download_id`,`order_id`,`product_id`), KEY `order_id` (`order_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_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_520_ci NOT NULL, `message` longtext COLLATE utf8mb4_unicode_520_ci NOT NULL, `context` longtext COLLATE utf8mb4_unicode_520_ci, PRIMARY KEY (`log_id`), KEY `level` (`level`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_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_520_ci DEFAULT NULL, `meta_value` longtext COLLATE utf8mb4_unicode_520_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_520_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_520_ci NOT NULL, `order_item_type` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `order_id` bigint(20) unsigned NOT NULL, PRIMARY KEY (`order_item_id`), KEY `order_id` (`order_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_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_520_ci DEFAULT NULL, `meta_value` longtext COLLATE utf8mb4_unicode_520_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_520_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_520_ci NOT NULL, `token` text COLLATE utf8mb4_unicode_520_ci NOT NULL, `user_id` bigint(20) unsigned NOT NULL DEFAULT '0', `type` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL, `is_default` tinyint(1) NOT NULL DEFAULT '0', PRIMARY KEY (`token_id`), KEY `user_id` (`user_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_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_520_ci NOT NULL, `session_value` longtext COLLATE utf8mb4_unicode_520_ci NOT NULL, `session_expiry` bigint(20) unsigned NOT NULL, PRIMARY KEY (`session_key`), UNIQUE KEY `session_id` (`session_id`) ) ENGINE=InnoDB AUTO_INCREMENT=5 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_woocommerce_sessions` -- LOCK TABLES `wp_woocommerce_sessions` WRITE; /*!40000 ALTER TABLE `wp_woocommerce_sessions` DISABLE KEYS */; /*!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_520_ci NOT NULL, `location_type` varchar(40) COLLATE utf8mb4_unicode_520_ci NOT NULL, PRIMARY KEY (`location_id`), KEY `location_id` (`location_id`), KEY `location_type_code` (`location_type`(10),`location_code`(20)) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_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 */; /*!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_520_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_520_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_520_ci NOT NULL, `zone_order` bigint(20) unsigned NOT NULL, PRIMARY KEY (`zone_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_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 */; /*!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_520_ci NOT NULL, `tax_rate_id` bigint(20) unsigned NOT NULL, `location_type` varchar(40) COLLATE utf8mb4_unicode_520_ci NOT NULL, PRIMARY KEY (`location_id`), KEY `tax_rate_id` (`tax_rate_id`), KEY `location_type_code` (`location_type`(10),`location_code`(20)) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_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_520_ci NOT NULL DEFAULT '', `tax_rate_state` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `tax_rate` varchar(8) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `tax_rate_name` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `tax_rate_priority` bigint(20) unsigned NOT NULL, `tax_rate_compound` int(1) NOT NULL DEFAULT '0', `tax_rate_shipping` int(1) NOT NULL DEFAULT '1', `tax_rate_order` bigint(20) unsigned NOT NULL, `tax_rate_class` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', PRIMARY KEY (`tax_rate_id`), KEY `tax_rate_country` (`tax_rate_country`), KEY `tax_rate_state` (`tax_rate_state`(2)), KEY `tax_rate_class` (`tax_rate_class`(10)), KEY `tax_rate_priority` (`tax_rate_priority`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_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; -- -- Dumping routines for database '1_03aa2d8_1' -- /*!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-29 20:43:20