-- MySQL dump 10.13 Distrib 5.1.73, for redhat-linux-gnu (x86_64) -- -- Host: localhost Database: vsite_WwuW63K_db -- ------------------------------------------------------ -- Server version 5.1.73 /*!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) DEFAULT NULL, `meta_value` longtext, PRIMARY KEY (`meta_id`), KEY `comment_id` (`comment_id`), KEY `meta_key` (`meta_key`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; /*!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 NOT NULL, `comment_author_email` varchar(100) NOT NULL DEFAULT '', `comment_author_url` varchar(200) NOT NULL DEFAULT '', `comment_author_IP` varchar(100) 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 NOT NULL, `comment_karma` int(11) NOT NULL DEFAULT '0', `comment_approved` varchar(20) NOT NULL DEFAULT '1', `comment_agent` varchar(255) NOT NULL DEFAULT '', `comment_type` varchar(20) 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)) ) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8; /*!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,'Mr WordPress','','https://wordpress.org/','','2014-11-20 15:35:28','2014-11-20 15:35:28','Hi, this is a comment.\nTo delete a comment, just log in and view the post's comments. There you will have the option to edit or delete them.',0,'1','','',0,0); /*!40000 ALTER TABLE `wp_comments` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_itsec_lockouts` -- DROP TABLE IF EXISTS `wp_itsec_lockouts`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_itsec_lockouts` ( `lockout_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `lockout_type` varchar(20) NOT NULL, `lockout_start` datetime NOT NULL, `lockout_start_gmt` datetime NOT NULL, `lockout_expire` datetime NOT NULL, `lockout_expire_gmt` datetime NOT NULL, `lockout_host` varchar(20) DEFAULT NULL, `lockout_user` bigint(20) unsigned DEFAULT NULL, `lockout_username` varchar(20) DEFAULT NULL, `lockout_active` int(1) NOT NULL DEFAULT '1', PRIMARY KEY (`lockout_id`), KEY `lockout_expire_gmt` (`lockout_expire_gmt`), KEY `lockout_host` (`lockout_host`), KEY `lockout_user` (`lockout_user`), KEY `lockout_username` (`lockout_username`), KEY `lockout_active` (`lockout_active`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_itsec_lockouts` -- LOCK TABLES `wp_itsec_lockouts` WRITE; /*!40000 ALTER TABLE `wp_itsec_lockouts` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_itsec_lockouts` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_itsec_log` -- DROP TABLE IF EXISTS `wp_itsec_log`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_itsec_log` ( `log_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `log_type` varchar(20) NOT NULL DEFAULT '', `log_function` varchar(255) NOT NULL DEFAULT '', `log_priority` int(2) NOT NULL DEFAULT '1', `log_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `log_date_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `log_host` varchar(20) DEFAULT NULL, `log_username` varchar(20) DEFAULT NULL, `log_user` bigint(20) unsigned DEFAULT NULL, `log_url` varchar(255) DEFAULT NULL, `log_referrer` varchar(255) DEFAULT NULL, `log_data` longtext NOT NULL, PRIMARY KEY (`log_id`), KEY `log_type` (`log_type`), KEY `log_date_gmt` (`log_date_gmt`) ) ENGINE=MyISAM AUTO_INCREMENT=4 DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_itsec_log` -- LOCK TABLES `wp_itsec_log` WRITE; /*!40000 ALTER TABLE `wp_itsec_log` DISABLE KEYS */; INSERT INTO `wp_itsec_log` VALUES (1,'file_change','File Changes Detected',8,'2015-01-30 06:21:32','2015-01-30 11:21:32','','',0,'','','a:4:{s:5:\"added\";a:2217:{s:13:\"wp-config.php\";a:2:{s:1:\"d\";s:10:\"1416495958\";s:1:\"h\";s:32:\"4c9202f0f7d7ed76f595a2802427d0df\";}s:16:\"wp-trackback.php\";a:2:{s:1:\"d\";s:10:\"1421925962\";s:1:\"h\";s:32:\"8fecf12e8ea164ba98d8236b0fb56c0b\";}s:13:\"wp-signup.php\";a:2:{s:1:\"d\";s:10:\"1421925962\";s:1:\"h\";s:32:\"46b6e1eab82ac9490a9a0f6746841574\";}s:25:\"wp-admin/load-scripts.php\";a:2:{s:1:\"d\";s:10:\"1404751336\";s:1:\"h\";s:32:\"e05a32249aef5de74b70d26a29f0a8ae\";}s:20:\"wp-admin/ms-edit.php\";a:2:{s:1:\"d\";s:10:\"1380068291\";s:1:\"h\";s:32:\"16d42ff617c4a616c3bd94ba103a4582\";}s:27:\"wp-admin/edit-link-form.php\";a:2:{s:1:\"d\";s:10:\"1400450835\";s:1:\"h\";s:32:\"12692ddc4508038cd72704e4295e50fa\";}s:17:\"wp-admin/link.php\";a:2:{s:1:\"d\";s:10:\"1405588456\";s:1:\"h\";s:32:\"63adfdd74e61e01c62e1a1e41cd37f64\";}s:25:\"wp-admin/setup-config.php\";a:2:{s:1:\"d\";s:10:\"1421925957\";s:1:\"h\";s:32:\"5b76ef3302a6dfb5d6d7177ce5d13164\";}s:21:\"wp-admin/ms-users.php\";a:2:{s:1:\"d\";s:10:\"1380068291\";s:1:\"h\";s:32:\"4823c8667b23ca83b31bf9093647e5a2\";}s:21:\"wp-admin/revision.php\";a:2:{s:1:\"d\";s:10:\"1421925957\";s:1:\"h\";s:32:\"7c6b4a4b5466657ea321d65ddb0aa04a\";}s:31:\"wp-admin/options-discussion.php\";a:2:{s:1:\"d\";s:10:\"1421925957\";s:1:\"h\";s:32:\"cb0d04227b569b1febb596ee87e5e5cd\";}s:20:\"wp-admin/plugins.php\";a:2:{s:1:\"d\";s:10:\"1421925957\";s:1:\"h\";s:32:\"79f17b4392e752cf7c6f03f5b1346e93\";}s:28:\"wp-admin/options-writing.php\";a:2:{s:1:\"d\";s:10:\"1397260875\";s:1:\"h\";s:32:\"af658c8c63fe1a0a9536fa504b962e92\";}s:22:\"wp-admin/media-new.php\";a:2:{s:1:\"d\";s:10:\"1394252055\";s:1:\"h\";s:32:\"0a47c2f5734751d7728b2f28256cf222\";}s:27:\"wp-admin/images/loading.gif\";a:2:{s:1:\"d\";s:10:\"1421925955\";s:1:\"h\";s:32:\"2d5b92b61674c850bff00cecaf0864ec\";}s:38:\"wp-admin/images/media-button-other.gif\";a:2:{s:1:\"d\";s:10:\"1421925955\";s:1:\"h\";s:32:\"8bc6b46bc70c7c1918dce62c4fe3229c\";}s:38:\"wp-admin/images/media-button-image.gif\";a:2:{s:1:\"d\";s:10:\"1421925955\";s:1:\"h\";s:32:\"7ea2c9c157c38edb40b1ce62d572d5b3\";}s:38:\"wp-admin/images/media-button-video.gif\";a:2:{s:1:\"d\";s:10:\"1421925955\";s:1:\"h\";s:32:\"abaac3dfd81fbf72e578f13451eae7d0\";}s:26:\"wp-admin/images/xit-2x.gif\";a:2:{s:1:\"d\";s:10:\"1421925955\";s:1:\"h\";s:32:\"8fb0729c541cbdc4609faf3f4ad02fc7\";}s:24:\"wp-admin/images/sort.gif\";a:2:{s:1:\"d\";s:10:\"1421925955\";s:1:\"h\";s:32:\"2e8acb8dee99bfbcb61bd46c486a995d\";}s:29:\"wp-admin/images/resize-2x.gif\";a:2:{s:1:\"d\";s:10:\"1392278594\";s:1:\"h\";s:32:\"f5e118653f892606682ee9c51d0aba99\";}s:32:\"wp-admin/images/wpspin_light.gif\";a:2:{s:1:\"d\";s:10:\"1421925955\";s:1:\"h\";s:32:\"dd4e6dd268a70ce4c1c5143b1a4092dd\";}s:32:\"wp-admin/images/bubble_bg-2x.gif\";a:2:{s:1:\"d\";s:10:\"1392278594\";s:1:\"h\";s:32:\"16523d5bf9efd8ca3b92e7631edfc513\";}s:31:\"wp-admin/images/date-button.gif\";a:2:{s:1:\"d\";s:10:\"1421925955\";s:1:\"h\";s:32:\"979d8e2e08aada49819556950ec48ff6\";}s:27:\"wp-admin/images/sort-2x.gif\";a:2:{s:1:\"d\";s:10:\"1421925955\";s:1:\"h\";s:32:\"186e51267fca5d20b230c72d9a8983ee\";}s:34:\"wp-admin/images/wordpress-logo.svg\";a:2:{s:1:\"d\";s:10:\"1384055410\";s:1:\"h\";s:32:\"b4419d2f79449b65dfe7036ef91cd1e8\";}s:23:\"wp-admin/images/xit.gif\";a:2:{s:1:\"d\";s:10:\"1421925955\";s:1:\"h\";s:32:\"e5012902a358fbb96031acdcf048d7ca\";}s:38:\"wp-admin/images/media-button-music.gif\";a:2:{s:1:\"d\";s:10:\"1421925955\";s:1:\"h\";s:32:\"eff55df37f325c5aae2f02e4d913de95\";}s:26:\"wp-admin/images/resize.gif\";a:2:{s:1:\"d\";s:10:\"1421925955\";s:1:\"h\";s:32:\"3fba1544df24f40dde5876c8c0aec461\";}s:40:\"wp-admin/images/wordpress-logo-white.svg\";a:2:{s:1:\"d\";s:10:\"1384063929\";s:1:\"h\";s:32:\"e1af633d59dcb5988cacff73b6dee9ff\";}s:30:\"wp-admin/images/resize-rtl.gif\";a:2:{s:1:\"d\";s:10:\"1421925955\";s:1:\"h\";s:32:\"db9217196313c95a59d43601da19c51d\";}s:27:\"wp-admin/images/spinner.gif\";a:2:{s:1:\"d\";s:10:\"1421925955\";s:1:\"h\";s:32:\"b0a3dde331637e27aa6476d476481871\";}s:30:\"wp-admin/images/spinner-2x.gif\";a:2:{s:1:\"d\";s:10:\"1421925955\";s:1:\"h\";s:32:\"5c1371bcb4392968647852a9c9df5d6c\";}s:34:\"wp-admin/images/date-button-2x.gif\";a:2:{s:1:\"d\";s:10:\"1421925955\";s:1:\"h\";s:32:\"2952932c246bf9828429361643a8bb63\";}s:29:\"wp-admin/images/bubble_bg.gif\";a:2:{s:1:\"d\";s:10:\"1421925955\";s:1:\"h\";s:32:\"3d2cb3f7baa628c9e51a326356e72038\";}s:33:\"wp-admin/images/resize-rtl-2x.gif\";a:2:{s:1:\"d\";s:10:\"1421925955\";s:1:\"h\";s:32:\"f7c99ee74014fe92541012303aaadc7d\";}s:35:\"wp-admin/images/wpspin_light-2x.gif\";a:2:{s:1:\"d\";s:10:\"1421925955\";s:1:\"h\";s:32:\"7def33aad959cd289d49ddf2a41f076d\";}s:50:\"wp-admin/includes/class-wp-ms-users-list-table.php\";a:2:{s:1:\"d\";s:10:\"1421925955\";s:1:\"h\";s:32:\"cddd08b3b3ed1ab3b09c1670d22347f4\";}s:47:\"wp-admin/includes/class-wp-media-list-table.php\";a:2:{s:1:\"d\";s:10:\"1421925955\";s:1:\"h\";s:32:\"c6470ea1e544fbdcd77696fdf5263fc2\";}s:48:\"wp-admin/includes/class-wp-filesystem-direct.php\";a:2:{s:1:\"d\";s:10:\"1421925955\";s:1:\"h\";s:32:\"61b6b7b66df4e825ea7329b3b697572c\";}s:34:\"wp-admin/includes/ajax-actions.php\";a:2:{s:1:\"d\";s:10:\"1421925955\";s:1:\"h\";s:32:\"b216264c46212859dc90035852203f9a\";}s:32:\"wp-admin/includes/meta-boxes.php\";a:2:{s:1:\"d\";s:10:\"1421925956\";s:1:\"h\";s:32:\"7343d1524fd75b23a9879d5a6e0d6b61\";}s:27:\"wp-admin/includes/theme.php\";a:2:{s:1:\"d\";s:10:\"1421925956\";s:1:\"h\";s:32:\"0a4cb36fc6d4dea8cd435b347cf927b6\";}s:30:\"wp-admin/includes/revision.php\";a:2:{s:1:\"d\";s:10:\"1421925956\";s:1:\"h\";s:32:\"6b8ccd8d31b47d8c367bc69afd38d127\";}s:24:\"wp-admin/includes/ms.php\";a:2:{s:1:\"d\";s:10:\"1421925956\";s:1:\"h\";s:32:\"076d1ae1dee8469a5dd5e543e2a87b3a\";}s:47:\"wp-admin/includes/class-wp-users-list-table.php\";a:2:{s:1:\"d\";s:10:\"1421925956\";s:1:\"h\";s:32:\"3fa5188cc3cb000c2731e1c6641c4e58\";}s:30:\"wp-admin/includes/taxonomy.php\";a:2:{s:1:\"d\";s:10:\"1421925956\";s:1:\"h\";s:32:\"1122416cff6726df3c158db12a15befd\";}s:28:\"wp-admin/includes/screen.php\";a:2:{s:1:\"d\";s:10:\"1421925956\";s:1:\"h\";s:32:\"46186b0162560fd40a1fb98c337b1ad6\";}s:30:\"wp-admin/includes/nav-menu.php\";a:2:{s:1:\"d\";s:10:\"1421925956\";s:1:\"h\";s:32:\"5c60d1674f9aa6f0b387aa7afa897698\";}s:29:\"wp-admin/includes/widgets.php\";a:2:{s:1:\"d\";s:10:\"1405588456\";s:1:\"h\";s:32:\"c1b465666e5fe74a78d59a4175dbe5d9\";}s:27:\"wp-admin/includes/media.php\";a:2:{s:1:\"d\";s:10:\"1421925956\";s:1:\"h\";s:32:\"36efb0b755b08835e34fc92747fa190c\";}s:32:\"wp-admin/includes/image-edit.php\";a:2:{s:1:\"d\";s:10:\"1421925956\";s:1:\"h\";s:32:\"688a1f872b0afb1ec82b4f1d8f74fc20\";}s:47:\"wp-admin/includes/class-wp-posts-list-table.php\";a:2:{s:1:\"d\";s:10:\"1421925956\";s:1:\"h\";s:32:\"ff69de2a050adee35d5afcc8d310da68\";}s:56:\"wp-admin/includes/class-wp-plugin-install-list-table.php\";a:2:{s:1:\"d\";s:10:\"1421925955\";s:1:\"h\";s:32:\"a1405fefca1712637de0e267909deb50\";}s:41:\"wp-admin/includes/translation-install.php\";a:2:{s:1:\"d\";s:10:\"1409681238\";s:1:\"h\";s:32:\"91b98b79c9ff9dd201f640427d437e44\";}s:39:\"wp-admin/includes/class-wp-importer.php\";a:2:{s:1:\"d\";s:10:\"1409844196\";s:1:\"h\";s:32:\"84e1281cbdd11ce65648ff74e56e303c\";}s:28:\"wp-admin/includes/plugin.php\";a:2:{s:1:\"d\";s:10:\"1421925956\";s:1:\"h\";s:32:\"0078443acc9a4882c3ad3da7bdd14920\";}s:49:\"wp-admin/includes/class-wp-plugins-list-table.php\";a:2:{s:1:\"d\";s:10:\"1421925955\";s:1:\"h\";s:32:\"83c9c867334174183419731af252c28e\";}s:39:\"wp-admin/includes/class-ftp-sockets.php\";a:2:{s:1:\"d\";s:10:\"1387911432\";s:1:\"h\";s:32:\"54d9e85b94c4e6368813852b9a81273c\";}s:28:\"wp-admin/includes/schema.php\";a:2:{s:1:\"d\";s:10:\"1421925956\";s:1:\"h\";s:32:\"b83e0a563c9f2ac6ad6ef8266200b627\";}s:52:\"wp-admin/includes/class-wp-filesystem-ftpsockets.php\";a:2:{s:1:\"d\";s:10:\"1421925955\";s:1:\"h\";s:32:\"242cf53d30c5475db6d02a6429724143\";}s:36:\"wp-admin/includes/class-ftp-pure.php\";a:2:{s:1:\"d\";s:10:\"1387911432\";s:1:\"h\";s:32:\"2cfd5c1b2e4288cef60faddbedeff8d3\";}s:31:\"wp-admin/includes/dashboard.php\";a:2:{s:1:\"d\";s:10:\"1421925956\";s:1:\"h\";s:32:\"d15836bf65cf0a5682f2736cb27d4a4c\";}s:29:\"wp-admin/includes/comment.php\";a:2:{s:1:\"d\";s:10:\"1421925956\";s:1:\"h\";s:32:\"a2a4e95cdac0b8a2e42733ae29dea751\";}s:46:\"wp-admin/includes/class-wp-filesystem-base.php\";a:2:{s:1:\"d\";s:10:\"1421925955\";s:1:\"h\";s:32:\"0981a8bd02ff25053fcfd8a562d75bd2\";}s:27:\"wp-admin/includes/image.php\";a:2:{s:1:\"d\";s:10:\"1421925956\";s:1:\"h\";s:32:\"16ee4f9664fcd89b3504feaa2cad0ab1\";}s:26:\"wp-admin/includes/file.php\";a:2:{s:1:\"d\";s:10:\"1421925956\";s:1:\"h\";s:32:\"890e3010051b5a36851147fa7ff82ec7\";}s:35:\"wp-admin/includes/theme-install.php\";a:2:{s:1:\"d\";s:10:\"1394524035\";s:1:\"h\";s:32:\"ea970459148fa47f3cfb54d8af8a55b4\";}s:28:\"wp-admin/includes/update.php\";a:2:{s:1:\"d\";s:10:\"1421925956\";s:1:\"h\";s:32:\"88453ad3ad48657438d549e51a7378a7\";}s:46:\"wp-admin/includes/class-wp-filesystem-ssh2.php\";a:2:{s:1:\"d\";s:10:\"1421925955\";s:1:\"h\";s:32:\"462079214524104a870fdb0e7d1c9c00\";}s:29:\"wp-admin/includes/upgrade.php\";a:2:{s:1:\"d\";s:10:\"1421925956\";s:1:\"h\";s:32:\"d8063afab6c49396eda7302919b45502\";}s:32:\"wp-admin/includes/deprecated.php\";a:2:{s:1:\"d\";s:10:\"1421925956\";s:1:\"h\";s:32:\"9f0edb97343ebde66b1c2268bb1fb252\";}s:26:\"wp-admin/includes/misc.php\";a:2:{s:1:\"d\";s:10:\"1421925956\";s:1:\"h\";s:32:\"8407d1561eaa9c70d6aa1b5a9b877f62\";}s:55:\"wp-admin/includes/class-wp-theme-install-list-table.php\";a:2:{s:1:\"d\";s:10:\"1421925956\";s:1:\"h\";s:32:\"495e938d42ee492c80117e611b355247\";}s:39:\"wp-admin/includes/class-wp-upgrader.php\";a:2:{s:1:\"d\";s:10:\"1421925956\";s:1:\"h\";s:32:\"c87fca030240b6d7113f3adcfb04fee3\";}s:26:\"wp-admin/includes/post.php\";a:2:{s:1:\"d\";s:10:\"1421925956\";s:1:\"h\";s:32:\"ab8124597a697247ad94c05a4b6284d5\";}s:39:\"wp-admin/includes/continents-cities.php\";a:2:{s:1:\"d\";s:10:\"1242331525\";s:1:\"h\";s:32:\"024b57d99bbe8b9e133316d1e98fc79d\";}s:32:\"wp-admin/includes/list-table.php\";a:2:{s:1:\"d\";s:10:\"1405289356\";s:1:\"h\";s:32:\"039a82ba14a35438ace23efba15fdf82\";}s:33:\"wp-admin/includes/update-core.php\";a:2:{s:1:\"d\";s:10:\"1421925949\";s:1:\"h\";s:32:\"d478998ab486fc20a73a7415ac1f532d\";}s:50:\"wp-admin/includes/class-wp-comments-list-table.php\";a:2:{s:1:\"d\";s:10:\"1421925955\";s:1:\"h\";s:32:\"e961dcaadc176f0bc6345a04429ee6c8\";}s:50:\"wp-admin/includes/class-wp-ms-sites-list-table.php\";a:2:{s:1:\"d\";s:10:\"1421925955\";s:1:\"h\";s:32:\"a6387e1ea321244c1515ae80a7ff8790\";}s:36:\"wp-admin/includes/plugin-install.php\";a:2:{s:1:\"d\";s:10:\"1421925956\";s:1:\"h\";s:32:\"d3f697243af1efb6adfc7b4e01569af7\";}s:48:\"wp-admin/includes/class-wp-themes-list-table.php\";a:2:{s:1:\"d\";s:10:\"1421925956\";s:1:\"h\";s:32:\"bee24b1d73ea1c8b24e0409d7d02251d\";}s:41:\"wp-admin/includes/class-wp-list-table.php\";a:2:{s:1:\"d\";s:10:\"1421925955\";s:1:\"h\";s:32:\"ea75a0238e8b23f52fbce4787bf302c1\";}s:28:\"wp-admin/includes/export.php\";a:2:{s:1:\"d\";s:10:\"1421925956\";s:1:\"h\";s:32:\"fe1c9596ef42d5ec7290be176db3e10e\";}s:31:\"wp-admin/includes/class-ftp.php\";a:2:{s:1:\"d\";s:10:\"1421925955\";s:1:\"h\";s:32:\"ad8496325608fb75875c49f64c0b84fc\";}s:27:\"wp-admin/includes/admin.php\";a:2:{s:1:\"d\";s:10:\"1405588456\";s:1:\"h\";s:32:\"be54224152f2b4ec6879ffdbba435129\";}s:47:\"wp-admin/includes/class-wp-links-list-table.php\";a:2:{s:1:\"d\";s:10:\"1421925955\";s:1:\"h\";s:32:\"71f7f7d3b91fd496dd32e5b00667316c\";}s:28:\"wp-admin/includes/import.php\";a:2:{s:1:\"d\";s:10:\"1405588456\";s:1:\"h\";s:32:\"395b6f2e9549c352d1fdda0d6b482c90\";}s:35:\"wp-admin/includes/ms-deprecated.php\";a:2:{s:1:\"d\";s:10:\"1405588456\";s:1:\"h\";s:32:\"ea8b5134bb61623d400396f9a9926153\";}s:26:\"wp-admin/includes/menu.php\";a:2:{s:1:\"d\";s:10:\"1405588456\";s:1:\"h\";s:32:\"461149ddd29654b8f3d911f099f7b446\";}s:34:\"wp-admin/includes/class-pclzip.php\";a:2:{s:1:\"d\";s:10:\"1255638381\";s:1:\"h\";s:32:\"01363728c843ff93e96b6983ce38eba6\";}s:51:\"wp-admin/includes/class-wp-ms-themes-list-table.php\";a:2:{s:1:\"d\";s:10:\"1421925955\";s:1:\"h\";s:32:\"28ed27bda94fbb5364fe1dbce0bac1c1\";}s:48:\"wp-admin/includes/class-wp-filesystem-ftpext.php\";a:2:{s:1:\"d\";s:10:\"1421925955\";s:1:\"h\";s:32:\"c9b5e40dbdd6d711893e41b0ccc978eb\";}s:26:\"wp-admin/includes/user.php\";a:2:{s:1:\"d\";s:10:\"1421925956\";s:1:\"h\";s:32:\"ab2501410060ab363b090f83b79717ba\";}s:45:\"wp-admin/includes/class-wp-upgrader-skins.php\";a:2:{s:1:\"d\";s:10:\"1421925956\";s:1:\"h\";s:32:\"9d8c132ccaf6caf1d752be0beeaf051a\";}s:47:\"wp-admin/includes/class-wp-terms-list-table.php\";a:2:{s:1:\"d\";s:10:\"1421925956\";s:1:\"h\";s:32:\"9107bc56fc8c43be8e4303d5ada0d7ae\";}s:30:\"wp-admin/includes/bookmark.php\";a:2:{s:1:\"d\";s:10:\"1421925955\";s:1:\"h\";s:32:\"5682d92e5f2542298a6ab34186891a61\";}s:30:\"wp-admin/includes/template.php\";a:2:{s:1:\"d\";s:10:\"1421925956\";s:1:\"h\";s:32:\"396d2dcb23efa97f63a1b2cc672188d9\";}s:20:\"wp-admin/install.php\";a:2:{s:1:\"d\";s:10:\"1421925956\";s:1:\"h\";s:32:\"ec9afc2dadea9918952e3e46ae56cde7\";}s:20:\"wp-admin/credits.php\";a:2:{s:1:\"d\";s:10:\"1421925954\";s:1:\"h\";s:32:\"7d40dba8b873c1f982abaa89494584f1\";}s:22:\"wp-admin/css/forms.css\";a:2:{s:1:\"d\";s:10:\"1421925954\";s:1:\"h\";s:32:\"e8ad927ed99f0cb598babf3c97c08db3\";}s:24:\"wp-admin/css/install.css\";a:2:{s:1:\"d\";s:10:\"1407187395\";s:1:\"h\";s:32:\"acea8fff302212325749ca45805add61\";}s:31:\"wp-admin/css/farbtastic-rtl.css\";a:2:{s:1:\"d\";s:10:\"1384705091\";s:1:\"h\";s:32:\"118f1189ffbb71e014402121b5456bc2\";}s:33:\"wp-admin/css/deprecated-media.css\";a:2:{s:1:\"d\";s:10:\"1403717955\";s:1:\"h\";s:32:\"afb8e2f834d79d6e4735f1e96adbef5f\";}s:26:\"wp-admin/css/nav-menus.css\";a:2:{s:1:\"d\";s:10:\"1421925954\";s:1:\"h\";s:32:\"d314bef52d4210718abf723a84c0db97\";}s:29:\"wp-admin/css/color-picker.css\";a:2:{s:1:\"d\";s:10:\"1409030237\";s:1:\"h\";s:32:\"b51e0884a4d3518fa2eed8a2e6248078\";}s:43:\"wp-admin/css/customize-controls-rtl.min.css\";a:2:{s:1:\"d\";s:10:\"1421925954\";s:1:\"h\";s:32:\"633a6048309a6e23d4dedd9e62e65278\";}s:30:\"wp-admin/css/nav-menus-rtl.css\";a:2:{s:1:\"d\";s:10:\"1421925954\";s:1:\"h\";s:32:\"02cb4a48791d540267d3f1bdc7b25a8f\";}s:31:\"wp-admin/css/admin-menu-rtl.css\";a:2:{s:1:\"d\";s:10:\"1421925954\";s:1:\"h\";s:32:\"8fa847b3101bc6a314bad8945e882caf\";}s:26:\"wp-admin/css/revisions.css\";a:2:{s:1:\"d\";s:10:\"1421925954\";s:1:\"h\";s:32:\"e2cd66b3e286187e9d7e00d6436b6d36\";}s:30:\"wp-admin/css/login-rtl.min.css\";a:2:{s:1:\"d\";s:10:\"1421925954\";s:1:\"h\";s:32:\"bd502c39f6ac66dd8fc14fc6c47d47c6\";}s:37:\"wp-admin/css/deprecated-media-rtl.css\";a:2:{s:1:\"d\";s:10:\"1403717955\";s:1:\"h\";s:32:\"aec141ea70457e90d42dde854a175957\";}s:35:\"wp-admin/css/customize-controls.css\";a:2:{s:1:\"d\";s:10:\"1421925954\";s:1:\"h\";s:32:\"1b074dccc9c4633fdbae077022442b88\";}s:26:\"wp-admin/css/forms-rtl.css\";a:2:{s:1:\"d\";s:10:\"1421925954\";s:1:\"h\";s:32:\"6dc7476f6b2484c728ed3cd733ac80bb\";}s:33:\"wp-admin/css/color-picker-rtl.css\";a:2:{s:1:\"d\";s:10:\"1409030237\";s:1:\"h\";s:32:\"ffd34afb44098936fc2be7362680e0cc\";}s:31:\"wp-admin/css/press-this-rtl.css\";a:2:{s:1:\"d\";s:10:\"1396392374\";s:1:\"h\";s:32:\"551a3e9dcf9854a5c5fcaafe716c6202\";}s:26:\"wp-admin/css/login-rtl.css\";a:2:{s:1:\"d\";s:10:\"1421925954\";s:1:\"h\";s:32:\"e71c620fc51e33ea2520d4fc4c4e6a1d\";}s:28:\"wp-admin/css/install.min.css\";a:2:{s:1:\"d\";s:10:\"1421925954\";s:1:\"h\";s:32:\"9fa7dcf54586c1d680cea67b449ffd88\";}s:42:\"wp-admin/css/customize-widgets-rtl.min.css\";a:2:{s:1:\"d\";s:10:\"1421925954\";s:1:\"h\";s:32:\"1755ee3900efb17a46a759c8572dc567\";}s:26:\"wp-admin/css/dashboard.css\";a:2:{s:1:\"d\";s:10:\"1421925954\";s:1:\"h\";s:32:\"68e539081693b1ed4a42bf1c284004e6\";}s:34:\"wp-admin/css/customize-widgets.css\";a:2:{s:1:\"d\";s:10:\"1421925954\";s:1:\"h\";s:32:\"a4b28b10d15c63e0e9aacea727f2e954\";}s:38:\"wp-admin/css/customize-widgets-rtl.css\";a:2:{s:1:\"d\";s:10:\"1421925954\";s:1:\"h\";s:32:\"a97de8b82ec8b15faf9b1d529d408527\";}s:26:\"wp-admin/css/about-rtl.css\";a:2:{s:1:\"d\";s:10:\"1421925954\";s:1:\"h\";s:32:\"e24b2585db1193b02e488fadf94556f6\";}s:33:\"wp-admin/css/color-picker.min.css\";a:2:{s:1:\"d\";s:10:\"1409030237\";s:1:\"h\";s:32:\"c381190bf97c9f1ee41c777e93b12351\";}s:23:\"wp-admin/css/common.css\";a:2:{s:1:\"d\";s:10:\"1421925954\";s:1:\"h\";s:32:\"64d0b35ed52e9b2c23e5e392a7a430b2\";}s:32:\"wp-admin/css/list-tables-rtl.css\";a:2:{s:1:\"d\";s:10:\"1421925954\";s:1:\"h\";s:32:\"611bc9de9e6a21a2a5e212e3662c310b\";}s:27:\"wp-admin/css/farbtastic.css\";a:2:{s:1:\"d\";s:10:\"1384705091\";s:1:\"h\";s:32:\"f9e33829b8faed7d7bbef843fb683255\";}s:21:\"wp-admin/css/l10n.css\";a:2:{s:1:\"d\";s:10:\"1421925954\";s:1:\"h\";s:32:\"53825e0f13ec9497ea097b6d9d9ebf77\";}s:25:\"wp-admin/css/edit-rtl.css\";a:2:{s:1:\"d\";s:10:\"1421925954\";s:1:\"h\";s:32:\"1feb400a4e9983895a55cf7aa0078b07\";}s:28:\"wp-admin/css/list-tables.css\";a:2:{s:1:\"d\";s:10:\"1421925954\";s:1:\"h\";s:32:\"d3d28113c92faef3c774e0d3344e6753\";}s:33:\"wp-admin/css/wp-admin-rtl.min.css\";a:2:{s:1:\"d\";s:10:\"1421925954\";s:1:\"h\";s:32:\"081731ce01b46738e7adef8298ce8317\";}s:25:\"wp-admin/css/l10n-rtl.css\";a:2:{s:1:\"d\";s:10:\"1421925954\";s:1:\"h\";s:32:\"ed7b18351eecc9ba8b2b65e634696e40\";}s:24:\"wp-admin/css/widgets.css\";a:2:{s:1:\"d\";s:10:\"1405180035\";s:1:\"h\";s:32:\"ca4d97e656a62052423e53195ff42412\";}s:30:\"wp-admin/css/revisions-rtl.css\";a:2:{s:1:\"d\";s:10:\"1421925954\";s:1:\"h\";s:32:\"376c100428103201b7109877a4afebae\";}s:27:\"wp-admin/css/common-rtl.css\";a:2:{s:1:\"d\";s:10:\"1421925954\";s:1:\"h\";s:32:\"f41708257e8e6bc89bd375f82a8bc290\";}s:37:\"wp-admin/css/color-picker-rtl.min.css\";a:2:{s:1:\"d\";s:10:\"1409030237\";s:1:\"h\";s:32:\"0d4f8264edecbb041953ef3c360724a8\";}s:41:\"wp-admin/css/deprecated-media-rtl.min.css\";a:2:{s:1:\"d\";s:10:\"1421925954\";s:1:\"h\";s:32:\"74413a2404aadd63114f75e93d4e54c3\";}s:26:\"wp-admin/css/media-rtl.css\";a:2:{s:1:\"d\";s:10:\"1421925954\";s:1:\"h\";s:32:\"ebdfa9a5981fc4adc6421b8c8f2fbdab\";}s:25:\"wp-admin/css/wp-admin.css\";a:2:{s:1:\"d\";s:10:\"1392866654\";s:1:\"h\";s:32:\"ff37a40c48d23ba4ecc09d9a98da1247\";}s:23:\"wp-admin/css/ie.min.css\";a:2:{s:1:\"d\";s:10:\"1406061704\";s:1:\"h\";s:32:\"057d4b0dc0761731460c3a78711242cf\";}s:26:\"wp-admin/css/login.min.css\";a:2:{s:1:\"d\";s:10:\"1421925954\";s:1:\"h\";s:32:\"957349ba7cfc37f34ba6754dd351eb1b\";}s:29:\"wp-admin/css/wp-admin-rtl.css\";a:2:{s:1:\"d\";s:10:\"1392866654\";s:1:\"h\";s:32:\"a3107b7ddafb2dad47ab68d596d8617d\";}s:29:\"wp-admin/css/wp-admin.min.css\";a:2:{s:1:\"d\";s:10:\"1421925954\";s:1:\"h\";s:32:\"2984023919bf18888432e7459d70bf00\";}s:22:\"wp-admin/css/media.css\";a:2:{s:1:\"d\";s:10:\"1421925954\";s:1:\"h\";s:32:\"71386ae29d2e92d744cd0ffcfe901ff2\";}s:22:\"wp-admin/css/login.css\";a:2:{s:1:\"d\";s:10:\"1421925954\";s:1:\"h\";s:32:\"479122b088e353c76479d24bf10e7f27\";}s:28:\"wp-admin/css/widgets-rtl.css\";a:2:{s:1:\"d\";s:10:\"1405180035\";s:1:\"h\";s:32:\"497445fdaced3a3f74ad9a252e2b95b6\";}s:28:\"wp-admin/css/install-rtl.css\";a:2:{s:1:\"d\";s:10:\"1407187395\";s:1:\"h\";s:32:\"93340ac2d020159c171ae87c9d0a941b\";}s:37:\"wp-admin/css/deprecated-media.min.css\";a:2:{s:1:\"d\";s:10:\"1421925954\";s:1:\"h\";s:32:\"aef5bd3a2b515ab84f6e9fff6a7d4b15\";}s:39:\"wp-admin/css/customize-controls.min.css\";a:2:{s:1:\"d\";s:10:\"1421925954\";s:1:\"h\";s:32:\"58091ac7639e586774b32895a7072e82\";}s:32:\"wp-admin/css/install-rtl.min.css\";a:2:{s:1:\"d\";s:10:\"1421925954\";s:1:\"h\";s:32:\"f2197bc5fffd870815d914eccf767eb3\";}s:38:\"wp-admin/css/customize-widgets.min.css\";a:2:{s:1:\"d\";s:10:\"1421925954\";s:1:\"h\";s:32:\"ca4ef58229b7d12a77bb60cc6ea231d2\";}s:22:\"wp-admin/css/about.css\";a:2:{s:1:\"d\";s:10:\"1421925954\";s:1:\"h\";s:32:\"b9fb9fd3206264ae2dfc758320e4fe2a\";}s:41:\"wp-admin/css/colors/coffee/colors-rtl.css\";a:2:{s:1:\"d\";s:10:\"1421925954\";s:1:\"h\";s:32:\"4660617cfae6b1ec687fe800ea238cd5\";}s:41:\"wp-admin/css/colors/coffee/colors.min.css\";a:2:{s:1:\"d\";s:10:\"1421925954\";s:1:\"h\";s:32:\"e2f1b66e798b73956910c7f2d8f52893\";}s:37:\"wp-admin/css/colors/coffee/colors.css\";a:2:{s:1:\"d\";s:10:\"1421925954\";s:1:\"h\";s:32:\"594f599a5d8f91d07fc0f317117561a7\";}s:45:\"wp-admin/css/colors/coffee/colors-rtl.min.css\";a:2:{s:1:\"d\";s:10:\"1421925954\";s:1:\"h\";s:32:\"eb4cd2c841fb222e136b5e7b891aea12\";}s:38:\"wp-admin/css/colors/coffee/colors.scss\";a:2:{s:1:\"d\";s:10:\"1391667918\";s:1:\"h\";s:32:\"397e3820b27a234330c95e05250f61ce\";}s:39:\"wp-admin/css/colors/blue/colors-rtl.css\";a:2:{s:1:\"d\";s:10:\"1421925954\";s:1:\"h\";s:32:\"633d5348edb8b8d16a1e5c73483fa94a\";}s:39:\"wp-admin/css/colors/blue/colors.min.css\";a:2:{s:1:\"d\";s:10:\"1421925954\";s:1:\"h\";s:32:\"09ba9aa3753dfc6aaa747e46172d7f0c\";}s:35:\"wp-admin/css/colors/blue/colors.css\";a:2:{s:1:\"d\";s:10:\"1421925954\";s:1:\"h\";s:32:\"8d7de25287ecf81d4e0d04534fa900d0\";}s:43:\"wp-admin/css/colors/blue/colors-rtl.min.css\";a:2:{s:1:\"d\";s:10:\"1421925954\";s:1:\"h\";s:32:\"8564e463d51205a7ba81fc3dbf47534c\";}s:36:\"wp-admin/css/colors/blue/colors.scss\";a:2:{s:1:\"d\";s:10:\"1391667918\";s:1:\"h\";s:32:\"d9d03549d79484672c29145aad594db3\";}s:42:\"wp-admin/css/colors/sunrise/colors-rtl.css\";a:2:{s:1:\"d\";s:10:\"1421925954\";s:1:\"h\";s:32:\"0c5569b8a2822ed086e78645b0c9f1de\";}s:42:\"wp-admin/css/colors/sunrise/colors.min.css\";a:2:{s:1:\"d\";s:10:\"1421925954\";s:1:\"h\";s:32:\"11c1107a87cc83ff1df4e588554e349a\";}s:38:\"wp-admin/css/colors/sunrise/colors.css\";a:2:{s:1:\"d\";s:10:\"1421925954\";s:1:\"h\";s:32:\"e048709f08faeac3e1fdd8fb27869f0e\";}s:46:\"wp-admin/css/colors/sunrise/colors-rtl.min.css\";a:2:{s:1:\"d\";s:10:\"1421925954\";s:1:\"h\";s:32:\"5889a9c995d14bafefe1e5c886333930\";}s:39:\"wp-admin/css/colors/sunrise/colors.scss\";a:2:{s:1:\"d\";s:10:\"1391667918\";s:1:\"h\";s:32:\"5692871a8a7a1914ee0968ddf9923dec\";}s:40:\"wp-admin/css/colors/light/colors-rtl.css\";a:2:{s:1:\"d\";s:10:\"1421925954\";s:1:\"h\";s:32:\"e3ceeb9466bd89ba5ee791130f9ca85f\";}s:40:\"wp-admin/css/colors/light/colors.min.css\";a:2:{s:1:\"d\";s:10:\"1421925954\";s:1:\"h\";s:32:\"fcb5d20b06e3fd14e30ff9e923992c85\";}s:36:\"wp-admin/css/colors/light/colors.css\";a:2:{s:1:\"d\";s:10:\"1421925954\";s:1:\"h\";s:32:\"2297575ac6851b541ef9f8797d318ec2\";}s:44:\"wp-admin/css/colors/light/colors-rtl.min.css\";a:2:{s:1:\"d\";s:10:\"1421925954\";s:1:\"h\";s:32:\"135321308e0cff17720381814fe670fe\";}s:37:\"wp-admin/css/colors/light/colors.scss\";a:2:{s:1:\"d\";s:10:\"1395942974\";s:1:\"h\";s:32:\"20a8567ba70294295c115f7ed9e071b7\";}s:44:\"wp-admin/css/colors/ectoplasm/colors-rtl.css\";a:2:{s:1:\"d\";s:10:\"1421925954\";s:1:\"h\";s:32:\"1d4145177c30d6f02944c86d0b58f102\";}s:44:\"wp-admin/css/colors/ectoplasm/colors.min.css\";a:2:{s:1:\"d\";s:10:\"1421925954\";s:1:\"h\";s:32:\"22727a1ae25ad30d8dfce6cb130e58da\";}s:40:\"wp-admin/css/colors/ectoplasm/colors.css\";a:2:{s:1:\"d\";s:10:\"1421925954\";s:1:\"h\";s:32:\"c6cba3cc3536f8a8fe608a3d0a9f2f77\";}s:48:\"wp-admin/css/colors/ectoplasm/colors-rtl.min.css\";a:2:{s:1:\"d\";s:10:\"1421925954\";s:1:\"h\";s:32:\"1a67509c005453afa0cd06dbe22937a7\";}s:41:\"wp-admin/css/colors/ectoplasm/colors.scss\";a:2:{s:1:\"d\";s:10:\"1391667918\";s:1:\"h\";s:32:\"940171d1392bd8071122a905d12b9195\";}s:40:\"wp-admin/css/colors/ocean/colors-rtl.css\";a:2:{s:1:\"d\";s:10:\"1421925954\";s:1:\"h\";s:32:\"f3f1049fff65b59b6ee73c8324a06d6b\";}s:40:\"wp-admin/css/colors/ocean/colors.min.css\";a:2:{s:1:\"d\";s:10:\"1421925954\";s:1:\"h\";s:32:\"6e1c9ca18902b56c36af3e28246eeac7\";}s:36:\"wp-admin/css/colors/ocean/colors.css\";a:2:{s:1:\"d\";s:10:\"1421925954\";s:1:\"h\";s:32:\"6882c09b189df57714ce0dbf7634d0b6\";}s:44:\"wp-admin/css/colors/ocean/colors-rtl.min.css\";a:2:{s:1:\"d\";s:10:\"1421925954\";s:1:\"h\";s:32:\"10aec0930bf49892f26ae12a2161d9f5\";}s:37:\"wp-admin/css/colors/ocean/colors.scss\";a:2:{s:1:\"d\";s:10:\"1391667918\";s:1:\"h\";s:32:\"1a7c5bfd9faf7f6cc77cd9b166062568\";}s:32:\"wp-admin/css/colors/_mixins.scss\";a:2:{s:1:\"d\";s:10:\"1409121135\";s:1:\"h\";s:32:\"53e25fcbec91e57c9127342e6f2736ee\";}s:43:\"wp-admin/css/colors/midnight/colors-rtl.css\";a:2:{s:1:\"d\";s:10:\"1421925954\";s:1:\"h\";s:32:\"27c54160898b88b4dd86baa0c0618d1a\";}s:43:\"wp-admin/css/colors/midnight/colors.min.css\";a:2:{s:1:\"d\";s:10:\"1421925954\";s:1:\"h\";s:32:\"229cd304fee2141d2b8ac2be3002fbdd\";}s:39:\"wp-admin/css/colors/midnight/colors.css\";a:2:{s:1:\"d\";s:10:\"1421925954\";s:1:\"h\";s:32:\"088645d63d59b9e2b876d25ecea8b591\";}s:47:\"wp-admin/css/colors/midnight/colors-rtl.min.css\";a:2:{s:1:\"d\";s:10:\"1421925954\";s:1:\"h\";s:32:\"bcbc1b8d22c46e76d9a39507376b81c5\";}s:40:\"wp-admin/css/colors/midnight/colors.scss\";a:2:{s:1:\"d\";s:10:\"1391667918\";s:1:\"h\";s:32:\"26dc8daaf0c47c4457b8bc2145f48634\";}s:35:\"wp-admin/css/colors/_variables.scss\";a:2:{s:1:\"d\";s:10:\"1386617292\";s:1:\"h\";s:32:\"769f771a3f3fdb68e59c9c71b0a7baab\";}s:31:\"wp-admin/css/colors/_admin.scss\";a:2:{s:1:\"d\";s:10:\"1421925954\";s:1:\"h\";s:32:\"8be2b9d1eeaaeb053236de49c0b3efcd\";}s:27:\"wp-admin/css/press-this.css\";a:2:{s:1:\"d\";s:10:\"1396392374\";s:1:\"h\";s:32:\"fd425da3ec4295915254f73403f78d03\";}s:30:\"wp-admin/css/dashboard-rtl.css\";a:2:{s:1:\"d\";s:10:\"1421925954\";s:1:\"h\";s:32:\"07decee960d22fca5b6e94eaa647956e\";}s:27:\"wp-admin/css/ie-rtl.min.css\";a:2:{s:1:\"d\";s:10:\"1406061704\";s:1:\"h\";s:32:\"4106f98f5e50d92365ae8de1bb31b17e\";}s:39:\"wp-admin/css/customize-controls-rtl.css\";a:2:{s:1:\"d\";s:10:\"1421925954\";s:1:\"h\";s:32:\"1010da3327f8dcd8528c2bfd3ef0d962\";}s:21:\"wp-admin/css/edit.css\";a:2:{s:1:\"d\";s:10:\"1421925954\";s:1:\"h\";s:32:\"4f2215bdabcb2b4b32f3e62f1c913b12\";}s:27:\"wp-admin/css/admin-menu.css\";a:2:{s:1:\"d\";s:10:\"1421925954\";s:1:\"h\";s:32:\"5d1b42b737158c277828afda18881573\";}s:23:\"wp-admin/css/ie-rtl.css\";a:2:{s:1:\"d\";s:10:\"1404231795\";s:1:\"h\";s:32:\"fd7d0df7b16e00fd528ccf616e4124d3\";}s:23:\"wp-admin/css/themes.css\";a:2:{s:1:\"d\";s:10:\"1421925954\";s:1:\"h\";s:32:\"bf0ab9d631a3b25394db5d04866fc1aa\";}s:27:\"wp-admin/css/themes-rtl.css\";a:2:{s:1:\"d\";s:10:\"1421925954\";s:1:\"h\";s:32:\"4a121a5c6d72c6506750149b8e20ca56\";}s:19:\"wp-admin/css/ie.css\";a:2:{s:1:\"d\";s:10:\"1404231795\";s:1:\"h\";s:32:\"dfb747b363e0d019c519b7a8bada6efc\";}s:21:\"wp-admin/freedoms.php\";a:2:{s:1:\"d\";s:10:\"1421925955\";s:1:\"h\";s:32:\"0432cd858b53685d9c4f2fa5371083bb\";}s:22:\"wp-admin/nav-menus.php\";a:2:{s:1:\"d\";s:10:\"1421925957\";s:1:\"h\";s:32:\"e747dbf1a9971017ccd7d387cfd117d0\";}s:25:\"wp-admin/admin-header.php\";a:2:{s:1:\"d\";s:10:\"1421925954\";s:1:\"h\";s:32:\"84fe73be3590184176a9e97780785a0d\";}s:30:\"wp-admin/options-permalink.php\";a:2:{s:1:\"d\";s:10:\"1421925957\";s:1:\"h\";s:32:\"8874e7d5218c5771b75f5e733a52cf25\";}s:19:\"wp-admin/themes.php\";a:2:{s:1:\"d\";s:10:\"1421925957\";s:1:\"h\";s:32:\"a7db710dda2290bcf8c582ba14741626\";}s:20:\"wp-admin/profile.php\";a:2:{s:1:\"d\";s:10:\"1380068291\";s:1:\"h\";s:32:\"9184e53f96bade3e7ae7cda9eddf7a26\";}s:20:\"wp-admin/widgets.php\";a:2:{s:1:\"d\";s:10:\"1421925957\";s:1:\"h\";s:32:\"c892d5a2788972e35cec718b258d034b\";}s:18:\"wp-admin/media.php\";a:2:{s:1:\"d\";s:10:\"1405588456\";s:1:\"h\";s:32:\"729d8f054952860976ea132b2fc5bc0d\";}s:30:\"wp-admin/custom-background.php\";a:2:{s:1:\"d\";s:10:\"1421925954\";s:1:\"h\";s:32:\"abf293984a875379b5bf6dc1bb84a40c\";}s:22:\"wp-admin/customize.php\";a:2:{s:1:\"d\";s:10:\"1421925954\";s:1:\"h\";s:32:\"8974f84c7d69db81f2642767c337b81a\";}s:18:\"wp-admin/about.php\";a:2:{s:1:\"d\";s:10:\"1421925954\";s:1:\"h\";s:32:\"82c7195c8c92d98e133b369adee474dc\";}s:26:\"wp-admin/options-media.php\";a:2:{s:1:\"d\";s:10:\"1394252055\";s:1:\"h\";s:32:\"fa2427134de0cb97513159b49c4f25fb\";}s:26:\"wp-admin/edit-comments.php\";a:2:{s:1:\"d\";s:10:\"1421925954\";s:1:\"h\";s:32:\"f896b108803edf9db8bb3c72cc9ca343\";}s:31:\"wp-admin/ms-upgrade-network.php\";a:2:{s:1:\"d\";s:10:\"1380068291\";s:1:\"h\";s:32:\"7cb492260f22ee53816d96be3868be6d\";}s:31:\"wp-admin/edit-form-advanced.php\";a:2:{s:1:\"d\";s:10:\"1421925955\";s:1:\"h\";s:32:\"6508983f1ee0b5b93005ef566698a0b5\";}s:22:\"wp-admin/user-edit.php\";a:2:{s:1:\"d\";s:10:\"1421925957\";s:1:\"h\";s:32:\"9ccf4fe3b6a079cda298e97dc962f752\";}s:30:\"wp-admin/network/site-info.php\";a:2:{s:1:\"d\";s:10:\"1421925957\";s:1:\"h\";s:32:\"1529a8a7e5b39e3bec00542cca946c1f\";}s:32:\"wp-admin/network/site-themes.php\";a:2:{s:1:\"d\";s:10:\"1395766635\";s:1:\"h\";s:32:\"055aaf64dcc1456a3cd6b506649d72ca\";}s:29:\"wp-admin/network/site-new.php\";a:2:{s:1:\"d\";s:10:\"1421925957\";s:1:\"h\";s:32:\"1fd49547174da77755dfbe5a7559312b\";}s:28:\"wp-admin/network/plugins.php\";a:2:{s:1:\"d\";s:10:\"1380068291\";s:1:\"h\";s:32:\"4193887cb9cb7f4d4d3000bdf303bf1e\";}s:28:\"wp-admin/network/credits.php\";a:2:{s:1:\"d\";s:10:\"1380068291\";s:1:\"h\";s:32:\"38192cde34142cc7ecf558f58ef475f0\";}s:29:\"wp-admin/network/freedoms.php\";a:2:{s:1:\"d\";s:10:\"1380068291\";s:1:\"h\";s:32:\"109efa9312c00370894f7e2ba27e9c31\";}s:27:\"wp-admin/network/themes.php\";a:2:{s:1:\"d\";s:10:\"1421925957\";s:1:\"h\";s:32:\"26b094140c6e6d5a6f3d7f4fdf7bc36f\";}s:28:\"wp-admin/network/profile.php\";a:2:{s:1:\"d\";s:10:\"1380068291\";s:1:\"h\";s:32:\"d86926a7511d1d5cd3a2f0a502e7b6a8\";}s:26:\"wp-admin/network/about.php\";a:2:{s:1:\"d\";s:10:\"1380068291\";s:1:\"h\";s:32:\"e9e33df9da15a95356e6da0e56889fec\";}s:29:\"wp-admin/network/settings.php\";a:2:{s:1:\"d\";s:10:\"1421925957\";s:1:\"h\";s:32:\"d3dc80c2e8346b81e1665cdcebde07d2\";}s:30:\"wp-admin/network/user-edit.php\";a:2:{s:1:\"d\";s:10:\"1380068291\";s:1:\"h\";s:32:\"318173b6ccb63ed80ba3d08563c3ff14\";}s:34:\"wp-admin/network/plugin-editor.php\";a:2:{s:1:\"d\";s:10:\"1380068291\";s:1:\"h\";s:32:\"3fb5cd9ab947024d84585a0d693dcc12\";}s:26:\"wp-admin/network/index.php\";a:2:{s:1:\"d\";s:10:\"1394252055\";s:1:\"h\";s:32:\"8193a7042647f3156229dd76122fff55\";}s:26:\"wp-admin/network/setup.php\";a:2:{s:1:\"d\";s:10:\"1380068291\";s:1:\"h\";s:32:\"ee19cf426d3e6e397a5d891f08d19ae2\";}s:34:\"wp-admin/network/theme-install.php\";a:2:{s:1:\"d\";s:10:\"1380068291\";s:1:\"h\";s:32:\"26d5b7cd315570d025e09e11313d24e4\";}s:27:\"wp-admin/network/update.php\";a:2:{s:1:\"d\";s:10:\"1380068291\";s:1:\"h\";s:32:\"ba45a05ecc211e8cab75b4d529ff75f7\";}s:28:\"wp-admin/network/upgrade.php\";a:2:{s:1:\"d\";s:10:\"1421925957\";s:1:\"h\";s:32:\"a063ba711c87450a4a1277de23557e62\";}s:29:\"wp-admin/network/user-new.php\";a:2:{s:1:\"d\";s:10:\"1421925957\";s:1:\"h\";s:32:\"1f7d847e2ad0617fe5d3b1fa8ea80195\";}s:25:\"wp-admin/network/edit.php\";a:2:{s:1:\"d\";s:10:\"1421925957\";s:1:\"h\";s:32:\"0deb5ea059c21f268c973b5ea0fcd21a\";}s:26:\"wp-admin/network/users.php\";a:2:{s:1:\"d\";s:10:\"1421925957\";s:1:\"h\";s:32:\"6ed95dbdccbef53693a35626187514bb\";}s:32:\"wp-admin/network/update-core.php\";a:2:{s:1:\"d\";s:10:\"1380068291\";s:1:\"h\";s:32:\"a1223f017d52327b385cac03833f52ea\";}s:34:\"wp-admin/network/site-settings.php\";a:2:{s:1:\"d\";s:10:\"1402361055\";s:1:\"h\";s:32:\"86aedc9045771a6f2d79696a120cd203\";}s:35:\"wp-admin/network/plugin-install.php\";a:2:{s:1:\"d\";s:10:\"1380068291\";s:1:\"h\";s:32:\"6bbd804f795fa5a934f529a51a9886bf\";}s:26:\"wp-admin/network/sites.php\";a:2:{s:1:\"d\";s:10:\"1421925957\";s:1:\"h\";s:32:\"27cf3b654dc6a0d7270a746d665cab47\";}s:26:\"wp-admin/network/admin.php\";a:2:{s:1:\"d\";s:10:\"1397260875\";s:1:\"h\";s:32:\"4e85d4354373cc17b9099b130b121f12\";}s:31:\"wp-admin/network/site-users.php\";a:2:{s:1:\"d\";s:10:\"1421925957\";s:1:\"h\";s:32:\"f51210deb422c7944a836d249ca7d12f\";}s:33:\"wp-admin/network/theme-editor.php\";a:2:{s:1:\"d\";s:10:\"1380068291\";s:1:\"h\";s:32:\"804f9a460fa9e3646d83f915c51cd36a\";}s:25:\"wp-admin/network/menu.php\";a:2:{s:1:\"d\";s:10:\"1421925957\";s:1:\"h\";s:32:\"1ae13d535ba56678c4e08acf1989a3d5\";}s:21:\"wp-admin/my-sites.php\";a:2:{s:1:\"d\";s:10:\"1394252055\";s:1:\"h\";s:32:\"69304ef4901478a94c0dfaba7fca595d\";}s:18:\"wp-admin/tools.php\";a:2:{s:1:\"d\";s:10:\"1394252055\";s:1:\"h\";s:32:\"7018d1c633ea2971bb8600d1b788493d\";}s:26:\"wp-admin/plugin-editor.php\";a:2:{s:1:\"d\";s:10:\"1399399934\";s:1:\"h\";s:32:\"66fb081d5b32491c726ddfe927213260\";}s:20:\"wp-admin/comment.php\";a:2:{s:1:\"d\";s:10:\"1400449634\";s:1:\"h\";s:32:\"b5d7ef251e5976c7b1ba219ed8a62609\";}s:18:\"wp-admin/index.php\";a:2:{s:1:\"d\";s:10:\"1421925956\";s:1:\"h\";s:32:\"0127879b9bd71afd5901c5d90877c52f\";}s:25:\"wp-admin/maint/repair.php\";a:2:{s:1:\"d\";s:10:\"1404051015\";s:1:\"h\";s:32:\"3ba2182300e632340850329b7065da34\";}s:28:\"wp-admin/admin-functions.php\";a:2:{s:1:\"d\";s:10:\"1387911432\";s:1:\"h\";s:32:\"e3f39d6761a2cdce12638d33ad6171bd\";}s:26:\"wp-admin/theme-install.php\";a:2:{s:1:\"d\";s:10:\"1421925957\";s:1:\"h\";s:32:\"17e07d31d4b86e5d06058e11ae52f3f8\";}s:19:\"wp-admin/update.php\";a:2:{s:1:\"d\";s:10:\"1421925957\";s:1:\"h\";s:32:\"bf81c1679c53d8d88dd1ec15904a6ffa\";}s:26:\"wp-admin/custom-header.php\";a:2:{s:1:\"d\";s:10:\"1421925954\";s:1:\"h\";s:32:\"883cc839bfb38083f72d41214bed2473\";}s:20:\"wp-admin/upgrade.php\";a:2:{s:1:\"d\";s:10:\"1404051015\";s:1:\"h\";s:32:\"f074a2f1a20c9aee61f75af61e2c1994\";}s:31:\"wp-admin/js/media-upload.min.js\";a:2:{s:1:\"d\";s:10:\"1403717955\";s:1:\"h\";s:32:\"61ea709a3314ba200a885e2465267aa2\";}s:19:\"wp-admin/js/link.js\";a:2:{s:1:\"d\";s:10:\"1384492569\";s:1:\"h\";s:32:\"1c8675dcd035cfb374f67bfcbf117a8c\";}s:37:\"wp-admin/js/customize-controls.min.js\";a:2:{s:1:\"d\";s:10:\"1421925957\";s:1:\"h\";s:32:\"0284b64cbc37e3ded9b11133d7bc5fa9\";}s:34:\"wp-admin/js/inline-edit-tax.min.js\";a:2:{s:1:\"d\";s:10:\"1390970610\";s:1:\"h\";s:32:\"fb20ee6486993251b2345d7f10679170\";}s:26:\"wp-admin/js/svg-painter.js\";a:2:{s:1:\"d\";s:10:\"1386280870\";s:1:\"h\";s:32:\"87dcfbe97f902fa77cc4a9889c827afc\";}s:23:\"wp-admin/js/nav-menu.js\";a:2:{s:1:\"d\";s:10:\"1409664198\";s:1:\"h\";s:32:\"1ac435f167ec9c539cf405e139fc9a45\";}s:32:\"wp-admin/js/wp-fullscreen.min.js\";a:2:{s:1:\"d\";s:10:\"1408386196\";s:1:\"h\";s:32:\"3534e4ec4ef74d6a8daafa225c11c918\";}s:26:\"wp-admin/js/updates.min.js\";a:2:{s:1:\"d\";s:10:\"1421925957\";s:1:\"h\";s:32:\"00dc5cbe3151f0ade362e16ac8b15b9f\";}s:23:\"wp-admin/js/tags.min.js\";a:2:{s:1:\"d\";s:10:\"1384491730\";s:1:\"h\";s:32:\"172f499d40d4217bbf684cd552031acb\";}s:32:\"wp-admin/js/edit-comments.min.js\";a:2:{s:1:\"d\";s:10:\"1409630238\";s:1:\"h\";s:32:\"e1d64d4023fe0facd55ee1600b50a15f\";}s:28:\"wp-admin/js/dashboard.min.js\";a:2:{s:1:\"d\";s:10:\"1406648056\";s:1:\"h\";s:32:\"39f67345a12faf1a3c53c9289fc59f86\";}s:26:\"wp-admin/js/gallery.min.js\";a:2:{s:1:\"d\";s:10:\"1390970610\";s:1:\"h\";s:32:\"1c986fe3039dbacf126de2f0dc644f6f\";}s:22:\"wp-admin/js/xfn.min.js\";a:2:{s:1:\"d\";s:10:\"1384466290\";s:1:\"h\";s:32:\"66b227ca28f41f2e0615b04a390d5e04\";}s:22:\"wp-admin/js/comment.js\";a:2:{s:1:\"d\";s:10:\"1384032610\";s:1:\"h\";s:32:\"a3fefb4998b3f534e144db4f235d0f03\";}s:32:\"wp-admin/js/custom-background.js\";a:2:{s:1:\"d\";s:10:\"1384407611\";s:1:\"h\";s:32:\"f26af7294ee07fb9a0cb88c2a8697623\";}s:25:\"wp-admin/js/farbtastic.js\";a:2:{s:1:\"d\";s:10:\"1289493262\";s:1:\"h\";s:32:\"a73af354a03241715d8698feea340b92\";}s:28:\"wp-admin/js/custom-header.js\";a:2:{s:1:\"d\";s:10:\"1384407611\";s:1:\"h\";s:32:\"32b3005887a4cb606fecc09c756605bb\";}s:42:\"wp-admin/js/password-strength-meter.min.js\";a:2:{s:1:\"d\";s:10:\"1384492329\";s:1:\"h\";s:32:\"3185f27c8fa4123db79a1d6de055c9d7\";}s:27:\"wp-admin/js/media-upload.js\";a:2:{s:1:\"d\";s:10:\"1403717955\";s:1:\"h\";s:32:\"5f66a88c118be462a566029db50aa3a2\";}s:25:\"wp-admin/js/common.min.js\";a:2:{s:1:\"d\";s:10:\"1421925957\";s:1:\"h\";s:32:\"a915138d60305201313066d43c61a2f6\";}s:35:\"wp-admin/js/language-chooser.min.js\";a:2:{s:1:\"d\";s:10:\"1407185236\";s:1:\"h\";s:32:\"1d6822384a71090c74add106e4468581\";}s:20:\"wp-admin/js/media.js\";a:2:{s:1:\"d\";s:10:\"1421925957\";s:1:\"h\";s:32:\"fc6243e6ea74f2ca62bffb849de3657f\";}s:35:\"wp-admin/js/inline-edit-post.min.js\";a:2:{s:1:\"d\";s:10:\"1403798894\";s:1:\"h\";s:32:\"306b49c4726604b273860a46a7a69a96\";}s:31:\"wp-admin/js/user-suggest.min.js\";a:2:{s:1:\"d\";s:10:\"1390864212\";s:1:\"h\";s:32:\"e089545cd7fcde5c7cd70de3a70139e1\";}s:19:\"wp-admin/js/tags.js\";a:2:{s:1:\"d\";s:10:\"1384491730\";s:1:\"h\";s:32:\"4cc64266f1b35a86c63cc1b2c42f7306\";}s:31:\"wp-admin/js/user-profile.min.js\";a:2:{s:1:\"d\";s:10:\"1421925957\";s:1:\"h\";s:32:\"61e1a5c632622df1af36a7a51ac4f53f\";}s:31:\"wp-admin/js/language-chooser.js\";a:2:{s:1:\"d\";s:10:\"1407185236\";s:1:\"h\";s:32:\"09e20150c7561d0330d7158f744abb4a\";}s:28:\"wp-admin/js/edit-comments.js\";a:2:{s:1:\"d\";s:10:\"1409630238\";s:1:\"h\";s:32:\"5a9fd1c52b9007ab3d2afbaa6f2dcf64\";}s:26:\"wp-admin/js/comment.min.js\";a:2:{s:1:\"d\";s:10:\"1384379111\";s:1:\"h\";s:32:\"38ff692f79a3e57df9b9192a9e43b4ea\";}s:26:\"wp-admin/js/postbox.min.js\";a:2:{s:1:\"d\";s:10:\"1408324396\";s:1:\"h\";s:32:\"8bf00b23dafb248f022d8b21693e0418\";}s:33:\"wp-admin/js/set-post-thumbnail.js\";a:2:{s:1:\"d\";s:10:\"1384492329\";s:1:\"h\";s:32:\"2b5153576d1eee4002fb7ed9e5831251\";}s:22:\"wp-admin/js/updates.js\";a:2:{s:1:\"d\";s:10:\"1421925957\";s:1:\"h\";s:32:\"b1458f7c51adab170056fc1fc4c3a3ce\";}s:22:\"wp-admin/js/postbox.js\";a:2:{s:1:\"d\";s:10:\"1408324396\";s:1:\"h\";s:32:\"87a08ca86f25ee997a627ce4a88ec359\";}s:32:\"wp-admin/js/media-gallery.min.js\";a:2:{s:1:\"d\";s:10:\"1384379111\";s:1:\"h\";s:32:\"3296d1fa20d292b002bba10490f1ba6e\";}s:19:\"wp-admin/js/post.js\";a:2:{s:1:\"d\";s:10:\"1421925957\";s:1:\"h\";s:32:\"24daf495d09243fe7a3eb040d58ddcc7\";}s:29:\"wp-admin/js/image-edit.min.js\";a:2:{s:1:\"d\";s:10:\"1408588517\";s:1:\"h\";s:32:\"df9254c728a075b313345528aa68355b\";}s:23:\"wp-admin/js/iris.min.js\";a:2:{s:1:\"d\";s:10:\"1421925957\";s:1:\"h\";s:32:\"75c63560c640c4a6c31f5565dfb0e8a9\";}s:29:\"wp-admin/js/word-count.min.js\";a:2:{s:1:\"d\";s:10:\"1384498329\";s:1:\"h\";s:32:\"c71cccaeb645b4e75e963aecff2f5fc6\";}s:30:\"wp-admin/js/svg-painter.min.js\";a:2:{s:1:\"d\";s:10:\"1390970610\";s:1:\"h\";s:32:\"8db7f2acb2c205b766167517ccce7f8a\";}s:32:\"wp-admin/js/editor-expand.min.js\";a:2:{s:1:\"d\";s:10:\"1421925957\";s:1:\"h\";s:32:\"89eab3c62d8a7e8d143ed648c593d3fd\";}s:24:\"wp-admin/js/theme.min.js\";a:2:{s:1:\"d\";s:10:\"1421925957\";s:1:\"h\";s:32:\"c93e26230e05d4fdd87288b47c60873f\";}s:28:\"wp-admin/js/media-gallery.js\";a:2:{s:1:\"d\";s:10:\"1384557549\";s:1:\"h\";s:32:\"7cf21db8661f9201a784f638f77d2b26\";}s:22:\"wp-admin/js/widgets.js\";a:2:{s:1:\"d\";s:10:\"1421925957\";s:1:\"h\";s:32:\"ab3c6775af462066bdb485407007a49b\";}s:23:\"wp-admin/js/link.min.js\";a:2:{s:1:\"d\";s:10:\"1384379111\";s:1:\"h\";s:32:\"f9ff4694933001933bdec2c133b2252d\";}s:28:\"wp-admin/js/revisions.min.js\";a:2:{s:1:\"d\";s:10:\"1421925957\";s:1:\"h\";s:32:\"3253906cffe4523bc05d0632af4c6af8\";}s:25:\"wp-admin/js/word-count.js\";a:2:{s:1:\"d\";s:10:\"1384498329\";s:1:\"h\";s:32:\"66256995400e51a5f931a11bc11e1e4e\";}s:30:\"wp-admin/js/inline-edit-tax.js\";a:2:{s:1:\"d\";s:10:\"1384835709\";s:1:\"h\";s:32:\"169c038f805a493d8b5383670a02d89c\";}s:25:\"wp-admin/js/image-edit.js\";a:2:{s:1:\"d\";s:10:\"1408588517\";s:1:\"h\";s:32:\"f4da63e5c9c6e64e67d9662965af69d8\";}s:22:\"wp-admin/js/gallery.js\";a:2:{s:1:\"d\";s:10:\"1384859409\";s:1:\"h\";s:32:\"1be9174b160c7eb40e6cdce4031ae89e\";}s:21:\"wp-admin/js/common.js\";a:2:{s:1:\"d\";s:10:\"1421925957\";s:1:\"h\";s:32:\"32fb4510695e27473897cb5251348395\";}s:20:\"wp-admin/js/theme.js\";a:2:{s:1:\"d\";s:10:\"1421925957\";s:1:\"h\";s:32:\"73a10d6e0f9198feeff1a5ef7f377f7f\";}s:27:\"wp-admin/js/color-picker.js\";a:2:{s:1:\"d\";s:10:\"1421925957\";s:1:\"h\";s:32:\"0e948ad7ea32644d4dcadc0f54fac1e3\";}s:24:\"wp-admin/js/media.min.js\";a:2:{s:1:\"d\";s:10:\"1421925957\";s:1:\"h\";s:32:\"9f8b1a50cba5f06427ffe004043128c9\";}s:25:\"wp-admin/js/editor.min.js\";a:2:{s:1:\"d\";s:10:\"1421925957\";s:1:\"h\";s:32:\"7af92b8e79eb872268168985e58f929b\";}s:28:\"wp-admin/js/accordion.min.js\";a:2:{s:1:\"d\";s:10:\"1421925957\";s:1:\"h\";s:32:\"cfa0d94d00f7a8a147c3815dc819e114\";}s:28:\"wp-admin/js/editor-expand.js\";a:2:{s:1:\"d\";s:10:\"1421925957\";s:1:\"h\";s:32:\"2f37f221b8f77ae0e6bbde7b8d03fe43\";}s:38:\"wp-admin/js/password-strength-meter.js\";a:2:{s:1:\"d\";s:10:\"1384492329\";s:1:\"h\";s:32:\"4d912846975670c9e2232a19ef7bb41b\";}s:24:\"wp-admin/js/accordion.js\";a:2:{s:1:\"d\";s:10:\"1421925957\";s:1:\"h\";s:32:\"f25e56e30af6382e3770be437493373a\";}s:29:\"wp-admin/js/plugin-install.js\";a:2:{s:1:\"d\";s:10:\"1408897336\";s:1:\"h\";s:32:\"2e2deb24835a5f6c5259690d775a2324\";}s:33:\"wp-admin/js/customize-controls.js\";a:2:{s:1:\"d\";s:10:\"1421925957\";s:1:\"h\";s:32:\"edc5f50d0fd73a32d5b06790ffcab513\";}s:23:\"wp-admin/js/post.min.js\";a:2:{s:1:\"d\";s:10:\"1421925957\";s:1:\"h\";s:32:\"269e1c1bcb01aeb3fad829be7ed4aacd\";}s:27:\"wp-admin/js/user-suggest.js\";a:2:{s:1:\"d\";s:10:\"1390864212\";s:1:\"h\";s:32:\"1e33290807fa8b2829ddb0347d0a9305\";}s:26:\"wp-admin/js/widgets.min.js\";a:2:{s:1:\"d\";s:10:\"1421925957\";s:1:\"h\";s:32:\"7f96038b9537a8fe2a8887a4a4893737\";}s:27:\"wp-admin/js/user-profile.js\";a:2:{s:1:\"d\";s:10:\"1421925957\";s:1:\"h\";s:32:\"c2bcc33ea5397b37fc77de3149618d9f\";}s:24:\"wp-admin/js/revisions.js\";a:2:{s:1:\"d\";s:10:\"1421925957\";s:1:\"h\";s:32:\"41f746a4087bec7e9b0db4152759d169\";}s:36:\"wp-admin/js/custom-background.min.js\";a:2:{s:1:\"d\";s:10:\"1390970610\";s:1:\"h\";s:32:\"82d07f23593e578820b19fc9faad65a0\";}s:18:\"wp-admin/js/xfn.js\";a:2:{s:1:\"d\";s:10:\"1384466290\";s:1:\"h\";s:32:\"e2d6eecbd774af1e2bb1a16ec117286b\";}s:31:\"wp-admin/js/inline-edit-post.js\";a:2:{s:1:\"d\";s:10:\"1403798894\";s:1:\"h\";s:32:\"ed03381714c58f75507c8ce11afd8c50\";}s:31:\"wp-admin/js/color-picker.min.js\";a:2:{s:1:\"d\";s:10:\"1421925957\";s:1:\"h\";s:32:\"1aa57d225b7d9bb8bfa8500e0c2de029\";}s:36:\"wp-admin/js/customize-widgets.min.js\";a:2:{s:1:\"d\";s:10:\"1421925957\";s:1:\"h\";s:32:\"04051a3d44556bfa47c141f3dbbcf574\";}s:24:\"wp-admin/js/dashboard.js\";a:2:{s:1:\"d\";s:10:\"1406648056\";s:1:\"h\";s:32:\"dcaf4f687c6c523cf0e2d5515234faa5\";}s:32:\"wp-admin/js/customize-widgets.js\";a:2:{s:1:\"d\";s:10:\"1421925957\";s:1:\"h\";s:32:\"7850d87d05e8fce2ef72aa1dd954dc63\";}s:28:\"wp-admin/js/wp-fullscreen.js\";a:2:{s:1:\"d\";s:10:\"1421925957\";s:1:\"h\";s:32:\"781b0a7f92ace4c740bebd0ba2ec9cc5\";}s:27:\"wp-admin/js/nav-menu.min.js\";a:2:{s:1:\"d\";s:10:\"1409664198\";s:1:\"h\";s:32:\"c5307758e7cda56b18b721eaad458db6\";}s:37:\"wp-admin/js/set-post-thumbnail.min.js\";a:2:{s:1:\"d\";s:10:\"1384379111\";s:1:\"h\";s:32:\"8bc5ca12fa38a607d5af2181311b7a5b\";}s:33:\"wp-admin/js/plugin-install.min.js\";a:2:{s:1:\"d\";s:10:\"1408897336\";s:1:\"h\";s:32:\"e976956cebb7ba13ce258a9d2cfa8dc3\";}s:21:\"wp-admin/js/editor.js\";a:2:{s:1:\"d\";s:10:\"1421925957\";s:1:\"h\";s:32:\"d0af21973275bb0564f8d1525e0d325e\";}s:21:\"wp-admin/ms-sites.php\";a:2:{s:1:\"d\";s:10:\"1380068291\";s:1:\"h\";s:32:\"5d186224ebf4ddd0f1719c9ef4b80468\";}s:22:\"wp-admin/edit-tags.php\";a:2:{s:1:\"d\";s:10:\"1421925955\";s:1:\"h\";s:32:\"57858bca396d7a20738cba617087c1e2\";}s:21:\"wp-admin/user-new.php\";a:2:{s:1:\"d\";s:10:\"1421925957\";s:1:\"h\";s:32:\"2009fc37aa2c0950dfc7a62a213c67bd\";}s:23:\"wp-admin/ms-options.php\";a:2:{s:1:\"d\";s:10:\"1380068291\";s:1:\"h\";s:32:\"a21d278e00ca7dccfe3a81d4e386afa9\";}s:27:\"wp-admin/ms-delete-site.php\";a:2:{s:1:\"d\";s:10:\"1395974655\";s:1:\"h\";s:32:\"88d81b84f0975f4653c6cd20f3f2fb20\";}s:21:\"wp-admin/post-new.php\";a:2:{s:1:\"d\";s:10:\"1421925957\";s:1:\"h\";s:32:\"c4bb80ae54e4f97d63efeb0b84b287a9\";}s:17:\"wp-admin/edit.php\";a:2:{s:1:\"d\";s:10:\"1421925955\";s:1:\"h\";s:32:\"536aed56921bffeaa9a36e10f3588174\";}s:20:\"wp-admin/network.php\";a:2:{s:1:\"d\";s:10:\"1421925957\";s:1:\"h\";s:32:\"4587bd576acf7929e5360255156b900c\";}s:17:\"wp-admin/post.php\";a:2:{s:1:\"d\";s:10:\"1408667116\";s:1:\"h\";s:32:\"f17e509b09d2e396f6a9b615ecc9d542\";}s:18:\"wp-admin/users.php\";a:2:{s:1:\"d\";s:10:\"1421925957\";s:1:\"h\";s:32:\"1ededbe306a41769751e39efa9bb53e1\";}s:25:\"wp-admin/options-head.php\";a:2:{s:1:\"d\";s:10:\"1362158049\";s:1:\"h\";s:32:\"bad695605e6db04e400a546f667eb70b\";}s:30:\"wp-admin/edit-form-comment.php\";a:2:{s:1:\"d\";s:10:\"1421925955\";s:1:\"h\";s:32:\"eabe0530c91e13b16f2c8603b4713bc5\";}s:28:\"wp-admin/options-reading.php\";a:2:{s:1:\"d\";s:10:\"1394252055\";s:1:\"h\";s:32:\"2e4bfe2b2bc4eecf362238b18b751b2b\";}s:24:\"wp-admin/menu-header.php\";a:2:{s:1:\"d\";s:10:\"1421925957\";s:1:\"h\";s:32:\"f28025115e77028c2c0d0e77c1fd8cce\";}s:24:\"wp-admin/update-core.php\";a:2:{s:1:\"d\";s:10:\"1421925957\";s:1:\"h\";s:32:\"462c6d7d26ecf2ec5d203e9cdb7e53ca\";}s:27:\"wp-admin/install-helper.php\";a:2:{s:1:\"d\";s:10:\"1421925956\";s:1:\"h\";s:32:\"5480b0fabf52c37eee8bfed6db52335a\";}s:21:\"wp-admin/link-add.php\";a:2:{s:1:\"d\";s:10:\"1380068291\";s:1:\"h\";s:32:\"759747ef8d44c52fadcfa5c457f3f283\";}s:27:\"wp-admin/plugin-install.php\";a:2:{s:1:\"d\";s:10:\"1421925957\";s:1:\"h\";s:32:\"43763096906608e1aaa769520f81fc4b\";}s:25:\"wp-admin/admin-footer.php\";a:2:{s:1:\"d\";s:10:\"1421925954\";s:1:\"h\";s:32:\"6e6b731c6abaae85f3885a9cce1981d7\";}s:19:\"wp-admin/export.php\";a:2:{s:1:\"d\";s:10:\"1421925955\";s:1:\"h\";s:32:\"11064221ee789282972bcd7bc2d3dbba\";}s:28:\"wp-admin/options-general.php\";a:2:{s:1:\"d\";s:10:\"1421925957\";s:1:\"h\";s:32:\"d05abbeef1686261b73111eaf7b6926e\";}s:23:\"wp-admin/moderation.php\";a:2:{s:1:\"d\";s:10:\"1380068291\";s:1:\"h\";s:32:\"541242a293805952a0e22234f09d6fa9\";}s:23:\"wp-admin/press-this.php\";a:2:{s:1:\"d\";s:10:\"1421925957\";s:1:\"h\";s:32:\"f60079fec0e5d4d67e49ada336daaf92\";}s:18:\"wp-admin/admin.php\";a:2:{s:1:\"d\";s:10:\"1421925954\";s:1:\"h\";s:32:\"500723dfe627bcfe43936aa85bd6b851\";}s:25:\"wp-admin/media-upload.php\";a:2:{s:1:\"d\";s:10:\"1421925957\";s:1:\"h\";s:32:\"70cb8b8659e2e242f15a210dd15cd234\";}s:25:\"wp-admin/theme-editor.php\";a:2:{s:1:\"d\";s:10:\"1405588456\";s:1:\"h\";s:32:\"bdfd846a4df83eae1de40983354c1b4f\";}s:19:\"wp-admin/import.php\";a:2:{s:1:\"d\";s:10:\"1394252055\";s:1:\"h\";s:32:\"a6ba6c12feeced4055521c60e2312a9f\";}s:25:\"wp-admin/link-manager.php\";a:2:{s:1:\"d\";s:10:\"1394252055\";s:1:\"h\";s:32:\"0fdeff4b8f0465f4b808da9d2ce2870e\";}s:17:\"wp-admin/menu.php\";a:2:{s:1:\"d\";s:10:\"1421925957\";s:1:\"h\";s:32:\"c9de8c70c10f50016e9ceca3a6ec8753\";}s:30:\"wp-admin/upgrade-functions.php\";a:2:{s:1:\"d\";s:10:\"1387911432\";s:1:\"h\";s:32:\"5ef6dfd8ec7550e071581d5c14658efc\";}s:25:\"wp-admin/user/credits.php\";a:2:{s:1:\"d\";s:10:\"1380068291\";s:1:\"h\";s:32:\"d920b4fb1be2c2c780081d5b4b7de55a\";}s:26:\"wp-admin/user/freedoms.php\";a:2:{s:1:\"d\";s:10:\"1380068291\";s:1:\"h\";s:32:\"1ba6cbb9e2a9d3deb348997492ed692e\";}s:25:\"wp-admin/user/profile.php\";a:2:{s:1:\"d\";s:10:\"1421925957\";s:1:\"h\";s:32:\"b9fa17a9811195800079dda4b1262d03\";}s:23:\"wp-admin/user/about.php\";a:2:{s:1:\"d\";s:10:\"1380068291\";s:1:\"h\";s:32:\"99ec00da8d914b4efd2098a3e44ebe2d\";}s:27:\"wp-admin/user/user-edit.php\";a:2:{s:1:\"d\";s:10:\"1421925957\";s:1:\"h\";s:32:\"2a7a75a363b0f88f0b6d094a91ef65ea\";}s:23:\"wp-admin/user/index.php\";a:2:{s:1:\"d\";s:10:\"1421925957\";s:1:\"h\";s:32:\"c8fd98f7fdd52d78bdadf74e620789fa\";}s:23:\"wp-admin/user/admin.php\";a:2:{s:1:\"d\";s:10:\"1397260875\";s:1:\"h\";s:32:\"8de88527f924b455fb6d14bb7805f25a\";}s:22:\"wp-admin/user/menu.php\";a:2:{s:1:\"d\";s:10:\"1399363095\";s:1:\"h\";s:32:\"a529e3d3c2bb86671fb9cc1145cf70ee\";}s:26:\"wp-admin/edit-tag-form.php\";a:2:{s:1:\"d\";s:10:\"1421925955\";s:1:\"h\";s:32:\"6d1b9dd6ae801128cc1f671378688d8e\";}s:22:\"wp-admin/ms-themes.php\";a:2:{s:1:\"d\";s:10:\"1380068291\";s:1:\"h\";s:32:\"521cb94b9501ca24bc495a31c66925d8\";}s:28:\"wp-admin/link-parse-opml.php\";a:2:{s:1:\"d\";s:10:\"1405588456\";s:1:\"h\";s:32:\"a0392921ac5f6e9719346b219a7bf1d6\";}s:20:\"wp-admin/options.php\";a:2:{s:1:\"d\";s:10:\"1421925957\";s:1:\"h\";s:32:\"98a5f09955e3d1e3e0b2185de9f643a6\";}s:21:\"wp-admin/ms-admin.php\";a:2:{s:1:\"d\";s:10:\"1380068291\";s:1:\"h\";s:32:\"9a05b49740dfcdaf4516851b623606e4\";}s:25:\"wp-admin/async-upload.php\";a:2:{s:1:\"d\";s:10:\"1421925954\";s:1:\"h\";s:32:\"f39f6fd3b0a01e1094f5963400c48ecd\";}s:23:\"wp-admin/admin-ajax.php\";a:2:{s:1:\"d\";s:10:\"1421925954\";s:1:\"h\";s:32:\"848c81a12056b270d872ed2e186ea016\";}s:24:\"wp-admin/load-styles.php\";a:2:{s:1:\"d\";s:10:\"1404417434\";s:1:\"h\";s:32:\"e4fe4585bf1930564ff8d572a0a5eac2\";}s:23:\"wp-admin/admin-post.php\";a:2:{s:1:\"d\";s:10:\"1421925954\";s:1:\"h\";s:32:\"9405e022d36cdf45f029d94518ce4103\";}s:19:\"wp-admin/upload.php\";a:2:{s:1:\"d\";s:10:\"1421925957\";s:1:\"h\";s:32:\"058e2c44f7d9d41c50888fad6ba48577\";}s:10:\"xmlrpc.php\";a:2:{s:1:\"d\";s:10:\"1391978352\";s:1:\"h\";s:32:\"9ba4b71a75f877bef76ec6bb31f71df2\";}s:17:\"wp-links-opml.php\";a:2:{s:1:\"d\";s:10:\"1382655503\";s:1:\"h\";s:32:\"c463c9c7fe769e018d496cda106d6697\";}s:20:\"wp-comments-post.php\";a:2:{s:1:\"d\";s:10:\"1421925957\";s:1:\"h\";s:32:\"ac70389da35fe92417c39c96a468bfb6\";}s:11:\"readme.html\";a:2:{s:1:\"d\";s:10:\"1421925953\";s:1:\"h\";s:32:\"321aad4ba63043f888cb072cedf9ef78\";}s:11:\"license.txt\";a:2:{s:1:\"d\";s:10:\"1397087415\";s:1:\"h\";s:32:\"ae123513dd2e70337dafc9f57ece23fd\";}s:15:\"wp-settings.php\";a:2:{s:1:\"d\";s:10:\"1405674795\";s:1:\"h\";s:32:\"c4833959e93d9368a35712e52c57c650\";}s:11:\"wp-cron.php\";a:2:{s:1:\"d\";s:10:\"1399955954\";s:1:\"h\";s:32:\"cf2ae664186202bf6944c31378ec5af9\";}s:9:\"index.php\";a:2:{s:1:\"d\";s:10:\"1380068291\";s:1:\"h\";s:32:\"b61b25303be0f573a6b9446d5cbe3a5b\";}s:53:\"wp-content/uploads/ithemes-security/backups/.htaccess\";a:2:{s:1:\"d\";s:10:\"1422616012\";s:1:\"h\";s:32:\"209634bb0238704c4874c35d615ae59e\";}s:45:\"wp-content/uploads/ithemes-security/.htaccess\";a:2:{s:1:\"d\";s:10:\"1422616012\";s:1:\"h\";s:32:\"209634bb0238704c4874c35d615ae59e\";}s:50:\"wp-content/uploads/ithemes-security/logs/.htaccess\";a:2:{s:1:\"d\";s:10:\"1422616012\";s:1:\"h\";s:32:\"209634bb0238704c4874c35d615ae59e\";}s:20:\"wp-content/index.php\";a:2:{s:1:\"d\";s:10:\"1326042071\";s:1:\"h\";s:32:\"67442c5615eba73d105c0715c6620850\";}s:71:\"wp-content/plugins/better-wp-security/modules/free/backup/img/index.php\";a:2:{s:1:\"d\";s:10:\"1422615158\";s:1:\"h\";s:32:\"a5eb3a234af13e4af877ef721778894b\";}s:78:\"wp-content/plugins/better-wp-security/modules/free/backup/css/multi-select.css\";a:2:{s:1:\"d\";s:10:\"1422615158\";s:1:\"h\";s:32:\"8317a4491407795d85521c820897dbff\";}s:78:\"wp-content/plugins/better-wp-security/modules/free/backup/css/admin-backup.css\";a:2:{s:1:\"d\";s:10:\"1422615158\";s:1:\"h\";s:32:\"10069259f7ceb36eac85fed355d571a9\";}s:71:\"wp-content/plugins/better-wp-security/modules/free/backup/css/index.php\";a:2:{s:1:\"d\";s:10:\"1422615158\";s:1:\"h\";s:32:\"a5eb3a234af13e4af877ef721778894b\";}s:80:\"wp-content/plugins/better-wp-security/modules/free/backup/class-itsec-backup.php\";a:2:{s:1:\"d\";s:10:\"1422615158\";s:1:\"h\";s:32:\"d4f2e638b6ac4755963533124831932a\";}s:67:\"wp-content/plugins/better-wp-security/modules/free/backup/index.php\";a:2:{s:1:\"d\";s:10:\"1422615159\";s:1:\"h\";s:32:\"a5eb3a234af13e4af877ef721778894b\";}s:67:\"wp-content/plugins/better-wp-security/modules/free/backup/setup.php\";a:2:{s:1:\"d\";s:10:\"1422615159\";s:1:\"h\";s:32:\"b1d5f1b2f160707f85507bb11607352f\";}s:83:\"wp-content/plugins/better-wp-security/modules/free/backup/js/jquery.multi-select.js\";a:2:{s:1:\"d\";s:10:\"1422615159\";s:1:\"h\";s:32:\"1a0dd3138876ec438b3ff0bb93752209\";}s:70:\"wp-content/plugins/better-wp-security/modules/free/backup/js/index.php\";a:2:{s:1:\"d\";s:10:\"1422615159\";s:1:\"h\";s:32:\"a5eb3a234af13e4af877ef721778894b\";}s:76:\"wp-content/plugins/better-wp-security/modules/free/backup/js/admin-backup.js\";a:2:{s:1:\"d\";s:10:\"1422615159\";s:1:\"h\";s:32:\"ceb0b4480fa99c6203e4e80386238fa1\";}s:86:\"wp-content/plugins/better-wp-security/modules/free/backup/class-itsec-backup-admin.php\";a:2:{s:1:\"d\";s:10:\"1422615158\";s:1:\"h\";s:32:\"19ece452e5f762172500c27f4d44703f\";}s:80:\"wp-content/plugins/better-wp-security/modules/free/ssl/class-itsec-ssl-admin.php\";a:2:{s:1:\"d\";s:10:\"1422615160\";s:1:\"h\";s:32:\"2f2bf4d95a5e86f97be19c9fde2c4afb\";}s:64:\"wp-content/plugins/better-wp-security/modules/free/ssl/index.php\";a:2:{s:1:\"d\";s:10:\"1422615160\";s:1:\"h\";s:32:\"a5eb3a234af13e4af877ef721778894b\";}s:64:\"wp-content/plugins/better-wp-security/modules/free/ssl/setup.php\";a:2:{s:1:\"d\";s:10:\"1422615160\";s:1:\"h\";s:32:\"560a2157ab49911a92fd98c1128ab0f0\";}s:70:\"wp-content/plugins/better-wp-security/modules/free/ssl/js/admin-ssl.js\";a:2:{s:1:\"d\";s:10:\"1422615160\";s:1:\"h\";s:32:\"97282fb42ee919fa7f6e4635bacb67f5\";}s:67:\"wp-content/plugins/better-wp-security/modules/free/ssl/js/index.php\";a:2:{s:1:\"d\";s:10:\"1422615160\";s:1:\"h\";s:32:\"a5eb3a234af13e4af877ef721778894b\";}s:74:\"wp-content/plugins/better-wp-security/modules/free/ssl/class-itsec-ssl.php\";a:2:{s:1:\"d\";s:10:\"1422615160\";s:1:\"h\";s:32:\"0d716404a111cdbc4923f2aaf9450521\";}s:114:\"wp-content/plugins/better-wp-security/modules/free/malware/class-ithemes-sync-verb-itsec-perform-homepage-scan.php\";a:2:{s:1:\"d\";s:10:\"1422615160\";s:1:\"h\";s:32:\"26742c51ad2b50b31f34b2ea615925cf\";}s:68:\"wp-content/plugins/better-wp-security/modules/free/malware/index.php\";a:2:{s:1:\"d\";s:10:\"1422615160\";s:1:\"h\";s:32:\"a5eb3a234af13e4af877ef721778894b\";}s:117:\"wp-content/plugins/better-wp-security/modules/free/malware/class-ithemes-sync-verb-itsec-get-malware-scan-results.php\";a:2:{s:1:\"d\";s:10:\"1422615160\";s:1:\"h\";s:32:\"a126af005e8b8054c1d01228476ef23f\";}s:68:\"wp-content/plugins/better-wp-security/modules/free/malware/setup.php\";a:2:{s:1:\"d\";s:10:\"1422615160\";s:1:\"h\";s:32:\"65149bdb753bb8658a0206a2e3ac15ba\";}s:78:\"wp-content/plugins/better-wp-security/modules/free/malware/js/admin-malware.js\";a:2:{s:1:\"d\";s:10:\"1422615160\";s:1:\"h\";s:32:\"24c1e7c40b53d6ca5becfd611d6ea896\";}s:71:\"wp-content/plugins/better-wp-security/modules/free/malware/js/index.php\";a:2:{s:1:\"d\";s:10:\"1422615160\";s:1:\"h\";s:32:\"a5eb3a234af13e4af877ef721778894b\";}s:88:\"wp-content/plugins/better-wp-security/modules/free/malware/class-itsec-malware-admin.php\";a:2:{s:1:\"d\";s:10:\"1422615160\";s:1:\"h\";s:32:\"6a9e0ba30ec15f347017ff970dc12926\";}s:86:\"wp-content/plugins/better-wp-security/modules/free/malware/class-itsec-malware-log.php\";a:2:{s:1:\"d\";s:10:\"1422615160\";s:1:\"h\";s:32:\"4a15a2ea0ab99bbb2d96ceec68b5871a\";}s:82:\"wp-content/plugins/better-wp-security/modules/free/malware/class-itsec-malware.php\";a:2:{s:1:\"d\";s:10:\"1422615160\";s:1:\"h\";s:32:\"316b00253b13740553243353f3d8c718\";}s:69:\"wp-content/plugins/better-wp-security/modules/free/core/img/index.php\";a:2:{s:1:\"d\";s:10:\"1422615159\";s:1:\"h\";s:32:\"a5eb3a234af13e4af877ef721778894b\";}s:82:\"wp-content/plugins/better-wp-security/modules/free/core/class-itsec-core-admin.php\";a:2:{s:1:\"d\";s:10:\"1422615159\";s:1:\"h\";s:32:\"0c157264211da7b268c412c46026e492\";}s:65:\"wp-content/plugins/better-wp-security/modules/free/core/index.php\";a:2:{s:1:\"d\";s:10:\"1422615159\";s:1:\"h\";s:32:\"a5eb3a234af13e4af877ef721778894b\";}s:65:\"wp-content/plugins/better-wp-security/modules/free/core/setup.php\";a:2:{s:1:\"d\";s:10:\"1422615159\";s:1:\"h\";s:32:\"ebb79310f32bc568e61fc6c2eaf50b0b\";}s:98:\"wp-content/plugins/better-wp-security/modules/free/hide-backend/class-itsec-hide-backend-admin.php\";a:2:{s:1:\"d\";s:10:\"1422615159\";s:1:\"h\";s:32:\"32e6934de423279cb468d52fb43c83fa\";}s:73:\"wp-content/plugins/better-wp-security/modules/free/hide-backend/index.php\";a:2:{s:1:\"d\";s:10:\"1422615159\";s:1:\"h\";s:32:\"a5eb3a234af13e4af877ef721778894b\";}s:73:\"wp-content/plugins/better-wp-security/modules/free/hide-backend/setup.php\";a:2:{s:1:\"d\";s:10:\"1422615160\";s:1:\"h\";s:32:\"61ef6b625fd9ccb408b02578af7e2ea2\";}s:92:\"wp-content/plugins/better-wp-security/modules/free/hide-backend/class-itsec-hide-backend.php\";a:2:{s:1:\"d\";s:10:\"1422615159\";s:1:\"h\";s:32:\"1b06eb7caa7aec3acaba0f041475be8c\";}s:76:\"wp-content/plugins/better-wp-security/modules/free/hide-backend/js/index.php\";a:2:{s:1:\"d\";s:10:\"1422615160\";s:1:\"h\";s:32:\"a5eb3a234af13e4af877ef721778894b\";}s:88:\"wp-content/plugins/better-wp-security/modules/free/hide-backend/js/admin-hide-backend.js\";a:2:{s:1:\"d\";s:10:\"1422615160\";s:1:\"h\";s:32:\"3033bf6548214e7d59af829168156701\";}s:82:\"wp-content/plugins/better-wp-security/modules/free/help/class-itsec-help-admin.php\";a:2:{s:1:\"d\";s:10:\"1422615159\";s:1:\"h\";s:32:\"40f5045159aafd654af99fb987cf63cc\";}s:65:\"wp-content/plugins/better-wp-security/modules/free/help/index.php\";a:2:{s:1:\"d\";s:10:\"1422615159\";s:1:\"h\";s:32:\"a5eb3a234af13e4af877ef721778894b\";}s:84:\"wp-content/plugins/better-wp-security/modules/free/salts/class-itsec-salts-admin.php\";a:2:{s:1:\"d\";s:10:\"1422615160\";s:1:\"h\";s:32:\"fbac1c71c96ee5fbb7e8080a8daf228a\";}s:66:\"wp-content/plugins/better-wp-security/modules/free/salts/index.php\";a:2:{s:1:\"d\";s:10:\"1422615160\";s:1:\"h\";s:32:\"a5eb3a234af13e4af877ef721778894b\";}s:86:\"wp-content/plugins/better-wp-security/modules/free/salts/js/admin-content_directory.js\";a:2:{s:1:\"d\";s:10:\"1422615160\";s:1:\"h\";s:32:\"5f81e27e3e013a7afffe69b4ad428caa\";}s:69:\"wp-content/plugins/better-wp-security/modules/free/salts/js/index.php\";a:2:{s:1:\"d\";s:10:\"1422615160\";s:1:\"h\";s:32:\"a5eb3a234af13e4af877ef721778894b\";}s:96:\"wp-content/plugins/better-wp-security/modules/free/four-oh-four/class-itsec-four-oh-four-log.php\";a:2:{s:1:\"d\";s:10:\"1422615159\";s:1:\"h\";s:32:\"4b6530774e216f9a2b98517663a0b66d\";}s:92:\"wp-content/plugins/better-wp-security/modules/free/four-oh-four/class-itsec-four-oh-four.php\";a:2:{s:1:\"d\";s:10:\"1422615159\";s:1:\"h\";s:32:\"665aa5675eaf9fedfe6a507c91bbc228\";}s:73:\"wp-content/plugins/better-wp-security/modules/free/four-oh-four/index.php\";a:2:{s:1:\"d\";s:10:\"1422615159\";s:1:\"h\";s:32:\"a5eb3a234af13e4af877ef721778894b\";}s:73:\"wp-content/plugins/better-wp-security/modules/free/four-oh-four/setup.php\";a:2:{s:1:\"d\";s:10:\"1422615159\";s:1:\"h\";s:32:\"cc685e2aaceb7e09e567a62b16e72174\";}s:98:\"wp-content/plugins/better-wp-security/modules/free/four-oh-four/class-itsec-four-oh-four-admin.php\";a:2:{s:1:\"d\";s:10:\"1422615159\";s:1:\"h\";s:32:\"eae591f6ee3d26c757ba10b19bcfd4aa\";}s:76:\"wp-content/plugins/better-wp-security/modules/free/four-oh-four/js/index.php\";a:2:{s:1:\"d\";s:10:\"1422615159\";s:1:\"h\";s:32:\"a5eb3a234af13e4af877ef721778894b\";}s:88:\"wp-content/plugins/better-wp-security/modules/free/four-oh-four/js/admin-four-oh-four.js\";a:2:{s:1:\"d\";s:10:\"1422615159\";s:1:\"h\";s:32:\"45b5ac6b844b96ee18e5500a6dd80678\";}s:76:\"wp-content/plugins/better-wp-security/modules/free/database-prefix/index.php\";a:2:{s:1:\"d\";s:10:\"1422615159\";s:1:\"h\";s:32:\"a5eb3a234af13e4af877ef721778894b\";}s:104:\"wp-content/plugins/better-wp-security/modules/free/database-prefix/class-itsec-database-prefix-admin.php\";a:2:{s:1:\"d\";s:10:\"1422615159\";s:1:\"h\";s:32:\"c11098836cf7d196c3a464790eb94616\";}s:72:\"wp-content/plugins/better-wp-security/modules/free/brute-force/index.php\";a:2:{s:1:\"d\";s:10:\"1422615159\";s:1:\"h\";s:32:\"a5eb3a234af13e4af877ef721778894b\";}s:72:\"wp-content/plugins/better-wp-security/modules/free/brute-force/setup.php\";a:2:{s:1:\"d\";s:10:\"1422615159\";s:1:\"h\";s:32:\"1c715871a2a579c0f4e57f0861b603a6\";}s:94:\"wp-content/plugins/better-wp-security/modules/free/brute-force/class-itsec-brute-force-log.php\";a:2:{s:1:\"d\";s:10:\"1422615159\";s:1:\"h\";s:32:\"53ca6c6444fadb54a124d657b9948071\";}s:75:\"wp-content/plugins/better-wp-security/modules/free/brute-force/js/index.php\";a:2:{s:1:\"d\";s:10:\"1422615159\";s:1:\"h\";s:32:\"a5eb3a234af13e4af877ef721778894b\";}s:86:\"wp-content/plugins/better-wp-security/modules/free/brute-force/js/admin-brute-force.js\";a:2:{s:1:\"d\";s:10:\"1422615159\";s:1:\"h\";s:32:\"f8d46e51fcc0472fb880899fb50f1414\";}s:96:\"wp-content/plugins/better-wp-security/modules/free/brute-force/class-itsec-brute-force-admin.php\";a:2:{s:1:\"d\";s:10:\"1422615159\";s:1:\"h\";s:32:\"d82b6d92158ad5c807ee7cb70369f2c9\";}s:90:\"wp-content/plugins/better-wp-security/modules/free/brute-force/class-itsec-brute-force.php\";a:2:{s:1:\"d\";s:10:\"1422615159\";s:1:\"h\";s:32:\"477831518887e0155ee7112b7f28205c\";}s:60:\"wp-content/plugins/better-wp-security/modules/free/index.php\";a:2:{s:1:\"d\";s:10:\"1422615160\";s:1:\"h\";s:32:\"a5eb3a234af13e4af877ef721778894b\";}s:108:\"wp-content/plugins/better-wp-security/modules/free/away-mode/class-ithemes-sync-verb-itsec-get-away-mode.php\";a:2:{s:1:\"d\";s:10:\"1422615158\";s:1:\"h\";s:32:\"38181c574ba6a5652840b95086d05d87\";}s:86:\"wp-content/plugins/better-wp-security/modules/free/away-mode/class-itsec-away-mode.php\";a:2:{s:1:\"d\";s:10:\"1422615158\";s:1:\"h\";s:32:\"04281d862a553d555a18509d9d4bc9d3\";}s:103:\"wp-content/plugins/better-wp-security/modules/free/away-mode/css/smoothness/jquery-ui-1.10.4.custom.css\";a:2:{s:1:\"d\";s:10:\"1422615158\";s:1:\"h\";s:32:\"56e344959af5a4037cb52db55cd29c02\";}s:103:\"wp-content/plugins/better-wp-security/modules/free/away-mode/css/smoothness/images/animated-overlay.gif\";a:2:{s:1:\"d\";s:10:\"1422615158\";s:1:\"h\";s:32:\"2b912f7c0653008ca28ebacda49025e7\";}s:92:\"wp-content/plugins/better-wp-security/modules/free/away-mode/css/smoothness/images/index.php\";a:2:{s:1:\"d\";s:10:\"1422615158\";s:1:\"h\";s:32:\"a5eb3a234af13e4af877ef721778894b\";}s:85:\"wp-content/plugins/better-wp-security/modules/free/away-mode/css/smoothness/index.php\";a:2:{s:1:\"d\";s:10:\"1422615158\";s:1:\"h\";s:32:\"a5eb3a234af13e4af877ef721778894b\";}s:74:\"wp-content/plugins/better-wp-security/modules/free/away-mode/css/index.php\";a:2:{s:1:\"d\";s:10:\"1422615158\";s:1:\"h\";s:32:\"a5eb3a234af13e4af877ef721778894b\";}s:70:\"wp-content/plugins/better-wp-security/modules/free/away-mode/index.php\";a:2:{s:1:\"d\";s:10:\"1422615158\";s:1:\"h\";s:32:\"a5eb3a234af13e4af877ef721778894b\";}s:70:\"wp-content/plugins/better-wp-security/modules/free/away-mode/setup.php\";a:2:{s:1:\"d\";s:10:\"1422615158\";s:1:\"h\";s:32:\"2dd70dea820b5e5afc2d6b367ac21f85\";}s:73:\"wp-content/plugins/better-wp-security/modules/free/away-mode/js/index.php\";a:2:{s:1:\"d\";s:10:\"1422615158\";s:1:\"h\";s:32:\"a5eb3a234af13e4af877ef721778894b\";}s:82:\"wp-content/plugins/better-wp-security/modules/free/away-mode/js/admin-away-mode.js\";a:2:{s:1:\"d\";s:10:\"1422615158\";s:1:\"h\";s:32:\"7ec5147185ec4df40a7fde2265607ec0\";}s:113:\"wp-content/plugins/better-wp-security/modules/free/away-mode/class-ithemes-sync-verb-itsec-override-away-mode.php\";a:2:{s:1:\"d\";s:10:\"1422615158\";s:1:\"h\";s:32:\"dd22f0bcd5a1e1da5ee6bdf683b674cb\";}s:92:\"wp-content/plugins/better-wp-security/modules/free/away-mode/class-itsec-away-mode-admin.php\";a:2:{s:1:\"d\";s:10:\"1422615158\";s:1:\"h\";s:32:\"9967e5e0d4a9be63464a52785f273257\";}s:94:\"wp-content/plugins/better-wp-security/modules/free/admin-user/class-itsec-admin-user-admin.php\";a:2:{s:1:\"d\";s:10:\"1422615158\";s:1:\"h\";s:32:\"cc98549e94f6b425dc0f9da02fe0b628\";}s:71:\"wp-content/plugins/better-wp-security/modules/free/admin-user/index.php\";a:2:{s:1:\"d\";s:10:\"1422615158\";s:1:\"h\";s:32:\"a5eb3a234af13e4af877ef721778894b\";}s:74:\"wp-content/plugins/better-wp-security/modules/free/admin-user/js/index.php\";a:2:{s:1:\"d\";s:10:\"1422615158\";s:1:\"h\";s:32:\"a5eb3a234af13e4af877ef721778894b\";}s:84:\"wp-content/plugins/better-wp-security/modules/free/admin-user/js/admin-admin-user.js\";a:2:{s:1:\"d\";s:10:\"1422615158\";s:1:\"h\";s:32:\"1fd96f3c6412b0b509c8f23d9634f1b5\";}s:80:\"wp-content/plugins/better-wp-security/modules/free/tweaks/class-itsec-tweaks.php\";a:2:{s:1:\"d\";s:10:\"1422615160\";s:1:\"h\";s:32:\"dca8f3b6c5f2ec47877acf0c5484e991\";}s:86:\"wp-content/plugins/better-wp-security/modules/free/tweaks/class-itsec-tweaks-admin.php\";a:2:{s:1:\"d\";s:10:\"1422615160\";s:1:\"h\";s:32:\"73a73b9f19991d831d1d370c3e36c54f\";}s:67:\"wp-content/plugins/better-wp-security/modules/free/tweaks/index.php\";a:2:{s:1:\"d\";s:10:\"1422615160\";s:1:\"h\";s:32:\"a5eb3a234af13e4af877ef721778894b\";}s:67:\"wp-content/plugins/better-wp-security/modules/free/tweaks/setup.php\";a:2:{s:1:\"d\";s:10:\"1422615160\";s:1:\"h\";s:32:\"aa070d7ffcc000f58705df984b4b9774\";}s:78:\"wp-content/plugins/better-wp-security/modules/free/content-directory/index.php\";a:2:{s:1:\"d\";s:10:\"1422615159\";s:1:\"h\";s:32:\"a5eb3a234af13e4af877ef721778894b\";}s:98:\"wp-content/plugins/better-wp-security/modules/free/content-directory/js/admin-content_directory.js\";a:2:{s:1:\"d\";s:10:\"1422615159\";s:1:\"h\";s:32:\"5f81e27e3e013a7afffe69b4ad428caa\";}s:81:\"wp-content/plugins/better-wp-security/modules/free/content-directory/js/index.php\";a:2:{s:1:\"d\";s:10:\"1422615159\";s:1:\"h\";s:32:\"a5eb3a234af13e4af877ef721778894b\";}s:108:\"wp-content/plugins/better-wp-security/modules/free/content-directory/class-itsec-content-directory-admin.php\";a:2:{s:1:\"d\";s:10:\"1422615159\";s:1:\"h\";s:32:\"8524a846f78ebe7eb80e00ff83f0ccaa\";}s:114:\"wp-content/plugins/better-wp-security/modules/free/file-change/class-ithemes-sync-verb-itsec-perform-file-scan.php\";a:2:{s:1:\"d\";s:10:\"1422615159\";s:1:\"h\";s:32:\"22c1318817e30af1390148ca61031eaf\";}s:88:\"wp-content/plugins/better-wp-security/modules/free/file-change/filetree/images/index.php\";a:2:{s:1:\"d\";s:10:\"1422615159\";s:1:\"h\";s:32:\"a5eb3a234af13e4af877ef721778894b\";}s:90:\"wp-content/plugins/better-wp-security/modules/free/file-change/filetree/images/spinner.gif\";a:2:{s:1:\"d\";s:10:\"1422615159\";s:1:\"h\";s:32:\"9a8269421303631316be4ab5e34870e1\";}s:89:\"wp-content/plugins/better-wp-security/modules/free/file-change/filetree/jqueryFileTree.js\";a:2:{s:1:\"d\";s:10:\"1422615159\";s:1:\"h\";s:32:\"58cb1c7b9671dc7c9cf3955f0a1ece01\";}s:81:\"wp-content/plugins/better-wp-security/modules/free/file-change/filetree/index.php\";a:2:{s:1:\"d\";s:10:\"1422615159\";s:1:\"h\";s:32:\"a5eb3a234af13e4af877ef721778894b\";}s:90:\"wp-content/plugins/better-wp-security/modules/free/file-change/filetree/jqueryFileTree.css\";a:2:{s:1:\"d\";s:10:\"1422615159\";s:1:\"h\";s:32:\"60f395cd20597c1609bea2fc572d3d4d\";}s:79:\"wp-content/plugins/better-wp-security/modules/free/file-change/images/index.php\";a:2:{s:1:\"d\";s:10:\"1422615159\";s:1:\"h\";s:32:\"a5eb3a234af13e4af877ef721778894b\";}s:88:\"wp-content/plugins/better-wp-security/modules/free/file-change/css/admin-file-change.css\";a:2:{s:1:\"d\";s:10:\"1422615159\";s:1:\"h\";s:32:\"0bfecf7f29cf40852cb1cde80605f6ce\";}s:76:\"wp-content/plugins/better-wp-security/modules/free/file-change/css/index.php\";a:2:{s:1:\"d\";s:10:\"1422615159\";s:1:\"h\";s:32:\"a5eb3a234af13e4af877ef721778894b\";}s:72:\"wp-content/plugins/better-wp-security/modules/free/file-change/index.php\";a:2:{s:1:\"d\";s:10:\"1422615159\";s:1:\"h\";s:32:\"a5eb3a234af13e4af877ef721778894b\";}s:72:\"wp-content/plugins/better-wp-security/modules/free/file-change/setup.php\";a:2:{s:1:\"d\";s:10:\"1422615159\";s:1:\"h\";s:32:\"a1acbe3a5aa1bc72e931be82feb6b7c7\";}s:94:\"wp-content/plugins/better-wp-security/modules/free/file-change/class-itsec-file-change-log.php\";a:2:{s:1:\"d\";s:10:\"1422615159\";s:1:\"h\";s:32:\"a5cd0c8f98acd9b147e4c174b173c058\";}s:75:\"wp-content/plugins/better-wp-security/modules/free/file-change/js/index.php\";a:2:{s:1:\"d\";s:10:\"1422615159\";s:1:\"h\";s:32:\"a5eb3a234af13e4af877ef721778894b\";}s:86:\"wp-content/plugins/better-wp-security/modules/free/file-change/js/admin-file-change.js\";a:2:{s:1:\"d\";s:10:\"1422615159\";s:1:\"h\";s:32:\"db9ed1f79f076824eaed41a4bbc1f5ea\";}s:94:\"wp-content/plugins/better-wp-security/modules/free/file-change/js/admin-file-change-warning.js\";a:2:{s:1:\"d\";s:10:\"1422615159\";s:1:\"h\";s:32:\"892b85a2b487aeb8f07ece552a6f8924\";}s:90:\"wp-content/plugins/better-wp-security/modules/free/file-change/class-itsec-file-change.php\";a:2:{s:1:\"d\";s:10:\"1422615159\";s:1:\"h\";s:32:\"d8187ad9cb2d29e81a13130dd377a4c8\";}s:96:\"wp-content/plugins/better-wp-security/modules/free/file-change/class-itsec-file-change-admin.php\";a:2:{s:1:\"d\";s:10:\"1422615159\";s:1:\"h\";s:32:\"b07a44be38189d23ba64cb23b4250919\";}s:68:\"wp-content/plugins/better-wp-security/modules/free/ipcheck/index.php\";a:2:{s:1:\"d\";s:10:\"1422615160\";s:1:\"h\";s:32:\"a5eb3a234af13e4af877ef721778894b\";}s:68:\"wp-content/plugins/better-wp-security/modules/free/ipcheck/setup.php\";a:2:{s:1:\"d\";s:10:\"1422615160\";s:1:\"h\";s:32:\"d0df63016b0e7012a6baf4d667361a0a\";}s:71:\"wp-content/plugins/better-wp-security/modules/free/ipcheck/js/index.php\";a:2:{s:1:\"d\";s:10:\"1422615160\";s:1:\"h\";s:32:\"a5eb3a234af13e4af877ef721778894b\";}s:78:\"wp-content/plugins/better-wp-security/modules/free/ipcheck/js/admin-ipcheck.js\";a:2:{s:1:\"d\";s:10:\"1422615160\";s:1:\"h\";s:32:\"23678a888d1c4931e22b95661e967f49\";}s:88:\"wp-content/plugins/better-wp-security/modules/free/ipcheck/class-itsec-ipcheck-admin.php\";a:2:{s:1:\"d\";s:10:\"1422615160\";s:1:\"h\";s:32:\"124973b7dd19b3dddf3688402e07c73d\";}s:82:\"wp-content/plugins/better-wp-security/modules/free/ipcheck/class-itsec-ipcheck.php\";a:2:{s:1:\"d\";s:10:\"1422615160\";s:1:\"h\";s:32:\"f1001a9cb79c4d9624b3c0affd8a52a3\";}s:100:\"wp-content/plugins/better-wp-security/modules/free/strong-passwords/class-itsec-strong-passwords.php\";a:2:{s:1:\"d\";s:10:\"1422615160\";s:1:\"h\";s:32:\"4147f5a5d210b41932a7864607d936c9\";}s:77:\"wp-content/plugins/better-wp-security/modules/free/strong-passwords/index.php\";a:2:{s:1:\"d\";s:10:\"1422615160\";s:1:\"h\";s:32:\"a5eb3a234af13e4af877ef721778894b\";}s:77:\"wp-content/plugins/better-wp-security/modules/free/strong-passwords/setup.php\";a:2:{s:1:\"d\";s:10:\"1422615160\";s:1:\"h\";s:32:\"84b6e2078d673f7637b1b8b67af41a1c\";}s:96:\"wp-content/plugins/better-wp-security/modules/free/strong-passwords/js/admin-strong-passwords.js\";a:2:{s:1:\"d\";s:10:\"1422615160\";s:1:\"h\";s:32:\"47f08849c75a057486126a6b11da239b\";}s:80:\"wp-content/plugins/better-wp-security/modules/free/strong-passwords/js/index.php\";a:2:{s:1:\"d\";s:10:\"1422615160\";s:1:\"h\";s:32:\"a5eb3a234af13e4af877ef721778894b\";}s:90:\"wp-content/plugins/better-wp-security/modules/free/strong-passwords/js/strong-passwords.js\";a:2:{s:1:\"d\";s:10:\"1422615160\";s:1:\"h\";s:32:\"f1a73782fa086c7a5445f9e49c1975dc\";}s:106:\"wp-content/plugins/better-wp-security/modules/free/strong-passwords/class-itsec-strong-passwords-admin.php\";a:2:{s:1:\"d\";s:10:\"1422615160\";s:1:\"h\";s:32:\"f86b0d9c29b186d61ca4d096fd44430c\";}s:62:\"wp-content/plugins/better-wp-security/modules/free/history.txt\";a:2:{s:1:\"d\";s:10:\"1422615160\";s:1:\"h\";s:32:\"cecd0e8acaad77659c7f67c9cea5b3a7\";}s:70:\"wp-content/plugins/better-wp-security/modules/free/ban-users/index.php\";a:2:{s:1:\"d\";s:10:\"1422615159\";s:1:\"h\";s:32:\"a5eb3a234af13e4af877ef721778894b\";}s:70:\"wp-content/plugins/better-wp-security/modules/free/ban-users/setup.php\";a:2:{s:1:\"d\";s:10:\"1422615159\";s:1:\"h\";s:32:\"4a94aca3090863b9d5a793decdb51972\";}s:88:\"wp-content/plugins/better-wp-security/modules/free/ban-users/lists/hackrepair-apache.inc\";a:2:{s:1:\"d\";s:10:\"1422615159\";s:1:\"h\";s:32:\"1ea36856594ba7dfbb0585c4a50aed89\";}s:76:\"wp-content/plugins/better-wp-security/modules/free/ban-users/lists/index.php\";a:2:{s:1:\"d\";s:10:\"1422615159\";s:1:\"h\";s:32:\"a5eb3a234af13e4af877ef721778894b\";}s:87:\"wp-content/plugins/better-wp-security/modules/free/ban-users/lists/hackrepair-nginx.inc\";a:2:{s:1:\"d\";s:10:\"1422615159\";s:1:\"h\";s:32:\"c7e241b793d4c681c9f138c6c9a1cca3\";}s:82:\"wp-content/plugins/better-wp-security/modules/free/ban-users/js/admin-ban_users.js\";a:2:{s:1:\"d\";s:10:\"1422615159\";s:1:\"h\";s:32:\"a25c79323346673ea6b30b10fa1d91e5\";}s:73:\"wp-content/plugins/better-wp-security/modules/free/ban-users/js/index.php\";a:2:{s:1:\"d\";s:10:\"1422615159\";s:1:\"h\";s:32:\"a5eb3a234af13e4af877ef721778894b\";}s:92:\"wp-content/plugins/better-wp-security/modules/free/ban-users/class-itsec-ban-users-admin.php\";a:2:{s:1:\"d\";s:10:\"1422615159\";s:1:\"h\";s:32:\"bb5733636b10f67fd16ab74e5350bcb9\";}s:86:\"wp-content/plugins/better-wp-security/modules/free/ban-users/class-itsec-ban-users.php\";a:2:{s:1:\"d\";s:10:\"1422615159\";s:1:\"h\";s:32:\"e434c4482163caf0d2c7515ed27e8f4b\";}s:55:\"wp-content/plugins/better-wp-security/modules/index.php\";a:2:{s:1:\"d\";s:10:\"1422615160\";s:1:\"h\";s:32:\"56d4439768678cd301f9a9f140f9440b\";}s:64:\"wp-content/plugins/better-wp-security/core/class-itsec-setup.php\";a:2:{s:1:\"d\";s:10:\"1422615157\";s:1:\"h\";s:32:\"3118b7835135d7ef15b63be4b729b20a\";}s:56:\"wp-content/plugins/better-wp-security/core/img/index.php\";a:2:{s:1:\"d\";s:10:\"1422615157\";s:1:\"h\";s:32:\"d41d8cd98f00b204e9800998ecf8427e\";}s:74:\"wp-content/plugins/better-wp-security/core/class-itsec-logger-all-logs.php\";a:2:{s:1:\"d\";s:10:\"1422615157\";s:1:\"h\";s:32:\"4fc3beed0be0099a9d837f84139ad7f6\";}s:74:\"wp-content/plugins/better-wp-security/core/class-itsec-global-settings.php\";a:2:{s:1:\"d\";s:10:\"1422615157\";s:1:\"h\";s:32:\"f3c5061af15f35be45fa5ed88634f10a\";}s:65:\"wp-content/plugins/better-wp-security/core/class-itsec-logger.php\";a:2:{s:1:\"d\";s:10:\"1422615157\";s:1:\"h\";s:32:\"9a07ce09ee78b1807867e60958b93847\";}s:58:\"wp-content/plugins/better-wp-security/core/css/ithemes.css\";a:2:{s:1:\"d\";s:10:\"1422615157\";s:1:\"h\";s:32:\"064c18dcd6dfdeed71a87dd8c18d6a31\";}s:63:\"wp-content/plugins/better-wp-security/core/css/itsec_notice.css\";a:2:{s:1:\"d\";s:10:\"1422615157\";s:1:\"h\";s:32:\"c626d3afe5b9235f34d6cbde136b5532\";}s:56:\"wp-content/plugins/better-wp-security/core/css/index.php\";a:2:{s:1:\"d\";s:10:\"1422615157\";s:1:\"h\";s:32:\"a5eb3a234af13e4af877ef721778894b\";}s:62:\"wp-content/plugins/better-wp-security/core/class-itsec-lib.php\";a:2:{s:1:\"d\";s:10:\"1422615157\";s:1:\"h\";s:32:\"2a4d3236838bc67268dabd3ecb61110b\";}s:63:\"wp-content/plugins/better-wp-security/core/class-itsec-sync.php\";a:2:{s:1:\"d\";s:10:\"1422615157\";s:1:\"h\";s:32:\"0ced6558804c6f93eccc7c8e45ac3df1\";}s:61:\"wp-content/plugins/better-wp-security/core/content/status.php\";a:2:{s:1:\"d\";s:10:\"1422615157\";s:1:\"h\";s:32:\"a74cbfa9ae0654f3488f73a2b7a4b70e\";}s:60:\"wp-content/plugins/better-wp-security/core/content/index.php\";a:2:{s:1:\"d\";s:10:\"1422615157\";s:1:\"h\";s:32:\"a5eb3a234af13e4af877ef721778894b\";}s:61:\"wp-content/plugins/better-wp-security/core/content/system.php\";a:2:{s:1:\"d\";s:10:\"1422615157\";s:1:\"h\";s:32:\"d0ab0b8f10b9c824f485b12f8ffb2657\";}s:60:\"wp-content/plugins/better-wp-security/core/content/perms.php\";a:2:{s:1:\"d\";s:10:\"1422615157\";s:1:\"h\";s:32:\"6b9b743d21e0b97fb1b187252deba9db\";}s:89:\"wp-content/plugins/better-wp-security/core/class-ithemes-sync-verb-itsec-get-lockouts.php\";a:2:{s:1:\"d\";s:10:\"1422615157\";s:1:\"h\";s:32:\"a4efe2fe48feb3881c86eb5bd911a747\";}s:52:\"wp-content/plugins/better-wp-security/core/index.php\";a:2:{s:1:\"d\";s:10:\"1422615157\";s:1:\"h\";s:32:\"a5eb3a234af13e4af877ef721778894b\";}s:56:\"wp-content/plugins/better-wp-security/core/lib/index.php\";a:2:{s:1:\"d\";s:10:\"1422615157\";s:1:\"h\";s:32:\"a5eb3a234af13e4af877ef721778894b\";}s:76:\"wp-content/plugins/better-wp-security/core/lib/class-itsec-wp-list-table.php\";a:2:{s:1:\"d\";s:10:\"1422615157\";s:1:\"h\";s:32:\"ad12b4ee76a173a953b5a0e00b336a4e\";}s:66:\"wp-content/plugins/better-wp-security/core/class-itsec-lockout.php\";a:2:{s:1:\"d\";s:10:\"1422615157\";s:1:\"h\";s:32:\"95a117fa48d5190052f6b68c0b9e3fc8\";}s:74:\"wp-content/plugins/better-wp-security/core/class-itsec-dashboard-admin.php\";a:2:{s:1:\"d\";s:10:\"1422615157\";s:1:\"h\";s:32:\"f0eba68e44afc22ba9f810002fac5a9c\";}s:60:\"wp-content/plugins/better-wp-security/core/js/admin-modal.js\";a:2:{s:1:\"d\";s:10:\"1422615157\";s:1:\"h\";s:32:\"848fd443789ce43691748a7cfb202522\";}s:64:\"wp-content/plugins/better-wp-security/core/js/admin-dashboard.js\";a:2:{s:1:\"d\";s:10:\"1422615157\";s:1:\"h\";s:32:\"90c89987a892a380cb933a59af1eb326\";}s:59:\"wp-content/plugins/better-wp-security/core/js/admin-logs.js\";a:2:{s:1:\"d\";s:10:\"1422615157\";s:1:\"h\";s:32:\"69ffc55192426976cbf0f4883c1ca4da\";}s:52:\"wp-content/plugins/better-wp-security/core/js/url.js\";a:2:{s:1:\"d\";s:10:\"1422615157\";s:1:\"h\";s:32:\"599383847667e2d1ca51a959143ed207\";}s:57:\"wp-content/plugins/better-wp-security/core/js/tracking.js\";a:2:{s:1:\"d\";s:10:\"1422615157\";s:1:\"h\";s:32:\"af44ef090dd429c67ab3c5b0ca0fa42b\";}s:64:\"wp-content/plugins/better-wp-security/core/js/admin-whitelist.js\";a:2:{s:1:\"d\";s:10:\"1422615157\";s:1:\"h\";s:32:\"21b15ea55fd26b9e255a29be1ddccbba\";}s:71:\"wp-content/plugins/better-wp-security/core/js/admin-dashboard-footer.js\";a:2:{s:1:\"d\";s:10:\"1422615157\";s:1:\"h\";s:32:\"d1ea81a598b60670cd986f8e621ce017\";}s:55:\"wp-content/plugins/better-wp-security/core/js/index.php\";a:2:{s:1:\"d\";s:10:\"1422615157\";s:1:\"h\";s:32:\"a5eb3a234af13e4af877ef721778894b\";}s:70:\"wp-content/plugins/better-wp-security/core/js/admin-global-settings.js\";a:2:{s:1:\"d\";s:10:\"1422615157\";s:1:\"h\";s:32:\"cd77355904d3c8c275c20a04a333c23e\";}s:64:\"wp-content/plugins/better-wp-security/core/class-itsec-files.php\";a:2:{s:1:\"d\";s:10:\"1422615157\";s:1:\"h\";s:32:\"28fa2182f41f8d2e4f254638f7d94f16\";}s:95:\"wp-content/plugins/better-wp-security/core/class-ithemes-sync-verb-itsec-get-temp-whitelist.php\";a:2:{s:1:\"d\";s:10:\"1422615157\";s:1:\"h\";s:32:\"ead39c001279cf7e978c576e681dd5b0\";}s:63:\"wp-content/plugins/better-wp-security/core/class-itsec-core.php\";a:2:{s:1:\"d\";s:10:\"1422615157\";s:1:\"h\";s:32:\"84d2b0938fa2b878a42f8f0207a0b703\";}s:91:\"wp-content/plugins/better-wp-security/core/class-ithemes-sync-verb-itsec-get-everything.php\";a:2:{s:1:\"d\";s:10:\"1422615157\";s:1:\"h\";s:32:\"30bfba13b42142384c9c5e9b69011bd4\";}s:92:\"wp-content/plugins/better-wp-security/core/class-ithemes-sync-verb-itsec-release-lockout.php\";a:2:{s:1:\"d\";s:10:\"1422615157\";s:1:\"h\";s:32:\"6457a548a8f8ffee5ea0eb53eccb639e\";}s:65:\"wp-content/plugins/better-wp-security/core/class-itsec-notify.php\";a:2:{s:1:\"d\";s:10:\"1422615157\";s:1:\"h\";s:32:\"09401c0e4eed4ed1582f91aa48101f06\";}s:54:\"wp-content/plugins/better-wp-security/core/history.txt\";a:2:{s:1:\"d\";s:10:\"1422615157\";s:1:\"h\";s:32:\"5749d12e04a1829743d40565ff84d486\";}s:95:\"wp-content/plugins/better-wp-security/core/class-ithemes-sync-verb-itsec-set-temp-whitelist.php\";a:2:{s:1:\"d\";s:10:\"1422615157\";s:1:\"h\";s:32:\"d34208a1f69d7d4b793930ac89393343\";}s:52:\"wp-content/plugins/better-wp-security/lang/index.php\";a:2:{s:1:\"d\";s:10:\"1422615158\";s:1:\"h\";s:32:\"56d4439768678cd301f9a9f140f9440b\";}s:65:\"wp-content/plugins/better-wp-security/lang/better-wp-security.pot\";a:2:{s:1:\"d\";s:10:\"1422615158\";s:1:\"h\";s:32:\"6a88b74f2a9a641eef860008ea017a15\";}s:47:\"wp-content/plugins/better-wp-security/index.php\";a:2:{s:1:\"d\";s:10:\"1422615157\";s:1:\"h\";s:32:\"56d4439768678cd301f9a9f140f9440b\";}s:67:\"wp-content/plugins/better-wp-security/lib/icon-fonts/icon-fonts.css\";a:2:{s:1:\"d\";s:10:\"1422615158\";s:1:\"h\";s:32:\"07a63c161dc5e944dd1450699dd47ebb\";}s:61:\"wp-content/plugins/better-wp-security/lib/icon-fonts/load.php\";a:2:{s:1:\"d\";s:10:\"1422615158\";s:1:\"h\";s:32:\"7a36ea8313f8bdbd123c037f75b0e3e6\";}s:61:\"wp-content/plugins/better-wp-security/lib/icon-fonts/init.php\";a:2:{s:1:\"d\";s:10:\"1422615158\";s:1:\"h\";s:32:\"daf9ccc98e1dd336debfd9523d34f9ce\";}s:64:\"wp-content/plugins/better-wp-security/lib/icon-fonts/history.txt\";a:2:{s:1:\"d\";s:10:\"1422615158\";s:1:\"h\";s:32:\"a1314384f4d9242b5ffef5a365473efa\";}s:76:\"wp-content/plugins/better-wp-security/lib/icon-fonts/fonts/ithemes-icons.eot\";a:2:{s:1:\"d\";s:10:\"1422615158\";s:1:\"h\";s:32:\"806a53b830f29c4e1a92398a5233dbce\";}s:76:\"wp-content/plugins/better-wp-security/lib/icon-fonts/fonts/ithemes-icons.ttf\";a:2:{s:1:\"d\";s:10:\"1422615158\";s:1:\"h\";s:32:\"3638c3971bed7ade6547754a896668e8\";}s:77:\"wp-content/plugins/better-wp-security/lib/icon-fonts/fonts/ithemes-icons.woff\";a:2:{s:1:\"d\";s:10:\"1422615158\";s:1:\"h\";s:32:\"1849448daea1ad4ba5d53cc439b2e773\";}s:76:\"wp-content/plugins/better-wp-security/lib/icon-fonts/fonts/ithemes-icons.svg\";a:2:{s:1:\"d\";s:10:\"1422615158\";s:1:\"h\";s:32:\"80804bef4ecda4805e6f87f9325a77af\";}s:51:\"wp-content/plugins/better-wp-security/lib/index.php\";a:2:{s:1:\"d\";s:10:\"1422615158\";s:1:\"h\";s:32:\"56d4439768678cd301f9a9f140f9440b\";}s:81:\"wp-content/plugins/better-wp-security/lib/one-version/class-itsec-one-version.php\";a:2:{s:1:\"d\";s:10:\"1422615158\";s:1:\"h\";s:32:\"70e8d57576b930f92fd41f36e8200a6b\";}s:63:\"wp-content/plugins/better-wp-security/lib/one-version/index.php\";a:2:{s:1:\"d\";s:10:\"1422615158\";s:1:\"h\";s:32:\"a226c6de61cbbe874fc9a631effa7efc\";}s:60:\"wp-content/plugins/better-wp-security/better-wp-security.php\";a:2:{s:1:\"d\";s:10:\"1422615157\";s:1:\"h\";s:32:\"44e06c7c481fa906c954bb4aa4b15f1c\";}s:48:\"wp-content/plugins/better-wp-security/readme.txt\";a:2:{s:1:\"d\";s:10:\"1422615160\";s:1:\"h\";s:32:\"ea4e35bb3536858cd042e3690ec2debb\";}s:49:\"wp-content/plugins/better-wp-security/history.txt\";a:2:{s:1:\"d\";s:10:\"1422615157\";s:1:\"h\";s:32:\"e01a26b823168bb8af92c3a9826b7eb6\";}s:45:\"wp-content/plugins/revslider/backup/index.php\";a:2:{s:1:\"d\";s:10:\"1421927185\";s:1:\"h\";s:32:\"d41d8cd98f00b204e9800998ecf8427e\";}s:57:\"wp-content/plugins/revslider/backup/captions-original.css\";a:2:{s:1:\"d\";s:10:\"1421927185\";s:1:\"h\";s:32:\"32313058ad785902e4388013162966fc\";}s:46:\"wp-content/plugins/revslider/images/loader.gif\";a:2:{s:1:\"d\";s:10:\"1421927186\";s:1:\"h\";s:32:\"cf46f7db4c452ea2a94d33eabca8ba93\";}s:45:\"wp-content/plugins/revslider/images/index.php\";a:2:{s:1:\"d\";s:10:\"1421927186\";s:1:\"h\";s:32:\"d41d8cd98f00b204e9800998ecf8427e\";}s:51:\"wp-content/plugins/revslider/images/dummy/index.php\";a:2:{s:1:\"d\";s:10:\"1421927185\";s:1:\"h\";s:32:\"d41d8cd98f00b204e9800998ecf8427e\";}s:45:\"wp-content/plugins/revslider/images/tipsy.gif\";a:2:{s:1:\"d\";s:10:\"1421927186\";s:1:\"h\";s:32:\"84c683bb61e04eed786306a59ae8cbf5\";}s:59:\"wp-content/plugins/revslider/views/templates/slider_api.php\";a:2:{s:1:\"d\";s:10:\"1421927188\";s:1:\"h\";s:32:\"3871d813f72af5e9b9653c83b4ea4af2\";}s:70:\"wp-content/plugins/revslider/views/templates/dialog_preview_slider.php\";a:2:{s:1:\"d\";s:10:\"1421927188\";s:1:\"h\";s:32:\"fd6be95a801cd70e6c542a236b8bd42b\";}s:66:\"wp-content/plugins/revslider/views/templates/slides_list_posts.php\";a:2:{s:1:\"d\";s:10:\"1421927189\";s:1:\"h\";s:32:\"0d6b8c36b2c2182a8ec7df3dcdc09da9\";}s:55:\"wp-content/plugins/revslider/views/templates/slides.php\";a:2:{s:1:\"d\";s:10:\"1421927189\";s:1:\"h\";s:32:\"72ed1a3ddfbabd68e60b0a904159cbab\";}s:61:\"wp-content/plugins/revslider/views/templates/slides_posts.php\";a:2:{s:1:\"d\";s:10:\"1421927189\";s:1:\"h\";s:32:\"c856d1431547bb363597d7d2d7d39acf\";}s:60:\"wp-content/plugins/revslider/views/templates/slider_edit.php\";a:2:{s:1:\"d\";s:10:\"1421927188\";s:1:\"h\";s:32:\"b3eddd5cc179cb014d4b4697f890d09d\";}s:61:\"wp-content/plugins/revslider/views/templates/sliders_list.php\";a:2:{s:1:\"d\";s:10:\"1421927189\";s:1:\"h\";s:32:\"6371e376b64cd9614aece413b520ccc6\";}s:69:\"wp-content/plugins/revslider/views/templates/dialog_preview_slide.php\";a:2:{s:1:\"d\";s:10:\"1421927188\";s:1:\"h\";s:32:\"fd9243913dd8d83362c980cd33b4f4f1\";}s:54:\"wp-content/plugins/revslider/views/templates/index.php\";a:2:{s:1:\"d\";s:10:\"1421927188\";s:1:\"h\";s:32:\"d41d8cd98f00b204e9800998ecf8427e\";}s:62:\"wp-content/plugins/revslider/views/templates/slider_css_js.php\";a:2:{s:1:\"d\";s:10:\"1421927188\";s:1:\"h\";s:32:\"606cefe44eab293eaedbea219da13844\";}s:54:\"wp-content/plugins/revslider/views/templates/slide.php\";a:2:{s:1:\"d\";s:10:\"1421927188\";s:1:\"h\";s:32:\"e047e4e9abbce86a6e77e4b7b7f0da20\";}s:63:\"wp-content/plugins/revslider/views/templates/slides_gallery.php\";a:2:{s:1:\"d\";s:10:\"1421927189\";s:1:\"h\";s:32:\"f08480f21fbc67c049439ed8f1d327a9\";}s:63:\"wp-content/plugins/revslider/views/templates/slider_toolbox.php\";a:2:{s:1:\"d\";s:10:\"1421927188\";s:1:\"h\";s:32:\"5f4f7f8405d3bbc281395d6e5c8eb3e1\";}s:60:\"wp-content/plugins/revslider/views/templates/edit_layers.php\";a:2:{s:1:\"d\";s:10:\"1421927188\";s:1:\"h\";s:32:\"b12aab2b863c0fadc100710f9b0d0ffc\";}s:56:\"wp-content/plugins/revslider/views/templates/sliders.php\";a:2:{s:1:\"d\";s:10:\"1421927189\";s:1:\"h\";s:32:\"b1c6874c9de9110d206f41b92098fe08\";}s:60:\"wp-content/plugins/revslider/views/templates/slides_list.php\";a:2:{s:1:\"d\";s:10:\"1421927189\";s:1:\"h\";s:32:\"ad6683d8a7d72043d6447cceebf51f21\";}s:59:\"wp-content/plugins/revslider/views/templates/slider_new.php\";a:2:{s:1:\"d\";s:10:\"1421927188\";s:1:\"h\";s:32:\"5ea71083a4e1e3cf78813643107215ef\";}s:45:\"wp-content/plugins/revslider/views/slides.php\";a:2:{s:1:\"d\";s:10:\"1421927188\";s:1:\"h\";s:32:\"be1c038f5bd8adb9324d23e54b1d8e6d\";}s:45:\"wp-content/plugins/revslider/views/slider.php\";a:2:{s:1:\"d\";s:10:\"1421927188\";s:1:\"h\";s:32:\"c8d873af63785eb7aa070d474bfa6af2\";}s:44:\"wp-content/plugins/revslider/views/index.php\";a:2:{s:1:\"d\";s:10:\"1421927188\";s:1:\"h\";s:32:\"d41d8cd98f00b204e9800998ecf8427e\";}s:54:\"wp-content/plugins/revslider/views/slider_template.php\";a:2:{s:1:\"d\";s:10:\"1421927188\";s:1:\"h\";s:32:\"925052ce04a760ba32dfab3a04e6dd32\";}s:44:\"wp-content/plugins/revslider/views/slide.php\";a:2:{s:1:\"d\";s:10:\"1421927188\";s:1:\"h\";s:32:\"1fa37f891b97f8a767ac7bc85da224e2\";}s:50:\"wp-content/plugins/revslider/views/master_view.php\";a:2:{s:1:\"d\";s:10:\"1421927188\";s:1:\"h\";s:32:\"1ba58ec3226b354d1fedcf361c4d562b\";}s:46:\"wp-content/plugins/revslider/views/sliders.php\";a:2:{s:1:\"d\";s:10:\"1421927188\";s:1:\"h\";s:32:\"444d929ca6c8c87042c19137008b7c4c\";}s:58:\"wp-content/plugins/revslider/views/system/video_dialog.php\";a:2:{s:1:\"d\";s:10:\"1421927188\";s:1:\"h\";s:32:\"ae494367854a03b30edcda895df2eb0f\";}s:59:\"wp-content/plugins/revslider/views/system/update_dialog.php\";a:2:{s:1:\"d\";s:10:\"1421927188\";s:1:\"h\";s:32:\"ebc25d637d1f776e9616bb36f060b5c2\";}s:69:\"wp-content/plugins/revslider/views/system/general_settings_dialog.php\";a:2:{s:1:\"d\";s:10:\"1421927188\";s:1:\"h\";s:32:\"fb8392da626970ad5acfa363f07a7bb7\";}s:51:\"wp-content/plugins/revslider/views/system/index.php\";a:2:{s:1:\"d\";s:10:\"1421927188\";s:1:\"h\";s:32:\"d41d8cd98f00b204e9800998ecf8427e\";}s:56:\"wp-content/plugins/revslider/views/system/validation.php\";a:2:{s:1:\"d\";s:10:\"1421927188\";s:1:\"h\";s:32:\"a965f38439490724528c90e9da77ce86\";}s:62:\"wp-content/plugins/revslider/views/themepunch-google-fonts.php\";a:2:{s:1:\"d\";s:10:\"1421927189\";s:1:\"h\";s:32:\"ac49b55510484315ddedcc1386d2e250\";}s:48:\"wp-content/plugins/revslider/css/font/egfont.ttf\";a:2:{s:1:\"d\";s:10:\"1421927185\";s:1:\"h\";s:32:\"8099f5e3fd7ba5641c5d66ebfa128f13\";}s:48:\"wp-content/plugins/revslider/css/font/egfont.svg\";a:2:{s:1:\"d\";s:10:\"1421927185\";s:1:\"h\";s:32:\"156768024bb60a0fb676100975ff52c4\";}s:48:\"wp-content/plugins/revslider/css/font/egfont.eot\";a:2:{s:1:\"d\";s:10:\"1421927185\";s:1:\"h\";s:32:\"8d88e488a3f052d8ab3b2475402795ec\";}s:49:\"wp-content/plugins/revslider/css/font/egfont.woff\";a:2:{s:1:\"d\";s:10:\"1421927185\";s:1:\"h\";s:32:\"458cbe13319360123f48a86671899a68\";}s:46:\"wp-content/plugins/revslider/css/jui/index.php\";a:2:{s:1:\"d\";s:10:\"1421927185\";s:1:\"h\";s:32:\"d41d8cd98f00b204e9800998ecf8427e\";}s:68:\"wp-content/plugins/revslider/css/jui/new/images/animated-overlay.gif\";a:2:{s:1:\"d\";s:10:\"1421927185\";s:1:\"h\";s:32:\"2b912f7c0653008ca28ebacda49025e7\";}s:57:\"wp-content/plugins/revslider/css/jui/new/images/index.php\";a:2:{s:1:\"d\";s:10:\"1421927185\";s:1:\"h\";s:32:\"d41d8cd98f00b204e9800998ecf8427e\";}s:71:\"wp-content/plugins/revslider/css/jui/new/jquery-ui-1.9.2.custom.min.css\";a:2:{s:1:\"d\";s:10:\"1421927185\";s:1:\"h\";s:32:\"1a45e9c8cd53e8b0f4963700b925e207\";}s:72:\"wp-content/plugins/revslider/css/jui/new/jquery-ui-1.10.3.custom.min.css\";a:2:{s:1:\"d\";s:10:\"1421927185\";s:1:\"h\";s:32:\"f043b7eba6d9ce361e8d3c3b59ec5c9c\";}s:50:\"wp-content/plugins/revslider/css/jui/new/index.php\";a:2:{s:1:\"d\";s:10:\"1421927185\";s:1:\"h\";s:32:\"d41d8cd98f00b204e9800998ecf8427e\";}s:68:\"wp-content/plugins/revslider/css/jui/new/jquery-ui-1.10.3.custom.css\";a:2:{s:1:\"d\";s:10:\"1421927185\";s:1:\"h\";s:32:\"6a5190b46df032bb40676e85e6f99c72\";}s:67:\"wp-content/plugins/revslider/css/jui/new/jquery-ui-1.9.2.custom.css\";a:2:{s:1:\"d\";s:10:\"1421927185\";s:1:\"h\";s:32:\"dc6014cc8b3ae6834cc7f34976c42d0f\";}s:57:\"wp-content/plugins/revslider/css/jui/old/images/index.php\";a:2:{s:1:\"d\";s:10:\"1421927185\";s:1:\"h\";s:32:\"d41d8cd98f00b204e9800998ecf8427e\";}s:68:\"wp-content/plugins/revslider/css/jui/old/jquery-ui-1.8.18.custom.css\";a:2:{s:1:\"d\";s:10:\"1421927185\";s:1:\"h\";s:32:\"af3ef9a5e5d4ef8302b6af668f5c8738\";}s:50:\"wp-content/plugins/revslider/css/jui/old/index.php\";a:2:{s:1:\"d\";s:10:\"1421927185\";s:1:\"h\";s:32:\"d41d8cd98f00b204e9800998ecf8427e\";}s:42:\"wp-content/plugins/revslider/css/admin.css\";a:2:{s:1:\"d\";s:10:\"1421927185\";s:1:\"h\";s:32:\"2144d76d2476bb2562ee437b325aab55\";}s:42:\"wp-content/plugins/revslider/css/tipsy.css\";a:2:{s:1:\"d\";s:10:\"1421927185\";s:1:\"h\";s:32:\"9397fcbd73198ca75e23b4400442c307\";}s:42:\"wp-content/plugins/revslider/css/index.php\";a:2:{s:1:\"d\";s:10:\"1421927185\";s:1:\"h\";s:32:\"d41d8cd98f00b204e9800998ecf8427e\";}s:48:\"wp-content/plugins/revslider/css/edit_layers.css\";a:2:{s:1:\"d\";s:10:\"1421927185\";s:1:\"h\";s:32:\"da18c0964fd0d79e93a3ce237b06681e\";}s:48:\"wp-content/plugins/revslider/revslider_admin.php\";a:2:{s:1:\"d\";s:10:\"1421927187\";s:1:\"h\";s:32:\"1eaa1dddab817562800b2309ec03b648\";}s:57:\"wp-content/plugins/revslider/settings/slider_settings.php\";a:2:{s:1:\"d\";s:10:\"1421927188\";s:1:\"h\";s:32:\"28420a91ad358fdbb8e67b0cdccc35b6\";}s:56:\"wp-content/plugins/revslider/settings/slide_settings.php\";a:2:{s:1:\"d\";s:10:\"1421927188\";s:1:\"h\";s:32:\"4f0b365239f74750c1b65ede8af05f6d\";}s:47:\"wp-content/plugins/revslider/settings/index.php\";a:2:{s:1:\"d\";s:10:\"1421927188\";s:1:\"h\";s:32:\"d41d8cd98f00b204e9800998ecf8427e\";}s:66:\"wp-content/plugins/revslider/settings/slider_settings_xml_lang.php\";a:2:{s:1:\"d\";s:10:\"1421927188\";s:1:\"h\";s:32:\"1df826b20959441d93138fc5f3ffe348\";}s:58:\"wp-content/plugins/revslider/settings/general_settings.php\";a:2:{s:1:\"d\";s:10:\"1421927188\";s:1:\"h\";s:32:\"cf7af9a360eb22b9ea4cb5a7cee30f48\";}s:57:\"wp-content/plugins/revslider/settings/slider_settings.xml\";a:2:{s:1:\"d\";s:10:\"1421927188\";s:1:\"h\";s:32:\"fc918fd4e632ffdb3194bad08ce1ff0c\";}s:56:\"wp-content/plugins/revslider/settings/layer_settings.php\";a:2:{s:1:\"d\";s:10:\"1421927188\";s:1:\"h\";s:32:\"d8ac43fd6cf743bb19be18d98197a96c\";}s:38:\"wp-content/plugins/revslider/index.php\";a:2:{s:1:\"d\";s:10:\"1421927186\";s:1:\"h\";s:32:\"d41d8cd98f00b204e9800998ecf8427e\";}s:42:\"wp-content/plugins/revslider/revslider.php\";a:2:{s:1:\"d\";s:10:\"1421927187\";s:1:\"h\";s:32:\"7038ae82ce7101ae0f8b4e0f1cea73f2\";}s:43:\"wp-content/plugins/revslider/js/oldvideo.js\";a:2:{s:1:\"d\";s:10:\"1421927187\";s:1:\"h\";s:32:\"0791f04ad25f84de4fda3a90bbbd7a07\";}s:56:\"wp-content/plugins/revslider/js/farbtastic/farbtastic.js\";a:2:{s:1:\"d\";s:10:\"1421927187\";s:1:\"h\";s:32:\"34d3c277083c48d3779af8f9b0948b30\";}s:59:\"wp-content/plugins/revslider/js/farbtastic/my-farbtastic.js\";a:2:{s:1:\"d\";s:10:\"1421927187\";s:1:\"h\";s:32:\"fc74f411fc4d986e2431f8cbd095cecb\";}s:57:\"wp-content/plugins/revslider/js/farbtastic/farbtastic.css\";a:2:{s:1:\"d\";s:10:\"1421927187\";s:1:\"h\";s:32:\"476475db1baff0391e5bf5fd05d15a1a\";}s:52:\"wp-content/plugins/revslider/js/farbtastic/index.php\";a:2:{s:1:\"d\";s:10:\"1421927187\";s:1:\"h\";s:32:\"d41d8cd98f00b204e9800998ecf8427e\";}s:43:\"wp-content/plugins/revslider/js/tbld-3.9.js\";a:2:{s:1:\"d\";s:10:\"1421927187\";s:1:\"h\";s:32:\"1e20c7e0b137ff3d56fa269f1758e4ed\";}s:81:\"wp-content/plugins/revslider/js/dropdownchecklist/ui.dropdownchecklist-1.4-min.js\";a:2:{s:1:\"d\";s:10:\"1421927186\";s:1:\"h\";s:32:\"2b537e960a548ae6e5b462aed0bfef8d\";}s:85:\"wp-content/plugins/revslider/js/dropdownchecklist/ui.dropdownchecklist.standalone.css\";a:2:{s:1:\"d\";s:10:\"1421927186\";s:1:\"h\";s:32:\"01fe0afa800b4299f0fed6bc358ffcd6\";}s:59:\"wp-content/plugins/revslider/js/dropdownchecklist/index.php\";a:2:{s:1:\"d\";s:10:\"1421927186\";s:1:\"h\";s:32:\"d41d8cd98f00b204e9800998ecf8427e\";}s:73:\"wp-content/plugins/revslider/js/dropdownchecklist/ui.dropdownchecklist.js\";a:2:{s:1:\"d\";s:10:\"1421927186\";s:1:\"h\";s:32:\"05a838cd5df28e38bddfa39f1505a571\";}s:40:\"wp-content/plugins/revslider/js/admin.js\";a:2:{s:1:\"d\";s:10:\"1421927186\";s:1:\"h\";s:32:\"efe8c83602b6d57994eb942d57b2f15d\";}s:49:\"wp-content/plugins/revslider/js/codemirror/css.js\";a:2:{s:1:\"d\";s:10:\"1421927186\";s:1:\"h\";s:32:\"d70a71331c5c25afec86d3bdbe69fbf5\";}s:56:\"wp-content/plugins/revslider/js/codemirror/codemirror.js\";a:2:{s:1:\"d\";s:10:\"1421927186\";s:1:\"h\";s:32:\"af74db666f780b161d5cbaedc0c9017b\";}s:52:\"wp-content/plugins/revslider/js/codemirror/index.php\";a:2:{s:1:\"d\";s:10:\"1421927186\";s:1:\"h\";s:32:\"d41d8cd98f00b204e9800998ecf8427e\";}s:57:\"wp-content/plugins/revslider/js/codemirror/codemirror.css\";a:2:{s:1:\"d\";s:10:\"1421927186\";s:1:\"h\";s:32:\"9c6f1fa7c50dac65665e8f81a11fd56f\";}s:59:\"wp-content/plugins/revslider/js/codemirror/util/pig-hint.js\";a:2:{s:1:\"d\";s:10:\"1421927186\";s:1:\"h\";s:32:\"d255fe42acfe44e9357c177329909d52\";}s:63:\"wp-content/plugins/revslider/js/codemirror/util/searchcursor.js\";a:2:{s:1:\"d\";s:10:\"1421927186\";s:1:\"h\";s:32:\"95d114af6c46ab54ea63f216894baf88\";}s:57:\"wp-content/plugins/revslider/js/codemirror/util/search.js\";a:2:{s:1:\"d\";s:10:\"1421927186\";s:1:\"h\";s:32:\"6531234149e99ebee4964dd012aeb319\";}s:58:\"wp-content/plugins/revslider/js/codemirror/util/overlay.js\";a:2:{s:1:\"d\";s:10:\"1421927186\";s:1:\"h\";s:32:\"aa68a783d4593e6b7791a67ba39b8169\";}s:63:\"wp-content/plugins/revslider/js/codemirror/util/simple-hint.css\";a:2:{s:1:\"d\";s:10:\"1421927186\";s:1:\"h\";s:32:\"09865a50f334e22601e5182592fb1db4\";}s:59:\"wp-content/plugins/revslider/js/codemirror/util/xml-hint.js\";a:2:{s:1:\"d\";s:10:\"1421927186\";s:1:\"h\";s:32:\"41c2f7f6fd0988c4cdeb43ab530c421d\";}s:59:\"wp-content/plugins/revslider/js/codemirror/util/loadmode.js\";a:2:{s:1:\"d\";s:10:\"1421927186\";s:1:\"h\";s:32:\"77c25116ca25c8f486b6e51b8508b61b\";}s:57:\"wp-content/plugins/revslider/js/codemirror/util/dialog.js\";a:2:{s:1:\"d\";s:10:\"1421927186\";s:1:\"h\";s:32:\"dec3352de81b1aefd379c2dfe94b3f4f\";}s:57:\"wp-content/plugins/revslider/js/codemirror/util/index.php\";a:2:{s:1:\"d\";s:10:\"1421927186\";s:1:\"h\";s:32:\"d41d8cd98f00b204e9800998ecf8427e\";}s:62:\"wp-content/plugins/revslider/js/codemirror/util/simple-hint.js\";a:2:{s:1:\"d\";s:10:\"1421927186\";s:1:\"h\";s:32:\"9d4961b37d8be499832da8a03dace26d\";}s:68:\"wp-content/plugins/revslider/js/codemirror/util/match-highlighter.js\";a:2:{s:1:\"d\";s:10:\"1421927186\";s:1:\"h\";s:32:\"d36937f304575e37890478d2b1cd33bb\";}s:61:\"wp-content/plugins/revslider/js/codemirror/util/formatting.js\";a:2:{s:1:\"d\";s:10:\"1421927186\";s:1:\"h\";s:32:\"4bf8ae060361082ddef7afeecc647ce6\";}s:58:\"wp-content/plugins/revslider/js/codemirror/util/dialog.css\";a:2:{s:1:\"d\";s:10:\"1421927186\";s:1:\"h\";s:32:\"194a4a81f111f4b38a2c85a3571282c1\";}s:69:\"wp-content/plugins/revslider/js/codemirror/util/runmode-standalone.js\";a:2:{s:1:\"d\";s:10:\"1421927186\";s:1:\"h\";s:32:\"88ee10f7264ec5d01d9103e86e1ca8cc\";}s:59:\"wp-content/plugins/revslider/js/codemirror/util/foldcode.js\";a:2:{s:1:\"d\";s:10:\"1421927186\";s:1:\"h\";s:32:\"a67bf1e5eeee3b4ae0172b2445928812\";}s:66:\"wp-content/plugins/revslider/js/codemirror/util/javascript-hint.js\";a:2:{s:1:\"d\";s:10:\"1421927186\";s:1:\"h\";s:32:\"86dc07c23003f01ac04c3d5d81f3a54d\";}s:58:\"wp-content/plugins/revslider/js/codemirror/util/runmode.js\";a:2:{s:1:\"d\";s:10:\"1421927186\";s:1:\"h\";s:32:\"a72076f42913d00fb9e9389923c998e5\";}s:60:\"wp-content/plugins/revslider/js/codemirror/util/multiplex.js\";a:2:{s:1:\"d\";s:10:\"1421927186\";s:1:\"h\";s:32:\"53680e0e9236d67a98901ef689b6385a\";}s:59:\"wp-content/plugins/revslider/js/codemirror/util/closetag.js\";a:2:{s:1:\"d\";s:10:\"1421927186\";s:1:\"h\";s:32:\"27217ef5cafe0b89c16205b587235427\";}s:42:\"wp-content/plugins/revslider/js/jui_old.js\";a:2:{s:1:\"d\";s:10:\"1421927187\";s:1:\"h\";s:32:\"87a5bb7370361501ffee004a4b7982f0\";}s:39:\"wp-content/plugins/revslider/js/tbld.js\";a:2:{s:1:\"d\";s:10:\"1421927187\";s:1:\"h\";s:32:\"42bd4528e37adbf847234279c5411b6f\";}s:45:\"wp-content/plugins/revslider/js/css_editor.js\";a:2:{s:1:\"d\";s:10:\"1421927186\";s:1:\"h\";s:32:\"536af2b4a77744292b6b7b96540fa0d0\";}s:41:\"wp-content/plugins/revslider/js/index.php\";a:2:{s:1:\"d\";s:10:\"1421927187\";s:1:\"h\";s:32:\"d41d8cd98f00b204e9800998ecf8427e\";}s:44:\"wp-content/plugins/revslider/js/rev_admin.js\";a:2:{s:1:\"d\";s:10:\"1421927187\";s:1:\"h\";s:32:\"dca49a3df8f10edc444ce4b276cf3097\";}s:43:\"wp-content/plugins/revslider/js/newvideo.js\";a:2:{s:1:\"d\";s:10:\"1421927187\";s:1:\"h\";s:32:\"c4df2d9e814a1c887be7ab36f2f71321\";}s:47:\"wp-content/plugins/revslider/js/jquery.tipsy.js\";a:2:{s:1:\"d\";s:10:\"1421927187\";s:1:\"h\";s:32:\"0a56da2ea568349cc93cf4456f54e4fc\";}s:43:\"wp-content/plugins/revslider/js/settings.js\";a:2:{s:1:\"d\";s:10:\"1421927187\";s:1:\"h\";s:32:\"95f8f42a3730ae540c12d65d787c48c0\";}s:46:\"wp-content/plugins/revslider/js/edit_layers.js\";a:2:{s:1:\"d\";s:10:\"1421927186\";s:1:\"h\";s:32:\"b24fcd297bb68f5e588aaf3f8c172351\";}s:42:\"wp-content/plugins/revslider/uninstall.php\";a:2:{s:1:\"d\";s:10:\"1421927188\";s:1:\"h\";s:32:\"6fff99b1231862a9befb5bd448d3be1a\";}s:56:\"wp-content/plugins/revslider/rs-plugin/font/revicons.ttf\";a:2:{s:1:\"d\";s:10:\"1421927188\";s:1:\"h\";s:32:\"17629a5dfe0d3c3946cf401e1895f091\";}s:56:\"wp-content/plugins/revslider/rs-plugin/font/revicons.eot\";a:2:{s:1:\"d\";s:10:\"1421927188\";s:1:\"h\";s:32:\"2feb69ccb596730c72920c6ba3e37ef8\";}s:53:\"wp-content/plugins/revslider/rs-plugin/font/index.php\";a:2:{s:1:\"d\";s:10:\"1421927188\";s:1:\"h\";s:32:\"d41d8cd98f00b204e9800998ecf8427e\";}s:56:\"wp-content/plugins/revslider/rs-plugin/font/revicons.svg\";a:2:{s:1:\"d\";s:10:\"1421927188\";s:1:\"h\";s:32:\"ac38240b01066dbfdb6b548b8bee04d3\";}s:57:\"wp-content/plugins/revslider/rs-plugin/font/revicons.woff\";a:2:{s:1:\"d\";s:10:\"1421927188\";s:1:\"h\";s:32:\"04eb8fc57f27498e5ae37523e3bfb2c7\";}s:59:\"wp-content/plugins/revslider/rs-plugin/videojs/font/vjs.ttf\";a:2:{s:1:\"d\";s:10:\"1421927188\";s:1:\"h\";s:32:\"600c44c3d87f2893277dd93bf02b3e50\";}s:59:\"wp-content/plugins/revslider/rs-plugin/videojs/font/vjs.svg\";a:2:{s:1:\"d\";s:10:\"1421927188\";s:1:\"h\";s:32:\"0eb58bb31b855635ebd80e65d797e2c2\";}s:59:\"wp-content/plugins/revslider/rs-plugin/videojs/font/vjs.eot\";a:2:{s:1:\"d\";s:10:\"1421927188\";s:1:\"h\";s:32:\"f9c63739c4e5163ab00e257bd4e8a461\";}s:60:\"wp-content/plugins/revslider/rs-plugin/videojs/font/vjs.woff\";a:2:{s:1:\"d\";s:10:\"1421927188\";s:1:\"h\";s:32:\"d2c9d1cc2171bd79a1bcf6ba14f01585\";}s:63:\"wp-content/plugins/revslider/rs-plugin/videojs/video-js.min.css\";a:2:{s:1:\"d\";s:10:\"1421927188\";s:1:\"h\";s:32:\"95f15fe56c534a1db1e52097d4b91301\";}s:59:\"wp-content/plugins/revslider/rs-plugin/videojs/video-js.swf\";a:2:{s:1:\"d\";s:10:\"1421927188\";s:1:\"h\";s:32:\"56040aa016c33f2d42494af749e34ee7\";}s:64:\"wp-content/plugins/revslider/rs-plugin/videojs/demo.captions.vtt\";a:2:{s:1:\"d\";s:10:\"1421927188\";s:1:\"h\";s:32:\"4029a2d88e757af9d3ac6900bdcf7032\";}s:59:\"wp-content/plugins/revslider/rs-plugin/videojs/video-js.css\";a:2:{s:1:\"d\";s:10:\"1421927188\";s:1:\"h\";s:32:\"8f4415e9f6101329eadd7db3c54068de\";}s:59:\"wp-content/plugins/revslider/rs-plugin/videojs/video.dev.js\";a:2:{s:1:\"d\";s:10:\"1421927188\";s:1:\"h\";s:32:\"a87012293d7c3a69b325cd285e58951a\";}s:55:\"wp-content/plugins/revslider/rs-plugin/videojs/video.js\";a:2:{s:1:\"d\";s:10:\"1421927188\";s:1:\"h\";s:32:\"57ded591bcfc0f5d2f987159d825ca1f\";}s:56:\"wp-content/plugins/revslider/rs-plugin/videojs/demo.html\";a:2:{s:1:\"d\";s:10:\"1421927188\";s:1:\"h\";s:32:\"cee4964f06b3b42f0cba39373ab2fff5\";}s:55:\"wp-content/plugins/revslider/rs-plugin/images/index.php\";a:2:{s:1:\"d\";s:10:\"1421927188\";s:1:\"h\";s:32:\"d41d8cd98f00b204e9800998ecf8427e\";}s:64:\"wp-content/plugins/revslider/rs-plugin/images/gradient/index.php\";a:2:{s:1:\"d\";s:10:\"1421927188\";s:1:\"h\";s:32:\"d41d8cd98f00b204e9800998ecf8427e\";}s:55:\"wp-content/plugins/revslider/rs-plugin/css/captions.php\";a:2:{s:1:\"d\";s:10:\"1421927188\";s:1:\"h\";s:32:\"15a63753c838655c69e1679001c1f7b5\";}s:52:\"wp-content/plugins/revslider/rs-plugin/css/index.php\";a:2:{s:1:\"d\";s:10:\"1421927188\";s:1:\"h\";s:32:\"d41d8cd98f00b204e9800998ecf8427e\";}s:64:\"wp-content/plugins/revslider/rs-plugin/css/captions-original.css\";a:2:{s:1:\"d\";s:10:\"1421927188\";s:1:\"h\";s:32:\"32313058ad785902e4388013162966fc\";}s:55:\"wp-content/plugins/revslider/rs-plugin/css/settings.css\";a:2:{s:1:\"d\";s:10:\"1421927188\";s:1:\"h\";s:32:\"2d5a8d806ebd71f945987a2ea37632d1\";}s:63:\"wp-content/plugins/revslider/rs-plugin/css/dynamic-captions.css\";a:2:{s:1:\"d\";s:10:\"1421927188\";s:1:\"h\";s:32:\"b1c6704ed99529a0bb2dbfdb16c23c4c\";}s:48:\"wp-content/plugins/revslider/rs-plugin/index.php\";a:2:{s:1:\"d\";s:10:\"1421927188\";s:1:\"h\";s:32:\"d41d8cd98f00b204e9800998ecf8427e\";}s:72:\"wp-content/plugins/revslider/rs-plugin/js/jquery.themepunch.tools.min.js\";a:2:{s:1:\"d\";s:10:\"1421927188\";s:1:\"h\";s:32:\"4afa57b426f0a9ab0b80c64367cd84f5\";}s:77:\"wp-content/plugins/revslider/rs-plugin/js/jquery.themepunch.revolution.min.js\";a:2:{s:1:\"d\";s:10:\"1421927188\";s:1:\"h\";s:32:\"a9a50cabc36a090a0e3f9909025ed1a7\";}s:76:\"wp-content/plugins/revslider/rs-plugin/js/jquery.themepunch.disablehammer.js\";a:2:{s:1:\"d\";s:10:\"1421927188\";s:1:\"h\";s:32:\"ea1550bcfbe9c5400d95eec7a672f6f8\";}s:73:\"wp-content/plugins/revslider/rs-plugin/js/jquery.themepunch.revolution.js\";a:2:{s:1:\"d\";s:10:\"1421927188\";s:1:\"h\";s:32:\"1c680bbeae2311440b6d8a2081964531\";}s:51:\"wp-content/plugins/revslider/rs-plugin/js/index.php\";a:2:{s:1:\"d\";s:10:\"1421927188\";s:1:\"h\";s:32:\"d41d8cd98f00b204e9800998ecf8427e\";}s:74:\"wp-content/plugins/revslider/rs-plugin/js/jquery.themepunch.plugins.min.js\";a:2:{s:1:\"d\";s:10:\"1421927188\";s:1:\"h\";s:32:\"ae0e92ea7e704da7d2294b50a5db21ce\";}s:72:\"wp-content/plugins/revslider/rs-plugin/js/jquery.themepunch.enablelog.js\";a:2:{s:1:\"d\";s:10:\"1421927188\";s:1:\"h\";s:32:\"f846c7bfef1815dc6f91c9c392336b9e\";}s:56:\"wp-content/plugins/revslider/rs-plugin/assets/arrows.psd\";a:2:{s:1:\"d\";s:10:\"1421927187\";s:1:\"h\";s:32:\"dfb33be3fd58d5fa6efef7b9c2a13c4f\";}s:56:\"wp-content/plugins/revslider/rs-plugin/assets/loader.gif\";a:2:{s:1:\"d\";s:10:\"1421927188\";s:1:\"h\";s:32:\"4b3afb84b2b71ef56df09997a350bd04\";}s:55:\"wp-content/plugins/revslider/rs-plugin/assets/Thumbs.db\";a:2:{s:1:\"d\";s:10:\"1421927187\";s:1:\"h\";s:32:\"4eb3b4d3bab2790eebd34e60f07bd2ed\";}s:57:\"wp-content/plugins/revslider/rs-plugin/assets/loader2.gif\";a:2:{s:1:\"d\";s:10:\"1421927188\";s:1:\"h\";s:32:\"928e54c4c9683d8dd32867ee992d73c4\";}s:55:\"wp-content/plugins/revslider/rs-plugin/assets/index.php\";a:2:{s:1:\"d\";s:10:\"1421927187\";s:1:\"h\";s:32:\"d41d8cd98f00b204e9800998ecf8427e\";}s:57:\"wp-content/plugins/revslider/rs-plugin/assets/bullets.psd\";a:2:{s:1:\"d\";s:10:\"1421927187\";s:1:\"h\";s:32:\"d0327d58ae0d9f8bdd836184c8fe739f\";}s:62:\"wp-content/plugins/revslider/rs-plugin/assets/small_arrows.psd\";a:2:{s:1:\"d\";s:10:\"1421927188\";s:1:\"h\";s:32:\"3da76f1ee501fd5db2e8c33eb91863fd\";}s:48:\"wp-content/plugins/revslider/languages/index.php\";a:2:{s:1:\"d\";s:10:\"1421927187\";s:1:\"h\";s:32:\"d41d8cd98f00b204e9800998ecf8427e\";}s:53:\"wp-content/plugins/revslider/languages/temp/index.php\";a:2:{s:1:\"d\";s:10:\"1421927187\";s:1:\"h\";s:32:\"d41d8cd98f00b204e9800998ecf8427e\";}s:48:\"wp-content/plugins/revslider/revslider_front.php\";a:2:{s:1:\"d\";s:10:\"1421927187\";s:1:\"h\";s:32:\"dfbf4dee2a5a541b025759d34bcb8c5b\";}s:52:\"wp-content/plugins/revslider/inc_php/fonts.class.php\";a:2:{s:1:\"d\";s:10:\"1421927186\";s:1:\"h\";s:32:\"13767803be39a524bcc5995a074ef30a\";}s:62:\"wp-content/plugins/revslider/inc_php/revslider_slide.class.php\";a:2:{s:1:\"d\";s:10:\"1421927186\";s:1:\"h\";s:32:\"cf75841346a5a74fc3408441f93b870a\";}s:63:\"wp-content/plugins/revslider/inc_php/revslider_output.class.php\";a:2:{s:1:\"d\";s:10:\"1421927186\";s:1:\"h\";s:32:\"d0df14535cef9937111883ea45a45c0d\";}s:56:\"wp-content/plugins/revslider/inc_php/extension.class.php\";a:2:{s:1:\"d\";s:10:\"1421927186\";s:1:\"h\";s:32:\"2f83e7d82a12b280a3eb6b3a5b73d37e\";}s:64:\"wp-content/plugins/revslider/inc_php/revslider_tinybox.class.php\";a:2:{s:1:\"d\";s:10:\"1421927186\";s:1:\"h\";s:32:\"9f542af32d3c190c9965dd1dec5fd704\";}s:46:\"wp-content/plugins/revslider/inc_php/index.php\";a:2:{s:1:\"d\";s:10:\"1421927186\";s:1:\"h\";s:32:\"d41d8cd98f00b204e9800998ecf8427e\";}s:63:\"wp-content/plugins/revslider/inc_php/revslider_params.class.php\";a:2:{s:1:\"d\";s:10:\"1421927186\";s:1:\"h\";s:32:\"38ae31e7a545da206684e4bb51736533\";}s:73:\"wp-content/plugins/revslider/inc_php/revslider_settings_product.class.php\";a:2:{s:1:\"d\";s:10:\"1421927186\";s:1:\"h\";s:32:\"9dc21db2793d3c583cb511df6cf6f5b1\";}s:64:\"wp-content/plugins/revslider/inc_php/revslider_globals.class.php\";a:2:{s:1:\"d\";s:10:\"1421927186\";s:1:\"h\";s:32:\"d749c60857be58f6d07908ded85b4c24\";}s:67:\"wp-content/plugins/revslider/inc_php/revslider_operations.class.php\";a:2:{s:1:\"d\";s:10:\"1421927186\";s:1:\"h\";s:32:\"5ddbfb5f636e2aa417915a59cc64032c\";}s:63:\"wp-content/plugins/revslider/inc_php/revslider_slider.class.php\";a:2:{s:1:\"d\";s:10:\"1421927186\";s:1:\"h\";s:32:\"924c19f40b3193bfe9f0611445ad27f0\";}s:59:\"wp-content/plugins/revslider/inc_php/framework/db.class.php\";a:2:{s:1:\"d\";s:10:\"1421927186\";s:1:\"h\";s:32:\"a8f7a0fca31476762785db56dd893672\";}s:60:\"wp-content/plugins/revslider/inc_php/framework/functions.php\";a:2:{s:1:\"d\";s:10:\"1421927186\";s:1:\"h\";s:32:\"6776faba74ab88a49f099a49fe2c87ae\";}s:63:\"wp-content/plugins/revslider/inc_php/framework/update.class.php\";a:2:{s:1:\"d\";s:10:\"1421927186\";s:1:\"h\";s:32:\"066f1cb6b0c9c21ad12d99d749f0abe3\";}s:67:\"wp-content/plugins/revslider/inc_php/framework/base_front.class.php\";a:2:{s:1:\"d\";s:10:\"1421927186\";s:1:\"h\";s:32:\"e552057b2cafbdee726642e91af75aca\";}s:74:\"wp-content/plugins/revslider/inc_php/framework/settings_advances.class.php\";a:2:{s:1:\"d\";s:10:\"1421927186\";s:1:\"h\";s:32:\"d7a1344b57ab964ae50f56fc3e495018\";}s:72:\"wp-content/plugins/revslider/inc_php/framework/settings_output.class.php\";a:2:{s:1:\"d\";s:10:\"1421927186\";s:1:\"h\";s:32:\"dbfe9fc8c54ae0905d9fd2594f2480f1\";}s:67:\"wp-content/plugins/revslider/inc_php/framework/base_admin.class.php\";a:2:{s:1:\"d\";s:10:\"1421927186\";s:1:\"h\";s:32:\"af050039ba309a30dc8538aea6cadab0\";}s:66:\"wp-content/plugins/revslider/inc_php/framework/functions.class.php\";a:2:{s:1:\"d\";s:10:\"1421927186\";s:1:\"h\";s:32:\"7a117831b050775e8460bf93b9fb794a\";}s:56:\"wp-content/plugins/revslider/inc_php/framework/index.php\";a:2:{s:1:\"d\";s:10:\"1421927186\";s:1:\"h\";s:32:\"d41d8cd98f00b204e9800998ecf8427e\";}s:65:\"wp-content/plugins/revslider/inc_php/framework/settings.class.php\";a:2:{s:1:\"d\";s:10:\"1421927186\";s:1:\"h\";s:32:\"6c8b41d5f7e208cc9e2ff3e5a7d92a60\";}s:81:\"wp-content/plugins/revslider/inc_php/framework/settings_product_sidebar.class.php\";a:2:{s:1:\"d\";s:10:\"1421927186\";s:1:\"h\";s:32:\"913f3752578776b70a100f5d0d61597d\";}s:71:\"wp-content/plugins/revslider/inc_php/framework/em_integration.class.php\";a:2:{s:1:\"d\";s:10:\"1421927186\";s:1:\"h\";s:32:\"6c304695fd46c13117c9d96d97e4f162\";}s:70:\"wp-content/plugins/revslider/inc_php/framework/elements_base.class.php\";a:2:{s:1:\"d\";s:10:\"1421927186\";s:1:\"h\";s:32:\"7e3a94532d5b068505c92fd2bf6a84bf\";}s:67:\"wp-content/plugins/revslider/inc_php/framework/aq_resizer.class.php\";a:2:{s:1:\"d\";s:10:\"1421927186\";s:1:\"h\";s:32:\"0241369e44d63bc8689e9d0bf1ac69c9\";}s:66:\"wp-content/plugins/revslider/inc_php/framework/cssparser.class.php\";a:2:{s:1:\"d\";s:10:\"1421927186\";s:1:\"h\";s:32:\"66683a46617e55ab8016109e9ea561b6\";}s:61:\"wp-content/plugins/revslider/inc_php/framework/wpml.class.php\";a:2:{s:1:\"d\";s:10:\"1421927186\";s:1:\"h\";s:32:\"7f3fb1806402765d6490ea98bf20f525\";}s:68:\"wp-content/plugins/revslider/inc_php/framework/include_framework.php\";a:2:{s:1:\"d\";s:10:\"1421927186\";s:1:\"h\";s:32:\"3eb492fa5dc4286cb172df953a9cb200\";}s:60:\"wp-content/plugins/revslider/inc_php/framework/zip.class.php\";a:2:{s:1:\"d\";s:10:\"1421927186\";s:1:\"h\";s:32:\"360202f01ddb7a11885e501b3cca4937\";}s:61:\"wp-content/plugins/revslider/inc_php/framework/base.class.php\";a:2:{s:1:\"d\";s:10:\"1421927186\";s:1:\"h\";s:32:\"a5ca1e0f7224fad8093be4895e54b2ca\";}s:67:\"wp-content/plugins/revslider/inc_php/framework/image_view.class.php\";a:2:{s:1:\"d\";s:10:\"1421927186\";s:1:\"h\";s:32:\"504e6a3c52c21f1646ada2d842f5bba8\";}s:73:\"wp-content/plugins/revslider/inc_php/framework/settings_product.class.php\";a:2:{s:1:\"d\";s:10:\"1421927186\";s:1:\"h\";s:32:\"97b77d123af2210a9cae1f5654f7ba9a\";}s:76:\"wp-content/plugins/revslider/inc_php/framework/functions_wordpress.class.php\";a:2:{s:1:\"d\";s:10:\"1421927186\";s:1:\"h\";s:32:\"d5da65071f20c7850a5edc972b5dc061\";}s:63:\"wp-content/plugins/revslider/inc_php/revslider_widget.class.php\";a:2:{s:1:\"d\";s:10:\"1421927186\";s:1:\"h\";s:32:\"5502bac3e7858bd51ce99e3052f25a93\";}s:45:\"wp-content/plugins/revslider/release_log.html\";a:2:{s:1:\"d\";s:10:\"1421927187\";s:1:\"h\";s:32:\"241986f13ab48a069eef75ea31f3a405\";}s:68:\"wp-content/plugins/revslider/vamtam-updates/class-vamtam-updates.php\";a:2:{s:1:\"d\";s:10:\"1421927188\";s:1:\"h\";s:32:\"47a9a7e5174e36ef9ce08b03a5489263\";}s:43:\"wp-content/plugins/revslider/temp/index.php\";a:2:{s:1:\"d\";s:10:\"1421927188\";s:1:\"h\";s:32:\"d41d8cd98f00b204e9800998ecf8427e\";}s:63:\"wp-content/plugins/revslider/temp/functions_wordpress.class.php\";a:2:{s:1:\"d\";s:10:\"1421927188\";s:1:\"h\";s:32:\"5763b4533af6b37e2560ef97f92652c1\";}s:56:\"wp-content/plugins/contact-form-7/modules/acceptance.php\";a:2:{s:1:\"d\";s:10:\"1421927182\";s:1:\"h\";s:32:\"7113a74cb89972f1de89d53727bbadd5\";}s:54:\"wp-content/plugins/contact-form-7/modules/checkbox.php\";a:2:{s:1:\"d\";s:10:\"1421927182\";s:1:\"h\";s:32:\"85502038134cd57faa5ef4fc9b886902\";}s:50:\"wp-content/plugins/contact-form-7/modules/date.php\";a:2:{s:1:\"d\";s:10:\"1421927182\";s:1:\"h\";s:32:\"78b2854cf41ba5436e4f93293c036fc6\";}s:53:\"wp-content/plugins/contact-form-7/modules/akismet.php\";a:2:{s:1:\"d\";s:10:\"1421927182\";s:1:\"h\";s:32:\"8282faa4cad3762777b70612caf70149\";}s:53:\"wp-content/plugins/contact-form-7/modules/captcha.php\";a:2:{s:1:\"d\";s:10:\"1421927182\";s:1:\"h\";s:32:\"56231343b80c8c7013dcab1b1f8775fd\";}s:54:\"wp-content/plugins/contact-form-7/modules/flamingo.php\";a:2:{s:1:\"d\";s:10:\"1421927182\";s:1:\"h\";s:32:\"f6d22b593ec62f46775ca168f3420d4a\";}s:52:\"wp-content/plugins/contact-form-7/modules/number.php\";a:2:{s:1:\"d\";s:10:\"1421927182\";s:1:\"h\";s:32:\"281bc8249e4c7b8a5be3b5ccc9b4622b\";}s:50:\"wp-content/plugins/contact-form-7/modules/quiz.php\";a:2:{s:1:\"d\";s:10:\"1421927182\";s:1:\"h\";s:32:\"f22678b0946be9f9f9b6cafb35b349cb\";}s:53:\"wp-content/plugins/contact-form-7/modules/jetpack.php\";a:2:{s:1:\"d\";s:10:\"1421927182\";s:1:\"h\";s:32:\"2a7f30b1fb802a067df63c303952edf5\";}s:50:\"wp-content/plugins/contact-form-7/modules/text.php\";a:2:{s:1:\"d\";s:10:\"1421927182\";s:1:\"h\";s:32:\"0b4ce7ff7d431c71471fe8e4f6f5240a\";}s:54:\"wp-content/plugins/contact-form-7/modules/textarea.php\";a:2:{s:1:\"d\";s:10:\"1421927182\";s:1:\"h\";s:32:\"0e01f35a406a6b5932196f9714ca568a\";}s:50:\"wp-content/plugins/contact-form-7/modules/file.php\";a:2:{s:1:\"d\";s:10:\"1421927182\";s:1:\"h\";s:32:\"a6b1abba37f7b7da0cd4c2936d5d4ed5\";}s:51:\"wp-content/plugins/contact-form-7/modules/listo.php\";a:2:{s:1:\"d\";s:10:\"1421927182\";s:1:\"h\";s:32:\"d775cb97fc17c5af8cea7c043a5a0790\";}s:54:\"wp-content/plugins/contact-form-7/modules/response.php\";a:2:{s:1:\"d\";s:10:\"1421927182\";s:1:\"h\";s:32:\"e554c2087e630d735c702e44602f4a54\";}s:52:\"wp-content/plugins/contact-form-7/modules/select.php\";a:2:{s:1:\"d\";s:10:\"1421927182\";s:1:\"h\";s:32:\"e7f745acf652ab05fc61bb48a64af29c\";}s:52:\"wp-content/plugins/contact-form-7/modules/submit.php\";a:2:{s:1:\"d\";s:10:\"1421927182\";s:1:\"h\";s:32:\"b8929a87aca9ca4907730d7b74e7a1fe\";}s:56:\"wp-content/plugins/contact-form-7/images/ajax-loader.gif\";a:2:{s:1:\"d\";s:10:\"1421927181\";s:1:\"h\";s:32:\"af962b37779a443a77ab836b3b7a93f5\";}s:56:\"wp-content/plugins/contact-form-7/includes/functions.php\";a:2:{s:1:\"d\";s:10:\"1421927181\";s:1:\"h\";s:32:\"89349e3e707d0a4e89e1fcafb9ab957b\";}s:51:\"wp-content/plugins/contact-form-7/includes/pipe.php\";a:2:{s:1:\"d\";s:10:\"1421927181\";s:1:\"h\";s:32:\"2ee6fd182c42107fb3efdbdf777b8a93\";}s:57:\"wp-content/plugins/contact-form-7/includes/css/styles.css\";a:2:{s:1:\"d\";s:10:\"1421927181\";s:1:\"h\";s:32:\"febbda4768d2fa237c794ce80866d7a7\";}s:61:\"wp-content/plugins/contact-form-7/includes/css/styles-rtl.css\";a:2:{s:1:\"d\";s:10:\"1421927181\";s:1:\"h\";s:32:\"515d4bdbca19494847b979264c3d39e2\";}s:57:\"wp-content/plugins/contact-form-7/includes/submission.php\";a:2:{s:1:\"d\";s:10:\"1421927181\";s:1:\"h\";s:32:\"d4b313b92d19a42722168b5118f1adac\";}s:59:\"wp-content/plugins/contact-form-7/includes/capabilities.php\";a:2:{s:1:\"d\";s:10:\"1421927181\";s:1:\"h\";s:32:\"210a4309e0124c9c3cea167dc5bc440a\";}s:54:\"wp-content/plugins/contact-form-7/includes/upgrade.php\";a:2:{s:1:\"d\";s:10:\"1421927181\";s:1:\"h\";s:32:\"af77155353989ce7a325c634490ea4b5\";}s:91:\"wp-content/plugins/contact-form-7/includes/js/jquery-ui/themes/smoothness/jquery-ui.min.css\";a:2:{s:1:\"d\";s:10:\"1421927181\";s:1:\"h\";s:32:\"60f0405edd95e7135ec6a0bbc36d1385\";}s:101:\"wp-content/plugins/contact-form-7/includes/js/jquery-ui/themes/smoothness/images/animated-overlay.gif\";a:2:{s:1:\"d\";s:10:\"1421927181\";s:1:\"h\";s:32:\"2b912f7c0653008ca28ebacda49025e7\";}s:87:\"wp-content/plugins/contact-form-7/includes/js/jquery-ui/themes/smoothness/jquery-ui.css\";a:2:{s:1:\"d\";s:10:\"1421927181\";s:1:\"h\";s:32:\"d172b560b073f3bc42fea160bbff96a2\";}s:93:\"wp-content/plugins/contact-form-7/includes/js/jquery-ui/themes/smoothness/jquery.ui.theme.css\";a:2:{s:1:\"d\";s:10:\"1421927181\";s:1:\"h\";s:32:\"2c238464ee5deea4320eada193f15378\";}s:56:\"wp-content/plugins/contact-form-7/includes/js/scripts.js\";a:2:{s:1:\"d\";s:10:\"1421927181\";s:1:\"h\";s:32:\"110b25cce9b75a19cbb8d42949f42eb0\";}s:60:\"wp-content/plugins/contact-form-7/includes/js/jquery.form.js\";a:2:{s:1:\"d\";s:10:\"1421927181\";s:1:\"h\";s:32:\"08a24670beb2eae7ef79a6d5ac23874b\";}s:64:\"wp-content/plugins/contact-form-7/includes/js/jquery.form.min.js\";a:2:{s:1:\"d\";s:10:\"1421927181\";s:1:\"h\";s:32:\"f448c593c242d134e9733a84c7a4d26c\";}s:59:\"wp-content/plugins/contact-form-7/includes/contact-form.php\";a:2:{s:1:\"d\";s:10:\"1421927181\";s:1:\"h\";s:32:\"9dbf407474b1e6f326dd037c57b2fef8\";}s:57:\"wp-content/plugins/contact-form-7/includes/shortcodes.php\";a:2:{s:1:\"d\";s:10:\"1421927181\";s:1:\"h\";s:32:\"b1f2bfdf547356c59a2717dde1436eeb\";}s:57:\"wp-content/plugins/contact-form-7/includes/controller.php\";a:2:{s:1:\"d\";s:10:\"1421927181\";s:1:\"h\";s:32:\"5bf9a7073485ed1a4919faf1518e1b74\";}s:57:\"wp-content/plugins/contact-form-7/includes/formatting.php\";a:2:{s:1:\"d\";s:10:\"1421927181\";s:1:\"h\";s:32:\"2f5ea9b5fb48c4ee900c2e03994e4e13\";}s:68:\"wp-content/plugins/contact-form-7/includes/contact-form-template.php\";a:2:{s:1:\"d\";s:10:\"1421927181\";s:1:\"h\";s:32:\"56c26c1f1c30ef9c820f781de8ee3bcc\";}s:51:\"wp-content/plugins/contact-form-7/includes/mail.php\";a:2:{s:1:\"d\";s:10:\"1421927181\";s:1:\"h\";s:32:\"974e2c092f0fc3e7875930b99debe964\";}s:45:\"wp-content/plugins/contact-form-7/license.txt\";a:2:{s:1:\"d\";s:10:\"1421927182\";s:1:\"h\";s:32:\"b234ee4d69f5fce4486a80fdaf4a4263\";}s:46:\"wp-content/plugins/contact-form-7/settings.php\";a:2:{s:1:\"d\";s:10:\"1421927182\";s:1:\"h\";s:32:\"5e0b14220e917c8198d252d9dbb42d69\";}s:47:\"wp-content/plugins/contact-form-7/uninstall.php\";a:2:{s:1:\"d\";s:10:\"1421927182\";s:1:\"h\";s:32:\"61be2af9e9463a04d3140773e39e7bee\";}s:44:\"wp-content/plugins/contact-form-7/readme.txt\";a:2:{s:1:\"d\";s:10:\"1421927182\";s:1:\"h\";s:32:\"6cdb4f318a4d3afc086732f7709484f5\";}s:62:\"wp-content/plugins/contact-form-7/languages/contact-form-7.pot\";a:2:{s:1:\"d\";s:10:\"1421927182\";s:1:\"h\";s:32:\"d944716ce83246ee6303cf75913e282b\";}s:54:\"wp-content/plugins/contact-form-7/languages/readme.txt\";a:2:{s:1:\"d\";s:10:\"1421927182\";s:1:\"h\";s:32:\"0b6e2d40f9d96ce84049fe4495aa54c3\";}s:59:\"wp-content/plugins/contact-form-7/admin/images/dropdown.gif\";a:2:{s:1:\"d\";s:10:\"1421927180\";s:1:\"h\";s:32:\"e6759d3db7f29f095812081fe440caa0\";}s:62:\"wp-content/plugins/contact-form-7/admin/includes/help-tabs.php\";a:2:{s:1:\"d\";s:10:\"1421927180\";s:1:\"h\";s:32:\"b9c39805fed0c437937bf6cf32af71f7\";}s:63:\"wp-content/plugins/contact-form-7/admin/includes/meta-boxes.php\";a:2:{s:1:\"d\";s:10:\"1421927180\";s:1:\"h\";s:32:\"4ae90e58bea300585c850876bfeb3697\";}s:83:\"wp-content/plugins/contact-form-7/admin/includes/class-contact-forms-list-table.php\";a:2:{s:1:\"d\";s:10:\"1421927180\";s:1:\"h\";s:32:\"f9e13d176dcc859fd1065c8083465a9a\";}s:54:\"wp-content/plugins/contact-form-7/admin/css/styles.css\";a:2:{s:1:\"d\";s:10:\"1421927180\";s:1:\"h\";s:32:\"37c1f1e540b026c04995699adc5d153a\";}s:58:\"wp-content/plugins/contact-form-7/admin/css/styles-rtl.css\";a:2:{s:1:\"d\";s:10:\"1421927180\";s:1:\"h\";s:32:\"8e84a8f63dfe1843da13cd221743d326\";}s:59:\"wp-content/plugins/contact-form-7/admin/admin-functions.php\";a:2:{s:1:\"d\";s:10:\"1421927180\";s:1:\"h\";s:32:\"b6241f76993a3ed32f1d1ecdc3076deb\";}s:53:\"wp-content/plugins/contact-form-7/admin/js/scripts.js\";a:2:{s:1:\"d\";s:10:\"1421927181\";s:1:\"h\";s:32:\"d7d27686b76d05fee6f7dd378419991a\";}s:58:\"wp-content/plugins/contact-form-7/admin/js/taggenerator.js\";a:2:{s:1:\"d\";s:10:\"1421927181\";s:1:\"h\";s:32:\"352c8b431f21513ebf74d4608358b4c7\";}s:49:\"wp-content/plugins/contact-form-7/admin/admin.php\";a:2:{s:1:\"d\";s:10:\"1421927180\";s:1:\"h\";s:32:\"005b5d2f581b00155b6f7cd709dcc8c0\";}s:61:\"wp-content/plugins/contact-form-7/admin/edit-contact-form.php\";a:2:{s:1:\"d\";s:10:\"1421927180\";s:1:\"h\";s:32:\"69fb97707e65615c995db9c14851367f\";}s:55:\"wp-content/plugins/contact-form-7/wp-contact-form-7.php\";a:2:{s:1:\"d\";s:10:\"1421927182\";s:1:\"h\";s:32:\"63e7888cb346d39a579e388dbe701353\";}s:56:\"wp-content/plugins/vamtam-twitter/templates/settings.php\";a:2:{s:1:\"d\";s:10:\"1421927193\";s:1:\"h\";s:32:\"53c5e59f153f2678eb4aac37e7e94848\";}s:66:\"wp-content/plugins/vamtam-twitter/lib/tlc-transients/functions.php\";a:2:{s:1:\"d\";s:10:\"1421927193\";s:1:\"h\";s:32:\"5fc6c84b16c19e4ab4b0f7da1751ba11\";}s:90:\"wp-content/plugins/vamtam-twitter/lib/tlc-transients/class-tlc-transient-update-server.php\";a:2:{s:1:\"d\";s:10:\"1421927193\";s:1:\"h\";s:32:\"deb5f9aea1b19a15b737b3e7664699d2\";}s:76:\"wp-content/plugins/vamtam-twitter/lib/tlc-transients/class-tlc-transient.php\";a:2:{s:1:\"d\";s:10:\"1421927193\";s:1:\"h\";s:32:\"568dc19b1e71a0b633a989b7a93a2bd3\";}s:71:\"wp-content/plugins/vamtam-twitter/lib/tlc-transients/tlc-transients.php\";a:2:{s:1:\"d\";s:10:\"1421927193\";s:1:\"h\";s:32:\"679f888d84431b1fc5ded2dc373ede36\";}s:60:\"wp-content/plugins/vamtam-twitter/lib/TwitterAPIExchange.php\";a:2:{s:1:\"d\";s:10:\"1421927193\";s:1:\"h\";s:32:\"4b35f908ad0fb07b8faeb5d014441e5e\";}s:52:\"wp-content/plugins/vamtam-twitter/vamtam-twitter.php\";a:2:{s:1:\"d\";s:10:\"1421927193\";s:1:\"h\";s:32:\"ecdbc87b85408f9704540075cb99d8de\";}s:73:\"wp-content/plugins/vamtam-twitter/vamtam-updates/class-vamtam-updates.php\";a:2:{s:1:\"d\";s:10:\"1421927193\";s:1:\"h\";s:32:\"47a9a7e5174e36ef9ce08b03a5489263\";}s:28:\"wp-content/plugins/index.php\";a:2:{s:1:\"d\";s:10:\"1401983954\";s:1:\"h\";s:32:\"67442c5615eba73d105c0715c6620850\";}s:48:\"wp-content/plugins/vamtam-push-menu/Gruntfile.js\";a:2:{s:1:\"d\";s:10:\"1421927192\";s:1:\"h\";s:32:\"2d551a9bbcd6a218cacfb6f0735cc779\";}s:49:\"wp-content/plugins/vamtam-push-menu/push-menu.php\";a:2:{s:1:\"d\";s:10:\"1421927192\";s:1:\"h\";s:32:\"87b51c89f776f892c892a8d32520c21a\";}s:59:\"wp-content/plugins/vamtam-push-menu/templates/menu-item.php\";a:2:{s:1:\"d\";s:10:\"1421927193\";s:1:\"h\";s:32:\"b21a2403d5a2189a7973f9708d58506a\";}s:59:\"wp-content/plugins/vamtam-push-menu/templates/menu-root.php\";a:2:{s:1:\"d\";s:10:\"1421927193\";s:1:\"h\";s:32:\"fbc6b0b0645af76100a7f585208f893b\";}s:45:\"wp-content/plugins/vamtam-push-menu/js/top.js\";a:2:{s:1:\"d\";s:10:\"1421927192\";s:1:\"h\";s:32:\"4c49c27dd2f26435b71433035d99f34c\";}s:60:\"wp-content/plugins/vamtam-push-menu/js/dist/push-menu.min.js\";a:2:{s:1:\"d\";s:10:\"1421927192\";s:1:\"h\";s:32:\"ae3589e9c5fb8c16d6f0ca89551529af\";}s:56:\"wp-content/plugins/vamtam-push-menu/js/dist/push-menu.js\";a:2:{s:1:\"d\";s:10:\"1421927192\";s:1:\"h\";s:32:\"46b84316b514e6a20f02628ed81c695b\";}s:48:\"wp-content/plugins/vamtam-push-menu/js/models.js\";a:2:{s:1:\"d\";s:10:\"1421927192\";s:1:\"h\";s:32:\"b3943c2b0f79e32b0e6dd07965eab769\";}s:50:\"wp-content/plugins/vamtam-push-menu/js/quicktap.js\";a:2:{s:1:\"d\";s:10:\"1421927192\";s:1:\"h\";s:32:\"4720339b30dc5c7d7690dd89dc5bd579\";}s:54:\"wp-content/plugins/vamtam-push-menu/js/ml-push-menu.js\";a:2:{s:1:\"d\";s:10:\"1421927192\";s:1:\"h\";s:32:\"8321461b55debc2e4274837854a0f984\";}s:53:\"wp-content/plugins/vamtam-push-menu/js/collections.js\";a:2:{s:1:\"d\";s:10:\"1421927192\";s:1:\"h\";s:32:\"d7509b6958b0545b110e37ad6d00da8a\";}s:48:\"wp-content/plugins/vamtam-push-menu/js/bottom.js\";a:2:{s:1:\"d\";s:10:\"1421927192\";s:1:\"h\";s:32:\"f01633f9b05d4dd2a3b1c40267bc3a46\";}s:60:\"wp-content/plugins/vamtam-push-menu/js/gsap/CSSPlugin.min.js\";a:2:{s:1:\"d\";s:10:\"1421927192\";s:1:\"h\";s:32:\"1a9efc66477b0b2da8e20d9f01195f49\";}s:67:\"wp-content/plugins/vamtam-push-menu/js/gsap/ThrowPropsPlugin.min.js\";a:2:{s:1:\"d\";s:10:\"1421927192\";s:1:\"h\";s:32:\"e291aa8bc38f33743b9ea7ad73eb967d\";}s:60:\"wp-content/plugins/vamtam-push-menu/js/gsap/TweenLite.min.js\";a:2:{s:1:\"d\";s:10:\"1421927192\";s:1:\"h\";s:32:\"b46f52af35dbdd6765ab298efd180109\";}s:60:\"wp-content/plugins/vamtam-push-menu/js/gsap/Draggable.min.js\";a:2:{s:1:\"d\";s:10:\"1421927192\";s:1:\"h\";s:32:\"80442adf27ccc5220231c3704b1e4ce8\";}s:47:\"wp-content/plugins/vamtam-push-menu/js/views.js\";a:2:{s:1:\"d\";s:10:\"1421927192\";s:1:\"h\";s:32:\"378db73ebca32ab5fad5c6028511e073\";}s:46:\"wp-content/plugins/vamtam-push-menu/readme.txt\";a:2:{s:1:\"d\";s:10:\"1421927192\";s:1:\"h\";s:32:\"b7ffdccb526d7385fc652752706d5ddf\";}s:48:\"wp-content/plugins/vamtam-push-menu/package.json\";a:2:{s:1:\"d\";s:10:\"1421927192\";s:1:\"h\";s:32:\"2fb6f0a885f70292442baad51045daaf\";}s:66:\"wp-content/plugins/vamtam-push-menu/languages/vamtam-push-menu.pot\";a:2:{s:1:\"d\";s:10:\"1421927192\";s:1:\"h\";s:32:\"8ed0b296a3dbd80cd095645184a0bd6f\";}s:75:\"wp-content/plugins/vamtam-push-menu/vamtam-updates/class-vamtam-updates.php\";a:2:{s:1:\"d\";s:10:\"1421927193\";s:1:\"h\";s:32:\"47a9a7e5174e36ef9ce08b03a5489263\";}s:54:\"wp-content/plugins/wp-retina-2x/wr2x_media-library.php\";a:2:{s:1:\"d\";s:10:\"1421927196\";s:1:\"h\";s:32:\"22147da8756122a6bfdedd840a72973a\";}s:59:\"wp-content/plugins/wp-retina-2x/wr2x_class.settings-api.php\";a:2:{s:1:\"d\";s:10:\"1421927196\";s:1:\"h\";s:32:\"03deccfade148dd5131f1d065eb3a57c\";}s:47:\"wp-content/plugins/wp-retina-2x/img/loading.gif\";a:2:{s:1:\"d\";s:10:\"1421927195\";s:1:\"h\";s:32:\"0f8cccb98625dafe068ba915faae61c1\";}s:53:\"wp-content/plugins/wp-retina-2x/wr2x_retinaimages.php\";a:2:{s:1:\"d\";s:10:\"1421927196\";s:1:\"h\";s:32:\"9bb6102b4bb1fd89cb09f1f57c91bda7\";}s:49:\"wp-content/plugins/wp-retina-2x/wr2x_settings.php\";a:2:{s:1:\"d\";s:10:\"1421927196\";s:1:\"h\";s:32:\"fccd5910f61186d3cc13fec912caa90c\";}s:46:\"wp-content/plugins/wp-retina-2x/wr2x_admin.css\";a:2:{s:1:\"d\";s:10:\"1421927196\";s:1:\"h\";s:32:\"1199fa9fb8412f867177c6009dc7cae8\";}s:44:\"wp-content/plugins/wp-retina-2x/js/retina.js\";a:2:{s:1:\"d\";s:10:\"1421927196\";s:1:\"h\";s:32:\"74e9d0ee3b0f682d672569d5344c2567\";}s:53:\"wp-content/plugins/wp-retina-2x/js/picturefill.min.js\";a:2:{s:1:\"d\";s:10:\"1421927196\";s:1:\"h\";s:32:\"406734d84476a4d413e1668eeff2f64b\";}s:43:\"wp-content/plugins/wp-retina-2x/js/debug.js\";a:2:{s:1:\"d\";s:10:\"1421927196\";s:1:\"h\";s:32:\"1402e466cd994f99f112d8207644ccfc\";}s:51:\"wp-content/plugins/wp-retina-2x/js/retina-cookie.js\";a:2:{s:1:\"d\";s:10:\"1421927196\";s:1:\"h\";s:32:\"53421746a22d8d3abb76732f4a89d2f4\";}s:50:\"wp-content/plugins/wp-retina-2x/wr2x_vt_resize.php\";a:2:{s:1:\"d\";s:10:\"1421927196\";s:1:\"h\";s:32:\"abf39b6a41756085d7d6091282f09295\";}s:42:\"wp-content/plugins/wp-retina-2x/readme.txt\";a:2:{s:1:\"d\";s:10:\"1421927196\";s:1:\"h\";s:32:\"e843c21dd6d388c17eff71a0c1f09bd4\";}s:48:\"wp-content/plugins/wp-retina-2x/wp-retina-2x.php\";a:2:{s:1:\"d\";s:10:\"1421927196\";s:1:\"h\";s:32:\"81625c9413e33b42b59ec4f1d3e2e4b0\";}s:45:\"wp-content/plugins/wp-retina-2x/wr2x_ajax.php\";a:2:{s:1:\"d\";s:10:\"1421927196\";s:1:\"h\";s:32:\"73ff4495fd2f6f373d8cf5569a3e3906\";}s:46:\"wp-content/plugins/wp-retina-2x/wr2x_image.php\";a:2:{s:1:\"d\";s:10:\"1421927196\";s:1:\"h\";s:32:\"ec90c8af6287f8b6721ad38185fe45ba\";}s:53:\"wp-content/plugins/wp-retina-2x/jordy_meow_footer.php\";a:2:{s:1:\"d\";s:10:\"1421927196\";s:1:\"h\";s:32:\"2e8dc70443aa55b212a7fac2fc3e7e87\";}s:55:\"wp-content/plugins/wp-retina-2x/inc/simple_html_dom.php\";a:2:{s:1:\"d\";s:10:\"1421927196\";s:1:\"h\";s:32:\"41eadcf0220021e6b78b3c47ea1cac5e\";}s:53:\"wp-content/plugins/wp-retina-2x/inc/Mobile_Detect.php\";a:2:{s:1:\"d\";s:10:\"1421927195\";s:1:\"h\";s:32:\"b92a326997d42fced9eb9b56f6ed1c22\";}s:57:\"wp-content/plugins/wp-retina-2x/wr2x_retina-dashboard.php\";a:2:{s:1:\"d\";s:10:\"1421927196\";s:1:\"h\";s:32:\"eef38046a6968e9a2f0d2b6b5dfefd07\";}s:38:\"wp-content/plugins/akismet/akismet.php\";a:2:{s:1:\"d\";s:10:\"1408322597\";s:1:\"h\";s:32:\"4de960106d89187e2089f35b81b55a69\";}s:43:\"wp-content/plugins/akismet/views/config.php\";a:2:{s:1:\"d\";s:10:\"1397590755\";s:1:\"h\";s:32:\"ef002d24850e1610eb51bae7cd2e146c\";}s:42:\"wp-content/plugins/akismet/views/stats.php\";a:2:{s:1:\"d\";s:10:\"1397496031\";s:1:\"h\";s:32:\"4491e9d145c5610b78fe742fa95a5420\";}s:43:\"wp-content/plugins/akismet/views/notice.php\";a:2:{s:1:\"d\";s:10:\"1408322597\";s:1:\"h\";s:32:\"9952c53b5acc2b145e4f558a8f3a8293\";}s:42:\"wp-content/plugins/akismet/views/start.php\";a:2:{s:1:\"d\";s:10:\"1397496031\";s:1:\"h\";s:32:\"570ce9d630599b95480576d6b71eae23\";}s:40:\"wp-content/plugins/akismet/views/get.php\";a:2:{s:1:\"d\";s:10:\"1397496031\";s:1:\"h\";s:32:\"2dc6d49324d354247893235afb3cee63\";}s:43:\"wp-content/plugins/akismet/views/strict.php\";a:2:{s:1:\"d\";s:10:\"1395312231\";s:1:\"h\";s:32:\"4aa473c84c553159e9df569c73abfb56\";}s:36:\"wp-content/plugins/akismet/.htaccess\";a:2:{s:1:\"d\";s:10:\"1394484558\";s:1:\"h\";s:32:\"4f916586a55415ff9574f9291e2e302a\";}s:44:\"wp-content/plugins/akismet/class.akismet.php\";a:2:{s:1:\"d\";s:10:\"1408322597\";s:1:\"h\";s:32:\"5cb9dc02e7a719f3faacb8532ae9bcdd\";}s:36:\"wp-content/plugins/akismet/index.php\";a:2:{s:1:\"d\";s:10:\"1394488837\";s:1:\"h\";s:32:\"cf6895af2050eb5ae7c0badda2604566\";}s:50:\"wp-content/plugins/akismet/class.akismet-admin.php\";a:2:{s:1:\"d\";s:10:\"1408322597\";s:1:\"h\";s:32:\"86524cbbb5b2ea8b12f764a35cec6f4c\";}s:43:\"wp-content/plugins/akismet/_inc/akismet.css\";a:2:{s:1:\"d\";s:10:\"1404315075\";s:1:\"h\";s:32:\"dbc125543514eec3558b1232b3da73bc\";}s:39:\"wp-content/plugins/akismet/_inc/form.js\";a:2:{s:1:\"d\";s:10:\"1404335670\";s:1:\"h\";s:32:\"270f0cd7341bce6c2afacf2682e7690e\";}s:42:\"wp-content/plugins/akismet/_inc/akismet.js\";a:2:{s:1:\"d\";s:10:\"1404315075\";s:1:\"h\";s:32:\"750a001fcf05ad4c35ed9b758561c618\";}s:38:\"wp-content/plugins/akismet/wrapper.php\";a:2:{s:1:\"d\";s:10:\"1404334100\";s:1:\"h\";s:32:\"7dbe1ed65cece832d15f0c0831e2076d\";}s:37:\"wp-content/plugins/akismet/readme.txt\";a:2:{s:1:\"d\";s:10:\"1409672960\";s:1:\"h\";s:32:\"b6149e943c550868ee2bfbee30635985\";}s:51:\"wp-content/plugins/akismet/class.akismet-widget.php\";a:2:{s:1:\"d\";s:10:\"1395326324\";s:1:\"h\";s:32:\"ac2fc222d96b3c291fbcc74b8420b180\";}s:27:\"wp-content/themes/index.php\";a:2:{s:1:\"d\";s:10:\"1401983954\";s:1:\"h\";s:32:\"67442c5615eba73d105c0715c6620850\";}s:53:\"wp-content/themes/honeymoon/tribe-events/day/loop.php\";a:2:{s:1:\"d\";s:10:\"1421926484\";s:1:\"h\";s:32:\"7c2b6e6f2b71b47f09f7b78c04c75b00\";}s:67:\"wp-content/themes/honeymoon/tribe-events/modules/meta/organizer.php\";a:2:{s:1:\"d\";s:10:\"1421926559\";s:1:\"h\";s:32:\"17a2eef6c3336d353385f13ec43a5f97\";}s:56:\"wp-content/themes/honeymoon/tribe-events/modules/bar.php\";a:2:{s:1:\"d\";s:10:\"1421926486\";s:1:\"h\";s:32:\"71bb1e33f49cf838e308e15192da471f\";}s:57:\"wp-content/themes/honeymoon/tribe-events/modules/meta.php\";a:2:{s:1:\"d\";s:10:\"1421926486\";s:1:\"h\";s:32:\"2406dd1de9dd75fbb56143fb7158c7f0\";}s:57:\"wp-content/themes/honeymoon/tribe-events/pro/day/loop.php\";a:2:{s:1:\"d\";s:10:\"1421926564\";s:1:\"h\";s:32:\"b6ab9f0a811169e392f7a874bbc18284\";}s:56:\"wp-content/themes/honeymoon/tribe-events/pro/day/nav.php\";a:2:{s:1:\"d\";s:10:\"1421926564\";s:1:\"h\";s:32:\"e0317f1b212d2db9c4a414184697a37b\";}s:57:\"wp-content/themes/honeymoon/tribe-events/pro/map/loop.php\";a:2:{s:1:\"d\";s:10:\"1421926565\";s:1:\"h\";s:32:\"df49434786490031e1fc2766dacf0be4\";}s:56:\"wp-content/themes/honeymoon/tribe-events/pro/map/nav.php\";a:2:{s:1:\"d\";s:10:\"1421926565\";s:1:\"h\";s:32:\"55e2ba2eb173ed1f54abd31e32d9511d\";}s:57:\"wp-content/themes/honeymoon/tribe-events/pro/week/nav.php\";a:2:{s:1:\"d\";s:10:\"1421926567\";s:1:\"h\";s:32:\"b1c319f776d51c16f72820633f79d7f4\";}s:74:\"wp-content/themes/honeymoon/tribe-events/pro/week/single-event-tooltip.php\";a:2:{s:1:\"d\";s:10:\"1421926567\";s:1:\"h\";s:32:\"9794d62b71b9f8e311cfb5b8b8785e46\";}s:61:\"wp-content/themes/honeymoon/tribe-events/default-template.php\";a:2:{s:1:\"d\";s:10:\"1421926465\";s:1:\"h\";s:32:\"f07d5faa54e8bed7cb619b48169ee201\";}s:58:\"wp-content/themes/honeymoon/tribe-events/month/tooltip.php\";a:2:{s:1:\"d\";s:10:\"1421926487\";s:1:\"h\";s:32:\"a9b8e351e547e3d917338d89571704aa\";}s:54:\"wp-content/themes/honeymoon/tribe-events/month/nav.php\";a:2:{s:1:\"d\";s:10:\"1421926487\";s:1:\"h\";s:32:\"8b418e51e9dd763164887b3fa5e90447\";}s:57:\"wp-content/themes/honeymoon/tribe-events/single-event.php\";a:2:{s:1:\"d\";s:10:\"1421926465\";s:1:\"h\";s:32:\"94a90f7ea2017b7e6276110fcfb0dae1\";}s:75:\"wp-content/themes/honeymoon/tribe-events/community/modules/header-links.php\";a:2:{s:1:\"d\";s:10:\"1421926559\";s:1:\"h\";s:32:\"9b1e7ea93da1f446bb35c2a9b2f5b537\";}s:65:\"wp-content/themes/honeymoon/tribe-events/community/event-list.php\";a:2:{s:1:\"d\";s:10:\"1421926484\";s:1:\"h\";s:32:\"c587740c194474f1d18690208058b500\";}s:54:\"wp-content/themes/honeymoon/tribe-events/list/loop.php\";a:2:{s:1:\"d\";s:10:\"1421926485\";s:1:\"h\";s:32:\"7c2b6e6f2b71b47f09f7b78c04c75b00\";}s:53:\"wp-content/themes/honeymoon/tribe-events/list/nav.php\";a:2:{s:1:\"d\";s:10:\"1421926485\";s:1:\"h\";s:32:\"3225a813b08034f3ba85adda75c5ff24\";}s:62:\"wp-content/themes/honeymoon/tribe-events/list/single-event.php\";a:2:{s:1:\"d\";s:10:\"1421926485\";s:1:\"h\";s:32:\"7ee1c150e1846d0c6c61f77ef1c0802a\";}s:63:\"wp-content/themes/honeymoon/tribe-events/single-event-media.php\";a:2:{s:1:\"d\";s:10:\"1421926465\";s:1:\"h\";s:32:\"48f7e6ad13facc7b367f98a504b0fbea\";}s:37:\"wp-content/themes/honeymoon/style.css\";a:2:{s:1:\"d\";s:10:\"1421926450\";s:1:\"h\";s:32:\"965facda268a8446cfe0b3213ccba93e\";}s:48:\"wp-content/themes/honeymoon/slider-revslider.php\";a:2:{s:1:\"d\";s:10:\"1421926450\";s:1:\"h\";s:32:\"1c755d0b3c7ae1a7a299866953824fae\";}s:40:\"wp-content/themes/honeymoon/Gruntfile.js\";a:2:{s:1:\"d\";s:10:\"1421926447\";s:1:\"h\";s:32:\"5ecd9281fac6b4cf4a91ed674b40753f\";}s:41:\"wp-content/themes/honeymoon/functions.php\";a:2:{s:1:\"d\";s:10:\"1421926447\";s:1:\"h\";s:32:\"30356ffe5585749191172991fa5b80c1\";}s:36:\"wp-content/themes/honeymoon/page.php\";a:2:{s:1:\"d\";s:10:\"1421926448\";s:1:\"h\";s:32:\"8c8584dfe31b387a825513b2374d0aa6\";}s:51:\"wp-content/themes/honeymoon/vamtam/widgets/gmap.php\";a:2:{s:1:\"d\";s:10:\"1421926502\";s:1:\"h\";s:32:\"e23b4bb514b623149b8a93088889432c\";}s:52:\"wp-content/themes/honeymoon/vamtam/widgets/posts.php\";a:2:{s:1:\"d\";s:10:\"1421926503\";s:1:\"h\";s:32:\"9978a8628f362ca576912140b3281d0e\";}s:55:\"wp-content/themes/honeymoon/vamtam/widgets/subpages.php\";a:2:{s:1:\"d\";s:10:\"1421926503\";s:1:\"h\";s:32:\"ea8120a6951b194e9f4282bd405ed4bf\";}s:59:\"wp-content/themes/honeymoon/vamtam/widgets/post-formats.php\";a:2:{s:1:\"d\";s:10:\"1421926502\";s:1:\"h\";s:32:\"c50db04a6abfdb5836f9c14519a94b02\";}s:60:\"wp-content/themes/honeymoon/vamtam/widgets/advertisement.php\";a:2:{s:1:\"d\";s:10:\"1421926501\";s:1:\"h\";s:32:\"a6c617e9a7d2791a5ea34252024d0b20\";}s:58:\"wp-content/themes/honeymoon/vamtam/widgets/contactinfo.php\";a:2:{s:1:\"d\";s:10:\"1421926501\";s:1:\"h\";s:32:\"bc6db72dc916cb92cb2ba927f30e027b\";}s:54:\"wp-content/themes/honeymoon/vamtam/widgets/authors.php\";a:2:{s:1:\"d\";s:10:\"1421926501\";s:1:\"h\";s:32:\"d16f595194085b66be57fa0ea340c164\";}s:56:\"wp-content/themes/honeymoon/vamtam/widgets/icon-link.php\";a:2:{s:1:\"d\";s:10:\"1421926502\";s:1:\"h\";s:32:\"2b10d904baa3a7c76bce9bcacc324d13\";}s:53:\"wp-content/themes/honeymoon/vamtam/widgets/flickr.php\";a:2:{s:1:\"d\";s:10:\"1421926502\";s:1:\"h\";s:32:\"97bc26d76ecafc250d55a53a6d2d0f99\";}s:70:\"wp-content/themes/honeymoon/vamtam/helpers/woocommerce-integration.php\";a:2:{s:1:\"d\";s:10:\"1421926494\";s:1:\"h\";s:32:\"6cb22ebeff295f9723d01fdb83c6096f\";}s:52:\"wp-content/themes/honeymoon/vamtam/helpers/fonts.php\";a:2:{s:1:\"d\";s:10:\"1421926494\";s:1:\"h\";s:32:\"6bb41853576c9e7b90b7ea24ac2b5c04\";}s:71:\"wp-content/themes/honeymoon/vamtam/helpers/tribe-events-integration.php\";a:2:{s:1:\"d\";s:10:\"1421926494\";s:1:\"h\";s:32:\"b8b3c7008dd1474f47250e976d485648\";}s:64:\"wp-content/themes/honeymoon/vamtam/helpers/dimox-breadcrumbs.php\";a:2:{s:1:\"d\";s:10:\"1421926493\";s:1:\"h\";s:32:\"582b058eea86a98ceb2e40b12d0131d0\";}s:51:\"wp-content/themes/honeymoon/vamtam/helpers/base.php\";a:2:{s:1:\"d\";s:10:\"1421926493\";s:1:\"h\";s:32:\"8ec9e7877901f0e9e67f22dd144e8284\";}s:50:\"wp-content/themes/honeymoon/vamtam/helpers/css.php\";a:2:{s:1:\"d\";s:10:\"1421926493\";s:1:\"h\";s:32:\"4fe77ca2c77853888f88b1fd7c753619\";}s:65:\"wp-content/themes/honeymoon/vamtam/helpers/lessphp-extensions.php\";a:2:{s:1:\"d\";s:10:\"1421926494\";s:1:\"h\";s:32:\"a201e5e83863b6dee0eafa51211b38c5\";}s:52:\"wp-content/themes/honeymoon/vamtam/helpers/icons.php\";a:2:{s:1:\"d\";s:10:\"1421926493\";s:1:\"h\";s:32:\"cc108e8420760f13d2d6394d03d07f7d\";}s:51:\"wp-content/themes/honeymoon/vamtam/helpers/init.php\";a:2:{s:1:\"d\";s:10:\"1421926494\";s:1:\"h\";s:32:\"0d50131e0f145824dc3731f8a71b67ab\";}s:55:\"wp-content/themes/honeymoon/vamtam/helpers/template.php\";a:2:{s:1:\"d\";s:10:\"1421926494\";s:1:\"h\";s:32:\"c4505a0331b96006668ce7f16c2719fa\";}s:57:\"wp-content/themes/honeymoon/vamtam/shortcodes/tooltip.php\";a:2:{s:1:\"d\";s:10:\"1421926500\";s:1:\"h\";s:32:\"52d3305d68f155223215dc79eb81849c\";}s:56:\"wp-content/themes/honeymoon/vamtam/shortcodes/button.php\";a:2:{s:1:\"d\";s:10:\"1421926498\";s:1:\"h\";s:32:\"9cb86811ffe5d55f95d9eccf001bc996\";}s:58:\"wp-content/themes/honeymoon/vamtam/shortcodes/lightbox.php\";a:2:{s:1:\"d\";s:10:\"1421926499\";s:1:\"h\";s:32:\"6fa48b06b7410c740726e5aae239f673\";}s:54:\"wp-content/themes/honeymoon/vamtam/shortcodes/icon.php\";a:2:{s:1:\"d\";s:10:\"1421926499\";s:1:\"h\";s:32:\"050f13c5d60d4311f13fc454ce0b5440\";}s:64:\"wp-content/themes/honeymoon/vamtam/shortcodes/inline_divider.php\";a:2:{s:1:\"d\";s:10:\"1421926499\";s:1:\"h\";s:32:\"78f45f105c80962d06ace7833bc669fc\";}s:54:\"wp-content/themes/honeymoon/vamtam/shortcodes/list.php\";a:2:{s:1:\"d\";s:10:\"1421926499\";s:1:\"h\";s:32:\"dc48d2714c3ebb5a17b941826060c008\";}s:64:\"wp-content/themes/honeymoon/vamtam/shortcodes/generator/push.php\";a:2:{s:1:\"d\";s:10:\"1421926586\";s:1:\"h\";s:32:\"3ad949e9e75309b188467562eb7eeca7\";}s:67:\"wp-content/themes/honeymoon/vamtam/shortcodes/generator/tooltip.php\";a:2:{s:1:\"d\";s:10:\"1421926586\";s:1:\"h\";s:32:\"ba045fc82d25a93c416f060740fb63e4\";}s:66:\"wp-content/themes/honeymoon/vamtam/shortcodes/generator/button.php\";a:2:{s:1:\"d\";s:10:\"1421926585\";s:1:\"h\";s:32:\"0428f0b756c28d065fd576058026f2df\";}s:68:\"wp-content/themes/honeymoon/vamtam/shortcodes/generator/lightbox.php\";a:2:{s:1:\"d\";s:10:\"1421926585\";s:1:\"h\";s:32:\"4019f4b985dc9f9afb9d23383f88a9a8\";}s:64:\"wp-content/themes/honeymoon/vamtam/shortcodes/generator/icon.php\";a:2:{s:1:\"d\";s:10:\"1421926585\";s:1:\"h\";s:32:\"eb107610c0930c1c821295c29b6cd103\";}s:74:\"wp-content/themes/honeymoon/vamtam/shortcodes/generator/inline_divider.php\";a:2:{s:1:\"d\";s:10:\"1421926585\";s:1:\"h\";s:32:\"9f8f33b185c4229eeb2af2f7765750c4\";}s:64:\"wp-content/themes/honeymoon/vamtam/shortcodes/generator/list.php\";a:2:{s:1:\"d\";s:10:\"1421926585\";s:1:\"h\";s:32:\"cdad775b1e9a706b2c389d13e6b7e539\";}s:69:\"wp-content/themes/honeymoon/vamtam/shortcodes/generator/highlight.php\";a:2:{s:1:\"d\";s:10:\"1421926585\";s:1:\"h\";s:32:\"c4e5a9e452fac8c8525e13d9c614b870\";}s:67:\"wp-content/themes/honeymoon/vamtam/shortcodes/generator/dropcap.php\";a:2:{s:1:\"d\";s:10:\"1421926585\";s:1:\"h\";s:32:\"12840b6290d3d5edd6ccce90a0716252\";}s:59:\"wp-content/themes/honeymoon/vamtam/shortcodes/highlight.php\";a:2:{s:1:\"d\";s:10:\"1421926499\";s:1:\"h\";s:32:\"70cbecfa7a9b9e993acff0562ee9e506\";}s:57:\"wp-content/themes/honeymoon/vamtam/shortcodes/dropcap.php\";a:2:{s:1:\"d\";s:10:\"1421926498\";s:1:\"h\";s:32:\"0b219cf8166b4f04e109212bfc980b5c\";}s:57:\"wp-content/themes/honeymoon/vamtam/shortcodes/gallery.php\";a:2:{s:1:\"d\";s:10:\"1421926498\";s:1:\"h\";s:32:\"eaae893d843509c47bd734c065245cf6\";}s:63:\"wp-content/themes/honeymoon/vamtam/plugins/vamtam-push-menu.zip\";a:2:{s:1:\"d\";s:10:\"1421926496\";s:1:\"h\";s:32:\"5357641ab60724bcbdb5cce5bb707e3b\";}s:56:\"wp-content/themes/honeymoon/vamtam/plugins/revslider.zip\";a:2:{s:1:\"d\";s:10:\"1421926507\";s:1:\"h\";s:32:\"d1741868e4c3b85ed803da312c53b447\";}s:61:\"wp-content/themes/honeymoon/vamtam/plugins/vamtam-twitter.zip\";a:2:{s:1:\"d\";s:10:\"1421926497\";s:1:\"h\";s:32:\"cabd78596d4fe870127ce45561511fd7\";}s:67:\"wp-content/themes/honeymoon/vamtam/importers/revslider/importer.php\";a:2:{s:1:\"d\";s:10:\"1421926584\";s:1:\"h\";s:32:\"d539b1f22747a0e395f2b15f7c8435e9\";}s:65:\"wp-content/themes/honeymoon/vamtam/importers/importer/parsers.php\";a:2:{s:1:\"d\";s:10:\"1421926583\";s:1:\"h\";s:32:\"5b37864ba56719422ff634797d828c24\";}s:66:\"wp-content/themes/honeymoon/vamtam/importers/importer/importer.php\";a:2:{s:1:\"d\";s:10:\"1421926583\";s:1:\"h\";s:32:\"1994cde9cbb989ecab990d118d1134b2\";}s:64:\"wp-content/themes/honeymoon/vamtam/importers/importer/export.php\";a:2:{s:1:\"d\";s:10:\"1421926583\";s:1:\"h\";s:32:\"3e344d93e640407a30bf7ceddc34bd80\";}s:73:\"wp-content/themes/honeymoon/vamtam/importers/widget-importer/importer.php\";a:2:{s:1:\"d\";s:10:\"1421926584\";s:1:\"h\";s:32:\"7d5b65f9fa59f399a35b248f5d6f8636\";}s:58:\"wp-content/themes/honeymoon/vamtam/assets/images/blank.gif\";a:2:{s:1:\"d\";s:10:\"1421926576\";s:1:\"h\";s:32:\"6d22e4f2d2057c6e8d6fab098e76e80f\";}s:59:\"wp-content/themes/honeymoon/vamtam/assets/js/woocommerce.js\";a:2:{s:1:\"d\";s:10:\"1421926582\";s:1:\"h\";s:32:\"d39eb3be8508ab80a509274d213ae43c\";}s:57:\"wp-content/themes/honeymoon/vamtam/assets/js/countdown.js\";a:2:{s:1:\"d\";s:10:\"1421926579\";s:1:\"h\";s:32:\"6949fe9efd705e01a4403de902374f13\";}s:66:\"wp-content/themes/honeymoon/vamtam/assets/js/services-shrinking.js\";a:2:{s:1:\"d\";s:10:\"1421926581\";s:1:\"h\";s:32:\"45f14afd856680faca0f319134ffeb4c\";}s:66:\"wp-content/themes/honeymoon/vamtam/assets/js/layerslider-height.js\";a:2:{s:1:\"d\";s:10:\"1421926580\";s:1:\"h\";s:32:\"631a8bad7004500127835662444e412c\";}s:61:\"wp-content/themes/honeymoon/vamtam/assets/js/modernizr.min.js\";a:2:{s:1:\"d\";s:10:\"1421926581\";s:1:\"h\";s:32:\"030fd5d85bef5f7383ac46793e3b14fc\";}s:57:\"wp-content/themes/honeymoon/vamtam/assets/js/portfolio.js\";a:2:{s:1:\"d\";s:10:\"1421926581\";s:1:\"h\";s:32:\"e8f2abc0efc7e189544c31bce38a301c\";}s:63:\"wp-content/themes/honeymoon/vamtam/assets/js/column-parallax.js\";a:2:{s:1:\"d\";s:10:\"1421926579\";s:1:\"h\";s:32:\"caca21ea14250598b65597de97f114a6\";}s:53:\"wp-content/themes/honeymoon/vamtam/assets/js/media.js\";a:2:{s:1:\"d\";s:10:\"1421926580\";s:1:\"h\";s:32:\"eaf353deb6df22960f58d26c20e207a0\";}s:63:\"wp-content/themes/honeymoon/vamtam/assets/js/tabs-accordions.js\";a:2:{s:1:\"d\";s:10:\"1421926581\";s:1:\"h\";s:32:\"298b817f077a62ed582a0c299588bae0\";}s:56:\"wp-content/themes/honeymoon/vamtam/assets/js/lightbox.js\";a:2:{s:1:\"d\";s:10:\"1421926580\";s:1:\"h\";s:32:\"508006c5dac2c491dc18786d170020d5\";}s:55:\"wp-content/themes/honeymoon/vamtam/assets/js/general.js\";a:2:{s:1:\"d\";s:10:\"1421926579\";s:1:\"h\";s:32:\"c7d6299fd111d81c55125a1a2bac4d3e\";}s:58:\"wp-content/themes/honeymoon/vamtam/assets/js/scrollable.js\";a:2:{s:1:\"d\";s:10:\"1421926581\";s:1:\"h\";s:32:\"d1f224df4957d39af3fb7267107928be\";}s:55:\"wp-content/themes/honeymoon/vamtam/assets/js/all.min.js\";a:2:{s:1:\"d\";s:10:\"1421926579\";s:1:\"h\";s:32:\"45d2abfd72d8ffa33a41ab5f1506db18\";}s:63:\"wp-content/themes/honeymoon/vamtam/assets/js/ajax-navigation.js\";a:2:{s:1:\"d\";s:10:\"1421926577\";s:1:\"h\";s:32:\"96f1b89ca701cf821a143c65643acd02\";}s:52:\"wp-content/themes/honeymoon/vamtam/assets/js/menu.js\";a:2:{s:1:\"d\";s:10:\"1421926580\";s:1:\"h\";s:32:\"7662e6b9f52ab210455ef3ecd707d5d7\";}s:67:\"wp-content/themes/honeymoon/vamtam/assets/js/services-expandable.js\";a:2:{s:1:\"d\";s:10:\"1421926581\";s:1:\"h\";s:32:\"5b91fd7b5b048908f94ae74eac00cf1a\";}s:79:\"wp-content/themes/honeymoon/vamtam/assets/js/plugins/vamtam/jquery.validator.js\";a:2:{s:1:\"d\";s:10:\"1421926690\";s:1:\"h\";s:32:\"3a3ceb70e95c164ae06965e14dd861bf\";}s:77:\"wp-content/themes/honeymoon/vamtam/assets/js/plugins/vamtam/jquery.plugins.js\";a:2:{s:1:\"d\";s:10:\"1421926690\";s:1:\"h\";s:32:\"dd10739ce2c7616beaf649ac8b8f2284\";}s:74:\"wp-content/themes/honeymoon/vamtam/assets/js/plugins/vamtam/jquery.jail.js\";a:2:{s:1:\"d\";s:10:\"1421926690\";s:1:\"h\";s:32:\"ba0df08e9d451a91ee219f5be0d761b8\";}s:87:\"wp-content/themes/honeymoon/vamtam/assets/js/plugins/vamtam/jquery.rawcontenthandler.js\";a:2:{s:1:\"d\";s:10:\"1421926690\";s:1:\"h\";s:32:\"cd566f99e2c52643bd03552b95c1dc7f\";}s:91:\"wp-content/themes/honeymoon/vamtam/assets/js/plugins/vamtam/jquery.vamtam.doubletapclick.js\";a:2:{s:1:\"d\";s:10:\"1421926690\";s:1:\"h\";s:32:\"9245e7699bea335c3d5630185f892c88\";}s:86:\"wp-content/themes/honeymoon/vamtam/assets/js/plugins/vamtam/jquery.wpvanimatenumber.js\";a:2:{s:1:\"d\";s:10:\"1421926690\";s:1:\"h\";s:32:\"a484bab81db80623abcbbddec022f5cb\";}s:82:\"wp-content/themes/honeymoon/vamtam/assets/js/plugins/thirdparty/selectivizr.min.js\";a:2:{s:1:\"d\";s:10:\"1421926689\";s:1:\"h\";s:32:\"ed32136af18ca3ea4a3080ff620fba16\";}s:77:\"wp-content/themes/honeymoon/vamtam/assets/js/plugins/thirdparty/polyfiller.js\";a:2:{s:1:\"d\";s:10:\"1421926689\";s:1:\"h\";s:32:\"a4fd5afbf57b5323f66b89860fbe6cdc\";}s:85:\"wp-content/themes/honeymoon/vamtam/assets/js/plugins/thirdparty/jquery.socialcount.js\";a:2:{s:1:\"d\";s:10:\"1421926688\";s:1:\"h\";s:32:\"5b1161571a51773fb0a3553e93cbb615\";}s:86:\"wp-content/themes/honeymoon/vamtam/assets/js/plugins/thirdparty/jquery.easypiechart.js\";a:2:{s:1:\"d\";s:10:\"1421926687\";s:1:\"h\";s:32:\"07578f0ffaf7543055b4a8b4589c2c0a\";}s:97:\"wp-content/themes/honeymoon/vamtam/assets/js/plugins/thirdparty/shims/jpicker/images/mappoint.gif\";a:2:{s:1:\"d\";s:10:\"1421926719\";s:1:\"h\";s:32:\"9f6dd30bc97b892fbd971271d1a82ce7\";}s:95:\"wp-content/themes/honeymoon/vamtam/assets/js/plugins/thirdparty/shims/jpicker/images/picker.gif\";a:2:{s:1:\"d\";s:10:\"1421926720\";s:1:\"h\";s:32:\"d88c26dca0ca8c159befb1a4f91a817c\";}s:100:\"wp-content/themes/honeymoon/vamtam/assets/js/plugins/thirdparty/shims/jpicker/images/rangearrows.gif\";a:2:{s:1:\"d\";s:10:\"1421926720\";s:1:\"h\";s:32:\"33873ca90e5739a504ea50ed6c675eb9\";}s:89:\"wp-content/themes/honeymoon/vamtam/assets/js/plugins/thirdparty/shims/jpicker/jpicker.css\";a:2:{s:1:\"d\";s:10:\"1421926716\";s:1:\"h\";s:32:\"b5b07118e10fa53887cd727932f1b3eb\";}s:88:\"wp-content/themes/honeymoon/vamtam/assets/js/plugins/thirdparty/shims/form-validation.js\";a:2:{s:1:\"d\";s:10:\"1421926697\";s:1:\"h\";s:32:\"124f1fa754bb3ee8b9cc88ad41f94e52\";}s:85:\"wp-content/themes/honeymoon/vamtam/assets/js/plugins/thirdparty/shims/form-message.js\";a:2:{s:1:\"d\";s:10:\"1421926696\";s:1:\"h\";s:32:\"e84ead329a52a611899c8f1aa345b352\";}s:92:\"wp-content/themes/honeymoon/vamtam/assets/js/plugins/thirdparty/shims/swf/JarisFLVPlayer.swf\";a:2:{s:1:\"d\";s:10:\"1421926718\";s:1:\"h\";s:32:\"d28a73c0ca14a5bfa1d03673fd817824\";}s:88:\"wp-content/themes/honeymoon/vamtam/assets/js/plugins/thirdparty/shims/swf/filereader.swf\";a:2:{s:1:\"d\";s:10:\"1421926718\";s:1:\"h\";s:32:\"a5853ce9c5eda14b8b45da99dbbd228c\";}s:82:\"wp-content/themes/honeymoon/vamtam/assets/js/plugins/thirdparty/shims/combos/28.js\";a:2:{s:1:\"d\";s:10:\"1421926706\";s:1:\"h\";s:32:\"9b98d2ad6ab8718116ad50fc0ff1aeea\";}s:82:\"wp-content/themes/honeymoon/vamtam/assets/js/plugins/thirdparty/shims/combos/13.js\";a:2:{s:1:\"d\";s:10:\"1421926701\";s:1:\"h\";s:32:\"88892457b2cf96bb8505ad2b6806e56a\";}s:82:\"wp-content/themes/honeymoon/vamtam/assets/js/plugins/thirdparty/shims/combos/33.js\";a:2:{s:1:\"d\";s:10:\"1421926707\";s:1:\"h\";s:32:\"ad1cc02f4bc7a4cf074008a0240a48e8\";}s:81:\"wp-content/themes/honeymoon/vamtam/assets/js/plugins/thirdparty/shims/combos/1.js\";a:2:{s:1:\"d\";s:10:\"1421926700\";s:1:\"h\";s:32:\"80a52ea8db3a3f72343171fa930db0f7\";}s:81:\"wp-content/themes/honeymoon/vamtam/assets/js/plugins/thirdparty/shims/combos/9.js\";a:2:{s:1:\"d\";s:10:\"1421926709\";s:1:\"h\";s:32:\"22f25f0b1b2ae47cea561b8b585d26a5\";}s:82:\"wp-content/themes/honeymoon/vamtam/assets/js/plugins/thirdparty/shims/combos/11.js\";a:2:{s:1:\"d\";s:10:\"1421926701\";s:1:\"h\";s:32:\"89d58a50cacbfe8273e14e6fc355bf71\";}s:82:\"wp-content/themes/honeymoon/vamtam/assets/js/plugins/thirdparty/shims/combos/26.js\";a:2:{s:1:\"d\";s:10:\"1421926706\";s:1:\"h\";s:32:\"716e380d99336c23434ebecef4cdb2d3\";}s:81:\"wp-content/themes/honeymoon/vamtam/assets/js/plugins/thirdparty/shims/combos/7.js\";a:2:{s:1:\"d\";s:10:\"1421926709\";s:1:\"h\";s:32:\"5fd42d673bf2e99fbfecc8d28e8bc8ae\";}s:81:\"wp-content/themes/honeymoon/vamtam/assets/js/plugins/thirdparty/shims/combos/2.js\";a:2:{s:1:\"d\";s:10:\"1421926704\";s:1:\"h\";s:32:\"4e4bad6a158550f9020b90495d1c57f3\";}s:82:\"wp-content/themes/honeymoon/vamtam/assets/js/plugins/thirdparty/shims/combos/31.js\";a:2:{s:1:\"d\";s:10:\"1421926707\";s:1:\"h\";s:32:\"2f5fe1e5f7e94e57314cec5b00a6dce9\";}s:82:\"wp-content/themes/honeymoon/vamtam/assets/js/plugins/thirdparty/shims/combos/23.js\";a:2:{s:1:\"d\";s:10:\"1421926705\";s:1:\"h\";s:32:\"1dbaf057e13f694bb236111d5e06ec0d\";}s:82:\"wp-content/themes/honeymoon/vamtam/assets/js/plugins/thirdparty/shims/combos/27.js\";a:2:{s:1:\"d\";s:10:\"1421926706\";s:1:\"h\";s:32:\"336367a4d244626986c8fe96022404df\";}s:82:\"wp-content/themes/honeymoon/vamtam/assets/js/plugins/thirdparty/shims/combos/12.js\";a:2:{s:1:\"d\";s:10:\"1421926701\";s:1:\"h\";s:32:\"043bbced483359c23204bc7605e0bb8a\";}s:82:\"wp-content/themes/honeymoon/vamtam/assets/js/plugins/thirdparty/shims/combos/25.js\";a:2:{s:1:\"d\";s:10:\"1421926706\";s:1:\"h\";s:32:\"986de8e94560827de920dbecfee9c9dc\";}s:82:\"wp-content/themes/honeymoon/vamtam/assets/js/plugins/thirdparty/shims/combos/19.js\";a:2:{s:1:\"d\";s:10:\"1421926704\";s:1:\"h\";s:32:\"056a80275acb3b8586a8376bb2291466\";}s:81:\"wp-content/themes/honeymoon/vamtam/assets/js/plugins/thirdparty/shims/combos/6.js\";a:2:{s:1:\"d\";s:10:\"1421926708\";s:1:\"h\";s:32:\"02137f73e951ca557e9200eb5c91102d\";}s:81:\"wp-content/themes/honeymoon/vamtam/assets/js/plugins/thirdparty/shims/combos/3.js\";a:2:{s:1:\"d\";s:10:\"1421926707\";s:1:\"h\";s:32:\"7335a99f4216093bf845d86d3d60c1e5\";}s:82:\"wp-content/themes/honeymoon/vamtam/assets/js/plugins/thirdparty/shims/combos/20.js\";a:2:{s:1:\"d\";s:10:\"1421926705\";s:1:\"h\";s:32:\"bfcdc9a9f958515246285482477071ba\";}s:82:\"wp-content/themes/honeymoon/vamtam/assets/js/plugins/thirdparty/shims/combos/14.js\";a:2:{s:1:\"d\";s:10:\"1421926701\";s:1:\"h\";s:32:\"e9ca3cfba47b01ec530aecc104da2702\";}s:81:\"wp-content/themes/honeymoon/vamtam/assets/js/plugins/thirdparty/shims/combos/8.js\";a:2:{s:1:\"d\";s:10:\"1421926709\";s:1:\"h\";s:32:\"6c42c3794ff1fccc020aab0cb1d0abdf\";}s:81:\"wp-content/themes/honeymoon/vamtam/assets/js/plugins/thirdparty/shims/combos/5.js\";a:2:{s:1:\"d\";s:10:\"1421926708\";s:1:\"h\";s:32:\"83ce1723eadcfb3d240b6b3960c5f2db\";}s:81:\"wp-content/themes/honeymoon/vamtam/assets/js/plugins/thirdparty/shims/combos/4.js\";a:2:{s:1:\"d\";s:10:\"1421926708\";s:1:\"h\";s:32:\"d0e15ee510507c9325bac9afcdaf157b\";}s:82:\"wp-content/themes/honeymoon/vamtam/assets/js/plugins/thirdparty/shims/combos/17.js\";a:2:{s:1:\"d\";s:10:\"1421926703\";s:1:\"h\";s:32:\"13b4c5b1d1275b0b986c714f14d859dd\";}s:82:\"wp-content/themes/honeymoon/vamtam/assets/js/plugins/thirdparty/shims/combos/30.js\";a:2:{s:1:\"d\";s:10:\"1421926707\";s:1:\"h\";s:32:\"e0157db08fdbc3a0f4d8dd3794ddf67a\";}s:82:\"wp-content/themes/honeymoon/vamtam/assets/js/plugins/thirdparty/shims/combos/21.js\";a:2:{s:1:\"d\";s:10:\"1421926704\";s:1:\"h\";s:32:\"562af08e50686f34f0eb4556d493d4e2\";}s:82:\"wp-content/themes/honeymoon/vamtam/assets/js/plugins/thirdparty/shims/combos/29.js\";a:2:{s:1:\"d\";s:10:\"1421926707\";s:1:\"h\";s:32:\"11218d572c3837a944a12f1ae45de9c8\";}s:82:\"wp-content/themes/honeymoon/vamtam/assets/js/plugins/thirdparty/shims/combos/16.js\";a:2:{s:1:\"d\";s:10:\"1421926702\";s:1:\"h\";s:32:\"565d6dc4aa4fe85848fb85c42a7a7d2a\";}s:82:\"wp-content/themes/honeymoon/vamtam/assets/js/plugins/thirdparty/shims/combos/24.js\";a:2:{s:1:\"d\";s:10:\"1421926705\";s:1:\"h\";s:32:\"922fa4dd15b8ef3040a8af0b3b4f5afe\";}s:82:\"wp-content/themes/honeymoon/vamtam/assets/js/plugins/thirdparty/shims/combos/22.js\";a:2:{s:1:\"d\";s:10:\"1421926705\";s:1:\"h\";s:32:\"177d47be709944c5a2a4d0936caaf714\";}s:82:\"wp-content/themes/honeymoon/vamtam/assets/js/plugins/thirdparty/shims/combos/10.js\";a:2:{s:1:\"d\";s:10:\"1421926700\";s:1:\"h\";s:32:\"7b42ef1024777ae16b2a3598c50934e9\";}s:82:\"wp-content/themes/honeymoon/vamtam/assets/js/plugins/thirdparty/shims/combos/15.js\";a:2:{s:1:\"d\";s:10:\"1421926702\";s:1:\"h\";s:32:\"8a8e77ced2919dbbf75b1640206f209a\";}s:82:\"wp-content/themes/honeymoon/vamtam/assets/js/plugins/thirdparty/shims/combos/32.js\";a:2:{s:1:\"d\";s:10:\"1421926707\";s:1:\"h\";s:32:\"e29e74b05c0845211718d0e0fc2cb2ba\";}s:82:\"wp-content/themes/honeymoon/vamtam/assets/js/plugins/thirdparty/shims/combos/18.js\";a:2:{s:1:\"d\";s:10:\"1421926703\";s:1:\"h\";s:32:\"7d8bc9077054cf2b5071ae79922fda8b\";}s:89:\"wp-content/themes/honeymoon/vamtam/assets/js/plugins/thirdparty/shims/form-shim-extend.js\";a:2:{s:1:\"d\";s:10:\"1421926697\";s:1:\"h\";s:32:\"f1434ddfe88af8f0fc70cf5b3cb3ed58\";}s:79:\"wp-content/themes/honeymoon/vamtam/assets/js/plugins/thirdparty/shims/sizzle.js\";a:2:{s:1:\"d\";s:10:\"1421926699\";s:1:\"h\";s:32:\"88fd30e0343a627907ed27a39d072e6c\";}s:85:\"wp-content/themes/honeymoon/vamtam/assets/js/plugins/thirdparty/shims/forms-picker.js\";a:2:{s:1:\"d\";s:10:\"1421926698\";s:1:\"h\";s:32:\"340b9becf946dec6607e3246b519e073\";}s:91:\"wp-content/themes/honeymoon/vamtam/assets/js/plugins/thirdparty/shims/mediaelement-jaris.js\";a:2:{s:1:\"d\";s:10:\"1421926698\";s:1:\"h\";s:32:\"fc41fab3324cdd5b0a74768f4635ad0a\";}s:102:\"wp-content/themes/honeymoon/vamtam/assets/js/plugins/thirdparty/shims/FlashCanvasPro/flash10canvas.swf\";a:2:{s:1:\"d\";s:10:\"1421926711\";s:1:\"h\";s:32:\"5d1027a0d729f10d3e75aceb96ad5834\";}s:98:\"wp-content/themes/honeymoon/vamtam/assets/js/plugins/thirdparty/shims/FlashCanvasPro/canvas2png.js\";a:2:{s:1:\"d\";s:10:\"1421926711\";s:1:\"h\";s:32:\"f31b1063281f1fbb227bc187fd80a8a6\";}s:99:\"wp-content/themes/honeymoon/vamtam/assets/js/plugins/thirdparty/shims/FlashCanvasPro/flashcanvas.js\";a:2:{s:1:\"d\";s:10:\"1421926712\";s:1:\"h\";s:32:\"c4394425bd8d41153687f66f6037f3ab\";}s:101:\"wp-content/themes/honeymoon/vamtam/assets/js/plugins/thirdparty/shims/FlashCanvasPro/flash9canvas.swf\";a:2:{s:1:\"d\";s:10:\"1421926712\";s:1:\"h\";s:32:\"6465b6b40b96acace17e75b4580edd25\";}s:86:\"wp-content/themes/honeymoon/vamtam/assets/js/plugins/thirdparty/shims/form-datalist.js\";a:2:{s:1:\"d\";s:10:\"1421926696\";s:1:\"h\";s:32:\"70660795a71182c09a8cdc0a94b1c50f\";}s:81:\"wp-content/themes/honeymoon/vamtam/assets/js/plugins/thirdparty/shims/range-ui.js\";a:2:{s:1:\"d\";s:10:\"1421926699\";s:1:\"h\";s:32:\"ab33ee8e519e6ca373f244e6aa8552d4\";}s:96:\"wp-content/themes/honeymoon/vamtam/assets/js/plugins/thirdparty/shims/mediaelement-native-fix.js\";a:2:{s:1:\"d\";s:10:\"1421926698\";s:1:\"h\";s:32:\"09985b7439170c3b3c0dfb0a8e0d0fe0\";}s:82:\"wp-content/themes/honeymoon/vamtam/assets/js/plugins/thirdparty/shims/form-core.js\";a:2:{s:1:\"d\";s:10:\"1421926696\";s:1:\"h\";s:32:\"6a13947bb29eb5fd9da9f5a4cd1cf90c\";}s:84:\"wp-content/themes/honeymoon/vamtam/assets/js/plugins/thirdparty/shims/geolocation.js\";a:2:{s:1:\"d\";s:10:\"1421926698\";s:1:\"h\";s:32:\"10847fb567443226d87451fca926ad6d\";}s:92:\"wp-content/themes/honeymoon/vamtam/assets/js/plugins/thirdparty/shims/form-number-date-ui.js\";a:2:{s:1:\"d\";s:10:\"1421926697\";s:1:\"h\";s:32:\"325263ff59a3e0deb5885f2a422a38fa\";}s:83:\"wp-content/themes/honeymoon/vamtam/assets/js/plugins/thirdparty/shims/filereader.js\";a:2:{s:1:\"d\";s:10:\"1421926696\";s:1:\"h\";s:32:\"438446dc03f6e26c33849aa92312d256\";}s:81:\"wp-content/themes/honeymoon/vamtam/assets/js/plugins/thirdparty/shims/excanvas.js\";a:2:{s:1:\"d\";s:10:\"1421926695\";s:1:\"h\";s:32:\"069de5786520f1c2de3114e7161d1fb4\";}s:90:\"wp-content/themes/honeymoon/vamtam/assets/js/plugins/thirdparty/shims/mediaelement-core.js\";a:2:{s:1:\"d\";s:10:\"1421926698\";s:1:\"h\";s:32:\"1c0ea2b9318b47566e0d5cf5865c0de5\";}s:91:\"wp-content/themes/honeymoon/vamtam/assets/js/plugins/thirdparty/shims/form-native-extend.js\";a:2:{s:1:\"d\";s:10:\"1421926696\";s:1:\"h\";s:32:\"3c4ebbdf21a18e27d0700519312bda18\";}s:84:\"wp-content/themes/honeymoon/vamtam/assets/js/plugins/thirdparty/shims/form-combat.js\";a:2:{s:1:\"d\";s:10:\"1421926696\";s:1:\"h\";s:32:\"d0ea1102cdd83a0cbfac4ef603981b6c\";}s:99:\"wp-content/themes/honeymoon/vamtam/assets/js/plugins/thirdparty/shims/plugins/jquery.ui.position.js\";a:2:{s:1:\"d\";s:10:\"1421926716\";s:1:\"h\";s:32:\"70ebd294f00a67f4436ca38830db543f\";}s:80:\"wp-content/themes/honeymoon/vamtam/assets/js/plugins/thirdparty/shims/details.js\";a:2:{s:1:\"d\";s:10:\"1421926695\";s:1:\"h\";s:32:\"f5c27e11df34d782bd431d91a3f89c10\";}s:85:\"wp-content/themes/honeymoon/vamtam/assets/js/plugins/thirdparty/shims/color-picker.js\";a:2:{s:1:\"d\";s:10:\"1421926695\";s:1:\"h\";s:32:\"70bde0b5445e3224b1470d6ddc18f5ef\";}s:80:\"wp-content/themes/honeymoon/vamtam/assets/js/plugins/thirdparty/shims/swfmini.js\";a:2:{s:1:\"d\";s:10:\"1421926699\";s:1:\"h\";s:32:\"d5f0c74a4e9aa3b71a0fa25c26b39aef\";}s:76:\"wp-content/themes/honeymoon/vamtam/assets/js/plugins/thirdparty/shims/es5.js\";a:2:{s:1:\"d\";s:10:\"1421926695\";s:1:\"h\";s:32:\"c5dee4853beff47b377d45b7930e84ef\";}s:78:\"wp-content/themes/honeymoon/vamtam/assets/js/plugins/thirdparty/shims/jajax.js\";a:2:{s:1:\"d\";s:10:\"1421926698\";s:1:\"h\";s:32:\"6d267723d7f6d36fb390e38666c8c73d\";}s:78:\"wp-content/themes/honeymoon/vamtam/assets/js/plugins/thirdparty/shims/track.js\";a:2:{s:1:\"d\";s:10:\"1421926699\";s:1:\"h\";s:32:\"9aec18cacc4fe2ad7a9595147640d440\";}s:88:\"wp-content/themes/honeymoon/vamtam/assets/js/plugins/thirdparty/shims/mediaelement-yt.js\";a:2:{s:1:\"d\";s:10:\"1421926699\";s:1:\"h\";s:32:\"5e55eefde4016240c19b2d1f7b3cd73b\";}s:93:\"wp-content/themes/honeymoon/vamtam/assets/js/plugins/thirdparty/shims/form-number-date-api.js\";a:2:{s:1:\"d\";s:10:\"1421926696\";s:1:\"h\";s:32:\"1b23d953881564ec9596d2554a79ec8d\";}s:88:\"wp-content/themes/honeymoon/vamtam/assets/js/plugins/thirdparty/shims/form-validators.js\";a:2:{s:1:\"d\";s:10:\"1421926697\";s:1:\"h\";s:32:\"dc8317c619192629d27e9036c87faa47\";}s:81:\"wp-content/themes/honeymoon/vamtam/assets/js/plugins/thirdparty/shims/track-ui.js\";a:2:{s:1:\"d\";s:10:\"1421926699\";s:1:\"h\";s:32:\"7ebb05b1de20592b157773a4fce690f5\";}s:91:\"wp-content/themes/honeymoon/vamtam/assets/js/plugins/thirdparty/shims/form-datalist-lazy.js\";a:2:{s:1:\"d\";s:10:\"1421926696\";s:1:\"h\";s:32:\"cb08c981d66b36bd73f0e050bddd2eac\";}s:90:\"wp-content/themes/honeymoon/vamtam/assets/js/plugins/thirdparty/shims/styles/forms-ext.css\";a:2:{s:1:\"d\";s:10:\"1421926717\";s:1:\"h\";s:32:\"cde9986f8052651169fad6878ce6bb4e\";}s:85:\"wp-content/themes/honeymoon/vamtam/assets/js/plugins/thirdparty/shims/styles/shim.css\";a:2:{s:1:\"d\";s:10:\"1421926717\";s:1:\"h\";s:32:\"9e907522a817808a52ebb6f6b35952ff\";}s:89:\"wp-content/themes/honeymoon/vamtam/assets/js/plugins/thirdparty/shims/styles/progress.gif\";a:2:{s:1:\"d\";s:10:\"1421926717\";s:1:\"h\";s:32:\"b8da99937e164750566d6710f5458e82\";}s:97:\"wp-content/themes/honeymoon/vamtam/assets/js/plugins/thirdparty/shims/FlashCanvas/flashcanvas.swf\";a:2:{s:1:\"d\";s:10:\"1421926710\";s:1:\"h\";s:32:\"f5a90ebbef78e35e91654b706541987b\";}s:95:\"wp-content/themes/honeymoon/vamtam/assets/js/plugins/thirdparty/shims/FlashCanvas/canvas2png.js\";a:2:{s:1:\"d\";s:10:\"1421926710\";s:1:\"h\";s:32:\"f31b1063281f1fbb227bc187fd80a8a6\";}s:96:\"wp-content/themes/honeymoon/vamtam/assets/js/plugins/thirdparty/shims/FlashCanvas/flashcanvas.js\";a:2:{s:1:\"d\";s:10:\"1421926710\";s:1:\"h\";s:32:\"cd2030f27d6eb7f5a66fd6c3faeb40e0\";}s:90:\"wp-content/themes/honeymoon/vamtam/assets/js/plugins/thirdparty/shims/form-shim-extend2.js\";a:2:{s:1:\"d\";s:10:\"1421926697\";s:1:\"h\";s:32:\"96714a57f8151df52e6589d5e4f8f834\";}s:91:\"wp-content/themes/honeymoon/vamtam/assets/js/plugins/thirdparty/shims/i18n/formcfg-zh-CN.js\";a:2:{s:1:\"d\";s:10:\"1421926715\";s:1:\"h\";s:32:\"26e22e0dd870a1e204c5aecba8ea56f7\";}s:88:\"wp-content/themes/honeymoon/vamtam/assets/js/plugins/thirdparty/shims/i18n/formcfg-hi.js\";a:2:{s:1:\"d\";s:10:\"1421926714\";s:1:\"h\";s:32:\"22f2d5fa7aa8a72128d891bb2e83dab1\";}s:91:\"wp-content/themes/honeymoon/vamtam/assets/js/plugins/thirdparty/shims/i18n/formcfg-pt-BR.js\";a:2:{s:1:\"d\";s:10:\"1421926714\";s:1:\"h\";s:32:\"a48e6eba7484e53c1c569e9b72e62d92\";}s:88:\"wp-content/themes/honeymoon/vamtam/assets/js/plugins/thirdparty/shims/i18n/formcfg-ja.js\";a:2:{s:1:\"d\";s:10:\"1421926714\";s:1:\"h\";s:32:\"01612fd458036d74b3647f8f7ace4aa6\";}s:88:\"wp-content/themes/honeymoon/vamtam/assets/js/plugins/thirdparty/shims/i18n/formcfg-lt.js\";a:2:{s:1:\"d\";s:10:\"1421926714\";s:1:\"h\";s:32:\"9c709e0019483123c2a377b88825cf19\";}s:88:\"wp-content/themes/honeymoon/vamtam/assets/js/plugins/thirdparty/shims/i18n/formcfg-he.js\";a:2:{s:1:\"d\";s:10:\"1421926714\";s:1:\"h\";s:32:\"6c9e575b0850e72673289ec029a00518\";}s:88:\"wp-content/themes/honeymoon/vamtam/assets/js/plugins/thirdparty/shims/i18n/formcfg-ar.js\";a:2:{s:1:\"d\";s:10:\"1421926713\";s:1:\"h\";s:32:\"d21ba94eebdb853f6d3768aeaca261fa\";}s:91:\"wp-content/themes/honeymoon/vamtam/assets/js/plugins/thirdparty/shims/i18n/formcfg-ch-CN.js\";a:2:{s:1:\"d\";s:10:\"1421926713\";s:1:\"h\";s:32:\"26e22e0dd870a1e204c5aecba8ea56f7\";}s:91:\"wp-content/themes/honeymoon/vamtam/assets/js/plugins/thirdparty/shims/i18n/formcfg-pt-PT.js\";a:2:{s:1:\"d\";s:10:\"1421926715\";s:1:\"h\";s:32:\"cc031aacd971c6a134b2abc7def3cfbe\";}s:88:\"wp-content/themes/honeymoon/vamtam/assets/js/plugins/thirdparty/shims/i18n/formcfg-hu.js\";a:2:{s:1:\"d\";s:10:\"1421926714\";s:1:\"h\";s:32:\"5af75ffd77e52a91d0512b581d5cb870\";}s:88:\"wp-content/themes/honeymoon/vamtam/assets/js/plugins/thirdparty/shims/i18n/formcfg-pt.js\";a:2:{s:1:\"d\";s:10:\"1421926715\";s:1:\"h\";s:32:\"3a5d5005f02e5a832311828332eb7e4a\";}s:88:\"wp-content/themes/honeymoon/vamtam/assets/js/plugins/thirdparty/shims/i18n/formcfg-sv.js\";a:2:{s:1:\"d\";s:10:\"1421926715\";s:1:\"h\";s:32:\"bfb3f1cfbcb681dbe0e7daf104e124a4\";}s:88:\"wp-content/themes/honeymoon/vamtam/assets/js/plugins/thirdparty/shims/i18n/formcfg-de.js\";a:2:{s:1:\"d\";s:10:\"1421926713\";s:1:\"h\";s:32:\"d0f701d07d7f948e66231723c8b4ffe6\";}s:88:\"wp-content/themes/honeymoon/vamtam/assets/js/plugins/thirdparty/shims/i18n/formcfg-cs.js\";a:2:{s:1:\"d\";s:10:\"1421926713\";s:1:\"h\";s:32:\"7008a335389d919c042bf192df114e6d\";}s:88:\"wp-content/themes/honeymoon/vamtam/assets/js/plugins/thirdparty/shims/i18n/formcfg-nl.js\";a:2:{s:1:\"d\";s:10:\"1421926714\";s:1:\"h\";s:32:\"9e46cf42eb9025f17925ef456f6417c7\";}s:88:\"wp-content/themes/honeymoon/vamtam/assets/js/plugins/thirdparty/shims/i18n/formcfg-en.js\";a:2:{s:1:\"d\";s:10:\"1421926713\";s:1:\"h\";s:32:\"1c024d256361b86d3fb7c7933f51b419\";}s:88:\"wp-content/themes/honeymoon/vamtam/assets/js/plugins/thirdparty/shims/i18n/formcfg-el.js\";a:2:{s:1:\"d\";s:10:\"1421926713\";s:1:\"h\";s:32:\"422a8e66fcb6b1f40577116fd681fe0e\";}s:88:\"wp-content/themes/honeymoon/vamtam/assets/js/plugins/thirdparty/shims/i18n/formcfg-ru.js\";a:2:{s:1:\"d\";s:10:\"1421926715\";s:1:\"h\";s:32:\"cf152a06e38e62dfe20d948642b8b9fe\";}s:88:\"wp-content/themes/honeymoon/vamtam/assets/js/plugins/thirdparty/shims/i18n/formcfg-it.js\";a:2:{s:1:\"d\";s:10:\"1421926714\";s:1:\"h\";s:32:\"19975894dcc1ff1b043fb529ecd9c935\";}s:88:\"wp-content/themes/honeymoon/vamtam/assets/js/plugins/thirdparty/shims/i18n/formcfg-fr.js\";a:2:{s:1:\"d\";s:10:\"1421926714\";s:1:\"h\";s:32:\"2e0fb1f5b933594f09f143078c7623cd\";}s:88:\"wp-content/themes/honeymoon/vamtam/assets/js/plugins/thirdparty/shims/i18n/formcfg-pl.js\";a:2:{s:1:\"d\";s:10:\"1421926714\";s:1:\"h\";s:32:\"f6596354e7061d68a9691030ed910b1e\";}s:88:\"wp-content/themes/honeymoon/vamtam/assets/js/plugins/thirdparty/shims/i18n/formcfg-es.js\";a:2:{s:1:\"d\";s:10:\"1421926713\";s:1:\"h\";s:32:\"f5e9844a3e5d5cb8cbe0a11a2db5f90f\";}s:83:\"wp-content/themes/honeymoon/vamtam/assets/js/plugins/thirdparty/shims/dom-extend.js\";a:2:{s:1:\"d\";s:10:\"1421926695\";s:1:\"h\";s:32:\"e93a6ee02fe9766bc540cdf07413b882\";}s:84:\"wp-content/themes/honeymoon/vamtam/assets/js/plugins/thirdparty/chosen.jquery.min.js\";a:2:{s:1:\"d\";s:10:\"1421926687\";s:1:\"h\";s:32:\"4fabe14fb10d99c4b432db5ce9847c06\";}s:82:\"wp-content/themes/honeymoon/vamtam/assets/js/plugins/thirdparty/jquery.bxslider.js\";a:2:{s:1:\"d\";s:10:\"1421926687\";s:1:\"h\";s:32:\"f91ec56154aadd9dfd565105e8433d21\";}s:89:\"wp-content/themes/honeymoon/vamtam/assets/js/plugins/thirdparty/jquery.matchheight.min.js\";a:2:{s:1:\"d\";s:10:\"1421926688\";s:1:\"h\";s:32:\"3275810adb39b79202ba2b726f815e7a\";}s:81:\"wp-content/themes/honeymoon/vamtam/assets/js/plugins/thirdparty/jquery.isotope.js\";a:2:{s:1:\"d\";s:10:\"1421926688\";s:1:\"h\";s:32:\"834f87825ff541c7bf66d1cfa807fb39\";}s:86:\"wp-content/themes/honeymoon/vamtam/assets/js/plugins/thirdparty/responsive-elements.js\";a:2:{s:1:\"d\";s:10:\"1421926689\";s:1:\"h\";s:32:\"a5e2db1bdc1e5543255a7aea0403f148\";}s:78:\"wp-content/themes/honeymoon/vamtam/assets/js/plugins/thirdparty/respond.min.js\";a:2:{s:1:\"d\";s:10:\"1421926689\";s:1:\"h\";s:32:\"3b44ce04a1464f498d1ae8677e168a92\";}s:82:\"wp-content/themes/honeymoon/vamtam/assets/js/plugins/thirdparty/jquery.magnific.js\";a:2:{s:1:\"d\";s:10:\"1421926688\";s:1:\"h\";s:32:\"6fd0f709e93997678dc1587720c7eb45\";}s:78:\"wp-content/themes/honeymoon/vamtam/assets/js/plugins/thirdparty/jquery.gmap.js\";a:2:{s:1:\"d\";s:10:\"1421926687\";s:1:\"h\";s:32:\"9f57df54e172535b15b8ff49d6c51d78\";}s:85:\"wp-content/themes/honeymoon/vamtam/assets/js/plugins/thirdparty/jquery.transit.min.js\";a:2:{s:1:\"d\";s:10:\"1421926688\";s:1:\"h\";s:32:\"d6464b7f9ac79e1e183e014803462d5b\";}s:73:\"wp-content/themes/honeymoon/vamtam/assets/js/ios-orientationchange-fix.js\";a:2:{s:1:\"d\";s:10:\"1421926579\";s:1:\"h\";s:32:\"d026ea5478f0f9d083ba3d3c65679d82\";}s:51:\"wp-content/themes/honeymoon/vamtam/assets/js/all.js\";a:2:{s:1:\"d\";s:10:\"1421926579\";s:1:\"h\";s:32:\"9c50cbcb200c5bcfa998be8ec62c2508\";}s:61:\"wp-content/themes/honeymoon/vamtam/assets/js/sticky-header.js\";a:2:{s:1:\"d\";s:10:\"1421926581\";s:1:\"h\";s:32:\"cc8a72340ed858ed675477cc4dfbd850\";}s:56:\"wp-content/themes/honeymoon/vamtam/assets/js/lazyload.js\";a:2:{s:1:\"d\";s:10:\"1421926580\";s:1:\"h\";s:32:\"d8fdce19e80d56eedd8ff64e7329d639\";}s:56:\"wp-content/themes/honeymoon/vamtam/assets/js/progress.js\";a:2:{s:1:\"d\";s:10:\"1421926581\";s:1:\"h\";s:32:\"4e6330b86136a6fb819a97371d19b2c9\";}s:55:\"wp-content/themes/honeymoon/vamtam/assets/js/isotope.js\";a:2:{s:1:\"d\";s:10:\"1421926580\";s:1:\"h\";s:32:\"6a3ef7b6aa159885c64a9dee4e8264a3\";}s:64:\"wp-content/themes/honeymoon/vamtam/assets/js/column-animation.js\";a:2:{s:1:\"d\";s:10:\"1421926579\";s:1:\"h\";s:32:\"a569b14dfa6420234af9d7129ca56083\";}s:72:\"wp-content/themes/honeymoon/vamtam/assets/fonts/icons/icons-original.svg\";a:2:{s:1:\"d\";s:10:\"1421926649\";s:1:\"h\";s:32:\"5ec6e6cccae571ed7f81e7a5297d0e9b\";}s:64:\"wp-content/themes/honeymoon/vamtam/assets/fonts/icons/icons.woff\";a:2:{s:1:\"d\";s:10:\"1421926651\";s:1:\"h\";s:32:\"d076c86dd711587e02708329e82a5d2a\";}s:63:\"wp-content/themes/honeymoon/vamtam/assets/fonts/icons/icons.eot\";a:2:{s:1:\"d\";s:10:\"1421926641\";s:1:\"h\";s:32:\"c66a5537a17ebe08e6d65f968f27f13d\";}s:63:\"wp-content/themes/honeymoon/vamtam/assets/fonts/icons/icons.svg\";a:2:{s:1:\"d\";s:10:\"1421926650\";s:1:\"h\";s:32:\"884763ec07501b7ea13d6c4df538d91b\";}s:62:\"wp-content/themes/honeymoon/vamtam/assets/fonts/icons/list.php\";a:2:{s:1:\"d\";s:10:\"1421926651\";s:1:\"h\";s:32:\"3fb6ae90f0ef828f5a2888d02ce975e6\";}s:63:\"wp-content/themes/honeymoon/vamtam/assets/fonts/icons/icons.ttf\";a:2:{s:1:\"d\";s:10:\"1421926651\";s:1:\"h\";s:32:\"1eb09683d0b47ddfd343bd25d5ce187f\";}s:67:\"wp-content/themes/honeymoon/vamtam/admin/ajax/shortcode-preview.php\";a:2:{s:1:\"d\";s:10:\"1421926568\";s:1:\"h\";s:32:\"2447f4a6978fdfdbe03f0b39fb4c51fa\";}s:54:\"wp-content/themes/honeymoon/vamtam/admin/ajax/base.php\";a:2:{s:1:\"d\";s:10:\"1421926568\";s:1:\"h\";s:32:\"1063238fffe5696c289f70ed549f2e82\";}s:64:\"wp-content/themes/honeymoon/vamtam/admin/metaboxes/shortcode.php\";a:2:{s:1:\"d\";s:10:\"1421926572\";s:1:\"h\";s:32:\"fefc236fb3141d4195ae337dae3cd845\";}s:82:\"wp-content/themes/honeymoon/vamtam/admin/helpers/config_generator/social-links.php\";a:2:{s:1:\"d\";s:10:\"1421926635\";s:1:\"h\";s:32:\"d2925039d1684c9024f14d942bd7f899\";}s:78:\"wp-content/themes/honeymoon/vamtam/admin/helpers/config_generator/checkbox.php\";a:2:{s:1:\"d\";s:10:\"1421926633\";s:1:\"h\";s:32:\"f52d277c3a2531d10bc51be52d0ffec1\";}s:85:\"wp-content/themes/honeymoon/vamtam/admin/helpers/config_generator/select_checkbox.php\";a:2:{s:1:\"d\";s:10:\"1421926635\";s:1:\"h\";s:32:\"1f188ff9f689d85d90cc5b8eda249747\";}s:76:\"wp-content/themes/honeymoon/vamtam/admin/helpers/config_generator/editor.php\";a:2:{s:1:\"d\";s:10:\"1421926634\";s:1:\"h\";s:32:\"15d5b6df3ea7368fb36779e8bab5f065\";}s:81:\"wp-content/themes/honeymoon/vamtam/admin/helpers/config_generator/body-layout.php\";a:2:{s:1:\"d\";s:10:\"1421926633\";s:1:\"h\";s:32:\"1ded8353fb66e595a643ca7414d624ea\";}s:73:\"wp-content/themes/honeymoon/vamtam/admin/helpers/config_generator/end.php\";a:2:{s:1:\"d\";s:10:\"1421926634\";s:1:\"h\";s:32:\"89a1aea68bf7c09ac1bf655d7dee25f2\";}s:76:\"wp-content/themes/honeymoon/vamtam/admin/helpers/config_generator/custom.php\";a:2:{s:1:\"d\";s:10:\"1421926634\";s:1:\"h\";s:32:\"8ad06c33707883128e98433e1b8527b5\";}s:76:\"wp-content/themes/honeymoon/vamtam/admin/helpers/config_generator/social.php\";a:2:{s:1:\"d\";s:10:\"1421926635\";s:1:\"h\";s:32:\"5fbbfa9a28eb26532cb0f3d2c6700b02\";}s:75:\"wp-content/themes/honeymoon/vamtam/admin/helpers/config_generator/color.php\";a:2:{s:1:\"d\";s:10:\"1421926633\";s:1:\"h\";s:32:\"972a4290184c75af721919f75b5edec6\";}s:75:\"wp-content/themes/honeymoon/vamtam/admin/helpers/config_generator/radio.php\";a:2:{s:1:\"d\";s:10:\"1421926634\";s:1:\"h\";s:32:\"d6740f9ac344a60eab023520f6a2ef29\";}s:81:\"wp-content/themes/honeymoon/vamtam/admin/helpers/config_generator/multiselect.php\";a:2:{s:1:\"d\";s:10:\"1421926634\";s:1:\"h\";s:32:\"f4cc33e9cbb4a154ffa58a4cd87e66e2\";}s:74:\"wp-content/themes/honeymoon/vamtam/admin/helpers/config_generator/save.php\";a:2:{s:1:\"d\";s:10:\"1421926635\";s:1:\"h\";s:32:\"865c6539dc33d79e690cd659a41d9e18\";}s:76:\"wp-content/themes/honeymoon/vamtam/admin/helpers/config_generator/button.php\";a:2:{s:1:\"d\";s:10:\"1421926633\";s:1:\"h\";s:32:\"923b595bae245c01a182323322d66130\";}s:82:\"wp-content/themes/honeymoon/vamtam/admin/helpers/config_generator/toggle-basic.php\";a:2:{s:1:\"d\";s:10:\"1421926636\";s:1:\"h\";s:32:\"445d4cfff0f56495abe43a4ef1b0b6c4\";}s:74:\"wp-content/themes/honeymoon/vamtam/admin/helpers/config_generator/docs.php\";a:2:{s:1:\"d\";s:10:\"1421926634\";s:1:\"h\";s:32:\"2d55a4c8206f37a0ad17c8aceb16b0eb\";}s:79:\"wp-content/themes/honeymoon/vamtam/admin/helpers/config_generator/range-row.php\";a:2:{s:1:\"d\";s:10:\"1421926634\";s:1:\"h\";s:32:\"1a838949a4b5a1289b5c7c2ca0307c94\";}s:76:\"wp-content/themes/honeymoon/vamtam/admin/helpers/config_generator/toggle.php\";a:2:{s:1:\"d\";s:10:\"1421926636\";s:1:\"h\";s:32:\"b6afda2e424ccf890d3111f6ee23834f\";}s:74:\"wp-content/themes/honeymoon/vamtam/admin/helpers/config_generator/text.php\";a:2:{s:1:\"d\";s:10:\"1421926636\";s:1:\"h\";s:32:\"badc4e43f314b4351e6036690a82bc9d\";}s:78:\"wp-content/themes/honeymoon/vamtam/admin/helpers/config_generator/textarea.php\";a:2:{s:1:\"d\";s:10:\"1421926636\";s:1:\"h\";s:32:\"16b7a73706b270c22f71e641a1cc1381\";}s:75:\"wp-content/themes/honeymoon/vamtam/admin/helpers/config_generator/start.php\";a:2:{s:1:\"d\";s:10:\"1421926635\";s:1:\"h\";s:32:\"8b9ea03fde9f74aabfbcd86c3ebe1b91\";}s:78:\"wp-content/themes/honeymoon/vamtam/admin/helpers/config_generator/autofill.php\";a:2:{s:1:\"d\";s:10:\"1421926633\";s:1:\"h\";s:32:\"afa6dc9bcee74f0786d2fc59bf2732f8\";}s:79:\"wp-content/themes/honeymoon/vamtam/admin/helpers/config_generator/color-row.php\";a:2:{s:1:\"d\";s:10:\"1421926633\";s:1:\"h\";s:32:\"d5e5b731f8daa703ad30ea7120e22f30\";}s:75:\"wp-content/themes/honeymoon/vamtam/admin/helpers/config_generator/slide.php\";a:2:{s:1:\"d\";s:10:\"1421926635\";s:1:\"h\";s:32:\"b21f2e1422beb2fe3445925c495264ec\";}s:82:\"wp-content/themes/honeymoon/vamtam/admin/helpers/config_generator/upload-basic.php\";a:2:{s:1:\"d\";s:10:\"1421926636\";s:1:\"h\";s:32:\"7060af1626309003625681088611b16b\";}s:87:\"wp-content/themes/honeymoon/vamtam/admin/helpers/config_generator/horizontal_blocks.php\";a:2:{s:1:\"d\";s:10:\"1421926634\";s:1:\"h\";s:32:\"b95bb07caba89531c1a05a437fd434ce\";}s:79:\"wp-content/themes/honeymoon/vamtam/admin/helpers/config_generator/separator.php\";a:2:{s:1:\"d\";s:10:\"1421926635\";s:1:\"h\";s:32:\"50bbdb0e1c2516f9fede2f6197604a03\";}s:74:\"wp-content/themes/honeymoon/vamtam/admin/helpers/config_generator/font.php\";a:2:{s:1:\"d\";s:10:\"1421926634\";s:1:\"h\";s:32:\"f7699c7af45dcf8ad596d658e0bb2c37\";}s:75:\"wp-content/themes/honeymoon/vamtam/admin/helpers/config_generator/range.php\";a:2:{s:1:\"d\";s:10:\"1421926635\";s:1:\"h\";s:32:\"bf84853d4f20dfef322204d2050f42e0\";}s:83:\"wp-content/themes/honeymoon/vamtam/admin/helpers/config_generator/config-import.php\";a:2:{s:1:\"d\";s:10:\"1421926633\";s:1:\"h\";s:32:\"bed050275164e67db649da7f42b65dcb\";}s:74:\"wp-content/themes/honeymoon/vamtam/admin/helpers/config_generator/info.php\";a:2:{s:1:\"d\";s:10:\"1421926634\";s:1:\"h\";s:32:\"5311cbf978c0a560eabde64247769473\";}s:83:\"wp-content/themes/honeymoon/vamtam/admin/helpers/config_generator/config-export.php\";a:2:{s:1:\"d\";s:10:\"1421926633\";s:1:\"h\";s:32:\"e227274876f7db6ebe644f16b9dddb94\";}s:80:\"wp-content/themes/honeymoon/vamtam/admin/helpers/config_generator/select-row.php\";a:2:{s:1:\"d\";s:10:\"1421926635\";s:1:\"h\";s:32:\"f50a95abbf83653c4a1e224d7565b0e9\";}s:75:\"wp-content/themes/honeymoon/vamtam/admin/helpers/config_generator/icons.php\";a:2:{s:1:\"d\";s:10:\"1421926634\";s:1:\"h\";s:32:\"39ecc36a2365a3859009939df5871758\";}s:83:\"wp-content/themes/honeymoon/vamtam/admin/helpers/config_generator/slider-editor.php\";a:2:{s:1:\"d\";s:10:\"1421926635\";s:1:\"h\";s:32:\"2c64db58f1701eb49c23ce9403cd3e30\";}s:76:\"wp-content/themes/honeymoon/vamtam/admin/helpers/config_generator/select.php\";a:2:{s:1:\"d\";s:10:\"1421926635\";s:1:\"h\";s:32:\"e3cc40bc55fca3b2ecf0d6f024f792ee\";}s:75:\"wp-content/themes/honeymoon/vamtam/admin/helpers/config_generator/title.php\";a:2:{s:1:\"d\";s:10:\"1421926636\";s:1:\"h\";s:32:\"c95af1f3d19190848cb1fdf350b2e9b6\";}s:80:\"wp-content/themes/honeymoon/vamtam/admin/helpers/config_generator/background.php\";a:2:{s:1:\"d\";s:10:\"1421926633\";s:1:\"h\";s:32:\"46657bd470894ff6d09b72eef59900f7\";}s:76:\"wp-content/themes/honeymoon/vamtam/admin/helpers/config_generator/upload.php\";a:2:{s:1:\"d\";s:10:\"1421926636\";s:1:\"h\";s:32:\"0a52f1238227d53e339d0aeb405fbc39\";}s:91:\"wp-content/themes/honeymoon/vamtam/admin/helpers/updates/class-pixelentity-theme-update.php\";a:2:{s:1:\"d\";s:10:\"1421926638\";s:1:\"h\";s:32:\"c0a27f3e3b4f9d57b383413988790b87\";}s:76:\"wp-content/themes/honeymoon/vamtam/admin/helpers/updates/version-checker.php\";a:2:{s:1:\"d\";s:10:\"1421926639\";s:1:\"h\";s:32:\"8354372a93bf20778274f3d5bd1242ac\";}s:87:\"wp-content/themes/honeymoon/vamtam/admin/helpers/updates/class-envato-protected-api.php\";a:2:{s:1:\"d\";s:10:\"1421926638\";s:1:\"h\";s:32:\"2e7e00a07581fbea10f87c048ece1cbf\";}s:57:\"wp-content/themes/honeymoon/vamtam/admin/helpers/base.php\";a:2:{s:1:\"d\";s:10:\"1421926572\";s:1:\"h\";s:32:\"d2438abdc6e6c773e789a139b579aa4d\";}s:70:\"wp-content/themes/honeymoon/vamtam/admin/helpers/shortcodes/render.php\";a:2:{s:1:\"d\";s:10:\"1421926638\";s:1:\"h\";s:32:\"e26e9ce1804e68893ff4c9e4139c83c7\";}s:67:\"wp-content/themes/honeymoon/vamtam/admin/templates/social-links.php\";a:2:{s:1:\"d\";s:10:\"1421926574\";s:1:\"h\";s:32:\"3db1789fab50163ce698ce40fb469270\";}s:57:\"wp-content/themes/honeymoon/vamtam/admin/options/help.php\";a:2:{s:1:\"d\";s:10:\"1421926574\";s:1:\"h\";s:32:\"de6353a75b29cc34745300e488bb1f7c\";}s:60:\"wp-content/themes/honeymoon/vamtam/admin/types/portfolio.php\";a:2:{s:1:\"d\";s:10:\"1421926576\";s:1:\"h\";s:32:\"6706f8bf066d1925d226b979cbad14c9\";}s:66:\"wp-content/themes/honeymoon/vamtam/admin/assets/images/loading.gif\";a:2:{s:1:\"d\";s:10:\"1421926630\";s:1:\"h\";s:32:\"e6611f867d63754b7a2a974fb0a0e7dc\";}s:65:\"wp-content/themes/honeymoon/vamtam/admin/assets/css/wpv_admin.css\";a:2:{s:1:\"d\";s:10:\"1421926627\";s:1:\"h\";s:32:\"e6fb1f6d251464c3ac5e3b860ef04948\";}s:61:\"wp-content/themes/honeymoon/vamtam/admin/assets/css/fonts.css\";a:2:{s:1:\"d\";s:10:\"1421926625\";s:1:\"h\";s:32:\"8108e46a964626c8555158a2c53a1431\";}s:72:\"wp-content/themes/honeymoon/vamtam/admin/assets/css/va-icon-chardef.less\";a:2:{s:1:\"d\";s:10:\"1421926626\";s:1:\"h\";s:32:\"7dff0f17278909067909e8291d05d636\";}s:60:\"wp-content/themes/honeymoon/vamtam/admin/assets/css/ie78.css\";a:2:{s:1:\"d\";s:10:\"1421926626\";s:1:\"h\";s:32:\"25a1f407e39304ca41bc94fee713953c\";}s:64:\"wp-content/themes/honeymoon/vamtam/admin/assets/css/magnific.css\";a:2:{s:1:\"d\";s:10:\"1421926626\";s:1:\"h\";s:32:\"5d4882a540ab0fae5c6f815adfdb0545\";}s:66:\"wp-content/themes/honeymoon/vamtam/admin/assets/css/wpv_admin.less\";a:2:{s:1:\"d\";s:10:\"1421926627\";s:1:\"h\";s:32:\"86dbb9c0ad0275aa0d50a7c257e9a64d\";}s:62:\"wp-content/themes/honeymoon/vamtam/admin/assets/css/fonts.less\";a:2:{s:1:\"d\";s:10:\"1421926625\";s:1:\"h\";s:32:\"ddc1bc5513c42af3b822f30d43b399a4\";}s:73:\"wp-content/themes/honeymoon/vamtam/admin/assets/css/shortcode-preview.css\";a:2:{s:1:\"d\";s:10:\"1421926626\";s:1:\"h\";s:32:\"112f27d25e4d3f2a367ef3bf84d925ba\";}s:63:\"wp-content/themes/honeymoon/vamtam/admin/assets/js/admin-all.js\";a:2:{s:1:\"d\";s:10:\"1421926631\";s:1:\"h\";s:32:\"c3444dbcdc51744b2fc08dd3a0def18e\";}s:63:\"wp-content/themes/honeymoon/vamtam/admin/assets/js/shortcode.js\";a:2:{s:1:\"d\";s:10:\"1421926632\";s:1:\"h\";s:32:\"ebcd2490b430b959fd94f399e4739e87\";}s:72:\"wp-content/themes/honeymoon/vamtam/admin/assets/js/shortcodes_tinymce.js\";a:2:{s:1:\"d\";s:10:\"1421926632\";s:1:\"h\";s:32:\"067830f769eb652565a9ea11f0ca1c64\";}s:73:\"wp-content/themes/honeymoon/vamtam/admin/assets/js/post-format-options.js\";a:2:{s:1:\"d\";s:10:\"1421926632\";s:1:\"h\";s:32:\"8d3976543e297afd5469f7b5e1569f8b\";}s:69:\"wp-content/themes/honeymoon/vamtam/admin/assets/js/custom-sidebars.js\";a:2:{s:1:\"d\";s:10:\"1421926631\";s:1:\"h\";s:32:\"108836e9bbec2d1fb89067b67aac159e\";}s:69:\"wp-content/themes/honeymoon/vamtam/admin/assets/js/jquery.ui.range.js\";a:2:{s:1:\"d\";s:10:\"1421926632\";s:1:\"h\";s:32:\"cdfac317a74446786bbd279848b88de9\";}s:67:\"wp-content/themes/honeymoon/vamtam/admin/assets/js/admin-all.min.js\";a:2:{s:1:\"d\";s:10:\"1421926631\";s:1:\"h\";s:32:\"b2000d4553644c5bb7fa871a079f7d51\";}s:89:\"wp-content/themes/honeymoon/vamtam/admin/assets/js/plugins/jquery.wpv.backgroundoption.js\";a:2:{s:1:\"d\";s:10:\"1421926685\";s:1:\"h\";s:32:\"e5814582de671f91988051c999d5bd5f\";}s:84:\"wp-content/themes/honeymoon/vamtam/admin/assets/js/plugins/jquery.wpv.colorpicker.js\";a:2:{s:1:\"d\";s:10:\"1421926685\";s:1:\"h\";s:32:\"c4d8e523ba6220f238eb0192dd65c392\";}s:86:\"wp-content/themes/honeymoon/vamtam/admin/assets/js/plugins/jquery.wpv.iconsselector.js\";a:2:{s:1:\"d\";s:10:\"1421926686\";s:1:\"h\";s:32:\"4995cf1db73f8b2ccd1c59cc98aa985d\";}s:63:\"wp-content/themes/honeymoon/vamtam/admin/assets/js/wpv_admin.js\";a:2:{s:1:\"d\";s:10:\"1421926632\";s:1:\"h\";s:32:\"23ea8a95390c52b4d023d271242780a1\";}s:66:\"wp-content/themes/honeymoon/vamtam/admin/assets/js/social-links.js\";a:2:{s:1:\"d\";s:10:\"1421926632\";s:1:\"h\";s:32:\"17f77eaabd81f9d406a32de4f9cbb020\";}s:60:\"wp-content/themes/honeymoon/vamtam/admin/assets/js/upload.js\";a:2:{s:1:\"d\";s:10:\"1421926632\";s:1:\"h\";s:32:\"7daac3f7604a564068cc98131673a80a\";}s:71:\"wp-content/themes/honeymoon/vamtam/admin/assets/js/horizontal-blocks.js\";a:2:{s:1:\"d\";s:10:\"1421926631\";s:1:\"h\";s:32:\"72c6befdca09df00ac9f45a51a6f1599\";}s:70:\"wp-content/themes/honeymoon/vamtam/admin/assets/fonts/vamtam-admin.eot\";a:2:{s:1:\"d\";s:10:\"1421926627\";s:1:\"h\";s:32:\"6ba814579dc1e743f17c03a543ae6810\";}s:70:\"wp-content/themes/honeymoon/vamtam/admin/assets/fonts/vamtam-admin.svg\";a:2:{s:1:\"d\";s:10:\"1421926628\";s:1:\"h\";s:32:\"0d3eb93db2fc205e2d099506f41447e0\";}s:74:\"wp-content/themes/honeymoon/vamtam/admin/assets/fonts/vamtam-admin.dev.svg\";a:2:{s:1:\"d\";s:10:\"1421926627\";s:1:\"h\";s:32:\"e07970e0d6291ad9a19d664627c566ad\";}s:70:\"wp-content/themes/honeymoon/vamtam/admin/assets/fonts/vamtam-admin.ttf\";a:2:{s:1:\"d\";s:10:\"1421926628\";s:1:\"h\";s:32:\"2f7e8f5440b80073773f12b08fea3da3\";}s:71:\"wp-content/themes/honeymoon/vamtam/admin/assets/fonts/vamtam-admin.woff\";a:2:{s:1:\"d\";s:10:\"1421926628\";s:1:\"h\";s:32:\"68930ee24568e9d7c312cbf68fb2e929\";}s:65:\"wp-content/themes/honeymoon/vamtam/admin/classes/icons-helper.php\";a:2:{s:1:\"d\";s:10:\"1421926570\";s:1:\"h\";s:32:\"385b07d5961a1917b6b6fdfd366a0c19\";}s:73:\"wp-content/themes/honeymoon/vamtam/admin/classes/shortcodes-generator.php\";a:2:{s:1:\"d\";s:10:\"1421926570\";s:1:\"h\";s:32:\"3e45c068330991f52287201e4c786689\";}s:68:\"wp-content/themes/honeymoon/vamtam/admin/classes/skin-management.php\";a:2:{s:1:\"d\";s:10:\"1421926571\";s:1:\"h\";s:32:\"f7c330e977666e917d8e2775777d14fd\";}s:72:\"wp-content/themes/honeymoon/vamtam/admin/classes/metaboxes-generator.php\";a:2:{s:1:\"d\";s:10:\"1421926570\";s:1:\"h\";s:32:\"45f40d046d1039b3535601cc914e308a\";}s:57:\"wp-content/themes/honeymoon/vamtam/admin/classes/ajax.php\";a:2:{s:1:\"d\";s:10:\"1421926569\";s:1:\"h\";s:32:\"5d316f494aa9884cb1797225334e955f\";}s:70:\"wp-content/themes/honeymoon/vamtam/admin/classes/sidebar-interface.php\";a:2:{s:1:\"d\";s:10:\"1421926570\";s:1:\"h\";s:32:\"8eee2b4b782c3f805ac6dae2e3dcd78e\";}s:65:\"wp-content/themes/honeymoon/vamtam/admin/classes/fonts-helper.php\";a:2:{s:1:\"d\";s:10:\"1421926570\";s:1:\"h\";s:32:\"8c7c30d683872219b071c26f4fb1883d\";}s:69:\"wp-content/themes/honeymoon/vamtam/admin/classes/config-generator.php\";a:2:{s:1:\"d\";s:10:\"1421926570\";s:1:\"h\";s:32:\"d58cd2776c43120a051bd7cf1ef2ed4a\";}s:66:\"wp-content/themes/honeymoon/vamtam/admin/classes/update-notice.php\";a:2:{s:1:\"d\";s:10:\"1421926571\";s:1:\"h\";s:32:\"50bb02132f04c105e6ed7dd625df3cde\";}s:58:\"wp-content/themes/honeymoon/vamtam/admin/classes/admin.php\";a:2:{s:1:\"d\";s:10:\"1421926570\";s:1:\"h\";s:32:\"00ea63cc4d3a885a361a70676c4e5c3b\";}s:55:\"wp-content/themes/honeymoon/vamtam/classes/enqueues.php\";a:2:{s:1:\"d\";s:10:\"1421926490\";s:1:\"h\";s:32:\"e0071935bfbbc558f026c5d24935bb24\";}s:58:\"wp-content/themes/honeymoon/vamtam/classes/menu-walker.php\";a:2:{s:1:\"d\";s:10:\"1421926490\";s:1:\"h\";s:32:\"d0bcde37c9cec8ad7cdafff5612fa053\";}s:56:\"wp-content/themes/honeymoon/vamtam/classes/framework.php\";a:2:{s:1:\"d\";s:10:\"1421926490\";s:1:\"h\";s:32:\"f54d393afb05cf761e77e48ec17d4e37\";}s:66:\"wp-content/themes/honeymoon/vamtam/classes/shortcode-overrides.php\";a:2:{s:1:\"d\";s:10:\"1421926492\";s:1:\"h\";s:32:\"3c89dddaa53f187dd91a6ca053cb6861\";}s:60:\"wp-content/themes/honeymoon/vamtam/classes/mobile-detect.php\";a:2:{s:1:\"d\";s:10:\"1421926491\";s:1:\"h\";s:32:\"8bb5723c59fabc16beb83e9385b31205\";}s:59:\"wp-content/themes/honeymoon/vamtam/classes/post-formats.php\";a:2:{s:1:\"d\";s:10:\"1421926491\";s:1:\"h\";s:32:\"f828ed65a86eb8a6e583e54f4b090321\";}s:52:\"wp-content/themes/honeymoon/vamtam/classes/lessc.php\";a:2:{s:1:\"d\";s:10:\"1421926491\";s:1:\"h\";s:32:\"fa439b97e7d1add5d7bdccf5ad9f32d7\";}s:56:\"wp-content/themes/honeymoon/vamtam/classes/templates.php\";a:2:{s:1:\"d\";s:10:\"1421926492\";s:1:\"h\";s:32:\"b98616cee713ef7bdef8f37b94762210\";}s:64:\"wp-content/themes/honeymoon/vamtam/classes/plugin-activation.php\";a:2:{s:1:\"d\";s:10:\"1421926492\";s:1:\"h\";s:32:\"827c166331587b75f927a75efd62f460\";}s:60:\"wp-content/themes/honeymoon/vamtam/classes/format-filter.php\";a:2:{s:1:\"d\";s:10:\"1421926489\";s:1:\"h\";s:32:\"8e019b34d15f81c2c2300ee9ff34a9e2\";}s:55:\"wp-content/themes/honeymoon/vamtam/classes/sidebars.php\";a:2:{s:1:\"d\";s:10:\"1421926492\";s:1:\"h\";s:32:\"38ad7643e98c05c94e8c7c26472a3d21\";}s:51:\"wp-content/themes/honeymoon/vamtam/classes/less.php\";a:2:{s:1:\"d\";s:10:\"1421926490\";s:1:\"h\";s:32:\"dc461a901a0e9aad9a7ced3bd95b26bf\";}s:60:\"wp-content/themes/honeymoon/documentation/api/img/loader.gif\";a:2:{s:1:\"d\";s:10:\"1421926540\";s:1:\"h\";s:32:\"74a0de894cb0b91d2428f1bc2f98e73b\";}s:66:\"wp-content/themes/honeymoon/documentation/api/img/icons/search.gif\";a:2:{s:1:\"d\";s:10:\"1421926619\";s:1:\"h\";s:32:\"bc255b0f56741b4ac563d9e596e5e7b9\";}s:64:\"wp-content/themes/honeymoon/documentation/api/img/icons/file.gif\";a:2:{s:1:\"d\";s:10:\"1421926618\";s:1:\"h\";s:32:\"9ab0e28d85d8ab5eb954fc28f6ac1e80\";}s:73:\"wp-content/themes/honeymoon/documentation/api/img/icons/icon_template.svg\";a:2:{s:1:\"d\";s:10:\"1421926618\";s:1:\"h\";s:32:\"3e4e5471fa44c20ec9f4613b29460a8d\";}s:66:\"wp-content/themes/honeymoon/documentation/api/img/icons/folder.gif\";a:2:{s:1:\"d\";s:10:\"1421926618\";s:1:\"h\";s:32:\"9f41e1454905fd7416f89aa4380a65e1\";}s:67:\"wp-content/themes/honeymoon/documentation/api/img/icons/favicon.ico\";a:2:{s:1:\"d\";s:10:\"1421926617\";s:1:\"h\";s:32:\"cb57885028c97c4af37173bd1e3ed697\";}s:80:\"wp-content/themes/honeymoon/documentation/api/img/iviewer/iviewer.zoom_zero2.gif\";a:2:{s:1:\"d\";s:10:\"1421926621\";s:1:\"h\";s:32:\"3ae6c9e28752edc0a29fd20314ebc735\";}s:66:\"wp-content/themes/honeymoon/documentation/api/img/iviewer/hand.cur\";a:2:{s:1:\"d\";s:10:\"1421926620\";s:1:\"h\";s:32:\"2e6b72311fd0d527dce4b5e26b25c1e6\";}s:79:\"wp-content/themes/honeymoon/documentation/api/img/iviewer/iviewer.zoom_out2.gif\";a:2:{s:1:\"d\";s:10:\"1421926620\";s:1:\"h\";s:32:\"0bcafa55f7e28ea3d89766dc301d8e72\";}s:79:\"wp-content/themes/honeymoon/documentation/api/img/iviewer/iviewer.zoom_fit2.gif\";a:2:{s:1:\"d\";s:10:\"1421926620\";s:1:\"h\";s:32:\"336479f36dac6dbce873351d7bb389da\";}s:66:\"wp-content/themes/honeymoon/documentation/api/img/iviewer/grab.cur\";a:2:{s:1:\"d\";s:10:\"1421926620\";s:1:\"h\";s:32:\"006279d108b71864c0b5793dc1f0dd96\";}s:78:\"wp-content/themes/honeymoon/documentation/api/img/iviewer/iviewer.zoom_in2.gif\";a:2:{s:1:\"d\";s:10:\"1421926620\";s:1:\"h\";s:32:\"f6965e8fbcbd0890ab6658be618d0887\";}s:61:\"wp-content/themes/honeymoon/documentation/api/img/favicon.ico\";a:2:{s:1:\"d\";s:10:\"1421926539\";s:1:\"h\";s:32:\"34f05791b5842ab0596600bff367b05d\";}s:57:\"wp-content/themes/honeymoon/documentation/api/classes.svg\";a:2:{s:1:\"d\";s:10:\"1421926469\";s:1:\"h\";s:32:\"f84e7a66aea7cb974f4ff3e09b7659c4\";}s:62:\"wp-content/themes/honeymoon/documentation/api/css/template.css\";a:2:{s:1:\"d\";s:10:\"1421926538\";s:1:\"h\";s:32:\"a80e77e73bc53622f1f2514f377d1fa0\";}s:62:\"wp-content/themes/honeymoon/documentation/api/css/prettify.css\";a:2:{s:1:\"d\";s:10:\"1421926537\";s:1:\"h\";s:32:\"ecd4a5d6c0cbee10b168f6aa000c64ea\";}s:78:\"wp-content/themes/honeymoon/documentation/api/css/bootstrap-responsive.min.css\";a:2:{s:1:\"d\";s:10:\"1421926536\";s:1:\"h\";s:32:\"2f5c1d88d5f3de9552e97dae2ecf0417\";}s:63:\"wp-content/themes/honeymoon/documentation/api/css/bootstrap.css\";a:2:{s:1:\"d\";s:10:\"1421926537\";s:1:\"h\";s:32:\"077087a60128d500e8a29f09183d0985\";}s:68:\"wp-content/themes/honeymoon/documentation/api/css/jquery.iviewer.css\";a:2:{s:1:\"d\";s:10:\"1421926537\";s:1:\"h\";s:32:\"5b5213559155616f0f24019fafb1b3f3\";}s:74:\"wp-content/themes/honeymoon/documentation/api/css/bootstrap-responsive.css\";a:2:{s:1:\"d\";s:10:\"1421926536\";s:1:\"h\";s:32:\"86da6665814cd8f49aef1cd9ba702bdb\";}s:67:\"wp-content/themes/honeymoon/documentation/api/css/bootstrap.min.css\";a:2:{s:1:\"d\";s:10:\"1421926537\";s:1:\"h\";s:32:\"525254a62a8c4cfe4441828be84ffff6\";}s:58:\"wp-content/themes/honeymoon/documentation/api/markers.html\";a:2:{s:1:\"d\";s:10:\"1421926471\";s:1:\"h\";s:32:\"0d13c051257c0bad12ce4abd5d5c0339\";}s:56:\"wp-content/themes/honeymoon/documentation/api/index.html\";a:2:{s:1:\"d\";s:10:\"1421926470\";s:1:\"h\";s:32:\"b801e04592183e48ab7be8dc43d43568\";}s:62:\"wp-content/themes/honeymoon/documentation/api/graph_class.html\";a:2:{s:1:\"d\";s:10:\"1421926470\";s:1:\"h\";s:32:\"a2bf76eb8162f0984ef29cd1994da728\";}s:73:\"wp-content/themes/honeymoon/documentation/api/js/jquery.mousewheel.min.js\";a:2:{s:1:\"d\";s:10:\"1421926545\";s:1:\"h\";s:32:\"fde6509fae2cafdb6d97e4a9a60cce66\";}s:68:\"wp-content/themes/honeymoon/documentation/api/js/jquery.tools.min.js\";a:2:{s:1:\"d\";s:10:\"1421926546\";s:1:\"h\";s:32:\"228a24590ee3139cf3b6476378c6ad8d\";}s:60:\"wp-content/themes/honeymoon/documentation/api/js/template.js\";a:2:{s:1:\"d\";s:10:\"1421926546\";s:1:\"h\";s:32:\"036658cd875eaffa0f4f5cc286f1b188\";}s:78:\"wp-content/themes/honeymoon/documentation/api/js/jquery-ui-1.8.2.custom.min.js\";a:2:{s:1:\"d\";s:10:\"1421926545\";s:1:\"h\";s:32:\"b8ba22c2d061ccb1230276b05f83f07e\";}s:67:\"wp-content/themes/honeymoon/documentation/api/js/jquery.splitter.js\";a:2:{s:1:\"d\";s:10:\"1421926545\";s:1:\"h\";s:32:\"05d7dd4db2f6cac2a0f750b7e42eb618\";}s:65:\"wp-content/themes/honeymoon/documentation/api/js/bootstrap.min.js\";a:2:{s:1:\"d\";s:10:\"1421926541\";s:1:\"h\";s:32:\"65aa619d80ebcdd8435134a3fdf80b8b\";}s:68:\"wp-content/themes/honeymoon/documentation/api/js/prettify/lang-go.js\";a:2:{s:1:\"d\";s:10:\"1421926622\";s:1:\"h\";s:32:\"45e6b8ed96a6402e6895ba3faac45cdd\";}s:71:\"wp-content/themes/honeymoon/documentation/api/js/prettify/lang-scala.js\";a:2:{s:1:\"d\";s:10:\"1421926623\";s:1:\"h\";s:32:\"5abc88be48db6dcf53507717394b6884\";}s:69:\"wp-content/themes/honeymoon/documentation/api/js/prettify/lang-lua.js\";a:2:{s:1:\"d\";s:10:\"1421926622\";s:1:\"h\";s:32:\"1847644558d1150884bf2466760bfe5f\";}s:69:\"wp-content/themes/honeymoon/documentation/api/js/prettify/lang-css.js\";a:2:{s:1:\"d\";s:10:\"1421926622\";s:1:\"h\";s:32:\"914365fa44cd3c094afc7c0de229e29e\";}s:68:\"wp-content/themes/honeymoon/documentation/api/js/prettify/lang-xq.js\";a:2:{s:1:\"d\";s:10:\"1421926624\";s:1:\"h\";s:32:\"ebc66642254c40bdd21f56c80e477918\";}s:70:\"wp-content/themes/honeymoon/documentation/api/js/prettify/lang-yaml.js\";a:2:{s:1:\"d\";s:10:\"1421926624\";s:1:\"h\";s:32:\"e0367f932b3ea37ef511ecb4d1d236e1\";}s:68:\"wp-content/themes/honeymoon/documentation/api/js/prettify/lang-hs.js\";a:2:{s:1:\"d\";s:10:\"1421926622\";s:1:\"h\";s:32:\"9a14e838945e476bc3c521c94d93d8a0\";}s:69:\"wp-content/themes/honeymoon/documentation/api/js/prettify/lang-sql.js\";a:2:{s:1:\"d\";s:10:\"1421926623\";s:1:\"h\";s:32:\"a0e5e380bc97357c6fa53200681891b7\";}s:70:\"wp-content/themes/honeymoon/documentation/api/js/prettify/lang-vhdl.js\";a:2:{s:1:\"d\";s:10:\"1421926623\";s:1:\"h\";s:32:\"78a2010abdad48e8861ec1768eae311a\";}s:67:\"wp-content/themes/honeymoon/documentation/api/js/prettify/lang-n.js\";a:2:{s:1:\"d\";s:10:\"1421926622\";s:1:\"h\";s:32:\"9e09c76bc604eae10fc43ae690e974d4\";}s:69:\"wp-content/themes/honeymoon/documentation/api/js/prettify/lang-tex.js\";a:2:{s:1:\"d\";s:10:\"1421926623\";s:1:\"h\";s:32:\"cc32652924e7e4988d3f222578a1e301\";}s:68:\"wp-content/themes/honeymoon/documentation/api/js/prettify/lang-ml.js\";a:2:{s:1:\"d\";s:10:\"1421926622\";s:1:\"h\";s:32:\"f496446547053e2f83301691061cb341\";}s:73:\"wp-content/themes/honeymoon/documentation/api/js/prettify/prettify.min.js\";a:2:{s:1:\"d\";s:10:\"1421926624\";s:1:\"h\";s:32:\"709bfcc456c694bfe8ee86d184a1c360\";}s:71:\"wp-content/themes/honeymoon/documentation/api/js/prettify/lang-proto.js\";a:2:{s:1:\"d\";s:10:\"1421926623\";s:1:\"h\";s:32:\"873efd03c9897ad38d134f95c6eaaabd\";}s:70:\"wp-content/themes/honeymoon/documentation/api/js/prettify/lang-wiki.js\";a:2:{s:1:\"d\";s:10:\"1421926623\";s:1:\"h\";s:32:\"6e4eca4a92142fbdf4242851cec7b472\";}s:69:\"wp-content/themes/honeymoon/documentation/api/js/prettify/lang-clj.js\";a:2:{s:1:\"d\";s:10:\"1421926621\";s:1:\"h\";s:32:\"4570c075cc21c2cc97676fd1cecf76b8\";}s:72:\"wp-content/themes/honeymoon/documentation/api/js/prettify/lang-apollo.js\";a:2:{s:1:\"d\";s:10:\"1421926621\";s:1:\"h\";s:32:\"b2c7374428473edcfd949a6fd3bbe7d1\";}s:68:\"wp-content/themes/honeymoon/documentation/api/js/prettify/lang-vb.js\";a:2:{s:1:\"d\";s:10:\"1421926623\";s:1:\"h\";s:32:\"d6f6848c2d54a0a64e62778fedc24270\";}s:70:\"wp-content/themes/honeymoon/documentation/api/js/prettify/lang-lisp.js\";a:2:{s:1:\"d\";s:10:\"1421926622\";s:1:\"h\";s:32:\"36135ae6f7a0aca0eab647ef2d8e1df0\";}s:66:\"wp-content/themes/honeymoon/documentation/api/js/jquery.panzoom.js\";a:2:{s:1:\"d\";s:10:\"1421926545\";s:1:\"h\";s:32:\"29e87cd954717c3b17c09128d7ecc230\";}s:58:\"wp-content/themes/honeymoon/documentation/api/js/SVGPan.js\";a:2:{s:1:\"d\";s:10:\"1421926546\";s:1:\"h\";s:32:\"130ebea375319e14ae4bc6b5ed1667f1\";}s:56:\"wp-content/themes/honeymoon/documentation/api/js/menu.js\";a:2:{s:1:\"d\";s:10:\"1421926546\";s:1:\"h\";s:32:\"88f7898f0eee1d17471a61e1ef4c5c85\";}s:67:\"wp-content/themes/honeymoon/documentation/api/js/jquery.treeview.js\";a:2:{s:1:\"d\";s:10:\"1421926546\";s:1:\"h\";s:32:\"b8bebcbdde81a3a8509cc39c26f74e7b\";}s:68:\"wp-content/themes/honeymoon/documentation/api/js/jquery-1.7.1.min.js\";a:2:{s:1:\"d\";s:10:\"1421926544\";s:1:\"h\";s:32:\"58a9f922eb0ed74b3e88fc77a676f8c1\";}s:65:\"wp-content/themes/honeymoon/documentation/api/js/jquery.cookie.js\";a:2:{s:1:\"d\";s:10:\"1421926544\";s:1:\"h\";s:32:\"ed41694d2e96025cf8ee8942addd400b\";}s:66:\"wp-content/themes/honeymoon/documentation/api/js/jquery.iviewer.js\";a:2:{s:1:\"d\";s:10:\"1421926545\";s:1:\"h\";s:32:\"bf0534d3b04f4505331e78db06bf9a6b\";}s:59:\"wp-content/themes/honeymoon/documentation/api/js/sidebar.js\";a:2:{s:1:\"d\";s:10:\"1421926546\";s:1:\"h\";s:32:\"7b49d6dc029387f2c55708c05273edf0\";}s:61:\"wp-content/themes/honeymoon/documentation/api/js/bootstrap.js\";a:2:{s:1:\"d\";s:10:\"1421926541\";s:1:\"h\";s:32:\"7affe4da9adefaecc32e6323d74d8562\";}s:70:\"wp-content/themes/honeymoon/documentation/api/js/jquery.iviewer.min.js\";a:2:{s:1:\"d\";s:10:\"1421926545\";s:1:\"h\";s:32:\"84a024e615ec6c9a66c8c6d323dcfa44\";}s:68:\"wp-content/themes/honeymoon/documentation/api/js/jquery-1.4.2.min.js\";a:2:{s:1:\"d\";s:10:\"1421926542\";s:1:\"h\";s:32:\"10092eee563dec2dca82b77d2cf5a1ae\";}s:73:\"wp-content/themes/honeymoon/documentation/api/namespaces/Grunt.PhpCs.html\";a:2:{s:1:\"d\";s:10:\"1421926547\";s:1:\"h\";s:32:\"43e4d9150ad570937dd3841e29b2006f\";}s:69:\"wp-content/themes/honeymoon/documentation/api/namespaces/default.html\";a:2:{s:1:\"d\";s:10:\"1421926548\";s:1:\"h\";s:32:\"a4ad8a5fac52fc26bbe12eb830a5c41c\";}s:67:\"wp-content/themes/honeymoon/documentation/api/namespaces/Grunt.html\";a:2:{s:1:\"d\";s:10:\"1421926547\";s:1:\"h\";s:32:\"9dcf661b2e2b3b952e4dc63f687a5390\";}s:63:\"wp-content/themes/honeymoon/documentation/api/packages/wpv.html\";a:2:{s:1:\"d\";s:10:\"1421926549\";s:1:\"h\";s:32:\"9c3d21d38870404b4802f9596e86b764\";}s:67:\"wp-content/themes/honeymoon/documentation/api/packages/default.html\";a:2:{s:1:\"d\";s:10:\"1421926549\";s:1:\"h\";s:32:\"3850eb90753e026c8e18e6ae71f23e04\";}s:70:\"wp-content/themes/honeymoon/documentation/api/classes/WpvSidebars.html\";a:2:{s:1:\"d\";s:10:\"1421926524\";s:1:\"h\";s:32:\"eb77efedb651f44a31d6a8ce6f46cd4a\";}s:74:\"wp-content/themes/honeymoon/documentation/api/classes/WPV_Timed_Event.html\";a:2:{s:1:\"d\";s:10:\"1421926534\";s:1:\"h\";s:32:\"f9e053f25178ab60b46fbacbedb93720\";}s:76:\"wp-content/themes/honeymoon/documentation/api/classes/Grunt.PhpCs.World.html\";a:2:{s:1:\"d\";s:10:\"1421926512\";s:1:\"h\";s:32:\"d7dd792edc4ca9d6c8d361c28c03aec2\";}s:69:\"wp-content/themes/honeymoon/documentation/api/classes/WPV_Iframe.html\";a:2:{s:1:\"d\";s:10:\"1421926530\";s:1:\"h\";s:32:\"99b98537609e242c339e6569b95fae1c\";}s:60:\"wp-content/themes/honeymoon/documentation/api/classes/A.html\";a:2:{s:1:\"d\";s:10:\"1421926511\";s:1:\"h\";s:32:\"9f60561c73f1d9d1c1b4cfd4d09f1c19\";}s:69:\"wp-content/themes/honeymoon/documentation/api/classes/WPV_Editor.html\";a:2:{s:1:\"d\";s:10:\"1421926527\";s:1:\"h\";s:32:\"b912c5435b144161292e6307ba5ece2a\";}s:83:\"wp-content/themes/honeymoon/documentation/api/classes/WpvLesscFormatter_lessjs.html\";a:2:{s:1:\"d\";s:10:\"1421926517\";s:1:\"h\";s:32:\"863a6f51f2ec8cce8415c3c21724a844\";}s:81:\"wp-content/themes/honeymoon/documentation/api/classes/WpvShortcodesGenerator.html\";a:2:{s:1:\"d\";s:10:\"1421926523\";s:1:\"h\";s:32:\"7f23ff858a51a4372cf7da4265cc7805\";}s:68:\"wp-content/themes/honeymoon/documentation/api/classes/WPV_Blank.html\";a:2:{s:1:\"d\";s:10:\"1421926526\";s:1:\"h\";s:32:\"3c41c75a2da688ca4126a3b56560af16\";}s:71:\"wp-content/themes/honeymoon/documentation/api/classes/wpv_subpages.html\";a:2:{s:1:\"d\";s:10:\"1421926533\";s:1:\"h\";s:32:\"1565b5806a68119de5b0504924364aa6\";}s:84:\"wp-content/themes/honeymoon/documentation/api/classes/WpvLesscFormatter_classic.html\";a:2:{s:1:\"d\";s:10:\"1421926515\";s:1:\"h\";s:32:\"ef9bbab5507e4427d4ad3eadd675a9b0\";}s:72:\"wp-content/themes/honeymoon/documentation/api/classes/wpv_icon_link.html\";a:2:{s:1:\"d\";s:10:\"1421926529\";s:1:\"h\";s:32:\"19f82d252ddfb7c53f16989f9a25b910\";}s:87:\"wp-content/themes/honeymoon/documentation/api/classes/WpvLesscFormatter_compressed.html\";a:2:{s:1:\"d\";s:10:\"1421926516\";s:1:\"h\";s:32:\"d6fadb2e21c7b5896c56c1177368b286\";}s:80:\"wp-content/themes/honeymoon/documentation/api/classes/WpvShortcodeOverrides.html\";a:2:{s:1:\"d\";s:10:\"1421926522\";s:1:\"h\";s:32:\"5995e9e5b18e18555dc2f10d0cb481ea\";}s:70:\"wp-content/themes/honeymoon/documentation/api/classes/wpv_authors.html\";a:2:{s:1:\"d\";s:10:\"1421926525\";s:1:\"h\";s:32:\"43c4366681b2282143270cdd324ec8d0\";}s:72:\"wp-content/themes/honeymoon/documentation/api/classes/WPV_Accordion.html\";a:2:{s:1:\"d\";s:10:\"1421926525\";s:1:\"h\";s:32:\"1666c12db928228b940608de80f6eb16\";}s:67:\"wp-content/themes/honeymoon/documentation/api/classes/WpvAdmin.html\";a:2:{s:1:\"d\";s:10:\"1421926512\";s:1:\"h\";s:32:\"1db3c95760b6e75303789e9ed3b07439\";}s:71:\"wp-content/themes/honeymoon/documentation/api/classes/WPV_Progress.html\";a:2:{s:1:\"d\";s:10:\"1421926531\";s:1:\"h\";s:32:\"3cee2dfee2d2b7e7e97f13a0abfaf667\";}s:70:\"wp-content/themes/honeymoon/documentation/api/classes/WPV_Columns.html\";a:2:{s:1:\"d\";s:10:\"1421926526\";s:1:\"h\";s:32:\"5da846aaaa52a5af02e2821bc4177190\";}s:71:\"wp-content/themes/honeymoon/documentation/api/classes/WpvFramework.html\";a:2:{s:1:\"d\";s:10:\"1421926514\";s:1:\"h\";s:32:\"09692b8da9eebee301c43490d79201b6\";}s:73:\"wp-content/themes/honeymoon/documentation/api/classes/WpvIconsHelper.html\";a:2:{s:1:\"d\";s:10:\"1421926514\";s:1:\"h\";s:32:\"5a75db0ce11f951f039243c165353772\";}s:80:\"wp-content/themes/honeymoon/documentation/api/classes/WpvMetaboxesGenerator.html\";a:2:{s:1:\"d\";s:10:\"1421926520\";s:1:\"h\";s:32:\"f10895cd397b2507f58d9e0047607dc5\";}s:73:\"wp-content/themes/honeymoon/documentation/api/classes/WpvLesscParser.html\";a:2:{s:1:\"d\";s:10:\"1421926519\";s:1:\"h\";s:32:\"3ca9d5e0e5615a99d3127ac08e2f4dc6\";}s:73:\"wp-content/themes/honeymoon/documentation/api/classes/WPV_Expandable.html\";a:2:{s:1:\"d\";s:10:\"1421926528\";s:1:\"h\";s:32:\"a116d0dbe94f7a92ba35ab03742ab5e3\";}s:67:\"wp-content/themes/honeymoon/documentation/api/classes/WPV_Tabs.html\";a:2:{s:1:\"d\";s:10:\"1421926533\";s:1:\"h\";s:32:\"85610a82cdfac9e88d4b13b9b1cbd6d5\";}s:69:\"wp-content/themes/honeymoon/documentation/api/classes/WPV_Import.html\";a:2:{s:1:\"d\";s:10:\"1421926531\";s:1:\"h\";s:32:\"d5325171c9c97e543384eba088f115e5\";}s:71:\"wp-content/themes/honeymoon/documentation/api/classes/WpvTemplates.html\";a:2:{s:1:\"d\";s:10:\"1421926525\";s:1:\"h\";s:32:\"4b709cdf77653753f6b5e3ede89da4c4\";}s:74:\"wp-content/themes/honeymoon/documentation/api/classes/WPV_Team_Member.html\";a:2:{s:1:\"d\";s:10:\"1421926533\";s:1:\"h\";s:32:\"ad9ee93ca51904bf98ec5d5b6eb925e2\";}s:74:\"wp-content/themes/honeymoon/documentation/api/classes/WpvMobileDetect.html\";a:2:{s:1:\"d\";s:10:\"1421926523\";s:1:\"h\";s:32:\"adfe023e072f2cafdaa1ec5fa3a59196\";}s:82:\"wp-content/themes/honeymoon/documentation/api/classes/WPV_Widget_Post_Formats.html\";a:2:{s:1:\"d\";s:10:\"1421926534\";s:1:\"h\";s:32:\"3ec171554d10add7c2624d90fcb80b98\";}s:75:\"wp-content/themes/honeymoon/documentation/api/classes/WPV_Sc_Countdown.html\";a:2:{s:1:\"d\";s:10:\"1421926532\";s:1:\"h\";s:32:\"b9ffb5f5f5e4db2acbe73ccda2151709\";}s:72:\"wp-content/themes/honeymoon/documentation/api/classes/WpvMenuWalker.html\";a:2:{s:1:\"d\";s:10:\"1421926520\";s:1:\"h\";s:32:\"aa6515a717b8a19f37d3f49fcb1dbfa1\";}s:73:\"wp-content/themes/honeymoon/documentation/api/classes/WPV_WXR_Parser.html\";a:2:{s:1:\"d\";s:10:\"1421926535\";s:1:\"h\";s:32:\"654692fd7865c4172076f14131045017\";}s:68:\"wp-content/themes/honeymoon/documentation/api/classes/wpv_posts.html\";a:2:{s:1:\"d\";s:10:\"1421926531\";s:1:\"h\";s:32:\"4e6c836ec8ec15900469d5cda9144043\";}s:70:\"wp-content/themes/honeymoon/documentation/api/classes/WPV_Gallery.html\";a:2:{s:1:\"d\";s:10:\"1421926529\";s:1:\"h\";s:32:\"f1de6b4ca917cca6f7f73cda67391645\";}s:86:\"wp-content/themes/honeymoon/documentation/api/classes/WPV_Sc_WooCommerce_Featured.html\";a:2:{s:1:\"d\";s:10:\"1421926532\";s:1:\"h\";s:32:\"ded021b9c44ff6bd603d666d1433971d\";}s:69:\"wp-content/themes/honeymoon/documentation/api/classes/WPV_Slogan.html\";a:2:{s:1:\"d\";s:10:\"1421926533\";s:1:\"h\";s:32:\"5fbb12ffdc261980439573f278dd3b4b\";}s:86:\"wp-content/themes/honeymoon/documentation/api/classes/WPV_Editor_Shortcode_Config.html\";a:2:{s:1:\"d\";s:10:\"1421926528\";s:1:\"h\";s:32:\"5dc894fe87368a70b08b6a1b2c64c38e\";}s:76:\"wp-content/themes/honeymoon/documentation/api/classes/wpv_advertisement.html\";a:2:{s:1:\"d\";s:10:\"1421926525\";s:1:\"h\";s:32:\"fa7f36c81e15dd82a0c70369227fcb2e\";}s:74:\"wp-content/themes/honeymoon/documentation/api/classes/WpvFormatFilter.html\";a:2:{s:1:\"d\";s:10:\"1421926513\";s:1:\"h\";s:32:\"aff87a99812ccd995d888746d44120a0\";}s:70:\"wp-content/themes/honeymoon/documentation/api/classes/WPV_Sitemap.html\";a:2:{s:1:\"d\";s:10:\"1421926532\";s:1:\"h\";s:32:\"e629b4f0c2b1b9cfbee184417792f5ed\";}s:75:\"wp-content/themes/honeymoon/documentation/api/classes/WPV_Tribe_Events.html\";a:2:{s:1:\"d\";s:10:\"1421926534\";s:1:\"h\";s:32:\"e14c83367800e62215a1ea7a6ac926e6\";}s:75:\"wp-content/themes/honeymoon/documentation/api/classes/WPV_Contact_Info.html\";a:2:{s:1:\"d\";s:10:\"1421926526\";s:1:\"h\";s:32:\"fa9d9e2df6417ea420ac764e0327017c\";}s:76:\"wp-content/themes/honeymoon/documentation/api/classes/WPV_Widget_Import.html\";a:2:{s:1:\"d\";s:10:\"1421926534\";s:1:\"h\";s:32:\"8159932af771d47591cdec675aa18a29\";}s:74:\"wp-content/themes/honeymoon/documentation/api/classes/wpv_contactinfo.html\";a:2:{s:1:\"d\";s:10:\"1421926526\";s:1:\"h\";s:32:\"2b94d2c0993d0720600c955d4e9fc8b0\";}s:74:\"wp-content/themes/honeymoon/documentation/api/classes/wpv_gmap_widget.html\";a:2:{s:1:\"d\";s:10:\"1421926529\";s:1:\"h\";s:32:\"6154b63c3e5168fb197f2d07ec1e9800\";}s:72:\"wp-content/themes/honeymoon/documentation/api/classes/WPV_Portfolio.html\";a:2:{s:1:\"d\";s:10:\"1421926531\";s:1:\"h\";s:32:\"3cfb69e1567c04498e44842e1b6e618d\";}s:74:\"wp-content/themes/honeymoon/documentation/api/classes/Version_Checker.html\";a:2:{s:1:\"d\";s:10:\"1421926512\";s:1:\"h\";s:32:\"c91cc97177bf11377440842ef0230f49\";}s:73:\"wp-content/themes/honeymoon/documentation/api/classes/WPV_Blockquote.html\";a:2:{s:1:\"d\";s:10:\"1421926526\";s:1:\"h\";s:32:\"cb89aeeb2109b87cac2bf5e1215853ee\";}s:76:\"wp-content/themes/honeymoon/documentation/api/classes/WPV_Editor_Parser.html\";a:2:{s:1:\"d\";s:10:\"1421926528\";s:1:\"h\";s:32:\"864043cc26d0223dbf247855d950e3c8\";}s:76:\"wp-content/themes/honeymoon/documentation/api/classes/WPV_Flickr_Widget.html\";a:2:{s:1:\"d\";s:10:\"1421926529\";s:1:\"h\";s:32:\"9d3162565a448cf88b8170bab9f5301a\";}s:71:\"wp-content/themes/honeymoon/documentation/api/classes/WPV_Services.html\";a:2:{s:1:\"d\";s:10:\"1421926532\";s:1:\"h\";s:32:\"7e9cff2832665a3b8dea707bec020711\";}s:79:\"wp-content/themes/honeymoon/documentation/api/classes/WPV_WXR_Parser_Regex.html\";a:2:{s:1:\"d\";s:10:\"1421926535\";s:1:\"h\";s:32:\"ca5b8f0eab1764533f593df9532f536c\";}s:66:\"wp-content/themes/honeymoon/documentation/api/classes/WpvAjax.html\";a:2:{s:1:\"d\";s:10:\"1421926512\";s:1:\"h\";s:32:\"3d23da036e7fafd57cb3e7c58d7c200c\";}s:70:\"wp-content/themes/honeymoon/documentation/api/classes/WPV_Divider.html\";a:2:{s:1:\"d\";s:10:\"1421926527\";s:1:\"h\";s:32:\"67fc33572e1d58ac615e7a52c4a6b716\";}s:76:\"wp-content/themes/honeymoon/documentation/api/classes/WpvSkinManagement.html\";a:2:{s:1:\"d\";s:10:\"1421926524\";s:1:\"h\";s:32:\"6d77fec0c837a01781142aa541cf720c\";}s:78:\"wp-content/themes/honeymoon/documentation/api/classes/WpvSidebarInterface.html\";a:2:{s:1:\"d\";s:10:\"1421926523\";s:1:\"h\";s:32:\"1fda0b2928394363dcf0d6ce11b0b361\";}s:67:\"wp-content/themes/honeymoon/documentation/api/classes/WpvLessc.html\";a:2:{s:1:\"d\";s:10:\"1421926519\";s:1:\"h\";s:32:\"61b6aca081494a362ccb682f59a8263d\";}s:77:\"wp-content/themes/honeymoon/documentation/api/classes/WpvConfigGenerator.html\";a:2:{s:1:\"d\";s:10:\"1421926513\";s:1:\"h\";s:32:\"59ed86a4a6dbe8b4d6fe297986931ad1\";}s:67:\"wp-content/themes/honeymoon/documentation/api/classes/WPV_Text.html\";a:2:{s:1:\"d\";s:10:\"1421926533\";s:1:\"h\";s:32:\"4f4c1c173ab78b3208d91d410190f5fa\";}s:73:\"wp-content/themes/honeymoon/documentation/api/classes/WpvFontsHelper.html\";a:2:{s:1:\"d\";s:10:\"1421926513\";s:1:\"h\";s:32:\"1b89fd6e95ee44f22e00fd336be9b7fe\";}s:67:\"wp-content/themes/honeymoon/documentation/api/classes/WPV_Gmap.html\";a:2:{s:1:\"d\";s:10:\"1421926529\";s:1:\"h\";s:32:\"86757bd5c2134f6e6af360a4e17a75ee\";}s:67:\"wp-content/themes/honeymoon/documentation/api/classes/WPV_Blog.html\";a:2:{s:1:\"d\";s:10:\"1421926526\";s:1:\"h\";s:32:\"e2b28bfb1d1989b7dd3620a9cefe86fa\";}s:73:\"wp-content/themes/honeymoon/documentation/api/classes/WpvPostFormats.html\";a:2:{s:1:\"d\";s:10:\"1421926521\";s:1:\"h\";s:32:\"95a01f430b43dc1be10483583cd82b17\";}s:79:\"wp-content/themes/honeymoon/documentation/api/classes/WPV_RevSlider_Import.html\";a:2:{s:1:\"d\";s:10:\"1421926532\";s:1:\"h\";s:32:\"91313f31c8e20c7987d1e8d8b260813d\";}s:66:\"wp-content/themes/honeymoon/documentation/api/classes/WpvLess.html\";a:2:{s:1:\"d\";s:10:\"1421926514\";s:1:\"h\";s:32:\"7be6b81b8cb38e52126a985ad5c825ef\";}s:68:\"wp-content/themes/honeymoon/documentation/api/classes/WPV_Price.html\";a:2:{s:1:\"d\";s:10:\"1421926531\";s:1:\"h\";s:32:\"5ef5513673b363361617142c3a46fce6\";}s:74:\"wp-content/themes/honeymoon/documentation/api/classes/WpvUpdateNotice.html\";a:2:{s:1:\"d\";s:10:\"1421926524\";s:1:\"h\";s:32:\"031c7d670f8214617cb6be2d508f4cf8\";}s:69:\"wp-content/themes/honeymoon/documentation/api/classes/WPV_Flickr.html\";a:2:{s:1:\"d\";s:10:\"1421926529\";s:1:\"h\";s:32:\"60a9d04b5ea5815c79d6d6abe27264f1\";}s:74:\"wp-content/themes/honeymoon/documentation/api/classes/WPV_Editor_AJAX.html\";a:2:{s:1:\"d\";s:10:\"1421926528\";s:1:\"h\";s:32:\"087b5713a7f41fd488971158cce981f9\";}s:70:\"wp-content/themes/honeymoon/documentation/api/classes/WpvEnqueues.html\";a:2:{s:1:\"d\";s:10:\"1421926513\";s:1:\"h\";s:32:\"99ebf6e00e4dbe1f8f6eff38d49c71a9\";}s:71:\"wp-content/themes/honeymoon/documentation/api/classes/WPV_Linkarea.html\";a:2:{s:1:\"d\";s:10:\"1421926530\";s:1:\"h\";s:32:\"0aead3748f357cdea9553e21f3636e66\";}s:75:\"wp-content/themes/honeymoon/documentation/api/classes/WPV_Text_Divider.html\";a:2:{s:1:\"d\";s:10:\"1421926534\";s:1:\"h\";s:32:\"a39a4db186b41f9304c3b996382f8a7b\";}s:70:\"wp-content/themes/honeymoon/documentation/api/classes/WPV_Twitter.html\";a:2:{s:1:\"d\";s:10:\"1421926534\";s:1:\"h\";s:32:\"d5e0fbcf19bf1e2eeb6b527b8052f864\";}s:61:\"wp-content/themes/honeymoon/documentation/api/deprecated.html\";a:2:{s:1:\"d\";s:10:\"1421926469\";s:1:\"h\";s:32:\"f511d60c801cf4e647f081d9fdf49290\";}s:57:\"wp-content/themes/honeymoon/documentation/api/errors.html\";a:2:{s:1:\"d\";s:10:\"1421926476\";s:1:\"h\";s:32:\"299ea551d84a1b71a9a61f7462652c76\";}s:42:\"wp-content/themes/honeymoon/attachment.php\";a:2:{s:1:\"d\";s:10:\"1421926446\";s:1:\"h\";s:32:\"fdfca962eefabf008226412cb29449be\";}s:39:\"wp-content/themes/honeymoon/onepage.php\";a:2:{s:1:\"d\";s:10:\"1421926448\";s:1:\"h\";s:32:\"07baa23bdc450a572b3bc62f145d2d16\";}s:64:\"wp-content/themes/honeymoon/woocommerce/myaccount/form-login.php\";a:2:{s:1:\"d\";s:10:\"1421926508\";s:1:\"h\";s:32:\"24e4af97ba72199836264f35874fa093\";}s:64:\"wp-content/themes/honeymoon/woocommerce/global/wrapper-start.php\";a:2:{s:1:\"d\";s:10:\"1421926508\";s:1:\"h\";s:32:\"2f7d11e0849dd250c1e8a76d5c265790\";}s:62:\"wp-content/themes/honeymoon/woocommerce/global/wrapper-end.php\";a:2:{s:1:\"d\";s:10:\"1421926508\";s:1:\"h\";s:32:\"a8595df9943af7c36a326a30bb007cb3\";}s:65:\"wp-content/themes/honeymoon/woocommerce/single-product/review.php\";a:2:{s:1:\"d\";s:10:\"1421926509\";s:1:\"h\";s:32:\"95e6829b2750d8c4ba95ffb5511b8003\";}s:72:\"wp-content/themes/honeymoon/woocommerce/single-product/product-image.php\";a:2:{s:1:\"d\";s:10:\"1421926509\";s:1:\"h\";s:32:\"76d4500b6a0bc699f1ab78c371f29fd6\";}s:38:\"wp-content/themes/honeymoon/author.php\";a:2:{s:1:\"d\";s:10:\"1421926446\";s:1:\"h\";s:32:\"398eab4d2aa38821ebb27bb64ea204df\";}s:35:\"wp-content/themes/honeymoon/404.php\";a:2:{s:1:\"d\";s:10:\"1421926446\";s:1:\"h\";s:32:\"6918833775359f8126b362532b16143d\";}s:40:\"wp-content/themes/honeymoon/comments.php\";a:2:{s:1:\"d\";s:10:\"1421926447\";s:1:\"h\";s:32:\"5afac15d96358be7eacb6ffd80136184\";}s:38:\"wp-content/themes/honeymoon/search.php\";a:2:{s:1:\"d\";s:10:\"1421926448\";s:1:\"h\";s:32:\"5ac4e94f2a594b543ea17c0c82e3ba4f\";}s:42:\"wp-content/themes/honeymoon/page-blank.php\";a:2:{s:1:\"d\";s:10:\"1421926448\";s:1:\"h\";s:32:\"8c282278b1fdbf6764bdf9935a430a21\";}s:57:\"wp-content/themes/honeymoon/templates/blog-scrollable.php\";a:2:{s:1:\"d\";s:10:\"1421926462\";s:1:\"h\";s:32:\"76298739c232d766052bf55cec0e61e0\";}s:60:\"wp-content/themes/honeymoon/templates/widgets/front/gmap.php\";a:2:{s:1:\"d\";s:10:\"1421926557\";s:1:\"h\";s:32:\"a8215763a40ac1eb9e4e1b59093a7294\";}s:61:\"wp-content/themes/honeymoon/templates/widgets/front/posts.php\";a:2:{s:1:\"d\";s:10:\"1421926557\";s:1:\"h\";s:32:\"5f5d5f022ff0b3b60a9e09338e5d8b97\";}s:64:\"wp-content/themes/honeymoon/templates/widgets/front/subpages.php\";a:2:{s:1:\"d\";s:10:\"1421926557\";s:1:\"h\";s:32:\"b0922cf564ac95b0fb12874f4ac3e5e1\";}s:68:\"wp-content/themes/honeymoon/templates/widgets/front/post-formats.php\";a:2:{s:1:\"d\";s:10:\"1421926557\";s:1:\"h\";s:32:\"543ea3afa2547caf643463666a890be0\";}s:69:\"wp-content/themes/honeymoon/templates/widgets/front/advertisement.php\";a:2:{s:1:\"d\";s:10:\"1421926557\";s:1:\"h\";s:32:\"b3435240b670211df8936b27906e00a6\";}s:62:\"wp-content/themes/honeymoon/templates/widgets/front/footer.php\";a:2:{s:1:\"d\";s:10:\"1421926557\";s:1:\"h\";s:32:\"08e5e8975fc03db849532f0164dcad93\";}s:67:\"wp-content/themes/honeymoon/templates/widgets/front/contactinfo.php\";a:2:{s:1:\"d\";s:10:\"1421926557\";s:1:\"h\";s:32:\"c271bc4bfd84d675e496eb2d25c8d090\";}s:63:\"wp-content/themes/honeymoon/templates/widgets/front/authors.php\";a:2:{s:1:\"d\";s:10:\"1421926557\";s:1:\"h\";s:32:\"4dfd79e9a2a635bfe5c0c66b1b07ee68\";}s:65:\"wp-content/themes/honeymoon/templates/widgets/front/icon-link.php\";a:2:{s:1:\"d\";s:10:\"1421926557\";s:1:\"h\";s:32:\"ffd08fe970dcc3a8cadd637cc1f78136\";}s:62:\"wp-content/themes/honeymoon/templates/widgets/front/flickr.php\";a:2:{s:1:\"d\";s:10:\"1421926557\";s:1:\"h\";s:32:\"80d8baa105998686bece9f1566dd932c\";}s:59:\"wp-content/themes/honeymoon/templates/widgets/conf/gmap.php\";a:2:{s:1:\"d\";s:10:\"1421926556\";s:1:\"h\";s:32:\"191a98a27e132137ec8783480340a8d1\";}s:60:\"wp-content/themes/honeymoon/templates/widgets/conf/posts.php\";a:2:{s:1:\"d\";s:10:\"1421926556\";s:1:\"h\";s:32:\"600ecc0ad9b30e6dcfb245e4fd9da4ab\";}s:63:\"wp-content/themes/honeymoon/templates/widgets/conf/subpages.php\";a:2:{s:1:\"d\";s:10:\"1421926556\";s:1:\"h\";s:32:\"1ef70f07a3f4e33bfa88153c2c44e5d2\";}s:67:\"wp-content/themes/honeymoon/templates/widgets/conf/post-formats.php\";a:2:{s:1:\"d\";s:10:\"1421926556\";s:1:\"h\";s:32:\"bf93324ba04242361748e0b363bb2347\";}s:68:\"wp-content/themes/honeymoon/templates/widgets/conf/advertisement.php\";a:2:{s:1:\"d\";s:10:\"1421926555\";s:1:\"h\";s:32:\"9692c98ca76bbe6e3cd91095afb467b8\";}s:61:\"wp-content/themes/honeymoon/templates/widgets/conf/footer.php\";a:2:{s:1:\"d\";s:10:\"1421926555\";s:1:\"h\";s:32:\"e15025210e110484922fbcdf3dfadb17\";}s:66:\"wp-content/themes/honeymoon/templates/widgets/conf/contactinfo.php\";a:2:{s:1:\"d\";s:10:\"1421926555\";s:1:\"h\";s:32:\"29441ff8b1d2834e4e6ef0033dd8b898\";}s:62:\"wp-content/themes/honeymoon/templates/widgets/conf/authors.php\";a:2:{s:1:\"d\";s:10:\"1421926555\";s:1:\"h\";s:32:\"2056ab2c2b04e4ac1c2b33ac20dd810a\";}s:64:\"wp-content/themes/honeymoon/templates/widgets/conf/icon-link.php\";a:2:{s:1:\"d\";s:10:\"1421926556\";s:1:\"h\";s:32:\"a3d1868cc6167e9e88b906383b11beb2\";}s:61:\"wp-content/themes/honeymoon/templates/widgets/conf/flickr.php\";a:2:{s:1:\"d\";s:10:\"1421926555\";s:1:\"h\";s:32:\"9e8c8526317b622275126a796d9b5171\";}s:72:\"wp-content/themes/honeymoon/templates/portfolio/loop/sortable-header.php\";a:2:{s:1:\"d\";s:10:\"1421926552\";s:1:\"h\";s:32:\"20e206b0f0fd27cb536234325c635307\";}s:61:\"wp-content/themes/honeymoon/templates/portfolio/loop/item.php\";a:2:{s:1:\"d\";s:10:\"1421926552\";s:1:\"h\";s:32:\"4383c3a4be8b847da4ccf8a8dd1580a7\";}s:56:\"wp-content/themes/honeymoon/templates/portfolio/loop.php\";a:2:{s:1:\"d\";s:10:\"1421926481\";s:1:\"h\";s:32:\"225d1b252370c25ac3536453e640e862\";}s:55:\"wp-content/themes/honeymoon/templates/comment-small.php\";a:2:{s:1:\"d\";s:10:\"1421926462\";s:1:\"h\";s:32:\"77c786020eca741449db8d8b3c1cc35b\";}s:55:\"wp-content/themes/honeymoon/templates/header/middle.php\";a:2:{s:1:\"d\";s:10:\"1421926480\";s:1:\"h\";s:32:\"1c3b177f16c8b0b122fc6cbe76499ce2\";}s:59:\"wp-content/themes/honeymoon/templates/header/sub-header.php\";a:2:{s:1:\"d\";s:10:\"1421926480\";s:1:\"h\";s:32:\"ed861fa6fca1b95898cc4fcd1aff8ad3\";}s:62:\"wp-content/themes/honeymoon/templates/header/top/main-menu.php\";a:2:{s:1:\"d\";s:10:\"1421926550\";s:1:\"h\";s:32:\"0dddbec56f12036274baf2b75bb77a44\";}s:61:\"wp-content/themes/honeymoon/templates/header/top/nav-menu.php\";a:2:{s:1:\"d\";s:10:\"1421926550\";s:1:\"h\";s:32:\"f898e0bc0f7a3d567435e78e4bf4f913\";}s:66:\"wp-content/themes/honeymoon/templates/header/top/search-button.php\";a:2:{s:1:\"d\";s:10:\"1421926551\";s:1:\"h\";s:32:\"4ae6dcfa7ea81121dd93719187fa499e\";}s:56:\"wp-content/themes/honeymoon/templates/header/top/nav.php\";a:2:{s:1:\"d\";s:10:\"1421926551\";s:1:\"h\";s:32:\"ddaac41f4141c56664f4fc44996e1758\";}s:63:\"wp-content/themes/honeymoon/templates/header/top/nav-social.php\";a:2:{s:1:\"d\";s:10:\"1421926550\";s:1:\"h\";s:32:\"85675c73da2e0b7b8744ff13b8e4480d\";}s:67:\"wp-content/themes/honeymoon/templates/header/top/main-logo-menu.php\";a:2:{s:1:\"d\";s:10:\"1421926550\";s:1:\"h\";s:32:\"b7cb068527cf8d3095a0891d34e2779d\";}s:72:\"wp-content/themes/honeymoon/templates/header/top/main-logo-text-menu.php\";a:2:{s:1:\"d\";s:10:\"1421926550\";s:1:\"h\";s:32:\"3115a10b9dad772e6596063499aa4366\";}s:61:\"wp-content/themes/honeymoon/templates/header/top/nav-text.php\";a:2:{s:1:\"d\";s:10:\"1421926550\";s:1:\"h\";s:32:\"a9cf3b0288d8e7553295df3d3310d9f9\";}s:66:\"wp-content/themes/honeymoon/templates/header/top/main-standard.php\";a:2:{s:1:\"d\";s:10:\"1421926550\";s:1:\"h\";s:32:\"f34d3c80094fd53b844284a78ab1498c\";}s:57:\"wp-content/themes/honeymoon/templates/header/top/logo.php\";a:2:{s:1:\"d\";s:10:\"1421926549\";s:1:\"h\";s:32:\"67589527382b7b703fca9aa2f4fb1981\";}s:52:\"wp-content/themes/honeymoon/templates/header/top.php\";a:2:{s:1:\"d\";s:10:\"1421926480\";s:1:\"h\";s:32:\"caca0ab6abece8c1cb09c8d620b13da2\";}s:47:\"wp-content/themes/honeymoon/templates/share.php\";a:2:{s:1:\"d\";s:10:\"1421926463\";s:1:\"h\";s:32:\"f2e09f18bcf6dfbe8d50ec9d56c3c282\";}s:55:\"wp-content/themes/honeymoon/templates/cart-dropdown.php\";a:2:{s:1:\"d\";s:10:\"1421926462\";s:1:\"h\";s:32:\"533b5983af3b645283b8b585c2a17b8e\";}s:49:\"wp-content/themes/honeymoon/templates/comment.php\";a:2:{s:1:\"d\";s:10:\"1421926462\";s:1:\"h\";s:32:\"02b1c7ff78abcc30e3e781299bc75b12\";}s:60:\"wp-content/themes/honeymoon/templates/shortcodes/tooltip.php\";a:2:{s:1:\"d\";s:10:\"1421926483\";s:1:\"h\";s:32:\"598d739dcc01bc0e8c03a0672110c706\";}s:72:\"wp-content/themes/honeymoon/templates/shortcodes/services_expandable.php\";a:2:{s:1:\"d\";s:10:\"1421926482\";s:1:\"h\";s:32:\"b9e48f514056755f396946caac742907\";}s:60:\"wp-content/themes/honeymoon/templates/shortcodes/twitter.php\";a:2:{s:1:\"d\";s:10:\"1421926483\";s:1:\"h\";s:32:\"dbe2464445db9b8b86c15d320f47a357\";}s:61:\"wp-content/themes/honeymoon/templates/shortcodes/linkarea.php\";a:2:{s:1:\"d\";s:10:\"1421926482\";s:1:\"h\";s:32:\"c8fb0785561180b720e49720eb6bce03\";}s:58:\"wp-content/themes/honeymoon/templates/shortcodes/price.php\";a:2:{s:1:\"d\";s:10:\"1421926482\";s:1:\"h\";s:32:\"536e73c84594137ff59868034bf7bd07\";}s:66:\"wp-content/themes/honeymoon/templates/shortcodes/events/single.php\";a:2:{s:1:\"d\";s:10:\"1421926554\";s:1:\"h\";s:32:\"f8035c98acfbcca094f94f89cd5e9251\";}s:68:\"wp-content/themes/honeymoon/templates/shortcodes/events/multiple.php\";a:2:{s:1:\"d\";s:10:\"1421926554\";s:1:\"h\";s:32:\"30958f191565ebcccfaaf025ddedd363\";}s:59:\"wp-content/themes/honeymoon/templates/shortcodes/slogan.php\";a:2:{s:1:\"d\";s:10:\"1421926482\";s:1:\"h\";s:32:\"8627d02e15ea767fba87c9ae0c58a655\";}s:61:\"wp-content/themes/honeymoon/templates/shortcodes/services.php\";a:2:{s:1:\"d\";s:10:\"1421926482\";s:1:\"h\";s:32:\"67353bf49ae79722e1e4a509105a08e7\";}s:68:\"wp-content/themes/honeymoon/templates/shortcodes/wpv_timed_event.php\";a:2:{s:1:\"d\";s:10:\"1421926483\";s:1:\"h\";s:32:\"55f3247b830176f8e4d75b22fbf64e17\";}s:65:\"wp-content/themes/honeymoon/templates/shortcodes/contact_info.php\";a:2:{s:1:\"d\";s:10:\"1421926482\";s:1:\"h\";s:32:\"97b89839923b104e1408fed6b0d7d884\";}s:64:\"wp-content/themes/honeymoon/templates/shortcodes/team_member.php\";a:2:{s:1:\"d\";s:10:\"1421926483\";s:1:\"h\";s:32:\"9a65e0886b42a2b2ca46dc9d11fe906f\";}s:46:\"wp-content/themes/honeymoon/templates/post.php\";a:2:{s:1:\"d\";s:10:\"1421926463\";s:1:\"h\";s:32:\"3a73d73cfdbbbadaa03382ccb35c5a9f\";}s:64:\"wp-content/themes/honeymoon/templates/header-footer-sidebars.php\";a:2:{s:1:\"d\";s:10:\"1421926463\";s:1:\"h\";s:32:\"66dd6e8d84bfce9b817919746a631f05\";}s:54:\"wp-content/themes/honeymoon/templates/side-buttons.php\";a:2:{s:1:\"d\";s:10:\"1421926464\";s:1:\"h\";s:32:\"a186ac8989e26379c301ba7d44f7806c\";}s:69:\"wp-content/themes/honeymoon/templates/woocommerce-scrollable/loop.php\";a:2:{s:1:\"d\";s:10:\"1421926484\";s:1:\"h\";s:32:\"60473742adf3e5f801b9b350c277e36c\";}s:69:\"wp-content/themes/honeymoon/templates/woocommerce-scrollable/item.php\";a:2:{s:1:\"d\";s:10:\"1421926484\";s:1:\"h\";s:32:\"85646aefa963f1bd9ff66254879e995c\";}s:56:\"wp-content/themes/honeymoon/templates/post/subheader.php\";a:2:{s:1:\"d\";s:10:\"1421926481\";s:1:\"h\";s:32:\"21f7ff86d4bf46e7a1fed7bbdc359c77\";}s:54:\"wp-content/themes/honeymoon/templates/post/content.php\";a:2:{s:1:\"d\";s:10:\"1421926481\";s:1:\"h\";s:32:\"6a1c7f952e76fbdfa3a13e2bada1dda8\";}s:53:\"wp-content/themes/honeymoon/templates/post/header.php\";a:2:{s:1:\"d\";s:10:\"1421926481\";s:1:\"h\";s:32:\"5f15d27705716b8f08f6ae17ac61dc63\";}s:64:\"wp-content/themes/honeymoon/templates/post/main/part-actions.php\";a:2:{s:1:\"d\";s:10:\"1421926553\";s:1:\"h\";s:32:\"6b80e7b93c40f8a092dcb10d239280d7\";}s:56:\"wp-content/themes/honeymoon/templates/post/main/news.php\";a:2:{s:1:\"d\";s:10:\"1421926553\";s:1:\"h\";s:32:\"317a901420a2de0b42bb45317e310237\";}s:61:\"wp-content/themes/honeymoon/templates/post/main/part-date.php\";a:2:{s:1:\"d\";s:10:\"1421926553\";s:1:\"h\";s:32:\"ec0e6492c567173781a4d127e09c9bd1\";}s:56:\"wp-content/themes/honeymoon/templates/post/main/loop.php\";a:2:{s:1:\"d\";s:10:\"1421926553\";s:1:\"h\";s:32:\"a4311b2344e548a3c2074e79d6c440fb\";}s:58:\"wp-content/themes/honeymoon/templates/post/main/single.php\";a:2:{s:1:\"d\";s:10:\"1421926553\";s:1:\"h\";s:32:\"0b6293bb5753045799082070ecb1989c\";}s:61:\"wp-content/themes/honeymoon/templates/post/main/loop-date.php\";a:2:{s:1:\"d\";s:10:\"1421926553\";s:1:\"h\";s:32:\"91c33cef8263bfc9e60902660c0e1c16\";}s:59:\"wp-content/themes/honeymoon/templates/post/header-large.php\";a:2:{s:1:\"d\";s:10:\"1421926481\";s:1:\"h\";s:32:\"7adb4a6087fbec1eef968bf11ed6d71d\";}s:51:\"wp-content/themes/honeymoon/templates/post/meta.php\";a:2:{s:1:\"d\";s:10:\"1421926481\";s:1:\"h\";s:32:\"934e659125fc5f6f6223bf181ae98d1f\";}s:56:\"wp-content/themes/honeymoon/templates/post/meta-loop.php\";a:2:{s:1:\"d\";s:10:\"1421926481\";s:1:\"h\";s:32:\"378f9baad8ba1a9842dd3d339b484f85\";}s:61:\"wp-content/themes/honeymoon/templates/post-siblings-links.php\";a:2:{s:1:\"d\";s:10:\"1421926463\";s:1:\"h\";s:32:\"bf52778699b9a7241a82ce69e9c6c46d\";}s:36:\"wp-content/themes/honeymoon/loop.php\";a:2:{s:1:\"d\";s:10:\"1421926448\";s:1:\"h\";s:32:\"4d39dd514773bcd689ca68e86297efe1\";}s:50:\"wp-content/themes/honeymoon/slider-layerslider.php\";a:2:{s:1:\"d\";s:10:\"1421926450\";s:1:\"h\";s:32:\"ba4abc8345c51a9ceacb3a86b205bb0d\";}s:52:\"wp-content/themes/honeymoon/samples/dependencies.php\";a:2:{s:1:\"d\";s:10:\"1421926460\";s:1:\"h\";s:32:\"8558a0da9e352af3437cbeec84f831ab\";}s:61:\"wp-content/themes/honeymoon/samples/revslider/home-slider.zip\";a:2:{s:1:\"d\";s:10:\"1421926477\";s:1:\"h\";s:32:\"1ebd4a76d9c636992fee6beff7bd8484\";}s:55:\"wp-content/themes/honeymoon/samples/images/white_bg.gif\";a:2:{s:1:\"d\";s:10:\"1421926476\";s:1:\"h\";s:32:\"b5368ddb7388e98cf4604359f6865e8c\";}s:54:\"wp-content/themes/honeymoon/samples/images/favicon.ico\";a:2:{s:1:\"d\";s:10:\"1421926473\";s:1:\"h\";s:32:\"f918eb3d9ed0f7588089c6e1389acab0\";}s:55:\"wp-content/themes/honeymoon/samples/default-options.php\";a:2:{s:1:\"d\";s:10:\"1421926459\";s:1:\"h\";s:32:\"ede4a5783662008cb0d518ee293bbfcb\";}s:60:\"wp-content/themes/honeymoon/samples/saved_skins/theme_Violet\";a:2:{s:1:\"d\";s:10:\"1421926479\";s:1:\"h\";s:32:\"79a1f41f0790d5b01072b67242b612be\";}s:60:\"wp-content/themes/honeymoon/samples/saved_skins/theme_Marine\";a:2:{s:1:\"d\";s:10:\"1421926479\";s:1:\"h\";s:32:\"408be72a73d26bada34b588e2cc93431\";}s:58:\"wp-content/themes/honeymoon/samples/saved_skins/theme_Dark\";a:2:{s:1:\"d\";s:10:\"1421926478\";s:1:\"h\";s:32:\"5352bed0891c5d24a695f9f1be390b9a\";}s:57:\"wp-content/themes/honeymoon/samples/saved_skins/theme_Red\";a:2:{s:1:\"d\";s:10:\"1421926479\";s:1:\"h\";s:32:\"21e55cd11274508548479f2a02574bf2\";}s:58:\"wp-content/themes/honeymoon/samples/saved_skins/theme_Gold\";a:2:{s:1:\"d\";s:10:\"1421926478\";s:1:\"h\";s:32:\"b711eb8f8b98eeed4cc1a7c3010e25bf\";}s:44:\"wp-content/themes/honeymoon/samples/sidebars\";a:2:{s:1:\"d\";s:10:\"1421926460\";s:1:\"h\";s:32:\"c952a8fcea183eec8f87e75ef0f55a5d\";}s:47:\"wp-content/themes/honeymoon/samples/content.xml\";a:2:{s:1:\"d\";s:10:\"1421926467\";s:1:\"h\";s:32:\"20682ff478f49485034c3458dfc3ccdf\";}s:57:\"wp-content/themes/honeymoon/samples/docs/style/screen.css\";a:2:{s:1:\"d\";s:10:\"1421926550\";s:1:\"h\";s:32:\"e957dcf1dcb3e3309cf23668d98668f4\";}s:66:\"wp-content/themes/honeymoon/samples/layerslider/sample_sliders.txt\";a:2:{s:1:\"d\";s:10:\"1421926478\";s:1:\"h\";s:32:\"8ee62e8e5bc9e6bdac189db6776395b0\";}s:51:\"wp-content/themes/honeymoon/samples/all-default.css\";a:2:{s:1:\"d\";s:10:\"1421926459\";s:1:\"h\";s:32:\"fd948ac2500080d2bd6f3981531ac83f\";}s:39:\"wp-content/themes/honeymoon/archive.php\";a:2:{s:1:\"d\";s:10:\"1421926446\";s:1:\"h\";s:32:\"7cea1da29ce3999d102be8317897febb\";}s:38:\"wp-content/themes/honeymoon/single.php\";a:2:{s:1:\"d\";s:10:\"1421926449\";s:1:\"h\";s:32:\"cbfc952e2570b4481d3a3936c49cd556\";}s:37:\"wp-content/themes/honeymoon/index.php\";a:2:{s:1:\"d\";s:10:\"1421926447\";s:1:\"h\";s:32:\"cdb647f2ed7c7b2236dab8c41a6e4206\";}s:50:\"wp-content/themes/honeymoon/comments-guestbook.php\";a:2:{s:1:\"d\";s:10:\"1421926447\";s:1:\"h\";s:32:\"e1a12e44544b2c8142731547707cce29\";}s:48:\"wp-content/themes/honeymoon/single-portfolio.php\";a:2:{s:1:\"d\";s:10:\"1421926449\";s:1:\"h\";s:32:\"6e7d76f4e1544e253b3ed992da056a77\";}s:65:\"wp-content/themes/honeymoon/vendor/composer/autoload_classmap.php\";a:2:{s:1:\"d\";s:10:\"1421926504\";s:1:\"h\";s:32:\"8645d3a4e3ad87e7cf4d88a46717aab4\";}s:61:\"wp-content/themes/honeymoon/vendor/composer/autoload_real.php\";a:2:{s:1:\"d\";s:10:\"1421926505\";s:1:\"h\";s:32:\"2c30d94bd0871cd043da7b4d248fab12\";}s:67:\"wp-content/themes/honeymoon/vendor/composer/autoload_namespaces.php\";a:2:{s:1:\"d\";s:10:\"1421926504\";s:1:\"h\";s:32:\"35e12c7d76c4a81633bcf547c0e229a9\";}s:59:\"wp-content/themes/honeymoon/vendor/composer/ClassLoader.php\";a:2:{s:1:\"d\";s:10:\"1421926505\";s:1:\"h\";s:32:\"3adcacc118804f98f1fd888e2575f00a\";}s:61:\"wp-content/themes/honeymoon/vendor/composer/autoload_psr4.php\";a:2:{s:1:\"d\";s:10:\"1421926504\";s:1:\"h\";s:32:\"dd3a00f0d13eb29781edd8c77d4c5100\";}s:47:\"wp-content/themes/honeymoon/vendor/autoload.php\";a:2:{s:1:\"d\";s:10:\"1421926469\";s:1:\"h\";s:32:\"c1342aee21293a63b0e23347253a44b5\";}s:64:\"wp-content/themes/honeymoon/wpv_theme/metaboxes/testimonials.php\";a:2:{s:1:\"d\";s:10:\"1421926510\";s:1:\"h\";s:32:\"5baba66f56b8020ab9e1a0f228409818\";}s:69:\"wp-content/themes/honeymoon/wpv_theme/metaboxes/portfolio-formats.php\";a:2:{s:1:\"d\";s:10:\"1421926510\";s:1:\"h\";s:32:\"32a17a1332e2ddb4872f12a4ea204676\";}s:76:\"wp-content/themes/honeymoon/wpv_theme/metaboxes/portfolio-formats-select.php\";a:2:{s:1:\"d\";s:10:\"1421926510\";s:1:\"h\";s:32:\"7ba5e4ab68d40f34b3840392087174b0\";}s:64:\"wp-content/themes/honeymoon/wpv_theme/metaboxes/post-formats.php\";a:2:{s:1:\"d\";s:10:\"1421926510\";s:1:\"h\";s:32:\"9f10442eb62f631da98248ebb9e3a432\";}s:59:\"wp-content/themes/honeymoon/wpv_theme/metaboxes/general.php\";a:2:{s:1:\"d\";s:10:\"1421926510\";s:1:\"h\";s:32:\"2d79ea7c426d0f7e9577c6872c6c0aef\";}s:61:\"wp-content/themes/honeymoon/wpv_theme/metaboxes/shortcode.php\";a:2:{s:1:\"d\";s:10:\"1421926510\";s:1:\"h\";s:32:\"22ffaab85770dcb17744076ced88ad73\";}s:61:\"wp-content/themes/honeymoon/wpv_theme/options/layout/body.php\";a:2:{s:1:\"d\";s:10:\"1421926614\";s:1:\"h\";s:32:\"c29e2c30e53f9bc61fb83d3367d00cb5\";}s:63:\"wp-content/themes/honeymoon/wpv_theme/options/layout/footer.php\";a:2:{s:1:\"d\";s:10:\"1421926614\";s:1:\"h\";s:32:\"79379433b2a422ee2783615fc2aeefe1\";}s:64:\"wp-content/themes/honeymoon/wpv_theme/options/layout/general.php\";a:2:{s:1:\"d\";s:10:\"1421926614\";s:1:\"h\";s:32:\"c9ef4a34452f238341b85b8309701e02\";}s:61:\"wp-content/themes/honeymoon/wpv_theme/options/layout/list.php\";a:2:{s:1:\"d\";s:10:\"1421926614\";s:1:\"h\";s:32:\"f4bd02feaa1642852d9317a7a863203e\";}s:63:\"wp-content/themes/honeymoon/wpv_theme/options/layout/header.php\";a:2:{s:1:\"d\";s:10:\"1421926614\";s:1:\"h\";s:32:\"38f2a484303413d3d76d83937e012787\";}s:54:\"wp-content/themes/honeymoon/wpv_theme/options/docs.php\";a:2:{s:1:\"d\";s:10:\"1421926511\";s:1:\"h\";s:32:\"17d5014e4dfd9719ae98e79c4ac9bc6d\";}s:66:\"wp-content/themes/honeymoon/wpv_theme/options/general/purchase.php\";a:2:{s:1:\"d\";s:10:\"1421926612\";s:1:\"h\";s:32:\"0696c68c6c5144b8f1bcc71b26d19817\";}s:63:\"wp-content/themes/honeymoon/wpv_theme/options/general/media.php\";a:2:{s:1:\"d\";s:10:\"1421926611\";s:1:\"h\";s:32:\"dcbdeee98f11ba2144be632d6c010030\";}s:63:\"wp-content/themes/honeymoon/wpv_theme/options/general/posts.php\";a:2:{s:1:\"d\";s:10:\"1421926611\";s:1:\"h\";s:32:\"3402b610c1635681f58a629d95820d63\";}s:65:\"wp-content/themes/honeymoon/wpv_theme/options/general/general.php\";a:2:{s:1:\"d\";s:10:\"1421926611\";s:1:\"h\";s:32:\"08c079fd4e829e9d0bfeb94e88ab8beb\";}s:62:\"wp-content/themes/honeymoon/wpv_theme/options/general/list.php\";a:2:{s:1:\"d\";s:10:\"1421926611\";s:1:\"h\";s:32:\"46c640b09ccc4c5b8057e216b5633559\";}s:61:\"wp-content/themes/honeymoon/wpv_theme/options/styles/body.php\";a:2:{s:1:\"d\";s:10:\"1421926615\";s:1:\"h\";s:32:\"74f6b093ef98233d4c27ee5d1b1e33ce\";}s:62:\"wp-content/themes/honeymoon/wpv_theme/options/styles/skins.php\";a:2:{s:1:\"d\";s:10:\"1421926615\";s:1:\"h\";s:32:\"6bbf04139198d09133ec561c54aa279b\";}s:67:\"wp-content/themes/honeymoon/wpv_theme/options/styles/typography.php\";a:2:{s:1:\"d\";s:10:\"1421926615\";s:1:\"h\";s:32:\"34114c1a50a4a3502e581c4f5b80a1ea\";}s:63:\"wp-content/themes/honeymoon/wpv_theme/options/styles/footer.php\";a:2:{s:1:\"d\";s:10:\"1421926615\";s:1:\"h\";s:32:\"8e7488589cdc39d5a4a4bafe08fa2886\";}s:61:\"wp-content/themes/honeymoon/wpv_theme/options/styles/list.php\";a:2:{s:1:\"d\";s:10:\"1421926615\";s:1:\"h\";s:32:\"b4bad0874e4e837d760e04d44deef87b\";}s:63:\"wp-content/themes/honeymoon/wpv_theme/options/styles/header.php\";a:2:{s:1:\"d\";s:10:\"1421926615\";s:1:\"h\";s:32:\"52c2fb2442f6374b552a6d9fe20330d6\";}s:63:\"wp-content/themes/honeymoon/wpv_theme/options/styles/global.php\";a:2:{s:1:\"d\";s:10:\"1421926615\";s:1:\"h\";s:32:\"2f504528c85aa97a0ac8f71851925708\";}s:61:\"wp-content/themes/honeymoon/wpv_theme/options/import/list.php\";a:2:{s:1:\"d\";s:10:\"1421926613\";s:1:\"h\";s:32:\"37f349c8aec27b3a58f56a2edc8bd58f\";}s:63:\"wp-content/themes/honeymoon/wpv_theme/options/import/import.php\";a:2:{s:1:\"d\";s:10:\"1421926613\";s:1:\"h\";s:32:\"e8aa693efaf5a020fc629a7288569e51\";}s:62:\"wp-content/themes/honeymoon/wpv_theme/assets/images/loader.gif\";a:2:{s:1:\"d\";s:10:\"1421926610\";s:1:\"h\";s:32:\"1b8b5a77ae161b90356c55d77e02750b\";}s:67:\"wp-content/themes/honeymoon/wpv_theme/assets/images/avatar-mask.svg\";a:2:{s:1:\"d\";s:10:\"1421926609\";s:1:\"h\";s:32:\"2b4a6b0b79fbaf0e6a52d8d926f4aca2\";}s:68:\"wp-content/themes/honeymoon/wpv_theme/assets/images/date-bg-dark.svg\";a:2:{s:1:\"d\";s:10:\"1421926609\";s:1:\"h\";s:32:\"f17763101aaa09baa440a14e6f83ab60\";}s:65:\"wp-content/themes/honeymoon/wpv_theme/assets/images/bx_loader.gif\";a:2:{s:1:\"d\";s:10:\"1421926609\";s:1:\"h\";s:32:\"931bdb6b50816b03206c66921760b246\";}s:70:\"wp-content/themes/honeymoon/wpv_theme/assets/images/ornament-lines.svg\";a:2:{s:1:\"d\";s:10:\"1421926610\";s:1:\"h\";s:32:\"bf9e32fa9da658c92c320f4c76073b69\";}s:62:\"wp-content/themes/honeymoon/wpv_theme/assets/images/flower.svg\";a:2:{s:1:\"d\";s:10:\"1421926610\";s:1:\"h\";s:32:\"3bbd892dded1f493df7ad9bd844fb5f4\";}s:62:\"wp-content/themes/honeymoon/wpv_theme/assets/images/spacer.gif\";a:2:{s:1:\"d\";s:10:\"1421926610\";s:1:\"h\";s:32:\"221d8352905f2c38b3cb2bd191d630b0\";}s:68:\"wp-content/themes/honeymoon/wpv_theme/assets/images/loader-white.gif\";a:2:{s:1:\"d\";s:10:\"1421926610\";s:1:\"h\";s:32:\"e14429988cc38230d0a9d14f61c3d0b0\";}s:63:\"wp-content/themes/honeymoon/wpv_theme/assets/images/date-bg.svg\";a:2:{s:1:\"d\";s:10:\"1421926609\";s:1:\"h\";s:32:\"8e4b95a977d751b687933b4fbdf0bc68\";}s:67:\"wp-content/themes/honeymoon/wpv_theme/assets/images/loader-blue.gif\";a:2:{s:1:\"d\";s:10:\"1421926610\";s:1:\"h\";s:32:\"5dc02baad8de6d3b91354ce9d6869b14\";}s:58:\"wp-content/themes/honeymoon/wpv_theme/assets/css/grid.less\";a:2:{s:1:\"d\";s:10:\"1421926605\";s:1:\"h\";s:32:\"8d5faa2aa87f2f28359ed0867c4faf22\";}s:68:\"wp-content/themes/honeymoon/wpv_theme/assets/css/magnific-theme.less\";a:2:{s:1:\"d\";s:10:\"1421926606\";s:1:\"h\";s:32:\"5ad004164b9ef73ebce3fc60f9dc4f76\";}s:64:\"wp-content/themes/honeymoon/wpv_theme/assets/css/scrollable.less\";a:2:{s:1:\"d\";s:10:\"1421926607\";s:1:\"h\";s:32:\"378fd86b7e379d6196d113a1f20c410e\";}s:69:\"wp-content/themes/honeymoon/wpv_theme/assets/css/widgets/general.less\";a:2:{s:1:\"d\";s:10:\"1421926671\";s:1:\"h\";s:32:\"9c33b4d55cce8beea7a4044ee67543c1\";}s:68:\"wp-content/themes/honeymoon/wpv_theme/assets/css/widgets/search.less\";a:2:{s:1:\"d\";s:10:\"1421926671\";s:1:\"h\";s:32:\"daaa5c56cf85e7614c53d94c2c985704\";}s:74:\"wp-content/themes/honeymoon/wpv_theme/assets/css/widgets/contact_info.less\";a:2:{s:1:\"d\";s:10:\"1421926671\";s:1:\"h\";s:32:\"18c3acaf7d8c46b758b09402e1f7209d\";}s:75:\"wp-content/themes/honeymoon/wpv_theme/assets/css/widgets/icon_and_link.less\";a:2:{s:1:\"d\";s:10:\"1421926671\";s:1:\"h\";s:32:\"5e2a2b89cc0ffa28608e701bd80bf216\";}s:74:\"wp-content/themes/honeymoon/wpv_theme/assets/css/widgets/post_formats.less\";a:2:{s:1:\"d\";s:10:\"1421926671\";s:1:\"h\";s:32:\"0bbc6f22c7c564f782cfca913771cc0f\";}s:68:\"wp-content/themes/honeymoon/wpv_theme/assets/css/widgets/flickr.less\";a:2:{s:1:\"d\";s:10:\"1421926671\";s:1:\"h\";s:32:\"0520a33a5bc7120c767c199c0024f16b\";}s:69:\"wp-content/themes/honeymoon/wpv_theme/assets/css/widgets/authors.less\";a:2:{s:1:\"d\";s:10:\"1421926671\";s:1:\"h\";s:32:\"d529ebb539b13d67c92bf049d5a6965e\";}s:68:\"wp-content/themes/honeymoon/wpv_theme/assets/css/widgets/social.less\";a:2:{s:1:\"d\";s:10:\"1421926672\";s:1:\"h\";s:32:\"a6ef1b20169ecc864d2802dbbbaeba4f\";}s:70:\"wp-content/themes/honeymoon/wpv_theme/assets/css/widgets/nav_menu.less\";a:2:{s:1:\"d\";s:10:\"1421926671\";s:1:\"h\";s:32:\"f8bcc0e9b0db76aa4284673b08410745\";}s:70:\"wp-content/themes/honeymoon/wpv_theme/assets/css/widgets/tagcloud.less\";a:2:{s:1:\"d\";s:10:\"1421926672\";s:1:\"h\";s:32:\"44dbc74ff82198c72315ee797a4c132d\";}s:67:\"wp-content/themes/honeymoon/wpv_theme/assets/css/widgets/multi.less\";a:2:{s:1:\"d\";s:10:\"1421926671\";s:1:\"h\";s:32:\"92946d47d925797b4c8bcc5190f15365\";}s:72:\"wp-content/themes/honeymoon/wpv_theme/assets/css/widgets/widget_rss.less\";a:2:{s:1:\"d\";s:10:\"1421926672\";s:1:\"h\";s:32:\"0cb01c5b2cb835f0390787b67d2aaafc\";}s:79:\"wp-content/themes/honeymoon/wpv_theme/assets/css/widgets/wpv_advertisement.less\";a:2:{s:1:\"d\";s:10:\"1421926672\";s:1:\"h\";s:32:\"dc844d2fb435d96c23f6376a20df2b59\";}s:70:\"wp-content/themes/honeymoon/wpv_theme/assets/css/widgets/calendar.less\";a:2:{s:1:\"d\";s:10:\"1421926671\";s:1:\"h\";s:32:\"6110826ec8ee3babddc21bca2f187a73\";}s:63:\"wp-content/themes/honeymoon/wpv_theme/assets/css/timetable.less\";a:2:{s:1:\"d\";s:10:\"1421926607\";s:1:\"h\";s:32:\"2fba043e3e349d54665ac0e74ca33067\";}s:65:\"wp-content/themes/honeymoon/wpv_theme/assets/css/form-inputs.less\";a:2:{s:1:\"d\";s:10:\"1421926605\";s:1:\"h\";s:32:\"23718caaf2f3e5cbf8c921b5b7694592\";}s:62:\"wp-content/themes/honeymoon/wpv_theme/assets/css/bxslider.less\";a:2:{s:1:\"d\";s:10:\"1421926603\";s:1:\"h\";s:32:\"0818326d24d4484865af54b3aaa0a8a5\";}s:66:\"wp-content/themes/honeymoon/wpv_theme/assets/css/side-buttons.less\";a:2:{s:1:\"d\";s:10:\"1421926607\";s:1:\"h\";s:32:\"c50ddadde2573f0278306a0d86469798\";}s:60:\"wp-content/themes/honeymoon/wpv_theme/assets/css/footer.less\";a:2:{s:1:\"d\";s:10:\"1421926605\";s:1:\"h\";s:32:\"6394ec8cb86143441014e4075f6e70e0\";}s:67:\"wp-content/themes/honeymoon/wpv_theme/assets/css/splash-screen.less\";a:2:{s:1:\"d\";s:10:\"1421926607\";s:1:\"h\";s:32:\"6b179361dbe3650f4cb0d8c4e826f3d0\";}s:59:\"wp-content/themes/honeymoon/wpv_theme/assets/css/chosen.css\";a:2:{s:1:\"d\";s:10:\"1421926604\";s:1:\"h\";s:32:\"bc5ad4f585aa457dbc7af0a2268eed0b\";}s:59:\"wp-content/themes/honeymoon/wpv_theme/assets/css/print.less\";a:2:{s:1:\"d\";s:10:\"1421926606\";s:1:\"h\";s:32:\"74c0f041976cd1e702a77306411b2b7f\";}s:66:\"wp-content/themes/honeymoon/wpv_theme/assets/css/lib/prefixer.less\";a:2:{s:1:\"d\";s:10:\"1421926663\";s:1:\"h\";s:32:\"ff1b876dc3d9a3c4846ce3e8bc99802d\";}s:69:\"wp-content/themes/honeymoon/wpv_theme/assets/css/lib/ie-prefixer.less\";a:2:{s:1:\"d\";s:10:\"1421926663\";s:1:\"h\";s:32:\"446d05d8e48f61393ae376e662e05e28\";}s:56:\"wp-content/themes/honeymoon/wpv_theme/assets/css/wp.less\";a:2:{s:1:\"d\";s:10:\"1421926608\";s:1:\"h\";s:32:\"ddafb1083dc9946b4a91c91092ac829d\";}s:61:\"wp-content/themes/honeymoon/wpv_theme/assets/css/closing.less\";a:2:{s:1:\"d\";s:10:\"1421926603\";s:1:\"h\";s:32:\"fedeba5bc5d4a9e9764e01bdab8bb415\";}s:72:\"wp-content/themes/honeymoon/wpv_theme/assets/css/general-typography.less\";a:2:{s:1:\"d\";s:10:\"1421926605\";s:1:\"h\";s:32:\"d9bd3e1dfc113178f70c62c1affe8018\";}s:61:\"wp-content/themes/honeymoon/wpv_theme/assets/css/bbpress.less\";a:2:{s:1:\"d\";s:10:\"1421926603\";s:1:\"h\";s:32:\"072968b795146a6dfa04ce4ed9571a43\";}s:64:\"wp-content/themes/honeymoon/wpv_theme/assets/css/page-title.less\";a:2:{s:1:\"d\";s:10:\"1421926606\";s:1:\"h\";s:32:\"cf489e4e29cb94b8b6ab8525f8c5da57\";}s:71:\"wp-content/themes/honeymoon/wpv_theme/assets/css/shortcodes/column.less\";a:2:{s:1:\"d\";s:10:\"1421926666\";s:1:\"h\";s:32:\"f9b2dd8f33ffd24bc1975bff5f2e75c8\";}s:76:\"wp-content/themes/honeymoon/wpv_theme/assets/css/shortcodes/timed-event.less\";a:2:{s:1:\"d\";s:10:\"1421926669\";s:1:\"h\";s:32:\"2fad5813550043dbccbaa8729932603c\";}s:75:\"wp-content/themes/honeymoon/wpv_theme/assets/css/shortcodes/blog/small.less\";a:2:{s:1:\"d\";s:10:\"1421926691\";s:1:\"h\";s:32:\"cfbbce0b7ac918c969c2edcc0c5a45a1\";}s:75:\"wp-content/themes/honeymoon/wpv_theme/assets/css/shortcodes/blog/large.less\";a:2:{s:1:\"d\";s:10:\"1421926691\";s:1:\"h\";s:32:\"4de6cb519475df19bcbe9c58fb964d3c\";}s:75:\"wp-content/themes/honeymoon/wpv_theme/assets/css/shortcodes/portfolios.less\";a:2:{s:1:\"d\";s:10:\"1421926668\";s:1:\"h\";s:32:\"47d037b9894c15f10155f4bf174e1329\";}s:72:\"wp-content/themes/honeymoon/wpv_theme/assets/css/shortcodes/twitter.less\";a:2:{s:1:\"d\";s:10:\"1421926670\";s:1:\"h\";s:32:\"09a2a68bebf60c068259b9b01b87a83b\";}s:72:\"wp-content/themes/honeymoon/wpv_theme/assets/css/shortcodes/pricing.less\";a:2:{s:1:\"d\";s:10:\"1421926668\";s:1:\"h\";s:32:\"e8432ff44370f66f4cf5bceb97ef4e25\";}s:71:\"wp-content/themes/honeymoon/wpv_theme/assets/css/shortcodes/events.less\";a:2:{s:1:\"d\";s:10:\"1421926667\";s:1:\"h\";s:32:\"c5b7dc1b8e96909afeef91ad267933c4\";}s:71:\"wp-content/themes/honeymoon/wpv_theme/assets/css/shortcodes/wysija.less\";a:2:{s:1:\"d\";s:10:\"1421926670\";s:1:\"h\";s:32:\"f808e88d8934d031c854b0dc98b68963\";}s:73:\"wp-content/themes/honeymoon/wpv_theme/assets/css/shortcodes/linkarea.less\";a:2:{s:1:\"d\";s:10:\"1421926668\";s:1:\"h\";s:32:\"c8db2318f1e31c844fc99cfd2e2328f1\";}s:70:\"wp-content/themes/honeymoon/wpv_theme/assets/css/shortcodes/wpcf7.less\";a:2:{s:1:\"d\";s:10:\"1421926670\";s:1:\"h\";s:32:\"2c811ad48cd4956b5e6479a47e7eb99b\";}s:73:\"wp-content/themes/honeymoon/wpv_theme/assets/css/shortcodes/dividers.less\";a:2:{s:1:\"d\";s:10:\"1421926667\";s:1:\"h\";s:32:\"a0929c0fe4fa7912be6caec454707d5f\";}s:76:\"wp-content/themes/honeymoon/wpv_theme/assets/css/shortcodes/team_member.less\";a:2:{s:1:\"d\";s:10:\"1421926669\";s:1:\"h\";s:32:\"e88a5947c712191666672b0d1c020702\";}s:75:\"wp-content/themes/honeymoon/wpv_theme/assets/css/shortcodes/blockquote.less\";a:2:{s:1:\"d\";s:10:\"1421926666\";s:1:\"h\";s:32:\"07d8fdfceee0436b3b5f7eadf3d968f8\";}s:74:\"wp-content/themes/honeymoon/wpv_theme/assets/css/shortcodes/countdown.less\";a:2:{s:1:\"d\";s:10:\"1421926666\";s:1:\"h\";s:32:\"9e317d1350ef9980598b945a9f5efbc6\";}s:69:\"wp-content/themes/honeymoon/wpv_theme/assets/css/shortcodes/icon.less\";a:2:{s:1:\"d\";s:10:\"1421926668\";s:1:\"h\";s:32:\"879e52fa72e617f199640805fa689966\";}s:70:\"wp-content/themes/honeymoon/wpv_theme/assets/css/shortcodes/table.less\";a:2:{s:1:\"d\";s:10:\"1421926669\";s:1:\"h\";s:32:\"d4302259dc41c3b3f675a5dabdd424c6\";}s:74:\"wp-content/themes/honeymoon/wpv_theme/assets/css/shortcodes/highlight.less\";a:2:{s:1:\"d\";s:10:\"1421926667\";s:1:\"h\";s:32:\"d9ba63f080fc3bee2a1110d8a6f7e1fc\";}s:73:\"wp-content/themes/honeymoon/wpv_theme/assets/css/shortcodes/services.less\";a:2:{s:1:\"d\";s:10:\"1421926669\";s:1:\"h\";s:32:\"ac9b36fae30274d5b3095c889a22b4df\";}s:72:\"wp-content/themes/honeymoon/wpv_theme/assets/css/shortcodes/sitemap.less\";a:2:{s:1:\"d\";s:10:\"1421926668\";s:1:\"h\";s:32:\"ce92e0ed60b90269f0a8fffc14c6e93d\";}s:73:\"wp-content/themes/honeymoon/wpv_theme/assets/css/shortcodes/dropcaps.less\";a:2:{s:1:\"d\";s:10:\"1421926667\";s:1:\"h\";s:32:\"fe0bc7f9db495c94ea23dffad6282a1b\";}s:72:\"wp-content/themes/honeymoon/wpv_theme/assets/css/shortcodes/tooltip.less\";a:2:{s:1:\"d\";s:10:\"1421926670\";s:1:\"h\";s:32:\"8225c39fb5ee29f8d396cf735f9785dc\";}s:71:\"wp-content/themes/honeymoon/wpv_theme/assets/css/shortcodes/slogan.less\";a:2:{s:1:\"d\";s:10:\"1421926669\";s:1:\"h\";s:32:\"d39696b32b51df835b7eed3149ec5c44\";}s:73:\"wp-content/themes/honeymoon/wpv_theme/assets/css/shortcodes/progress.less\";a:2:{s:1:\"d\";s:10:\"1421926668\";s:1:\"h\";s:32:\"c0cc0578592ae8fcad1cfd189a984be7\";}s:74:\"wp-content/themes/honeymoon/wpv_theme/assets/css/shortcodes/accordion.less\";a:2:{s:1:\"d\";s:10:\"1421926666\";s:1:\"h\";s:32:\"db70544722c27cdf6949c6c5f8ac7c54\";}s:84:\"wp-content/themes/honeymoon/wpv_theme/assets/css/shortcodes/expandable-services.less\";a:2:{s:1:\"d\";s:10:\"1421926667\";s:1:\"h\";s:32:\"cb95b757aa05fc5a5cdfc5facdef06a4\";}s:70:\"wp-content/themes/honeymoon/wpv_theme/assets/css/shortcodes/image.less\";a:2:{s:1:\"d\";s:10:\"1421926668\";s:1:\"h\";s:32:\"89dd86f3f276d92ee5b2cf60bb6d3689\";}s:69:\"wp-content/themes/honeymoon/wpv_theme/assets/css/shortcodes/tabs.less\";a:2:{s:1:\"d\";s:10:\"1421926669\";s:1:\"h\";s:32:\"32bf30e3d08ec053453adf7357604641\";}s:58:\"wp-content/themes/honeymoon/wpv_theme/assets/css/main.less\";a:2:{s:1:\"d\";s:10:\"1421926606\";s:1:\"h\";s:32:\"0c5d3c6cd6599333bec30ac452173e95\";}s:58:\"wp-content/themes/honeymoon/wpv_theme/assets/css/base.less\";a:2:{s:1:\"d\";s:10:\"1421926603\";s:1:\"h\";s:32:\"fff48d26109d580005646c44be9bba07\";}s:62:\"wp-content/themes/honeymoon/wpv_theme/assets/css/page-404.less\";a:2:{s:1:\"d\";s:10:\"1421926606\";s:1:\"h\";s:32:\"5e552a03d17b32bd4c5896663e1d921c\";}s:62:\"wp-content/themes/honeymoon/wpv_theme/assets/css/comments.less\";a:2:{s:1:\"d\";s:10:\"1421926605\";s:1:\"h\";s:32:\"4ac3869d8c01abd1bb08c7923dcd8ca5\";}s:60:\"wp-content/themes/honeymoon/wpv_theme/assets/css/header.less\";a:2:{s:1:\"d\";s:10:\"1421926605\";s:1:\"h\";s:32:\"c49441f2889a815ee7dcdfbab4fc6016\";}s:57:\"wp-content/themes/honeymoon/wpv_theme/assets/css/all.less\";a:2:{s:1:\"d\";s:10:\"1421926602\";s:1:\"h\";s:32:\"5ff013b6ab48e654cb4c566f23597f24\";}s:64:\"wp-content/themes/honeymoon/wpv_theme/assets/css/animations.less\";a:2:{s:1:\"d\";s:10:\"1421926603\";s:1:\"h\";s:32:\"28bd346a4342617449489dff6cbe22b0\";}s:59:\"wp-content/themes/honeymoon/wpv_theme/assets/css/lists.less\";a:2:{s:1:\"d\";s:10:\"1421926605\";s:1:\"h\";s:32:\"657b5249ab8355a92f73fa749b969c2c\";}s:62:\"wp-content/themes/honeymoon/wpv_theme/assets/css/top-menu.less\";a:2:{s:1:\"d\";s:10:\"1421926607\";s:1:\"h\";s:32:\"39c8520357992995b27decdbf5ded644\";}s:64:\"wp-content/themes/honeymoon/wpv_theme/assets/css/pagination.less\";a:2:{s:1:\"d\";s:10:\"1421926606\";s:1:\"h\";s:32:\"295398b426185f8b7123d7d12aff7546\";}s:70:\"wp-content/themes/honeymoon/wpv_theme/assets/css/variable-aliases.less\";a:2:{s:1:\"d\";s:10:\"1421926608\";s:1:\"h\";s:32:\"57169318b6e389fc39a31dced4054032\";}s:59:\"wp-content/themes/honeymoon/wpv_theme/assets/css/menus.less\";a:2:{s:1:\"d\";s:10:\"1421926606\";s:1:\"h\";s:32:\"d67979682dc1e0bf4dbf1cc63fd35d05\";}s:61:\"wp-content/themes/honeymoon/wpv_theme/assets/css/magnific.css\";a:2:{s:1:\"d\";s:10:\"1421926606\";s:1:\"h\";s:32:\"a9e405a7edb1fe0c9f084e507450f00d\";}s:62:\"wp-content/themes/honeymoon/wpv_theme/assets/css/magnific.less\";a:2:{s:1:\"d\";s:10:\"1421926606\";s:1:\"h\";s:32:\"128df012876680bfb7ccd34735a6cd46\";}s:65:\"wp-content/themes/honeymoon/wpv_theme/assets/css/socialcount.less\";a:2:{s:1:\"d\";s:10:\"1421926607\";s:1:\"h\";s:32:\"f21bdd0adb0d4e56ad6010c295579aac\";}s:79:\"wp-content/themes/honeymoon/wpv_theme/assets/css/responsive/layout-max-low.less\";a:2:{s:1:\"d\";s:10:\"1421926664\";s:1:\"h\";s:32:\"91362a553117101dff6eec61acbe6cd1\";}s:78:\"wp-content/themes/honeymoon/wpv_theme/assets/css/responsive/mobile-header.less\";a:2:{s:1:\"d\";s:10:\"1421926665\";s:1:\"h\";s:32:\"15f3e1352b51af30e999848951ff42f3\";}s:75:\"wp-content/themes/honeymoon/wpv_theme/assets/css/responsive/layout-max.less\";a:2:{s:1:\"d\";s:10:\"1421926665\";s:1:\"h\";s:32:\"3177fa61c93a6d5f3d9ad5efef987e05\";}s:81:\"wp-content/themes/honeymoon/wpv_theme/assets/css/responsive/layout-below-max.less\";a:2:{s:1:\"d\";s:10:\"1421926664\";s:1:\"h\";s:32:\"ee4d5ed0decc32330186e46fb101339c\";}s:78:\"wp-content/themes/honeymoon/wpv_theme/assets/css/responsive/layout-medium.less\";a:2:{s:1:\"d\";s:10:\"1421926665\";s:1:\"h\";s:32:\"612305dc99cf2e3adc9fdd79a89abee7\";}s:70:\"wp-content/themes/honeymoon/wpv_theme/assets/css/responsive/hidpi.less\";a:2:{s:1:\"d\";s:10:\"1421926664\";s:1:\"h\";s:32:\"2b93321558ada2bac6a766c2b0abb8ce\";}s:65:\"wp-content/themes/honeymoon/wpv_theme/assets/css/woocommerce.less\";a:2:{s:1:\"d\";s:10:\"1421926608\";s:1:\"h\";s:32:\"53b6372591bc21004ae61a12bb2edbdc\";}s:61:\"wp-content/themes/honeymoon/wpv_theme/assets/css/buttons.less\";a:2:{s:1:\"d\";s:10:\"1421926603\";s:1:\"h\";s:32:\"de84939e9008dff2ec1692bcd29e4b06\";}s:73:\"wp-content/themes/honeymoon/wpv_theme/assets/fonts/icons/theme-icons.woff\";a:2:{s:1:\"d\";s:10:\"1421926680\";s:1:\"h\";s:32:\"23afbffb5a734ea32dd98a60d816dea0\";}s:72:\"wp-content/themes/honeymoon/wpv_theme/assets/fonts/icons/theme-icons.eot\";a:2:{s:1:\"d\";s:10:\"1421926674\";s:1:\"h\";s:32:\"df7e0328594d1a610fee7fc15b6de93a\";}s:65:\"wp-content/themes/honeymoon/wpv_theme/assets/fonts/icons/list.php\";a:2:{s:1:\"d\";s:10:\"1421926673\";s:1:\"h\";s:32:\"a4cfb2fd0415a3847eb42143ffd61bc1\";}s:72:\"wp-content/themes/honeymoon/wpv_theme/assets/fonts/icons/theme-icons.svg\";a:2:{s:1:\"d\";s:10:\"1421926678\";s:1:\"h\";s:32:\"51d1ccce8f624c754600c4ab5d80d9a0\";}s:71:\"wp-content/themes/honeymoon/wpv_theme/assets/fonts/icons/selection.json\";a:2:{s:1:\"d\";s:10:\"1421926678\";s:1:\"h\";s:32:\"c221bc68138967cebda3bed8e971c11b\";}s:72:\"wp-content/themes/honeymoon/wpv_theme/assets/fonts/icons/theme-icons.ttf\";a:2:{s:1:\"d\";s:10:\"1421926679\";s:1:\"h\";s:32:\"7273cae349ac5c9553ff4c3c2f42c8af\";}s:41:\"wp-content/themes/honeymoon/composer.json\";a:2:{s:1:\"d\";s:10:\"1421926447\";s:1:\"h\";s:32:\"0ffe00650f1006a61b856080e3643ab0\";}s:42:\"wp-content/themes/honeymoon/searchform.php\";a:2:{s:1:\"d\";s:10:\"1421926448\";s:1:\"h\";s:32:\"dbd1eb1f38213ebe015b70d72a7dd842\";}s:38:\"wp-content/themes/honeymoon/footer.php\";a:2:{s:1:\"d\";s:10:\"1421926447\";s:1:\"h\";s:32:\"5f4342cd4454ff1301fda55099e176ce\";}s:49:\"wp-content/themes/honeymoon/utils/lessc-spawn.php\";a:2:{s:1:\"d\";s:10:\"1421926466\";s:1:\"h\";s:32:\"940fff07dca178563fdd4b79f4e5fefe\";}s:47:\"wp-content/themes/honeymoon/utils/grunt/init.js\";a:2:{s:1:\"d\";s:10:\"1421926488\";s:1:\"h\";s:32:\"1dabf68a49d24e790aff85b21733b2ed\";}s:52:\"wp-content/themes/honeymoon/utils/grunt/packaging.js\";a:2:{s:1:\"d\";s:10:\"1421926489\";s:1:\"h\";s:32:\"13044d1be4e037a64400118221810f3d\";}s:40:\"wp-content/themes/honeymoon/utils/plessc\";a:2:{s:1:\"d\";s:10:\"1421926467\";s:1:\"h\";s:32:\"27878f69133ffc3cf46a145eb5c99c43\";}s:46:\"wp-content/themes/honeymoon/event-template.php\";a:2:{s:1:\"d\";s:10:\"1421926447\";s:1:\"h\";s:32:\"379a4930eba53a881a83abe387ccfdd9\";}s:41:\"wp-content/themes/honeymoon/guestbook.php\";a:2:{s:1:\"d\";s:10:\"1421926447\";s:1:\"h\";s:32:\"5da1c47be77e7a0e0a548dab1bfd61e5\";}s:38:\"wp-content/themes/honeymoon/readme.txt\";a:2:{s:1:\"d\";s:10:\"1421926448\";s:1:\"h\";s:32:\"72c711a80a1ee77935e92acf13c3cfbc\";}s:52:\"wp-content/themes/honeymoon/vamtam-editor/editor.php\";a:2:{s:1:\"d\";s:10:\"1421926468\";s:1:\"h\";s:32:\"c187d6290348d4e6189143937cee523e\";}s:52:\"wp-content/themes/honeymoon/vamtam-editor/parser.php\";a:2:{s:1:\"d\";s:10:\"1421926468\";s:1:\"h\";s:32:\"3939e0b6363677f70d96299103d18f0b\";}s:66:\"wp-content/themes/honeymoon/vamtam-editor/available-shortcodes.php\";a:2:{s:1:\"d\";s:10:\"1421926467\";s:1:\"h\";s:32:\"5b22bee17b660ce734caf5935f8f0e8c\";}s:50:\"wp-content/themes/honeymoon/vamtam-editor/ajax.php\";a:2:{s:1:\"d\";s:10:\"1421926468\";s:1:\"h\";s:32:\"674dadd19f262f09c0540465c18f5456\";}s:78:\"wp-content/themes/honeymoon/vamtam-editor/shortcodes/handlers/wpv_progress.php\";a:2:{s:1:\"d\";s:10:\"1421926599\";s:1:\"h\";s:32:\"57d42f0c6f7f188a558c876dca78a52d\";}s:85:\"wp-content/themes/honeymoon/vamtam-editor/shortcodes/handlers/services_expandable.php\";a:2:{s:1:\"d\";s:10:\"1421926598\";s:1:\"h\";s:32:\"088adfa4562169c455ee555a8d271f00\";}s:77:\"wp-content/themes/honeymoon/vamtam-editor/shortcodes/handlers/wpv_twitter.php\";a:2:{s:1:\"d\";s:10:\"1421926600\";s:1:\"h\";s:32:\"082c7c7678bf88d38211bf2725ad54ec\";}s:70:\"wp-content/themes/honeymoon/vamtam-editor/shortcodes/handlers/tabs.php\";a:2:{s:1:\"d\";s:10:\"1421926599\";s:1:\"h\";s:32:\"82c4bd31ec521cf31ea8b0dc8b17c61b\";}s:73:\"wp-content/themes/honeymoon/vamtam-editor/shortcodes/handlers/divider.php\";a:2:{s:1:\"d\";s:10:\"1421926597\";s:1:\"h\";s:32:\"7045f3bdd4455a0bdc8dad68348bc733\";}s:70:\"wp-content/themes/honeymoon/vamtam-editor/shortcodes/handlers/gmap.php\";a:2:{s:1:\"d\";s:10:\"1421926597\";s:1:\"h\";s:32:\"72471a0a75cb8a6703dbcdd004ad05b5\";}s:72:\"wp-content/themes/honeymoon/vamtam-editor/shortcodes/handlers/slider.php\";a:2:{s:1:\"d\";s:10:\"1421926598\";s:1:\"h\";s:32:\"8061fd3ff1b576bc1d79a00c3708fcaf\";}s:79:\"wp-content/themes/honeymoon/vamtam-editor/shortcodes/handlers/wpv_countdown.php\";a:2:{s:1:\"d\";s:10:\"1421926599\";s:1:\"h\";s:32:\"7a47bde6b95fe60393ec9ddc61b2c447\";}s:74:\"wp-content/themes/honeymoon/vamtam-editor/shortcodes/handlers/linkarea.php\";a:2:{s:1:\"d\";s:10:\"1421926597\";s:1:\"h\";s:32:\"3edcacc7ec18e618ec40ac8c1d44e74f\";}s:75:\"wp-content/themes/honeymoon/vamtam-editor/shortcodes/handlers/accordion.php\";a:2:{s:1:\"d\";s:10:\"1421926596\";s:1:\"h\";s:32:\"949b0e59f7b0e1d1c8aa8b6f018e9865\";}s:72:\"wp-content/themes/honeymoon/vamtam-editor/shortcodes/handlers/column.php\";a:2:{s:1:\"d\";s:10:\"1421926597\";s:1:\"h\";s:32:\"54d1581c85015e714a38f29ac159e9d3\";}s:71:\"wp-content/themes/honeymoon/vamtam-editor/shortcodes/handlers/blank.php\";a:2:{s:1:\"d\";s:10:\"1421926596\";s:1:\"h\";s:32:\"dea28c80ad5128890871a4131b1a6747\";}s:70:\"wp-content/themes/honeymoon/vamtam-editor/shortcodes/handlers/text.php\";a:2:{s:1:\"d\";s:10:\"1421926599\";s:1:\"h\";s:32:\"9adb183ecd3ae9846110d973234b1c96\";}s:71:\"wp-content/themes/honeymoon/vamtam-editor/shortcodes/handlers/price.php\";a:2:{s:1:\"d\";s:10:\"1421926598\";s:1:\"h\";s:32:\"f3be335d1d98430aae0f1e86b28304dd\";}s:73:\"wp-content/themes/honeymoon/vamtam-editor/shortcodes/handlers/sitemap.php\";a:2:{s:1:\"d\";s:10:\"1421926598\";s:1:\"h\";s:32:\"d31bb4bf2abd6bff65ea1fb537c975b8\";}s:87:\"wp-content/themes/honeymoon/vamtam-editor/shortcodes/handlers/wpv_featured_products.php\";a:2:{s:1:\"d\";s:10:\"1421926599\";s:1:\"h\";s:32:\"a678c9593aeeb21c9b12e1807a8bb540\";}s:70:\"wp-content/themes/honeymoon/vamtam-editor/shortcodes/handlers/blog.php\";a:2:{s:1:\"d\";s:10:\"1421926597\";s:1:\"h\";s:32:\"6a3462783e634a8b5adcd5c090cc84ae\";}s:82:\"wp-content/themes/honeymoon/vamtam-editor/shortcodes/handlers/wpv_tribe_events.php\";a:2:{s:1:\"d\";s:10:\"1421926600\";s:1:\"h\";s:32:\"08f7824ebe8233e8ac831f10dbfe9a9d\";}s:72:\"wp-content/themes/honeymoon/vamtam-editor/shortcodes/handlers/iframe.php\";a:2:{s:1:\"d\";s:10:\"1421926597\";s:1:\"h\";s:32:\"3109e5741a702b95c2f1d0d55771c933\";}s:75:\"wp-content/themes/honeymoon/vamtam-editor/shortcodes/handlers/portfolio.php\";a:2:{s:1:\"d\";s:10:\"1421926597\";s:1:\"h\";s:32:\"be336927ddf9a7e00cdff3c471d78999\";}s:72:\"wp-content/themes/honeymoon/vamtam-editor/shortcodes/handlers/slogan.php\";a:2:{s:1:\"d\";s:10:\"1421926598\";s:1:\"h\";s:32:\"eaed54deb4e3168a2eb7540ae9248bfb\";}s:74:\"wp-content/themes/honeymoon/vamtam-editor/shortcodes/handlers/services.php\";a:2:{s:1:\"d\";s:10:\"1421926598\";s:1:\"h\";s:32:\"ede6ca7f34d7999808af3b986b022ee8\";}s:81:\"wp-content/themes/honeymoon/vamtam-editor/shortcodes/handlers/wpv_timed_event.php\";a:2:{s:1:\"d\";s:10:\"1421926599\";s:1:\"h\";s:32:\"d547a9bb8a7a7c8c4bdc58870b8be70a\";}s:78:\"wp-content/themes/honeymoon/vamtam-editor/shortcodes/handlers/text_divider.php\";a:2:{s:1:\"d\";s:10:\"1421926599\";s:1:\"h\";s:32:\"616062f9502538a640decbb88fe6f140\";}s:76:\"wp-content/themes/honeymoon/vamtam-editor/shortcodes/handlers/blockquote.php\";a:2:{s:1:\"d\";s:10:\"1421926596\";s:1:\"h\";s:32:\"ab0caf101125442c197d3a343a8f6191\";}s:78:\"wp-content/themes/honeymoon/vamtam-editor/shortcodes/handlers/contact_info.php\";a:2:{s:1:\"d\";s:10:\"1421926597\";s:1:\"h\";s:32:\"e8ba2d7ed4f761f0854f3118ead51748\";}s:77:\"wp-content/themes/honeymoon/vamtam-editor/shortcodes/handlers/team_member.php\";a:2:{s:1:\"d\";s:10:\"1421926599\";s:1:\"h\";s:32:\"3029224ef874f8a36531f23079fc37f4\";}s:72:\"wp-content/themes/honeymoon/vamtam-editor/shortcodes/handlers/flickr.php\";a:2:{s:1:\"d\";s:10:\"1421926597\";s:1:\"h\";s:32:\"8cd8a9594b208440efd336e578d406bf\";}s:76:\"wp-content/themes/honeymoon/vamtam-editor/shortcodes/config/wpv_progress.php\";a:2:{s:1:\"d\";s:10:\"1421926595\";s:1:\"h\";s:32:\"3c9e7976eaa75c14dab031f2735b0822\";}s:75:\"wp-content/themes/honeymoon/vamtam-editor/shortcodes/config/layerslider.php\";a:2:{s:1:\"d\";s:10:\"1421926592\";s:1:\"h\";s:32:\"a32e79a63a5d21779ae789f4b46550a5\";}s:74:\"wp-content/themes/honeymoon/vamtam-editor/shortcodes/config/rev_slider.php\";a:2:{s:1:\"d\";s:10:\"1421926593\";s:1:\"h\";s:32:\"9804fb00b003207b7cc655028aa3ff2a\";}s:83:\"wp-content/themes/honeymoon/vamtam-editor/shortcodes/config/services_expandable.php\";a:2:{s:1:\"d\";s:10:\"1421926594\";s:1:\"h\";s:32:\"718e3bdedea9550178910f0ff62df437\";}s:75:\"wp-content/themes/honeymoon/vamtam-editor/shortcodes/config/wpv_twitter.php\";a:2:{s:1:\"d\";s:10:\"1421926596\";s:1:\"h\";s:32:\"44b0ce2c745d2b1a02fe0b316086b5ab\";}s:68:\"wp-content/themes/honeymoon/vamtam-editor/shortcodes/config/tabs.php\";a:2:{s:1:\"d\";s:10:\"1421926594\";s:1:\"h\";s:32:\"a21253b2ce8e7c60ea4da561777242a3\";}s:71:\"wp-content/themes/honeymoon/vamtam-editor/shortcodes/config/divider.php\";a:2:{s:1:\"d\";s:10:\"1421926592\";s:1:\"h\";s:32:\"ac0e39cf3940c27ca05c4f84908561e3\";}s:68:\"wp-content/themes/honeymoon/vamtam-editor/shortcodes/config/gmap.php\";a:2:{s:1:\"d\";s:10:\"1421926592\";s:1:\"h\";s:32:\"2a409b614476bdbcbc88d9da027c303c\";}s:77:\"wp-content/themes/honeymoon/vamtam-editor/shortcodes/config/wpv_countdown.php\";a:2:{s:1:\"d\";s:10:\"1421926595\";s:1:\"h\";s:32:\"af21b101f3a829c21b9feb4d728578eb\";}s:72:\"wp-content/themes/honeymoon/vamtam-editor/shortcodes/config/linkarea.php\";a:2:{s:1:\"d\";s:10:\"1421926592\";s:1:\"h\";s:32:\"e2645670e088eec3f9df586cca05acf5\";}s:73:\"wp-content/themes/honeymoon/vamtam-editor/shortcodes/config/accordion.php\";a:2:{s:1:\"d\";s:10:\"1421926591\";s:1:\"h\";s:32:\"51dcd1fdf94e2ff825e3562d2405c181\";}s:70:\"wp-content/themes/honeymoon/vamtam-editor/shortcodes/config/column.php\";a:2:{s:1:\"d\";s:10:\"1421926592\";s:1:\"h\";s:32:\"6dd8865cca4297ad5bbd91573e876bdb\";}s:69:\"wp-content/themes/honeymoon/vamtam-editor/shortcodes/config/blank.php\";a:2:{s:1:\"d\";s:10:\"1421926591\";s:1:\"h\";s:32:\"0d46c63572b95cf1dba365e21a2084a9\";}s:68:\"wp-content/themes/honeymoon/vamtam-editor/shortcodes/config/text.php\";a:2:{s:1:\"d\";s:10:\"1421926594\";s:1:\"h\";s:32:\"4b670dcee17629a104cf8884ec124255\";}s:69:\"wp-content/themes/honeymoon/vamtam-editor/shortcodes/config/price.php\";a:2:{s:1:\"d\";s:10:\"1421926593\";s:1:\"h\";s:32:\"a14e01cad9a6899a792c9bdd87dae593\";}s:71:\"wp-content/themes/honeymoon/vamtam-editor/shortcodes/config/sitemap.php\";a:2:{s:1:\"d\";s:10:\"1421926594\";s:1:\"h\";s:32:\"f827532b265eda5e69453b1f6a3d533c\";}s:85:\"wp-content/themes/honeymoon/vamtam-editor/shortcodes/config/wpv_featured_products.php\";a:2:{s:1:\"d\";s:10:\"1421926595\";s:1:\"h\";s:32:\"77bfbc8a11004cfc77131762068687ea\";}s:68:\"wp-content/themes/honeymoon/vamtam-editor/shortcodes/config/blog.php\";a:2:{s:1:\"d\";s:10:\"1421926591\";s:1:\"h\";s:32:\"b8df114865b8b2270c8784c934eb793a\";}s:80:\"wp-content/themes/honeymoon/vamtam-editor/shortcodes/config/wpv_tribe_events.php\";a:2:{s:1:\"d\";s:10:\"1421926596\";s:1:\"h\";s:32:\"1eea9fec916e2aec4568794551471657\";}s:70:\"wp-content/themes/honeymoon/vamtam-editor/shortcodes/config/iframe.php\";a:2:{s:1:\"d\";s:10:\"1421926592\";s:1:\"h\";s:32:\"9da92e7b20ec1e0992df051710eb0e9e\";}s:73:\"wp-content/themes/honeymoon/vamtam-editor/shortcodes/config/portfolio.php\";a:2:{s:1:\"d\";s:10:\"1421926593\";s:1:\"h\";s:32:\"6a26af5dcefcb38d77d4b693d3716915\";}s:70:\"wp-content/themes/honeymoon/vamtam-editor/shortcodes/config/slogan.php\";a:2:{s:1:\"d\";s:10:\"1421926594\";s:1:\"h\";s:32:\"8e4560ca80559f6e51e48d6c19ce67ff\";}s:72:\"wp-content/themes/honeymoon/vamtam-editor/shortcodes/config/services.php\";a:2:{s:1:\"d\";s:10:\"1421926593\";s:1:\"h\";s:32:\"0f28588b26a36c3947d57940a55122b7\";}s:79:\"wp-content/themes/honeymoon/vamtam-editor/shortcodes/config/wpv_timed_event.php\";a:2:{s:1:\"d\";s:10:\"1421926595\";s:1:\"h\";s:32:\"787fee56503e01a15ca6b4f29eb21169\";}s:76:\"wp-content/themes/honeymoon/vamtam-editor/shortcodes/config/text_divider.php\";a:2:{s:1:\"d\";s:10:\"1421926594\";s:1:\"h\";s:32:\"e9b173c86444d5871b175c13ee73e9de\";}s:74:\"wp-content/themes/honeymoon/vamtam-editor/shortcodes/config/blockquote.php\";a:2:{s:1:\"d\";s:10:\"1421926591\";s:1:\"h\";s:32:\"bbf0eb75db83f68c0371de7d790d5e18\";}s:78:\"wp-content/themes/honeymoon/vamtam-editor/shortcodes/config/contact-form-7.php\";a:2:{s:1:\"d\";s:10:\"1421926592\";s:1:\"h\";s:32:\"9cf7cd0aab4f2283484bb77006201098\";}s:76:\"wp-content/themes/honeymoon/vamtam-editor/shortcodes/config/contact_info.php\";a:2:{s:1:\"d\";s:10:\"1421926592\";s:1:\"h\";s:32:\"e2078be87e4e6554859e7ae9410f1342\";}s:75:\"wp-content/themes/honeymoon/vamtam-editor/shortcodes/config/team_member.php\";a:2:{s:1:\"d\";s:10:\"1421926594\";s:1:\"h\";s:32:\"cbbec04e92abbc8acff94edf234611b0\";}s:70:\"wp-content/themes/honeymoon/vamtam-editor/shortcodes/config/flickr.php\";a:2:{s:1:\"d\";s:10:\"1421926592\";s:1:\"h\";s:32:\"37a7c16464ea9bb949ea1e72be6c6bfa\";}s:56:\"wp-content/themes/honeymoon/vamtam-editor/editor-tpl.php\";a:2:{s:1:\"d\";s:10:\"1421926468\";s:1:\"h\";s:32:\"b4cb3a66eafe0a9b047937c708d950a2\";}s:62:\"wp-content/themes/honeymoon/vamtam-editor/config-generator.php\";a:2:{s:1:\"d\";s:10:\"1421926468\";s:1:\"h\";s:32:\"344d8fb2cbc68258ce6224b3824fa01c\";}s:60:\"wp-content/themes/honeymoon/vamtam-editor/assets/css/ui.less\";a:2:{s:1:\"d\";s:10:\"1421926587\";s:1:\"h\";s:32:\"dd5723ef2516b1da26ee5906c6f87d54\";}s:66:\"wp-content/themes/honeymoon/vamtam-editor/assets/css/prefixer.less\";a:2:{s:1:\"d\";s:10:\"1421926587\";s:1:\"h\";s:32:\"bb7f2b500372cc584308031eee807d8e\";}s:63:\"wp-content/themes/honeymoon/vamtam-editor/assets/css/editor.css\";a:2:{s:1:\"d\";s:10:\"1421926587\";s:1:\"h\";s:32:\"419585ad6a41485fc2d69535a305c706\";}s:62:\"wp-content/themes/honeymoon/vamtam-editor/assets/css/font.less\";a:2:{s:1:\"d\";s:10:\"1421926587\";s:1:\"h\";s:32:\"9bdd45514e4abc27791065638c333007\";}s:64:\"wp-content/themes/honeymoon/vamtam-editor/assets/css/editor.less\";a:2:{s:1:\"d\";s:10:\"1421926587\";s:1:\"h\";s:32:\"8be036597e0edf2870072ed9e9290d01\";}s:61:\"wp-content/themes/honeymoon/vamtam-editor/assets/js/editor.js\";a:2:{s:1:\"d\";s:10:\"1421926590\";s:1:\"h\";s:32:\"139c0a9ed8fcba880951cdff1da038f3\";}s:76:\"wp-content/themes/honeymoon/vamtam-editor/assets/fonts/vamtam-editor.dev.svg\";a:2:{s:1:\"d\";s:10:\"1421926588\";s:1:\"h\";s:32:\"c89e6f4ba0efbb36a30eb1e96a17e69a\";}s:72:\"wp-content/themes/honeymoon/vamtam-editor/assets/fonts/vamtam-editor.svg\";a:2:{s:1:\"d\";s:10:\"1421926588\";s:1:\"h\";s:32:\"e1c6be8ff9b5d98d0cddf66676c25b49\";}s:72:\"wp-content/themes/honeymoon/vamtam-editor/assets/fonts/vamtam-editor.ttf\";a:2:{s:1:\"d\";s:10:\"1421926588\";s:1:\"h\";s:32:\"866302ee4670c0779cc803647e09c456\";}s:73:\"wp-content/themes/honeymoon/vamtam-editor/assets/fonts/vamtam-editor.woff\";a:2:{s:1:\"d\";s:10:\"1421926589\";s:1:\"h\";s:32:\"92b6a67acdfed81144b589285aaf0bf6\";}s:72:\"wp-content/themes/honeymoon/vamtam-editor/assets/fonts/vamtam-editor.eot\";a:2:{s:1:\"d\";s:10:\"1421926588\";s:1:\"h\";s:32:\"11621fa6ad54c8c3084f19f0a0cf093b\";}s:81:\"wp-content/themes/honeymoon/vamtam-editor/assets/fonts/icomoon/icons-original.svg\";a:2:{s:1:\"d\";s:10:\"1421926661\";s:1:\"h\";s:32:\"5ec6e6cccae571ed7f81e7a5297d0e9b\";}s:73:\"wp-content/themes/honeymoon/vamtam-editor/assets/fonts/icomoon/icons.woff\";a:2:{s:1:\"d\";s:10:\"1421926662\";s:1:\"h\";s:32:\"d076c86dd711587e02708329e82a5d2a\";}s:72:\"wp-content/themes/honeymoon/vamtam-editor/assets/fonts/icomoon/icons.eot\";a:2:{s:1:\"d\";s:10:\"1421926654\";s:1:\"h\";s:32:\"c66a5537a17ebe08e6d65f968f27f13d\";}s:72:\"wp-content/themes/honeymoon/vamtam-editor/assets/fonts/icomoon/icons.svg\";a:2:{s:1:\"d\";s:10:\"1421926660\";s:1:\"h\";s:32:\"884763ec07501b7ea13d6c4df538d91b\";}s:71:\"wp-content/themes/honeymoon/vamtam-editor/assets/fonts/icomoon/list.php\";a:2:{s:1:\"d\";s:10:\"1421926662\";s:1:\"h\";s:32:\"3fb6ae90f0ef828f5a2888d02ce975e6\";}s:72:\"wp-content/themes/honeymoon/vamtam-editor/assets/fonts/icomoon/icons.ttf\";a:2:{s:1:\"d\";s:10:\"1421926662\";s:1:\"h\";s:32:\"1eb09683d0b47ddfd343bd25d5ce187f\";}s:38:\"wp-content/themes/honeymoon/header.php\";a:2:{s:1:\"d\";s:10:\"1421926447\";s:1:\"h\";s:32:\"002d3648b4a215fd983c5d45f301c86d\";}s:40:\"wp-content/themes/honeymoon/package.json\";a:2:{s:1:\"d\";s:10:\"1421926448\";s:1:\"h\";s:32:\"bcd23dbf883320da0548e15109afdacf\";}s:56:\"wp-content/themes/honeymoon/single-portfolio-content.php\";a:2:{s:1:\"d\";s:10:\"1421926449\";s:1:\"h\";s:32:\"d98887db9c81877846e4be512174fc62\";}s:51:\"wp-content/themes/honeymoon/languages/honeymoon.pot\";a:2:{s:1:\"d\";s:10:\"1421926457\";s:1:\"h\";s:32:\"cb70d781ee0601534f5266a5e6d98598\";}s:48:\"wp-content/themes/honeymoon/cache/variables.less\";a:2:{s:1:\"d\";s:10:\"1422573153\";s:1:\"h\";s:32:\"0a0ae82f95a39c954ef1fae6c1d4d4d5\";}s:41:\"wp-content/themes/honeymoon/cache/all.css\";a:2:{s:1:\"d\";s:10:\"1422573155\";s:1:\"h\";s:32:\"aa4119ed02136275985b94ff92d6e755\";}s:39:\"wp-content/themes/honeymoon/cache/empty\";a:2:{s:1:\"d\";s:10:\"1421926452\";s:1:\"h\";s:32:\"d41d8cd98f00b204e9800998ecf8427e\";}s:37:\"wp-content/themes/honeymoon/build.xml\";a:2:{s:1:\"d\";s:10:\"1421926446\";s:1:\"h\";s:32:\"2191bd666f2f5d26cf41cea52a0d5257\";}s:43:\"wp-content/themes/honeymoon/wpml-config.xml\";a:2:{s:1:\"d\";s:10:\"1421926451\";s:1:\"h\";s:32:\"6e19efbc142c00f15ffce3aa549ee212\";}s:41:\"wp-content/themes/twentyfifteen/style.css\";a:2:{s:1:\"d\";s:10:\"1421925964\";s:1:\"h\";s:32:\"d297d375677765e21f50fd15ba671647\";}s:45:\"wp-content/themes/twentyfifteen/functions.php\";a:2:{s:1:\"d\";s:10:\"1421925963\";s:1:\"h\";s:32:\"91567c7d8859d2bdd1f432db060e16bd\";}s:40:\"wp-content/themes/twentyfifteen/page.php\";a:2:{s:1:\"d\";s:10:\"1421925964\";s:1:\"h\";s:32:\"429635d5e4118c5e9b001299609043fe\";}s:48:\"wp-content/themes/twentyfifteen/content-none.php\";a:2:{s:1:\"d\";s:10:\"1421925963\";s:1:\"h\";s:32:\"80e901ee9b9656e4081ebd582bd53199\";}s:48:\"wp-content/themes/twentyfifteen/content-link.php\";a:2:{s:1:\"d\";s:10:\"1421925963\";s:1:\"h\";s:32:\"b399e0462769d55610fa310b01bc1bf3\";}s:39:\"wp-content/themes/twentyfifteen/404.php\";a:2:{s:1:\"d\";s:10:\"1421925963\";s:1:\"h\";s:32:\"acf3c2a0019a9232d54d4414802491b2\";}s:44:\"wp-content/themes/twentyfifteen/comments.php\";a:2:{s:1:\"d\";s:10:\"1421925963\";s:1:\"h\";s:32:\"52f7daa26417fdbdc993a84748d5f181\";}s:42:\"wp-content/themes/twentyfifteen/search.php\";a:2:{s:1:\"d\";s:10:\"1421925964\";s:1:\"h\";s:32:\"3eb7c42237d19ed78921f0540aaa7df2\";}s:43:\"wp-content/themes/twentyfifteen/css/ie7.css\";a:2:{s:1:\"d\";s:10:\"1421925963\";s:1:\"h\";s:32:\"6468f9823d831d5b4b4d37d5c52c88ac\";}s:52:\"wp-content/themes/twentyfifteen/css/editor-style.css\";a:2:{s:1:\"d\";s:10:\"1421925963\";s:1:\"h\";s:32:\"7233eef8935a8539e806bee9e03bcea5\";}s:42:\"wp-content/themes/twentyfifteen/css/ie.css\";a:2:{s:1:\"d\";s:10:\"1421925963\";s:1:\"h\";s:32:\"35d63a4f5450fafdac209c305b496efa\";}s:39:\"wp-content/themes/twentyfifteen/rtl.css\";a:2:{s:1:\"d\";s:10:\"1421925964\";s:1:\"h\";s:32:\"76d2bc6a05541f605a17f3f55562aad0\";}s:43:\"wp-content/themes/twentyfifteen/archive.php\";a:2:{s:1:\"d\";s:10:\"1421925963\";s:1:\"h\";s:32:\"5b6bf92278874581371240737d6ca51c\";}s:42:\"wp-content/themes/twentyfifteen/single.php\";a:2:{s:1:\"d\";s:10:\"1421925964\";s:1:\"h\";s:32:\"c86c43956ebcd706efb11b2ff4da13ef\";}s:43:\"wp-content/themes/twentyfifteen/content.php\";a:2:{s:1:\"d\";s:10:\"1421925963\";s:1:\"h\";s:32:\"3f3c689e9ad6173e43bda54271d0ce70\";}s:41:\"wp-content/themes/twentyfifteen/index.php\";a:2:{s:1:\"d\";s:10:\"1421925964\";s:1:\"h\";s:32:\"84c9b262ae5a4b939e934bad57d8ee3a\";}s:41:\"wp-content/themes/twentyfifteen/image.php\";a:2:{s:1:\"d\";s:10:\"1421925964\";s:1:\"h\";s:32:\"d8127b8df949bbf73cff3c248da7b07e\";}s:46:\"wp-content/themes/twentyfifteen/author-bio.php\";a:2:{s:1:\"d\";s:10:\"1421925963\";s:1:\"h\";s:32:\"34dcd4a152172429fac7ebfb775a4ff5\";}s:43:\"wp-content/themes/twentyfifteen/js/html5.js\";a:2:{s:1:\"d\";s:10:\"1421925964\";s:1:\"h\";s:32:\"e95ca1122287c8b6889b126ac893b750\";}s:47:\"wp-content/themes/twentyfifteen/js/functions.js\";a:2:{s:1:\"d\";s:10:\"1421925964\";s:1:\"h\";s:32:\"7c0001dfae602cc375d4107060bc732f\";}s:57:\"wp-content/themes/twentyfifteen/js/skip-link-focus-fix.js\";a:2:{s:1:\"d\";s:10:\"1421925964\";s:1:\"h\";s:32:\"d774bf15e2e23e3a7bbb9afa92f4f0b6\";}s:55:\"wp-content/themes/twentyfifteen/js/customize-preview.js\";a:2:{s:1:\"d\";s:10:\"1421925964\";s:1:\"h\";s:32:\"e0d91074b5f13f0dcd4a34bcc561c329\";}s:58:\"wp-content/themes/twentyfifteen/js/color-scheme-control.js\";a:2:{s:1:\"d\";s:10:\"1421925964\";s:1:\"h\";s:32:\"6705bda44f3acb5dc98fc1bcc65884db\";}s:63:\"wp-content/themes/twentyfifteen/js/keyboard-image-navigation.js\";a:2:{s:1:\"d\";s:10:\"1421925964\";s:1:\"h\";s:32:\"b82f191be2383003721f8b0d6fbaaea9\";}s:43:\"wp-content/themes/twentyfifteen/sidebar.php\";a:2:{s:1:\"d\";s:10:\"1421925964\";s:1:\"h\";s:32:\"eca6c02ab3707a042e39f47b88a5e153\";}s:42:\"wp-content/themes/twentyfifteen/footer.php\";a:2:{s:1:\"d\";s:10:\"1421925963\";s:1:\"h\";s:32:\"6859d3a0a826e984df36d3098cfd874e\";}s:42:\"wp-content/themes/twentyfifteen/readme.txt\";a:2:{s:1:\"d\";s:10:\"1421925964\";s:1:\"h\";s:32:\"fa6a758e81f3a6a617671e36c812369f\";}s:42:\"wp-content/themes/twentyfifteen/header.php\";a:2:{s:1:\"d\";s:10:\"1421925964\";s:1:\"h\";s:32:\"fd74d6e6ca6119da16849dd23d18fb42\";}s:59:\"wp-content/themes/twentyfifteen/languages/twentyfifteen.pot\";a:2:{s:1:\"d\";s:10:\"1421925964\";s:1:\"h\";s:32:\"86b05d8ef230b4774bc234979974f469\";}s:50:\"wp-content/themes/twentyfifteen/inc/customizer.php\";a:2:{s:1:\"d\";s:10:\"1421925964\";s:1:\"h\";s:32:\"0adfac2fc5cff2ab42e8f1e920b33e56\";}s:53:\"wp-content/themes/twentyfifteen/inc/custom-header.php\";a:2:{s:1:\"d\";s:10:\"1421925964\";s:1:\"h\";s:32:\"37b093aed28ac146f0e68ce5bdfc76e2\";}s:53:\"wp-content/themes/twentyfifteen/inc/template-tags.php\";a:2:{s:1:\"d\";s:10:\"1421925964\";s:1:\"h\";s:32:\"cd06c80f176a3f825c63bd4b5be9176f\";}s:51:\"wp-content/themes/twentyfifteen/inc/back-compat.php\";a:2:{s:1:\"d\";s:10:\"1421925964\";s:1:\"h\";s:32:\"61bf8fc8c8c0c413d7209a085bdc607a\";}s:48:\"wp-content/themes/twentyfifteen/content-page.php\";a:2:{s:1:\"d\";s:10:\"1421925963\";s:1:\"h\";s:32:\"06da247a78e2c415f8361bde93934d23\";}s:50:\"wp-content/themes/twentyfifteen/content-search.php\";a:2:{s:1:\"d\";s:10:\"1421925963\";s:1:\"h\";s:32:\"05eca53c435579fb51924fdfc4cc62cf\";}s:57:\"wp-content/themes/twentyfifteen/genericons/Genericons.ttf\";a:2:{s:1:\"d\";s:10:\"1421925964\";s:1:\"h\";s:32:\"bd260e7477d834b7d0890b9470638124\";}s:57:\"wp-content/themes/twentyfifteen/genericons/Genericons.svg\";a:2:{s:1:\"d\";s:10:\"1421925963\";s:1:\"h\";s:32:\"2fbf3d1bc2b37a65582ab97cd3eaa462\";}s:55:\"wp-content/themes/twentyfifteen/genericons/example.html\";a:2:{s:1:\"d\";s:10:\"1421925964\";s:1:\"h\";s:32:\"bb0f3b9d51439e02ac4a4475637c1269\";}s:52:\"wp-content/themes/twentyfifteen/genericons/README.md\";a:2:{s:1:\"d\";s:10:\"1421925964\";s:1:\"h\";s:32:\"75f6390a4a93fd4c613751b7a9e78491\";}s:54:\"wp-content/themes/twentyfifteen/genericons/LICENSE.txt\";a:2:{s:1:\"d\";s:10:\"1421925964\";s:1:\"h\";s:32:\"b234ee4d69f5fce4486a80fdaf4a4263\";}s:54:\"wp-content/themes/twentyfifteen/genericons/COPYING.txt\";a:2:{s:1:\"d\";s:10:\"1421925963\";s:1:\"h\";s:32:\"b9423b96eb6160477fd4a2b7de890419\";}s:58:\"wp-content/themes/twentyfifteen/genericons/Genericons.woff\";a:2:{s:1:\"d\";s:10:\"1421925964\";s:1:\"h\";s:32:\"732ff0fd6e5d9d64b2c8c81f7ac83f01\";}s:57:\"wp-content/themes/twentyfifteen/genericons/genericons.css\";a:2:{s:1:\"d\";s:10:\"1421925964\";s:1:\"h\";s:32:\"c4a5f119c255c653e1ff74af2b021baf\";}s:57:\"wp-content/themes/twentyfifteen/genericons/Genericons.eot\";a:2:{s:1:\"d\";s:10:\"1421925963\";s:1:\"h\";s:32:\"e286921c96e71c281fedc8376ba46a7f\";}s:36:\"wp-includes/pluggable-deprecated.php\";a:2:{s:1:\"d\";s:10:\"1421925962\";s:1:\"h\";s:32:\"84dba0f9d4eb8476be216c22c8a4f32d\";}s:25:\"wp-includes/functions.php\";a:2:{s:1:\"d\";s:10:\"1421925959\";s:1:\"h\";s:32:\"997023f9cb16a3208d43e6547fc7d4cc\";}s:33:\"wp-includes/category-template.php\";a:2:{s:1:\"d\";s:10:\"1421925959\";s:1:\"h\";s:32:\"ac21ffd2a75ab94f1600dd550c804ba9\";}s:26:\"wp-includes/class-http.php\";a:2:{s:1:\"d\";s:10:\"1421925959\";s:1:\"h\";s:32:\"a92923fbd3361aef7afbad9b137d4cff\";}s:25:\"wp-includes/feed-atom.php\";a:2:{s:1:\"d\";s:10:\"1404728295\";s:1:\"h\";s:32:\"e37135428b98f334acc2ea4406100a57\";}s:20:\"wp-includes/date.php\";a:2:{s:1:\"d\";s:10:\"1421925959\";s:1:\"h\";s:32:\"cb19a58d5773830c015932574200d55d\";}s:38:\"wp-includes/certificates/ca-bundle.crt\";a:2:{s:1:\"d\";s:10:\"1393468394\";s:1:\"h\";s:32:\"978976c7bbfab9219a6f0a8a66a4da6f\";}s:23:\"wp-includes/ms-load.php\";a:2:{s:1:\"d\";s:10:\"1421925962\";s:1:\"h\";s:32:\"8dd947d29128c7ebe5f2ef13609b4944\";}s:21:\"wp-includes/theme.php\";a:2:{s:1:\"d\";s:10:\"1421925962\";s:1:\"h\";s:32:\"d18645f20ee8feb00e3b2b8556b36b65\";}s:24:\"wp-includes/revision.php\";a:2:{s:1:\"d\";s:10:\"1421925962\";s:1:\"h\";s:32:\"807b2938032727aeeeaadc388c95f875\";}s:23:\"wp-includes/rewrite.php\";a:2:{s:1:\"d\";s:10:\"1421925962\";s:1:\"h\";s:32:\"aed976443b6e97cdc2ecae23df466d29\";}s:25:\"wp-includes/class-IXR.php\";a:2:{s:1:\"d\";s:10:\"1421925959\";s:1:\"h\";s:32:\"ccf9b0c4144f1cf7e88d69942aaf2f1b\";}s:29:\"wp-includes/script-loader.php\";a:2:{s:1:\"d\";s:10:\"1421925962\";s:1:\"h\";s:32:\"dc6dca7290ddc84581ae05a43deb057a\";}s:28:\"wp-includes/class-oembed.php\";a:2:{s:1:\"d\";s:10:\"1421925959\";s:1:\"h\";s:32:\"396651bcd43cc494c2f2239ee682e001\";}s:28:\"wp-includes/class-snoopy.php\";a:2:{s:1:\"d\";s:10:\"1373303866\";s:1:\"h\";s:32:\"dccbd26d4d7ae80f4d1472923b769e96\";}s:25:\"wp-includes/feed-rss2.php\";a:2:{s:1:\"d\";s:10:\"1421925959\";s:1:\"h\";s:32:\"41a8a3186027727d08979f6288205147\";}s:20:\"wp-includes/cron.php\";a:2:{s:1:\"d\";s:10:\"1421925959\";s:1:\"h\";s:32:\"c42cf6e03ce2816679c6ec4ad630efb1\";}s:34:\"wp-includes/feed-atom-comments.php\";a:2:{s:1:\"d\";s:10:\"1404728295\";s:1:\"h\";s:32:\"63ab44313b088129ae932d8a423f3673\";}s:33:\"wp-includes/images/down_arrow.gif\";a:2:{s:1:\"d\";s:10:\"1421925960\";s:1:\"h\";s:32:\"65dcc85d3a75ff5776fbe3df0122b7e2\";}s:29:\"wp-includes/images/xit-2x.gif\";a:2:{s:1:\"d\";s:10:\"1421925960\";s:1:\"h\";s:32:\"8fb0729c541cbdc4609faf3f4ad02fc7\";}s:28:\"wp-includes/images/blank.gif\";a:2:{s:1:\"d\";s:10:\"1421925960\";s:1:\"h\";s:32:\"48bb2baaf4353109f7c2665d96aa390b\";}s:32:\"wp-includes/images/wpspin-2x.gif\";a:2:{s:1:\"d\";s:10:\"1421925960\";s:1:\"h\";s:32:\"7def33aad959cd289d49ddf2a41f076d\";}s:36:\"wp-includes/images/down_arrow-2x.gif\";a:2:{s:1:\"d\";s:10:\"1421925960\";s:1:\"h\";s:32:\"a073b8a1ee9b2482017f3628da40a861\";}s:26:\"wp-includes/images/xit.gif\";a:2:{s:1:\"d\";s:10:\"1421925960\";s:1:\"h\";s:32:\"e5012902a358fbb96031acdcf048d7ca\";}s:39:\"wp-includes/images/smilies/icon_cry.gif\";a:2:{s:1:\"d\";s:10:\"1421925960\";s:1:\"h\";s:32:\"453e7a3f8bbb417008f06d576c41d060\";}s:40:\"wp-includes/images/smilies/icon_razz.gif\";a:2:{s:1:\"d\";s:10:\"1421925960\";s:1:\"h\";s:32:\"17cbe5cbade2b4ec3d85be4ac9409add\";}s:41:\"wp-includes/images/smilies/icon_smile.gif\";a:2:{s:1:\"d\";s:10:\"1421925960\";s:1:\"h\";s:32:\"b2984729c3b6cdc07508b88b5c0a4d1e\";}s:44:\"wp-includes/images/smilies/icon_confused.gif\";a:2:{s:1:\"d\";s:10:\"1421925960\";s:1:\"h\";s:32:\"7fefa473594650055a36b9e3062c9a91\";}s:40:\"wp-includes/images/smilies/icon_wink.gif\";a:2:{s:1:\"d\";s:10:\"1421925960\";s:1:\"h\";s:32:\"d01a4f87055ac0fce8a66739d80434ba\";}s:43:\"wp-includes/images/smilies/icon_mrgreen.gif\";a:2:{s:1:\"d\";s:10:\"1421925960\";s:1:\"h\";s:32:\"fde9e44a8aae0e89bd527792b4779aca\";}s:40:\"wp-includes/images/smilies/icon_evil.gif\";a:2:{s:1:\"d\";s:10:\"1421925960\";s:1:\"h\";s:32:\"63bf101bd3d4f7564d3cf31822218d2e\";}s:39:\"wp-includes/images/smilies/icon_sad.gif\";a:2:{s:1:\"d\";s:10:\"1421925960\";s:1:\"h\";s:32:\"1a273db3c34f6afb3fed75417ca5e7b6\";}s:43:\"wp-includes/images/smilies/icon_twisted.gif\";a:2:{s:1:\"d\";s:10:\"1421925960\";s:1:\"h\";s:32:\"62abd50ca92eb2381a7c60e351f64c46\";}s:39:\"wp-includes/images/smilies/icon_eek.gif\";a:2:{s:1:\"d\";s:10:\"1421925960\";s:1:\"h\";s:32:\"a6c65fa6ff738ef6c46a4e80a65f7aa0\";}s:41:\"wp-includes/images/smilies/icon_arrow.gif\";a:2:{s:1:\"d\";s:10:\"1421925960\";s:1:\"h\";s:32:\"bfcab5090b1280bbe495dbead4d2281f\";}s:43:\"wp-includes/images/smilies/icon_biggrin.gif\";a:2:{s:1:\"d\";s:10:\"1421925960\";s:1:\"h\";s:32:\"c7597052fe2b16db307d6bd14e7b8c6b\";}s:43:\"wp-includes/images/smilies/icon_neutral.gif\";a:2:{s:1:\"d\";s:10:\"1421925960\";s:1:\"h\";s:32:\"8a95dbfaa99809b0150687ae0cb45aed\";}s:44:\"wp-includes/images/smilies/icon_rolleyes.gif\";a:2:{s:1:\"d\";s:10:\"1421925960\";s:1:\"h\";s:32:\"afc8bbc65fcbd2b82a3e2c1ab41a216a\";}s:40:\"wp-includes/images/smilies/icon_cool.gif\";a:2:{s:1:\"d\";s:10:\"1421925960\";s:1:\"h\";s:32:\"96467eb5ae18dfa22ea1c0fa3e74380e\";}s:45:\"wp-includes/images/smilies/icon_surprised.gif\";a:2:{s:1:\"d\";s:10:\"1421925960\";s:1:\"h\";s:32:\"299972b5cdd1f1e0690dd95e4038bd87\";}s:43:\"wp-includes/images/smilies/icon_redface.gif\";a:2:{s:1:\"d\";s:10:\"1421925960\";s:1:\"h\";s:32:\"1c6d8b101c821641f983175221346112\";}s:39:\"wp-includes/images/smilies/icon_lol.gif\";a:2:{s:1:\"d\";s:10:\"1421925960\";s:1:\"h\";s:32:\"d4f04dc65a387ca9b8c0f22ca8c0ec8c\";}s:44:\"wp-includes/images/smilies/icon_question.gif\";a:2:{s:1:\"d\";s:10:\"1421925960\";s:1:\"h\";s:32:\"d22775b2e32645907141f788c36d4e9d\";}s:40:\"wp-includes/images/smilies/icon_idea.gif\";a:2:{s:1:\"d\";s:10:\"1421925960\";s:1:\"h\";s:32:\"bdb3226d2568b8c1edf8f453b1e872e6\";}s:39:\"wp-includes/images/smilies/icon_mad.gif\";a:2:{s:1:\"d\";s:10:\"1421925960\";s:1:\"h\";s:32:\"d7be08b669651a63080cfe7b9004d330\";}s:43:\"wp-includes/images/smilies/icon_exclaim.gif\";a:2:{s:1:\"d\";s:10:\"1421925960\";s:1:\"h\";s:32:\"5ce371458c1a2148595f5f3daf7b5fc8\";}s:30:\"wp-includes/images/spinner.gif\";a:2:{s:1:\"d\";s:10:\"1421925960\";s:1:\"h\";s:32:\"b0a3dde331637e27aa6476d476481871\";}s:29:\"wp-includes/images/wpspin.gif\";a:2:{s:1:\"d\";s:10:\"1421925960\";s:1:\"h\";s:32:\"dd4e6dd268a70ce4c1c5143b1a4092dd\";}s:38:\"wp-includes/images/crystal/license.txt\";a:2:{s:1:\"d\";s:10:\"1393814067\";s:1:\"h\";s:32:\"f05db54c63e36918479b6651930dcfe7\";}s:33:\"wp-includes/images/spinner-2x.gif\";a:2:{s:1:\"d\";s:10:\"1421925960\";s:1:\"h\";s:32:\"5c1371bcb4392968647852a9c9df5d6c\";}s:40:\"wp-includes/class-wp-http-ixr-client.php\";a:2:{s:1:\"d\";s:10:\"1421925959\";s:1:\"h\";s:32:\"744a72eb50e73ff117c662558802e661\";}s:22:\"wp-includes/compat.php\";a:2:{s:1:\"d\";s:10:\"1421925959\";s:1:\"h\";s:32:\"8208296792cb09895d3599c50a621eb6\";}s:26:\"wp-includes/class-feed.php\";a:2:{s:1:\"d\";s:10:\"1400477235\";s:1:\"h\";s:32:\"e9c7d804e2116ea44c498a6ae95a3c55\";}s:25:\"wp-includes/admin-bar.php\";a:2:{s:1:\"d\";s:10:\"1421925959\";s:1:\"h\";s:32:\"e904f47d20c072a81da5729e94332f0b\";}s:33:\"wp-includes/bookmark-template.php\";a:2:{s:1:\"d\";s:10:\"1421925959\";s:1:\"h\";s:32:\"ad14c4d4216d3c0dffedd6cfe9d84f34\";}s:36:\"wp-includes/ms-default-constants.php\";a:2:{s:1:\"d\";s:10:\"1405811655\";s:1:\"h\";s:32:\"4e4d93eda2a8c01c8ad639f18862fc25\";}s:37:\"wp-includes/class-wp-image-editor.php\";a:2:{s:1:\"d\";s:10:\"1421925959\";s:1:\"h\";s:32:\"a41ed6c0bec0675d8bc3784351830f1b\";}s:25:\"wp-includes/Text/Diff.php\";a:2:{s:1:\"d\";s:10:\"1369519853\";s:1:\"h\";s:32:\"25fe9d676b0c6a4062c025c6dfdc00d9\";}s:34:\"wp-includes/Text/Diff/Renderer.php\";a:2:{s:1:\"d\";s:10:\"1369517905\";s:1:\"h\";s:32:\"eb06befa8886e0c1858aa214e88fa829\";}s:39:\"wp-includes/Text/Diff/Engine/string.php\";a:2:{s:1:\"d\";s:10:\"1369517905\";s:1:\"h\";s:32:\"5eee1f967840b952b502c6993dbbfad3\";}s:38:\"wp-includes/Text/Diff/Engine/shell.php\";a:2:{s:1:\"d\";s:10:\"1266542726\";s:1:\"h\";s:32:\"75ab41dc91cd7e4aaa5e74a5f9e6eeba\";}s:39:\"wp-includes/Text/Diff/Engine/native.php\";a:2:{s:1:\"d\";s:10:\"1369517905\";s:1:\"h\";s:32:\"e5ad272a18821212bee3c3df2ae8780e\";}s:38:\"wp-includes/Text/Diff/Engine/xdiff.php\";a:2:{s:1:\"d\";s:10:\"1369517905\";s:1:\"h\";s:32:\"d6b91fc8628a0c0474ad58389a475815\";}s:41:\"wp-includes/Text/Diff/Renderer/inline.php\";a:2:{s:1:\"d\";s:10:\"1266542726\";s:1:\"h\";s:32:\"880ae56e35b150b4b2c7e9d94227e81e\";}s:24:\"wp-includes/taxonomy.php\";a:2:{s:1:\"d\";s:10:\"1421925962\";s:1:\"h\";s:32:\"4bfe580863bd28e6da49ad8d6e928c2d\";}s:35:\"wp-includes/css/media-views.min.css\";a:2:{s:1:\"d\";s:10:\"1421925959\";s:1:\"h\";s:32:\"bbdb5de2ffa1378d42a1e0c1e47704d6\";}s:30:\"wp-includes/css/editor.min.css\";a:2:{s:1:\"d\";s:10:\"1421925959\";s:1:\"h\";s:32:\"61c6df5b1e3a5cf6ebd565cb58f91e6e\";}s:34:\"wp-includes/css/editor-rtl.min.css\";a:2:{s:1:\"d\";s:10:\"1421925959\";s:1:\"h\";s:32:\"c95fbbd85d14b7f107c9363983ba78ff\";}s:29:\"wp-includes/css/dashicons.css\";a:2:{s:1:\"d\";s:10:\"1421925959\";s:1:\"h\";s:32:\"b3cf8e531a9c15bb7952877a43a5cd64\";}s:41:\"wp-includes/css/wp-auth-check-rtl.min.css\";a:2:{s:1:\"d\";s:10:\"1421925959\";s:1:\"h\";s:32:\"4d6ca4acefd6ee3f4c49019bdc19ef48\";}s:35:\"wp-includes/css/media-views-rtl.css\";a:2:{s:1:\"d\";s:10:\"1421925959\";s:1:\"h\";s:32:\"113badd2d3bd1c9cec6ae9b51cf9d14a\";}s:33:\"wp-includes/css/admin-bar-rtl.css\";a:2:{s:1:\"d\";s:10:\"1421925959\";s:1:\"h\";s:32:\"22f2a03358684885e9cfd7001df074a9\";}s:37:\"wp-includes/css/admin-bar-rtl.min.css\";a:2:{s:1:\"d\";s:10:\"1421925959\";s:1:\"h\";s:32:\"2b0b4e8d23d211fac38428825e524d6a\";}s:26:\"wp-includes/css/editor.css\";a:2:{s:1:\"d\";s:10:\"1421925959\";s:1:\"h\";s:32:\"a87f03a14efd9b8531164dac272aa07c\";}s:39:\"wp-includes/css/media-views-rtl.min.css\";a:2:{s:1:\"d\";s:10:\"1421925959\";s:1:\"h\";s:32:\"ed5f4318d41d867af5241b53202f52dd\";}s:29:\"wp-includes/css/admin-bar.css\";a:2:{s:1:\"d\";s:10:\"1421925959\";s:1:\"h\";s:32:\"86da19a9b131b04a7fe12d38c592ed37\";}s:36:\"wp-includes/css/jquery-ui-dialog.css\";a:2:{s:1:\"d\";s:10:\"1421925959\";s:1:\"h\";s:32:\"a6f2b4869450341fd4a85de9e9f1c3d5\";}s:33:\"wp-includes/css/wp-auth-check.css\";a:2:{s:1:\"d\";s:10:\"1395872654\";s:1:\"h\";s:32:\"fed09c9b6be237c0fb4ba5c0468bb7ee\";}s:33:\"wp-includes/css/admin-bar.min.css\";a:2:{s:1:\"d\";s:10:\"1421925959\";s:1:\"h\";s:32:\"8a3c425cdc87706f0e2f30643e278348\";}s:44:\"wp-includes/css/jquery-ui-dialog-rtl.min.css\";a:2:{s:1:\"d\";s:10:\"1421925959\";s:1:\"h\";s:32:\"37f26aba16eb341b2b1a6e36e5783e7b\";}s:30:\"wp-includes/css/editor-rtl.css\";a:2:{s:1:\"d\";s:10:\"1421925959\";s:1:\"h\";s:32:\"276f2225f21976d22740e82215494856\";}s:38:\"wp-includes/css/wp-pointer-rtl.min.css\";a:2:{s:1:\"d\";s:10:\"1406061704\";s:1:\"h\";s:32:\"5e414da7c33e52e8ee53ae20cc2c3bd8\";}s:31:\"wp-includes/css/buttons-rtl.css\";a:2:{s:1:\"d\";s:10:\"1407781276\";s:1:\"h\";s:32:\"adf3b5ecfe050b4e66e2a0d08e944444\";}s:34:\"wp-includes/css/wp-pointer-rtl.css\";a:2:{s:1:\"d\";s:10:\"1404057974\";s:1:\"h\";s:32:\"d1469cd4079832849dad2664ea765a40\";}s:33:\"wp-includes/css/dashicons.min.css\";a:2:{s:1:\"d\";s:10:\"1421925959\";s:1:\"h\";s:32:\"519c5cad73fa9de0f11b7e78479e7599\";}s:31:\"wp-includes/css/media-views.css\";a:2:{s:1:\"d\";s:10:\"1421925959\";s:1:\"h\";s:32:\"34039211eb84b4c4ef8f040e7da8fb01\";}s:40:\"wp-includes/css/jquery-ui-dialog-rtl.css\";a:2:{s:1:\"d\";s:10:\"1421925959\";s:1:\"h\";s:32:\"c28f6757fb9b072ed4ec796a96321e67\";}s:27:\"wp-includes/css/buttons.css\";a:2:{s:1:\"d\";s:10:\"1407781276\";s:1:\"h\";s:32:\"c369daa6877b943e3cfd58f57229bd61\";}s:34:\"wp-includes/css/wp-pointer.min.css\";a:2:{s:1:\"d\";s:10:\"1406061704\";s:1:\"h\";s:32:\"51b755f1d00ecfe6c97c681b712a1f79\";}s:30:\"wp-includes/css/wp-pointer.css\";a:2:{s:1:\"d\";s:10:\"1404057974\";s:1:\"h\";s:32:\"83fefeea5786545e775f25941e482d13\";}s:37:\"wp-includes/css/wp-auth-check-rtl.css\";a:2:{s:1:\"d\";s:10:\"1395872654\";s:1:\"h\";s:32:\"fcf78dfab422bd8cfcb95f716d7e0182\";}s:37:\"wp-includes/css/wp-auth-check.min.css\";a:2:{s:1:\"d\";s:10:\"1421925959\";s:1:\"h\";s:32:\"9ed9dabd94f3a18eb8574dc2bd394ed2\";}s:40:\"wp-includes/css/jquery-ui-dialog.min.css\";a:2:{s:1:\"d\";s:10:\"1421925959\";s:1:\"h\";s:32:\"6e6ae4efeeb4b153955047d63d1f9703\";}s:35:\"wp-includes/css/buttons-rtl.min.css\";a:2:{s:1:\"d\";s:10:\"1407781276\";s:1:\"h\";s:32:\"1ee31e93b5f8424bc82b4e1e477e09e0\";}s:31:\"wp-includes/css/buttons.min.css\";a:2:{s:1:\"d\";s:10:\"1407781276\";s:1:\"h\";s:32:\"52dc838032e91584a03c7aa660c860c7\";}s:24:\"wp-includes/ms-files.php\";a:2:{s:1:\"d\";s:10:\"1369081222\";s:1:\"h\";s:32:\"5dbc79c3affe3cd17220d44ceb467c01\";}s:30:\"wp-includes/class-wp-embed.php\";a:2:{s:1:\"d\";s:10:\"1421925959\";s:1:\"h\";s:32:\"01981878eb1f1e97abf83d73fa7732be\";}s:42:\"wp-includes/class-wp-customize-manager.php\";a:2:{s:1:\"d\";s:10:\"1421925959\";s:1:\"h\";s:32:\"f36c48def0d585c3157bdc3f566b4d5a\";}s:24:\"wp-includes/nav-menu.php\";a:2:{s:1:\"d\";s:10:\"1421925962\";s:1:\"h\";s:32:\"17c29039de6565917b07c6d99c9cecfe\";}s:42:\"wp-includes/class-wp-customize-widgets.php\";a:2:{s:1:\"d\";s:10:\"1421925959\";s:1:\"h\";s:32:\"6b93bea4404d74bc207a1dd86e7c85b3\";}s:23:\"wp-includes/widgets.php\";a:2:{s:1:\"d\";s:10:\"1421925962\";s:1:\"h\";s:32:\"d1308631bdc9f52b56bec9fe3b333e7e\";}s:21:\"wp-includes/media.php\";a:2:{s:1:\"d\";s:10:\"1421925962\";s:1:\"h\";s:32:\"f558c13bfd84f79de2779a5847b8c459\";}s:23:\"wp-includes/session.php\";a:2:{s:1:\"d\";s:10:\"1421925962\";s:1:\"h\";s:32:\"bc86a0275e39e66d7d29d97ffb6a5f0c\";}s:31:\"wp-includes/author-template.php\";a:2:{s:1:\"d\";s:10:\"1421925959\";s:1:\"h\";s:32:\"4effc1471f483ae67f4fcd3de04436e4\";}s:34:\"wp-includes/class-wp-admin-bar.php\";a:2:{s:1:\"d\";s:10:\"1399400955\";s:1:\"h\";s:32:\"f1dde3183fed93d9d3d01a5e578acea8\";}s:20:\"wp-includes/l10n.php\";a:2:{s:1:\"d\";s:10:\"1421925962\";s:1:\"h\";s:32:\"03422c464e6e2323ffc27b1f9a13df67\";}s:22:\"wp-includes/plugin.php\";a:2:{s:1:\"d\";s:10:\"1421925962\";s:1:\"h\";s:32:\"3ab126e5adc2fe7bcb2a809183724891\";}s:42:\"wp-includes/class-wp-customize-section.php\";a:2:{s:1:\"d\";s:10:\"1421925959\";s:1:\"h\";s:32:\"94e2dbd3e3fa59d8d70ef51e6bf3e81e\";}s:26:\"wp-includes/class-smtp.php\";a:2:{s:1:\"d\";s:10:\"1421925959\";s:1:\"h\";s:32:\"8ed550bdfaadf21e1806b0ca8462bb2e\";}s:23:\"wp-includes/comment.php\";a:2:{s:1:\"d\";s:10:\"1421925959\";s:1:\"h\";s:32:\"5a0e6d428fe58583f12326e7dc184db2\";}s:37:\"wp-includes/class.wp-dependencies.php\";a:2:{s:1:\"d\";s:10:\"1421925959\";s:1:\"h\";s:32:\"b7ab545f5b406a17f6bb6adc5c3f6f75\";}s:29:\"wp-includes/link-template.php\";a:2:{s:1:\"d\";s:10:\"1421925962\";s:1:\"h\";s:32:\"159852143c1f5bd97fb3c5f3365af446\";}s:21:\"wp-includes/wp-db.php\";a:2:{s:1:\"d\";s:10:\"1421925962\";s:1:\"h\";s:32:\"548a71424a1978d624181c134b7779c4\";}s:28:\"wp-includes/capabilities.php\";a:2:{s:1:\"d\";s:10:\"1421925959\";s:1:\"h\";s:32:\"585728972c1a992b5dd73cd9f355b1d3\";}s:28:\"wp-includes/ms-functions.php\";a:2:{s:1:\"d\";s:10:\"1421925962\";s:1:\"h\";s:32:\"55b5145ab862559d54083928033a2d44\";}s:42:\"wp-includes/class-wp-customize-setting.php\";a:2:{s:1:\"d\";s:10:\"1421925959\";s:1:\"h\";s:32:\"ba405b162e4309a263d8f248a05861fb\";}s:28:\"wp-includes/post-formats.php\";a:2:{s:1:\"d\";s:10:\"1421925962\";s:1:\"h\";s:32:\"8703c9091ff1fc8dea8abff0a0d8a23b\";}s:25:\"wp-includes/canonical.php\";a:2:{s:1:\"d\";s:10:\"1421925959\";s:1:\"h\";s:32:\"e701d7f8a987efc7bc7ccaf6804e8065\";}s:31:\"wp-includes/default-widgets.php\";a:2:{s:1:\"d\";s:10:\"1421925959\";s:1:\"h\";s:32:\"1fffbeb699ec5bd9d4a738f78cc2b4a1\";}s:22:\"wp-includes/update.php\";a:2:{s:1:\"d\";s:10:\"1421925962\";s:1:\"h\";s:32:\"abc503756bab899c21ff02746c343789\";}s:28:\"wp-includes/pomo/streams.php\";a:2:{s:1:\"d\";s:10:\"1421925962\";s:1:\"h\";s:32:\"acbaa2dc9041363b7fa2601f0e4df4fe\";}s:23:\"wp-includes/pomo/po.php\";a:2:{s:1:\"d\";s:10:\"1421925962\";s:1:\"h\";s:32:\"361d2b008f7fa66e15e45f48536cb5c4\";}s:26:\"wp-includes/pomo/entry.php\";a:2:{s:1:\"d\";s:10:\"1351721631\";s:1:\"h\";s:32:\"eb148c7d02db4c96c7bcc6a2d276c22e\";}s:33:\"wp-includes/pomo/translations.php\";a:2:{s:1:\"d\";s:10:\"1421925962\";s:1:\"h\";s:32:\"836657dba5cb229000024477660e9ddf\";}s:23:\"wp-includes/pomo/mo.php\";a:2:{s:1:\"d\";s:10:\"1421925962\";s:1:\"h\";s:32:\"7aea8668c85e32b92e91df74d6e9b261\";}s:42:\"wp-includes/ID3/module.audio-video.asf.php\";a:2:{s:1:\"d\";s:10:\"1421925957\";s:1:\"h\";s:32:\"41829b48e521eeac30d9d0209673b857\";}s:38:\"wp-includes/ID3/license.commercial.txt\";a:2:{s:1:\"d\";s:10:\"1421925957\";s:1:\"h\";s:32:\"d34bd7474420e22e7da463b44833a5f9\";}s:36:\"wp-includes/ID3/module.tag.id3v1.php\";a:2:{s:1:\"d\";s:10:\"1421925958\";s:1:\"h\";s:32:\"bde568d89cdad9b1616ca1ef77f134dc\";}s:36:\"wp-includes/ID3/module.audio.ogg.php\";a:2:{s:1:\"d\";s:10:\"1421925957\";s:1:\"h\";s:32:\"c410e4cf76a54e8135904fdbac85e114\";}s:26:\"wp-includes/ID3/getid3.php\";a:2:{s:1:\"d\";s:10:\"1421925957\";s:1:\"h\";s:32:\"22f0a40a51c7512e0bc5c1f962b26fe2\";}s:38:\"wp-includes/ID3/module.tag.lyrics3.php\";a:2:{s:1:\"d\";s:10:\"1421925958\";s:1:\"h\";s:32:\"f3a14bbd16d7ac05e3918e96da30eb8d\";}s:42:\"wp-includes/ID3/module.audio-video.flv.php\";a:2:{s:1:\"d\";s:10:\"1421925957\";s:1:\"h\";s:32:\"bce0d6883fce649068cd407fc04486b2\";}s:48:\"wp-includes/ID3/module.audio-video.quicktime.php\";a:2:{s:1:\"d\";s:10:\"1421925957\";s:1:\"h\";s:32:\"f81355bd60d4d566e12e98309d46cbbc\";}s:27:\"wp-includes/ID3/license.txt\";a:2:{s:1:\"d\";s:10:\"1421925957\";s:1:\"h\";s:32:\"361298a1f00ff6d56a51e0c3d2233194\";}s:36:\"wp-includes/ID3/module.tag.id3v2.php\";a:2:{s:1:\"d\";s:10:\"1421925958\";s:1:\"h\";s:32:\"555b85af2c6ab97d6a41d89af715fc63\";}s:36:\"wp-includes/ID3/module.audio.mp3.php\";a:2:{s:1:\"d\";s:10:\"1421925957\";s:1:\"h\";s:32:\"23e11aff7e65f6998882dd4aac38fe05\";}s:30:\"wp-includes/ID3/getid3.lib.php\";a:2:{s:1:\"d\";s:10:\"1421925957\";s:1:\"h\";s:32:\"fbbccef47012aa7351a046dde3e6c830\";}s:26:\"wp-includes/ID3/readme.txt\";a:2:{s:1:\"d\";s:10:\"1421925958\";s:1:\"h\";s:32:\"9396dfe1c69c938eb17f564c4e5bab18\";}s:43:\"wp-includes/ID3/module.audio-video.riff.php\";a:2:{s:1:\"d\";s:10:\"1421925957\";s:1:\"h\";s:32:\"ee82540f026662197f7003474fd92de2\";}s:47:\"wp-includes/ID3/module.audio-video.matroska.php\";a:2:{s:1:\"d\";s:10:\"1421925957\";s:1:\"h\";s:32:\"c2599121955a307a446a26437006ec9e\";}s:37:\"wp-includes/ID3/module.tag.apetag.php\";a:2:{s:1:\"d\";s:10:\"1421925958\";s:1:\"h\";s:32:\"fd37f9ac6c2ce46977468a5113d4716c\";}s:37:\"wp-includes/ID3/module.audio.flac.php\";a:2:{s:1:\"d\";s:10:\"1421925957\";s:1:\"h\";s:32:\"f89c2c8567ebbc002ef9a5169a166993\";}s:36:\"wp-includes/ID3/module.audio.ac3.php\";a:2:{s:1:\"d\";s:10:\"1421925957\";s:1:\"h\";s:32:\"bb4e961fad45ec703a9a4183955a90d6\";}s:36:\"wp-includes/ID3/module.audio.dts.php\";a:2:{s:1:\"d\";s:10:\"1421925957\";s:1:\"h\";s:32:\"f26c411cb8f645e88cca4f3837a62428\";}s:20:\"wp-includes/http.php\";a:2:{s:1:\"d\";s:10:\"1421925959\";s:1:\"h\";s:32:\"d514a077891ea4247e178a72c9345424\";}s:26:\"wp-includes/js/autosave.js\";a:2:{s:1:\"d\";s:10:\"1421925960\";s:1:\"h\";s:32:\"63fd697c7d66f00cefc6430b8c53c92f\";}s:33:\"wp-includes/js/wp-backbone.min.js\";a:2:{s:1:\"d\";s:10:\"1392276973\";s:1:\"h\";s:32:\"b569e29ff8fd482e0ee75e1494085621\";}s:26:\"wp-includes/js/wp-lists.js\";a:2:{s:1:\"d\";s:10:\"1395875655\";s:1:\"h\";s:32:\"c54ced2e822b232f2ad8a5f34930386f\";}s:34:\"wp-includes/js/customize-loader.js\";a:2:{s:1:\"d\";s:10:\"1421925960\";s:1:\"h\";s:32:\"5c611eaec684f19737c160f5f01a485f\";}s:30:\"wp-includes/js/autosave.min.js\";a:2:{s:1:\"d\";s:10:\"1421925960\";s:1:\"h\";s:32:\"2eec8f2c408c881c6715ce0f682f3707\";}s:27:\"wp-includes/js/heartbeat.js\";a:2:{s:1:\"d\";s:10:\"1421925960\";s:1:\"h\";s:32:\"cc2012e2099931cd5db064122a44cb47\";}s:34:\"wp-includes/js/media-editor.min.js\";a:2:{s:1:\"d\";s:10:\"1421925960\";s:1:\"h\";s:32:\"4e4658d148abeeb3d2366b951a8c65b4\";}s:31:\"wp-includes/js/admin-bar.min.js\";a:2:{s:1:\"d\";s:10:\"1390970610\";s:1:\"h\";s:32:\"0f3dc51f78d4b14bda30cb12cf062a7c\";}s:33:\"wp-includes/js/customize-views.js\";a:2:{s:1:\"d\";s:10:\"1399349654\";s:1:\"h\";s:32:\"ad923bbd7a9caf098f594d0e912379c8\";}s:46:\"wp-includes/js/imgareaselect/imgareaselect.css\";a:2:{s:1:\"d\";s:10:\"1335390597\";s:1:\"h\";s:32:\"7d28cad92829b3d633a087b5f3b595af\";}s:46:\"wp-includes/js/imgareaselect/border-anim-v.gif\";a:2:{s:1:\"d\";s:10:\"1352314150\";s:1:\"h\";s:32:\"20c97a21993cf137ead9fdbecbc42aa8\";}s:46:\"wp-includes/js/imgareaselect/border-anim-h.gif\";a:2:{s:1:\"d\";s:10:\"1352314150\";s:1:\"h\";s:32:\"5ac3c42cc86e745a5e36b67b4c70a134\";}s:56:\"wp-includes/js/imgareaselect/jquery.imgareaselect.min.js\";a:2:{s:1:\"d\";s:10:\"1379760190\";s:1:\"h\";s:32:\"0030d4ba4c429d776d23c2e37775873a\";}s:52:\"wp-includes/js/imgareaselect/jquery.imgareaselect.js\";a:2:{s:1:\"d\";s:10:\"1379760190\";s:1:\"h\";s:32:\"55a6b7fb4b1b287497d3fc30910e97ce\";}s:47:\"wp-includes/js/customize-preview-widgets.min.js\";a:2:{s:1:\"d\";s:10:\"1404950296\";s:1:\"h\";s:32:\"05c7517e06bb14b5eaa336c261b99b81\";}s:32:\"wp-includes/js/underscore.min.js\";a:2:{s:1:\"d\";s:10:\"1392276853\";s:1:\"h\";s:32:\"252137d39d087bba598caf8cf94d2aec\";}s:30:\"wp-includes/js/zxcvbn-async.js\";a:2:{s:1:\"d\";s:10:\"1384299789\";s:1:\"h\";s:32:\"97a79e96a815b200139356055d752333\";}s:27:\"wp-includes/js/json2.min.js\";a:2:{s:1:\"d\";s:10:\"1384379111\";s:1:\"h\";s:32:\"ef4188cb0b60a72017f4c8a1e840ab1e\";}s:35:\"wp-includes/js/comment-reply.min.js\";a:2:{s:1:\"d\";s:10:\"1384490529\";s:1:\"h\";s:32:\"1b1e9d1d12fcc51a151e7e0688bc695f\";}s:37:\"wp-includes/js/tinymce/wp-tinymce.php\";a:2:{s:1:\"d\";s:10:\"1404751336\";s:1:\"h\";s:32:\"0737683e3dda62486e3c11f7d2aace5a\";}s:40:\"wp-includes/js/tinymce/tiny_mce_popup.js\";a:2:{s:1:\"d\";s:10:\"1421925962\";s:1:\"h\";s:32:\"692f8e861bafa31fbf1b3805b4b0d7d3\";}s:39:\"wp-includes/js/tinymce/wp-tinymce.js.gz\";a:2:{s:1:\"d\";s:10:\"1421925962\";s:1:\"h\";s:32:\"66ff6b408c58c3207ff4b20e75ec5e68\";}s:34:\"wp-includes/js/tinymce/license.txt\";a:2:{s:1:\"d\";s:10:\"1302546231\";s:1:\"h\";s:32:\"045d04e17422d99e338da75b9c749b7c\";}s:38:\"wp-includes/js/tinymce/wp-mce-help.php\";a:2:{s:1:\"d\";s:10:\"1421925962\";s:1:\"h\";s:32:\"5b412ed4b30004589e4335a6d6deb97a\";}s:61:\"wp-includes/js/tinymce/skins/lightgray/content.inline.min.css\";a:2:{s:1:\"d\";s:10:\"1421925961\";s:1:\"h\";s:32:\"564275703d82fa3ba9b199743730c06b\";}s:53:\"wp-includes/js/tinymce/skins/lightgray/img/object.gif\";a:2:{s:1:\"d\";s:10:\"1388274795\";s:1:\"h\";s:32:\"f3726450d7457d750a2f4d9441c7ee20\";}s:53:\"wp-includes/js/tinymce/skins/lightgray/img/loader.gif\";a:2:{s:1:\"d\";s:10:\"1388274795\";s:1:\"h\";s:32:\"394bafc3cc4dfb3a0ee48c1f54669539\";}s:52:\"wp-includes/js/tinymce/skins/lightgray/img/trans.gif\";a:2:{s:1:\"d\";s:10:\"1388274795\";s:1:\"h\";s:32:\"12bf9e19374920de3146a64775f46a5e\";}s:53:\"wp-includes/js/tinymce/skins/lightgray/img/anchor.gif\";a:2:{s:1:\"d\";s:10:\"1388274795\";s:1:\"h\";s:32:\"abd3613571800fdcc891181d5f34f840\";}s:55:\"wp-includes/js/tinymce/skins/lightgray/skin.ie7.min.css\";a:2:{s:1:\"d\";s:10:\"1405558756\";s:1:\"h\";s:32:\"16b6170794ca6d5f7fd29073d4a5477f\";}s:54:\"wp-includes/js/tinymce/skins/lightgray/content.min.css\";a:2:{s:1:\"d\";s:10:\"1421925961\";s:1:\"h\";s:32:\"7a782b3c28c8d32904c8caffe5d764ad\";}s:51:\"wp-includes/js/tinymce/skins/lightgray/skin.min.css\";a:2:{s:1:\"d\";s:10:\"1421925961\";s:1:\"h\";s:32:\"c12daa75772a539d80c0bfffae2db05d\";}s:62:\"wp-includes/js/tinymce/skins/lightgray/fonts/tinymce-small.eot\";a:2:{s:1:\"d\";s:10:\"1396392374\";s:1:\"h\";s:32:\"6f2ff03edaa59c1a94be0874d08971ee\";}s:62:\"wp-includes/js/tinymce/skins/lightgray/fonts/tinymce-small.svg\";a:2:{s:1:\"d\";s:10:\"1396392374\";s:1:\"h\";s:32:\"7f65dde79eb89e98aa8dbe67fa5febc2\";}s:56:\"wp-includes/js/tinymce/skins/lightgray/fonts/tinymce.ttf\";a:2:{s:1:\"d\";s:10:\"1396392374\";s:1:\"h\";s:32:\"d2673bd2dd98e5359b733f57ee3c4778\";}s:63:\"wp-includes/js/tinymce/skins/lightgray/fonts/tinymce-small.woff\";a:2:{s:1:\"d\";s:10:\"1396392374\";s:1:\"h\";s:32:\"ebcf371dc5ff2088a4fe411ee8681466\";}s:54:\"wp-includes/js/tinymce/skins/lightgray/fonts/readme.md\";a:2:{s:1:\"d\";s:10:\"1388274795\";s:1:\"h\";s:32:\"7a0f64800cf38b2be8d3dc4540ec31dd\";}s:56:\"wp-includes/js/tinymce/skins/lightgray/fonts/tinymce.svg\";a:2:{s:1:\"d\";s:10:\"1396392374\";s:1:\"h\";s:32:\"f38d04d3a3cf83c12435370fd77c997d\";}s:57:\"wp-includes/js/tinymce/skins/lightgray/fonts/tinymce.woff\";a:2:{s:1:\"d\";s:10:\"1396392374\";s:1:\"h\";s:32:\"04e761d506e64836afab5d2550a3b8df\";}s:56:\"wp-includes/js/tinymce/skins/lightgray/fonts/tinymce.eot\";a:2:{s:1:\"d\";s:10:\"1396392374\";s:1:\"h\";s:32:\"248f6caf6179ea6c4035b7eaec7edd6e\";}s:62:\"wp-includes/js/tinymce/skins/lightgray/fonts/tinymce-small.ttf\";a:2:{s:1:\"d\";s:10:\"1396392374\";s:1:\"h\";s:32:\"daa52e28bfd88f5fb5587f17e51a1325\";}s:53:\"wp-includes/js/tinymce/skins/wordpress/wp-content.css\";a:2:{s:1:\"d\";s:10:\"1421925962\";s:1:\"h\";s:32:\"f6c2d0436843a5aa1a7fb39eeb6561b1\";}s:42:\"wp-includes/js/tinymce/utils/form_utils.js\";a:2:{s:1:\"d\";s:10:\"1388274795\";s:1:\"h\";s:32:\"a32d1bbc44057b7dd0d2776ba2826b7c\";}s:38:\"wp-includes/js/tinymce/utils/mctabs.js\";a:2:{s:1:\"d\";s:10:\"1388274795\";s:1:\"h\";s:32:\"9f78248e9e0a64aa17f3062ce25099cb\";}s:48:\"wp-includes/js/tinymce/utils/editable_selects.js\";a:2:{s:1:\"d\";s:10:\"1388274795\";s:1:\"h\";s:32:\"79087fabcb00132181650bd80666c085\";}s:40:\"wp-includes/js/tinymce/utils/validate.js\";a:2:{s:1:\"d\";s:10:\"1388274795\";s:1:\"h\";s:32:\"681466e5980a5b99d9baeded56c67d34\";}s:43:\"wp-includes/js/tinymce/langs/wp-langs-en.js\";a:2:{s:1:\"d\";s:10:\"1421925961\";s:1:\"h\";s:32:\"08f8669f7453b17563a62e6bbb376137\";}s:57:\"wp-includes/js/tinymce/plugins/wpfullscreen/plugin.min.js\";a:2:{s:1:\"d\";s:10:\"1421925961\";s:1:\"h\";s:32:\"76c195e5f157603feb495fe3fffbc33d\";}s:53:\"wp-includes/js/tinymce/plugins/wpfullscreen/plugin.js\";a:2:{s:1:\"d\";s:10:\"1421925961\";s:1:\"h\";s:32:\"dd83030fdd725c148b2b7a4aded9da13\";}s:54:\"wp-includes/js/tinymce/plugins/wpdialogs/plugin.min.js\";a:2:{s:1:\"d\";s:10:\"1396945754\";s:1:\"h\";s:32:\"eafbb1478981e337981d287474e240b8\";}s:50:\"wp-includes/js/tinymce/plugins/wpdialogs/plugin.js\";a:2:{s:1:\"d\";s:10:\"1396945754\";s:1:\"h\";s:32:\"06f7aecb5bdfa28739eea0a498d15a81\";}s:56:\"wp-includes/js/tinymce/plugins/wpeditimage/plugin.min.js\";a:2:{s:1:\"d\";s:10:\"1421925961\";s:1:\"h\";s:32:\"97ed56381413cfaf6d52dd5cb79b3e94\";}s:52:\"wp-includes/js/tinymce/plugins/wpeditimage/plugin.js\";a:2:{s:1:\"d\";s:10:\"1421925961\";s:1:\"h\";s:32:\"9ce0cd57c664c6b6c72c85b64ea72ea1\";}s:50:\"wp-includes/js/tinymce/plugins/paste/plugin.min.js\";a:2:{s:1:\"d\";s:10:\"1421925961\";s:1:\"h\";s:32:\"720418167ced7d4e1633fb64ba3d390f\";}s:46:\"wp-includes/js/tinymce/plugins/paste/plugin.js\";a:2:{s:1:\"d\";s:10:\"1421925961\";s:1:\"h\";s:32:\"90cc2e0760fa019d3429b601550c6430\";}s:57:\"wp-includes/js/tinymce/plugins/wpautoresize/plugin.min.js\";a:2:{s:1:\"d\";s:10:\"1421925961\";s:1:\"h\";s:32:\"011e67d9a7ce51e04da304564eab4eee\";}s:53:\"wp-includes/js/tinymce/plugins/wpautoresize/plugin.js\";a:2:{s:1:\"d\";s:10:\"1421925961\";s:1:\"h\";s:32:\"dac11175ce0497c386f2ec1f2bb18983\";}s:54:\"wp-includes/js/tinymce/plugins/textcolor/plugin.min.js\";a:2:{s:1:\"d\";s:10:\"1421925961\";s:1:\"h\";s:32:\"870511532b062a500c95ae81e1cf23d3\";}s:50:\"wp-includes/js/tinymce/plugins/textcolor/plugin.js\";a:2:{s:1:\"d\";s:10:\"1405558756\";s:1:\"h\";s:32:\"1149b1a1442a543492ba931ff0b66ad5\";}s:53:\"wp-includes/js/tinymce/plugins/tabfocus/plugin.min.js\";a:2:{s:1:\"d\";s:10:\"1421925961\";s:1:\"h\";s:32:\"d810b096023695b38bf682f20774af98\";}s:49:\"wp-includes/js/tinymce/plugins/tabfocus/plugin.js\";a:2:{s:1:\"d\";s:10:\"1421925961\";s:1:\"h\";s:32:\"105456f4e72329e3be147bf4fabf12b7\";}s:52:\"wp-includes/js/tinymce/plugins/charmap/plugin.min.js\";a:2:{s:1:\"d\";s:10:\"1421925961\";s:1:\"h\";s:32:\"ac627e9017143d091eb11ab6cf1ee68b\";}s:48:\"wp-includes/js/tinymce/plugins/charmap/plugin.js\";a:2:{s:1:\"d\";s:10:\"1400895855\";s:1:\"h\";s:32:\"6bf9e5219c34728a89e1e0a987e615d0\";}s:50:\"wp-includes/js/tinymce/plugins/lists/plugin.min.js\";a:2:{s:1:\"d\";s:10:\"1421925961\";s:1:\"h\";s:32:\"279a5b0bf93f8d81288dfbd117b6c77c\";}s:46:\"wp-includes/js/tinymce/plugins/lists/plugin.js\";a:2:{s:1:\"d\";s:10:\"1421925961\";s:1:\"h\";s:32:\"59443d279888d73242396855314096a3\";}s:56:\"wp-includes/js/tinymce/plugins/colorpicker/plugin.min.js\";a:2:{s:1:\"d\";s:10:\"1421925961\";s:1:\"h\";s:32:\"1581bb02286f54b4fb0cce52d2ef61c7\";}s:52:\"wp-includes/js/tinymce/plugins/colorpicker/plugin.js\";a:2:{s:1:\"d\";s:10:\"1405634054\";s:1:\"h\";s:32:\"66ed7befbb2773566ed188e1d3b97cc4\";}s:47:\"wp-includes/js/tinymce/plugins/hr/plugin.min.js\";a:2:{s:1:\"d\";s:10:\"1421925961\";s:1:\"h\";s:32:\"5c23255ad2d11db3f72c33b649f1389a\";}s:43:\"wp-includes/js/tinymce/plugins/hr/plugin.js\";a:2:{s:1:\"d\";s:10:\"1394067254\";s:1:\"h\";s:32:\"b4853cda3c7b4c55371939381cecdb86\";}s:55:\"wp-includes/js/tinymce/plugins/fullscreen/plugin.min.js\";a:2:{s:1:\"d\";s:10:\"1421925961\";s:1:\"h\";s:32:\"a7a67d1de1a0330fc7769d384a6564cc\";}s:51:\"wp-includes/js/tinymce/plugins/fullscreen/plugin.js\";a:2:{s:1:\"d\";s:10:\"1388274795\";s:1:\"h\";s:32:\"5f222b295e30dd62dfe160985b95f495\";}s:50:\"wp-includes/js/tinymce/plugins/media/plugin.min.js\";a:2:{s:1:\"d\";s:10:\"1421925961\";s:1:\"h\";s:32:\"54b12794da9f72eba7a1b7c742eef081\";}s:46:\"wp-includes/js/tinymce/plugins/media/plugin.js\";a:2:{s:1:\"d\";s:10:\"1408665198\";s:1:\"h\";s:32:\"ca4167ce1c99086ae6f3155af8728d49\";}s:52:\"wp-includes/js/tinymce/plugins/media/moxieplayer.swf\";a:2:{s:1:\"d\";s:10:\"1388274795\";s:1:\"h\";s:32:\"4e59d34efb2da0b9a033596a85e4b1ef\";}s:53:\"wp-includes/js/tinymce/plugins/compat3x/plugin.min.js\";a:2:{s:1:\"d\";s:10:\"1395204375\";s:1:\"h\";s:32:\"5798e3d2fb0180a9179b8bd7cf728eae\";}s:54:\"wp-includes/js/tinymce/plugins/compat3x/css/dialog.css\";a:2:{s:1:\"d\";s:10:\"1393435393\";s:1:\"h\";s:32:\"97ddcd95d500418cd2114974ff644812\";}s:49:\"wp-includes/js/tinymce/plugins/compat3x/plugin.js\";a:2:{s:1:\"d\";s:10:\"1407617775\";s:1:\"h\";s:32:\"3db45ca97f2d1bccc5c7ec65abbf8b55\";}s:59:\"wp-includes/js/tinymce/plugins/directionality/plugin.min.js\";a:2:{s:1:\"d\";s:10:\"1421925961\";s:1:\"h\";s:32:\"60de57253ca9143a6f1e4aff10fc39d2\";}s:55:\"wp-includes/js/tinymce/plugins/directionality/plugin.js\";a:2:{s:1:\"d\";s:10:\"1388274795\";s:1:\"h\";s:32:\"2a8fc756a0859acaac1b9d20481979f5\";}s:50:\"wp-includes/js/tinymce/plugins/image/plugin.min.js\";a:2:{s:1:\"d\";s:10:\"1421925961\";s:1:\"h\";s:32:\"4c4b675114bc33b728f43f7c6d642f6b\";}s:46:\"wp-includes/js/tinymce/plugins/image/plugin.js\";a:2:{s:1:\"d\";s:10:\"1421925961\";s:1:\"h\";s:32:\"d309316c1767ca923c2216d7348c2194\";}s:51:\"wp-includes/js/tinymce/plugins/wpview/plugin.min.js\";a:2:{s:1:\"d\";s:10:\"1421925961\";s:1:\"h\";s:32:\"3f4eb897c1d10baf088c14dfc1808a22\";}s:47:\"wp-includes/js/tinymce/plugins/wpview/plugin.js\";a:2:{s:1:\"d\";s:10:\"1421925961\";s:1:\"h\";s:32:\"96949ed7e435e3134e76a76c6c3a80d7\";}s:54:\"wp-includes/js/tinymce/plugins/wpgallery/plugin.min.js\";a:2:{s:1:\"d\";s:10:\"1421925961\";s:1:\"h\";s:32:\"b229462e6a542696fbf6bd4917c9074f\";}s:50:\"wp-includes/js/tinymce/plugins/wpgallery/plugin.js\";a:2:{s:1:\"d\";s:10:\"1421925961\";s:1:\"h\";s:32:\"b10eadbf41e88b236ac764bd26e653f9\";}s:51:\"wp-includes/js/tinymce/plugins/wplink/plugin.min.js\";a:2:{s:1:\"d\";s:10:\"1405469417\";s:1:\"h\";s:32:\"57fc7a21d1df2c4cbc4fb06dd43bdcc6\";}s:47:\"wp-includes/js/tinymce/plugins/wplink/plugin.js\";a:2:{s:1:\"d\";s:10:\"1405469417\";s:1:\"h\";s:32:\"bd119f2c6e5eaca98303aedbd95d067f\";}s:54:\"wp-includes/js/tinymce/plugins/wordpress/plugin.min.js\";a:2:{s:1:\"d\";s:10:\"1421925961\";s:1:\"h\";s:32:\"f7cc436db8ef131f0d0543bc729bf1b1\";}s:50:\"wp-includes/js/tinymce/plugins/wordpress/plugin.js\";a:2:{s:1:\"d\";s:10:\"1421925961\";s:1:\"h\";s:32:\"cccb0acc830cee3e5a2626dc44f6b2e3\";}s:37:\"wp-includes/js/tinymce/tinymce.min.js\";a:2:{s:1:\"d\";s:10:\"1421925962\";s:1:\"h\";s:32:\"f3b51c46d7be402a753613d97c68cfd0\";}s:49:\"wp-includes/js/tinymce/themes/modern/theme.min.js\";a:2:{s:1:\"d\";s:10:\"1421925962\";s:1:\"h\";s:32:\"564c5df5e7f98ae88d546732251aeab2\";}s:45:\"wp-includes/js/tinymce/themes/modern/theme.js\";a:2:{s:1:\"d\";s:10:\"1405558756\";s:1:\"h\";s:32:\"2f8cf087f0fd2648120054fde841f7cb\";}s:27:\"wp-includes/js/shortcode.js\";a:2:{s:1:\"d\";s:10:\"1421925961\";s:1:\"h\";s:32:\"eb207a02d03e3196d9d14ad139327fb5\";}s:36:\"wp-includes/js/customize-base.min.js\";a:2:{s:1:\"d\";s:10:\"1421925960\";s:1:\"h\";s:32:\"f82ef9ea2e66e725aca286df49f09644\";}s:39:\"wp-includes/js/customize-preview.min.js\";a:2:{s:1:\"d\";s:10:\"1421925960\";s:1:\"h\";s:32:\"6978871856b8ff6629abcca584235417\";}s:27:\"wp-includes/js/admin-bar.js\";a:2:{s:1:\"d\";s:10:\"1386556870\";s:1:\"h\";s:32:\"0f097d201cb02ea92c179103eae598e7\";}s:33:\"wp-includes/js/hoverIntent.min.js\";a:2:{s:1:\"d\";s:10:\"1384379111\";s:1:\"h\";s:32:\"6f0074f1f2d119430222bc3c0950ac2f\";}s:34:\"wp-includes/js/zxcvbn-async.min.js\";a:2:{s:1:\"d\";s:10:\"1390970610\";s:1:\"h\";s:32:\"3196e9b61f703909e139ce7e049a7ffd\";}s:34:\"wp-includes/js/media-audiovideo.js\";a:2:{s:1:\"d\";s:10:\"1407902177\";s:1:\"h\";s:32:\"7825ea43bee309c4445058686b673caf\";}s:31:\"wp-includes/js/heartbeat.min.js\";a:2:{s:1:\"d\";s:10:\"1421925960\";s:1:\"h\";s:32:\"1dd3c7ed8699b740ebf4040b1304436d\";}s:24:\"wp-includes/js/wplink.js\";a:2:{s:1:\"d\";s:10:\"1421925962\";s:1:\"h\";s:32:\"5e6da10bd91d3bc1efdb71c105f8293c\";}s:33:\"wp-includes/js/colorpicker.min.js\";a:2:{s:1:\"d\";s:10:\"1390970610\";s:1:\"h\";s:32:\"350af5af9077a62d67bae1f33a4f48fc\";}s:38:\"wp-includes/js/customize-models.min.js\";a:2:{s:1:\"d\";s:10:\"1398457519\";s:1:\"h\";s:32:\"4f4b04852e86713b9f7490e74ee8820a\";}s:29:\"wp-includes/js/tw-sack.min.js\";a:2:{s:1:\"d\";s:10:\"1390970610\";s:1:\"h\";s:32:\"a1c18227e6e93798c493aed96ee6cc84\";}s:29:\"wp-includes/js/colorpicker.js\";a:2:{s:1:\"d\";s:10:\"1353165089\";s:1:\"h\";s:32:\"f01017ca562067f4840eb2b6f99f2daf\";}s:39:\"wp-includes/js/wp-list-revisions.min.js\";a:2:{s:1:\"d\";s:10:\"1384379111\";s:1:\"h\";s:32:\"b4031fcf4f4279be864d4bd82f7fc46c\";}s:31:\"wp-includes/js/quicktags.min.js\";a:2:{s:1:\"d\";s:10:\"1421925961\";s:1:\"h\";s:32:\"0d7a0005ba6a1fa29037258ddd1a2034\";}s:30:\"wp-includes/js/media-models.js\";a:2:{s:1:\"d\";s:10:\"1421925960\";s:1:\"h\";s:32:\"f66d1ebe4decdac8163979876b0023e7\";}s:30:\"wp-includes/js/wpdialog.min.js\";a:2:{s:1:\"d\";s:10:\"1388274795\";s:1:\"h\";s:32:\"d22d9fa5bb00ba0667080da846c4a1be\";}s:31:\"wp-includes/js/comment-reply.js\";a:2:{s:1:\"d\";s:10:\"1384490529\";s:1:\"h\";s:32:\"d30ad028653d4eac285a1d4d06567bbd\";}s:43:\"wp-includes/js/customize-preview-widgets.js\";a:2:{s:1:\"d\";s:10:\"1404950296\";s:1:\"h\";s:32:\"a01ebc7a7becb4597d71d379bcdab4be\";}s:26:\"wp-includes/js/mce-view.js\";a:2:{s:1:\"d\";s:10:\"1421925960\";s:1:\"h\";s:32:\"09186e22f2a86dbde1dec5de41d00321\";}s:30:\"wp-includes/js/media-editor.js\";a:2:{s:1:\"d\";s:10:\"1421925960\";s:1:\"h\";s:32:\"000059450d81178e0ea9fea810f81859\";}s:31:\"wp-includes/js/wp-auth-check.js\";a:2:{s:1:\"d\";s:10:\"1386010029\";s:1:\"h\";s:32:\"f1d3e9e205b2c0fecfd16283630f1a2b\";}s:36:\"wp-includes/js/thickbox/thickbox.css\";a:2:{s:1:\"d\";s:10:\"1394994497\";s:1:\"h\";s:32:\"87bddde1890612b32a9a4672e5d26661\";}s:35:\"wp-includes/js/thickbox/thickbox.js\";a:2:{s:1:\"d\";s:10:\"1421925961\";s:1:\"h\";s:32:\"b4ba824311d86552ddc7fe7753ef8925\";}s:44:\"wp-includes/js/thickbox/loadingAnimation.gif\";a:2:{s:1:\"d\";s:10:\"1352149215\";s:1:\"h\";s:32:\"ce2268030dd2151b63cdf4ffc2f626ba\";}s:27:\"wp-includes/js/quicktags.js\";a:2:{s:1:\"d\";s:10:\"1421925961\";s:1:\"h\";s:32:\"f623cad23a3ce005fcd054d9e5adcaad\";}s:35:\"wp-includes/js/customize-preview.js\";a:2:{s:1:\"d\";s:10:\"1421925960\";s:1:\"h\";s:32:\"bc3602ceb3e5a0f05391eb77f48e3155\";}s:42:\"wp-includes/js/plupload/wp-plupload.min.js\";a:2:{s:1:\"d\";s:10:\"1421925961\";s:1:\"h\";s:32:\"1d8eb51f53f479c82c6c660f7f40ad40\";}s:35:\"wp-includes/js/plupload/license.txt\";a:2:{s:1:\"d\";s:10:\"1311929975\";s:1:\"h\";s:32:\"751419260aa954499f7abaabaa882bbe\";}s:39:\"wp-includes/js/plupload/handlers.min.js\";a:2:{s:1:\"d\";s:10:\"1395618319\";s:1:\"h\";s:32:\"e10ed46fab9c2698e592308ef1bc1274\";}s:42:\"wp-includes/js/plupload/plupload.flash.swf\";a:2:{s:1:\"d\";s:10:\"1397434036\";s:1:\"h\";s:32:\"7029eb89afd82d9845f711c93ca1cb47\";}s:35:\"wp-includes/js/plupload/handlers.js\";a:2:{s:1:\"d\";s:10:\"1395702133\";s:1:\"h\";s:32:\"9798444b97233bb341b19f374f85c11c\";}s:44:\"wp-includes/js/plupload/plupload.full.min.js\";a:2:{s:1:\"d\";s:10:\"1393531276\";s:1:\"h\";s:32:\"9349f636c747a5e983020a1cb7213a44\";}s:48:\"wp-includes/js/plupload/plupload.silverlight.xap\";a:2:{s:1:\"d\";s:10:\"1397434036\";s:1:\"h\";s:32:\"3c524750546de1b3aab36ff60719aebb\";}s:38:\"wp-includes/js/plupload/wp-plupload.js\";a:2:{s:1:\"d\";s:10:\"1421925961\";s:1:\"h\";s:32:\"659d8f1d3bfd32cf405f6591d0521e7c\";}s:29:\"wp-includes/js/wp-util.min.js\";a:2:{s:1:\"d\";s:10:\"1390970610\";s:1:\"h\";s:32:\"39ca66318ef66201510aebcaad263210\";}s:34:\"wp-includes/js/wp-ajax-response.js\";a:2:{s:1:\"d\";s:10:\"1384407790\";s:1:\"h\";s:32:\"316dc6a88af5010df7bee09c481950e8\";}s:27:\"wp-includes/js/swfobject.js\";a:2:{s:1:\"d\";s:10:\"1334704169\";s:1:\"h\";s:32:\"9ffdba2cff497d701684657e329871f5\";}s:29:\"wp-includes/js/wp-backbone.js\";a:2:{s:1:\"d\";s:10:\"1392276973\";s:1:\"h\";s:32:\"fdaba653baf259db7cb3d7a4d76a2970\";}s:31:\"wp-includes/js/shortcode.min.js\";a:2:{s:1:\"d\";s:10:\"1398915433\";s:1:\"h\";s:32:\"18ba5832006079f3bcbdeb4c38c92adf\";}s:39:\"wp-includes/js/mediaelement/loading.gif\";a:2:{s:1:\"d\";s:10:\"1363411544\";s:1:\"h\";s:32:\"76b326f4d44222126fee21076595bef5\";}s:54:\"wp-includes/js/mediaelement/mediaelementplayer.min.css\";a:2:{s:1:\"d\";s:10:\"1421925961\";s:1:\"h\";s:32:\"28a8a27aaaf51e9de260514ea7ddf409\";}s:42:\"wp-includes/js/mediaelement/wp-playlist.js\";a:2:{s:1:\"d\";s:10:\"1409601318\";s:1:\"h\";s:32:\"0ec99859384076f01ce50727d9bf18b3\";}s:46:\"wp-includes/js/mediaelement/wp-mediaelement.js\";a:2:{s:1:\"d\";s:10:\"1421925961\";s:1:\"h\";s:32:\"9f38d89f0e227bebd5ba84ac75e10f5a\";}s:55:\"wp-includes/js/mediaelement/silverlightmediaelement.xap\";a:2:{s:1:\"d\";s:10:\"1363411544\";s:1:\"h\";s:32:\"2fb1bc1a7f10d1dd54689a79b4cf53ac\";}s:39:\"wp-includes/js/mediaelement/bigplay.svg\";a:2:{s:1:\"d\";s:10:\"1407617057\";s:1:\"h\";s:32:\"ea090d716dd05e4024c29283f3c88d0d\";}s:40:\"wp-includes/js/mediaelement/controls.svg\";a:2:{s:1:\"d\";s:10:\"1363411544\";s:1:\"h\";s:32:\"40f56f5a736da4effeb790cedb8a52f0\";}s:49:\"wp-includes/js/mediaelement/flashmediaelement.swf\";a:2:{s:1:\"d\";s:10:\"1421925961\";s:1:\"h\";s:32:\"e78dcab5e8dc6bfad93588602a065c8a\";}s:58:\"wp-includes/js/mediaelement/mediaelement-and-player.min.js\";a:2:{s:1:\"d\";s:10:\"1421925961\";s:1:\"h\";s:32:\"8240ce3d6dfd3ffaaa20d71c67b9e5dd\";}s:47:\"wp-includes/js/mediaelement/wp-mediaelement.css\";a:2:{s:1:\"d\";s:10:\"1421925961\";s:1:\"h\";s:32:\"1be4557714895c25adba8260adcc05ab\";}s:27:\"wp-includes/js/utils.min.js\";a:2:{s:1:\"d\";s:10:\"1407898036\";s:1:\"h\";s:32:\"41fa39bcefcede21b93beb099cfa78d7\";}s:28:\"wp-includes/js/wp-pointer.js\";a:2:{s:1:\"d\";s:10:\"1384490529\";s:1:\"h\";s:32:\"35cb8b380bbd1f2eaa723ac49ba5f3f0\";}s:23:\"wp-includes/js/utils.js\";a:2:{s:1:\"d\";s:10:\"1407898036\";s:1:\"h\";s:32:\"01b7f89601bfa36ffee09f056f2cc38a\";}s:36:\"wp-includes/js/swfupload/license.txt\";a:2:{s:1:\"d\";s:10:\"1311967281\";s:1:\"h\";s:32:\"cbe05bb060c85e07882dc06ff751577a\";}s:37:\"wp-includes/js/swfupload/swfupload.js\";a:2:{s:1:\"d\";s:10:\"1407902177\";s:1:\"h\";s:32:\"ef3ae9014525cf81187afaa61bca737e\";}s:38:\"wp-includes/js/swfupload/swfupload.swf\";a:2:{s:1:\"d\";s:10:\"1375125300\";s:1:\"h\";s:32:\"bd5a25f23589652ca472d41fe1484f0c\";}s:40:\"wp-includes/js/swfupload/handlers.min.js\";a:2:{s:1:\"d\";s:10:\"1371799147\";s:1:\"h\";s:32:\"96592c6b3fad580ce04e12bc3047ef3b\";}s:36:\"wp-includes/js/swfupload/handlers.js\";a:2:{s:1:\"d\";s:10:\"1393274954\";s:1:\"h\";s:32:\"14b2d04fdb85bc1f171cf3dfb2987dca\";}s:51:\"wp-includes/js/swfupload/plugins/swfupload.speed.js\";a:2:{s:1:\"d\";s:10:\"1311967281\";s:1:\"h\";s:32:\"415a3787846bb6c2d745602c2afb73ac\";}s:53:\"wp-includes/js/swfupload/plugins/swfupload.cookies.js\";a:2:{s:1:\"d\";s:10:\"1311967281\";s:1:\"h\";s:32:\"7fa57ec00dda88dd6b5c2037ccb4d5cf\";}s:55:\"wp-includes/js/swfupload/plugins/swfupload.swfobject.js\";a:2:{s:1:\"d\";s:10:\"1311967281\";s:1:\"h\";s:32:\"ccb51571a75637db08545caaf2ed9e73\";}s:51:\"wp-includes/js/swfupload/plugins/swfupload.queue.js\";a:2:{s:1:\"d\";s:10:\"1311967281\";s:1:\"h\";s:32:\"9953522fbd4a1b02bbf635a92d76cd8f\";}s:35:\"wp-includes/js/wp-list-revisions.js\";a:2:{s:1:\"d\";s:10:\"1384496650\";s:1:\"h\";s:32:\"47510d7560d22a974c8c0eec6e24bcbd\";}s:29:\"wp-includes/js/hoverIntent.js\";a:2:{s:1:\"d\";s:10:\"1368561185\";s:1:\"h\";s:32:\"4502421f188ad9e38079741edc36e118\";}s:30:\"wp-includes/js/backbone.min.js\";a:2:{s:1:\"d\";s:10:\"1393083734\";s:1:\"h\";s:32:\"6d6bc60cd42263c2ffd0b4b6523400c5\";}s:26:\"wp-includes/js/wpdialog.js\";a:2:{s:1:\"d\";s:10:\"1388274795\";s:1:\"h\";s:32:\"72e8395fd44d4039009c5396888fa6ba\";}s:33:\"wp-includes/js/media-views.min.js\";a:2:{s:1:\"d\";s:10:\"1421925961\";s:1:\"h\";s:32:\"3c6df510503404b2ac5be6ddba836293\";}s:37:\"wp-includes/js/customize-views.min.js\";a:2:{s:1:\"d\";s:10:\"1399349654\";s:1:\"h\";s:32:\"05b8ea5fb11adb182563ddb989e091d1\";}s:35:\"wp-includes/js/wp-auth-check.min.js\";a:2:{s:1:\"d\";s:10:\"1390970610\";s:1:\"h\";s:32:\"b7a95205254b5b44d7da6c40feee0f71\";}s:40:\"wp-includes/js/jquery/jquery.schedule.js\";a:2:{s:1:\"d\";s:10:\"1199986548\";s:1:\"h\";s:32:\"0426b39754aa6bc766d89ea4c41bbd06\";}s:39:\"wp-includes/js/jquery/ui/tooltip.min.js\";a:2:{s:1:\"d\";s:10:\"1421925960\";s:1:\"h\";s:32:\"c841c027f1139ce197b43a9e4ea65420\";}s:38:\"wp-includes/js/jquery/ui/button.min.js\";a:2:{s:1:\"d\";s:10:\"1421925960\";s:1:\"h\";s:32:\"68fcb351d6882f64a3e5e2f3d6fd00b3\";}s:42:\"wp-includes/js/jquery/ui/selectable.min.js\";a:2:{s:1:\"d\";s:10:\"1421925960\";s:1:\"h\";s:32:\"a61647fd50e892d148bf77fab886afd2\";}s:43:\"wp-includes/js/jquery/ui/effect-drop.min.js\";a:2:{s:1:\"d\";s:10:\"1421925960\";s:1:\"h\";s:32:\"115186cb516bf141e12b8b8c7f1c5c8d\";}s:38:\"wp-includes/js/jquery/ui/widget.min.js\";a:2:{s:1:\"d\";s:10:\"1421925960\";s:1:\"h\";s:32:\"b369c6d4df45a622294874f96a746fb5\";}s:40:\"wp-includes/js/jquery/ui/position.min.js\";a:2:{s:1:\"d\";s:10:\"1421925960\";s:1:\"h\";s:32:\"586bc1619fe2aa146bef070f140fd386\";}s:47:\"wp-includes/js/jquery/ui/effect-transfer.min.js\";a:2:{s:1:\"d\";s:10:\"1421925960\";s:1:\"h\";s:32:\"70d7ff2b68aa36956b1c7fa6c0b44191\";}s:46:\"wp-includes/js/jquery/ui/effect-pulsate.min.js\";a:2:{s:1:\"d\";s:10:\"1421925960\";s:1:\"h\";s:32:\"0d28e73bb53ab02d4951460898c8ad8c\";}s:43:\"wp-includes/js/jquery/ui/effect-size.min.js\";a:2:{s:1:\"d\";s:10:\"1421925960\";s:1:\"h\";s:32:\"6fd6a0edced7b413d16c500d896d5e0f\";}s:41:\"wp-includes/js/jquery/ui/resizable.min.js\";a:2:{s:1:\"d\";s:10:\"1421925960\";s:1:\"h\";s:32:\"e2d4ab1a66c1ec7615c2e17c15c7e081\";}s:43:\"wp-includes/js/jquery/ui/progressbar.min.js\";a:2:{s:1:\"d\";s:10:\"1421925960\";s:1:\"h\";s:32:\"f953a1f80de38a3aa9b33b9035d8a638\";}s:42:\"wp-includes/js/jquery/ui/selectmenu.min.js\";a:2:{s:1:\"d\";s:10:\"1421925960\";s:1:\"h\";s:32:\"2c771d66d39708f0b0cac4c9922113d2\";}s:43:\"wp-includes/js/jquery/ui/effect-puff.min.js\";a:2:{s:1:\"d\";s:10:\"1421925960\";s:1:\"h\";s:32:\"633a3e818838090cdb8f691545977ece\";}s:45:\"wp-includes/js/jquery/ui/effect-bounce.min.js\";a:2:{s:1:\"d\";s:10:\"1421925960\";s:1:\"h\";s:32:\"60d7f9347ab7938af5cb10ef606453f1\";}s:44:\"wp-includes/js/jquery/ui/effect-scale.min.js\";a:2:{s:1:\"d\";s:10:\"1421925960\";s:1:\"h\";s:32:\"c7dce545dd7b39f2e154c7a69fe1b30f\";}s:44:\"wp-includes/js/jquery/ui/autocomplete.min.js\";a:2:{s:1:\"d\";s:10:\"1421925960\";s:1:\"h\";s:32:\"b44ae880533b69eb02aa8bab81bbb2a8\";}s:46:\"wp-includes/js/jquery/ui/effect-explode.min.js\";a:2:{s:1:\"d\";s:10:\"1421925960\";s:1:\"h\";s:32:\"80a3c71f73734d8e64568b208b5cfd19\";}s:48:\"wp-includes/js/jquery/ui/effect-highlight.min.js\";a:2:{s:1:\"d\";s:10:\"1421925960\";s:1:\"h\";s:32:\"65d871feccd57666ee19a3df4644a7e0\";}s:39:\"wp-includes/js/jquery/ui/spinner.min.js\";a:2:{s:1:\"d\";s:10:\"1421925960\";s:1:\"h\";s:32:\"7c2fb4ffa453c9870793dd257109b9b3\";}s:38:\"wp-includes/js/jquery/ui/slider.min.js\";a:2:{s:1:\"d\";s:10:\"1421925960\";s:1:\"h\";s:32:\"4f70432f595fade3c533070299719285\";}s:43:\"wp-includes/js/jquery/ui/effect-fold.min.js\";a:2:{s:1:\"d\";s:10:\"1421925960\";s:1:\"h\";s:32:\"f5854a487c21837903b3e03e5507cf52\";}s:41:\"wp-includes/js/jquery/ui/droppable.min.js\";a:2:{s:1:\"d\";s:10:\"1421925960\";s:1:\"h\";s:32:\"0871aadc0992a7c71d5b3558114438fb\";}s:38:\"wp-includes/js/jquery/ui/dialog.min.js\";a:2:{s:1:\"d\";s:10:\"1421925960\";s:1:\"h\";s:32:\"03468b0f0ceb0ccce25de28ffed83efd\";}s:43:\"wp-includes/js/jquery/ui/effect-clip.min.js\";a:2:{s:1:\"d\";s:10:\"1421925960\";s:1:\"h\";s:32:\"857396f2d8203aba1028fde0009c92d8\";}s:44:\"wp-includes/js/jquery/ui/effect-blind.min.js\";a:2:{s:1:\"d\";s:10:\"1421925960\";s:1:\"h\";s:32:\"6fb2642d8eb51b75a796cb3e92e6ba7e\";}s:36:\"wp-includes/js/jquery/ui/menu.min.js\";a:2:{s:1:\"d\";s:10:\"1421925960\";s:1:\"h\";s:32:\"685fb2f73a372f615a6981a8cd1d2444\";}s:36:\"wp-includes/js/jquery/ui/tabs.min.js\";a:2:{s:1:\"d\";s:10:\"1421925960\";s:1:\"h\";s:32:\"9d119a515eff37751a19f95d11c0802d\";}s:43:\"wp-includes/js/jquery/ui/effect-fade.min.js\";a:2:{s:1:\"d\";s:10:\"1421925960\";s:1:\"h\";s:32:\"15a40c47867106bd6f45ac103d00d929\";}s:41:\"wp-includes/js/jquery/ui/accordion.min.js\";a:2:{s:1:\"d\";s:10:\"1421925960\";s:1:\"h\";s:32:\"3d655185b6170d7722edad3edbd4eb26\";}s:40:\"wp-includes/js/jquery/ui/sortable.min.js\";a:2:{s:1:\"d\";s:10:\"1421925960\";s:1:\"h\";s:32:\"c9f94c2964fbe89af48d431e721ee4d6\";}s:44:\"wp-includes/js/jquery/ui/effect-slide.min.js\";a:2:{s:1:\"d\";s:10:\"1421925960\";s:1:\"h\";s:32:\"ab6393ed31d603a7c3b3d723437726a4\";}s:38:\"wp-includes/js/jquery/ui/effect.min.js\";a:2:{s:1:\"d\";s:10:\"1421925960\";s:1:\"h\";s:32:\"b7642fa0b3ddf241b7b4ee9d62139d76\";}s:41:\"wp-includes/js/jquery/ui/draggable.min.js\";a:2:{s:1:\"d\";s:10:\"1421925960\";s:1:\"h\";s:32:\"b5993b66434a99eb5b6f8cdd716f19d0\";}s:37:\"wp-includes/js/jquery/ui/mouse.min.js\";a:2:{s:1:\"d\";s:10:\"1421925960\";s:1:\"h\";s:32:\"3b3c95f5fb16cfa309270c16992dc393\";}s:42:\"wp-includes/js/jquery/ui/datepicker.min.js\";a:2:{s:1:\"d\";s:10:\"1421925960\";s:1:\"h\";s:32:\"2391c6781dad9871a02cca33c1782f4b\";}s:36:\"wp-includes/js/jquery/ui/core.min.js\";a:2:{s:1:\"d\";s:10:\"1421925960\";s:1:\"h\";s:32:\"67314499128fc5f9b92a78e2ac93bf89\";}s:44:\"wp-includes/js/jquery/ui/effect-shake.min.js\";a:2:{s:1:\"d\";s:10:\"1421925960\";s:1:\"h\";s:32:\"ed68bc26b640e7dcaf6e32ea3d3478ed\";}s:49:\"wp-includes/js/jquery/jquery.table-hotkeys.min.js\";a:2:{s:1:\"d\";s:10:\"1345680258\";s:1:\"h\";s:32:\"e56f81676f199db7bf937e69a64909fa\";}s:39:\"wp-includes/js/jquery/jquery.hotkeys.js\";a:2:{s:1:\"d\";s:10:\"1388621474\";s:1:\"h\";s:32:\"e29483a8ca26a0dd8b0d1146c6b0a6e9\";}s:41:\"wp-includes/js/jquery/jquery.color.min.js\";a:2:{s:1:\"d\";s:10:\"1365614995\";s:1:\"h\";s:32:\"ff2db8dbf145ce47f31781eef33e764a\";}s:43:\"wp-includes/js/jquery/jquery.masonry.min.js\";a:2:{s:1:\"d\";s:10:\"1395905596\";s:1:\"h\";s:32:\"928adcedcd52b828e51f9ec291655e01\";}s:46:\"wp-includes/js/jquery/jquery.ui.touch-punch.js\";a:2:{s:1:\"d\";s:10:\"1334113103\";s:1:\"h\";s:32:\"4cc86d1003c45134d6838f13e3885db1\";}s:36:\"wp-includes/js/jquery/suggest.min.js\";a:2:{s:1:\"d\";s:10:\"1396465516\";s:1:\"h\";s:32:\"21a79ede04fa5ee9017e6bdbdba5bfe9\";}s:36:\"wp-includes/js/jquery/jquery.form.js\";a:2:{s:1:\"d\";s:10:\"1379365569\";s:1:\"h\";s:32:\"e5afd8e41d2ec22c19932b068cd90a71\";}s:40:\"wp-includes/js/jquery/jquery.form.min.js\";a:2:{s:1:\"d\";s:10:\"1379365569\";s:1:\"h\";s:32:\"dbc3808473def00fce45fe564dc72dcb\";}s:32:\"wp-includes/js/jquery/suggest.js\";a:2:{s:1:\"d\";s:10:\"1403798894\";s:1:\"h\";s:32:\"bf55f3b46b05aa372a0bed97b848de9e\";}s:37:\"wp-includes/js/jquery/jquery.query.js\";a:2:{s:1:\"d\";s:10:\"1359492752\";s:1:\"h\";s:32:\"3bcc587af2c7b01fc6fbc9c077050143\";}s:45:\"wp-includes/js/jquery/jquery.table-hotkeys.js\";a:2:{s:1:\"d\";s:10:\"1384492569\";s:1:\"h\";s:32:\"a706ead694231e74fd6750b1670580a5\";}s:43:\"wp-includes/js/jquery/jquery.hotkeys.min.js\";a:2:{s:1:\"d\";s:10:\"1345680258\";s:1:\"h\";s:32:\"e353217d4555ab5c62b367be6889813d\";}s:31:\"wp-includes/js/jquery/jquery.js\";a:2:{s:1:\"d\";s:10:\"1399022956\";s:1:\"h\";s:32:\"25c76e632c1ee2f2d25292b72acc17d4\";}s:43:\"wp-includes/js/jquery/jquery-migrate.min.js\";a:2:{s:1:\"d\";s:10:\"1374593305\";s:1:\"h\";s:32:\"512b871a2830e44259bc3ce3343afcd0\";}s:48:\"wp-includes/js/jquery/jquery.serialize-object.js\";a:2:{s:1:\"d\";s:10:\"1295564977\";s:1:\"h\";s:32:\"d15c29a18d9ffa8b9b4ae86c3c0cfa22\";}s:39:\"wp-includes/js/jquery/jquery-migrate.js\";a:2:{s:1:\"d\";s:10:\"1368552178\";s:1:\"h\";s:32:\"90e237d5f01035b958feaf514ef27f7a\";}s:28:\"wp-includes/js/wplink.min.js\";a:2:{s:1:\"d\";s:10:\"1421925962\";s:1:\"h\";s:32:\"1ca4d589307f12d1cb208a33e539ed23\";}s:34:\"wp-includes/js/customize-models.js\";a:2:{s:1:\"d\";s:10:\"1398457519\";s:1:\"h\";s:32:\"d420d2bafa7a4370a74f45ad61d956ec\";}s:28:\"wp-includes/js/zxcvbn.min.js\";a:2:{s:1:\"d\";s:10:\"1386186790\";s:1:\"h\";s:32:\"a14cd5113bd0d57563c1a9b63cae05f8\";}s:30:\"wp-includes/js/wp-lists.min.js\";a:2:{s:1:\"d\";s:10:\"1395875655\";s:1:\"h\";s:32:\"98747c729c8e35d2d6781cc587d9d291\";}s:38:\"wp-includes/js/wp-ajax-response.min.js\";a:2:{s:1:\"d\";s:10:\"1384407790\";s:1:\"h\";s:32:\"c97811c969982d3ec60a885c16333372\";}s:29:\"wp-includes/js/masonry.min.js\";a:2:{s:1:\"d\";s:10:\"1393357995\";s:1:\"h\";s:32:\"6cb8bb7d4daad1989037e36a0cf08e01\";}s:28:\"wp-includes/js/media-grid.js\";a:2:{s:1:\"d\";s:10:\"1421925960\";s:1:\"h\";s:32:\"8d2e9573969040d7c24f7d46776962c5\";}s:23:\"wp-includes/js/json2.js\";a:2:{s:1:\"d\";s:10:\"1345680258\";s:1:\"h\";s:32:\"74d903049683e5bbea9ccb7544a42bca\";}s:25:\"wp-includes/js/wp-util.js\";a:2:{s:1:\"d\";s:10:\"1421925962\";s:1:\"h\";s:32:\"b1f5d3eba80a1f93e0253bc74991fbb1\";}s:35:\"wp-includes/js/crop/marqueeVert.gif\";a:2:{s:1:\"d\";s:10:\"1352314150\";s:1:\"h\";s:32:\"ae9accf100a4b9930639adff52d4dcc7\";}s:30:\"wp-includes/js/crop/cropper.js\";a:2:{s:1:\"d\";s:10:\"1178315323\";s:1:\"h\";s:32:\"1d97b296d918482e1273c56fbff6a8e2\";}s:36:\"wp-includes/js/crop/marqueeHoriz.gif\";a:2:{s:1:\"d\";s:10:\"1352314150\";s:1:\"h\";s:32:\"8cccae9c1ebafdb83be602e4d44c6f0a\";}s:31:\"wp-includes/js/crop/cropper.css\";a:2:{s:1:\"d\";s:10:\"1356018932\";s:1:\"h\";s:32:\"6b79350bf46e0f692a4d1b2807ed0399\";}s:38:\"wp-includes/js/media-audiovideo.min.js\";a:2:{s:1:\"d\";s:10:\"1407613155\";s:1:\"h\";s:32:\"15412686f8145bd551c34f16b2a760a2\";}s:38:\"wp-includes/js/customize-loader.min.js\";a:2:{s:1:\"d\";s:10:\"1421925960\";s:1:\"h\";s:32:\"8acc18afc849d02b6fd4050074a93a9b\";}s:32:\"wp-includes/js/media-grid.min.js\";a:2:{s:1:\"d\";s:10:\"1421925960\";s:1:\"h\";s:32:\"9a70c60a2cf8bdf9508df9bb94706065\";}s:32:\"wp-includes/js/wp-pointer.min.js\";a:2:{s:1:\"d\";s:10:\"1384379111\";s:1:\"h\";s:32:\"368f987c644d70580097e48066c99082\";}s:30:\"wp-includes/js/mce-view.min.js\";a:2:{s:1:\"d\";s:10:\"1421925960\";s:1:\"h\";s:32:\"cb3deca0110cd39ea85a9a3b65d3162f\";}s:32:\"wp-includes/js/customize-base.js\";a:2:{s:1:\"d\";s:10:\"1421925960\";s:1:\"h\";s:32:\"99408cfe66225d657d6bfe59611e4237\";}s:25:\"wp-includes/js/tw-sack.js\";a:2:{s:1:\"d\";s:10:\"1345680258\";s:1:\"h\";s:32:\"b989a5bd84f6ebcbc1393ec003e6e991\";}s:29:\"wp-includes/js/media-views.js\";a:2:{s:1:\"d\";s:10:\"1421925960\";s:1:\"h\";s:32:\"8c94db3246f7e7de1c2b745fdae79383\";}s:41:\"wp-includes/js/jcrop/jquery.Jcrop.min.css\";a:2:{s:1:\"d\";s:10:\"1379767569\";s:1:\"h\";s:32:\"56cc9ea201dc2f4b910e78bfacac9211\";}s:30:\"wp-includes/js/jcrop/Jcrop.gif\";a:2:{s:1:\"d\";s:10:\"1352314150\";s:1:\"h\";s:32:\"5a8bfd37651305bdafbcf2cd51b0254b\";}s:40:\"wp-includes/js/jcrop/jquery.Jcrop.min.js\";a:2:{s:1:\"d\";s:10:\"1379767569\";s:1:\"h\";s:32:\"2f61ab984c177275c71e34ff1a17c102\";}s:34:\"wp-includes/js/media-models.min.js\";a:2:{s:1:\"d\";s:10:\"1421925960\";s:1:\"h\";s:32:\"261fa850fde903097779eb27336f8c20\";}s:21:\"wp-includes/cache.php\";a:2:{s:1:\"d\";s:10:\"1421925959\";s:1:\"h\";s:32:\"645bd284dca21a69ec02e6f74201fdbe\";}s:25:\"wp-includes/pluggable.php\";a:2:{s:1:\"d\";s:10:\"1421925962\";s:1:\"h\";s:32:\"ffb1c191d52ecd52959a6decd9f82eb2\";}s:26:\"wp-includes/deprecated.php\";a:2:{s:1:\"d\";s:10:\"1421925959\";s:1:\"h\";s:32:\"2a4e4af62d39344f6b6e689409d5c774\";}s:23:\"wp-includes/wp-diff.php\";a:2:{s:1:\"d\";s:10:\"1421925962\";s:1:\"h\";s:32:\"3576ccddba4c3f91d3dd15747f9d2b14\";}s:26:\"wp-includes/class-pop3.php\";a:2:{s:1:\"d\";s:10:\"1303418432\";s:1:\"h\";s:32:\"a94bb299c353b7e57c9f98900cea2f7d\";}s:28:\"wp-includes/class-phpass.php\";a:2:{s:1:\"d\";s:10:\"1421925959\";s:1:\"h\";s:32:\"23d5464450fa0c001ac9669747e7c6a7\";}s:31:\"wp-includes/class-simplepie.php\";a:2:{s:1:\"d\";s:10:\"1407902177\";s:1:\"h\";s:32:\"5973e0728909826d97bef5443b8ef72e\";}s:20:\"wp-includes/post.php\";a:2:{s:1:\"d\";s:10:\"1421925962\";s:1:\"h\";s:32:\"15e634132196410e34dcf50820fcd942\";}s:29:\"wp-includes/post-template.php\";a:2:{s:1:\"d\";s:10:\"1421925962\";s:1:\"h\";s:32:\"0cc1f173c956e57fbb16b56c9dfc3fb4\";}s:32:\"wp-includes/class.wp-scripts.php\";a:2:{s:1:\"d\";s:10:\"1421925959\";s:1:\"h\";s:32:\"ae482d2d7599d139c87c00fb9b87ebdd\";}s:28:\"wp-includes/registration.php\";a:2:{s:1:\"d\";s:10:\"1326042071\";s:1:\"h\";s:32:\"7198cf8d485e8ddcb2b3bb49a6d069da\";}s:20:\"wp-includes/feed.php\";a:2:{s:1:\"d\";s:10:\"1421925959\";s:1:\"h\";s:32:\"fc5c053316212fafe8abc20529546a10\";}s:31:\"wp-includes/class.wp-styles.php\";a:2:{s:1:\"d\";s:10:\"1421925959\";s:1:\"h\";s:32:\"4d432b17ea493ea3ad4c834457bfb08f\";}s:24:\"wp-includes/category.php\";a:2:{s:1:\"d\";s:10:\"1421925959\";s:1:\"h\";s:32:\"1e9b2359a41c9a8ec44cb1e002146f5a\";}s:24:\"wp-includes/class-wp.php\";a:2:{s:1:\"d\";s:10:\"1421925959\";s:1:\"h\";s:32:\"fe9cd0c018a40dfcf014959e653bbabb\";}s:35:\"wp-includes/functions.wp-styles.php\";a:2:{s:1:\"d\";s:10:\"1421925959\";s:1:\"h\";s:32:\"519bcf33a514d3da1ea78fe6738681e0\";}s:24:\"wp-includes/feed-rdf.php\";a:2:{s:1:\"d\";s:10:\"1421925959\";s:1:\"h\";s:32:\"da3c43fff6f29048bc2c4427a4cf3769\";}s:38:\"wp-includes/registration-functions.php\";a:2:{s:1:\"d\";s:10:\"1326042071\";s:1:\"h\";s:32:\"5f3f3cb7c6d126548d7848dd5893434c\";}s:20:\"wp-includes/kses.php\";a:2:{s:1:\"d\";s:10:\"1421925962\";s:1:\"h\";s:32:\"48088a5167f4d99976ae72b40cc28d0f\";}s:37:\"wp-includes/theme-compat/comments.php\";a:2:{s:1:\"d\";s:10:\"1421925962\";s:1:\"h\";s:32:\"09d1c3deb42e271f42e4cad6f22c4ba4\";}s:36:\"wp-includes/theme-compat/sidebar.php\";a:2:{s:1:\"d\";s:10:\"1393814067\";s:1:\"h\";s:32:\"3e1abfa5fc227d5775166faa86842e48\";}s:35:\"wp-includes/theme-compat/footer.php\";a:2:{s:1:\"d\";s:10:\"1393814067\";s:1:\"h\";s:32:\"c6207e0b437e8e4d8f13dde9f8b5c93d\";}s:35:\"wp-includes/theme-compat/header.php\";a:2:{s:1:\"d\";s:10:\"1395768135\";s:1:\"h\";s:32:\"b4788daaa2fc81887659a2b21d888c0b\";}s:43:\"wp-includes/theme-compat/comments-popup.php\";a:2:{s:1:\"d\";s:10:\"1421925962\";s:1:\"h\";s:32:\"5885552f89b4c18061da8c2e753c122e\";}s:40:\"wp-includes/class-wp-customize-panel.php\";a:2:{s:1:\"d\";s:10:\"1421925959\";s:1:\"h\";s:32:\"29669a79d39df6d72587a340d0ba7585\";}s:33:\"wp-includes/nav-menu-template.php\";a:2:{s:1:\"d\";s:10:\"1421925962\";s:1:\"h\";s:32:\"6a67d324a8fd5c24c029d587b048d14d\";}s:38:\"wp-includes/class-wp-ajax-response.php\";a:2:{s:1:\"d\";s:10:\"1407612617\";s:1:\"h\";s:32:\"3faf87337fb7cd137f149c287ee3f7a5\";}s:31:\"wp-includes/class-wp-editor.php\";a:2:{s:1:\"d\";s:10:\"1421925959\";s:1:\"h\";s:32:\"c8768695026080313465cdbd0297b725\";}s:31:\"wp-includes/class-phpmailer.php\";a:2:{s:1:\"d\";s:10:\"1393878314\";s:1:\"h\";s:32:\"4271124f375797d87661ee9f98693463\";}s:26:\"wp-includes/class-json.php\";a:2:{s:1:\"d\";s:10:\"1373302534\";s:1:\"h\";s:32:\"4cf25341919f07dacd84ace1dc05251a\";}s:26:\"wp-includes/shortcodes.php\";a:2:{s:1:\"d\";s:10:\"1421925962\";s:1:\"h\";s:32:\"47af09bcc8af6e00917eff0eda8a28f3\";}s:23:\"wp-includes/atomlib.php\";a:2:{s:1:\"d\";s:10:\"1387911432\";s:1:\"h\";s:32:\"971c65ba2e8084ec5bea8a000a66c141\";}s:33:\"wp-includes/default-constants.php\";a:2:{s:1:\"d\";s:10:\"1421925959\";s:1:\"h\";s:32:\"21c1c848ca9d2ee8295afccb028e7449\";}s:38:\"wp-includes/class-wp-xmlrpc-server.php\";a:2:{s:1:\"d\";s:10:\"1421925959\";s:1:\"h\";s:32:\"01d912a15361b3206eecbd0fc37eea43\";}s:20:\"wp-includes/meta.php\";a:2:{s:1:\"d\";s:10:\"1421925962\";s:1:\"h\";s:32:\"d57d191db57b711ed109c70c6795f4fe\";}s:20:\"wp-includes/load.php\";a:2:{s:1:\"d\";s:10:\"1421925962\";s:1:\"h\";s:32:\"19e43c915ef2313cbdf1e1d4665e1226\";}s:23:\"wp-includes/version.php\";a:2:{s:1:\"d\";s:10:\"1421925962\";s:1:\"h\";s:32:\"666184998563880a67275d234d95856d\";}s:31:\"wp-includes/default-filters.php\";a:2:{s:1:\"d\";s:10:\"1421925959\";s:1:\"h\";s:32:\"13339a9e44c8c2124ddf8d5b60dda8d3\";}s:22:\"wp-includes/locale.php\";a:2:{s:1:\"d\";s:10:\"1421925962\";s:1:\"h\";s:32:\"864bdb066f1a4b663a1d729ae4925a27\";}s:39:\"wp-includes/post-thumbnail-template.php\";a:2:{s:1:\"d\";s:10:\"1395859394\";s:1:\"h\";s:32:\"280359f0abb9a9e144caad43644cbbc2\";}s:19:\"wp-includes/rss.php\";a:2:{s:1:\"d\";s:10:\"1421925962\";s:1:\"h\";s:32:\"565968c6a4b133fae4b81cd3cc750994\";}s:30:\"wp-includes/class-wp-error.php\";a:2:{s:1:\"d\";s:10:\"1421925959\";s:1:\"h\";s:32:\"5acea5e6f1956698dade085507fa91fa\";}s:22:\"wp-includes/option.php\";a:2:{s:1:\"d\";s:10:\"1421925962\";s:1:\"h\";s:32:\"d5b0877aeb74b5af37bcbb0dd7bcfb08\";}s:40:\"wp-includes/class-wp-image-editor-gd.php\";a:2:{s:1:\"d\";s:10:\"1421925959\";s:1:\"h\";s:32:\"b5e58770c599ea25fa79b4a746957166\";}s:31:\"wp-includes/class-wp-walker.php\";a:2:{s:1:\"d\";s:10:\"1407902177\";s:1:\"h\";s:32:\"41d8a5a34beeac3c0ad08709f6944c22\";}s:29:\"wp-includes/ms-deprecated.php\";a:2:{s:1:\"d\";s:10:\"1421925962\";s:1:\"h\";s:32:\"9c849e036b6ef9e2d058ffc2c4db63d4\";}s:27:\"wp-includes/wlwmanifest.xml\";a:2:{s:1:\"d\";s:10:\"1386791351\";s:1:\"h\";s:32:\"dfd490b6f383ea02a269031ff05e8896\";}s:29:\"wp-includes/rss-functions.php\";a:2:{s:1:\"d\";s:10:\"1380068291\";s:1:\"h\";s:32:\"67b3b8bbb2d4166c5da5346a306c3d9d\";}s:34:\"wp-includes/feed-rss2-comments.php\";a:2:{s:1:\"d\";s:10:\"1421925959\";s:1:\"h\";s:32:\"0f9b3cb2a6af84370b5576153951e237\";}s:32:\"wp-includes/general-template.php\";a:2:{s:1:\"d\";s:10:\"1421925959\";s:1:\"h\";s:32:\"8ab12dbe8ec04d257fb1e3d8d4c24787\";}s:20:\"wp-includes/user.php\";a:2:{s:1:\"d\";s:10:\"1421925962\";s:1:\"h\";s:32:\"ce7d9c841a8885991858466919cfa3f8\";}s:24:\"wp-includes/feed-rss.php\";a:2:{s:1:\"d\";s:10:\"1382668192\";s:1:\"h\";s:32:\"b57f6b1959c5f4ed3eb05d4474480c2f\";}s:32:\"wp-includes/comment-template.php\";a:2:{s:1:\"d\";s:10:\"1421925959\";s:1:\"h\";s:32:\"e13c077043f6407e90fa25ec16f67493\";}s:45:\"wp-includes/class-wp-image-editor-imagick.php\";a:2:{s:1:\"d\";s:10:\"1421925959\";s:1:\"h\";s:32:\"b9e8958712aef29e09242cf6477ff217\";}s:32:\"wp-includes/SimplePie/Rating.php\";a:2:{s:1:\"d\";s:10:\"1353537115\";s:1:\"h\";s:32:\"3d7013a46d09c74b0ee3d8af617412fb\";}s:36:\"wp-includes/SimplePie/Cache/Base.php\";a:2:{s:1:\"d\";s:10:\"1353537115\";s:1:\"h\";s:32:\"9443eda189bbd9325d0c9c045d237c6a\";}s:37:\"wp-includes/SimplePie/Cache/MySQL.php\";a:2:{s:1:\"d\";s:10:\"1353537115\";s:1:\"h\";s:32:\"e8911ece15df42ca43991a48d5785687\";}s:36:\"wp-includes/SimplePie/Cache/File.php\";a:2:{s:1:\"d\";s:10:\"1353537115\";s:1:\"h\";s:32:\"a33dbb0540ecc29cc6425b14100953d1\";}s:40:\"wp-includes/SimplePie/Cache/Memcache.php\";a:2:{s:1:\"d\";s:10:\"1353537115\";s:1:\"h\";s:32:\"f69d4a55b2a1168531535107ab843fb6\";}s:34:\"wp-includes/SimplePie/Cache/DB.php\";a:2:{s:1:\"d\";s:10:\"1353537115\";s:1:\"h\";s:32:\"0659bf084f55a303f5922edc62bcfbf6\";}s:32:\"wp-includes/SimplePie/Parser.php\";a:2:{s:1:\"d\";s:10:\"1353537115\";s:1:\"h\";s:32:\"52bb2ee462e7e414a77efdc7ebf52bcc\";}s:32:\"wp-includes/SimplePie/Credit.php\";a:2:{s:1:\"d\";s:10:\"1353537115\";s:1:\"h\";s:32:\"0385e4a14de78c8b2a167f3e0aea197c\";}s:46:\"wp-includes/SimplePie/Decode/HTML/Entities.php\";a:2:{s:1:\"d\";s:10:\"1353537115\";s:1:\"h\";s:32:\"45975e2fcf0d428691a55a2394252f61\";}s:30:\"wp-includes/SimplePie/Misc.php\";a:2:{s:1:\"d\";s:10:\"1373303416\";s:1:\"h\";s:32:\"cecde679c62dd50207d8d25ece1a4b89\";}s:35:\"wp-includes/SimplePie/Copyright.php\";a:2:{s:1:\"d\";s:10:\"1353537115\";s:1:\"h\";s:32:\"bd7fbf68b954a9d50955cc808db7cb6a\";}s:34:\"wp-includes/SimplePie/Category.php\";a:2:{s:1:\"d\";s:10:\"1353537115\";s:1:\"h\";s:32:\"ba7ec8cc3f13d4f27f2e0adcaf64bb2a\";}s:35:\"wp-includes/SimplePie/Enclosure.php\";a:2:{s:1:\"d\";s:10:\"1353537115\";s:1:\"h\";s:32:\"122e861f42eb6e01ce8d4b0f11fb735d\";}s:46:\"wp-includes/SimplePie/Content/Type/Sniffer.php\";a:2:{s:1:\"d\";s:10:\"1353537115\";s:1:\"h\";s:32:\"7c72c3f369855562d96c77ece1c7db33\";}s:34:\"wp-includes/SimplePie/Registry.php\";a:2:{s:1:\"d\";s:10:\"1353537115\";s:1:\"h\";s:32:\"1cc8a2e6c0b5dd3176398d6400f0d9b8\";}s:31:\"wp-includes/SimplePie/Cache.php\";a:2:{s:1:\"d\";s:10:\"1353537115\";s:1:\"h\";s:32:\"79fc9017a23a836f4d0f68f7764ca734\";}s:29:\"wp-includes/SimplePie/IRI.php\";a:2:{s:1:\"d\";s:10:\"1353537115\";s:1:\"h\";s:32:\"6e16ff20d3e68692cf3b617b875f36f5\";}s:48:\"wp-includes/SimplePie/XML/Declaration/Parser.php\";a:2:{s:1:\"d\";s:10:\"1353537115\";s:1:\"h\";s:32:\"8fb1da7028c385bb9d4203c9f6732362\";}s:37:\"wp-includes/SimplePie/Restriction.php\";a:2:{s:1:\"d\";s:10:\"1353537115\";s:1:\"h\";s:32:\"2a191e7168116418817388113bd57914\";}s:36:\"wp-includes/SimplePie/Parse/Date.php\";a:2:{s:1:\"d\";s:10:\"1353537115\";s:1:\"h\";s:32:\"9a0a326d308c1e48a0f89bd3ce6e2760\";}s:32:\"wp-includes/SimplePie/Source.php\";a:2:{s:1:\"d\";s:10:\"1353537115\";s:1:\"h\";s:32:\"8e83bb1de3e018f0537bb32a8c9617ff\";}s:34:\"wp-includes/SimplePie/Sanitize.php\";a:2:{s:1:\"d\";s:10:\"1378872130\";s:1:\"h\";s:32:\"42d8b8c0cf46b5d8a511e0ae48b88f75\";}s:30:\"wp-includes/SimplePie/File.php\";a:2:{s:1:\"d\";s:10:\"1353537115\";s:1:\"h\";s:32:\"aeba08ad6b558736ea0aaf2beb2925b7\";}s:30:\"wp-includes/SimplePie/Core.php\";a:2:{s:1:\"d\";s:10:\"1353537115\";s:1:\"h\";s:32:\"a4ae19a923b890f2dcf7e2d415fd1ad2\";}s:33:\"wp-includes/SimplePie/Caption.php\";a:2:{s:1:\"d\";s:10:\"1353537115\";s:1:\"h\";s:32:\"bdbabcdcca426a4dadf6675bc4c4ebe9\";}s:34:\"wp-includes/SimplePie/Net/IPv6.php\";a:2:{s:1:\"d\";s:10:\"1353537115\";s:1:\"h\";s:32:\"a546790e216abdd9801795949fb6b40f\";}s:34:\"wp-includes/SimplePie/gzdecode.php\";a:2:{s:1:\"d\";s:10:\"1353537115\";s:1:\"h\";s:32:\"c538e2bc0e866197db616c17841134d4\";}s:32:\"wp-includes/SimplePie/Author.php\";a:2:{s:1:\"d\";s:10:\"1353537115\";s:1:\"h\";s:32:\"348071ed105ff0418b25964e771ba331\";}s:37:\"wp-includes/SimplePie/HTTP/Parser.php\";a:2:{s:1:\"d\";s:10:\"1353537115\";s:1:\"h\";s:32:\"5725c7d0fb347f1c08df3690a58f3609\";}s:33:\"wp-includes/SimplePie/Locator.php\";a:2:{s:1:\"d\";s:10:\"1353537115\";s:1:\"h\";s:32:\"8073a4c6da1bb33b877576665ef5eab5\";}s:35:\"wp-includes/SimplePie/Exception.php\";a:2:{s:1:\"d\";s:10:\"1352402093\";s:1:\"h\";s:32:\"094bfd76269c9fcc3c5cda8f05d05335\";}s:30:\"wp-includes/SimplePie/Item.php\";a:2:{s:1:\"d\";s:10:\"1353537115\";s:1:\"h\";s:32:\"104510e221fa08437aec008e633cdca7\";}s:24:\"wp-includes/ms-blogs.php\";a:2:{s:1:\"d\";s:10:\"1421925962\";s:1:\"h\";s:32:\"092478901ca7f090c5f85e442870725b\";}s:30:\"wp-includes/class-wp-theme.php\";a:2:{s:1:\"d\";s:10:\"1421925959\";s:1:\"h\";s:32:\"e8432364c55cef3a4c23e3c3047478bd\";}s:34:\"wp-includes/ms-default-filters.php\";a:2:{s:1:\"d\";s:10:\"1409643016\";s:1:\"h\";s:32:\"6cacc03d352d4b3ed70dd6a974fcedf5\";}s:30:\"wp-includes/media-template.php\";a:2:{s:1:\"d\";s:10:\"1421925962\";s:1:\"h\";s:32:\"770521594b392db90017a2f710b6d98a\";}s:31:\"wp-includes/fonts/dashicons.eot\";a:2:{s:1:\"d\";s:10:\"1421925959\";s:1:\"h\";s:32:\"cea23664cbf4f6c9484411cbc651d983\";}s:32:\"wp-includes/fonts/dashicons.woff\";a:2:{s:1:\"d\";s:10:\"1421925959\";s:1:\"h\";s:32:\"78f5e202fde4da61a50d49b27e747eb2\";}s:31:\"wp-includes/fonts/dashicons.ttf\";a:2:{s:1:\"d\";s:10:\"1421925959\";s:1:\"h\";s:32:\"8a457a7b9d43377c070b0fe91732ed95\";}s:31:\"wp-includes/fonts/dashicons.svg\";a:2:{s:1:\"d\";s:10:\"1421925959\";s:1:\"h\";s:32:\"0b7e1f9b2978e48c89f99c5befaf77f8\";}s:26:\"wp-includes/formatting.php\";a:2:{s:1:\"d\";s:10:\"1421925959\";s:1:\"h\";s:32:\"6e919c53d0473de1b505306e23567a86\";}s:31:\"wp-includes/template-loader.php\";a:2:{s:1:\"d\";s:10:\"1383143950\";s:1:\"h\";s:32:\"0573827ec7b9e08b5139c15a6ca23df4\";}s:36:\"wp-includes/functions.wp-scripts.php\";a:2:{s:1:\"d\";s:10:\"1421925959\";s:1:\"h\";s:32:\"1f670878467479584e672c34997e874a\";}s:27:\"wp-includes/ms-settings.php\";a:2:{s:1:\"d\";s:10:\"1404172215\";s:1:\"h\";s:32:\"8a8d737615b5c982687aa82aca65f893\";}s:21:\"wp-includes/query.php\";a:2:{s:1:\"d\";s:10:\"1421925962\";s:1:\"h\";s:32:\"14b4c47ebc867b0918a2893eaccfb8ca\";}s:20:\"wp-includes/vars.php\";a:2:{s:1:\"d\";s:10:\"1389377713\";s:1:\"h\";s:32:\"91d3e12051462662b3af459053a2704e\";}s:42:\"wp-includes/class-wp-customize-control.php\";a:2:{s:1:\"d\";s:10:\"1421925959\";s:1:\"h\";s:32:\"3e6e13aa56f78ad195abfd277937ecc8\";}s:24:\"wp-includes/bookmark.php\";a:2:{s:1:\"d\";s:10:\"1421925959\";s:1:\"h\";s:32:\"e002e949cdedaee5491c1c2e65f823e6\";}s:24:\"wp-includes/template.php\";a:2:{s:1:\"d\";s:10:\"1421925962\";s:1:\"h\";s:32:\"f701b8ba60980dfc80c607c36d76be7f\";}s:20:\"wp-config-sample.php\";a:2:{s:1:\"d\";s:10:\"1421925957\";s:1:\"h\";s:32:\"7000dd6c944cb31c9e3b6172e5236266\";}s:11:\"wp-load.php\";a:2:{s:1:\"d\";s:10:\"1404751336\";s:1:\"h\";s:32:\"cb3a6ab2d4997f0a5b2ee27c057035e1\";}s:12:\"wp-login.php\";a:2:{s:1:\"d\";s:10:\"1421925962\";s:1:\"h\";s:32:\"49721f6a13d9cd7c43b744ed9742b5aa\";}s:18:\"wp-blog-header.php\";a:2:{s:1:\"d\";s:10:\"1326042071\";s:1:\"h\";s:32:\"5f81e56e3ac8ebf59ee135c253b835d8\";}s:11:\"wp-mail.php\";a:2:{s:1:\"d\";s:10:\"1405588336\";s:1:\"h\";s:32:\"7f890eff523aefdfb1350cd22436899c\";}s:15:\"wp-activate.php\";a:2:{s:1:\"d\";s:10:\"1408555816\";s:1:\"h\";s:32:\"7055c8aaaf4ef6e0a98ce6b37b654799\";}}s:7:\"removed\";a:0:{}s:7:\"changed\";a:0:{}s:6:\"memory\";s:4:\"3.57\";}'),(2,'four_oh_four','404 Error',3,'2015-01-30 12:25:54','2015-01-30 12:25:54','89.37.61.53','',0,'/wordpress/not_found','http://www.weekendweddingvenues.com/wordpress/wp-admin/','a:1:{s:12:\"query_string\";s:0:\"\";}'),(3,'four_oh_four','404 Error',3,'2015-01-30 12:26:02','2015-01-30 12:26:02','89.37.61.53','',0,'/wordpress/not_found','','a:1:{s:12:\"query_string\";s:0:\"\";}'); /*!40000 ALTER TABLE `wp_itsec_log` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_itsec_temp` -- DROP TABLE IF EXISTS `wp_itsec_temp`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_itsec_temp` ( `temp_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `temp_type` varchar(20) NOT NULL, `temp_date` datetime NOT NULL, `temp_date_gmt` datetime NOT NULL, `temp_host` varchar(20) DEFAULT NULL, `temp_user` bigint(20) unsigned DEFAULT NULL, `temp_username` varchar(20) DEFAULT NULL, PRIMARY KEY (`temp_id`), KEY `temp_date_gmt` (`temp_date_gmt`), KEY `temp_host` (`temp_host`), KEY `temp_user` (`temp_user`), KEY `temp_username` (`temp_username`) ) ENGINE=MyISAM AUTO_INCREMENT=3 DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_itsec_temp` -- LOCK TABLES `wp_itsec_temp` WRITE; /*!40000 ALTER TABLE `wp_itsec_temp` DISABLE KEYS */; INSERT INTO `wp_itsec_temp` VALUES (1,'four_oh_four','2015-01-30 12:25:54','2015-01-30 12:25:54','89.37.61.53',NULL,NULL),(2,'four_oh_four','2015-01-30 12:26:02','2015-01-30 12:26:02','89.37.61.53',NULL,NULL); /*!40000 ALTER TABLE `wp_itsec_temp` 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) NOT NULL DEFAULT '', `link_name` varchar(255) NOT NULL DEFAULT '', `link_image` varchar(255) NOT NULL DEFAULT '', `link_target` varchar(25) NOT NULL DEFAULT '', `link_description` varchar(255) NOT NULL DEFAULT '', `link_visible` varchar(20) 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) NOT NULL DEFAULT '', `link_notes` mediumtext NOT NULL, `link_rss` varchar(255) NOT NULL DEFAULT '', PRIMARY KEY (`link_id`), KEY `link_visible` (`link_visible`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; /*!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(64) NOT NULL DEFAULT '', `option_value` longtext NOT NULL, `autoload` varchar(20) NOT NULL DEFAULT 'yes', PRIMARY KEY (`option_id`), UNIQUE KEY `option_name` (`option_name`) ) ENGINE=MyISAM AUTO_INCREMENT=769 DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_options` -- LOCK TABLES `wp_options` WRITE; /*!40000 ALTER TABLE `wp_options` DISABLE KEYS */; INSERT INTO `wp_options` VALUES (1,'siteurl','http://www.weekendweddingvenues.com/wordpress','yes'),(2,'home','http://www.weekendweddingvenues.com/wordpress','yes'),(3,'blogname','St Audries Weekend Wedding Venue','yes'),(4,'blogdescription','Somerset Wedding Venues - St Audries','yes'),(5,'users_can_register','0','yes'),(6,'admin_email','nickbetsy@gmail.com','yes'),(7,'start_of_week','1','yes'),(8,'use_balanceTags','0','yes'),(9,'use_smilies','1','yes'),(10,'require_name_email','1','yes'),(11,'comments_notify','1','yes'),(12,'posts_per_rss','10','yes'),(13,'rss_use_excerpt','0','yes'),(14,'mailserver_url','mail.example.com','yes'),(15,'mailserver_login','login@example.com','yes'),(16,'mailserver_pass','password','yes'),(17,'mailserver_port','110','yes'),(18,'default_category','1','yes'),(20,'default_ping_status','open','yes'),(21,'default_pingback_flag','0','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','/%postname%/','yes'),(29,'gzipcompression','0','yes'),(30,'hack_file','0','yes'),(31,'blog_charset','UTF-8','yes'),(32,'moderation_keys','','no'),(33,'active_plugins','a:7:{i:0;s:41:\"better-wp-security/better-wp-security.php\";i:1;s:36:\"contact-form-7/wp-contact-form-7.php\";i:2;s:23:\"revslider/revslider.php\";i:3;s:30:\"vamtam-push-menu/push-menu.php\";i:4;s:33:\"vamtam-twitter/vamtam-twitter.php\";i:5;s:29:\"wp-retina-2x/wp-retina-2x.php\";i:6;s:38:\"xcloner-backup-and-restore/xcloner.php\";}','yes'),(34,'category_base','','yes'),(35,'ping_sites','http://rpc.pingomatic.com/','yes'),(36,'advanced_edit','0','yes'),(37,'comment_max_links','2','yes'),(38,'gmt_offset','','yes'),(39,'default_email_category','1','yes'),(40,'recently_edited','a:2:{i:0;s:77:\"/home/.sites/70/site4/web/wordpress/wp-content/themes/twentyfifteen/style.css\";i:1;s:0:\"\";}','no'),(41,'template','honeymoon','yes'),(42,'stylesheet','honeymoon','yes'),(43,'comment_whitelist','1','yes'),(44,'blacklist_keys','','no'),(45,'comment_registration','0','yes'),(46,'html_type','text/html','yes'),(47,'use_trackback','0','yes'),(48,'default_role','subscriber','yes'),(49,'db_version','30133','yes'),(50,'uploads_use_yearmonth_folders','1','yes'),(51,'upload_path','','yes'),(52,'blog_public','0','yes'),(53,'default_link_category','2','yes'),(54,'show_on_front','page','yes'),(55,'tag_base','','yes'),(56,'show_avatars','1','yes'),(57,'avatar_rating','G','yes'),(58,'upload_url_path','','yes'),(59,'thumbnail_size_w','150','yes'),(60,'thumbnail_size_h','150','yes'),(61,'thumbnail_crop','1','yes'),(62,'medium_size_w','300','yes'),(63,'medium_size_h','300','yes'),(64,'avatar_default','mystery','yes'),(65,'large_size_w','1024','yes'),(66,'large_size_h','1024','yes'),(67,'image_default_link_type','file','yes'),(68,'image_default_size','','yes'),(69,'image_default_align','','yes'),(70,'close_comments_for_old_posts','0','yes'),(71,'close_comments_days_old','14','yes'),(72,'thread_comments','1','yes'),(73,'thread_comments_depth','5','yes'),(74,'page_comments','0','yes'),(75,'comments_per_page','50','yes'),(76,'default_comments_page','newest','yes'),(77,'comment_order','asc','yes'),(78,'sticky_posts','a:0:{}','yes'),(79,'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'),(80,'widget_text','a:0:{}','yes'),(81,'widget_rss','a:0:{}','yes'),(82,'uninstall_plugins','a:1:{s:41:\"better-wp-security/better-wp-security.php\";a:2:{i:0;s:10:\"ITSEC_Core\";i:1;s:12:\"on_uninstall\";}}','no'),(83,'timezone_string','Europe/London','yes'),(84,'page_for_posts','0','yes'),(85,'page_on_front','5','yes'),(86,'default_post_format','0','yes'),(87,'link_manager_enabled','0','yes'),(88,'initial_db_version','29630','yes'),(89,'wp_user_roles','a:5:{s:13:\"administrator\";a:2:{s:4:\"name\";s:13:\"Administrator\";s:12:\"capabilities\";a:62:{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:9:\"add_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: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;}}}','yes'),(90,'WPLANG','','yes'),(91,'widget_search','a:2:{i:2;a:1:{s:5:\"title\";s:0:\"\";}s:12:\"_multiwidget\";i:1;}','yes'),(92,'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'),(93,'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'),(94,'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'),(95,'widget_meta','a:2:{i:2;a:1:{s:5:\"title\";s:0:\"\";}s:12:\"_multiwidget\";i:1;}','yes'),(96,'sidebars_widgets','a:25:{s:19:\"wp_inactive_widgets\";a:0:{}s:9:\"page-left\";a:6:{i:0;s:8:\"search-2\";i:1;s:14:\"recent-posts-2\";i:2;s:17:\"recent-comments-2\";i:3;s:10:\"archives-2\";i:4;s:12:\"categories-2\";i:5;s:6:\"meta-2\";}s:10:\"page-right\";a:0:{}s:9:\"blog-left\";a:0:{}s:10:\"blog-right\";a:0:{}s:14:\"portfolio-left\";a:0:{}s:15:\"portfolio-right\";a:0:{}s:17:\"footer-sidebars-1\";a:0:{}s:17:\"footer-sidebars-2\";a:0:{}s:17:\"footer-sidebars-3\";a:0:{}s:17:\"header-sidebars-1\";a:0:{}s:17:\"header-sidebars-2\";a:0:{}s:17:\"header-sidebars-3\";a:0:{}s:16:\"feedback-sidebar\";a:0:{}s:24:\"wpv_sidebar-widgets-left\";a:0:{}s:25:\"wpv_sidebar-widgets-right\";a:0:{}s:26:\"wpv_sidebar-blog-page-left\";a:0:{}s:27:\"wpv_sidebar-blog-page-right\";a:0:{}s:28:\"wpv_sidebar-woo-product-left\";a:0:{}s:29:\"wpv_sidebar-woo-product-right\";a:0:{}s:24:\"wpv_sidebar-sermons-left\";a:0:{}s:25:\"wpv_sidebar-sermons-right\";a:0:{}s:26:\"wpv_sidebar-timetable-left\";a:0:{}s:27:\"wpv_sidebar-timetable-right\";a:0:{}s:13:\"array_version\";i:3;}','yes'),(97,'cron','a:6:{i:1422632134;a:3:{s:16:\"wp_version_check\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}s:17:\"wp_update_plugins\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}s:16:\"wp_update_themes\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1422632147;a:1:{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;}}}i:1422663780;a:1:{s:20:\"wp_maybe_auto_update\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1422702411;a:2:{s:16:\"itsec_purge_logs\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}s:20:\"itsec_purge_lockouts\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1422705406;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;}}}s:7:\"version\";i:2;}','yes'),(148,'_site_transient_timeout_browser_0bd950e71ecf1952ae432e9fd9249d73','1422530231','yes'),(99,'_transient_random_seed','bdbe7c5bec931be3617e5179d5391ac7','yes'),(100,'auth_key','r++:WUgr/[]@E-h<].)OkR~h`8K,H.]yB:VOqpB8%wU3RnqX}+&wWhuy}y>9dT:-','yes'),(101,'auth_salt','Hf_4GB2}sun7l{?q-ud.mGi>d/ 02a&VE_OxLa~r/kiF;iWv,+f2ktyDXgom`f&b0x6','yes'),(103,'logged_in_salt','X>)zX+tX/!4$:!&1^Eb>e.,&AtfI{?qxkOeo)*8!vpWEJb7P=#wh/sxC^)>`JHGX','yes'),(104,'nonce_key','6Y?6teg!=cWvDC+*Lc0UcX!/#V=KfV4>v+?)7oU&|C _Tty-um8AFK+`','no'),(683,'_site_transient_timeout_poptags_40cd750bba9870f18aada2478b24840a','1422625701','yes'),(684,'_site_transient_poptags_40cd750bba9870f18aada2478b24840a','a:40:{s:6:\"widget\";a:3:{s:4:\"name\";s:6:\"widget\";s:4:\"slug\";s:6:\"widget\";s:5:\"count\";s:4:\"4916\";}s:4:\"post\";a:3:{s:4:\"name\";s:4:\"Post\";s:4:\"slug\";s:4:\"post\";s:5:\"count\";s:4:\"3078\";}s:6:\"plugin\";a:3:{s:4:\"name\";s:6:\"plugin\";s:4:\"slug\";s:6:\"plugin\";s:5:\"count\";s:4:\"3022\";}s:5:\"admin\";a:3:{s:4:\"name\";s:5:\"admin\";s:4:\"slug\";s:5:\"admin\";s:5:\"count\";s:4:\"2529\";}s:5:\"posts\";a:3:{s:4:\"name\";s:5:\"posts\";s:4:\"slug\";s:5:\"posts\";s:5:\"count\";s:4:\"2346\";}s:7:\"sidebar\";a:3:{s:4:\"name\";s:7:\"sidebar\";s:4:\"slug\";s:7:\"sidebar\";s:5:\"count\";s:4:\"1892\";}s:6:\"google\";a:3:{s:4:\"name\";s:6:\"google\";s:4:\"slug\";s:6:\"google\";s:5:\"count\";s:4:\"1729\";}s:7:\"twitter\";a:3:{s:4:\"name\";s:7:\"twitter\";s:4:\"slug\";s:7:\"twitter\";s:5:\"count\";s:4:\"1680\";}s:9:\"shortcode\";a:3:{s:4:\"name\";s:9:\"shortcode\";s:4:\"slug\";s:9:\"shortcode\";s:5:\"count\";s:4:\"1678\";}s:6:\"images\";a:3:{s:4:\"name\";s:6:\"images\";s:4:\"slug\";s:6:\"images\";s:5:\"count\";s:4:\"1676\";}s:8:\"comments\";a:3:{s:4:\"name\";s:8:\"comments\";s:4:\"slug\";s:8:\"comments\";s:5:\"count\";s:4:\"1612\";}s:4:\"page\";a:3:{s:4:\"name\";s:4:\"page\";s:4:\"slug\";s:4:\"page\";s:5:\"count\";s:4:\"1609\";}s:5:\"image\";a:3:{s:4:\"name\";s:5:\"image\";s:4:\"slug\";s:5:\"image\";s:5:\"count\";s:4:\"1505\";}s:8:\"facebook\";a:3:{s:4:\"name\";s:8:\"Facebook\";s:4:\"slug\";s:8:\"facebook\";s:5:\"count\";s:4:\"1322\";}s:3:\"seo\";a:3:{s:4:\"name\";s:3:\"seo\";s:4:\"slug\";s:3:\"seo\";s:5:\"count\";s:4:\"1276\";}s:9:\"wordpress\";a:3:{s:4:\"name\";s:9:\"wordpress\";s:4:\"slug\";s:9:\"wordpress\";s:5:\"count\";s:4:\"1175\";}s:5:\"links\";a:3:{s:4:\"name\";s:5:\"links\";s:4:\"slug\";s:5:\"links\";s:5:\"count\";s:4:\"1171\";}s:7:\"gallery\";a:3:{s:4:\"name\";s:7:\"gallery\";s:4:\"slug\";s:7:\"gallery\";s:5:\"count\";s:4:\"1083\";}s:6:\"social\";a:3:{s:4:\"name\";s:6:\"social\";s:4:\"slug\";s:6:\"social\";s:5:\"count\";s:4:\"1079\";}s:5:\"email\";a:3:{s:4:\"name\";s:5:\"email\";s:4:\"slug\";s:5:\"email\";s:5:\"count\";s:3:\"918\";}s:7:\"widgets\";a:3:{s:4:\"name\";s:7:\"widgets\";s:4:\"slug\";s:7:\"widgets\";s:5:\"count\";s:3:\"905\";}s:5:\"pages\";a:3:{s:4:\"name\";s:5:\"pages\";s:4:\"slug\";s:5:\"pages\";s:5:\"count\";s:3:\"874\";}s:6:\"jquery\";a:3:{s:4:\"name\";s:6:\"jquery\";s:4:\"slug\";s:6:\"jquery\";s:5:\"count\";s:3:\"843\";}s:3:\"rss\";a:3:{s:4:\"name\";s:3:\"rss\";s:4:\"slug\";s:3:\"rss\";s:5:\"count\";s:3:\"837\";}s:5:\"media\";a:3:{s:4:\"name\";s:5:\"media\";s:4:\"slug\";s:5:\"media\";s:5:\"count\";s:3:\"794\";}s:5:\"video\";a:3:{s:4:\"name\";s:5:\"video\";s:4:\"slug\";s:5:\"video\";s:5:\"count\";s:3:\"758\";}s:4:\"ajax\";a:3:{s:4:\"name\";s:4:\"AJAX\";s:4:\"slug\";s:4:\"ajax\";s:5:\"count\";s:3:\"748\";}s:7:\"content\";a:3:{s:4:\"name\";s:7:\"content\";s:4:\"slug\";s:7:\"content\";s:5:\"count\";s:3:\"709\";}s:11:\"woocommerce\";a:3:{s:4:\"name\";s:11:\"woocommerce\";s:4:\"slug\";s:11:\"woocommerce\";s:5:\"count\";s:3:\"700\";}s:10:\"javascript\";a:3:{s:4:\"name\";s:10:\"javascript\";s:4:\"slug\";s:10:\"javascript\";s:5:\"count\";s:3:\"692\";}s:5:\"login\";a:3:{s:4:\"name\";s:5:\"login\";s:4:\"slug\";s:5:\"login\";s:5:\"count\";s:3:\"682\";}s:5:\"photo\";a:3:{s:4:\"name\";s:5:\"photo\";s:4:\"slug\";s:5:\"photo\";s:5:\"count\";s:3:\"657\";}s:10:\"buddypress\";a:3:{s:4:\"name\";s:10:\"buddypress\";s:4:\"slug\";s:10:\"buddypress\";s:5:\"count\";s:3:\"649\";}s:4:\"feed\";a:3:{s:4:\"name\";s:4:\"feed\";s:4:\"slug\";s:4:\"feed\";s:5:\"count\";s:3:\"642\";}s:4:\"link\";a:3:{s:4:\"name\";s:4:\"link\";s:4:\"slug\";s:4:\"link\";s:5:\"count\";s:3:\"642\";}s:9:\"ecommerce\";a:3:{s:4:\"name\";s:9:\"ecommerce\";s:4:\"slug\";s:9:\"ecommerce\";s:5:\"count\";s:3:\"623\";}s:6:\"photos\";a:3:{s:4:\"name\";s:6:\"photos\";s:4:\"slug\";s:6:\"photos\";s:5:\"count\";s:3:\"620\";}s:7:\"youtube\";a:3:{s:4:\"name\";s:7:\"youtube\";s:4:\"slug\";s:7:\"youtube\";s:5:\"count\";s:3:\"605\";}s:5:\"share\";a:3:{s:4:\"name\";s:5:\"Share\";s:4:\"slug\";s:5:\"share\";s:5:\"count\";s:3:\"600\";}s:4:\"spam\";a:3:{s:4:\"name\";s:4:\"spam\";s:4:\"slug\";s:4:\"spam\";s:5:\"count\";s:3:\"593\";}}','yes'),(686,'_site_transient_timeout_itsec_upload_dir','1422702411','yes'),(687,'_site_transient_itsec_upload_dir','a:6:{s:4:\"path\";s:62:\"/home/.sites/70/site4/web/wordpress/wp-content/uploads/2015/01\";s:3:\"url\";s:72:\"http://www.weekendweddingvenues.com/wordpress/wp-content/uploads/2015/01\";s:6:\"subdir\";s:8:\"/2015/01\";s:7:\"basedir\";s:54:\"/home/.sites/70/site4/web/wordpress/wp-content/uploads\";s:7:\"baseurl\";s:64:\"http://www.weekendweddingvenues.com/wordpress/wp-content/uploads\";s:5:\"error\";b:0;}','yes'),(688,'itsec_data','a:5:{s:5:\"build\";i:4036;s:20:\"activation_timestamp\";i:1422616011;s:17:\"already_supported\";b:0;s:15:\"setup_completed\";b:0;s:18:\"tooltips_dismissed\";b:1;}','yes'),(689,'itsec_global','a:24:{s:11:\"write_files\";b:1;s:18:\"notification_email\";a:1:{i:0;s:19:\"nickbetsy@gmail.com\";}s:12:\"digest_email\";b:1;s:12:\"backup_email\";a:1:{i:0;s:19:\"nickbetsy@gmail.com\";}s:15:\"lockout_message\";s:5:\"error\";s:20:\"user_lockout_message\";s:64:\"You have been locked out due to too many invalid login attempts.\";s:25:\"community_lockout_message\";s:77:\"Your IP address has been flagged as a threat by the iThemes Security network.\";s:9:\"blacklist\";b:1;s:15:\"blacklist_count\";i:3;s:16:\"blacklist_period\";i:7;s:14:\"lockout_period\";i:15;s:18:\"lockout_white_list\";a:1:{i:0;s:11:\"89.37.61.53\";}s:19:\"email_notifications\";b:1;s:8:\"log_type\";i:0;s:12:\"log_rotation\";i:14;s:12:\"log_location\";s:76:\"/home/.sites/70/site4/web/wordpress/wp-content/uploads/ithemes-security/logs\";s:11:\"did_upgrade\";b:0;s:14:\"allow_tracking\";b:0;s:10:\"nginx_file\";s:46:\"/home/.sites/70/site4/web/wordpress/nginx.conf\";s:24:\"infinitewp_compatibility\";b:0;s:8:\"log_info\";s:28:\"st-audries-weekend-w-Di8gLVo\";s:9:\"lock_file\";b:0;s:14:\"proxy_override\";b:0;s:14:\"hide_admin_bar\";b:0;}','yes'),(690,'itsec_initials','a:3:{s:5:\"login\";b:0;s:5:\"admin\";b:0;s:11:\"file_editor\";b:0;}','yes'),(691,'itsec_api_nag','1','yes'),(692,'itsec_ipcheck','a:4:{s:17:\"optin-brute-force\";s:1:\"1\";s:7:\"api_ban\";b:1;s:7:\"api_key\";s:32:\"imPO150M8cn99Wy0eThn21ScpgqRdOPH\";s:5:\"api_s\";s:128:\"chBPV8fx8wtfK8q6zmbnn37sIG7RuJ95VbJ1TS59HWRKyfWyFpN8yyaE3xUxKAGG6K5p9Wv98gYMML7EqXq4bTmm1v5j3cRWm8CBdMH2rDbr0lxg36t3H9ImRkI8rmiu\";}','yes'),(693,'itsec_four_oh_four','a:5:{s:7:\"enabled\";b:1;s:12:\"check_period\";i:5;s:15:\"error_threshold\";i:20;s:10:\"white_list\";a:9:{i:0;s:12:\"/favicon.ico\";i:1;s:11:\"/robots.txt\";i:2;s:21:\"/apple-touch-icon.png\";i:3;s:33:\"/apple-touch-icon-precomposed.png\";i:4;s:17:\"/wp-content/cache\";i:5;s:18:\"/browserconfig.xml\";i:6;s:16:\"/crossdomain.xml\";i:7;s:11:\"/labels.rdf\";i:8;s:27:\"/trafficbasedsspsitemap.xml\";}s:5:\"types\";a:5:{i:0;s:4:\".jpg\";i:1;s:5:\".jpeg\";i:2;s:4:\".png\";i:3;s:4:\".gif\";i:4;s:4:\".css\";}}','yes'),(694,'itsec_away_mode','a:4:{s:4:\"type\";i:1;s:7:\"enabled\";b:0;s:5:\"start\";i:1422662400;s:3:\"end\";i:1422770400;}','yes'),(695,'itsec_ban_users','a:4:{s:7:\"default\";b:1;s:7:\"enabled\";b:1;s:9:\"host_list\";a:0:{}s:10:\"agent_list\";a:1:{i:0;s:0:\"\";}}','yes'),(709,'itsec_message_queue','a:2:{s:9:\"last_sent\";i:1422616091;s:8:\"messages\";a:0:{}}','yes'),(697,'itsec_brute_force','a:5:{s:7:\"enabled\";b:1;s:17:\"max_attempts_host\";i:5;s:17:\"max_attempts_user\";i:10;s:12:\"check_period\";i:5;s:14:\"auto_ban_admin\";b:0;}','yes'),(698,'itsec_backup','a:9:{s:6:\"method\";i:1;s:8:\"location\";s:79:\"/home/.sites/70/site4/web/wordpress/wp-content/uploads/ithemes-security/backups\";s:6:\"retain\";i:0;s:3:\"zip\";b:1;s:7:\"exclude\";a:3:{i:0;s:14:\"itsec_lockouts\";i:1;s:9:\"itsec_log\";i:2;s:10:\"itsec_temp\";}s:8:\"interval\";i:3;s:7:\"enabled\";b:0;s:9:\"all_sites\";b:0;s:8:\"last_run\";i:0;}','yes'),(699,'itsec_file_change','a:9:{s:7:\"enabled\";b:1;s:6:\"method\";b:1;s:9:\"file_list\";a:1:{i:0;s:0:\"\";}s:5:\"types\";a:6:{i:0;s:4:\".jpg\";i:1;s:5:\".jpeg\";i:2;s:4:\".png\";i:3;s:4:\".log\";i:4;s:3:\".mo\";i:5;s:3:\".po\";}s:5:\"email\";b:1;s:12:\"notify_admin\";b:1;s:5:\"split\";b:0;s:10:\"last_chunk\";b:0;s:8:\"last_run\";d:1422598892;}','yes'),(700,'itsec_hide_backend','a:7:{s:7:\"enabled\";b:1;s:4:\"slug\";s:7:\"backend\";s:12:\"theme_compat\";b:1;s:17:\"theme_compat_slug\";s:9:\"not_found\";s:16:\"post_logout_slug\";s:0:\"\";s:12:\"show-tooltip\";b:0;s:8:\"register\";s:15:\"wp-register.php\";}','yes'),(701,'itsec_malware','a:2:{s:7:\"api_key\";s:0:\"\";s:7:\"enabled\";b:0;}','yes'),(702,'itsec_ssl','a:3:{s:8:\"frontend\";i:0;s:5:\"login\";b:0;s:5:\"admin\";b:0;}','yes'),(704,'itsec_strong_passwords','a:2:{s:7:\"enabled\";b:1;s:4:\"roll\";s:10:\"subscriber\";}','yes'),(705,'itsec_tweaks','a:22:{s:13:\"protect_files\";b:1;s:18:\"directory_browsing\";b:1;s:15:\"request_methods\";b:1;s:24:\"suspicious_query_strings\";b:1;s:11:\"uploads_php\";b:1;s:13:\"generator_tag\";b:1;s:18:\"wlwmanifest_header\";b:1;s:14:\"edituri_header\";b:1;s:12:\"comment_spam\";b:1;s:14:\"disable_xmlrpc\";i:0;s:22:\"non_english_characters\";b:0;s:16:\"long_url_strings\";b:0;s:17:\"write_permissions\";b:0;s:13:\"theme_updates\";b:0;s:14:\"plugin_updates\";b:0;s:12:\"core_updates\";b:0;s:14:\"random_version\";b:0;s:11:\"file_editor\";b:0;s:11:\"safe_jquery\";b:0;s:12:\"login_errors\";b:0;s:21:\"force_unique_nicename\";b:0;s:27:\"disable_unused_author_pages\";b:0;}','yes'),(154,'_transient_timeout_feed_867bd5c64f85878d03a060509cd2f92c','1421968635','no'),(155,'_transient_feed_867bd5c64f85878d03a060509cd2f92c','a:4:{s:5:\"child\";a:1:{s:0:\"\";a:1:{s:3:\"rss\";a:1:{i:0;a:6:{s:4:\"data\";s:3:\"\n\n\n\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:7:\"version\";s:3:\"2.0\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:0:\"\";a:1:{s:7:\"channel\";a:1:{i:0;a:6:{s:4:\"data\";s:61:\"\n \n \n \n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:16:\"WordPress Planet\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://planet.wordpress.org/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"language\";a:1:{i:0;a:5:{s:4:\"data\";s:2:\"en\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:47:\"WordPress Planet - http://planet.wordpress.org/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"item\";a:50:{i:0;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:20:\"Matt: New Simplenote\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:21:\"http://ma.tt/?p=44613\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:36:\"http://ma.tt/2015/01/new-simplenote/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:181:\"

New Simplenote App Updates for iOS, Android, and Mac, some nice iterations.

\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 22 Jan 2015 00:27:25 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"Matt\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:1;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:43:\"WPTavern: Drew Jaynes to Lead WordPress 4.2\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=37669\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:53:\"http://wptavern.com/drew-jaynes-to-lead-wordpress-4-2\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2490:\"\"photophoto credit: 10up\n

WordPress 4.2 development officially kicked off today at the regularly scheduled core development meeting. Andrew Nacin announced that 10up engineer Drew Jaynes will be leading the release.

\n

Jaynes, who has contributed to every major release since 3.3, recently led the initiative to create inline documentation for every hook in WordPress. He will be accompanied by Scott Taylor, who will help guide core feature plugin development for the media and image efforts that will be in motion throughout 2015.

\n

The WordPress core team is planning three releases this year. “At the moment, that looks like one in April, one in August, and one in early December,” Nacin said. He anticipates that the WP REST API will see the light of day in 4.3 or 4.4, due later this year.

\n

Jaynes opened the meeting with discussion on possible candidates for features in 4.2, which are likely to include Press This, Theme Switcher, and Shiny Updates (smoother installation and updating of plugins and themes). The merge deadline for feature plugins is approximately two weeks away.

\n

“In addition to feature plugins, I’d like the general focus to be on polishing up some of our existing UIs in terms of mobile and accessibility wherever we can,” Jaynes said. “Seems like there’s tickets hanging out there we could get some wins on.”

\n

A 4.1.1 maintenance release is on its way this week or possibly early next week. The 4.2 project schedule is now updated with tentative dates for the release. The team is targeting April 8th for the official release, with the first beta planned for the week of February 25th.

\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 21 Jan 2015 22:35:11 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:2;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:88:\"WPTavern: How to Set Up a WordPress Development Site with Codio’s Free Cloud-Based IDE\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=37626\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:95:\"http://wptavern.com/how-to-set-up-a-wordpress-development-site-with-codios-free-cloud-based-ide\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:7395:\"

\"codio-new-logo\"

\n

Codio is a cloud-based IDE that is primarily used in the education sector but is also available to developer professionals. The service provides instant coding environments with support for code editing and a large array of popular programming languages and software components.

\n

By making the IDE available to users through the browser, Codio eliminates the hassle that educators experience when setting up development environments for students. Projects created in Codio are accessible both in the classroom and at home, which helps students continue their learning outside of the classroom.

\n

Codio offers a free account that gives you 256 MB memory per project and 2 GB storage per project. Other pricing tiers cater to teachers, students, schools, universities, and professionals. However, the free account is perfect for creating a quick development site with WordPress, and you can set it up in under five minutes.

\n

Step 1: Create a New Project

\n

After creating an account with Codio, you’ll be greeted with a prompt to create a new project. Click through to get started with a new project that will contain your development environment.

\n

\"codio-projects-screen\"

\n

You’ll now have the opportunity to choose from three different starting points: an empty project, a starter pack, or a GitHub import. Select “a starter pack.”

\n

\"codio-create-project\"

\n

This will take you to a page that lists all of Codio’s certified starter packs, which help you easily get started with technologies like Angular, Node + Express, Drupal, Ruby on Rails, and more. There are a dozen starter packs that are certified and supported by the Codio team.

\n

\"codio-starter-packs\"

\n

Fortunately, there’s a starter pack for WordPress that will automatically set up MySQL, Apache, and PHP. This makes the setup process quick and hassle-free, and you’ll be using the latest version of WordPress in just a couple minutes.

\n

After you select the WordPress starter pack, you’ll be returned to the project page. Free accounts are limited to public visibility on projects, so you may need to upgrade to the Pro plan if you require private projects.

\n

Step 2: Configure WordPress

\n

After you complete the project setup, you’ll be dumped out onto the readme file for your project where you’ll find instructions for configuring and installing WordPress. If you’re bothered by non-capital P’s in WordPress, steady your nerves and remember that someone made this for you to use for free.

\n

Navigate to “Configure Project” in the top menu and then follow the instructions in the terminal to run the configuration script. When prompted for your password, press Enter. This is the only action you need to take during the process.

\n

\"codio-configure-project\"

\n

Step 3: Install WordPress

\n

Once configuration is complete, navigate to “WordPress Login” in the top menu. This will take you through the normal installation process.

\n

\"codio-wordpress-install\"

\n

Now you should be able to log in at the following URL:

\n

http://theory-opera.codio.io:3000/wordpress/wp-admin/

\n

Step 4: Activate the Permalink Fix & Disable Canonical Redirects Pack Plugin

\n

Once you’re in, the last required step is to go straight to plugins and activate the Permalink Fix & Disable Canonical Redirects Pack plugin, which you’ll find pre-installed. Visit the front end like you normally would and you’ll see your shiny new WordPress site.

\n

\"codio-wordpress-frontend\"

\n

The URL for your site will look something like this:

\n

http://theory-opera.codio.io:3000/wordpress/

\n

Within the Codio interface you can easily edit WordPress core, theme, and plugin files, as well as upload new files. If you have WordPress projects hosted on GitHub, you can easily import those into Codio to make changes and push those changes back to the repository.

\n

The cloud-based IDE is very similar to using WordPress on Koding in many respects, and I found it equally easy to set up on both services. Both provide a quick way to do some testing, without having to set up a development environment on your local machine. If you decide to experiment and break everything, it’s safe and easy to start over. Codio’s friendly environment provides a great way to get your friends or children started with using WordPress.

\n

Since Codio was developed with educators in mind, the dashboard has a handful of helpful tutorials for learning about Git, an introduction to HTML and CSS, and an introduction Javascript. If one of your 2015 resolutions is to get started learning some technologies outside of WordPress, such as Ruby, Python, or Angular, Codio is a great option for getting development environments up and running so that you can start learning right away.

\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 21 Jan 2015 21:21:08 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:3;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:70:\"Post Status: Let’s Grow: Introducing the Post Status Membership Club\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://poststatus.com/?p=7492\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"https://poststatus.com/lets-grow/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3982:\"

I’m overjoyed to share this with you. The Membership Club is open, and on the site’s two-year anniverary to boot.

\n

I can’t wait to share this journey with you.

\n

The link above is a complete features page where you can see what you’ll get, as well as choose between a $99 Club Membership or $365 Patron Membership. Both memberships are annual. You pay once, and you get great stuff for a year.

\n

This wouldn’t be possible without the terrific partners that are supporting me. Each of these twelve companies has invested hard-earned money into Post Status, and I’m so thankful.

\n

They’ve all committed for a full year. Here they are, in alphabetical order:

\n\n

Please check out the Partners page. Some of them also have their profiles already on the Organizations directory as well.

\n

For those of you that register, you’ll be able to create a Profile of your own. Though it might be a couple weeks before the submissions process is totally fleshed out.

\n

Profiles and organizations will also be linked from future blog posts, making finding great content and information about those within the WordPress ecosystem easier than ever.

\n

The Post Status Notes newsletter will begin Monday after PressNomics, where I’m headed today. I’ll be publishing there between now and then, but the email starts Monday. Those of you who buy a membership and login can of course see it immediately. The notes I published before today are still visible with direct links as well.

\n

The resources section is coming soon. I couldn’t squeeze everything I wanted to do into the initial launch, but I am launching on time.

\n

There’s a job board coming as well.

\n

Finally, most of the partners have deals that they’re going to share with members. We’ll get those gathered up and in a central spot on the member side of the site real soon.

\n

For companies that aren’t partners but want to be involved, consider the job board and the Patron memberships your opportunity to show support for the site.

\n

Thank you, everyone, for your support and for making this site possible. This is definitely an alpha version of what I want Post Status to be, but I’m so proud of what I’ve been able to make live so far, and I’m thrilled that this gets to be what I do every day.

\n

For those of you on the fence about whether this is a good value: I know what you mean. It’s a newsletter, some resources, and some deals. It’s $99. Not cheap (but not too expensive either).

\n

I promise you this: I will work harder than ever to build out the available resources and offer you content and insight you can’t find anywhere else. That’s my pledge.

\n

I’ve been writing about WordPress for coming on five years, and I am in it for the long haul. I hope you all will join me, so that we can grow together.

\n

Now, go check out the Club page.

\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 21 Jan 2015 20:21:34 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:15:\"Brian Krogsgard\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:4;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:21:\"Matt: Where dreams go\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:37:\"http://ma.tt/2015/01/where-dreams-go/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:37:\"http://ma.tt/2015/01/where-dreams-go/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:263:\"

Within your heart keep one still, secret spot where dreams may go, and sheltered so, may thrive and grow where doubt and fear are not. Oh, keep a place within your heart, for little dreams to go.

\n

— Louise Driscoll

\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 21 Jan 2015 05:46:27 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"Matt\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:5;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:72:\"WPTavern: Archive WordPress Content with the Archived Post Status Plugin\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=37591\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:82:\"http://wptavern.com/archive-wordpress-content-with-the-archived-post-status-plugin\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:5260:\"

\"archived-post-status\"

\n

WordPress plugin developer Frankie Jarrett has been on a roll this month, pumping out plugin releases on WordPress.org. Last year, Jarrett sold ChurchThemes.net to Lift co-founders Chris Wallace and Brad Miller. Since that time he has been focusing on product development for WP Stream, which has allowed him a few extra minutes to create some free extensions for WordPress.

\n

At the end of December and in early January, he released five small but highly useful plugins:

\n\n

Several of his latest creations are handy for membership sites and web applications. Archived Post Status caught my eye, because adds more flexibility for using WordPress as a CMS. The plugin adds a new post status that enables posts and pages to be archived. This effectively allows you to unpublish content without having to send it back to draft status.

\n

\"archived-post-status-dropdown\"

\n

WordPress’ default post statuses currently work very much like an on/off switch as far as a finished post is concerned. Of the eight default statuses, Published is the only one that is public, while all the rest remain behind the curtain in various states of unreadiness. None of the statuses, apart from Published, adequately indicate that a post is complete or finished.

\n

Fortunately, WordPress makes it possible for developers to register their own custom post statuses, which is what Jarrett did with this plugin. He created it for sites where content is not always meant to be evergreen. It allows you to archive posts in the same way that you might archive email.

\n

Archived Post Status is compatible with posts, pages, and custom post types, giving you a wide array of possible use cases:

\n\n

While custom post types seem to be one of the most likely uses for this plugin, you may not want to have the archived status available to all post types. Jarrett includes a filter that allows you to exclude the Archived status from appearing on certain post types.

\n

Some might be wondering why you wouldn’t use the Draft status, since the Archived post status essentially puts a post in the same state. To use drafts in this way would be to split its purpose into multiple uses, which are not clearly separated when sorting. If you are looking for previously published content that is complete, while hunting through all drafts in progress, you have to be fully knowledgeable of all the content on the site and use your memory to do the sorting. The archived status keeps everything nicely sorted for future use.

\n

\"archived-posts-list-screen\"

\n

If you need a non-public archive of completed posts, this simple plugin will do the trick. I tested it and works exactly as advertised. Download Archived Post Status from WordPress.org.

\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 21 Jan 2015 01:29:43 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:6;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:73:\"WPTavern: Modern: A Beautiful Free Blog and Portfolio Theme for WordPress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=37303\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:82:\"http://wptavern.com/modern-a-beautiful-free-blog-and-portfolio-theme-for-wordpress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:4293:\"

In just one week since its release, the new Modern theme was downloaded nearly 2,700 times from WordPress.org. It was created by WebMan Design, a Slovakia-based company founded by Oliver Juhas. WebMan Design has been selling WordPress themes across multiple marketplaces since 2012 and recently began focusing on producing future-proof themes that meet WordPress.org standards.

\n

Modern is the company’s second free theme on WordPress.org, following the Mustang Lite business theme released last year. It was designed for personal and small business portfolios.

\n

\"modern\"

\n

Modern’s bold style incorporates a fullscreen header slideshow that is perfect for showcasing large images with header text. The homepage features your latest blog posts along with an optional sortable portfolio section. The header includes two menu locations for the primary navigation and the social links menu.

\n

All of the customization options for the theme are built into WordPress’ native customizer, including the following:

\n\n

Modern offers unique styles for each of WordPress’ default post formats. The demo’s style guide page shows that the theme author took many of the smaller details into consideration, including code formatting, blockquotes, lists, table styles, highlighted text style, image alignment, Jetpack Mosaic galleries and more.

\n

\"post-formats\"

\n

The heart icons you see in the single post meta are powered by the free ZillaLikes plugin from ThemeZilla. Modern includes support for Jetpack to manage the portfolio posts, logo image, and uses its featured content module to power the homepage banner. It also includes support for Schema.org markup and Theme Hook Alliance action hooks.

\n

WebMan Design developed the theme with performance in mind and links to Pingdom results of load tests for the demo site. The demo site takes 1.73s to load and gets a 94/100 performance grade.

\n

\"theme-demo-performance\"

\n

Check out a live demo of the Modern theme in action. WebMan Design has created extensive documentation for the theme, its various styles, and available third-party plugin integrations. Modern is available for download from WordPress.org or via your admin themes browser.

\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 20 Jan 2015 21:37:19 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:7;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:55:\"WPTavern: Calling People Out in the WordPress Community\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=37545\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:65:\"http://wptavern.com/calling-people-out-in-the-wordpress-community\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3289:\"\"Namephoto credit: Adarsh Acc\n

The founder of WP Site Care, Ryan Sullivan, explains how a negative SEO campaign nearly took his business offline. Sullivan shares details behind the attack, how it affected the bottom line, and says it was someone in the WordPress community who orchestrated the attack.

\n

Using some sophisticated techniques we were able to trace back to the source of the spam attack and unfortunately found out that the attack was started by someone within the WordPress community.

\n

They did everything through a third-party, an internet hitman of sorts, to try to cover their tracks, but they weren’t quite careful enough and we were able to uncover where everything started.

\n

Instead of naming the individual, Sullivan left a message aimed specifically at the person responsible, “The only reason I even mention it is so that hopefully, that person reads this, and knows that what they’re doing is impacting the livelihood’s of people and their families.” It’s this message which has me wondering, is it time to name and shame people in the WordPress community?

\n

The Good

\n

In my experience, the community rarely calls people out, even if they have routinely harassed others at a WordCamp. Instead, we usually find out about them through back channels. By calling people out, it warns others and makes everyone aware of the situation.

\n

The Bad

\n

Naming and shaming creates the potential for libel and defamation lawsuits. The internet has a long memory and if a person changes for the better, it will be hard to forget mistakes made in the past. It could hurt future employment opportunities as employers do background checks using Google. There’s likely a lot of unintended consequences as well.

\n

Judge and Jury

\n

I doubt the community will start calling people out, as it creates anger, grief, and drama. Besides, who are we to act as judge and jury? However, it bothers me to know that an unnamed person is negatively impacting the livelihood of WordPress businesses and people.

\n

On one hand, I want to see the individual dealt with in the public sphere and turned into an example. On the other, I feel it’s probably not the best way to go about it. Maybe the system already in place is the best way to handle these types of situations? Write a post, raise awareness, and tell others who to watch out for in the back channel. What do you think?

\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 20 Jan 2015 20:41:49 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:8;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:22:\"Matt: Not the Only One\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:21:\"http://ma.tt/?p=44610\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:38:\"http://ma.tt/2015/01/not-the-only-one/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:139:\"

I know I’m like a year late on Sam Smith, but his voice on this is so amazing and haunting, it’s a perfect song.

\n

\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 20 Jan 2015 06:35:36 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"Matt\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:9;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:59:\"WPTavern: The Philanthropic Side of The WordPress Community\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=37461\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:69:\"http://wptavern.com/the-philanthropic-side-of-the-wordpress-community\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:14236:\"

Whether it’s businesses participating in charity work or individuals who need financial assistance, the WordPress community has repeatedly shown how generous it is. Here’s at look at some WordPress businesses that participate in philanthropy and individuals who experienced the community’s generosity first hand.

\n

Matt Mullenweg Co-creator of WordPress

\n

\"CharityWater

\n

Matt Mullenweg is a strong believer in providing easy access to clean drinking water to regions of the world who need it most. He works with several charities and organizations including:

\n\n

To celebrate his 30th birthday, Mullenweg requested that donations be made to his Charity water campaign in lieu of gifts. The goal was $30K, but the campaign raised over $44K.

\n

Mitch Canter of Studionashvegas

\n

\"Justice

\n

Mitch Canter runs Studionashvegas, a full service WordPress development agency. Canter has attended two mission trips with a group called Justice and Mercy International. The group’s mission is to make justice personal for the poor, the orphaned, and the forgotten. He’s also traveled to Chisinau, Moldova and Prague, Czech Republic to help assess long-term needs and provide any necessary supplies for the short-term as well as interact with local children.

\n

Canter and his wife also sponsor Veronica, a Moldovan orphan, through Justice and Mercy International. The couple routinely writes letters to Veronica and plans to see her the next time they visit the country. They also serve in their local church and volunteer with the local food bank, One Gen Away, to provide meals to families who are in need.

\n

Syed Balkhi of WPBeginner

\n

\"PencilsSince 2013, Syed Balkhi and WPBeginner have helped build at least three new schools in Guatemala through the Pencils of Promise charity. Pencils of Promise is a for-purpose organization that builds schools, trains teachers, and funds scholarships. In 2014, WPBeginner celebrated its 5th birthday by hosting a huge giveaway and launching a $50K campaign to fund two new schools. The campaign was successful and Balkhi says the goal for this year is to build three new schools.

\n

PressNomics

\n

\"St

\n

PressNomics is an annual conference dedicated to the business side of WordPress. Each year, the event donates a portion of its proceeds to St. Jude Children’s Research Hospital. Pagely Co-founder, Joshua Strebel, says the decision to donate to St. Jude was made long before he and his wife had kids, “St Jude has been our charity of choice for many years. Even before Sally and I had kids, we were touched by those commercials that showed the kids fighting cancer. I’ve always had a soft spot for kids, coming from a large family. Of all the charities you could give to, St. Jude is a no brainer.”

\n

Since 2012, the event has donated over $11K to St. Jude Hospital and Strebel says funding from PressNomics 3 this year will allow them to donate over $10K to a charity yet to be named. “After PressNomics 1, we donated a little over $5K and there was an anonymous matching donation. After PressNomics 2, we donated a little over $6K. This year the budget has allowed us to donate just over $10K.”

\n

DonorsChoose.org

\n

\"DonorsChoose\"
\nWhen I reached out to the community to figure out who gives to charities, I discovered a number of people who use DonorsChoose. DonorsChoose is an organization that makes it easy to help classrooms in need. Public school teachers post classroom project requests, which range from pencils for poetry to microscopes for mitochondria-organization.

\n

Eric Mann, who contributes to the organization, had a lot of friends in college who majored in education and went on to become teachers. He discovered that many of them worked in schools with small budgets and limited supplies. He explains why he uses DonorsChoose.org.

\n

I use DonorsChoose.org to help fund the purchase of books for classroom lessons, field trips to museums and science exhibits, and modern laptop computers for technical education. Many of the teachers I sponsor are working in low-income areas with at-risk youth and don’t have the tools available to make much of a difference without community sponsorship.

\n

Mann believes investing in education is one of the best long-term investments you can make, “It’s easy to spend money on this Kickstarter or that IndieGoGo when you get a tangible (or digital) return on the investment. Spending money to help protect and shepherd the education of today’s youth, though, returns an investment in better educated leaders, educators, and technologists for tomorrow.”

\n

WP Site Care

\n

WordPress support agency, WP Site Care, contributed to several different organizations and initiatives throughout 2014. The list is lengthy and includes:

\n\n

I asked WP Site Care founder, Ryan Sullivan, why he chooses to give back to so many charities and what it means to give back.

\n

We support a number of different causes because any charitable contributions that we’re able to make are a direct reflection of the people at our company. We found out about a number of causes from the WordPress community itself. For example, funding treatment for autism is something that has a personal impact on a few of us at WP Site Care.

\n

We like to make sure that the causes that are important to individuals become important for all of us collectively. It not only goes to help the causes themselves, but helps us get closer as a working family.

\n

Individuals Who Received Financial Assistance From The WordPress Community

\n

Just Tadlock – Near the end of 2013, Justin Tadlock discovered the perfect house, but he didn’t have the money to cover closing costs, quarterly taxes, and appliances. He requested $5K to cover his costs, but he ended up receiving over $7K. It’s important to note that the campaign took place around Christmas which is a tough time financially for a number of people. However, the community rallied together to give Tadlock the ultimate Christmas gift.

\n

Dan Griffiths – Dan Griffiths, who is known on Twitter as Ghost1227 and one of the creators of WP Tally, recently found himself in a financial emergency. He needed $2,500 within 24 hours. He reached out to Happy Joe, an organization that helps veterans in need. Happy Joe founder, James Dalman, published an all points bulletin on Twitter asking for help from the WordPress community. Within two hours of the initial call for help, Griffiths reached his goal.

\n

Kim Parsell’s Son – Kim Parsell’s son was about to begin a new job when tragically, his mother passed away. He wasn’t able to start the job, putting him in a financial bind. He created a campaign asking for $1K to help pay bills as he mourned the loss of his mother. Within 42 minutes, 8 people raised $760 of the requested $1,000. When it was all said and done, 33 people raised $2K.

\n

John James Jacoby – In late 2014, John James Jacoby launched a crowdfunding campaign asking for $50K in order to work on BuddyPress, GlotPress, and bbPress full-time for 6 months. The campaign was successful generating nearly $52K.

\n

Proud To Be a Member of This Community

\n

This is just a sample of the generosity expressed by the WordPress community. Although several businesses contribute to charities, it’s the individuals who receive funding that impress me. If one of us ends up in dire straits, potentially thousands of people are ready to help. It’s just one more reason why I’m proud to be a member of this community.

\n

I’m certain I missed a few WordPress individuals and businesses that contribute to great causes, if you’re one of them, please use the comments and tell us about it.

\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 19 Jan 2015 23:34:59 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:10;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"WPTavern: Tackling Depression in IT\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=37466\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:45:\"http://wptavern.com/tackling-depression-in-it\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:16947:\"

\"yana-petrova-wceu-2014\"

\n

One of the most unique sessions I attended at WordCamp Europe 2014 was Yana Petrova’s presentation on Depression in IT – Why Sometimes Happiness Requires Effort. Petrova, a marketing expert and long-time food blogger, is a member of both the WordPress community and the larger tech community in Bulgaria. She has also worked as an organizer for many local technical conferences over the years.

\n

Her motivation to address the widespread problem of depression in IT grew out of personal experiences with friends and co-workers who were struggling with it. This put her on the path to research the disease and find ways to raise awareness on the topic. I had the opportunity to interview Petrova after the event, and it’s easy to see why she is a person to whom people would come for advice. Her warm, empathetic personality is combined with a rare willingness to listen to others.

\n

Petrova’s experience in food blogging gives her a format for talking about depression in a way that people can understand, which helps to mitigate the stigma that surrounds the issue. We’ll take a look at some of the recipes she shared in her presentation, but first it’s important to have a basic understanding of depression.

\n

Understanding Depression

\n

Nearly everyone knows someone who is suffering from depression, as it afflicts more than 350 million people of all ages worldwide and is the leading cause of disability. In the most extreme cases it can lead to suicide.

\n

Clinical depression is the most severe form, which is often treated with psychological and pharmacological therapies. However, many more people suffer from milder forms of depression from time to time.

\n

In his TED talk, titled Depression, The Secret We Share, writer Andrew Solomon said, “The opposite of depression is not happiness but vitality.” He describes his own dark journey of struggling with depression, which he noticed when all the normal activities of life and work began to seem like too much.

\n

One of the things that often gets lost in discussions of depression is that you know it’s ridiculous. You know it’s ridiculous while you’re experiencing it. You know that most people manage to listen to their messages, and eat lunch, and organize themselves to take a shower and go out the front door, and that it’s not a big deal.

\n

And yet you are in its grip and you are unable to figure out any way around it. And so I began to feel myself doing less and thinking less and feeling less. It was a kind of nullity, and then the anxiety set in.

\n

Solomon notes that people tend to confuse depression, grief, and sadness, but understanding the trajectory and duration of these feelings will help to clarify the situation. While grief is explicitly reactive and related to loss, depression doesn’t always have an easily identifiable cause. Some forms of depression will require professional help for the person to regain a semblance of normal living.

\n

Sources or Triggers of Depression in IT

\n\"photophoto credit: Code & Martini by Ivana Vasilj – cc license\n

Depression in the IT industry can be more difficult to address, as many tech workers are intelligent, independent, and in high demand. Three years ago, when Yana Petrova and her colleague first proposed a presentation on depression for a local tech conference, she experienced a great deal of resistance.

\n

“There were a lot of discussions surrounding it and people in the organizations were hesitant to include it,” she said. “They believed that people who are in IT are earning very well, the people who are suffering should just go to the doctor, there’s no need to discuss it at a technical conference.” The presentation was so impactful, however, that some of the top Bulgarian psychologists heard about it and encouraged them to continue raising awareness.

\n

The IT industry has several unique factors that seem to contribute to depression and anxiety. Many people in the WordPress community, in particular, work alone at home as freelancers or with distributed companies. Unless the individual is motivated, this work environment can severely limit healthy social interactions. Additional pressures can also lead to periods of depression, including:

\n\n

“I think that most of the time they are trying to become really good at what they are doing, which requires most of their attention and most of their time,” Petrova said, commenting on the lifestyle of many developers with whom she is connected.

\n

“When you are reading code, coding most of your time, and doing things related to coding, then a social part is missing – the part related to relationships, self-esteem, knowing yourself. You’re just not going deeper into that, because you are giving your time and attention to something else, trying to be good at something else. Our brain resources are kind of limited.”

\n

Client interaction is also a major cause of stress and anxiety for self-employed professionals. When you work from home by yourself without a team, criticism from clients can have a severe impact on your feelings of self-worth. If you don’t have a healthy reservoir of outside interests and hobbies, you can easily become mired in client negativity.

\n

During Petrova’s presentation at WordCamp Europe, she received questions about how to deal with clients who can damage a developer’s self-confidence. Sometimes clients don’t understand that they are not working with machines but rather real people with families and lives.

\n

“Because a lot of people are working from home, what the client thinks and what the community thinks about their work can be a source of depression,” she said. “Actually, a lot of people have mentioned that clients are sometimes rude in explaining how incompetent they were.” This can have a devastating impact on a developer who is lacking self-confidence, outside social connections, and restorative hobbies.

\n

“Questions about clients wasn’t something I expected, but it’s another vertical to explore,” Petrova said. It has inspired her to start working on a talk about relationships, clients, teams, and how to preserve your team.

\n

Petrova has observed that many people working in IT don’t prioritize knowing themselves and understanding their reactions, although this is not unique to the IT industry. They are often blind to their mental health issues and don’t know when to seek help.

\n

Tips for Dealing with Depression and Anxiety

\n

Petrova’s presentation centered around ways to prevent depression and successfully cope with work-related stress and anxiety. “Depression is not something that defines you for a lifetime,” she said. “It might be just a problem, and it might be that, at this time, happiness requires more effort for you.”

\n

She believes that depression is an important mechanism in the human consciousness. “It’s a signal for us that change is necessary – changes about us or changes somewhere around us.”

\n

Petrova compares cooking recipes to recipes for coping with depression, noting that it’s important to adapt those recipes to work with your preferences and needs. Her presentation highlights five ways that you can discover and create your own recipes for preventing depression from setting in.

\n

1. Take deep breaths.

\n

Deep breathing practices help you to regain calmness and perspective. “They say that graveyards are full of irreplaceable people,” she said. “Actually, we all are, but it’s more important that we are alive, we are here, and we are happy. We can never control everything in the world, and we should never try to take responsibility for all the things here. We often tend to forget that our bodies have their limits and we are fragile.” Deep breathing reminds us that we are not machines.

\n

In addition to breathing, Petrova suggests finding other activities outside of work that will help you to gain perspective on life. “Dedicate special time for your recipes,” she said. “Start spending an hour in the morning with your coffee. Spend Sunday afternoon with someone or with friends,” she suggests.

\n

“But never give away this time. Never give it away for work. Never replace it for something, never sacrifice it. It’s important that you keep this thing and slow down.”

\n

2. Make lists.

\n

Petrova advises people to make lists of recipes that work for them in preparation for moments when it’s difficult to think clearly. “Think of those lists as emergency plans. When the grey veil of depression comes, your rituals may not seem as important or as life-saving as the day before,” she said. “You might not enjoy them as you did before, so you should have a list of things.” Perhaps it’s a list of movies you wanted watch, or places you wanted to visit, a restaurant or recipe you wanted to try.

\n

At the beginning you won’t be willing to do anything from this list. Those things will look silly and you say no this is not the time to do this. You will be preoccupied with all of your worries right now. Force yourself and just pick a thing and start doing it. Start those lists today and obey them frequently.

\n

Petrova shared a few simple items on her own list – i.e. eating avocados, making herself a chai latte, enjoying a local spicy soup. If you maintain a clear list of things that make you feel better, you have some activities to turn to when things start to become stressful at work.

\n

3. Provide small wins.

\n

Make goals for yourself that put you on the path to success with frequent, small milestones. This will help to keep you oriented towards fulfillment. “Another recipe of mine was to keep an editorial calendar,” Petrova said. “Even if I am not feeling well, I already had something planned, so I can keep moving in that direction.”

\n

4. Think about your thinking.

\n

People who excel at solving some of tech’s most complex problems can also be notoriously masterful at avoiding introspection. Petrova approaches the topic of introspection with the idea of “debugging yourself,” a concept with which many in tech are familiar.

\n

She suggests writing your own user manual to document how you work and what keeps you healthy. “Write your own user manual. Start writing a user manual for yourself and imagine you are giving it to someone else. This will help you think more about how you are thinking,” she said.

\n

“You can see that there are a lot of small hacks that can help you feel better. Just imagine how empowering it might be to discover more,” she said.

\n

“This requires a lot of patience and dedication. It usually takes time for reading and time for writing. It takes time to debug your mind.” Petrova suggests writing down all of the things that help your mind work better so that you have that manual for when depression tries to settle in.

\n

“Debug yourself, but if you can’t do it yourself, then try to talk to someone,” Petrova said. “We cannot resolve anything by ourselves.”

\n

5. Learn to listen, learn to share.

\n

You can never underestimate the importance of community in maintaining your mental health. The community is stronger when people overcome their irrational inhibitions and learn to share their stories and listen to each other.

\n

“It’s not really easy to listen the proper way, but you can sometimes save people by listening to them carefully,” Petrova said. “You can empower them by listening to them.

\n

People need to tell their stories to realize what is happening. Sometimes when you are keeping things only in your head, you are not realizing the power of your situation.”

\n

When should depression lead you to seek professional help? “In some official resources, they say if you are feeling like this for four weeks then go find some help,” Petrova said.

\n

“But I think that the more you are getting to know yourself, the more you can feel if you need to meet with someone or talk with someone. The doctor might not be the first person. The first person might be a friend or a relative or someone who is closer to you. Or just someone you see, someone you believe in and decide to tell your story to. I really believe that it’s powerful to tell stories.”

\n

Staying Healthy and Preventing Depression

\n

Petrova recommends a book called The Healthy Programmer, which contains the basics of healthy living for people who work most of the time in a seated position. She believes that movement is especially important for those who work from home and set their own schedules.

\n

The first thing is related to moving/movement. Are you moving enough? Are you doing active things, sports? This is really important, because if you are living where you are working, then you can find yourself in a situation where you are staying home, ordering food all the time. You forget all the healthy things you could do to feel better, for your body to feel better and your mind to work well. It’s really related.

\n

If you’re staying active and able to use your normal problem-solving skills to debug yourself, you will greatly lessen the chances of falling into depression. Building up these habits takes time, but you’re also less likely to be crippled by stress and anxiety. In the future, Petrova plans to start a blog called “The Happiness Cookbook” in order to encourage people to share their recipes with the community.

\n

“Get to know yourself better and your reactions to different situations,” Petrova advises. “You really need a lot of time to know what’s happening to you and to know how to react in a timely way for prevention.

\n

“We all have our stressful moments. We all have our sad moments. You are certain to have them in your lifetime. But you can learn how to prevent your reactions, what to do when depression happens, and the best way to overcome it. The temporary feelings can be over at some point with the help of simple tips, and then you are not going to get depressed. Otherwise, you are just digging into that.”

\n

Obviously, there are some forms of depression that will ultimately require professional help. Petrova’s tips for prevention are intended to help folks before they reach a very dark place where they have lost interest in work completely and are struggling to find vitality.

\n

“Depression means that you need to change something, for yourself, around yourself, about yourself,” she said. “This is the key message. Just research the pain that made you feel like this and start debugging it step by step.”

\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 19 Jan 2015 22:39:35 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:11;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:36:\"Matt: Pope Francis on Climate Change\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:21:\"http://ma.tt/?p=44598\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:52:\"http://ma.tt/2015/01/pope-francis-on-climate-change/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:718:\"

He has been called the “superman pope”, and it would be hard to deny that Pope Francis has had a good December. Cited by President Barack Obama as a key player in the thawing relations between the US and Cuba, the Argentinian pontiff followed that by lecturing his cardinals on the need to clean up Vatican politics. But can Francis achieve a feat that has so far eluded secular powers and inspire decisive action on climate change?

\n

The Guardian on Pope Francis’s edict on climate change will anger deniers and US churches. Definitely the coolest pope in my lifetime.

\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sun, 18 Jan 2015 16:30:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"Matt\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:12;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"Matt: No Relief for Air Travelers\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:21:\"http://ma.tt/?p=44607\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:49:\"http://ma.tt/2015/01/no-relief-for-air-travelers/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:420:\"

Oil prices have fallen by about half since June, making it much cheaper just in time for drivers to fill up their cars for Christmas travel. But the decline in oil prices has had made no perceptible difference on the cost of flying.

\n

New York Times: No Relief for Air Travelers.

\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sat, 17 Jan 2015 23:35:19 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"Matt\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:13;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:72:\"WPTavern: Proposed Enhancements to Distraction-free Writing in WordPress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=37456\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:82:\"http://wptavern.com/proposed-enhancements-to-distraction-free-writing-in-wordpress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3711:\"

When we asked readers what they thought of the new Distraction-free writing mode in WordPress 4.1, a majority of readers responded that it was an improvement. However, a number of others stated they preferred the old version. Readers also took to the comments to describe their first impression of the feature.

\n\"DistractionDistraction Free Writing in WordPress 4.1\n

Since the release of 4.1, I’ve forced myself to use DFW. When I write content, I often hit the preview button several times to review changes. This results in DFW mode turning on and off multiple times which I find distracting and at times, annoying. I’m not the only one who feels this way as Brian Krogsgard of PostStatus.com explains:

\n

When I write, I tend to save and preview the post live a number of times while I’m writing, especially toward the end of my time spent writing.

\n

It gets a bit dizzying to be fixing typos and saving and previewing while going in an out of DFW.

\n

I’d like to see “Save Draft” and “Preview” buttons moved into the editor body, so that I can stay in DFW while finishing up my posts.

\n

I like the idea of moving the Save Draft and Preview buttons to the post editor. It’s one of the reasons why I reviewed the Distraction Free Preview Button plugin by Alex King. Krogsgard also lists several other ideas with screenshots showing the changes in action, including:

\n\n

Jen Mylo, who reviewed the feature as a user, suggests similar improvements. One other thing I’d like to see is a full-height editor. It’s annoying when the meta boxes fade away, the editor remains the same size as if the boxes are still in place. That’s because they are, but I think it would be better if DFW mode would go back to being a separate writing experience so meta boxes are a non-issue.

\n

I believe if the ideas proposed by Krogsgard and Mylo are implemented, DFW would likely become the primary mode in which I write content. Until then, I’m sticking with the default interface. What you do you think of the proposed ideas and are there any you’d add?

\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sat, 17 Jan 2015 22:09:18 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:14;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:80:\"WPTavern: JavaScript Leads The Pack in RedMonk’s Programming Language Rankings\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=37449\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:87:\"http://wptavern.com/javascript-leads-the-pack-in-redmonks-programming-language-rankings\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2289:\"

Research and analyst firm, RedMonk, released its programming language rankings for January 2015. RedMonk looks at programming language discussions on Stack Overflow and usage on GitHub in an effort to extract insights into potential adoption trends.

\n

The results from the analysis are not clear indications of general usage but rather, an examination of the correlation between two populations RedMonk believes to be predictive of future use.

\n\"RedMonkRedMonk Q115 Programming Language Rankings\n

It doesn’t surprise me to see JavaScript and PHP so high on the chart, especially since JavaScript is in the middle of a renaissance. The results also mirror the suggestion that in the future, 90% of WordPress development could be JavaScript based.

\n

Be sure to read RedMonk’s interpretation of the data and the trends worth noting. Also worth reading is Wired.com’s take on the data and the rising popularity of Apple’s Swift programming language. What do you make of the rankings?

\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sat, 17 Jan 2015 20:53:35 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:15;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:77:\"Post Status: Ideas for small improvements to the new Distraction-Free Writing\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://poststatus.com/?p=7388\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:58:\"https://poststatus.com/distraction-free-writing-wordpress/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:9980:\"

Distraction-Free Writing has been a bit of a controversial feature in WordPress this release. It changed from a you have to toggle to it every time feature to it’s always on feature in WordPress 4.1.

\n

With that change, the DFW experience changed to be more like the regular editor, well, because it is the regular editor. It just removes stuff off of the screen that you’re not using.

\n

Here’s the editor now, with DFW not on:

\n
\"4-1-post-editor\"

The WordPress post editor, as of WordPress 4.1 (with custom admin theme colors)

\n

And here’s the editor now, with DFW on:

\n
\"dfw-wp-4-1\"

DFW mode as of WordPress 4.1

\n

Jen Mylo wrote a post about how she doesn’t like the new feature as much as the old one. I’ve seen similar complaints a few times from folks.

\n

The positive trade-off is that now DFW is much more likely to be used, since the setting (the four-arrow icon in the upper right corner of the editor box) is persistent for a user once enabled. Previously, DFW had to be toggled in each use, and was probably used by a minority of users.

\n

4.1 was the first go at the feature in its new state, and I think it’s pretty great. I’m now using DFW every post I write, whereas before I almost always forgot to turn it on; plus, it previously felt like a commitment to the blog post.

\n

Nevertheless, I think Jen’s critique (as well as others’) are noteworthy, so I decided to take some of the complaints I’ve heard and hack around in the browser inspector to see if I could alleviate them.

\n

One thing Jen brought up was the height of the editor box. You no longer toggle the height from the bottom corner; instead it auto-adjusts with your content, and comes shipped with a default height.

\n

Full-height editor box

\n

She believes, and I agree, that it would be nice if the editor filled the available height of the window, because right now it feels a bit squished and cramped. Thankfully, we have the viewport height (vh) unit in CSS, and this can be adjusted with pure CSS and a few media queries.

\n
\"dfw-4-1-full-height\"

WordPress DFW mode with full-height content area

\n

I think this is a progressive feature, so I’d be for using the vh CSS unit not using Javascript on this, despite the not-great browser support in IE.

\n

In fact, I really like this concept, even when not in DFW mode. It really calms me down, not seeing the metaboxes below the post content right out of the gate. We can just keep them right below the editor, just out of sight.

\n
\"WordPress

WordPress post editor with full height content area

\n

Centered editor in DFW

\n

Another note Jen made was that she was bothered the editor isn’t centered in DFW mode. Well, I’ve never noticed that, but now I do, ugh. \":)\" It’s this way because DFW simply hides the right column and admin columns, which are not the same width, and therefore the editor is left with unequal margins.

\n

Well, during the transition of those admin columns, theoretically, we could also move the editor box, though I think we should test what kind of UX effect there is of transitioning the editor your cursor is in. It might not be the most elegant solution.

\n

Nevertheless, here’s what it’d look like once you’re done, including the full-height editor box.

\n
\"DFW

DFW full-height editor and centered

\n

I’m iffy on this one. I really don’t like the idea of moving the box you’re actively focusing on. Needs testing.

\n

Max-width on the editor box

\n

A critique I learned from another user was that the huge width on the DFW editor box bothered them. I agree. I think we should put a max-width on the editor box — probably whether the user is in DFW mode or not.

\n

Here’s the large version that’s unwieldy, especially in DFW mode:

\n
\"We

We should not let this get so wide. Line length matters!

\n

Inverted editor colors, with centered content box

\n

One more idea: what if we inverted the WordPress admin colors, so that the background was white, and metaboxes were gray. And then, we could ditch the “container” of the editor box altogether.

\n

Here’s a mockup of that.

\n
\"All

All white background, with centered editor

\n

I think this could look really nice, but it would require a good bit of admin changes.

\n

And then the Distraction-Free Writing version:

\n

\"dfw-all-white\"

\n

Save and Preview inline

\n

This one is my own idea, based on drafting posts in this mode every day.

\n

Distraction-Free Writing toggles on and off pretty rapidly as you focus in and out of the editor. When I write, I tend to save and preview the post live a number of times while I’m writing, especially toward the end of my time spent writing.

\n

It gets a bit dizzying to be fixing typos and saving and previewing while going in an out of DFW.

\n

I’d like to see “Save Draft” and “Preview” buttons moved into the editor body, so that I can stay in DFW while finishing up my posts. Here’s what that looks like:

\n
\"DFW

DFW with Save and Preview inline

\n

Iteration is important

\n

Iteration in WordPress feature development is important. I’m glad we introduced Distraction-Free Writing in the first place, and I think the changes in 4.1 are worthy. They may need some adjustments, but it’s a process that will continue to improve.

\n

Constructive feedback is always good. The more we use and figure out how others are using various features of WordPress, the more they can be improved.

\n

In preparing to write this post, I was able to reach out in WordPress Slack and find out the best venue to give feedback, and if Jen’s post and this one help start a conversation, the changes can make their way to Trac tickets and eventual patches to make WordPress better.

\n

I’ve seen at least a handful of folks say “Bring the old Distraction-Free Writing back!” That’s understandable; lots of folks don’t like change. Every UI-involved feature in WordPress ever has had critics.

\n

But when you look at WordPress today and WordPress 5 or more years ago, WordPress today is way more beautiful to use. That’s because the experience the core team has built has iterated over time in response to use, feedback, and contributions.

\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sat, 17 Jan 2015 18:01:11 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:15:\"Brian Krogsgard\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:16;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:39:\"Jen Mylo: Distraction-free Writing Mode\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:26:\"http://jenmylo.com/?p=4787\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:60:\"http://jenmylo.com/2015/01/17/distraction-free-writing-mode/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:6729:\"

Once upon a time in WordPress there was a New Feature called Distraction-free writing mode. You accessed it by clicking the icon in the editor toolbar that means full screen pretty much everywhere on the web.

\n

\"post

\n

It would load a new screen tha mostly just consisted of a writing box not surrounded by meta boxes or formatting, and what limited formatting options there were would only appear when you moused out of the writing area. It wasn’t perfect (I would have liked that fading toolbar to have all the same formatting options as the regular editor) but it was pretty non-distracting, and it just felt calm.

\n

\"old

\n

A while back I noticed some changes in the wp-admin regular editor. All the navigation and meta boxes now faded away while you were writing, and I thought, “Oh, that’s pretty nice, kind of a DFW Lite!” I didn’t pay too much attention, as I was just writing a quick post, but in my head I approved, and thought it was a good improvement. Until this morning.

\n

Most of my blog-based activity happens on work-related blogs that have front-end posting forms, so it’s been a while since I tried to access DFW mode. But I was going to be writing a long post, and I wanted to go over into that peaceful screen, so I clicked on the full-screen icon. That’s when I discovered that what I thought was DFW Lite was actually the new DFW. There was no more new screen.

\n

At first I thought,”Hm, that’s a lot more efficient. Good for them!” Then I started writing, and thought, “[Letters-in-a-configuration-to-replicate-my-slightly-alarmed-and-uncomfortable-sound]!” I hated to admit it, but I felt physically uncomfortable. Am I turning into Sheldon (skip to 3:34)? Crap! Anyway, here’s why I don’t love the new DFW.

\n

When wp core switched over to the “toolbar anchors to top of editor no matter how long your post” setup, users lost the ability to grab a corner of the editor and drag it to make it taller. Since it is supposed to automatically resize as you write, most people thought this was a tradeoff with a net benefit, and even though I really didn’t want to lose my little corner resize handle, I agreed that the net benefit was worth it. The thing is, if in your head you’ve already thought out a long post, starting in the small box feels cramped, kind of like when you have to repack a sleeping bag and you’re smooshing it with all your might to get it to fit back into the compact stuff sack.

\n

Think about opening a New Document in MS Word (or equivalent writing program) , or a writer putting a fresh piece of paper in the typewriter (for those who are too young to remember, it’s like this). There have been reams written by famous authors in the past about the feeling that action engenders — a feeling of limitless possibilities, a knock on the creative door, an open road ahead. That’s what DFW tried to emulate. Starting in the small box instead of the full height box feels like possibilities with limits, a creative window that won’t open more than 3 inches for safety, a road with one lane closed for construction. Thoughts scrunch down to try to fit into the available space.

\n

Even when the box expands to be the height of the screen (minus padding against top and bottom of browser), a chunk of space is lost at the top for the toolbar. That fade it used to have really did remove distraction. I wish there had been a way to combine the zen of the fade away (Matt’s original nickname for DFW was zen mode) with the convenience of the always-at-top placement.

\n

In the old DFW, the writing window really did have that feeling of a fresh New Document or crisp new sheet of paper. Now, even once it’s tall, it’s a bit off-center to the left, because that’s where the editor box is when on a screen containing navigation and metaboxes.

\n

\"Screenshot

\n

There was a time (pre-2000) when I didn’t think too much about alignment in UIs. Then I got a lot of design ideas drilled into my head that stuck, especially regarding alignment. I like asymmetry in a lot of things, always have. Hell, in a site we were just working on one of the things we said we wanted was some asymmetry. But for DFW, the symmetry — the centeredness — was a big part of what made that screen so calming. Your brain didn’t have to do any pattern recognition or internal balancing to make it feel right. But now it skews to the left and it’s driving me crazy, Sheldon style. This isn’t zen for me; it’s a misused apostrophe, a lowercase p, a cabinet door left open.

\n

I thought I’d be a holdout forever against using the new wordpress.com posting interface (I have a lot of issues with it, surprise), but, well, their DFW has that open and symmetrical feeling (even if it has other problems) that makes for a non-Sheldony writing experience.

\n

\"Screenshot

\n

So this might be my last post written in wp-admin DFW mode for now. Farewell, old friend!

\n

* * *

\n

Standard disclaimer when writing about WordPress: This is my personal opinion. I have not been the UX lead for WordPress core for a couple of years now, so this post on my personal blog should not be seen as representing the WordPress project in any way, it’s just my personal experience with a user interface.

\"\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sat, 17 Jan 2015 16:08:51 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:8:\"Jen Mylo\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:17;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"WPTavern: First Look at SIDEKICK\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=37315\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:42:\"http://wptavern.com/first-look-at-sidekick\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:4144:\"

After experiencing a significant delay in late 2014, the folks over at SIDEKICK have launched a new website along with Composer. Composer is a tool that allows you to create visual, guided, walkthroughs. When SIDEKICK Co-founder, Ben Fox, showed off the initial demo last year, I described it as the Camtasia of WordPress.

\n

SIDEKICK has a couple different plans available depending upon how many walkthroughs you want to publish. The free account allows for three published walkthroughs, 50 monthly plays or views, 1 active website, and support for WordPress multi-site.

\n\"SIDEKICKSIDEKICK Activated\n

The walkthrough creation interface is similar to Camtasia in that it has a timeline with various steps that can be added. To supply audio, you need to upload a pre-recorded mp3 file for each step. While not as easy as recording the audio within the plugin, it’s easier to fix mishaps without having to redo the entire walkthrough.

\n\"WalkthroughWalkthrough Interface\n

It’s Clearly The First Version

\n

While testing SIDEKICK, I encountered several things that need to be addressed in future versions. During the initial setup, there is a box that explains how to build your own walkthrough with a link to get Composer. This leads me to believe that it’s a separate product or plugin when in reality, it’s not. Composer is part of SIDEKICK out of the box. Update SIDEKICK has already released an update that fixes the copy.

\n\"GetOld Get Composer Information Box\n

I encountered a few links which point to a 404 page, like their Terms of Use. With so many steps in the setup process, it would be nice if SIDEKICK had a walkthrough of its own, to guide users on how to configure it. Despite these minor setbacks, they don’t detract from its usefulness. Fox says, the team is already aware of the issues and over the next few weeks, will release several updates.

\n

It took awhile, but once I understood how it works, I found creating walkthroughs a fairly easy process. With version one out the door, it will be interesting to see how it’s adopted by theme and plugin developers, considering a number of them already use admin pointers that are built into WordPress. However, there’s a distinct difference between a simple pointer and walking people through a task.

\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sat, 17 Jan 2015 03:59:35 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:18;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Matt: Fasting\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:21:\"http://ma.tt/?p=44604\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"http://ma.tt/2015/01/fasting/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1053:\"

“Fasting for as little as three days can regenerate the entire immune system, even in the elderly, scientists have found in a breakthrough described as ‘remarkable’.” — Fasting for three days can regenerate entire immune system, study finds.

\n

Harper’s had a great article on fasting a few years ago it’s not online at the moment but here’s a PDF of it. It’s also common in yoga and folks trying to live longer. I haven’t tried it myself yet, but perhaps will at some point this year — I like the idea of doing something by doing nothing.

\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sat, 17 Jan 2015 01:10:34 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"Matt\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:19;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:23:\"Matt: The Right Problem\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:21:\"http://ma.tt/?p=44601\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:39:\"http://ma.tt/2015/01/the-right-problem/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:385:\"

Working on the right problem is more important than working hard. — Caterina Fake

\n

Found via 84 highlights from The Startup Playbook by Automattician Dave Martin.

\n

The hardest thing in the world is spending the most time on the most important things.

\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 16 Jan 2015 22:08:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"Matt\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:20;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:38:\"Post Status: A small Medium experiment\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://poststatus.com/?p=7366\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:43:\"https://poststatus.com/medium-vs-wordpress/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:9842:\"

I’ve always wanted to write a post on Medium. But I’ve always been too greedy to do so, because I like to own my content, and I’ve never had a topic that I really wanted to write about that didn’t better fit on my personal blog or this one.

\n

That changed today, so I got to experiment. On hearing that Teehan+Lax shut down, I felt it was a worthy time to try Medium. I had a bone to pick with their exit post, and they helped design Medium’s first version, so it seemed fitting.

\n

Here’s a link to the finished product. Until today, I had never really done anything to play with their editor beyond look at it and write a few sentences to see the basics of how things worked.

\n

First impressions of Medium’s editor

\n

Medium’s front-end is beautiful. And the back-end looks quite similar. They try to take pretty much everything out of your way to leave you to your words. I like that.

\n

The only problem with simplicity is that it can obfuscate how to actually do stuff. In the case of the Medium editor, there are two methods to interact with text.

\n

\"medium-more-options\"

\n

First, you can click the little plus button, which allows you to insert a pre-formatted block of something.

\n

\"medium-tooltip\"

\n

 

\n

Second, you can highlight text and get a tooltip of formatting options.

\n

Some of these options are confusing. The tooltip one was fine, but the + button was tougher. I didn’t know what to expect by clicking the horizontal line or the play button. I thought the code brackets were odd, as surely not many people are putting code on Medium. It turned out that was an oEmbed button.

\n

Eventually though, I figured out roughly how to do what, even inserting those big full screen images everyone associates to Medium.

\n

For most people and most posts, these tools are enough. And all in all the experience was delightful, despite this minor criticism. However, a part of me wanted more.

\n

I like the persistent editing buttons of WordPress (though I could definitely do with fewer options in TinyMCE). I even felt a little weird about Medium’s previews. It’s basically a front-end preview when you edit, but it’s also not quite teh same. For example, you don’t get the below post items and other elements that affect the overall feel of the page, versus just the article.

\n

Still, I think the WordPress editing experience could learn from Medium’s efforts, even if we don’t mimic it entirely. And I do think the recent changes to Distraction writing help get us there.

\n

Simple but effective stats

\n

Medium has stats built-in. With WordPress, most people use WordPress.com’s stats module through Jetpack, or Google Analytics, or both.

\n

Medium really trims down the stats information. You basically get a few metrics: Views, “Reads”, Read Ratio, and Recommendation counts.

\n

\"medium-stats\"

\n

I love the read ratio stat. Medium’s reliance on reading versus pageviews is pretty well documented, and I’ve always thought it was great. But what I realized nearly immediately is that this gave me much greater assurance that my post is quality or not, versus metrics I have available to me with WordPress.com stats or even Google analytics.

\n

I usually determine quality of my posts based on how many tweets, comments, and pageviews I get for an article. This is great, but just because something isn’t shareworthy doesn’t mean it’s not high quality. Also, if I get 200 views but nearly everyone fully reads it, it’s better than getting 1,000 views where only 200 read it.

\n

In the latter example, I got views but I didn’t impact. My goal is to impact, and Medium’s “reads” stat helps me determine that very quickly.

\n

Referrals are also nice on Medium. I can quickly see where traffic is coming from, real time, and go see what that referring source said about my post or take part in the conversations.

\n

Most importantly, regarding referrals, is that I can see them per article. This is a feature I would love to see hit WordPress.com stats.

\n

Hardcore stats folks won’t be totally satisfied with Medium. And to my knowledge, you can add your own Google Analytics account to your medium account, so you have to live with what you get. For most of us, that is enough.

\n

I think there is a ton of opportunity for a solid stats plugin for WordPress that either makes great use of Google Analytics within the WordPress Dashboard, or rolls their own (outside of WordPress.com / Jetpack).

\n

Medium-sized exposure

\n

One element I was pretty curious of was exposure. I know that some articles have done really well on Medium, but I’m not sure what causes that.

\n

In my case, the article has had a couple thousand pageviews in a matter of an hour or two, so that’s great. However, I think it took off on Twitter and Designer News much more so than from Medium itself, besides recommendations

\n

For recommendations, it’s like a rolling snowball. I get emails from Medium every day telling me what my Twitter friends recommended on Medium. I imagine that the more people recommend my story, the more email and other distribution the story gets. That’s good, because I’ve always figured recommendation buttons were mostly useless on sites, and really only social proof for other would-be readers that are already on some kind of archive.

\n

As far as I can tell, Medium doesn’t really have a way to highlight new stories beyond recommendations. And they very much de-emphasize post dates and time-based feeds.

\n

Tag, you’re not it

\n

One last thing was categorization and tags. Medium no longer allows regular users to put a post in any particular category, as far as I can tell. You have to be some sort of more-certified user or author to put a post in one of their channels or tags or whatever they call them.

\n

I thought this was a little frustrating. Without some kind of tag, how can I put my story in a feed that others that don’t already follow me can find? I think it has potential to prevent lesser-known writers from ever being exposed to more eyeballs, because there is a much smaller initial audience to read their post.

\n

Furthermore, if I had 100 or 1,000 posts on Medium someday, it would make it harder for me to filter my own stuff. I often go back to certain categories on Post Status to see what I wrote about a particular topic in the past.

\n

Notes and public previews

\n

A couple of things that Medium excels at are notes and public previews. I can easily annotate my post in the margins, without putting the notes in the content (which I often do in WordPress). It’s very similar to Google Docs.

\n

\"medium-notes\"

\n

And public previews and draft sharing is exceptional. I have public preview functionality on Post Status, and it works okay; it’s built into Medium, and it has great placement and is easy to use.

\n

I think WordPress could build these features in. They simply make publishing better. Nearly every site could utilize a tool like this and I think that while there are plugin options for accomplishing these tasks, it’s pretty core to the experience and mission of publishing.

\n

Plenty to gleam, but not a silver bullet

\n

All in all, I liked publishing on Medium.

\n

No, I don’t own the content. Though they do have a one-click button for exporting everything you’ve ever written. (edit: reader and former Medium employee Evan Solomon notes I do own the content itself. I guess I mean it more in the sense that I don’t own the platform, and can’t guarantee my content will always be there.)

\n

I also can’t use my own domain. If I published there long term, that would be a problem.

\n

It’s unfair to compare Medium directly to WordPress. But from a publishing perspective, I’d say there are definitely elements WordPress could learn from. However, we shouldn’t just jump completely on the simplification bandwagon.

\n

Now, in terms of who can definitely learn from Medium, it’s WordPress.com. If I were going with a hosted platform, owning my own domain and being able to choose my own theme are pretty much the only reasons I’d choose WordPress.com versus Medium. The overall account (especially) and publishing experiences (marginally) feel more polished on Medium than WordPress.com.

\n

I don’t know if I’ll publish on Medium again. Probably, when I find a circumstance that this blog or my personal blog aren’t the right place. It was fun to play with a shiny new tool, but I’m still a WordPress guy, and I think we’re doing alright.

\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 16 Jan 2015 17:50:08 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:15:\"Brian Krogsgard\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:21;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:91:\"WPTavern: The WordPress Foundation Creates a Traveling Scholarship in Memory of Kim Parsell\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=37415\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:101:\"http://wptavern.com/the-wordpress-foundation-creates-a-traveling-scholarship-in-memory-of-kim-parsell\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3126:\"\"KimKim Parsell With the Docs Team Meetup in Cincinnati 2013\n

Kim Parsell once told me that attending WordCamp San Francisco 2014 was one of the best experiences of her life. It was her first WordCamp San Francisco and although she was unemployed at the time, she was able to attend thanks to financial assistance received from the WordPress Foundation. Knowing how much it meant to her to attend the event, the Foundation has launched a new scholarship program in memory of Kim to provide women in the WordPress community the same opportunity.

\n

The details of the scholarship are as follows:

\n\n

Jen Mylo, who helped turn the idea into a reality, says the program will likely live inside of a broader scholarship program, “The assumption is that it will live within a broader travel scholarship program that can be worked on this year (SF was a test of the idea, but not intended to be the only WC that would offer assistance in the future if it worked well, which we haven’t yet worked out).”

\n

By limiting the scholarship to women, the goal is to encourage more women to get involved with the project. Mylo also explained why it’s limited to first time attendees, “As a Kim memorial, we wanted this to be very Kim-specific, and that first-time experience is what we want to provide someone in her memory.”

\n

Although there was talk of possibly naming a WordPress release after Kim, this is a much more fitting memorial as it allows her to contribute to the project for years to come.

\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 16 Jan 2015 01:08:41 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:22;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:59:\"WPTavern: WPWeekly Episode 177 – Hanging Out With GoDaddy\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:44:\"http://wptavern.com?p=37411&preview_id=37411\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:65:\"http://wptavern.com/wpweekly-episode-177-hanging-out-with-godaddy\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:5253:\"

Over the years, GoDaddy has become a company people love to hate. Whether it’s poor server performance or the actions of former CEO, Bob Parsons, the company has garnered a negative reputation. Within the last two years however, GoDaddy has implemented several changes to turn the company around.

\n

In this episode, Marcus Couch and I are joined by three GoDaddy employees:

\n\n

We discuss changes made after Bob Parsons stepped down as CEO and how they’ve helped create a new culture within the company. Kurland describes what it’s like to be the first WordPress evangelist and explains his role in helping to establish relationships with people in the WordPress ecosystem. Payne provides details on GoDaddy’s managed WordPress hosting platform and what makes it different from competitors.

\n

Later in the show, we talk about the decision to remove ticketing and email support in favor of phone and live chat support. We find out the lessons the company learned when it auto activated SIDEKICK on customer’s sites without notifying them. Near the end of the interview, King shares details on a new product called GoDaddy Pro, which will make it a lot easier to manage clients on the GoDaddy platform.

\n

The biggest takeaway from the interview is that, GoDaddy has made and continues to make radical changes. It’s not the same company of a few years ago. If you’ve written them off in the past, I encourage you to give them a second look.

\n

Stories Discussed:

\n

WordPress 4.2 Will Automatically Enable Pretty Permalinks for New Sites on Installation
\nBuddyPress 2.2 Beta 1 Now Available for Testing
\nPreview the New Design for the WordPress Themes Directory

\n

Plugins Picked By Marcus:

\n

WP Email Logs Plugin stores any email sent by the wp_mail() function in a log file within the database. Details logged include: from and to user ids, from and to email address, mail subject, mail content, component, type, send date, and more.

\n

Internal Notes adds a simple textarea to the post and page editors where you can add notes regarding a particular post or page.

\n

FaceBook Feed allows you to easily display a customizable feed of your Facebook Page on the frontend of WordPress.

\n

WPWeekly Meta:

\n

Next Episode: Wednesday, January 28th 9:30 P.M. Eastern

\n

Subscribe To WPWeekly Via Itunes: Click here to subscribe

\n

Subscribe To WPWeekly Via RSS: Click here to subscribe

\n

Subscribe To WPWeekly Via Stitcher Radio: Click here to subscribe

\n

Listen To Episode #177:
\n

\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 16 Jan 2015 00:44:02 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:23;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:77:\"Post Status: WordPress and the new European Union VAT (Value-Added Tax) rules\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://poststatus.com/?p=7318\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:40:\"https://poststatus.com/wordpress-vat-eu/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:16493:\"

On January 1st, the EU rolled out some new rules for handling the VAT (Value-Added Tax). Let’s start with the obvious: I’m not a lawyer or accountant and this post is just me chit chatting and doesn’t constitute any official form of advice or whatever other legal disclaimer you need, consider this it.

\n

For most non-Europeans, the VAT may be unfamiliar, but it is relatively similar to an American sales tax. Until now, non-European businesses could basically ignore VAT (unless they have a European office), and Europeans were able to utilize the VAT rate of their home office. Now, that’s changing.

\n

Big companies from outside the EU, of course, found some nice loopholes to avoid high VAT rates even when they have a place of business in Europe; they did so by registering their EU operations in Luxembourg, where the VAT rate is lowest. Then, they only had to pay the Luxembourg rate, no matter who they sold to in the EU. The EU is now changing the rules so that the VAT rate of the consumer’s purchasing location is the rate applied, no matter where the merchant is from.

\n

General VAT information

\n

Getting easy to read information on VAT is hard. The purpose of this post is to provide that sort of information within the context of WordPress. However, for the best way to read VAT stuff in general, I’d recommend VAT Live.

\n

Impact on European businesses

\n

This, in a nutshell, is the big deal. Previously, European merchants knew their own VAT rate and applied that rate to everyone they needed to apply it to. Now there are something like 28 different rates in the EU and merchants have to apply them based on the purchaser, not themselves.

\n

For EU merchants, this sucks. Starting two weeks ago, they now have to track a whole lot of stuff and (theoretically) pay taxes to all sorts of entities. The EU has organizations that help with this, and now there are businesses like Taxamo that are helping handle the calculations and whatnot for these merchants.

\n

However, it appears actually complying is hard for small businesses and large so far. For Europeans, these rules are a complete mess and is truly going to screw up the digital good economy for European merchants.

\n

Impact on non-European businesses

\n

For non-European businesses, the new VAT rules are a lot fuzzier.

\n

In short, nothing has changed. There have been European rules in place since 2003 saying that non-European merchants should pay VAT when selling to European consumers — even for digital goods. The thing is: they didn’t enforce this because non-Europeans obviously aren’t under jurisdiction of European authorities.

\n

So, most merchants not in Europe — but selling to Europeans — have ignored existing rules for years, and we still can. But there is a but. According to some places I’m reading, there is the potential that American and other non-European governments could cooperate and even enforce European VAT rules on its citizens.

\n

Is this likely? Heck if I know. I honestly can’t decide if companies like Taxamo are just trying to churn up fear to get more customers (which is natural) or if Americans and other non-Europeans should really pay attention to VAT.

\n

My gut tells me this policy is terrible and won’t last, at least without some kind of revenue floor (like 1 million Euros or the equivalent per year, or something). But that change could be years in the making. What until then?

\n

The determining factors and implications

\n

In the end, it really depends on how willing you are to roll the dice. In my heart of hearts, I hate the idea of paying a foreign government tax revenue for a digitial good when they have no jurisdiction over me.

\n

Even “digital good” is hard to define, though the UK attempts to define qualified services in this document.

\n

I mean, I don’t even have to charge sales tax to other states in the US when Americans buy from me. Ugh. So, I really, really want to just ignore the EU — as an American at least — and tell them to screw off and catch me if they can.

\n

But.

\n

There are a few buts this time.

\n

1) It is risky. Because it is possible that the IRS will collaborate with EU member states to collect tax revenue from American digital merchants, as companies like Taxamo suggest can/will happen. I don’t want to get hit with some kind of audit or fine from the IRS years down the road.

\n

A friend did make a good point to me recently, noting that the IRS barely enforces digital goods taxes in the United States, so why would they do so on behalf of a foreign entity?

\n

2) Are European buyers breaking the law if I don’t comply as a seller? I don’t know, but a friend of mine that is complying brought that up. I can’t find much documentation on this front, but I wouldn’t want to cause European customers to break their laws by buying from me if I don’t comply.

\n

3) It makes my product more expensive to European buyers if I comply, and it hurts my feelings as an American (Boston tea party, man!), but realistically, services will — and already are — come to save the EU with relatively simple ways to comply.

\n

Enforcement and methods for complying

\n

From what I can tell, each EU member state has to do its own collecting and enforcing. The EU is the regulating body but not the ones that will put feet on pavement to go and enforce these rules and taxes.

\n

The safe bet seems to be to pay up and deal with it. But I have a feeling you could ignore these rules (if you aren’t European) and probably get by just fine.

\n

Alternatively, non-EU merchants could just ignore the EU and don’t sell to anyone there. Well, I won’t do that. I have a lot of EU-based readers and (potentially) customers. But I am pissed about these rules; the European Union is hurting small businesses, and the worldwide economy.

\n

I feel even worse for my EU-based friends. They don’t even have the option of ignoring EU member states. Penalties for non-compliance for them are even more frightening. They are being excluded as consumers of internationally distributed digital goods and also being pinned down as merchants by these overly cumbersome and irresponsibly drafted rules.

\n

Self hosting eCommerce is even harder now

\n

One additional implication of all of this is this: it is now even harder to self-host your eCommerce. If you sell at a marketplace like Etsy or ThemeForest, they can better (at least attempt to) manage the VAT rules and keep you safe. Though, from what I’ve heard, even some big marketplaces are struggling big-time with these new regulations.

\n

If you sell on your own, you have to figure out new methods on your own or with your software of choice.

\n

How to comply with VAT

\n

Complying with VAT has turned into a business opportunity, and “solutions” are popping up.

\n

No matter which solution you use, you’ll need to learn about VATMOSS. VATMOSS stands for Value-Added Tax Mini One Stop Shop. Basically, you can register with one EU country and thereafter just deal with that country for quarterly “returns” or payments.

\n

If you go through the UK, they have information on registering for VATMOSS.

\n

The EU member countries will divvy up the differences in taxes collected on their own.

\n

For non-EU providers, VoES (VAT on Electronic Services) is also worth learning about if you’re providing “digital services.”

\n

General needs

\n

There are some general needs for your store if you’re going to comply with VAT

\n\n

Honestly, some WordPress plugins are playing catchup to make these things possible and / or easier.

\n

In addition to information collection, information storage is also important. You’re supposed to store this stuff for up to ten years! You are also supposed to have ready-made reports for various authorities.

\n

Some services are helping with the calculations, others with the whole gambit.

\n

Taxamo

\n

The number one player I’ve seen in the VAT compliance market is Taxamo. They are working hard to market their product, which identifies the consumer’s country, applies the appropriate VAT, integrates with your eCommerce application, stores and creates reports of your data, and fills out a quarterly return form on your behalf. They do so for 0.20 Euros per transaction, once you surpass 20 transactions per month.

\n

Taxamo is trying to handle pretty much every part of the handshake for you, from collecting to reporting. Here’s their flow:

\n

\"taxamo\"

\n

Taxamo has a few integrations:

\n

Taxamo for Restrict Content Pro

\n

Taxamo for Easy Digital Downloads

\n

Taxamo for WooCommerce

\n

EU VAT API

\n

The EU VAT API is more hands-on, but probably a nice option for developers looking for a minimilist solution. Developed by Radish Concepts (savvy readers may recognize WordPress community member Coen Jacobs, who works with Radish), the EU VAT API is a simple, but seemingly elegant solution for the calculation of the various EU VAT rates.

\n

The EU VAT API has WordPress integration plugins for both WooCommerce and Easy Digital Downloads.

\n

edit: Coen Jacobs tells me that like Taxamo, the EU VAT API also handles more than just rates, but they haven’t fully documented all of the other features yet.

\n

Other methods

\n

The VAT API is another simple API that looks good, but I don’t know as much about it.

\n

Compliance with specific eCommerce systems

\n

The big WordPress eCommerce players pretty much all have VAT compliance methods in place by now:

\n

WooCommerce – they’re heavily on the Taxamo bandwagon, and have this extension. But there’s also the Radish Concepts one noted earlier.They also have a super slim extension where customers can enter an EU VAT number, that uses an API to calculate the cost. There’s a free plugin on WordPress.org too. Also, WooCommerce 2.3 is beefing up some features that will make it better capable for handling some of the more nuanced VAT rules.

\n

Easy Digital Downloads – Has a lot of options. Here’s their site tag for “VAT” that lists the options.

\n

WP E-Commerce – Has one coming, but it’s not complete yet.

\n

Jigoshop – I can’t find any references to the new VAT rules, but since these guys are based in Europe, surely they either have something or are working on it.

\n

iThemes Exchange – Has what appears to be an in-house VAT add-on, up to date for 2015.

\n

Who is complying so far?

\n

I was interested in who is actually complying with the new VAT rules so far — both Europeans and non-Europeans.

\n

I’ve received 120 votes from shop owners selling digital goods in my poll. I think that’s a pretty great response. Here are the results:

\n

Question: Do you have an eCommerce store that sells digital goods? Are you complying with the new EU VAT rules?

\n

\"VAT-poll-compliance\"

\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n
OptionCount%
I’m a European merchant and complying with new VAT rules2722.5%
I’m a European merchant and not yet complying with new VAT rules2016.67%
I’m a non-European merchant and complying with new VAT rules for European customers65%
I’m a non-European merchant and not complying with new VAT rules for European customers3125.83%
I’m a non-European merchant and I no longer sell to European customers1210%
I don’t know what you’re talking about32.5%
I haven’t decided what to do yet119.17%
Other:108.33%
\n

I guess the numbers aren’t terribly surprising, though I am quite surprised by how many Europeans are not complying.

\n

Now what?

\n

I think most of us will agree that these rules suck. The most organized thing I’ve seen to protest them is the EU VAT Action site. You should go there and see how to petition and participate in the debate if you are upset by these changes.

\n

Quite personally, I have to figure out what to do. My primary reasoning for doing this research was to decide if I need to comply. I wanted to share what I’ve learned with you.

\n

In addition to the poll I did, I also asked some friends running businesses. I think you’d be surprised just how many “big” American companies aren’t complying (big in the sense of the WordPress space).

\n

It does keep coming back to me, what one friend told me about how easy it was to register for VATMOSS and get his shop setup though. I guess I have a few more days to decide.

\n

If you haven’t figured out what you’re going to do with your shop yet, I hope this has helped. If you plan to sell some digital goods in the future, this should be a decent guide to get the lay of the land in terms of selling digital goods with WordPress and complying with the new European VAT rules.

\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 15 Jan 2015 21:52:10 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:15:\"Brian Krogsgard\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:24;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"Matt: Venture Capital in the 80s\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:21:\"http://ma.tt/?p=44595\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:48:\"http://ma.tt/2015/01/venture-capital-in-the-80s/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:198:\"

For the best explanation of what’s going on with capital markets now it might be best to look to Venture Capital in the 1980s.

\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 15 Jan 2015 18:30:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"Matt\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:25;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:56:\"WPTavern: Papi Project Adds a Page Type API to WordPress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=37377\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:66:\"http://wptavern.com/papi-project-adds-a-page-type-api-to-wordpress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:4177:\"\"photophoto credit: zenobia_joycc\n

The Pages feature, although generated dynamically in WordPress, was designed for use with static, evergreen content. Pages have always been somewhat simpler than posts, which received a major boost to flexibility when custom post types came on the scene in version 3.0.

\n

Fredrik Forsmo, a systems developer in Stockholm, Sweden, wanted to do more with pages and decided that WordPress needs a Page Type API. He created Papi, an open source project that offers a less traditional approach to working with fields and page types.

\n

“Papi was started because creating page types didn’t exists in a good way,” Forsmo said. “ACF and other plugins only support custom fields on different post types. This is not a good way to create page types. Additionally, the URL structure isn’t ideal with custom post types.”

\n

Inspired by the lack of adequate solutions to address this need, Forsmo spent a year developing Papi in his spare time. The idea for the project is based on EPiServer’s Page Type Builder, which offers a more object oriented method of building pages. Papi brings this same approach to WordPress.

\n

\"add-new-page-type-view\"

\n

Essentially, it allows you to create page types using an existing post type or using custom post types. It doesn’t have an admin user interface for adding all the fields. “Papi uses classes in PHP, where one class represents one page type and in your class you add all fields you need,” Forsmo explained.

\n

After running it in production, he discovered that it’s easy to work with when it’s necessary to add new fields. Using Papi’s “page” post type, you can create different page types with different fields on the same post type, while maintaining a clean URL structure.

\n

\"start-page-example-page\"

\n

Forsmo believes that this is the way pages should work in WordPress. Although I don’t know if the idea will catch on with developers, the project seems useful for those rare scenarios where custom post types aren’t a good match.

\n

Papi isn’t on the WordPress plugin directory but can be downloaded from GitHub. It’s also available as a Composer package. Papi currently works on WordPress 3.8+ (3.9+ if on HHVM) and PHP 5.3 and above. If you want to experiment with it, Forsmo has written documentation on how to get started, how to add page type meta boxes and options, functions available to use in your page type, and how to register a page type directory.

\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 15 Jan 2015 16:28:45 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:26;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:57:\"WPTavern: Edit BuddyPress Activity Posts on the Front End\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=37251\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:67:\"http://wptavern.com/edit-buddypress-activity-posts-on-the-front-end\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3849:\"

\"buddypress-edit-activity\"

\n

Earlier this week, the folks at BuddyBoss released BuddyPress Global Search, a new plugin that allows users to search through every BuddyPress component. The company’s founder, Michael Eisenwasser, was inspired to give back to the project by creating a string of free plugins that benefit the whole community.

\n

BuddyPress Edit Activity is the team’s latest contribution. This plugin is another handy tool that is likely to be useful for a wide range of social networks. It allows users to edit their activity posts and replies on the front end, similar to the “Edit Post” feature that you see available on Facebook.

\n

Once installed, you’ll find a new edit option added the activity meta buttons.

\n

\"buddypress-activity-edit-button\"

\n

Clicking the button allows users to edit their own activity updates and replies. It gives them the opportunity to correct errors or add to their posts, instead of having to completely delete the post and start over.

\n

\"buddypress-activity-editing\"

\n

The plugin’s settings screen lets administrators turn editing on/off for activity posts and replies, and includes the ability to limit the feature to admins only. The panel also has an option to disable editing after a set number of minutes, a feature often available in plugins that extend WordPress comments. Setting it to zero makes comments editable indefinitely.

\n

\"bp-activity-fronted-edit-settings\"

\n

I tested the plugin and found that it works well and fits in like a natural part of BuddyPress. It automatically adapts to your current active theme and doesn’t force any obtrusive styles on the activity stream.

\n

BuddyPress Edit Activity may seem like a small thing but it’s one of those extensions that adds an intuitive feature that greatly improves interaction between users. This is a feature that users have grown to expect based on experience with other social networks.

\n

BuddyBoss is hitting home runs with its most recent plugin releases, both of which are useful for nearly any type of BuddyPress network. The theme shop is strategically positioning itself for becoming more well-known in the market with its indispensable free plugins.

\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 15 Jan 2015 07:10:52 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:27;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:90:\"WPTavern: WP Engine Open Sources Mercury Vagrant for Running WordPress on HHVM and PHP-FPM\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=37296\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:100:\"http://wptavern.com/wp-engine-open-sources-mercury-vagrant-for-running-wordpress-on-hhvm-and-php-fpm\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3808:\"

\"wp-engine\"

\n

WP Engine Labs, in collaboration with the VVV creators at 10up, released Mercury Vagrant (HGV) today. The new open source Vagrant configuration uses HHVM to serve PHP code. It also includes the ability to run your development site using standard PHP to test against for comparison.

\n

Mercury Vagrant is useful for any WordPress developer who wants to develop on top of HHVM. Last year, WP Engine partnered with 10up to launch Mercury, its new enterprise HHVM WordPress hosting platform. Mercury Vagrant was commissioned to help WP Engine customers with local development, but it was not designed to be specific to the host’s infrastructure. It is GPL-licensed and meant to be used with any host.

\n

After provisioning your VM, Mercury Vagrant includes the following:

\n\n

HGV creates four different sites, with built-in documentation, for running code with either HHVM or PHP-FPM:

\n\n

It also includes URLs for testing Varnish caching:

\n

cache.php.hgv.dev
\ncache.hhvm.hgv.dev

\n

WP Engine labs is committed to supporting and improving Mercury Vagrant for the foreseeable future. The team has collaborated with Facebook to resolve many of the previous issues of using HHVM with WordPress sites. Even if you’re using different host that offers HHVM, this open source Vagrant configuration is a solid, professionally-supported tool for local testing. If you need help getting started, WP Engine created a visual walk through and tutorial videos to help you set up your local machine with HHVM with Vagrant.

\n

Mercury Vagrant is a community tool that will go a long way towards helping developers become more familiar with running sites on HHVM. Benchmarks comparing WordPress sites on HHVM vs PHP-FPM indicate a 600% performance increase with HHVM. Dramatic performance increases in this range should have more hosts looking to add support for HHVM in the near future.

\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 14 Jan 2015 22:02:49 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:28;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:71:\"WPTavern: I Love Composer, I Love WordPress, But I Object to a Marriage\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=37262\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:79:\"http://wptavern.com/i-love-composer-i-love-wordpress-but-i-object-to-a-marriage\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:10606:\"\"photophoto credit: Jesse Krugercc\n
\n

\"david-hayes\"
\nThis post was contributed by David Hayes. David loves solving difficult problems at Press Up, publishing new WordPress tutorials at WPShout, and eating cold cereal with milk.

\n
\n

The developer tool Composer has been sneaking in around the fringes of the WordPress community. Rarst is a fan. The Roots theme framework folks like it. There’s support infrastructure like WPackagist.

\n

Composer is widely known in the wider PHP development space. Developer types who mostly focus on WordPress probably have some passing familiarity with it. Maybe you ran across a project I mentioned, or heard about it at a WordCamp or meet-up. Or maybe you’ve seen Sarah’s intermittent coverage here at the Tavern when projects — most recently BuddyPress — take steps to support it.

\n

Composer is awesome. I think it’s the most exciting thing to happen to PHP in the last five years. WordPress is awesome. I’ve been using WordPress for nearly a decade now, and I wouldn’t recommend people use anything else for a beautiful, feature-rich publishing experience for the web. But I don’t think the two fit together as well as some would like, and that’s our focus.

\n

But don’t worry if you don’t know what Composer is, we’ll start with that. Then we’ll cover a bit about why WordPress is great and explain where the two fit together, sometimes a bit awkwardly. Finally, we’ll look at how and when it makes sense to incorporate Composer into WordPress work.

\n

What is Composer Anyway?

\n

In the very simplest version, Composer is dependency management for PHP. That is, it’s the way that I can pull in external code — libraries, classes, whatever you want to call them — that other people wrote, make sure it’s loaded for me to use, and never need to worry about it again. Many other languages have had solutions to this problem for awhile, of varying quality. In Ruby, Gems are very well known. For front-end JavaScript development, there’s some standardization on Bower. Python’s pip has been around awhile. All of these things have similar roles, but the specific implementation is different.

\n

The big problem dependency managers solve is the way most people deal with dependencies — other people’s code they’re using to solve a problem. Without a tool like Composer, it is sloppy and haphazard. When you want a user-friendly date handling library, you go to your search engine, find a few hundred lines of code, copy them into a file, try your best to figure out how to work with them, and never ever know or care when the author of those lines later realizes they created a giant performance bottleneck or security vulnerability.

\n

Dependency managers also take care of the issue that some code you want to use may itself rely on other libraries, classes, etc., that you aren’t already using. This leads to big headaches. And in solving these issues, Composer also makes sure that it gets versions of all that software that work for all the various libraries your application makes use of.

\n

So with Composer, you’re saved from a lot of copy-pasting, you get super-powers about dependency issues, and you’re also given a much easier path to get performance improvements, security patches, new features, and so on.

\n

So you can, for example, tell Composer you want to use a nice date parsing library like Carbon, set your code up to load the Composer dependencies for you before you use them (with a simple include ‘vendor/autoload.php\'; to use this article’s only snippet of PHP) and you’re set to go. And when Carbon, or another dependency, gets updated, you’ll be able to quickly get the latest version with a simple run of Composer’s update command.

\n

What Makes WordPress Great

\n

Since you’re reading WPTavern, I’ll just say, succinctly, that WordPress is an easy-to-use CMS with a rich ecosystem of plugins and themes that make it easy to accomplish a wide variety of goals.

\n

WordPress is made to be easy-to-use — specifically, for the end user. An average WordPress user, who is put a little on edge by the mention of PHP code, is still able to easily change the look or behavior of their site just by installing a new theme and a few of the thousands of great plugins out there, right from the simple user interface. Even for commercial plugins and themes, the user can probably rely on few-click updates. Users get security updates to their core WordPress code without even needing to think about it.

\n

How Composer and WordPress Can Work Together

\n

As Josh Pollock called out in a great article about Composer, there are three basic ways WordPress and Composer can be combined:

\n\n

We’ll take on the last two first, as they’re the most common way in which people are talking about Composer.

\n

Why Composer and WordPress Aren’t as Compatible as Peanut Butter and Jelly

\n

So WordPress is great and easy to use for slightly-more-technical-than-average people. Composer is great — really really great — for developers. Don’t two great things make a new even greater thing? I mean: I love peanut butter, and I love jelly, and I think a peanut butter and jelly sandwich is one of the top ten foods invented in America. So why don’t I love the combination of Composer and WordPress?

\n

It’s not that they’re useless together. I think they can work together quite well, but I don’t think the solution of “run your whole WordPress site with Composer” that’s creeping into more and more places works well. It takes care of one problem — WordPress being awkward to manage and deploy for developer-types — by creating another — a less-than-great experience for the mortals left with the WordPress site who just want to install this new plugin.

\n

Basically, in trying to cram WordPress into Composer we’re forcing a square peg into a round hole. WordPress’ focus on end-user ease-of-use — just jump into the admin area and search for a plugin on the WordPress.org repository, or upload the Zip archive you got from the seller — is conceptually at odds with using Composer to install WordPress.

\n

The change of behavior, and frankly the greater knowledge required, makes it the opposite of a simple experience for most. For a site with dedicated and knowledgeable developers or admins around 24/7, that’s possibly a wise trade off, but for most WordPress sites I see, that’s a losing combination.

\n

When Composer and WordPress are a Good Combination

\n

Even for most WordPress cases, I think there’s one place where Composer’s great: when you have some dependencies in a theme or plugin. It’s the combination of WordPress and Composer I’ve tried repeatedly and recommend heartily. It is brilliant. When you’ve got a project that you know doesn’t really need to support down to PHP 5.2, and where you really do want some helper code, Composer is fantastic as a way to get that external code and seamlessly keep it up to date. (Autoloading, a Composer feature which we’ve ignored until this point, is also a big perk.)

\n

For plugin or theme development, I think Composer is great. If you’re making a plugin that would benefit from a great date-parsing library like Carbon, a Markdown parser, or something else, by all means use Composer to pull that in. For more WordPress specific stuff, such as CMB2 or TGM Plugin Activation, it’s far better to pull that from Composer than an old-school copy and paste.

\n

There’s a Time and a Place for Composer

\n

WordPress and Composer aren’t useless together; far from it. But the “run your whole WordPress site with Composer” solution is only right for developer-intensive use of WordPress. If you’re using something like Capistrano for deployments already, go ahead and slot Composer right in beside it. For casual WordPress users, even those who’ve made or modified a theme or plugin before, Composer is most likely to end up feeling like awkward-to-integrate overkill.

\n

As a developer, you should know how to use Composer to take care of complex dependencies inside of a plugin or theme and then package up your Composer dependencies in a way that is invisible to the end user. Let them be blissfully unaware that you’ve used Composer at all. Let them keep that smooth and comfortable WordPress flow with core security and easy updates. That way we get the best of both!

\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 14 Jan 2015 19:51:59 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:29;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:55:\"WPTavern: The Features as Plugins First Model Is a Mess\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=33335\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:65:\"http://wptavern.com/the-features-as-plugins-first-model-is-a-mess\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:7987:\"

Released in late 2013, WordPress 3.8 was packed with new features including, a new theme browser experience, widgets area chooser, and a redesign of the backend. It’s also the first release to include a feature using a new formal development process called features-as-plugins first. The backend redesign started off as a plugin called MP6 with development beginning in March, 2013.

\n

Prior to MP6, features were largely developed inside of core during the development cycle. This method caused some versions to be delayed, as was the case for WordPress 3.6. The success of MP6 proved that by developing core features as plugins first, they were easier to test, manage, and merge into core at the appropriate time. Since adopting the development process, at least seven features have landed in core. However, as an outsider looking in, the process seems to be falling apart.

\n

MP6 Set The Bar

\n\"MP6MP6 WordPress Admin Plugin\n

Each week, Matt Mullenweg and Matt Thomas released a new version for people to test. They also kept everyone updated on what changed and left the comment form open to solicit feedback. This made it easy for people to participate in the development and testing process. By using P2 and the comment section, it was a lot easier to provide feedback. Since MP6 was a plugin, testing it was as easy as installing it on a stable version of WordPress.

\n

The Lack of a Testing Audience

\n

MP6 was available for download on the WordPress plugin directory. This made it accessible to anyone who wanted to test it. Recent plugins like the User Session Manager by John Blackbourn don’t have any P2 posts on the Make WordPress Core site. As with several other features, discussion took place within a trac ticket. Development of the plugin was handled on Github until it received a pass to be merged into core. Having a feature plugin only available on Github and a lack of communication surrounding the feature prevents a lot of people from potentially being part of the testing group.

\n

WordPress lead developer, Ryan Boren, noted in an open thread in November of 2014, that when it comes to gathering a testing audience, no feature plugin has reached the standards set by MP6. For plugins to be merged into core, Boren suggested the following items should be met:

\n\n

Several feature plugins fail to adhere to many of these proposed guidelines. In June of 2014, Andrew Nacin added a “Beta Testing” tab to the add plugins screen for those who use WordPress trunk. The tab lists Feature Plugins that are available for testing.

\n\"FeaturedFeature Plugin Development Looks Dead\n

Based on the results in the screenshot, it looks like every feature plugin is dead in the water, including the WP API. However, if you look at the activity for WP API on Github, there’s plenty of development taking place. How can more people participate in the testing process if feature plugins are not routinely updated and available for download in the directory? This needs to change sooner rather than later.

\n

Feature Plugins are More Like Experiments

\n

Feature plugins are not guaranteed to be added to WordPress. Instead, the process is similar to a lab with each one being an experiment. Sometimes a plugin won’t be added but parts of it will. For example, many of the improvements to the post editor in 3.9, 4.0, and 4.1 are derived from the Front-end Editor. Maybe the core team should think about renaming them to feature experiments as it’s more representative of what they really are.

\n

Project Management

\n

When I brought up the subject of feature plugin development at the January 7th core development meeting, Scott Taylor made an excellent point, “Features-as-plugins often become Projects without requirements or tasks, which leads to a non-schedule, and then often require all-or-nothing to go in.” Feature plugins are generally driven by one or two people who might be good developers, but lack project management skills. It’s almost like someone needs to constantly shepherd feature plugins to make sure they’re following a schedule and keeping them all on the same page.

\n

The Process Needs to be Fixed

\n

It’s clear that the feature plugin development process is disjointed at best. Communication is lacking, synchronized development between plugins on Github and WordPress.org is non-existent, and some plugins are merged too quickly. If users are to receive the maximum benefits from the experimental process, it needs to be orchestrated better. At least the core team is aware of the problems and is working towards improving the situation for the 4.2 development cycle.

\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 14 Jan 2015 19:20:23 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:30;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"Matt: Futuristic Predictions\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:21:\"http://ma.tt/?p=44568\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:44:\"http://ma.tt/2015/01/futuristic-predictions/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:336:\"

Yesterday’s post was a bit of a downer, so here io9 lists The Most Futuristic Predictions That Came True In 2014, including technologically-assisted telepathy, 3d printing in space, laser weapons, and landing a robot on a comet.

\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 14 Jan 2015 15:15:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"Matt\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:31;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:101:\"WPTavern: Justin Tadlock Joins Forces with Emil Uzelac to Provide WordPress Theme Review as a Service\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=37204\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:111:\"http://wptavern.com/justin-tadlock-joins-forces-with-emil-uzelac-to-provide-wordpress-theme-review-as-a-service\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:5464:\"\"photophoto credit: pollascc\n

Last week, Emil Uzelac launched a new theme review service targeted at WordPress developers and companies that want their products to adhere to best practices. Just one week after launch, Justin Tadlock, a fellow member of the WordPress.org theme review team and author of the Hybrid Core framework, is joining forces with Uzelac to provide professional reviews to customers.

\n

“I’m interested in seeing where this goes. We (DevPress when I was there) were going to offer this service. It never took off because the business itself didn’t,” Tadlock commented on the original announcement. In the past he has conducted paid reviews privately for commercial theme vendors. Uzelac noticed his interest and pounced on the opportunity to partner with him.

\n

“To quote one of my all time favorite businessman, J.C. Penney: ‘Growth is never by mere chance; it is the result of forces working together,\'” Uzelac said. “Justin and I exchanged a few ideas in my launching interview and that is where I learned from Jeff that he had this idea back in 2011.”

\n

Since this idea has been on Tadlock’s mind for several years, he didn’t hesitate to get involved. “It’s something I pretty much immediately hopped on. We already have a bit of a working relationship as admins for the Theme Review Team. I believe it’s a good fit,” he said.

\n

Based on his experience at ThemeForest and his service on the WordPress.org Theme Review Team, Tadlock is convinced that developers of all experience levels can benefit from professional theme review:

\n

Professional theme authors who want to bring the highest quality theme to market need assurance that their code is solid. There’s nothing worse than spending months building an awesome theme only to have it break for a bunch of users because you missed something minor. Even the most experienced theme authors (myself included) overlook problems that a fresh, second pair of eyes could easily find. We have editors for books, newspapers, and so on for the same reason. Authors, whether they’re writers or theme developers, are going to miss something.

\n

Although themes have always been critical to the success of WordPress, theme review is just now emerging as a service for which one might want to hire a dedicated professional. Tadlock attributes this to the increasing complexity of theme development. “Themes are a lot more complex than they were just 5 years ago, for example. This isn’t just because theme authors are packing in more stuff,” he said.

\n

“Part of it is because basic WordPress theme development has gotten more complex. WordPress has been packing in a lot of new things in recent years, and themes need to account for a variety of possibilities. Just having someone running through unit tests will be a big help.”

\n

Several readers commented on the original announcement to suggest that Uzelac consider offering a certification or badge of some sort for commercial theme authors to display once their themes have passed a professional review. Tadlock is open to the idea but sees it more as a marketing tool for their customers to employ.

\n

“That’s probably a good idea, but I don’t think that’s what really matters,” he said. “I think the focus should be on giving our clients (theme devs) peace of mind. Once we are seen as a legit and well-known service, a badge or something will most likely become a useful marketing tool for theme authors.”

\n

The Theme Review service has already gained traction, and Uzelac reports that he completed his fourth review today. “I’ve taken only what I could handle alone and in time. Now that Justin is in, we will do more,” he said. “In only few days after the initial launch the response and support has been overwhelming. This confirms that our community is in great need of experienced reviewers.”

\n

When it comes to WordPress theme review skills and experience, Uzelac and Tadlock’s forces combined are unparalleled in the WordPress community. Tadlock hopes that together they can expand their efforts to serve more commercial theme providers. “I’d like to see regular business from some of the major theme shops,” he said. “That’s probably the biggest goal I’d shoot for at the moment.”

\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 13 Jan 2015 23:41:21 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:32;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:52:\"WPTavern: VersionPress RC1 Released to Early Backers\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=37215\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:62:\"http://wptavern.com/versionpress-rc1-released-to-early-backers\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3708:\"\"VersionVersion Control Featured Image\n

VersionPress, the plugin that allows you to revert changes to a site without having to restore a backup, is being released to early backers. Near the middle of 2014, VersionPress creators Borek Bernard and Jan Voráček created a crowdfunding campaign asking for $30K.

\n

The campaign started off on a rocky note, as several readers questioned what license the plugin would use. Bernard decided to license the plugin using the GPLv2, but the decision was made near the middle of the campaign and the duo missed their goal by $14.5K. However, development continued and, for the past several months, the team has been hard at work getting the product to a point where people can start using it.

\n

A release candidate will be made available later this week to those who backed the project with $50 or more. If no major issues are reported, the team will release version 1.0 by the end of the month. However, the plugin will not be free to use. Those who want access to version 1.0 and future releases will need to join the early access program. The program tries to strike a balance between making the plugin accessible to anyone who’s interested and funding development.

\n\"VersionPressEarly Access Program Prices\n

VersionPress 1.0 is an initial release and won’t have all of the planned features such as sync and staging. Instead, those features will be rolled out in future versions of the product. According to their development plan:

\n\n

I’m happy to see the duo remain committed to their goal of developing and shipping a working product. I still think VersionPress is a great idea and can’t wait to see how easy or difficult it is to use. Look for a thorough review on the Tavern sometime in February.

\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 13 Jan 2015 21:31:46 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:33;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:53:\"WPTavern: Is 2015 The Year of WordPress Admin Themes?\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=37098\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:62:\"http://wptavern.com/is-2015-the-year-of-wordpress-admin-themes\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3370:\"

The CPO and partner of Human Made, Noel Tock, published his WordPress predictions for 2015. His predictions include, custom dashboards, front-end editing, internationalization, and more. This could be the year of admin themes, but I think it largely depends on whether the WP API is merged into core.

\n

Tock predicts we’ll see a substantial increase in different WordPress backend experiences. Although there are implementations like Happytables and Jetty which use the WP API, I don’t think we’ll see a lot of adoption until it’s vetted and merged into core.

\n

Regarding custom dashboard experiences, Tock makes a great point when he says:

\n

For the most part, premium custom dashboards will fail. If it’s too generic, it likely can’t compete with WP-Admin (which actively pursues one size fits all). On the other hand, if it’s too niche or not very extendable, it won’t be of much use either. A minimal small business dashboard with front-end editing will likely be the most popular seller.

\n

Additionally, I think his advice to those looking to experiment with the API should be considered, “Don’t create a custom dashboard because you want to change the way it looks, change it because you significantly want to improve the experience of your users.”

\n

Jason Schuller’s admin design for Pickle is a great example of a backend that correlates with what’s on the frontend. Everything that’s unnecessary to manage the frontend of the site is removed from the backend, creating a streamlined experience.

\n\"pickle-admin\"WordPress Backend For The Pickle Theme\n

The WP API will make it easy for developers to create a variety of different admin experiences, but users will ultimately decide which implementation is right for them. We may even see an entire category added to the WordPress theme directory for admin themes.

\n

Whether the API is merged this year or next, custom admin themes are inevitable. In the future, there will likely be an admin theme that matches the way you use WordPress to harmonize the user experience. What that theme looks like is anyone’s guess, but I’m looking forward to reviewing custom admin experiences created by developers using the API.

\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 13 Jan 2015 21:18:14 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:34;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:67:\"WPTavern: Better Notifications Plugin for WordPress Now Out of Beta\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=37180\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:77:\"http://wptavern.com/better-notifications-plugin-for-wordpress-now-out-of-beta\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:4881:\"

\"better-notifications-for-wordpress-featured\"

\n

The beta version of the Better Notifications for WordPress plugin was released last year, and it lay dormant for many months while its original collaborators searched for a new developer. The plugin was created to allow you to send customizable HTML emails to users based on different actions in WordPress.

\n

Jack McConnell, founder of development agency Voltronik, commissioned the plugin to be built while creating a custom project management system on top of WordPress. “One of the requirements was for notifications of new projects (WordPress categories) via email. I couldn’t find a plugin that sent notifications for events such as these, so I decided to write my own,” McConnell said. He worked with a developer to push the beta out over the course of a weekend, but that’s as far as it went last year.

\n

After finding a new developer, McConnell was able to get the plugin out of beta and develop a roadmap for future releases. Version 1.0 is a major overhaul and a complete re-write of the plugin. New features include:

\n\n

Each email can be customized using HTML, CSS, and Voltronik’s extensive list of shortcodes, which means you can add your site’s logo, a simple design, and all kinds of content to the emails. You can also set the notifications to go to selected individual users or limit the notifications based on user roles.

\n

\"better-notifications-for-wordpress\"

\n

In addition to customizing WordPress’ default notification emails (i.e. new comments, registrations, password reset), the plugin adds options for the following:

\n\n

Better Notifications for WordPress adds notification customization options for every custom post type you have registered on your site, which can be very useful if your CPT-based plugins don’t include notifications.

\n

If you’re trying to keep a tight rein on new category creation, this plugin will help keep you in the loop. It also makes it easy to brand your site communications better as an alternative to WordPress’ ugly notification emails. The plugin was built to fit into WordPress like a natural part of the admin.

\n

McConnell identifies other scenarios where Better Notifications might be useful:

\n\n

If you need greater control and customization over WordPress’ email notifications, this plugin handles just about every kind of notice on actions related to publishing. It’s well on its way to becoming a comprehensive tool and McConnell and his team are eager to improve the plugin based on user feedback. Better Notifications for WordPress version 1.0 is now available for download on WordPress.org.

\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 13 Jan 2015 19:58:47 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:35;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:74:\"Post Status: GravityView raises the bar for WordPress video advertisements\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://poststatus.com/?p=7332\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:48:\"https://poststatus.com/gravityview-songadaymann/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1092:\"

Okay, maybe it doesn’t raise the bar the way you think I mean. But this is worthwhile.

\n

I’m pretty busy building the new Post Status infrastructure, but not too busy to post this.

\n

GravityView is a WordPress plugin by Zack Katz and Katz Web Services that lists Gravity Forms entries on your site in a nice way. It’s a slick plugin I’ve been meaning to dig further into since I learned about it at a WordCamp a few months back.

\n

Nevertheless, the folks behind GravityView have hired @songadaymann, Jonathan Mann, to create a new video for them, and it is… unforgettable.

\n

\n

I mean, I told you.

\n

This is the type of “hey this is funny / quirky” will probably better qualify for the members only newsletter in the future. But while I’m building that out, you all get this nugget of fun for free.

\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 13 Jan 2015 19:28:23 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:15:\"Brian Krogsgard\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:36;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:22:\"Matt: Limits to Growth\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:21:\"http://ma.tt/?p=44525\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:38:\"http://ma.tt/2015/01/limits-to-growth/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:637:\"

“They modelled data up to 1970, then developed a range of scenarios out to 2100, depending on whether humanity took serious action on environmental and resource issues. […] The book’s central point, much criticised since, is that “the earth is finite” and the quest for unlimited growth in population, material goods etc would eventually lead to a crash. So were they right?” The answer lies in Limits to Growth was right. New research shows we’re nearing collapse.

\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 13 Jan 2015 19:19:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"Matt\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:37;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"Ping-O-Matic: A Prompt a Day\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"http://blog.pingomatic.com/?p=115\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:53:\"http://blog.pingomatic.com/2015/01/13/a-prompt-a-day/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1387:\"

Ping-O-Matic is all about getting your latest content out into the world and driving more traffic to your blog. Sometimes, though, we need inspiration to write.

\n

Our friends at The Daily Post published a free ebook of daily prompts: a gentle nudge to encourage a regular blogging habit. It’s available in four languages: English, French, Spanish, and Indonesian:

\n

Ebook: 365 Writing Prompts

\n

\"ebook-365-featured

\n

Download the version you need — it’s free!


\"\" \"\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 13 Jan 2015 18:16:46 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:20:\"Cheri Lucas Rowlands\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:38;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:100:\"WPTavern: How to Customize The Body and Title Font in WordPress Default Themes Without Touching Code\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=37158\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:110:\"http://wptavern.com/how-to-customize-the-body-and-title-font-in-wordpress-default-themes-without-touching-code\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3147:\"

WordPress 4.1 ships with three default themes, Twenty Thirteen, Twenty Fourteen, and Twenty Fifteen. Although the theme customizer enables you to edit a default theme’s colors, header image, and other attributes, it doesn’t give you the ability to change the body and title fonts. If you’d like to easily change fonts in a default theme using the customizer without using code, try the Styleguide plugin created by Ben Gillbanks.

\n\n\"Customizer\n\"Customizer\n\n

Once Styleguide is activated, you’ll see two new options added to the customizer. These allow you to edit the font for the body and title text. Styleguide will let you change fonts for headers and body text in almost any theme, but out of the box it supports Twenty Ten through Twenty Fifteen. There’s also support for Puzzle, a theme created by Gillbanks.

\n

If you’re using one of the supported themes mentioned above then it will add font and color editing to the customizer, allowing you to style the themes as you wish. Developers can add support for their own themes by using the ‘add_theme_support’ command. Check out the included theme-styles to see live examples on how to use the command.

\n

Gillbanks notes that additional theme support will be added in the future. Until then, if you’re using one of WordPress’ default themes, Styleguide is an easy way to add the ability to customize the body and title fonts without touching a line of code.

\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 13 Jan 2015 04:28:52 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:39;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"Matt: Struggles of Distributed\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:21:\"http://ma.tt/?p=44585\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:46:\"http://ma.tt/2015/01/struggles-of-distributed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:511:\"

I think it’s good to show both sides of what a distributed organization is like, here are two essays by different Automatticians. Steph Yiu writes Still figuring it out: communicating remotely with lots of people and Chris Hardie writes on Distributed vs. In-person Teams.

\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 13 Jan 2015 00:48:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"Matt\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:40;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:94:\"WPTavern: New BuddyPress Global Search Plugin Adds Unified Search of All BuddyPress Components\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=37106\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:104:\"http://wptavern.com/new-buddypress-global-search-plugin-adds-unified-search-of-all-buddypress-components\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2938:\"

The developers behind the BuddyBoss theme shop released a plugin today that has the potential to benefit nearly every BuddyPress social network. BuddyPress Global Search adds a unified search bar, allowing users to search through every BuddyPress component, along with pages, posts, and select custom post types.

\n

Once activated, the plugin turns the site’s WordPress search inputs into a global search, capable of returning results for any of the social content on the site. It also features a live dropdown of results as you are typing.

\n

\"buddypress-global-search\"

\n

The plugin’s settings page allows administrators to include or exclude any component or custom post type from the unified search.

\n

\"buddypress-global-search-settings\"

\n

The plugin was designed to work with any theme out of the box and should adopt your theme’s styling for BuddyPress search results. However, every theme is different and it may require additional tweaking to get it to perfectly compliment your current design.

\n

I spoke with BuddyBoss founder Michael Eisenwasser, who said that the plugin is his company’s way of giving back to one of WordPress’ sister projects. “I saw Matt at WCSF talking about WP companies giving back 5%, and was inspired to give back to BuddyPress,” he said. “Better search has always been lacking in BP. We built this one because we would use it ourselves on pretty much any site.”

\n

Eisenwasser plans to continue improving BuddyPress Global Search and will add new features based on user feedback. The BuddyBoss team is cooking up a string of free plugins and next on deck is one that will allow users to easily edit BuddyPress activity on the front end.

\n

If you administer a BuddyPress site and want your search results to return content from the social network, this plugin offers a solid option. Download BuddyPress Global Search for free from WordPress.org. Documentation and support can be found on the BuddyBoss website.

\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 12 Jan 2015 23:21:14 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:41;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:67:\"WPTavern: Preview the New Design for the WordPress Themes Directory\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=37090\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:77:\"http://wptavern.com/preview-the-new-design-for-the-wordpress-themes-directory\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3730:\"

A long-awaited update to the official WordPress Themes Directory is in progress. Contributors on the Meta team for WordPress.org are picking up speed on the effort to move the theme repository away from bbPress and into a new plugin, comprised of a custom post type for the repository package and a theme uploader.

\n

Konstantin Obenland posted a project update to inform contributors that both the theme and the plugin that help to power the directory are now open source and available for anyone to view on meta.trac. The plan is to match the new directory design to the WordPress admin themes browser, allowing users to filter themes in a similar way.

\n

\"new-themes-directory\"

\n

As you can see in the screenshots above, much of the same UI from WordPress is being re-purposed for the directory. Users will be able to select from all available filters in order to narrow down results.

\n

\"themes-directory-filters\"

\n

A live preview of the new directory is available, though Obenland warns it’s still a bit buggy. The new design also includes an update for the commercially-supported GPL themes page.

\n

Timeline for Launching the New Themes Directory

\n

There is no set timeline for launching the new directory, though some of the larger tasks have already been accomplished. All the necessary API changes are complete, along with the upload process, theme suspension and approval capabilities, and theme version handling.

\n

Obenland identified a list of important tasks that will need to be accomplished before launching the new directory. These items include things like importing existing themes from bbPress, rewriting the theme API and downloads handling to work with WordPress, synchronizing theme review results as a cron job, etc.

\n

Matching the UI to the admin themes browser means that users will have a consistent experience, whether they are searching on WordPress.org or browsing in the WordPress admin. It also speeds up the process by enabling contributors to reuse work that has already been done for the core software.

\n

If you are interested in contributing with the WordPress Meta team, now is an exciting time to jump in. All of the code for the project is public on meta.trac, and you can offer feedback on the Make.WordPress.org/Meta blog.

\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 12 Jan 2015 19:58:45 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:42;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:57:\"WPTavern: BuddyPress 2.2 Beta 1 Now Available for Testing\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=37060\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:67:\"http://wptavern.com/buddypress-2-2-beta-1-now-available-for-testing\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2509:\"

\"buddypress-logo-blue\"

\n

Over the weekend, BuddyPress project lead John James Jacoby announced that 2.2 beta 1 is ready for testing. The upcoming release has been in development since last September. Jacoby’s campaign for six months of BuddyPress, bbPress, and GlotPress development was fully funded in mid-December, allowing him to spend more time on the project in 2015.

\n

So far, the 2.2 milestone has 127 resolved tickets, which include enhancements and fixes across all components. Jacoby outlined the most significant changes that require more testing ahead of the official release:

\n\n

Now is good time for BuddyPress site administrators and plugin and theme developers to start testing their extensions against the beta. You can download the zip file for 2.2 beta 1 from the release announcement. The plugin’s core development team is aiming to get the official 2.2 release out to users by the end of January.

\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 12 Jan 2015 05:31:40 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:43;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:16:\"Matt: Thirty One\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:21:\"http://ma.tt/?p=44592\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"http://ma.tt/2015/01/thirty-one/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3042:\"

The first year of my thirties was both incredibly challenging and incredibly rewarding. I started a new decade and a new role as CEO at the same time, and at Automattic we grew to over 300 people and raised money for the first time in a while, both of which I couldn’t have predicted five or even two years ago.

\n

My big takeaway from the year was the importance of habits and small actions for accomplishing big things. To be productive I don’t need any fancy setups or project management software, just a well-groomed todo list and a pomodoro timer. This year on my birthday I find myself in Egypt which is an awe-inspiring place in many ways, but most striking to me has been the enduring beauty of craftsmanship with access to only the simplest of tools.

\n

In running, which I started this past summer while in Italy, I was able to slow down to go further and without injury, and ended up putting in about 140 miles which took my fitness to be better than it’s been so far in my adult life. At least half of those miles were with friends and you can’t underestimate the importance of friends in helping you overcome mental blocks. (Also flew 425k miles in 2014, a new record. You can run anywhere and with minimal equipment — it’s a great way to explore a city.)

\n

Reading and writing, two of the activities still most important to me, benefitted from a “just do it” philosophy of putting one foot in front of the other. I published more words on ma.tt than any year since 2007, and I find blogging one of the most rewarding pastimes in my life. It was also a year of not trying to be all business all the time: I started reading fiction regularly after a decade away and letting the topics here drift wherever my interest is at the moment. Last year I talked about balance, and I think this is what drove many of the accomplishments I’m looking back on fondly now.

\n

I’m proud of how 2014 went, and I hope to build on that foundation to be a better person and reach even more ambitious milestones in the year to come. Here’s to slowing down to go further, and tackling big tasks with friends.

\n

Previously: 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, and 29, 30.

\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 12 Jan 2015 04:26:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"Matt\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:44;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:25:\"Matt: NFL is a Non-Profit\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:21:\"http://ma.tt/?p=44285\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:41:\"http://ma.tt/2015/01/nfl-is-a-non-profit/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:283:\"

Did you know the NFL is a non-profit? Slate says the NFL should lose its tax-exempt status: The league is not a “nonprofit.”.

\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sat, 10 Jan 2015 18:12:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"Matt\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:45;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:18:\"Matt: PGP Tutorial\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:21:\"http://ma.tt/?p=44579\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"http://ma.tt/2015/01/pgp-tutorial/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:373:\"

Speaking of PGP and security, this self-describedbest PGP tutorial for Mac OS X, ever actually lives up to the promise. Check it out, makes encrypting and decrypting things on the fly super easy.

\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sat, 10 Jan 2015 00:26:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"Matt\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:46;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:84:\"WPTavern: Duplicate and Merge Posts: A New Editorial Plugin for WordPress Publishers\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=37018\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:93:\"http://wptavern.com/duplicate-and-merge-posts-a-new-editorial-plugin-for-wordpress-publishers\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:4489:\"

\"duplicate-merge\"

\n

WordPress sites with multiple users often run into challenges when attempting to work on the same content. Larger publications require more robust editorial tools for efficient collaboration between administrators, editors, contributors, and authors, who often need to jump in on the same post.

\n

Duplicate and Merge Posts is a plugin that offers a new take on WordPress drafts. This editorial tool makes it possible to clone a live post, edit it, and then merge back the updated copy into the original post. It’s a essentially a far more simplified version of the Post Forking plugin in that it offers fewer capabilities. Duplicate and Merge Posts is intended for the following workflow:

\n

Original Post -> Clone -> Edit -> Merge back to Original Post

\n

The plugin was created by WordPress developer David Wells as part of a client project with Exygy. “We built it for a ‘Fortune 10′ company for them to manage an internal documentation platform they have running on WordPress and figured the rest of the WordPress community would benefit from the plugin as well,” he said.

\n

Duplicate and Merge Posts works with both posts and pages. When activated, you’ll find a new “Duplicate and Edit” button at the top of the post on the front end, as well as in the post edit screen.

\n

The plugin’s settings screen allows you to set different editorial capabilities based on user role. For example, you might only allow administrators and editors to merge changes back into posts. The buttons shown in the post editor are limited to the user’s capabilities and allow for the following:

\n\n

\"duplicate-merge-post\"

\n

Users with merge capabilities will receive an email notification when a post has edits ready for review. The plugin allows you to see all of the changes side-by-side for quick comparison.

\n

\"duplicate-merge-side-by-side\"

\n

The primary use case for the Duplicate and Merge plugin is likely to be multi-author publications. However, it’s flexible enough to enable more creative uses, such as turning your site into a wiki or allowing visitors to submit fixes for typos. The basic ability to clone posts can also be useful for sites using WordPress as a CMS with many pages that are similar in content.

\n

After testing Duplicate and Merge, I found that it works as advertised. This tool has the potential to improve your editorial workflow without creating additional confusion for contributors. It has a natural workflow that allows a publication team to get more eyes on the content before pushing edits live.

\n

You can download Duplicate and Merge from WordPress.org. It’s also available for contributions on GitHub. If you want to see the plugin in action before installing it, check out the video below to tour its features.

\n

\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 09 Jan 2015 20:02:17 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:47;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:39:\"WPTavern: AcademiaThemes One Year Later\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=37011\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:49:\"http://wptavern.com/academiathemes-one-year-later\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2636:\"

When Dumitru Brinzan launched AcademiaThemes in early 2014, he did so with the goal of providing high quality themes for the education sector. With one year under his belt, I reached out to Brinzan to find out how the business is doing. The first year was rough, thanks in large part to algorithm changes implemented by Google to its search engine in early 2014.

\n

\"Academia

\n

The updates negatively impacted a majority of AcademiaThemes affiliates, “Many of our affiliates simply lost all of their traffic, so we lost basically all sales generated by them, which is an important source of revenue for new shops.” With affiliates having a hard time getting search engine traffic, Brinzan is finding it difficult to get new traffic to his site, “Now with almost all of the main affiliates out of the picture, it’s become incredibly hard to get traffic to our shop.”

\n

Despite a significant loss in traffic and affiliate revenue, Brinzan will continue to operate the site. In fact, he’s opened a new theme shop called EnergyThemes aimed at the fitness market. EnergyThemes is the third theme company he owns that’s aimed at a specific niche. In addition to AcademiaThemes, he operates HermesThemes which offers themes for hotels.

\n

The Achilles’ Heel of Affiliate Programs

\n

I’ve never owned a WordPress theme shop, but I understand how important affiliate programs are. They provide free advertising while helping to generate sales. I never realized updates to Google’s search engine could drastically reduce affiliate revenue and traffic if sites perform poorly based on those updates. This is an important thing to consider if you’re thinking about utilizing an affiliate program.

\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 09 Jan 2015 11:50:08 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:48;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:67:\"WPTavern: 5 WordPress Initiatives That Didn’t Make it Out of 2014\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=36477\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:74:\"http://wptavern.com/5-wordpress-initiatives-that-didnt-make-it-out-of-2014\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:7788:\"

Throughout the course of a year, several new ideas, products, and businesses are launched in the WordPress ecosystem. However, not all of them are destined for success. Here are five WordPress initiatives launched in 2014 that didn’t make the cut.

\n

WPKindness

\n

\"WP

\n

Launched in early 2014 and created by Ryan Bell, WPKindness shared acts of kindness that have taken place throughout the WordPress community. The site used a combination of Headway, Gravity Forms, Toolset and WordPress, allowing visitors to submit reports. At the time, I was concerned with a section within the site’s terms of service that explained affiliate links might be used in reports where companies are mentioned, “You understand wpkindness.com might use an affiliate link to the company you are submitting about.“ The concern is a moot point as the site is offline.

\n

WPCollab

\n

Fresh out of WordCamp Norway, Slobodan Manic created a WordPress collaboration group with the idea that working together creates more opportunities to learn. The first task for the group was to create a WordPress plugin and submit it to the directory. Their first plugin, Hello Emoji, successfully made it to the directory and was created by five people from four different continents in a two week time period.

\n

While WPCollab showed promise, the lack of focus and the inability to manage several contributors from across the world caused the project to lose momentum.

\n

Feuilles

\n

When Editorially closed its doors in May of 2014, it took all of its cool writing collaboration tools with it. A new project called Feuilles picked up where Editorially left off with an app that provided some of the features Editorially users loved most.

\n

\"Feuilles\"

\n

Feuilles allowed users to publish to Github, WordPress.com, and Dropbox at the same time. Alex Duloz, one of the project’s creators, aimed to make Feuilles a language/device agnostic CMS with in-house publishing. Unfortunately, the project never made it that far and the website devoted to the project fails to redirect properly.

\n

WP School

\n

\"WpSchoolFrontPage\"

\n

Created by Pooria Asteraky, WP School launched with the goal of bringing WordPress education to the masses. Classified as a (MOOC) or massive open online course, the site was dedicated to offering WordPress education and online courses in a variety of languages for people to use across the world. In order to get off the ground, Asteraky created a crowdfunding campaign asking for $25K. The campaign ended with only $1,087 pledged. With a severe lack of funding, WP School never made it out of the gate.

\n

Netropolitan

\n

\"netropolitan\"

\n

Netropolitan also known as the “Facebook for Rich People” launched in late 2014. The site used WordPress and BuddyPress to provide a social network for those who had nothing better to do with $9K. After paying a $9K entrance fee, it cost $3K a year to continue membership. Netropolitan was featured on CNN and other major news outlets across the globe.

\n

When Vice asked the site’s creator James Touchi-Peters, why he created the site, he responded, “This whole thing started because when I was traveling in my work, I wanted to get in on a social event where basically I could meet people like myself.” There must not be a lot of people like him because the service recently closed. Touch-Peters left the site online with the following message:

\n

It is with a sad heart that I report that the Netropolitan Club has been closed. In the end, there was not sufficient interest in our service among the targeted demographic to operate it as a going concern. (That said, I am happy to report that all paid members received full refunds.)

\n

I personally would like to thank all those involved in this enterprise – employees, contractors, publicists, et.al. – as well as the paying members who took a chance on an unprecedented business model. I also would like to thank both the public and the worldwide media for their relatively intense interest, whether positive or negative. (It’s not often that Jimmy Fallon tells jokes about your business on ‘The Tonight Show’.)

\n

Thanks again, one and all. I’ll see you at the concert hall

\n

There’s Likely More Than 5

\n

There are likely several more products, ideas, and businesses outside of what we covered on the Tavern, that launched in 2014, but shut down before 2015 arrived. Keep an eye on the Tavern as there are several things that launched that are doing well and in the next few weeks, we’ll update you on how they’re doing.

\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 09 Jan 2015 10:09:18 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:49;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:42:\"WPTavern: The Geeky Tech Behind WordSesh 3\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=37001\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:52:\"http://wptavern.com/the-geeky-tech-behind-wordsesh-3\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2756:\"

\"WordSesh

\n

WordSesh 3 attracted more than 3,000 unique viewers from 89 countries. This equates to nearly three times the amount of people who attended WordCamp Europe 2014. With so many people interacting with the WordSesh site and 24 hours of live video sessions, it’s imperative that a webhost be able to deliver great performance. For the third annual event, Scott Basgaard partnered with SiteGround.

\n

In a post published on the company blog, SiteGround employee Hristo Pandjarov explains how they were able to hand the traffic load and keep the site online. The post is filled with geeky terminology and provides a glimpse into what it takes to host a mission critical site. The company used Linux Containers, built redundant infrastructure from the start, utilized dynamic caching, and more.

\n

Since we didn’t want to risk any downtime with WordSesh, we opted for a hosting technology that we love for its almost unlimited ability to scale on the fly without downtime – the Linux containers. Using containers gave us the peace of mind that no matter what happens we will be able to add more resources both vertically and horizontally to each part of the infrastructure we built for WordSesh. At any moment, we had people on duty ready to add more resources or face any other potential issues.

\n

Although I don’t understand many of the technologies involved, the end result is that the WordSesh 3 site stayed online throughout the entire event. I didn’t encounter any errors or experience problems watching sessions live. If you experienced problems accessing the WordSesh site during the event, let us know in the comments.

\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 09 Jan 2015 09:50:10 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}}}}}}}}}}s:4:\"type\";i:128;s:7:\"headers\";a:10:{s:6:\"server\";s:5:\"nginx\";s:4:\"date\";s:29:\"Thu, 22 Jan 2015 11:17:15 GMT\";s:12:\"content-type\";s:8:\"text/xml\";s:14:\"content-length\";s:6:\"256018\";s:10:\"connection\";s:5:\"close\";s:4:\"vary\";s:15:\"Accept-Encoding\";s:13:\"last-modified\";s:29:\"Thu, 22 Jan 2015 11:00:20 GMT\";s:15:\"x-frame-options\";s:10:\"SAMEORIGIN\";s:4:\"x-nc\";s:11:\"HIT lax 249\";s:13:\"accept-ranges\";s:5:\"bytes\";}s:5:\"build\";s:14:\"20130911040210\";}','no'),(757,'rewrite_rules','a:97:{s:20:\"format_filter/(\\w+)$\";s:35:\"index.php?format_filter=$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: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: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: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: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:30:\"portfolio/([^/]+)/trackback/?$\";s:51:\"index.php?post_type=portfolio&name=$matches[1]&tb=1\";s:38:\"portfolio/([^/]+)/page/?([0-9]{1,})/?$\";s:64:\"index.php?post_type=portfolio&name=$matches[1]&paged=$matches[2]\";s:45:\"portfolio/([^/]+)/comment-page-([0-9]{1,})/?$\";s:64:\"index.php?post_type=portfolio&name=$matches[1]&cpage=$matches[2]\";s:30:\"portfolio/([^/]+)(/[0-9]+)?/?$\";s:63:\"index.php?post_type=portfolio&name=$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:40:\"testimonials/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:50:\"testimonials/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:70:\"testimonials/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:65:\"testimonials/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:65:\"testimonials/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:33:\"testimonials/([^/]+)/trackback/?$\";s:39:\"index.php?testimonials=$matches[1]&tb=1\";s:41:\"testimonials/([^/]+)/page/?([0-9]{1,})/?$\";s:52:\"index.php?testimonials=$matches[1]&paged=$matches[2]\";s:48:\"testimonials/([^/]+)/comment-page-([0-9]{1,})/?$\";s:52:\"index.php?testimonials=$matches[1]&cpage=$matches[2]\";s:33:\"testimonials/([^/]+)(/[0-9]+)?/?$\";s:51:\"index.php?testimonials=$matches[1]&page=$matches[2]\";s:29:\"testimonials/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:39:\"testimonials/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:59:\"testimonials/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:54:\"testimonials/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:54:\"testimonials/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";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: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=5&cpage=$matches[1]\";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: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:32:\"search/(.+)/page/?([0-9]{1,})/?$\";s:41:\"index.php?s=$matches[1]&paged=$matches[2]\";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:35:\"author/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?author_name=$matches[1]&paged=$matches[2]\";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: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: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: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: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:31:\"([0-9]{4})/page/?([0-9]{1,})/?$\";s:44:\"index.php?year=$matches[1]&paged=$matches[2]\";s:13:\"([0-9]{4})/?$\";s:26:\"index.php?year=$matches[1]\";s:27:\".?.+?/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:37:\".?.+?/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:57:\".?.+?/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\".?.+?/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\".?.+?/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s: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:20:\"(.?.+?)(/[0-9]+)?/?$\";s:47:\"index.php?pagename=$matches[1]&page=$matches[2]\";s:27:\"[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:37:\"[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:57:\"[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\"[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\"[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:20:\"([^/]+)/trackback/?$\";s:31:\"index.php?name=$matches[1]&tb=1\";s:40:\"([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?name=$matches[1]&feed=$matches[2]\";s:35:\"([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?name=$matches[1]&feed=$matches[2]\";s:28:\"([^/]+)/page/?([0-9]{1,})/?$\";s:44:\"index.php?name=$matches[1]&paged=$matches[2]\";s:35:\"([^/]+)/comment-page-([0-9]{1,})/?$\";s:44:\"index.php?name=$matches[1]&cpage=$matches[2]\";s:20:\"([^/]+)(/[0-9]+)?/?$\";s:43:\"index.php?name=$matches[1]&page=$matches[2]\";s:16:\"[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:26:\"[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:46:\"[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:41:\"[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:41:\"[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";}','yes'),(669,'_transient_timeout_feed_ac0b00fe65abe10e0c5b588f3ed8c7ca','1422658089','no'),(667,'_transient_timeout_honeymoon_3','1422622086','no'),(668,'_transient_honeymoon_3','1','no'),(625,'_transient_timeout_plugin_slugs','1422707246','no'),(626,'_transient_plugin_slugs','a:8:{i:0;s:19:\"akismet/akismet.php\";i:1;s:36:\"contact-form-7/wp-contact-form-7.php\";i:2;s:41:\"better-wp-security/better-wp-security.php\";i:3;s:23:\"revslider/revslider.php\";i:4;s:30:\"vamtam-push-menu/push-menu.php\";i:5;s:33:\"vamtam-twitter/vamtam-twitter.php\";i:6;s:29:\"wp-retina-2x/wp-retina-2x.php\";i:7;s:38:\"xcloner-backup-and-restore/xcloner.php\";}','no'),(130,'_transient_featured_content_ids','a:0:{}','yes'),(132,'_transient_twentyfourteen_category_count','1','yes'),(198,'_transient_twentyfifteen_categories','1','yes'),(196,'_site_transient_update_themes','O:8:\"stdClass\":4:{s:12:\"last_checked\";i:1422620841;s:7:\"checked\";a:2:{s:9:\"honeymoon\";s:1:\"3\";s:13:\"twentyfifteen\";s:3:\"1.0\";}s:8:\"response\";a:0:{}s:12:\"translations\";a:0:{}}','yes'),(197,'_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:57:\"https://downloads.wordpress.org/release/wordpress-4.1.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:57:\"https://downloads.wordpress.org/release/wordpress-4.1.zip\";s:10:\"no_content\";s:68:\"https://downloads.wordpress.org/release/wordpress-4.1-no-content.zip\";s:11:\"new_bundled\";s:69:\"https://downloads.wordpress.org/release/wordpress-4.1-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:3:\"4.1\";s:7:\"version\";s:3:\"4.1\";s:11:\"php_version\";s:5:\"5.2.4\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"4.1\";s:15:\"partial_version\";s:0:\"\";}}s:12:\"last_checked\";i:1422620839;s:15:\"version_checked\";s:3:\"4.1\";s:12:\"translations\";a:0:{}}','yes'),(136,'auto_core_update_notified','a:4:{s:4:\"type\";s:6:\"manual\";s:5:\"email\";s:19:\"nickbetsy@gmail.com\";s:7:\"version\";s:5:\"4.0.1\";s:9:\"timestamp\";i:1421925384;}','yes'),(185,'wpv_external-fonts','a:1:{s:6:\"gfonts\";s:151:\"//fonts.googleapis.com/css?family=Cinzel:normal,bold|PT+Sans+Caption:normal,bold|PT+Sans:normal,bold|Arizonia:normal,bold|Asap:normal,bold&subset=latin\";}','yes'),(180,'theme_mods_honeymoon','a:2:{i:0;b:0;s:18:\"nav_menu_locations\";a:3:{s:8:\"menu-top\";i:2;s:11:\"menu-header\";i:3;s:13:\"wpv-push-menu\";i:3;}}','yes'),(177,'current_theme','Honeymoon','yes'),(178,'theme_mods_twentyfifteen','a:2:{i:0;b:0;s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1421927029;s:4:\"data\";a:2:{s:19:\"wp_inactive_widgets\";a:0:{}s:18:\"orphaned_widgets_1\";a:6:{i:0;s:8:\"search-2\";i:1;s:14:\"recent-posts-2\";i:2;s:17:\"recent-comments-2\";i:3;s:10:\"archives-2\";i:4;s:12:\"categories-2\";i:5;s:6:\"meta-2\";}}}}','yes'),(179,'theme_switched','','yes'),(149,'_site_transient_browser_0bd950e71ecf1952ae432e9fd9249d73','a:9:{s:8:\"platform\";s:7:\"Windows\";s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:12:\"39.0.2171.99\";s:10:\"update_url\";s:28:\"http://www.google.com/chrome\";s:7:\"img_src\";s:49:\"http://s.wordpress.org/images/browsers/chrome.png\";s:11:\"img_src_ssl\";s:48:\"https://wordpress.org/images/browsers/chrome.png\";s:15:\"current_version\";s:2:\"18\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;}','yes'),(156,'_transient_timeout_feed_mod_867bd5c64f85878d03a060509cd2f92c','1421968635','no'),(157,'_transient_feed_mod_867bd5c64f85878d03a060509cd2f92c','1421925435','no'),(176,'_site_transient_wporg_theme_feature_list','a:4:{s:6:\"Colors\";a:15:{i:0;s:5:\"black\";i:1;s:4:\"blue\";i:2;s:5:\"brown\";i:3;s:4:\"gray\";i:4;s:5:\"green\";i:5;s:6:\"orange\";i:6;s:4:\"pink\";i:7;s:6:\"purple\";i:8;s:3:\"red\";i:9;s:6:\"silver\";i:10;s:3:\"tan\";i:11;s:5:\"white\";i:12;s:6:\"yellow\";i:13;s:4:\"dark\";i:14;s:5:\"light\";}s:6:\"Layout\";a:9:{i:0;s:12:\"fixed-layout\";i:1;s:12:\"fluid-layout\";i:2;s:17:\"responsive-layout\";i:3;s:10:\"one-column\";i:4;s:11:\"two-columns\";i:5;s:13:\"three-columns\";i:6;s:12:\"four-columns\";i:7;s:12:\"left-sidebar\";i:8;s:13:\"right-sidebar\";}s:8:\"Features\";a:20:{i:0;s:19:\"accessibility-ready\";i:1;s:8:\"blavatar\";i:2;s:10:\"buddypress\";i:3;s:17:\"custom-background\";i:4;s:13:\"custom-colors\";i:5;s:13:\"custom-header\";i:6;s:11:\"custom-menu\";i:7;s:12:\"editor-style\";i:8;s:21:\"featured-image-header\";i:9;s:15:\"featured-images\";i:10;s:15:\"flexible-header\";i:11;s:20:\"front-page-post-form\";i:12;s:19:\"full-width-template\";i:13;s:12:\"microformats\";i:14;s:12:\"post-formats\";i:15;s:20:\"rtl-language-support\";i:16;s:11:\"sticky-post\";i:17;s:13:\"theme-options\";i:18;s:17:\"threaded-comments\";i:19;s:17:\"translation-ready\";}s:7:\"Subject\";a:3:{i:0;s:7:\"holiday\";i:1;s:13:\"photoblogging\";i:2;s:8:\"seasonal\";}}','yes'),(557,'_transient_wr2x_ignores','a:0:{}','yes'),(560,'nav_menu_options','a:2:{i:0;b:0;s:8:\"auto_add\";a:0:{}}','yes'),(574,'portfolio_category_children','a:0:{}','yes'),(166,'ftp_credentials','a:3:{s:8:\"hostname\";s:24:\"weekendweddingvenues.com\";s:8:\"username\";s:9:\"wwv_admin\";s:15:\"connection_type\";s:3:\"ftp\";}','yes'),(187,'wpv_theme-update-notice-dismissed','1','yes'),(188,'_transient_timeout_honeymoon_1.0','1421934022','no'),(189,'_transient_honeymoon_1.0','1','no'),(577,'widget_wpv_posts','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(591,'_site_transient_timeout_browser_14787df35df2180fc53995160162b4c5','1423068410','yes'),(592,'_site_transient_browser_14787df35df2180fc53995160162b4c5','a:9:{s:8:\"platform\";s:7:\"Windows\";s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:12:\"40.0.2214.93\";s:10:\"update_url\";s:28:\"http://www.google.com/chrome\";s:7:\"img_src\";s:49:\"http://s.wordpress.org/images/browsers/chrome.png\";s:11:\"img_src_ssl\";s:48:\"https://wordpress.org/images/browsers/chrome.png\";s:15:\"current_version\";s:2:\"18\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;}','yes'),(201,'wpcf7','a:1:{s:7:\"version\";s:5:\"4.0.3\";}','yes'),(202,'revslider_checktables','1','yes'),(203,'revslider-static-css','.tp-caption a {\ncolor:#ff7302;\ntext-shadow:none;\n-webkit-transition:all 0.2s ease-out;\n-moz-transition:all 0.2s ease-out;\n-o-transition:all 0.2s ease-out;\n-ms-transition:all 0.2s ease-out;\n}\n\n.tp-caption a:hover {\ncolor:#ffa902;\n}','yes'),(204,'revslider-update-check-short','1422463285','yes'),(206,'_transient_wr2x_issues','a:18:{i:0;i:9;i:1;i:10;i:2;i:11;i:3;i:12;i:4;i:13;i:5;i:14;i:6;i:33;i:7;i:42;i:8;i:43;i:9;i:44;i:10;i:45;i:11;i:46;i:12;i:47;i:13;i:48;i:14;i:65;i:15;i:66;i:16;i:67;i:17;i:68;}','yes'),(207,'wr2x_basics','','yes'),(208,'wr2x_advanced','','yes'),(209,'wpv_header-logo-type','names','yes'),(210,'wpv_custom-header-logo','http://www.weekendweddingvenues.com/wordpress/wp-content/uploads/2015/01/logo_embossed-e1422558832136.png','yes'),(211,'wpv_header-name-left-top','St Audries','yes'),(212,'wpv_header-name-left-bottom','Park','yes'),(213,'wpv_header-name-right-top','A Somerset','yes'),(214,'wpv_header-name-right-bottom','Wedding','yes'),(215,'wpv_splash-screen-logo','http://www.weekendweddingvenues.com/wordpress/wp-content/uploads/2015/01/splash-screen-logo-AP.png','yes'),(216,'wpv_favicon_url','http://www.weekendweddingvenues.com/wordpress/wp-content/uploads/2015/01/Favicon-AP.png','yes'),(217,'wpv_gmap_api_key','','yes'),(218,'wpv_analytics_key','','yes'),(219,'wpv_show_scroll_to_top','true','yes'),(220,'wpv_feedback-type','sidebar','yes'),(221,'wpv_feedback-link','#','yes'),(222,'wpv_share-post-twitter','true','yes'),(223,'wpv_share-post-facebook','true','yes'),(224,'wpv_share-post-googleplus','true','yes'),(225,'wpv_share-post-pinterest','true','yes'),(226,'wpv_share-portfolio-twitter','true','yes'),(227,'wpv_share-portfolio-facebook','true','yes'),(228,'wpv_share-portfolio-googleplus','true','yes'),(229,'wpv_share-lightbox-twitter','true','yes'),(230,'wpv_share-lightbox-facebook','true','yes'),(231,'wpv_share-lightbox-googleplus','true','yes'),(232,'wpv_share-lightbox-pinterest','true','yes'),(233,'wpv_share-product-twitter','true','yes'),(234,'wpv_share-product-facebook','true','yes'),(235,'wpv_share-product-googleplus','true','yes'),(236,'wpv_share-product-pinterest','true','yes'),(237,'wpv_custom_js','','yes'),(238,'wpv_custom_css','/* sorts out logo and some issues */\r\n.names-separator {\r\nborder: 0px solid #DFDEE3 !important;\r\nborder-radius: 50%;\r\npadding: 8px 7px 4px 7px;\r\n}\r\n\r\n.names-separator-inner {\r\nfont-family: \\\"Cinzel\\\";\r\nfont-size: 36px;\r\nline-height: 36px;\r\nwidth: 36px;\r\nheight: 36px;\r\nborder: 0px solid #DFDEE3 !important;\r\nborder-radius: 50%;\r\npadding: 11px;\r\ncolor: transparent !important;\r\n}\r\n\r\nbody.sticky-header-type-normal header.main-header.layout-standard .second-row, body.sticky-header-type-normal header.main-header.layout-logo-text-menu .second-row {\r\nbackground-repeat: no-repeat !important;\r\nbackground-position: initial;\r\nbackground-attachment: initial;\r\nbackground-color: #5C604D;\r\n-webkit-background-size: auto;\r\n-moz-background-size: auto;\r\nbackground-size: initial;\r\n}','yes'),(239,'wpv_pagination-type','load-more','yes'),(240,'wpv_post-all-items','http://honeymoon.vamtam.com/blog/blog-layout-1/','yes'),(241,'wpv_show-related-posts','true','yes'),(242,'wpv_related-posts-title','Related Stories','yes'),(243,'wpv_show-post-author','true','yes'),(244,'wpv_meta_posted_in','true','yes'),(245,'wpv_meta_posted_on','true','yes'),(246,'wpv_meta_comment_count','true','yes'),(247,'wpv_portfolio-all-items','http://honeymoon.vamtam.com/portfolio-layouts/masonry-style/','yes'),(248,'wpv_show-related-portfolios','true','yes'),(249,'wpv_related-portfolios-title','Related Photos','yes'),(250,'wpv_portfolio-slug','portfolio','yes'),(251,'wpv_tribe-events-join-text','Join','yes'),(252,'wpv_portfolio-loop-images-wth','1.5','yes'),(253,'wpv_single-portfolio-images-wth','0','yes'),(254,'wpv_post-loop-images-wth','1.3','yes'),(255,'wpv_single-post-images-wth','0','yes'),(256,'wpv_post-small-images-wth','1.3','yes'),(257,'wpv_envato-username','bobinemechek','yes'),(258,'wpv_envato-api-key','n968r7eywkicxirngtjc82gwlk94q9qs','yes'),(259,'wpv_envato-license-key','f42d0e5a-40eb-45c7-9470-987ef9af6995','yes'),(260,'wpv_system-status-opt-out','false','yes'),(261,'wpv_css-cache-timestamp','1422573155','yes'),(262,'wpv_share-page-twitter','true','yes'),(263,'wpv_share-page-facebook','true','yes'),(264,'wpv_share-page-googleplus','true','yes'),(265,'wpv_share-page-pinterest','true','yes'),(266,'wpv_share-portfolio-pinterest','true','yes'),(267,'revslider-valid-notice','false','yes'),(268,'wpv_is-responsive','true','yes'),(269,'wpv_site-layout-type','full','yes'),(270,'wpv_site-max-width','1260','yes'),(271,'wpv_header-height','125','yes'),(272,'wpv_sticky-header','true','yes'),(273,'wpv_enable-header-search','true','yes'),(274,'wpv_full-width-header','false','yes'),(275,'wpv_top-bar-layout','menu-social','yes'),(276,'wpv_top-bar-text','Slogan here','yes'),(277,'wpv_top-bar-social-lead','Follow us on: ','yes'),(278,'wpv_top-bar-social-fb','#','yes'),(279,'wpv_top-bar-social-twitter','#','yes'),(280,'wpv_top-bar-social-linkedin','','yes'),(281,'wpv_top-bar-social-gplus','#','yes'),(282,'wpv_top-bar-social-flickr','','yes'),(283,'wpv_top-bar-social-pinterest','#','yes'),(284,'wpv_top-bar-social-dribbble','','yes'),(285,'wpv_top-bar-social-instagram','','yes'),(286,'wpv_top-bar-social-youtube','','yes'),(287,'wpv_top-bar-social-vimeo','','yes'),(288,'wpv_phone-num-top','','yes'),(289,'wpv_mobile-top-bar-resolution','959','yes'),(290,'wpv_mobile-search-in-header','false','yes'),(291,'wpv_mobile-top-bar','','yes'),(292,'wpv_enable-breadcrumbs','false','yes'),(293,'wpv_has-header-sidebars','false','yes'),(294,'wpv_header-sidebars','3','yes'),(295,'wpv_header-sidebars-1-width','cell-1-3','yes'),(296,'wpv_header-sidebars-1-last','false','yes'),(297,'wpv_header-sidebars-1-empty','false','yes'),(298,'wpv_header-sidebars-2-width','cell-1-3','yes'),(299,'wpv_header-sidebars-2-last','false','yes'),(300,'wpv_header-sidebars-2-empty','false','yes'),(301,'wpv_header-sidebars-3-width','cell-1-3','yes'),(302,'wpv_header-sidebars-3-last','true','yes'),(303,'wpv_header-sidebars-3-empty','false','yes'),(304,'wpv_header-sidebars-4-width','full','yes'),(305,'wpv_header-sidebars-4-last','false','yes'),(306,'wpv_header-sidebars-4-empty','false','yes'),(307,'wpv_header-sidebars-5-width','full','yes'),(308,'wpv_header-sidebars-5-last','false','yes'),(309,'wpv_header-sidebars-5-empty','false','yes'),(310,'wpv_header-sidebars-6-width','full','yes'),(311,'wpv_header-sidebars-6-last','false','yes'),(312,'wpv_header-sidebars-6-empty','false','yes'),(313,'wpv_default-body-layout','full','yes'),(314,'wpv_left-sidebar-width','25','yes'),(315,'wpv_right-sidebar-width','25','yes'),(316,'wpv_has-footer-sidebars','true','yes'),(317,'wpv_footer-sidebars','3','yes'),(318,'wpv_footer-sidebars-1-width','cell-1-3','yes'),(319,'wpv_footer-sidebars-1-last','false','yes'),(320,'wpv_footer-sidebars-1-empty','false','yes'),(321,'wpv_footer-sidebars-2-width','cell-1-3','yes'),(322,'wpv_footer-sidebars-2-last','false','yes'),(323,'wpv_footer-sidebars-2-empty','false','yes'),(324,'wpv_footer-sidebars-3-width','cell-1-3','yes'),(325,'wpv_footer-sidebars-3-last','true','yes'),(326,'wpv_footer-sidebars-3-empty','false','yes'),(327,'wpv_footer-sidebars-4-width','full','yes'),(328,'wpv_footer-sidebars-4-last','false','yes'),(329,'wpv_footer-sidebars-4-empty','false','yes'),(330,'wpv_footer-sidebars-5-width','full','yes'),(331,'wpv_footer-sidebars-5-last','false','yes'),(332,'wpv_footer-sidebars-5-empty','false','yes'),(333,'wpv_footer-sidebars-6-width','full','yes'),(334,'wpv_footer-sidebars-6-last','false','yes'),(335,'wpv_footer-sidebars-6-empty','true','yes'),(336,'wpv_credits','','yes'),(355,'wpv_body-background-image','','yes'),(356,'wpv_body-background-color','#FEEFE3','yes'),(357,'wpv_body-background-attachment','fixed','yes'),(358,'wpv_body-background-repeat','repeat','yes'),(359,'wpv_body-background-size','auto','yes'),(360,'wpv_accent-color-1','#F05F75','yes'),(361,'wpv_accent-color-2','#FEEFE3','yes'),(362,'wpv_accent-color-3','#5C604D','yes'),(363,'wpv_accent-color-4','#6D6D6D','yes'),(364,'wpv_accent-color-5','#ffffff','yes'),(365,'wpv_accent-color-6','#414141','yes'),(366,'wpv_accent-color-7','#DFDEE3','yes'),(367,'wpv_accent-color-8','#ffffff','yes'),(368,'wpv_h1-size','40','yes'),(369,'wpv_h1-lheight','42','yes'),(370,'wpv_h1-face','Cinzel','yes'),(371,'wpv_h1-weight','normal','yes'),(372,'wpv_h1-color','#F05F75','yes'),(373,'wpv_h2-size','28','yes'),(374,'wpv_h2-lheight','34','yes'),(375,'wpv_h2-face','PT Sans Caption','yes'),(376,'wpv_h2-weight','normal','yes'),(377,'wpv_h2-color','#414141','yes'),(378,'wpv_h3-size','26','yes'),(379,'wpv_h3-lheight','34','yes'),(380,'wpv_h3-face','Cinzel','yes'),(381,'wpv_h3-weight','normal','yes'),(382,'wpv_h3-color','#414141','yes'),(383,'wpv_h4-size','22','yes'),(384,'wpv_h4-lheight','28','yes'),(385,'wpv_h4-face','PT Sans','yes'),(386,'wpv_h4-weight','normal','yes'),(387,'wpv_h4-color','#414141','yes'),(388,'wpv_h5-size','14','yes'),(389,'wpv_h5-lheight','16','yes'),(390,'wpv_h5-face','PT Sans','yes'),(391,'wpv_h5-weight','normal','yes'),(392,'wpv_h5-color','#7E8D99','yes'),(393,'wpv_h6-size','11','yes'),(394,'wpv_h6-lheight','12','yes'),(395,'wpv_h6-face','PT Sans','yes'),(396,'wpv_h6-weight','normal','yes'),(397,'wpv_h6-color','#7E8D99','yes'),(398,'wpv_em-size','76','yes'),(399,'wpv_em-lheight','60','yes'),(400,'wpv_em-face','Arizonia','yes'),(401,'wpv_em-weight','normal','yes'),(402,'wpv_em-color','#7E8D99','yes'),(403,'wpv_additional-font-1-size','16','yes'),(404,'wpv_additional-font-1-lheight','18','yes'),(405,'wpv_additional-font-1-face','Asap','yes'),(406,'wpv_additional-font-1-weight','normal','yes'),(407,'wpv_additional-font-1-color','#ffffff','yes'),(408,'wpv_additional-font-2-size','12','yes'),(409,'wpv_additional-font-2-lheight','14','yes'),(410,'wpv_additional-font-2-face','Asap','yes'),(411,'wpv_additional-font-2-weight','normal','yes'),(412,'wpv_additional-font-2-color','#9B9B9B','yes'),(413,'wpv_google-fonts-subsets','latin','yes'),(414,'wpv_custom-font-families','','yes'),(415,'wpv_top-nav-background-image','','yes'),(416,'wpv_top-nav-background-opacity','0.5','yes'),(417,'wpv_top-nav-background-color','#A3AE7E','yes'),(418,'wpv_top-nav-background-repeat','no-repeat','yes'),(419,'wpv_top-nav-background-size','cover','yes'),(420,'wpv_header-background-image','http://www.weekendweddingvenues.com/wordpress/wp-content/uploads/2015/01/AP_5C604D_logo.png','yes'),(421,'wpv_header-background-opacity','0.9','yes'),(422,'wpv_header-background-color','#F05F75','yes'),(423,'wpv_header-background-repeat','no-repeat','yes'),(424,'wpv_header-background-size','auto','yes'),(425,'wpv_sub-header-background-image','','yes'),(426,'wpv_sub-header-background-color','#5C604D','yes'),(427,'wpv_sub-header-background-repeat','repeat-x','yes'),(428,'wpv_sub-header-background-size','auto','yes'),(429,'wpv_page-title-background-image','','yes'),(430,'wpv_page-title-background-color','#ffffff','yes'),(431,'wpv_page-title-background-repeat','no-repeat','yes'),(432,'wpv_page-title-background-size','auto','yes'),(433,'wpv_logo-size','40','yes'),(434,'wpv_logo-lheight','40','yes'),(435,'wpv_logo-face','Cinzel','yes'),(436,'wpv_logo-weight','normal','yes'),(437,'wpv_logo-color','#fff','yes'),(438,'wpv_menu-font-size','14','yes'),(439,'wpv_menu-font-lheight','30','yes'),(440,'wpv_menu-font-face','PT Sans Caption','yes'),(441,'wpv_menu-font-weight','normal','yes'),(442,'wpv_menu-font-color','#fff','yes'),(443,'wpv_main-menu-hover-background','transparent','yes'),(444,'wpv_main-menu-sticky-color','#ffffff','yes'),(445,'wpv_css_menu_hover_color','#F05F75','yes'),(446,'wpv_css_menu_background','#ffffff','yes'),(447,'wpv_css_submenu_color','#7E8D99','yes'),(448,'wpv_css_submenu_hover_color','#414141','yes'),(449,'wpv_css-tophead-text-color','#5C604D','yes'),(450,'wpv_css-tophead-link-color','#5C604D','yes'),(451,'wpv_css-tophead-link-hover-color','#F05F75','yes'),(452,'wpv_main-background-image','','yes'),(453,'wpv_main-background-color','#ffffff','yes'),(454,'wpv_main-background-attachment','fixed','yes'),(455,'wpv_main-background-repeat','no-repeat','yes'),(456,'wpv_main-background-size','auto','yes'),(457,'wpv_primary-font-size','13','yes'),(458,'wpv_primary-font-lheight','21','yes'),(459,'wpv_primary-font-face','PT Sans','yes'),(460,'wpv_primary-font-weight','normal','yes'),(461,'wpv_primary-font-color','#606060','yes'),(462,'wpv_css_link_color','#F05F75','yes'),(463,'wpv_css_link_visited_color','#F05F75','yes'),(464,'wpv_css_link_hover_color','#D34359','yes'),(465,'wpv_events-after-sidebars-2-content','','yes'),(466,'wpv_events-after-sidebars-2-background-image','','yes'),(467,'wpv_events-after-sidebars-2-background-opacity','0','yes'),(468,'wpv_events-after-sidebars-2-background-color','#ffffff','yes'),(469,'wpv_events-after-sidebars-2-background-position','center top','yes'),(470,'wpv_events-after-sidebars-2-background-attachment','fixed','yes'),(471,'wpv_events-after-sidebars-2-background-repeat','no-repeat','yes'),(472,'wpv_events-after-sidebars-2-background-size','cover','yes'),(473,'wpv_events-after-details-content','','yes'),(474,'wpv_footer-background-image','','yes'),(475,'wpv_footer-background-opacity','1','yes'),(476,'wpv_footer-background-color','#414141','yes'),(477,'wpv_footer-background-repeat','repeat','yes'),(478,'wpv_footer-background-size','auto','yes'),(479,'wpv_subfooter-background-image','','yes'),(480,'wpv_subfooter-background-color','transparent','yes'),(481,'wpv_subfooter-background-repeat','repeat','yes'),(482,'wpv_subfooter-background-size','auto','yes'),(483,'wpv_footer-sidebars-font-size','12','yes'),(484,'wpv_footer-sidebars-font-lheight','22','yes'),(485,'wpv_footer-sidebars-font-face','PT Sans Caption','yes'),(486,'wpv_footer-sidebars-font-weight','normal','yes'),(487,'wpv_footer-sidebars-font-color','#FEEFE3','yes'),(488,'wpv_footer-sidebars-titles-size','30','yes'),(489,'wpv_footer-sidebars-titles-lheight','34','yes'),(490,'wpv_footer-sidebars-titles-face','Cinzel','yes'),(491,'wpv_footer-sidebars-titles-weight','normal','yes'),(492,'wpv_footer-sidebars-titles-color','#F05F75','yes'),(493,'wpv_sub-footer-size','13','yes'),(494,'wpv_sub-footer-lheight','14','yes'),(495,'wpv_sub-footer-face','Asap','yes'),(496,'wpv_sub-footer-weight','normal','yes'),(497,'wpv_sub-footer-color','#FEEFE3','yes'),(498,'wpv_css_footer_link_color','#FEEFE3','yes'),(499,'wpv_css_footer_link_visited_color','#FEEFE3','yes'),(500,'wpv_css_footer_link_hover_color','#ffffff','yes'),(503,'revslider-latest-version','4.6.5','yes'),(511,'_site_transient_timeout_browser_a822ea51c7a4e3992f2ccca0b038e971','1422720236','yes'),(512,'_site_transient_browser_a822ea51c7a4e3992f2ccca0b038e971','a:9:{s:8:\"platform\";s:7:\"Windows\";s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:12:\"40.0.2214.91\";s:10:\"update_url\";s:28:\"http://www.google.com/chrome\";s:7:\"img_src\";s:49:\"http://s.wordpress.org/images/browsers/chrome.png\";s:11:\"img_src_ssl\";s:48:\"https://wordpress.org/images/browsers/chrome.png\";s:15:\"current_version\";s:2:\"18\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;}','yes'),(671,'_transient_timeout_feed_mod_ac0b00fe65abe10e0c5b588f3ed8c7ca','1422658089','no'),(672,'_transient_feed_mod_ac0b00fe65abe10e0c5b588f3ed8c7ca','1422614889','no'),(673,'_transient_timeout_feed_d117b5738fbd35bd8c0391cda1f2b5d9','1422658091','no'),(674,'_transient_feed_d117b5738fbd35bd8c0391cda1f2b5d9','a:4:{s:5:\"child\";a:1:{s:0:\"\";a:1:{s:3:\"rss\";a:1:{i:0;a:6:{s:4:\"data\";s:3:\"\n\n\n\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:7:\"version\";s:3:\"2.0\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:0:\"\";a:1:{s:7:\"channel\";a:1:{i:0;a:6:{s:4:\"data\";s:61:\"\n \n \n \n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:16:\"WordPress Planet\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://planet.wordpress.org/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"language\";a:1:{i:0;a:5:{s:4:\"data\";s:2:\"en\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:47:\"WordPress Planet - http://planet.wordpress.org/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"item\";a:50:{i:0;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:24:\"Matt: Designer’s Creed\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:21:\"http://ma.tt/?p=44644\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:37:\"http://ma.tt/2015/01/designers-creed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1790:\"

You might remember a few years back I talked about why Automattic has a creed, and shared ours. Here it is again:

\n

I will never stop learning. I won’t just work on things that are assigned to me. I know there’s no such thing as a status quo. I will build our business sustainably through passionate and loyal customers. I will never pass up an opportunity to help out a colleague, and I’ll remember the days before I knew everything. I am more motivated by impact than money, and I know that Open Source is one of the most powerful ideas of our generation. I will communicate as much as possible, because it’s the oxygen of a distributed company. I am in a marathon, not a sprint, and no matter how far away the goal is, the only way to get there is by putting one foot in front of another every day. Given time, there is no problem that’s insurmountable.

\n

One of the parts of Automattic that has grown the most over the past few years is our design corps, now over two dozen people. This group, led by creative director Dave Martin, has come up with a supplemental Designer’s Creed for followers of their craft at A8C:

\n

I take pride in my craft. I ensure that everyone — regardless of ability or device — can use my designs. I routinely ask for feedback, even when it’s uncomfortable. I regularly watch people use my designs, because testing leads to clarity. I will never stop at “good enough.”

\n

You can read more about it on Dave’s blog. »

\n

 

\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 30 Jan 2015 01:15:07 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"Matt\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:1;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:51:\"WPTavern: Herbert: A New WordPress Plugin Framework\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=38040\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:60:\"http://wptavern.com/herbert-a-new-wordpress-plugin-framework\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:4069:\"

\"herbert\"

\n

WordPress plugin authors have a great deal of liberty when it comes to structuring and organizing their code. There’s no prescribed file structure, so when you look under the hood of a plugin, you often need to poke around a bit to find out how the author is organizing things.

\n

Jason Agnew found this to be confusing when he went to build his first WordPress plugin. Agnew is the technical director at Big Bite Creative, located in Middlesbrough, England. He often collaborates with both front and back end developers on projects, which drove him to find a better way to write plugins that are organized for multiple team members.

\n

This week Agnew introduced Herbert, a new open source framework for building WordPress plugins. “We believe the current approach to building plugins is unorganized and difficult to understand,” Agnew said. “It makes working in teams or taking over from a previous developer time consuming. Its early days for Herbert but our aim is to solve this.”

\n

Prior to creating Herbert with his team, Agnew did his homework to see if there was an existing tool to solve this problem. He discovered the WordPress Plugin Boilerplate project, but determined that it wouldn’t work for his agency’s needs. “Although WPPB would be a great starting point, it seemed best suited to the quick development of smaller plugins,” Agnew said. “We needed something more suited to scale.”

\n

He checked out some of the most popular WordPress plugins, hoping to find a common thread among them for a semantic, structured method of plugin creation. “To our surprise, there wasn’t any sense of uniformity or consistency of implementation among them,” he said. At that point, he rallied his team to write their own WordPress plugin framework.

\n

The open source Herbert project was born out of this effort. The framework aims to keep business logic separate from template code, so that back and frontend developers aren’t tripping over each other. “It offers a file structure to keep your code organised, with a solution as simple as all your routes belonging in the plugin/routes.php file,” Agnew said. “It no longer ties you or your development team to the WordPress Database Object ($wpdb), allowing you to use the power and effectiveness of Laravel’s Eloquent ORM to handle your database queries.”

\n

Herbert utilizes Composer to handle the framework’s dependencies. Template code is stored in views, which uses the Twig PHP templating engine. The framework may not be everyone’s cup of tea. However, if you like separating your code into routes, views, and controllers, then Herbert may save you some time when spinning up new plugins.

\n

The Big Bite Creative team plans to maintain the framework and will add plugin examples in the future. “We plan to introduce an interface to the WordPress post object for Eloquent, along with tests for your code,” Agnew said. They are also considering adding a WordPress-specific frontend framework to work alongside Herbert. The project is open to contribution, so feel free to fork Herbert on GitHub and send code back to the team.

\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 29 Jan 2015 23:55:30 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:2;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:79:\"WPTavern: Chris Lema’s Session From PressNomics 3 on Managing Time and Energy\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=38135\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:86:\"http://wptavern.com/chris-lemas-session-from-pressnomics-3-on-managing-time-and-energy\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:968:\"

One of my favorite sessions at PressNomics 3 is now available to watch for free on YouTube. Although sessions weren’t recorded or live streamed, Chris Lema used his own gear to record his presentation. He shares the lessons he’s learned throughout his career on managing time and energy.

\n

One of my favorite tips is writing down three things you want to get done each day. Each completed task builds confidence and over time, you end up with a lot of accomplishments. So far, the technique is working and as long as I complete two out of three tasks each day, I feel pretty good about myself.

\n

\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 29 Jan 2015 22:23:27 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:3;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:53:\"WPTavern: Seville, Spain to Host WordCamp Europe 2015\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=38031\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:62:\"http://wptavern.com/seville-spain-to-host-wordcamp-europe-2015\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3322:\"

\"seville\"

\n

The WordCamp Europe organization team announced today that the 2015 event will be held in Seville, Spain from June 26 – 28 at the Barceló Gran Hotel Renacimiento. Last year’s WordCamp in Sofia, Bulgaria was a tremendous success with nearly 800 attendees, a world-class speaker lineup, and a strong local community of volunteers.

\n

Ordinarily, the WCEU organizers select a host city based on applications from various European WordPress communities after an open call. However, this year is an exception. WordCamp Central prevailed upon the team to have the event in late spring or summer in order to accommodate WordCamp US, which is expected to take place in the fall.

\n

“As we had to move WordCamp Europe to the first half of the year, we were quite limited in time,” organizer Petya Raykovska said. “So instead of publishing an open call for applications, we decided to reach out to some of the best established WordPress communities in Europe that have experienced teams of local organizers and asked them to prepare bids to host WCEU 2015. We received three very good applications from three different teams.”

\n

The WCEU organization team landed on Seville after considering various factors, such as the local organizers’ preparation of the budget and venue research. “We chose Seville because of the excellent job they did with the application,” Raykovska said. “But also because of the great, experienced local team, because it’s a great location with a very different vibe from Sofia – it’s affordable, well connected with the rest of Europe, and has a very strong local WordPress community.”

\n

The WordPress community in Seville has held a local WordCamp for the past several years. The city’s metropolitan area has approximately 1.5 million residents, making it a decent-sized city for hosting an event. Attendees should expect to pack for warm weather, as the Seville’s average high temperatures in the summer often reach above 35 °C.

\n

Siobhan McKeown will be leading a team of 18 organizers for the 2015 event, including five experienced local organizers and a global team of organizers from all over Europe.

\n

Tickets will go on sale at the beginning of February, and the organization team will be calling for speakers and sponsors in the next few days. Unlike last year’s event, WordCamp Europe 2015 will include interpretation for the local language. While all sessions will be given in English, a Spanish translation will be offered simultaneously.

\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 29 Jan 2015 20:37:32 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:4;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:93:\"WPTavern: Why Jetpack Comments is Not A Great Alternative to WordPress’ Native Comment Form\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=38091\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:100:\"http://wptavern.com/why-jetpack-comments-is-not-a-great-alternative-to-wordpress-native-comment-form\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:7500:\"

Jetpack ships with more than 30 different modules including, Jetpack Comments. One of its primary features is allowing people to login using credentials from their WordPress.com, Twitter, Facebook, or Google+ accounts.

\n\"JetpackJetpack Comments Form\n

This module has replaced the WordPress native comment form for nearly two years on WP Tavern. It makes it easier for people on social networks to post a comment, but the convenience comes with several drawbacks.

\n

Lack of a Graceful Fallback

\n\"JetpackOut Of Fuel\n

In early 2014, several Tavern readers experienced Service Temporarily Unavailable errors when trying to submit a comment. The error was caused by a security setting with mod_security on DreamHost and exposed the lack of a graceful fallback. Instead of displaying an error, the iFrame should have been replaced with the native comment form. I created an issue on Github explaining the problem and although it gained immediate attention, not much has happened since.

\n

Annoying Page Refreshes

\n

It’s normal for articles on the Tavern to have several comments with multi-threaded conversations. I’ve discovered that Jetpack Comments will sometimes take me to a different part of the page after I reply to a comment instead of taking me to where the comment is published. It doesn’t happen all the time, but when it does, it’s annoying.

\n

It’s 2015, 10 years after the term Ajax was coined by Jesse James Garrett. Ajax stands for Asynchronous JavaScript + XML. It’s a collection of technologies that provide near real-time interaction with page elements. For example, if you leave a comment on a site running the P2 theme, it will appear on the site without refreshing the page.

\n

Page refreshes are distracting, annoying, and break the flow of a conversation. I’m not the first one to request Jetpack Comments be Ajaxified. In an issue on Jetpack’s Github account, George Stephanis, who is a member of the Jetpack development team explains that, while theoretically possible, it’s not high on the priority list.

\n

It’s theoretically possible passing the event through JS window.postMessage — but to actually render the comment would take some theme integration that we can’t presently assume. If someone wanted to write this I’d be fine accepting a pull request that fires an event and passes some limited data back, like the comment ID and status or something, but it’s not high on the priority list.

\n

The ticket has gained little traction with no signs of Ajax support being added anytime soon. His response is similar to Matt Mullenweg’s in episode 130 of WordPress Weekly, when I asked him why comments haven’t changed much in WordPress over the years, “It’s very difficult to iterate comments as it’s hard to get those changes to be compatible with every WordPress theme in the world.”

\n

It’s Not Highly Extendable

\n

One of the biggest problems I have with Jetpack Comments is that it’s not easily extendable using plugins. Since it’s an iFrame hosted on WordPress.com, it’s hard to manipulate and is an all or nothing approach.

\n

The Old Comment Form

\n

In 2011, I used a collection of plugins to add features to the native comment form so it felt more like a reply box on a forum. Readers had the ability to style and preview comments without having to write code. They could also subscribe to the thread and edit their comment afterwards for up to 10 minutes.

\n

However, my favorite feature was the Reply link next to each comment. When clicked, the name along with a link to the comment id was automatically added to the comment form. For example, @<a href=”#comment-11784″ rel=”reply”>Name of Awesome Commenter</a> – Comment text here. Since the theme didn’t support threaded comments at the time, this feature came in handy.

\n\"CommentComment Form Used on The Tavern in 2011\n

Although some of the features are replicated in Jetpack Comments, the old form felt like a better experience to me. If you’re a long time commenter on the Tavern, I’m curious if you feel the same way?

\n

I Don’t Recommend Jetpack Comments

\n

In an era where Twitter, Facebook, etc. provide the ability for real-time communication, Jetpack Comments and the default comment system in WordPress feels like ancient technology. If all you need is an easy way for people to login using their social media accounts to post a comment, Jetpack Comments is a good solution. However, if you need something more robust, look elsewhere.

\n

Unless the team adds Ajax support for comment submissions and makes the module more extendable, I can’t recommend it as a viable alternative to the native comment form in WordPress.

\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 29 Jan 2015 18:54:11 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:5;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:68:\"WPTavern: Recent Pressable Outages the Result of a Slow Loris Attack\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=38064\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:78:\"http://wptavern.com/recent-pressable-outages-the-result-of-a-slow-loris-attack\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3011:\"\"photophoto credit: BBC Nature\n

Last week, Pressable was engaged in a 24/7 struggle to keep its customers’ sites operational. The recent outages caused some customers 24+ hours of downtime and many closed their accounts in favor of finding an alternative host. Today the company announced that the root cause of the outage customers experienced the week of January 19, 2015, was an intentional attack on Pressable’s systems.

\n

A post on the company’s blog further breaks down the attack: “Ultimately, the reason for this outage was a well crafted attack on our systems. The attack was a variant of the “Slow-Loris” attack discovered in 2009.”

\n

The attack went undetected because of the insidious manner in which it was executed. Pressable has been working with security professionals to get the attack under control and announced all systems operational on Monday.

\n

A week ago, after hearing about Pressable’s continued struggle with downtime, I asked CEO Vid Luther if the company was being intentionally sabotaged. At the time, he didn’t think that an attack was a real possibility:

\n

I do not believe that anyone who has an agenda against Pressable is behind these issues. I’m not aware of anyone who has an agenda against Pressable, besides the general competition in the WordPress hosting space, and currently, some of them are acting like vultures. But, I don’t think those guys have the ability to orchestrate something like this. So, unfortunately, no conspiracy theory from our side.

\n

While working to mitigate customer downtime, the Pressable team discovered the coordinated attack on their systems. The attacker’s sophisticated method of sabotaging Pressable went undetected, because it was made to appear that the host’s infrastructure was being overloaded.

\n

The knowledge of the attack came after multiple apologies from Luther, who originally identified Pressable’s lagging infrastructure as the cause. Luther told the Tavern that he has an idea of who the attackers are but will be digging into it further before calling out any parties publicly.

\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 28 Jan 2015 22:43:08 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:6;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:62:\"WPTavern: GenerateWP Introduces WordPress Custom Code Snippets\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=37861\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:72:\"http://wptavern.com/generatewp-introduces-wordpress-custom-code-snippets\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:5357:\"

GenerateWP, the popular WordPress code generator site, is celebrating two years in operation this week. The site, founded by Rami Yushuvaev, launched with five code generators and now has more than 20. Yushuvaev sees the site as an educational tool that helps WordPress developers learn more about coding best practices.

\n

Before launching GenerateWP, Yushuvaev created three code generators to serve the Israeli WordPress community. The site was an instant success, which prompted him to translate it into English and launch GenerateWP in January 2013.

\n

\"generatewp-hebrew\"

\n

The first week after launching, Yushuvaev was approached by a major brand that offered to buy the site and a few developers made offers to finance more generators. “I decided that it wasn’t the right time to give up the site, since I had big plans for it and for the WordPress community,” he said.

\n

The site has 15K+ registered WordPress developers and averages 100,000 visitors per month, most of whom are designers and developers. During the past two years, Yushuvaev worked with contributors Maor Chasen and Ohad Raz to rewrite the entire code base to use object-oriented programming and make it work better with WordPress.

\n

In celebration of the site’s two year birthday, GenerateWP is introducing custom code snippets, which will allow users to save their own snippets in a public and/or private library. “Front-end designers use codepen.io to showcase their code, JavaScript developers use jsfiddle.net, Bootstrap developers have bootsnipp.com, and now WordPress developers have GenerateWP.com,” Yushuvaev said.

\n

The site now includes a collective library of public snippets shared with the community. Users can also browse public snippets by author.

\n

\"rami-snippets\"

\n

Individual snippets allow users to share, download, or clone the code into their own libraries. Developers can embed snippets on their sites, send them to Pastebin, or create a GitHub gist.

\n

\"generatewp-snippets\"

\n

Future Plans for Expanding GenerateWP

\n

Yushuvaev has plans to monetize the site further down the road but said that the generators and code snippets will always remain free. “The money will come from other services,” he said. “I can’t reveal our plans but you can expect a game changing feature for our premium users.”

\n

In the meantime, the team plans to create new code generators, including a tool to generate widgets, a meta box generator, and admin menu page generators. In the coming weeks, the site will also provide an oEmbed option to embed snippets using nothing but the URL.

\n

Currently, the most popular generators on the site are the ones for creating custom post types, shortcodes, and custom taxonomies. Yushuvaev is optimistic that the site will continue to grow as more developers discover how much time they can save with the generators.

\n

I was writing the same code over and over again (post types and taxonomies) for different clients,” he said. “Creating an automatic generator to save some time was the next logical step.” He found that writing code eats up plenty of time and did not want to utilize free plugins, as they often do not remain in active development.

\n

GenerateWP is quickly becoming a popular tool for WordPress educators. “The site is used in WordPress classes around the world to teach new developers how to properly code using WordPress coding standards,” Yushuvaev said. “We managed to confirm a class in Thailand, universities and colleges in Israel, United States, Canada, and Germany.

\n

“We also have received requests to translate our tools to other languages,” he said. The GenerateWP team plans to add translations in the near future to open up the site to more international users.

\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 28 Jan 2015 21:20:56 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:7;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:27:\"Matt: Slack Buys Screenhero\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:21:\"http://ma.tt/?p=44638\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:43:\"http://ma.tt/2015/01/slack-buys-screenhero/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:534:\"

Slack Buys Screenhero To Add Screen Sharing And Voice Chat To Its Work Messaging Platform, which I’m very excited about as a daily user of Slack (on 5 teams now) and through Audrey an investor in Screenhero and a big fan of their vision. As the article mentions, Automattic has been a Screenhero customer as well.

\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 28 Jan 2015 19:47:17 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"Matt\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:8;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:40:\"WPTavern: Thank a Plugin Author Day 2015\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=37980\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:50:\"http://wptavern.com/thank-a-plugin-author-day-2015\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2579:\"

Created by Matt Mullenweg in 2009, when the plugin directory hosted only 4K plugins, Thank a Plugin Author Day (January 28th) motivates users to thank plugin authors.

\n

There are several ways to celebrate the event, such as visiting the plugin author’s website. The link is usually available via the plugin’s page on WordPress.org. You can also find a link to the author’s website by searching for the plugin in the backend of WordPress. Also, most plugins in the directory have a link to give a monetary donation.

\n\"PluginPlugin Donation Link\n

Another way to thank plugin authors is to rate and review their plugins. Ratings and reviews are an easy way to send feedback directly to an author. Make sure to provide actionable feedback instead of one or two-word reviews. A side effect of rating and reviewing plugins, is that it’s one of many ways to contribute back to the WordPress project.

\n\"Billionphoto credit: opensourcewaycc\n

Since the holiday’s creation, over 31K plugins have been added to the directory which results in nearly 36K reasons to use WordPress! Thank you to anyone who has ever published a WordPress plugin whether it’s on the official directory or on GitHub. Without so many plugins, I wouldn’t be able to customize WordPress to make it my own.

\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 28 Jan 2015 07:05:33 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:9;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:79:\"WPTavern: Envato Stats, Tips For Getting Things Done, and More at PressNomics 3\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=37944\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:87:\"http://wptavern.com/envato-stats-tips-for-getting-things-done-and-more-at-pressnomics-3\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:10754:\"\"PressNomicsPressNomics Introduction\n

Last week, I attended the third annual PressNomics conference in Phoenix, AZ. The event focuses on the business side of the WordPress ecosystem and provides opportunities for business owners to learn from those who are blazing a path towards success. On the evening before PressNomics, I joined several business owners for dinner.

\n

A half hour into the meal, I listened intently to various conversations taking place around the table. Topics of conversation included: market segments, customer satisfaction, and business partnerships. At this point I realized I was definitely at a business conference.

\n

The Family Delivers Opening Remarks

\n

Joshua and Sally Strebel along with their kids, appeared on stage and delivered the opening remarks. It’s as if the family invited every attendee into their home for a family reunion.

\n

#PressNomics is getting started! pic.twitter.com/DqFGdEidK4

\n

— Brian Krogsgard (@Krogsgard) January 22, 2015

\n

\n

Despite several competing businesses, companies, and products under one roof, I witnessed so many small groups of people discussing strategy as if they’re all friends. I felt a positive energy amongst the crowd and several attendees left the event in high spirits, ready to take their businesses to the next level.

\n

Session Highlights

\n\"AName the people in this image\n

The room was packed with attendees for every session since PressNomics chose not to record or live stream the event. The following is a list of memorable points from the sessions I enjoyed most.

\n

Joshua Strebel interviews Dre Armeda

\n\"JoshuaJoshua Strebel Interviews Dre Armeda\n

Joshua Strebel interviewed Dre Armeda on stage with a bottle of scotch. Aremda described how he became involved with WordPress and founded Sucuri, where he turned a two-person part-time hobby into a multi-million dollar, 30+ employee company. He also talked about his role as Vice President of Operations for WebDevStudios.

\n

Ben Chan

\n\"EnvatoEnvato Stats via Ben Chan\n

Ben Chan is the Director of Growth and Revenue at Envato. The statistics he shared confirm that Envato is a huge player in various markets such as WordPress themes, audio files, and plugins. His slides are not available online, but I archived a few stats using Twitter. “Note that the earnings are before Envato takes their cut.”

\n\n

Selena Larson

\n

Helpful tips from @selenalarson on how startups can pitch, including getting known thru good comments #Pressnomics pic.twitter.com/c3hufKKspb

\n

— Danny Sullivan (@dannysullivan) January 23, 2015

\n

\n

Selena Larson who writes for the Daily Dot, shared tips on how businesses can receive press by improving their pitches. I agreed with pretty much everything she said on the matter and hope those in attendance took notes. Here are a few highlights:

\n\n

As bonus material, be sure to read our guide on how to promote newly released plugins.

\n

Danny Sullivan

\n\"SEOSEO With Danny Sullivan\n

Danny Sullivan, who is a Founding Editor of Search Engine Land, presented on the topic of SEO. It’s a topic I’ve stayed away from and don’t talk about much, but Sullivan’s presentation was not only entertaining, it was enlightening. He showed a brief history of the Google homepage and described why numerous claims of SEO being dead are false.

\n

The one thing I took away from his presentation is that SEO will never die, but continue to evolve. Because of Sullivan’s presentation, I’m going to open my mind to SEO instead of writing it off.

\n

Chris Lema

\n

Things @chrislema does daily #pressnomics #gtd pic.twitter.com/WIBAlTCTkW

\n

— Remkus de Vries (@DeFries) January 23, 2015

\n

\n

The CTO and Chief Strategist at Crowd Favorite, Chris Lema, is one of my favorite speakers. He knows how to tell a story and keep the audience engaged. For this presentation, Lema shared tips and disciplines for getting things done. My favorite tip from his session is to start the day writing a list of three things you need to get done. Getting 2-3 items finished each day builds confidence and provides a historical record of things that are done.

\n

His stance on putting family first is an important strategy I need to work on. So far, listing three things to accomplish each day is working. I feel better about myself and it’s helping me figure out when I’ve had a good day.

\n

The last session featured Joshua Strebel interviewing Matt Mullenweg on stage, but I’m going to dissect that session in a separate post.

\n

A Lot of Fun

\n

Not only are the Strebels great hosts, they donated over $10K of proceeds from the event to the CureSearch for Children’s Cancer charity. If there’s a PressNomics 4 and you’re involved in the economics of WordPress, I highly encourage you to attend.

\n

My goal was to be a fly on the wall for as many conversations as possible and I feel like I’ve accomplished that goal. I wouldn’t be surprised if several strategic partnerships are announced in the next few months with PressNomics being the birth place of the conversation.

\n

If you can’t wait for PressNomics 4, consider attending Prestige Las Vegas, NV, February 27-28th. Similar to PressNomics, it’s a conference focused on the business side of WordPress.

\n

Here are a few other photos from the event.

\nClick to view slideshow.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 28 Jan 2015 06:00:28 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:10;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"Matt: Kitchensink WP podcast\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:21:\"http://ma.tt/?p=44636\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:44:\"http://ma.tt/2015/01/kitchensink-wp-podcast/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:180:\"

I hopped on a podcast with Kitchensink WP to chat about the latest in the WordPress world.

\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 27 Jan 2015 23:35:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"Matt\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:11;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:76:\"WPTavern: How Important is Jetpack on WordPress’ Road to 50% Market Share?\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=37907\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:81:\"http://wptavern.com/how-important-is-jetpack-on-wordpress-road-to-50-market-share\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:10465:\"

\"jetpack-logo\"

\n

This past weekend, 250 professionals gathered in Phoenix, Arizona for Pressnomics, a three-day event focused on entrepreneurship in the WordPress economy. During the last day, attendees had the opportunity to watch Pagely CEO Joshua Strebel interview Matt Mullenweg. Although the session wasn’t recorded, the audience tweeted out the highlights of the interview, and discussion continued on Twitter.

\n

Strebel pressed Mullenweg on Automattic’s agenda behind Jetpack.

\n

At #pressnomics @strebel refers to Jetpack as a Trojan Horse to @photomatt, room goes silent

\n

— Yeti Support (@YetiSupport) January 23, 2015

\n

\n

This resulted in one of the most controversial statements to come out of the event:

\n

“In the absence of @Jetpack, I believe #WordPress would be declining.” – @photomatt #pressnomics

\n

— Antony McGregor Dey (@antonymd) January 23, 2015

\n

\n

Mullenweg further clarified his statement on Twitter, essentially identifying Jetpack as a tool to bolster the platform against competition. Jetpack allows users to gain access to professionally-supported third party integrations without WordPress being forced to dump all of these features into the core software.

\n

@zedejose @mkalina @jetpack @antonymd Naked WordPress (without plugins) is not competitive to Wix, Weebly, Squarespace, etc.

\n

— Matt Mullenweg (@photomatt) January 26, 2015

\n

\n

@mkalina @jetpack @antonymd @zedejose You should consider the rest: There\'s secular decline of non-mobile, non-social publishing systems.

\n

— Matt Mullenweg (@photomatt) January 26, 2015

\n

\n

Jetpack-enabled blogs have more features available to them on the WordPress mobile apps, which are wholly sponsored by Automattic. Many self-hosted WordPress users don’t appreciate the fact that the mobile apps are packed full of WordPress.com features, but, at the moment, there are no superior alternatives. In our most recent interview with Mullenweg, he deftly addressed the friction caused by the preeminence of WordPress.com’s Reader in the app, which he sees as a gateway that simplifies the onboarding process for new users.

\n

I see it as a gateway drug and it gives people more options down the road. If we don’t do anything on mobile, five years from now, when everyone is only using mobile devices, they will all have Squarespace’s or Weebly’s. WordPress is still around but it just doesn’t matter. This allows us to matter five years from now.

\n

With both Jetpack and the mobile apps, Mullenweg sees an opportunity for Automattic to provide functionality that goes beyond the core publishing experience to offer mobile access and connect users with readers and commenters via social networks.

\n

The Road to 50% Market Share

\n

In a recent interview with Adam Silver on the KitchensinkWP podcast, Mullenweg gave a better overall picture of his next goal for WordPress and how he sees the platform reaching more users in the future. The software is currently used on 23.3% of websites worldwide and is on track to reaching 25% before the end of the year. Mullenweg hopes to grow that number to 50%:

\n

The next goal is the majority of websites. We want to get to 50%+ and there’s a lot of work between now and then. As the percentage increases, it gets harder and harder to grow the market share, and we have to grow the market share by doing things we haven’t done in the past – really thinking about the onboarding process, really thinking about the integration with social networks, and with how WordPress works on touch devices, which is going to be the predominant computing platform of the future. These things are going to be really important.

\n

What got us here isn’t going to get us there. Once we get to 50%, we can decide something new we want to do.

\n

With a focus on the onboarding process, integration with social networks, and mobile publishing, Mullenweg is outlining how he sees the mobile apps and Jetpack entering the picture to grow the market share and prevent the decline of the platform.

\n

For Mullenweg, a 50% market share with a growing international user base isn’t a purely business goal, but rather ties back in with WordPress’ mission to democratize publishing with open source software. In response to Silver’s question on whether or not the recent focus on the mission is connected to an increase in non-English downloads, Mullenweg replied:

\n

The big assumption in what we’re doing is that there’s an inherent goodness to the transparency and the ability for people to publish. Of course people use WordPress to publish things I personally disagree with or might find morally odious. But it’s very important that we provide the people the opportunity to have that voice.

\n

By giving everyone equal ability and access to reach the web, you’re a click away from several billion people. But you’re not if you don’t have the tools to really reach them. It’s not hunger or clean water or any of the big problems that society has, climate change, but at least for our little part in it, I think we can make a pretty big dent in it.

\n

Mullenweg knew that WordPress had the potential to have an enormous impact on the world of publishing, even when the software was still batting in the minor leagues. WordPress.com was originally created to help users set up blogs while bypassing what used to be a complicated hosting and installation process. Over the years, as WordPress.com adapted more sophisticated ways of supporting the average WordPress user, the idea of Jetpack was born to connect self-hosted blogs with the same features.

\n

The question is whether or not Jetpack and the mobile apps are the missing link for helping users get connected to billions of people. While Jetpack’s features aren’t necessarily unique, they are professionally-supported and users feel safe banking on the plugin for the foreseeable future.

\n

Mullenweg’s controversial statement about WordPress being in decline without Jetpack was phrased as conjecture, because there’s no objective way to prove this unless you remove Jetpack from the picture entirely. As he further explained in his Twitter reply, the notion is based on witnessing the decline of other publishing systems that aren’t innovating with social or mobile features.

\n

Those who disagree with the statement object to the idea of hinging the success of WordPress’ market share on a plugin produced by a commercial entity. This is especially provocative when it comes to mobile, as Automattic’s agenda to promote WordPress.com features goes unrivaled. Nevertheless, WordPress wouldn’t have a mobile publishing platform without the company’s subsidy of the open source apps.

\n

If WordPress is dependent on Jetpack to continue building its market share to 50%, then the software’s future is inextricably tied to Automattic’s continued success. The company is one of a small few that have the capital to invest in a major plugin like Jetpack along with the ongoing improvement of the mobile apps.

\n

“Last year, Automattic raised a bit more funding than we have in the past,” Mullenweg told Silver in his interview. “It’s actually bigger than most IPO’s. We raised $160 million and that gives us a lot of capital to invest into the community. We’re able to make bigger bets, longer term bets, and it also solidifies us as an independent entity for many years to come.”

\n

The WordPress open source project can still be considered a success in terms of its mission, even if it doesn’t achieve a dominant market share. Tying its growth to Jetpack is a bold statement that eclipses some of WordPress’ best qualities, such as its rigid adherence to protecting user freedoms with the GPL, the strong community of contributors, and the massive ecosystem of products and services surrounding it. The availability of Jetpack may be one factor responsible for WordPress’ growing market share, but I don’t think it’s the sole tool saving WordPress from decline.

\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 27 Jan 2015 22:27:38 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:12;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:51:\"Post Status: WooCommerce is going after photography\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://poststatus.com/?p=7728\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:47:\"https://poststatus.com/woocommerce-photography/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:7576:\"

Photography is a huge — and quite competitive — market. WooThemes has one nice advantage, in that they are quite dominant in the eCommerce space.

\n

However, catering to actually selling photos is a whole new world. You’re talking about competing with dozens of services, some quite vertically integrated (from website, to photo management, to photo fulfillment), to a very picky audience full of people with unique workflows.

\n

I am not a photographer. However, last year I did a ton of research on photography product potential in the WordPress space. I was working with Range, and we were exploring creating our own photography product. I interviewed a dozen professional photographers in person, ranging in industry, experience, and company size.

\n

I learned a lot during that research phase; and one thing I learned is that this is no easy venture.

\n

The new WooCommerce photography extension does one thing quite nicely: it allows a photographer to create albums where customers can bulk purchase photos, and it allows the photographer to upload the photos for purchase, as well as protect the albums so that only the photography client can view them.

\n

You can view a marketing video, walkthrough video, and screenshots for WooThemes’ Photography extension on the dedicated product page.

\n

Considerations for true professional photo management / sales

\n

However, that is one piece of the puzzle. This plugin makes the client-side of ordering relatively painless, but there are other elements to think about:

\n\n

I’m sure WooThemes has done a good bit of research for this product. However, I think they’ve made a feature that’s not yet ready for your every day photographer. Of the photographers I met, most lamented the experience of creating, managing, and selling photos and albums.

\n

I think that there is a lot of room in the self-hosted photography space, and my reasoning is simple. Right now, selling photos and managing albums, client review, etc., on hosted services is super expensive. Plenty of services charge hundreds or even thousands of dollars per year, and/or charge massive per-purchase fees (like 10%+).

\n

A self-hosted, WordPress-integrated photography management solution — built for WordPress professionals — could be a million dollar idea on its own. I think WooCommerce creating this add-on is an interesting start, but I believe the concept has major legs that could grow into something huge.

\n

Here are some other players in the market

\n

Let’s start within the WordPress space:

\n\n

No WordPress product is really providing a full solution though. Plenty of non-WordPress products are trying. Here are some that are interseting to look into:

\n\n

I don’t envy professional photographers on the web

\n

Professional photographers have a lot to juggle.

\n

They’ve got to manage leads, their website copy, their contacts and CRM, their galleries and portfolio, their client albums and workflow, their events, their raw copies of photos and backups, the ability for clients to buy from them, and more.

\n

Managing this entire setup online is possible, but right now a photographer with a WordPress website and a third party system for album reviews, sales, and leads is kind of lame.

\n

I think WordPress can do a better job, and reduce expenses for professional photographers, while enabling them to have a more synchronized web experience for their clients. I think WooCommerce introducing a Photography extension is one piece of the puzzle, but it doesn’t solve the over-arching problem.

\n

I truly believe someone could create a theme and plugin shop that competes with these third parties. But it needs to have a lot going for it: beautiful display, an easy to use interface (I’m not sure the back-end of WordPress counts as this), help photographers not continuously repeat themselves during photo management, and generally make their life as a professional photographer easier.

\n

Hosted services are tackling this problem. Those photographers managing their websites on WordPress may have more freedom and lower costs, but right now the experience isn’t easier.

\n

WooThemes is making a good first step. I’m not sure that they are the right team to really go 100% though. I’d be interested to see another company build something integrated into this product from WooThemes (or another WordPress eCommerce product) and really solve professional photographers’ workflow grievances.

\n

Like I said, I interviewed about a dozen photographers from different backgrounds. None of those interviewed felt particularly satisfied with their web workflows. There is room in this market. My question is: who will fulfill their needs?

\n

I think it can be a self-hosted product or hosted product, or both. But I think WordPress should be an excellent tool for photographers, and right now it’s not.

\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 27 Jan 2015 21:30:11 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:15:\"Brian Krogsgard\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:13;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:36:\"Matt: SPIEGEL Interviews Dean Baquet\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:21:\"http://ma.tt/?p=44634\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:52:\"http://ma.tt/2015/01/spiegel-interviews-dean-baquet/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:835:\"

SPIEGEL: One of the reasons Snowden didn’t approach the New York Times was that the paper had refused to publish the initial research about the NSA’s bulk collection in 2004. The story was only published almost a year later. Was it a mistake to have held back on that reporting?

\n

This interview with Chief New York Times Editor Dean Baquet is remarkable both for its frank, direct questions and its frank, direct answers. I got to meet with Dean a few months ago and it really struck me how excellent he and the other editorial and product folks inside of the NYT are.

\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 26 Jan 2015 23:33:32 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"Matt\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:14;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:71:\"WPTavern: Deflame Web App Aims to Improve Discussion on WordPress Blogs\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=37875\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:81:\"http://wptavern.com/deflame-web-app-aims-to-improve-discussion-on-wordpress-blogs\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:4788:\"

\n

Life on the internet is full of controversial debates, people with strong opinions, and trolls, occasionally mixed in with intelligent, engaging conversation. You never know what you will encounter when you venture into the comments section on blogs with open discussion enabled, but that’s the beauty of free expression.

\n

The Tavern has always been a place where anyone is welcome to offer opinions in the comments, even if they’re not fully polished. Oftentimes this results in some quality interaction from community leaders. We use Jetpack comments, but the module is lacking in features that add a more interactive discussion experience between commenters.

\n

Deflame is a new web app, created by Alex Becker, that aims to improve the quality of discourse on the internet. Both the standalone app and the Chrome extension were built to work with WordPress sites, since the platform currently dominates the web. Deflame offers three features that allow users to “ignore asshats,” delineate a side in debate, and share their perceptions of an argument with others via a unique URL.

\n

I tested the standalone version and the Chrome extension, using a recent WP Tavern post regarding HeroPress, which sparked some heated debate. The app adds radio buttons to identify comment authors with whom you agree or disagree. You also have the option to ignore comments.

\n

\"deflama-example\"

\n

It’s unclear why sometimes the comments receive two radio buttons, but it’s likely that the app cannot accurately anticipate the correct placement of the buttons due to differences in comment templates. Once you mark your opinions in the comments, clicking the Chrome extension button will present a summarized table at the top of the page. It includes a unique URL that allows you to share your view of the debate with the flames dampened.

\n

\"deflame-summary\"

\n

Becker hopes that the app will give users a way to frame their positions and perceptions on debates that happen in the comments. “Too often, debates over important issues devolve into reasonable people on both sides attacking the trolls or madmen they perceive as representing the opposition,” he said. “Deflame aims to give commenters on WordPress-powered blogs the ability to rise above this.”

\n

Since the app doesn’t actually affect the website on which it’s being used, it offers an independent way of presenting a user-moderated discussion. Users can show an overview of their opinions, even when a site doesn’t offer interactive voting features for comments.

\n

However, some may not be comfortable with the fact that the app’s share link hides comments that have been ignored. The ability to view all comments is the only way to get the proper context for other comments posted in a debate. If visitors arrive to a site by clicking on a Deflame-generated link, they may not understand that they are only viewing a select group of comments. For this reason, I think an additional button to “show hidden comments” would be useful.

\n

Overall, Deflame is an interesting idea that might make a useful WordPress plugin, if its code licensing permits. The project is available on GitHub. It includes a small list of supported sites, though the extension works reliably on many more that are not included in the list. If you want to test it, check out the standalone Deflame app or install the Chrome extension.

\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 26 Jan 2015 20:41:24 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:15;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:47:\"WPTavern: WP Chat Hosts AMA with Justin Tadlock\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=37863\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:57:\"http://wptavern.com/wp-chat-hosts-ama-with-justin-tadlock\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3905:\"

\"jt\"

\n

WP Chat is currently hosting an AMA (“Ask Me Anything”) session with Justin Tadlock, founder of Theme Hybrid and co-author of Professional WordPress Plugin Development. Tadlock recently joined forces with fellow WordPress.org Theme Review team member Emil Uzelac to provide theme review as a service.

\n

Leland Fiegel, founder of WP Chat, invited Tadlock as the first guest in a series of AMAs with WordPress community members. If you’re new to the format, Fiegel recommends that you check out Matt Mullenweg’s AMA, which was hosted on Reddit a year ago. Fiegel has a similar question-and-answer setup running Discourse, which is less ideal to navigate but gets the job done.

\n

Theme Hybrid is one of the oldest WordPress theme shops in business. As a long-time theme and plugin developer, Tadlock has witnessed WordPress trends over the years and has helped to shape theme development best practices. So far, a couple of the highlights from the AMA include:

\n

Q: Advice for someone working full-time in an unrelated field trying to break into the WP business? I’ve been waking up at 5am for years to learn and practice WP dev but it sure seems slow going with the full-time job necessary to feed my family.

\n

Start a WordPress-related blog. Write tutorials. Share things that you learn. Learn things by writing about them. That’s how I got to know people in the community. It’s also how I was able to successfully launch Theme Hybrid.

\n

And, always reply to comments on your blog. You’ve got to interact with your readers. At a certain point, that gets tough, but keep the conversation going.

\n

Q: What is the worst thing about WordPress (the software) in your opinion? How can it be made better?

\n

From a pure user perspective, I’d like to see the admin simplified even more. Get rid of anything that’s not necessary. I’d drop the theme/plugin editors and tools screen for starters. Then, I’d work on figuring out how to simplify the post screen as much as possible.

\n

Ever curious about the future of post formats, I asked Tadlock if he likes them and if he believes they have a future. He replied:

\n

I love post formats. They’ve really been around for as long as I’ve been using WP (anyone remember Matt’s asides?). I think the initial build was put in too soon, so it’s created some problems for theme authors. I feel like I’ve overcome most of those issues with the post formats-related code in Hybrid Core.

\n

If you’re a new or experienced theme developer, this is your chance to ask Tadlock anything. The WP Chat thread will be open for approximately 24-36 hours, if you have a question for Tadlock and want to join in.

\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 26 Jan 2015 17:55:39 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:16;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:18:\"Matt: Build a CMS?\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:21:\"http://ma.tt/?p=44627\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"http://ma.tt/2015/01/build-a-cms/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:224:\"

Austin Smith at Mediashift talks about Why It’s Risky Business for Publishers to Build Their Own CMS.

\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 26 Jan 2015 05:00:45 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"Matt\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:17;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:24:\"Matt: If Apple Made Milk\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:21:\"http://ma.tt/?p=44625\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:40:\"http://ma.tt/2015/01/if-apple-made-milk/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:297:\"

If Apple Made Milk, and Other Super-Cool Imaginary Product Packaging, cool work by the artist Peddy Mergui. (Who uses WordPress.)

\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sat, 24 Jan 2015 19:45:26 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"Matt\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:18;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:76:\"WPTavern: Acknowledge Me Plugin Outputs a GitHub Repository’s Contributors\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=37834\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:83:\"http://wptavern.com/acknowledge-me-plugin-outputs-a-github-repositorys-contributors\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3202:\"

\"pods-team\"

\n

Open source projects often struggle with finding practical ways to recognize contributors. Although most contributors aren’t in it for the recognition, it’s nice for project leaders to have a way to showcase who is behind the work. The relative number of contributors on a project is often a good indicator of how many people are ultimately committed to its success.

\n

Acknowledge Me is a new plugin created by the folks behind the Pods Framework. It makes it easy to output contributors for any GitHub repository onto a WordPress post, page, or PHP template.

\n

The plugin’s shortcode is configurable, so you can set the owner (the user name or organization name for the repo), the repo name, and optionally add a header and limit the number of contributors to display.

\n

[acknowledge_me owner=\"pods-framework\" repo=\"pods\" header_text=\"Pods Is Brought To You By:\" total=\"50\"]

\n

The output will generally look the same, no matter what theme you have activated. However, you may need to tweak some of the CSS in the event that the yellow mousover overlay doesn’t line up. When hovering over individual contributors, the plugin displays the number of contributions and links to the user’s GitHub profile.

\n

I tested the plugin with a sample repo and found that it works as advertised and also responds nicely to various screen sizes.

\n

\"contributors-screenshot\"

\n

If the layout looks familiar, that’s because the Acknowledge Me plugin is based on the Underscores.me website, which showcases folks who have contributed to the starter theme. Underscores.me is essentially a live demo of what this plugin does.

\n

At the moment, you cannot show contributors for a specific version, as this isn’t something that the GitHub API supports in its responses for listing contributors. The default output lists contributors to a specified repository, sorted by the number of commits per contributor in descending order.

\n

If you have a website dedicated to your project or you simply want to feature contributors in a blog post, the Acknowledge Me plugin gives you an easy way to do that. You can install it via WordPress.org.

\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 23 Jan 2015 23:12:23 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:19;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:26:\"Matt: Find Fulfilling Work\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:21:\"http://ma.tt/?p=44615\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:42:\"http://ma.tt/2015/01/find-fulfilling-work/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:406:\"

\n

Alain de Botton seems to be behind this fun series of videos that tries to apply philosophy to everyday life. This one I think is particularly important for founders, as I’ve seen many unhappy employees at startups because the founder was fundamentally unhappy because they were doing it for the wrong reasons.

\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 23 Jan 2015 21:00:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"Matt\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:20;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:74:\"WPTavern: Pressable Struggles to Retain Customers Following Recent Outages\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=37786\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:84:\"http://wptavern.com/pressable-struggles-to-retain-customers-following-recent-outages\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:8174:\"

\"pressable\"

\n

Customers who have been following the Pressable Status blog received no reassurance this week regarding the current outage. The Pressable team is currently working around the clock to resolve the issues causing customer websites to go down. The status blog states: “We do not currently have and will not likely provide an ETA in this situation. The best thing to do is to keep checking the current status at the bottom of this post.”

\n

The current outage comes on the heels of last week’s outage, for which CEO Vid Luther apologized on the company’s blog. Some customers reported 24+ hours of downtime. Pressable has been flooded with help desk requests, angry tweets, and emails. For the past two weeks the company has been hemorrhaging customers faster than it can repair the servers.

\n

What’s Happening at Pressable?

\n

Recent communications on the Pressable blog have left customers confused about the root of the incidents. The status post cites a litany of compounding problems, i.e. issues with caching servers, internal bandwidth limitations on database servers, limitations on the rates at which servers can be added, an isolated cluster that was causing trouble for the others, etc.

\n

I spoke with Vid Luther to get a better understanding of what is happening behind the scenes at Pressable. From the outside, it appears that the company has a lack of infrastructure to accommodate the current customer load, but Luther said it’s much more than that:

\n

The answer to this is complicated, it depends on your understanding of technology, business, and the WordPress eco-system. We are not lacking in terms of hardware or network capacity; we are short on the number of employees we have in comparison to the number of customers we have. Our entire team consists of 5 people, most people are usually amazed to learn about what we’ve accomplished as such a small team. But, when you have such a disparity in terms of employee to customer ratio, communication in a time of crisis like this suffers.

\n

Over the past several weeks, the company has had all hands on deck to fix the problems, but customers have commented on the lack of transparency and Luther’s silence during the incidents.

\n

“I would like to apologize for not having a better communication strategy. Hopefully, others can learn from this, and plan for it accordingly,” Luther told the Tavern.

\n

“But, having a great communication plan doesn’t work for very long, eventually, you have to fix the problem for good,” he said. “That is what we’ve been working on. Over the past 12 months, we’ve had issues, and we’re tired of apologizing. I thought it would be best for us to deliver the solution instead of saying sorry once again.”

\n

A Long-Standing Problem with Infrastructure

\n

Customers have pointed out that while their websites have gone down, the Pressable site remains in tact. “This is because our website along with several thousand others, are already in our new infrastructure,” Luther explained.

\n

“The new infrastructure has much better underpinnings, not just from a raw horse power perspective, but it’s been designed with situations like this in mind. I would say it’s probably one of the more advanced configurations out in the WordPress hosting market.”

\n

In Luther’s post to the company blog regarding the previous outage, he mentions that the company anticipated this kind of problem last summer.

\n

Fortunately, this is something that wasn’t completely unanticipated, we had identified this as a potential issue last summer, and had been working on upgrading our systems over the next two months.

\n

What happened to halt the migration to the new infrastructure? Luther attributes it to an error in judgment.

\n

The current situation is one of several scenarios we identified last summer, and then we ranked them in order of impact to customers, and probability of it actually happening. But, as you know Murphy’s law applies to all situations and people, and it applies here. We anticipated an event like this, and we designed a solution to address it, we were so busy building the new solution, we didn’t think about putting some safe guards on the old infrastructure. This was an error in judgement. I am to blame for it.

\n

The root of the issue here is that our old infrastructure had a very large impact radius, and we didn’t migrate people fast enough after we had identified it.

\n

Luther recognizes that the recent outages have had an impact on the business, as many customers are looking for alternative hosting solutions. He said that the team has ideas to help mitigate the losses once the situation is stable, but they aren’t ready to share those at this time.

\n

“First we want to make the current system stable again, then we’ll work with the affected customers and do what’s right by them,” he said.

\n

The five-person Pressable team is currently stretched thin and working overtime. Luther encourages customers to remember that there are human beings working tirelessly behind the servers and technology.

\n

We’re exhausted, we’ve got pregnant wives, parents who’ve suffered multiple strokes, and some of us are still reeling from a divorce, we’re human, we’re juggling too many things at once, and we know we shouldn’t be, but we don’t know how to just stop. The tweets, the comments, and general treatment by customers and competitors has been a brutal reminder of what it is to be a human. Could we have done things diferently? Absolutely.

\n

The hosting business and the technology and infrastructure behind it are complex. Last year, WP Engine, a much larger company that received $15 million in funding in 2014, had to address critics following a damaging exposé of its customer support. Eventually, every successful host will encounter the challenge of keeping pace with its own growth. Engineering customer happiness following unreliable service is an equally challenging endeavor.

\n

Pressable is cooking up strategies for regaining consumer confidence following the recent incidents, but the first order of business is to resolve the issues surrounding the current outage. This morning the company opened up a room on its Hipchat account to add another line of communication. For now, customers have no choice but to ride out the storm and watch the Pressable Status blog for updates.

\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 23 Jan 2015 20:02:23 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:21;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:91:\"WPTavern: New French Theme Shop Hexagone Launches with Free and Commercial WordPress Themes\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=37748\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:101:\"http://wptavern.com/new-french-theme-shop-hexagone-launches-with-free-and-commercial-wordpress-themes\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3087:\"

\"hexagone-themes\"

\n

Earlier this week, WP Theming‘s Devin Price announced a partnership with French translation specialist Fx Benard on a new theme shop aimed at the French-speaking WordPress community. Hexagone is now open for business with four products available – two commercial themes and two free themes.

\n

The duo plan to expand to offer more “products, support, content, and documentation in the language of Molière.” Price joined forces with Bernard after successfully working with him on translation workflows and French translations for DevPress themes. The shop’s name is derived from “l’Hexagone,” which is often used to describe France’s geographical shape.

\n

Price and Bernard are aiming to make Hexagone the leading source for WordPress themes and tutorials in French. “There aren’t too many companies in this space yet, and we’re hoping a great company that’s devoted to the ideals of open-source can do well,” he said. “There’s 75 million native speakers of French and about 338 million total.”

\n

While the vast majority of theme shops conduct business and support in English, the number of non-English speaking WordPress users is on the rise. Hexagone’s founders believe that the market is ripe for a theme shop that can provide French language-specific products, documentation, articles, and support. “If it takes off, we’d love to hire some writers and developers to work with us full-time,” Price said.

\n

Hexagone published a detailed writeup of the technologies used to build the online storefront. The site is powered by Easy Digital Downloads, Stripe, Gravity Forms, and their Reunion theme. The article offers insight on the different types of plugins and technologies useful for selling digital products with WordPress.

\n

If Hexagone is successful, it will demonstrate that there is room in the wide world of WordPress themes for more language-niche theme shops. WordPress’ continued international success depends on the ability for non-English speakers to be able to find documentation and support in their own native languages. Hexagone is setting out to prove that the French market is ready for it.

\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 22 Jan 2015 21:49:14 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:22;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:27:\"Matt: Scaling PAPER for Kim\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:21:\"http://ma.tt/?p=44619\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:43:\"http://ma.tt/2015/01/scaling-paper-for-kim/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:615:\"

I always like reading Paul Ford’s writing, and this one about How PAPER Magazine’s web engineers scaled Kim Kardashian’s back-end (SFW) is funny and accessible. I learned that people still use Movable Type. Also if PAPER used VIP, the story would be short and boring:

\n
    \n
  1. Wake up, press the publish button.
  2. \n
  3. Watch the stats go crazy. Sip some bourbon.
  4. \n
  5. Go to sleep.
  6. \n
\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 22 Jan 2015 21:02:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"Matt\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:23;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:83:\"WPTavern: HeroPress Launches Kickstarter Campaign to Highlight WordPress Developers\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=37724\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:93:\"http://wptavern.com/heropress-launches-kickstarter-campaign-to-highlight-wordpress-developers\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3349:\"

\"heropress\"

\n

HeroPress is a new WordPress community initiative with a Kickstarter campaign, created by Topher DeRosia, a developer for XWP. Its mission is to “develop the WordPress heroes of the world by sharing the accumulated wisdom of the community.”

\n

While looking for a way to give back to the WordPress community, DeRosia spoke with hundreds of people, many of whom live in different time zones around the world.

\n

“I began to notice a common problem,” he said. “Many of them felt disconnected from the greater WordPress community – the Western WordPress community. For some it was a language issue, for others location, and still others simply not understanding culture.”

\n

The initiative’s $60K AUD (~$48,000 USD) Kickstarter goal is intended to fund video production, branding, and marketing for DeRosia and his team to film six episodes, spotlighting WordPress developers.

\n

“These presentations will share the wisdom these WordPress Heroes have acquired through their successes and failures with one goal in mind: to provide information, insight, and inspiration to WordPress developers all around the world that will help them become WordPress Heroes,” DeRosia writes in the campaign description.

\n

Turning developers into “WordPress heroes” is a rather nebulous goal that may not easily catch on with the general community. However, the fact that international WordPress developers feel disconnected is a real issue that could use more attention.

\n

Many WordPress professionals who would like to attend some of the larger community events are denied visas or unable to afford the expense. Cultural misunderstandings across borders are quite common in the community, which is growing fastest in the non-English speaking world.

\n

This initiative recognizes a real problem, but the marketing and approach could use some additional refining. HeroPress has already received sharp criticism from one of WordPress’ lead developers for its male-only speaker lineup and use of the term “hero:”

\n

@pippinsplugins unambiguous hero worship in an open source community (and of six males) doesn\'t seem like much of an achievement.

\n

— Andrew Nacin (@nacin) January 22, 2015

\n

\n

DeRosia has a passion for mentoring people and hopes to encourage developers around the world by highlighting their work and expertise. It’s not yet clear whether video production to highlight “heroes” will resonate with the WordPress community, but the campaign has already received $8,565 AUD of its $60K goal. DeRosia has 24 days remaining to get HeroPress fully funded.

\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 22 Jan 2015 20:07:48 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:24;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:98:\"WPTavern: High Risk Security Vulnerability Discovered and Patched in Pagelines and Platform Themes\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=37702\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:108:\"http://wptavern.com/high-risk-security-vulnerability-discovered-and-patched-in-pagelines-and-platform-themes\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3131:\"

\"pagelines\"

\n

The PageLines and Platform drag-and-drop themes for WordPress have recently been patched for a privilege escalation vulnerability and a remote code execution issue discovered by Sucuri during a routine audit. Sucuri is classifying the vulnerabilities as high risk, with a DREAD score of 9/10, and recommends that users update their copies of the themes as soon as possible.

\n

The privilege escalation vulnerability is present in both themes, where a WordPress AJAX hook is used to modify a set of options. “Because all wp_ajax_ hooks are usable by any logged-in users (no matter what privileges they have on the target site), a subscribed user could use this hook to overwrite any options located on WordPress options database table,” Sucuri explained in the advisory.

\n

This makes it possible for an attacker to grant all new users the administrator role. However, a user’s site must be open for registration in order for this kind of attack to be successful.

\n

The free versions of these themes have been downloaded from WordPress.org more than half a million times apiece, so there are likely to be thousands of WordPress users who could potentially be affected. Fortunately, a patch is already available. The WordPress Theme Review team worked quickly to fast-track the two patched versions of the themes, so anyone who has them installed will see an update notice in the WordPress admin. Users who purchased the commercial versions will also see an update available.

\n

If you are currently unable or unwilling to update, a plugin is available that will block exploits for the legacy themes. You can download it from GitHub and install it like any other plugin if you need a quick fix to buy you time to update.

\n

“To clarify, this is ONLY in legacy version of these two PageLines products (Framework and Platform),” PageLines founder Andrew Powers commented on the advisory. “Since this was first reported to us three days ago, we’ve immediately patched those files and updated them on WordPress.org, GitHub and anywhere on PageLines servers.”

\n

So far, Powers has no knowledge of the issue having been exploited. The fact that the danger is limited to sites with open registration should also cut down on the number of vulnerable sites. Now that the security issue is public, it’s imperative that users update immediately.

\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 22 Jan 2015 19:07:34 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:25;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:20:\"Matt: New Simplenote\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:21:\"http://ma.tt/?p=44613\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:36:\"http://ma.tt/2015/01/new-simplenote/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:425:\"

New Simplenote App Updates for iOS, Android, and Mac, some nice iterations. Update: Simplenote for Android was just highlighted by The Verge as one of the best Material design apps.

\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 22 Jan 2015 00:27:25 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"Matt\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:26;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:43:\"WPTavern: Drew Jaynes to Lead WordPress 4.2\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=37669\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:53:\"http://wptavern.com/drew-jaynes-to-lead-wordpress-4-2\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2490:\"\"photophoto credit: 10up\n

WordPress 4.2 development officially kicked off today at the regularly scheduled core development meeting. Andrew Nacin announced that 10up engineer Drew Jaynes will be leading the release.

\n

Jaynes, who has contributed to every major release since 3.3, recently led the initiative to create inline documentation for every hook in WordPress. He will be accompanied by Scott Taylor, who will help guide core feature plugin development for the media and image efforts that will be in motion throughout 2015.

\n

The WordPress core team is planning three releases this year. “At the moment, that looks like one in April, one in August, and one in early December,” Nacin said. He anticipates that the WP REST API will see the light of day in 4.3 or 4.4, due later this year.

\n

Jaynes opened the meeting with discussion on possible candidates for features in 4.2, which are likely to include Press This, Theme Switcher, and Shiny Updates (smoother installation and updating of plugins and themes). The merge deadline for feature plugins is approximately two weeks away.

\n

“In addition to feature plugins, I’d like the general focus to be on polishing up some of our existing UIs in terms of mobile and accessibility wherever we can,” Jaynes said. “Seems like there’s tickets hanging out there we could get some wins on.”

\n

A 4.1.1 maintenance release is on its way this week or possibly early next week. The 4.2 project schedule is now updated with tentative dates for the release. The team is targeting April 8th for the official release, with the first beta planned for the week of February 25th.

\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 21 Jan 2015 22:35:11 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:27;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:88:\"WPTavern: How to Set Up a WordPress Development Site with Codio’s Free Cloud-Based IDE\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=37626\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:95:\"http://wptavern.com/how-to-set-up-a-wordpress-development-site-with-codios-free-cloud-based-ide\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:7395:\"

\"codio-new-logo\"

\n

Codio is a cloud-based IDE that is primarily used in the education sector but is also available to developer professionals. The service provides instant coding environments with support for code editing and a large array of popular programming languages and software components.

\n

By making the IDE available to users through the browser, Codio eliminates the hassle that educators experience when setting up development environments for students. Projects created in Codio are accessible both in the classroom and at home, which helps students continue their learning outside of the classroom.

\n

Codio offers a free account that gives you 256 MB memory per project and 2 GB storage per project. Other pricing tiers cater to teachers, students, schools, universities, and professionals. However, the free account is perfect for creating a quick development site with WordPress, and you can set it up in under five minutes.

\n

Step 1: Create a New Project

\n

After creating an account with Codio, you’ll be greeted with a prompt to create a new project. Click through to get started with a new project that will contain your development environment.

\n

\"codio-projects-screen\"

\n

You’ll now have the opportunity to choose from three different starting points: an empty project, a starter pack, or a GitHub import. Select “a starter pack.”

\n

\"codio-create-project\"

\n

This will take you to a page that lists all of Codio’s certified starter packs, which help you easily get started with technologies like Angular, Node + Express, Drupal, Ruby on Rails, and more. There are a dozen starter packs that are certified and supported by the Codio team.

\n

\"codio-starter-packs\"

\n

Fortunately, there’s a starter pack for WordPress that will automatically set up MySQL, Apache, and PHP. This makes the setup process quick and hassle-free, and you’ll be using the latest version of WordPress in just a couple minutes.

\n

After you select the WordPress starter pack, you’ll be returned to the project page. Free accounts are limited to public visibility on projects, so you may need to upgrade to the Pro plan if you require private projects.

\n

Step 2: Configure WordPress

\n

After you complete the project setup, you’ll be dumped out onto the readme file for your project where you’ll find instructions for configuring and installing WordPress. If you’re bothered by non-capital P’s in WordPress, steady your nerves and remember that someone made this for you to use for free.

\n

Navigate to “Configure Project” in the top menu and then follow the instructions in the terminal to run the configuration script. When prompted for your password, press Enter. This is the only action you need to take during the process.

\n

\"codio-configure-project\"

\n

Step 3: Install WordPress

\n

Once configuration is complete, navigate to “WordPress Login” in the top menu. This will take you through the normal installation process.

\n

\"codio-wordpress-install\"

\n

Now you should be able to log in at the following URL:

\n

http://theory-opera.codio.io:3000/wordpress/wp-admin/

\n

Step 4: Activate the Permalink Fix & Disable Canonical Redirects Pack Plugin

\n

Once you’re in, the last required step is to go straight to plugins and activate the Permalink Fix & Disable Canonical Redirects Pack plugin, which you’ll find pre-installed. Visit the front end like you normally would and you’ll see your shiny new WordPress site.

\n

\"codio-wordpress-frontend\"

\n

The URL for your site will look something like this:

\n

http://theory-opera.codio.io:3000/wordpress/

\n

Within the Codio interface you can easily edit WordPress core, theme, and plugin files, as well as upload new files. If you have WordPress projects hosted on GitHub, you can easily import those into Codio to make changes and push those changes back to the repository.

\n

The cloud-based IDE is very similar to using WordPress on Koding in many respects, and I found it equally easy to set up on both services. Both provide a quick way to do some testing, without having to set up a development environment on your local machine. If you decide to experiment and break everything, it’s safe and easy to start over. Codio’s friendly environment provides a great way to get your friends or children started with using WordPress.

\n

Since Codio was developed with educators in mind, the dashboard has a handful of helpful tutorials for learning about Git, an introduction to HTML and CSS, and an introduction Javascript. If one of your 2015 resolutions is to get started learning some technologies outside of WordPress, such as Ruby, Python, or Angular, Codio is a great option for getting development environments up and running so that you can start learning right away.

\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 21 Jan 2015 21:21:08 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:28;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:70:\"Post Status: Let’s Grow: Introducing the Post Status Membership Club\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://poststatus.com/?p=7492\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"https://poststatus.com/lets-grow/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3982:\"

I’m overjoyed to share this with you. The Membership Club is open, and on the site’s two-year anniverary to boot.

\n

I can’t wait to share this journey with you.

\n

The link above is a complete features page where you can see what you’ll get, as well as choose between a $99 Club Membership or $365 Patron Membership. Both memberships are annual. You pay once, and you get great stuff for a year.

\n

This wouldn’t be possible without the terrific partners that are supporting me. Each of these twelve companies has invested hard-earned money into Post Status, and I’m so thankful.

\n

They’ve all committed for a full year. Here they are, in alphabetical order:

\n\n

Please check out the Partners page. Some of them also have their profiles already on the Organizations directory as well.

\n

For those of you that register, you’ll be able to create a Profile of your own. Though it might be a couple weeks before the submissions process is totally fleshed out.

\n

Profiles and organizations will also be linked from future blog posts, making finding great content and information about those within the WordPress ecosystem easier than ever.

\n

The Post Status Notes newsletter will begin Monday after PressNomics, where I’m headed today. I’ll be publishing there between now and then, but the email starts Monday. Those of you who buy a membership and login can of course see it immediately. The notes I published before today are still visible with direct links as well.

\n

The resources section is coming soon. I couldn’t squeeze everything I wanted to do into the initial launch, but I am launching on time.

\n

There’s a job board coming as well.

\n

Finally, most of the partners have deals that they’re going to share with members. We’ll get those gathered up and in a central spot on the member side of the site real soon.

\n

For companies that aren’t partners but want to be involved, consider the job board and the Patron memberships your opportunity to show support for the site.

\n

Thank you, everyone, for your support and for making this site possible. This is definitely an alpha version of what I want Post Status to be, but I’m so proud of what I’ve been able to make live so far, and I’m thrilled that this gets to be what I do every day.

\n

For those of you on the fence about whether this is a good value: I know what you mean. It’s a newsletter, some resources, and some deals. It’s $99. Not cheap (but not too expensive either).

\n

I promise you this: I will work harder than ever to build out the available resources and offer you content and insight you can’t find anywhere else. That’s my pledge.

\n

I’ve been writing about WordPress for coming on five years, and I am in it for the long haul. I hope you all will join me, so that we can grow together.

\n

Now, go check out the Club page.

\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 21 Jan 2015 20:21:34 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:15:\"Brian Krogsgard\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:29;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:21:\"Matt: Where dreams go\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:37:\"http://ma.tt/2015/01/where-dreams-go/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:37:\"http://ma.tt/2015/01/where-dreams-go/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:263:\"

Within your heart keep one still, secret spot where dreams may go, and sheltered so, may thrive and grow where doubt and fear are not. Oh, keep a place within your heart, for little dreams to go.

\n

— Louise Driscoll

\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 21 Jan 2015 05:46:27 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"Matt\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:30;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:72:\"WPTavern: Archive WordPress Content with the Archived Post Status Plugin\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=37591\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:82:\"http://wptavern.com/archive-wordpress-content-with-the-archived-post-status-plugin\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:5260:\"

\"archived-post-status\"

\n

WordPress plugin developer Frankie Jarrett has been on a roll this month, pumping out plugin releases on WordPress.org. Last year, Jarrett sold ChurchThemes.net to Lift co-founders Chris Wallace and Brad Miller. Since that time he has been focusing on product development for WP Stream, which has allowed him a few extra minutes to create some free extensions for WordPress.

\n

At the end of December and in early January, he released five small but highly useful plugins:

\n\n

Several of his latest creations are handy for membership sites and web applications. Archived Post Status caught my eye, because adds more flexibility for using WordPress as a CMS. The plugin adds a new post status that enables posts and pages to be archived. This effectively allows you to unpublish content without having to send it back to draft status.

\n

\"archived-post-status-dropdown\"

\n

WordPress’ default post statuses currently work very much like an on/off switch as far as a finished post is concerned. Of the eight default statuses, Published is the only one that is public, while all the rest remain behind the curtain in various states of unreadiness. None of the statuses, apart from Published, adequately indicate that a post is complete or finished.

\n

Fortunately, WordPress makes it possible for developers to register their own custom post statuses, which is what Jarrett did with this plugin. He created it for sites where content is not always meant to be evergreen. It allows you to archive posts in the same way that you might archive email.

\n

Archived Post Status is compatible with posts, pages, and custom post types, giving you a wide array of possible use cases:

\n\n

While custom post types seem to be one of the most likely uses for this plugin, you may not want to have the archived status available to all post types. Jarrett includes a filter that allows you to exclude the Archived status from appearing on certain post types.

\n

Some might be wondering why you wouldn’t use the Draft status, since the Archived post status essentially puts a post in the same state. To use drafts in this way would be to split its purpose into multiple uses, which are not clearly separated when sorting. If you are looking for previously published content that is complete, while hunting through all drafts in progress, you have to be fully knowledgeable of all the content on the site and use your memory to do the sorting. The archived status keeps everything nicely sorted for future use.

\n

\"archived-posts-list-screen\"

\n

If you need a non-public archive of completed posts, this simple plugin will do the trick. I tested it and works exactly as advertised. Download Archived Post Status from WordPress.org.

\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 21 Jan 2015 01:29:43 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:31;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:73:\"WPTavern: Modern: A Beautiful Free Blog and Portfolio Theme for WordPress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=37303\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:82:\"http://wptavern.com/modern-a-beautiful-free-blog-and-portfolio-theme-for-wordpress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:4293:\"

In just one week since its release, the new Modern theme was downloaded nearly 2,700 times from WordPress.org. It was created by WebMan Design, a Slovakia-based company founded by Oliver Juhas. WebMan Design has been selling WordPress themes across multiple marketplaces since 2012 and recently began focusing on producing future-proof themes that meet WordPress.org standards.

\n

Modern is the company’s second free theme on WordPress.org, following the Mustang Lite business theme released last year. It was designed for personal and small business portfolios.

\n

\"modern\"

\n

Modern’s bold style incorporates a fullscreen header slideshow that is perfect for showcasing large images with header text. The homepage features your latest blog posts along with an optional sortable portfolio section. The header includes two menu locations for the primary navigation and the social links menu.

\n

All of the customization options for the theme are built into WordPress’ native customizer, including the following:

\n\n

Modern offers unique styles for each of WordPress’ default post formats. The demo’s style guide page shows that the theme author took many of the smaller details into consideration, including code formatting, blockquotes, lists, table styles, highlighted text style, image alignment, Jetpack Mosaic galleries and more.

\n

\"post-formats\"

\n

The heart icons you see in the single post meta are powered by the free ZillaLikes plugin from ThemeZilla. Modern includes support for Jetpack to manage the portfolio posts, logo image, and uses its featured content module to power the homepage banner. It also includes support for Schema.org markup and Theme Hook Alliance action hooks.

\n

WebMan Design developed the theme with performance in mind and links to Pingdom results of load tests for the demo site. The demo site takes 1.73s to load and gets a 94/100 performance grade.

\n

\"theme-demo-performance\"

\n

Check out a live demo of the Modern theme in action. WebMan Design has created extensive documentation for the theme, its various styles, and available third-party plugin integrations. Modern is available for download from WordPress.org or via your admin themes browser.

\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 20 Jan 2015 21:37:19 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:32;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:55:\"WPTavern: Calling People Out in the WordPress Community\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=37545\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:65:\"http://wptavern.com/calling-people-out-in-the-wordpress-community\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3289:\"\"Namephoto credit: Adarsh Acc\n

The founder of WP Site Care, Ryan Sullivan, explains how a negative SEO campaign nearly took his business offline. Sullivan shares details behind the attack, how it affected the bottom line, and says it was someone in the WordPress community who orchestrated the attack.

\n

Using some sophisticated techniques we were able to trace back to the source of the spam attack and unfortunately found out that the attack was started by someone within the WordPress community.

\n

They did everything through a third-party, an internet hitman of sorts, to try to cover their tracks, but they weren’t quite careful enough and we were able to uncover where everything started.

\n

Instead of naming the individual, Sullivan left a message aimed specifically at the person responsible, “The only reason I even mention it is so that hopefully, that person reads this, and knows that what they’re doing is impacting the livelihood’s of people and their families.” It’s this message which has me wondering, is it time to name and shame people in the WordPress community?

\n

The Good

\n

In my experience, the community rarely calls people out, even if they have routinely harassed others at a WordCamp. Instead, we usually find out about them through back channels. By calling people out, it warns others and makes everyone aware of the situation.

\n

The Bad

\n

Naming and shaming creates the potential for libel and defamation lawsuits. The internet has a long memory and if a person changes for the better, it will be hard to forget mistakes made in the past. It could hurt future employment opportunities as employers do background checks using Google. There’s likely a lot of unintended consequences as well.

\n

Judge and Jury

\n

I doubt the community will start calling people out, as it creates anger, grief, and drama. Besides, who are we to act as judge and jury? However, it bothers me to know that an unnamed person is negatively impacting the livelihood of WordPress businesses and people.

\n

On one hand, I want to see the individual dealt with in the public sphere and turned into an example. On the other, I feel it’s probably not the best way to go about it. Maybe the system already in place is the best way to handle these types of situations? Write a post, raise awareness, and tell others who to watch out for in the back channel. What do you think?

\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 20 Jan 2015 20:41:49 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:33;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:22:\"Matt: Not the Only One\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:21:\"http://ma.tt/?p=44610\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:38:\"http://ma.tt/2015/01/not-the-only-one/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:139:\"

I know I’m like a year late on Sam Smith, but his voice on this is so amazing and haunting, it’s a perfect song.

\n

\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 20 Jan 2015 06:35:36 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"Matt\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:34;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:59:\"WPTavern: The Philanthropic Side of The WordPress Community\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=37461\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:69:\"http://wptavern.com/the-philanthropic-side-of-the-wordpress-community\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:14236:\"

Whether it’s businesses participating in charity work or individuals who need financial assistance, the WordPress community has repeatedly shown how generous it is. Here’s at look at some WordPress businesses that participate in philanthropy and individuals who experienced the community’s generosity first hand.

\n

Matt Mullenweg Co-creator of WordPress

\n

\"CharityWater

\n

Matt Mullenweg is a strong believer in providing easy access to clean drinking water to regions of the world who need it most. He works with several charities and organizations including:

\n\n

To celebrate his 30th birthday, Mullenweg requested that donations be made to his Charity water campaign in lieu of gifts. The goal was $30K, but the campaign raised over $44K.

\n

Mitch Canter of Studionashvegas

\n

\"Justice

\n

Mitch Canter runs Studionashvegas, a full service WordPress development agency. Canter has attended two mission trips with a group called Justice and Mercy International. The group’s mission is to make justice personal for the poor, the orphaned, and the forgotten. He’s also traveled to Chisinau, Moldova and Prague, Czech Republic to help assess long-term needs and provide any necessary supplies for the short-term as well as interact with local children.

\n

Canter and his wife also sponsor Veronica, a Moldovan orphan, through Justice and Mercy International. The couple routinely writes letters to Veronica and plans to see her the next time they visit the country. They also serve in their local church and volunteer with the local food bank, One Gen Away, to provide meals to families who are in need.

\n

Syed Balkhi of WPBeginner

\n

\"PencilsSince 2013, Syed Balkhi and WPBeginner have helped build at least three new schools in Guatemala through the Pencils of Promise charity. Pencils of Promise is a for-purpose organization that builds schools, trains teachers, and funds scholarships. In 2014, WPBeginner celebrated its 5th birthday by hosting a huge giveaway and launching a $50K campaign to fund two new schools. The campaign was successful and Balkhi says the goal for this year is to build three new schools.

\n

PressNomics

\n

\"St

\n

PressNomics is an annual conference dedicated to the business side of WordPress. Each year, the event donates a portion of its proceeds to St. Jude Children’s Research Hospital. Pagely Co-founder, Joshua Strebel, says the decision to donate to St. Jude was made long before he and his wife had kids, “St Jude has been our charity of choice for many years. Even before Sally and I had kids, we were touched by those commercials that showed the kids fighting cancer. I’ve always had a soft spot for kids, coming from a large family. Of all the charities you could give to, St. Jude is a no brainer.”

\n

Since 2012, the event has donated over $11K to St. Jude Hospital and Strebel says funding from PressNomics 3 this year will allow them to donate over $10K to a charity yet to be named. “After PressNomics 1, we donated a little over $5K and there was an anonymous matching donation. After PressNomics 2, we donated a little over $6K. This year the budget has allowed us to donate just over $10K.”

\n

DonorsChoose.org

\n

\"DonorsChoose\"
\nWhen I reached out to the community to figure out who gives to charities, I discovered a number of people who use DonorsChoose. DonorsChoose is an organization that makes it easy to help classrooms in need. Public school teachers post classroom project requests, which range from pencils for poetry to microscopes for mitochondria-organization.

\n

Eric Mann, who contributes to the organization, had a lot of friends in college who majored in education and went on to become teachers. He discovered that many of them worked in schools with small budgets and limited supplies. He explains why he uses DonorsChoose.org.

\n

I use DonorsChoose.org to help fund the purchase of books for classroom lessons, field trips to museums and science exhibits, and modern laptop computers for technical education. Many of the teachers I sponsor are working in low-income areas with at-risk youth and don’t have the tools available to make much of a difference without community sponsorship.

\n

Mann believes investing in education is one of the best long-term investments you can make, “It’s easy to spend money on this Kickstarter or that IndieGoGo when you get a tangible (or digital) return on the investment. Spending money to help protect and shepherd the education of today’s youth, though, returns an investment in better educated leaders, educators, and technologists for tomorrow.”

\n

WP Site Care

\n

WordPress support agency, WP Site Care, contributed to several different organizations and initiatives throughout 2014. The list is lengthy and includes:

\n\n

I asked WP Site Care founder, Ryan Sullivan, why he chooses to give back to so many charities and what it means to give back.

\n

We support a number of different causes because any charitable contributions that we’re able to make are a direct reflection of the people at our company. We found out about a number of causes from the WordPress community itself. For example, funding treatment for autism is something that has a personal impact on a few of us at WP Site Care.

\n

We like to make sure that the causes that are important to individuals become important for all of us collectively. It not only goes to help the causes themselves, but helps us get closer as a working family.

\n

Individuals Who Received Financial Assistance From The WordPress Community

\n

Just Tadlock – Near the end of 2013, Justin Tadlock discovered the perfect house, but he didn’t have the money to cover closing costs, quarterly taxes, and appliances. He requested $5K to cover his costs, but he ended up receiving over $7K. It’s important to note that the campaign took place around Christmas which is a tough time financially for a number of people. However, the community rallied together to give Tadlock the ultimate Christmas gift.

\n

Dan Griffiths – Dan Griffiths, who is known on Twitter as Ghost1227 and one of the creators of WP Tally, recently found himself in a financial emergency. He needed $2,500 within 24 hours. He reached out to Happy Joe, an organization that helps veterans in need. Happy Joe founder, James Dalman, published an all points bulletin on Twitter asking for help from the WordPress community. Within two hours of the initial call for help, Griffiths reached his goal.

\n

Kim Parsell’s Son – Kim Parsell’s son was about to begin a new job when tragically, his mother passed away. He wasn’t able to start the job, putting him in a financial bind. He created a campaign asking for $1K to help pay bills as he mourned the loss of his mother. Within 42 minutes, 8 people raised $760 of the requested $1,000. When it was all said and done, 33 people raised $2K.

\n

John James Jacoby – In late 2014, John James Jacoby launched a crowdfunding campaign asking for $50K in order to work on BuddyPress, GlotPress, and bbPress full-time for 6 months. The campaign was successful generating nearly $52K.

\n

Proud To Be a Member of This Community

\n

This is just a sample of the generosity expressed by the WordPress community. Although several businesses contribute to charities, it’s the individuals who receive funding that impress me. If one of us ends up in dire straits, potentially thousands of people are ready to help. It’s just one more reason why I’m proud to be a member of this community.

\n

I’m certain I missed a few WordPress individuals and businesses that contribute to great causes, if you’re one of them, please use the comments and tell us about it.

\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 19 Jan 2015 23:34:59 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:35;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"WPTavern: Tackling Depression in IT\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=37466\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:45:\"http://wptavern.com/tackling-depression-in-it\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:16947:\"

\"yana-petrova-wceu-2014\"

\n

One of the most unique sessions I attended at WordCamp Europe 2014 was Yana Petrova’s presentation on Depression in IT – Why Sometimes Happiness Requires Effort. Petrova, a marketing expert and long-time food blogger, is a member of both the WordPress community and the larger tech community in Bulgaria. She has also worked as an organizer for many local technical conferences over the years.

\n

Her motivation to address the widespread problem of depression in IT grew out of personal experiences with friends and co-workers who were struggling with it. This put her on the path to research the disease and find ways to raise awareness on the topic. I had the opportunity to interview Petrova after the event, and it’s easy to see why she is a person to whom people would come for advice. Her warm, empathetic personality is combined with a rare willingness to listen to others.

\n

Petrova’s experience in food blogging gives her a format for talking about depression in a way that people can understand, which helps to mitigate the stigma that surrounds the issue. We’ll take a look at some of the recipes she shared in her presentation, but first it’s important to have a basic understanding of depression.

\n

Understanding Depression

\n

Nearly everyone knows someone who is suffering from depression, as it afflicts more than 350 million people of all ages worldwide and is the leading cause of disability. In the most extreme cases it can lead to suicide.

\n

Clinical depression is the most severe form, which is often treated with psychological and pharmacological therapies. However, many more people suffer from milder forms of depression from time to time.

\n

In his TED talk, titled Depression, The Secret We Share, writer Andrew Solomon said, “The opposite of depression is not happiness but vitality.” He describes his own dark journey of struggling with depression, which he noticed when all the normal activities of life and work began to seem like too much.

\n

One of the things that often gets lost in discussions of depression is that you know it’s ridiculous. You know it’s ridiculous while you’re experiencing it. You know that most people manage to listen to their messages, and eat lunch, and organize themselves to take a shower and go out the front door, and that it’s not a big deal.

\n

And yet you are in its grip and you are unable to figure out any way around it. And so I began to feel myself doing less and thinking less and feeling less. It was a kind of nullity, and then the anxiety set in.

\n

Solomon notes that people tend to confuse depression, grief, and sadness, but understanding the trajectory and duration of these feelings will help to clarify the situation. While grief is explicitly reactive and related to loss, depression doesn’t always have an easily identifiable cause. Some forms of depression will require professional help for the person to regain a semblance of normal living.

\n

Sources or Triggers of Depression in IT

\n\"photophoto credit: Code & Martini by Ivana Vasilj – cc license\n

Depression in the IT industry can be more difficult to address, as many tech workers are intelligent, independent, and in high demand. Three years ago, when Yana Petrova and her colleague first proposed a presentation on depression for a local tech conference, she experienced a great deal of resistance.

\n

“There were a lot of discussions surrounding it and people in the organizations were hesitant to include it,” she said. “They believed that people who are in IT are earning very well, the people who are suffering should just go to the doctor, there’s no need to discuss it at a technical conference.” The presentation was so impactful, however, that some of the top Bulgarian psychologists heard about it and encouraged them to continue raising awareness.

\n

The IT industry has several unique factors that seem to contribute to depression and anxiety. Many people in the WordPress community, in particular, work alone at home as freelancers or with distributed companies. Unless the individual is motivated, this work environment can severely limit healthy social interactions. Additional pressures can also lead to periods of depression, including:

\n\n

“I think that most of the time they are trying to become really good at what they are doing, which requires most of their attention and most of their time,” Petrova said, commenting on the lifestyle of many developers with whom she is connected.

\n

“When you are reading code, coding most of your time, and doing things related to coding, then a social part is missing – the part related to relationships, self-esteem, knowing yourself. You’re just not going deeper into that, because you are giving your time and attention to something else, trying to be good at something else. Our brain resources are kind of limited.”

\n

Client interaction is also a major cause of stress and anxiety for self-employed professionals. When you work from home by yourself without a team, criticism from clients can have a severe impact on your feelings of self-worth. If you don’t have a healthy reservoir of outside interests and hobbies, you can easily become mired in client negativity.

\n

During Petrova’s presentation at WordCamp Europe, she received questions about how to deal with clients who can damage a developer’s self-confidence. Sometimes clients don’t understand that they are not working with machines but rather real people with families and lives.

\n

“Because a lot of people are working from home, what the client thinks and what the community thinks about their work can be a source of depression,” she said. “Actually, a lot of people have mentioned that clients are sometimes rude in explaining how incompetent they were.” This can have a devastating impact on a developer who is lacking self-confidence, outside social connections, and restorative hobbies.

\n

“Questions about clients wasn’t something I expected, but it’s another vertical to explore,” Petrova said. It has inspired her to start working on a talk about relationships, clients, teams, and how to preserve your team.

\n

Petrova has observed that many people working in IT don’t prioritize knowing themselves and understanding their reactions, although this is not unique to the IT industry. They are often blind to their mental health issues and don’t know when to seek help.

\n

Tips for Dealing with Depression and Anxiety

\n

Petrova’s presentation centered around ways to prevent depression and successfully cope with work-related stress and anxiety. “Depression is not something that defines you for a lifetime,” she said. “It might be just a problem, and it might be that, at this time, happiness requires more effort for you.”

\n

She believes that depression is an important mechanism in the human consciousness. “It’s a signal for us that change is necessary – changes about us or changes somewhere around us.”

\n

Petrova compares cooking recipes to recipes for coping with depression, noting that it’s important to adapt those recipes to work with your preferences and needs. Her presentation highlights five ways that you can discover and create your own recipes for preventing depression from setting in.

\n

1. Take deep breaths.

\n

Deep breathing practices help you to regain calmness and perspective. “They say that graveyards are full of irreplaceable people,” she said. “Actually, we all are, but it’s more important that we are alive, we are here, and we are happy. We can never control everything in the world, and we should never try to take responsibility for all the things here. We often tend to forget that our bodies have their limits and we are fragile.” Deep breathing reminds us that we are not machines.

\n

In addition to breathing, Petrova suggests finding other activities outside of work that will help you to gain perspective on life. “Dedicate special time for your recipes,” she said. “Start spending an hour in the morning with your coffee. Spend Sunday afternoon with someone or with friends,” she suggests.

\n

“But never give away this time. Never give it away for work. Never replace it for something, never sacrifice it. It’s important that you keep this thing and slow down.”

\n

2. Make lists.

\n

Petrova advises people to make lists of recipes that work for them in preparation for moments when it’s difficult to think clearly. “Think of those lists as emergency plans. When the grey veil of depression comes, your rituals may not seem as important or as life-saving as the day before,” she said. “You might not enjoy them as you did before, so you should have a list of things.” Perhaps it’s a list of movies you wanted watch, or places you wanted to visit, a restaurant or recipe you wanted to try.

\n

At the beginning you won’t be willing to do anything from this list. Those things will look silly and you say no this is not the time to do this. You will be preoccupied with all of your worries right now. Force yourself and just pick a thing and start doing it. Start those lists today and obey them frequently.

\n

Petrova shared a few simple items on her own list – i.e. eating avocados, making herself a chai latte, enjoying a local spicy soup. If you maintain a clear list of things that make you feel better, you have some activities to turn to when things start to become stressful at work.

\n

3. Provide small wins.

\n

Make goals for yourself that put you on the path to success with frequent, small milestones. This will help to keep you oriented towards fulfillment. “Another recipe of mine was to keep an editorial calendar,” Petrova said. “Even if I am not feeling well, I already had something planned, so I can keep moving in that direction.”

\n

4. Think about your thinking.

\n

People who excel at solving some of tech’s most complex problems can also be notoriously masterful at avoiding introspection. Petrova approaches the topic of introspection with the idea of “debugging yourself,” a concept with which many in tech are familiar.

\n

She suggests writing your own user manual to document how you work and what keeps you healthy. “Write your own user manual. Start writing a user manual for yourself and imagine you are giving it to someone else. This will help you think more about how you are thinking,” she said.

\n

“You can see that there are a lot of small hacks that can help you feel better. Just imagine how empowering it might be to discover more,” she said.

\n

“This requires a lot of patience and dedication. It usually takes time for reading and time for writing. It takes time to debug your mind.” Petrova suggests writing down all of the things that help your mind work better so that you have that manual for when depression tries to settle in.

\n

“Debug yourself, but if you can’t do it yourself, then try to talk to someone,” Petrova said. “We cannot resolve anything by ourselves.”

\n

5. Learn to listen, learn to share.

\n

You can never underestimate the importance of community in maintaining your mental health. The community is stronger when people overcome their irrational inhibitions and learn to share their stories and listen to each other.

\n

“It’s not really easy to listen the proper way, but you can sometimes save people by listening to them carefully,” Petrova said. “You can empower them by listening to them.

\n

People need to tell their stories to realize what is happening. Sometimes when you are keeping things only in your head, you are not realizing the power of your situation.”

\n

When should depression lead you to seek professional help? “In some official resources, they say if you are feeling like this for four weeks then go find some help,” Petrova said.

\n

“But I think that the more you are getting to know yourself, the more you can feel if you need to meet with someone or talk with someone. The doctor might not be the first person. The first person might be a friend or a relative or someone who is closer to you. Or just someone you see, someone you believe in and decide to tell your story to. I really believe that it’s powerful to tell stories.”

\n

Staying Healthy and Preventing Depression

\n

Petrova recommends a book called The Healthy Programmer, which contains the basics of healthy living for people who work most of the time in a seated position. She believes that movement is especially important for those who work from home and set their own schedules.

\n

The first thing is related to moving/movement. Are you moving enough? Are you doing active things, sports? This is really important, because if you are living where you are working, then you can find yourself in a situation where you are staying home, ordering food all the time. You forget all the healthy things you could do to feel better, for your body to feel better and your mind to work well. It’s really related.

\n

If you’re staying active and able to use your normal problem-solving skills to debug yourself, you will greatly lessen the chances of falling into depression. Building up these habits takes time, but you’re also less likely to be crippled by stress and anxiety. In the future, Petrova plans to start a blog called “The Happiness Cookbook” in order to encourage people to share their recipes with the community.

\n

“Get to know yourself better and your reactions to different situations,” Petrova advises. “You really need a lot of time to know what’s happening to you and to know how to react in a timely way for prevention.

\n

“We all have our stressful moments. We all have our sad moments. You are certain to have them in your lifetime. But you can learn how to prevent your reactions, what to do when depression happens, and the best way to overcome it. The temporary feelings can be over at some point with the help of simple tips, and then you are not going to get depressed. Otherwise, you are just digging into that.”

\n

Obviously, there are some forms of depression that will ultimately require professional help. Petrova’s tips for prevention are intended to help folks before they reach a very dark place where they have lost interest in work completely and are struggling to find vitality.

\n

“Depression means that you need to change something, for yourself, around yourself, about yourself,” she said. “This is the key message. Just research the pain that made you feel like this and start debugging it step by step.”

\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 19 Jan 2015 22:39:35 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:36;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:36:\"Matt: Pope Francis on Climate Change\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:21:\"http://ma.tt/?p=44598\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:52:\"http://ma.tt/2015/01/pope-francis-on-climate-change/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:718:\"

He has been called the “superman pope”, and it would be hard to deny that Pope Francis has had a good December. Cited by President Barack Obama as a key player in the thawing relations between the US and Cuba, the Argentinian pontiff followed that by lecturing his cardinals on the need to clean up Vatican politics. But can Francis achieve a feat that has so far eluded secular powers and inspire decisive action on climate change?

\n

The Guardian on Pope Francis’s edict on climate change will anger deniers and US churches. Definitely the coolest pope in my lifetime.

\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sun, 18 Jan 2015 16:30:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"Matt\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:37;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"Matt: No Relief for Air Travelers\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:21:\"http://ma.tt/?p=44607\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:49:\"http://ma.tt/2015/01/no-relief-for-air-travelers/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:420:\"

Oil prices have fallen by about half since June, making it much cheaper just in time for drivers to fill up their cars for Christmas travel. But the decline in oil prices has had made no perceptible difference on the cost of flying.

\n

New York Times: No Relief for Air Travelers.

\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sat, 17 Jan 2015 23:35:19 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"Matt\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:38;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:72:\"WPTavern: Proposed Enhancements to Distraction-free Writing in WordPress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=37456\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:82:\"http://wptavern.com/proposed-enhancements-to-distraction-free-writing-in-wordpress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3711:\"

When we asked readers what they thought of the new Distraction-free writing mode in WordPress 4.1, a majority of readers responded that it was an improvement. However, a number of others stated they preferred the old version. Readers also took to the comments to describe their first impression of the feature.

\n\"DistractionDistraction Free Writing in WordPress 4.1\n

Since the release of 4.1, I’ve forced myself to use DFW. When I write content, I often hit the preview button several times to review changes. This results in DFW mode turning on and off multiple times which I find distracting and at times, annoying. I’m not the only one who feels this way as Brian Krogsgard of PostStatus.com explains:

\n

When I write, I tend to save and preview the post live a number of times while I’m writing, especially toward the end of my time spent writing.

\n

It gets a bit dizzying to be fixing typos and saving and previewing while going in an out of DFW.

\n

I’d like to see “Save Draft” and “Preview” buttons moved into the editor body, so that I can stay in DFW while finishing up my posts.

\n

I like the idea of moving the Save Draft and Preview buttons to the post editor. It’s one of the reasons why I reviewed the Distraction Free Preview Button plugin by Alex King. Krogsgard also lists several other ideas with screenshots showing the changes in action, including:

\n\n

Jen Mylo, who reviewed the feature as a user, suggests similar improvements. One other thing I’d like to see is a full-height editor. It’s annoying when the meta boxes fade away, the editor remains the same size as if the boxes are still in place. That’s because they are, but I think it would be better if DFW mode would go back to being a separate writing experience so meta boxes are a non-issue.

\n

I believe if the ideas proposed by Krogsgard and Mylo are implemented, DFW would likely become the primary mode in which I write content. Until then, I’m sticking with the default interface. What you do you think of the proposed ideas and are there any you’d add?

\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sat, 17 Jan 2015 22:09:18 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:39;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:80:\"WPTavern: JavaScript Leads The Pack in RedMonk’s Programming Language Rankings\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=37449\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:87:\"http://wptavern.com/javascript-leads-the-pack-in-redmonks-programming-language-rankings\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2289:\"

Research and analyst firm, RedMonk, released its programming language rankings for January 2015. RedMonk looks at programming language discussions on Stack Overflow and usage on GitHub in an effort to extract insights into potential adoption trends.

\n

The results from the analysis are not clear indications of general usage but rather, an examination of the correlation between two populations RedMonk believes to be predictive of future use.

\n\"RedMonkRedMonk Q115 Programming Language Rankings\n

It doesn’t surprise me to see JavaScript and PHP so high on the chart, especially since JavaScript is in the middle of a renaissance. The results also mirror the suggestion that in the future, 90% of WordPress development could be JavaScript based.

\n

Be sure to read RedMonk’s interpretation of the data and the trends worth noting. Also worth reading is Wired.com’s take on the data and the rising popularity of Apple’s Swift programming language. What do you make of the rankings?

\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sat, 17 Jan 2015 20:53:35 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:40;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:77:\"Post Status: Ideas for small improvements to the new Distraction-Free Writing\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://poststatus.com/?p=7388\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:58:\"https://poststatus.com/distraction-free-writing-wordpress/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:9980:\"

Distraction-Free Writing has been a bit of a controversial feature in WordPress this release. It changed from a you have to toggle to it every time feature to it’s always on feature in WordPress 4.1.

\n

With that change, the DFW experience changed to be more like the regular editor, well, because it is the regular editor. It just removes stuff off of the screen that you’re not using.

\n

Here’s the editor now, with DFW not on:

\n
\"4-1-post-editor\"

The WordPress post editor, as of WordPress 4.1 (with custom admin theme colors)

\n

And here’s the editor now, with DFW on:

\n
\"dfw-wp-4-1\"

DFW mode as of WordPress 4.1

\n

Jen Mylo wrote a post about how she doesn’t like the new feature as much as the old one. I’ve seen similar complaints a few times from folks.

\n

The positive trade-off is that now DFW is much more likely to be used, since the setting (the four-arrow icon in the upper right corner of the editor box) is persistent for a user once enabled. Previously, DFW had to be toggled in each use, and was probably used by a minority of users.

\n

4.1 was the first go at the feature in its new state, and I think it’s pretty great. I’m now using DFW every post I write, whereas before I almost always forgot to turn it on; plus, it previously felt like a commitment to the blog post.

\n

Nevertheless, I think Jen’s critique (as well as others’) are noteworthy, so I decided to take some of the complaints I’ve heard and hack around in the browser inspector to see if I could alleviate them.

\n

One thing Jen brought up was the height of the editor box. You no longer toggle the height from the bottom corner; instead it auto-adjusts with your content, and comes shipped with a default height.

\n

Full-height editor box

\n

She believes, and I agree, that it would be nice if the editor filled the available height of the window, because right now it feels a bit squished and cramped. Thankfully, we have the viewport height (vh) unit in CSS, and this can be adjusted with pure CSS and a few media queries.

\n
\"dfw-4-1-full-height\"

WordPress DFW mode with full-height content area

\n

I think this is a progressive feature, so I’d be for using the vh CSS unit not using Javascript on this, despite the not-great browser support in IE.

\n

In fact, I really like this concept, even when not in DFW mode. It really calms me down, not seeing the metaboxes below the post content right out of the gate. We can just keep them right below the editor, just out of sight.

\n
\"WordPress

WordPress post editor with full height content area

\n

Centered editor in DFW

\n

Another note Jen made was that she was bothered the editor isn’t centered in DFW mode. Well, I’ve never noticed that, but now I do, ugh. \":)\" It’s this way because DFW simply hides the right column and admin columns, which are not the same width, and therefore the editor is left with unequal margins.

\n

Well, during the transition of those admin columns, theoretically, we could also move the editor box, though I think we should test what kind of UX effect there is of transitioning the editor your cursor is in. It might not be the most elegant solution.

\n

Nevertheless, here’s what it’d look like once you’re done, including the full-height editor box.

\n
\"DFW

DFW full-height editor and centered

\n

I’m iffy on this one. I really don’t like the idea of moving the box you’re actively focusing on. Needs testing.

\n

Max-width on the editor box

\n

A critique I learned from another user was that the huge width on the DFW editor box bothered them. I agree. I think we should put a max-width on the editor box — probably whether the user is in DFW mode or not.

\n

Here’s the large version that’s unwieldy, especially in DFW mode:

\n
\"We

We should not let this get so wide. Line length matters!

\n

Inverted editor colors, with centered content box

\n

One more idea: what if we inverted the WordPress admin colors, so that the background was white, and metaboxes were gray. And then, we could ditch the “container” of the editor box altogether.

\n

Here’s a mockup of that.

\n
\"All

All white background, with centered editor

\n

I think this could look really nice, but it would require a good bit of admin changes.

\n

And then the Distraction-Free Writing version:

\n

\"dfw-all-white\"

\n

Save and Preview inline

\n

This one is my own idea, based on drafting posts in this mode every day.

\n

Distraction-Free Writing toggles on and off pretty rapidly as you focus in and out of the editor. When I write, I tend to save and preview the post live a number of times while I’m writing, especially toward the end of my time spent writing.

\n

It gets a bit dizzying to be fixing typos and saving and previewing while going in an out of DFW.

\n

I’d like to see “Save Draft” and “Preview” buttons moved into the editor body, so that I can stay in DFW while finishing up my posts. Here’s what that looks like:

\n
\"DFW

DFW with Save and Preview inline

\n

Iteration is important

\n

Iteration in WordPress feature development is important. I’m glad we introduced Distraction-Free Writing in the first place, and I think the changes in 4.1 are worthy. They may need some adjustments, but it’s a process that will continue to improve.

\n

Constructive feedback is always good. The more we use and figure out how others are using various features of WordPress, the more they can be improved.

\n

In preparing to write this post, I was able to reach out in WordPress Slack and find out the best venue to give feedback, and if Jen’s post and this one help start a conversation, the changes can make their way to Trac tickets and eventual patches to make WordPress better.

\n

I’ve seen at least a handful of folks say “Bring the old Distraction-Free Writing back!” That’s understandable; lots of folks don’t like change. Every UI-involved feature in WordPress ever has had critics.

\n

But when you look at WordPress today and WordPress 5 or more years ago, WordPress today is way more beautiful to use. That’s because the experience the core team has built has iterated over time in response to use, feedback, and contributions.

\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sat, 17 Jan 2015 18:01:11 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:15:\"Brian Krogsgard\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:41;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:39:\"Jen Mylo: Distraction-free Writing Mode\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:26:\"http://jenmylo.com/?p=4787\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:60:\"http://jenmylo.com/2015/01/17/distraction-free-writing-mode/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:6729:\"

Once upon a time in WordPress there was a New Feature called Distraction-free writing mode. You accessed it by clicking the icon in the editor toolbar that means full screen pretty much everywhere on the web.

\n

\"post

\n

It would load a new screen tha mostly just consisted of a writing box not surrounded by meta boxes or formatting, and what limited formatting options there were would only appear when you moused out of the writing area. It wasn’t perfect (I would have liked that fading toolbar to have all the same formatting options as the regular editor) but it was pretty non-distracting, and it just felt calm.

\n

\"old

\n

A while back I noticed some changes in the wp-admin regular editor. All the navigation and meta boxes now faded away while you were writing, and I thought, “Oh, that’s pretty nice, kind of a DFW Lite!” I didn’t pay too much attention, as I was just writing a quick post, but in my head I approved, and thought it was a good improvement. Until this morning.

\n

Most of my blog-based activity happens on work-related blogs that have front-end posting forms, so it’s been a while since I tried to access DFW mode. But I was going to be writing a long post, and I wanted to go over into that peaceful screen, so I clicked on the full-screen icon. That’s when I discovered that what I thought was DFW Lite was actually the new DFW. There was no more new screen.

\n

At first I thought,”Hm, that’s a lot more efficient. Good for them!” Then I started writing, and thought, “[Letters-in-a-configuration-to-replicate-my-slightly-alarmed-and-uncomfortable-sound]!” I hated to admit it, but I felt physically uncomfortable. Am I turning into Sheldon (skip to 3:34)? Crap! Anyway, here’s why I don’t love the new DFW.

\n

When wp core switched over to the “toolbar anchors to top of editor no matter how long your post” setup, users lost the ability to grab a corner of the editor and drag it to make it taller. Since it is supposed to automatically resize as you write, most people thought this was a tradeoff with a net benefit, and even though I really didn’t want to lose my little corner resize handle, I agreed that the net benefit was worth it. The thing is, if in your head you’ve already thought out a long post, starting in the small box feels cramped, kind of like when you have to repack a sleeping bag and you’re smooshing it with all your might to get it to fit back into the compact stuff sack.

\n

Think about opening a New Document in MS Word (or equivalent writing program) , or a writer putting a fresh piece of paper in the typewriter (for those who are too young to remember, it’s like this). There have been reams written by famous authors in the past about the feeling that action engenders — a feeling of limitless possibilities, a knock on the creative door, an open road ahead. That’s what DFW tried to emulate. Starting in the small box instead of the full height box feels like possibilities with limits, a creative window that won’t open more than 3 inches for safety, a road with one lane closed for construction. Thoughts scrunch down to try to fit into the available space.

\n

Even when the box expands to be the height of the screen (minus padding against top and bottom of browser), a chunk of space is lost at the top for the toolbar. That fade it used to have really did remove distraction. I wish there had been a way to combine the zen of the fade away (Matt’s original nickname for DFW was zen mode) with the convenience of the always-at-top placement.

\n

In the old DFW, the writing window really did have that feeling of a fresh New Document or crisp new sheet of paper. Now, even once it’s tall, it’s a bit off-center to the left, because that’s where the editor box is when on a screen containing navigation and metaboxes.

\n

\"Screenshot

\n

There was a time (pre-2000) when I didn’t think too much about alignment in UIs. Then I got a lot of design ideas drilled into my head that stuck, especially regarding alignment. I like asymmetry in a lot of things, always have. Hell, in a site we were just working on one of the things we said we wanted was some asymmetry. But for DFW, the symmetry — the centeredness — was a big part of what made that screen so calming. Your brain didn’t have to do any pattern recognition or internal balancing to make it feel right. But now it skews to the left and it’s driving me crazy, Sheldon style. This isn’t zen for me; it’s a misused apostrophe, a lowercase p, a cabinet door left open.

\n

I thought I’d be a holdout forever against using the new wordpress.com posting interface (I have a lot of issues with it, surprise), but, well, their DFW has that open and symmetrical feeling (even if it has other problems) that makes for a non-Sheldony writing experience.

\n

\"Screenshot

\n

So this might be my last post written in wp-admin DFW mode for now. Farewell, old friend!

\n

* * *

\n

Standard disclaimer when writing about WordPress: This is my personal opinion. I have not been the UX lead for WordPress core for a couple of years now, so this post on my personal blog should not be seen as representing the WordPress project in any way, it’s just my personal experience with a user interface.

\"\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sat, 17 Jan 2015 16:08:51 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:8:\"Jen Mylo\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:42;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"WPTavern: First Look at SIDEKICK\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=37315\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:42:\"http://wptavern.com/first-look-at-sidekick\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:4144:\"

After experiencing a significant delay in late 2014, the folks over at SIDEKICK have launched a new website along with Composer. Composer is a tool that allows you to create visual, guided, walkthroughs. When SIDEKICK Co-founder, Ben Fox, showed off the initial demo last year, I described it as the Camtasia of WordPress.

\n

SIDEKICK has a couple different plans available depending upon how many walkthroughs you want to publish. The free account allows for three published walkthroughs, 50 monthly plays or views, 1 active website, and support for WordPress multi-site.

\n\"SIDEKICKSIDEKICK Activated\n

The walkthrough creation interface is similar to Camtasia in that it has a timeline with various steps that can be added. To supply audio, you need to upload a pre-recorded mp3 file for each step. While not as easy as recording the audio within the plugin, it’s easier to fix mishaps without having to redo the entire walkthrough.

\n\"WalkthroughWalkthrough Interface\n

It’s Clearly The First Version

\n

While testing SIDEKICK, I encountered several things that need to be addressed in future versions. During the initial setup, there is a box that explains how to build your own walkthrough with a link to get Composer. This leads me to believe that it’s a separate product or plugin when in reality, it’s not. Composer is part of SIDEKICK out of the box. Update SIDEKICK has already released an update that fixes the copy.

\n\"GetOld Get Composer Information Box\n

I encountered a few links which point to a 404 page, like their Terms of Use. With so many steps in the setup process, it would be nice if SIDEKICK had a walkthrough of its own, to guide users on how to configure it. Despite these minor setbacks, they don’t detract from its usefulness. Fox says, the team is already aware of the issues and over the next few weeks, will release several updates.

\n

It took awhile, but once I understood how it works, I found creating walkthroughs a fairly easy process. With version one out the door, it will be interesting to see how it’s adopted by theme and plugin developers, considering a number of them already use admin pointers that are built into WordPress. However, there’s a distinct difference between a simple pointer and walking people through a task.

\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sat, 17 Jan 2015 03:59:35 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:43;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Matt: Fasting\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:21:\"http://ma.tt/?p=44604\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"http://ma.tt/2015/01/fasting/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1053:\"

“Fasting for as little as three days can regenerate the entire immune system, even in the elderly, scientists have found in a breakthrough described as ‘remarkable’.” — Fasting for three days can regenerate entire immune system, study finds.

\n

Harper’s had a great article on fasting a few years ago it’s not online at the moment but here’s a PDF of it. It’s also common in yoga and folks trying to live longer. I haven’t tried it myself yet, but perhaps will at some point this year — I like the idea of doing something by doing nothing.

\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sat, 17 Jan 2015 01:10:34 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"Matt\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:44;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:23:\"Matt: The Right Problem\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:21:\"http://ma.tt/?p=44601\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:39:\"http://ma.tt/2015/01/the-right-problem/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:385:\"

Working on the right problem is more important than working hard. — Caterina Fake

\n

Found via 84 highlights from The Startup Playbook by Automattician Dave Martin.

\n

The hardest thing in the world is spending the most time on the most important things.

\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 16 Jan 2015 22:08:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"Matt\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:45;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:38:\"Post Status: A small Medium experiment\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://poststatus.com/?p=7366\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:43:\"https://poststatus.com/medium-vs-wordpress/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:9842:\"

I’ve always wanted to write a post on Medium. But I’ve always been too greedy to do so, because I like to own my content, and I’ve never had a topic that I really wanted to write about that didn’t better fit on my personal blog or this one.

\n

That changed today, so I got to experiment. On hearing that Teehan+Lax shut down, I felt it was a worthy time to try Medium. I had a bone to pick with their exit post, and they helped design Medium’s first version, so it seemed fitting.

\n

Here’s a link to the finished product. Until today, I had never really done anything to play with their editor beyond look at it and write a few sentences to see the basics of how things worked.

\n

First impressions of Medium’s editor

\n

Medium’s front-end is beautiful. And the back-end looks quite similar. They try to take pretty much everything out of your way to leave you to your words. I like that.

\n

The only problem with simplicity is that it can obfuscate how to actually do stuff. In the case of the Medium editor, there are two methods to interact with text.

\n

\"medium-more-options\"

\n

First, you can click the little plus button, which allows you to insert a pre-formatted block of something.

\n

\"medium-tooltip\"

\n

 

\n

Second, you can highlight text and get a tooltip of formatting options.

\n

Some of these options are confusing. The tooltip one was fine, but the + button was tougher. I didn’t know what to expect by clicking the horizontal line or the play button. I thought the code brackets were odd, as surely not many people are putting code on Medium. It turned out that was an oEmbed button.

\n

Eventually though, I figured out roughly how to do what, even inserting those big full screen images everyone associates to Medium.

\n

For most people and most posts, these tools are enough. And all in all the experience was delightful, despite this minor criticism. However, a part of me wanted more.

\n

I like the persistent editing buttons of WordPress (though I could definitely do with fewer options in TinyMCE). I even felt a little weird about Medium’s previews. It’s basically a front-end preview when you edit, but it’s also not quite teh same. For example, you don’t get the below post items and other elements that affect the overall feel of the page, versus just the article.

\n

Still, I think the WordPress editing experience could learn from Medium’s efforts, even if we don’t mimic it entirely. And I do think the recent changes to Distraction writing help get us there.

\n

Simple but effective stats

\n

Medium has stats built-in. With WordPress, most people use WordPress.com’s stats module through Jetpack, or Google Analytics, or both.

\n

Medium really trims down the stats information. You basically get a few metrics: Views, “Reads”, Read Ratio, and Recommendation counts.

\n

\"medium-stats\"

\n

I love the read ratio stat. Medium’s reliance on reading versus pageviews is pretty well documented, and I’ve always thought it was great. But what I realized nearly immediately is that this gave me much greater assurance that my post is quality or not, versus metrics I have available to me with WordPress.com stats or even Google analytics.

\n

I usually determine quality of my posts based on how many tweets, comments, and pageviews I get for an article. This is great, but just because something isn’t shareworthy doesn’t mean it’s not high quality. Also, if I get 200 views but nearly everyone fully reads it, it’s better than getting 1,000 views where only 200 read it.

\n

In the latter example, I got views but I didn’t impact. My goal is to impact, and Medium’s “reads” stat helps me determine that very quickly.

\n

Referrals are also nice on Medium. I can quickly see where traffic is coming from, real time, and go see what that referring source said about my post or take part in the conversations.

\n

Most importantly, regarding referrals, is that I can see them per article. This is a feature I would love to see hit WordPress.com stats.

\n

Hardcore stats folks won’t be totally satisfied with Medium. And to my knowledge, you can add your own Google Analytics account to your medium account, so you have to live with what you get. For most of us, that is enough.

\n

I think there is a ton of opportunity for a solid stats plugin for WordPress that either makes great use of Google Analytics within the WordPress Dashboard, or rolls their own (outside of WordPress.com / Jetpack).

\n

Medium-sized exposure

\n

One element I was pretty curious of was exposure. I know that some articles have done really well on Medium, but I’m not sure what causes that.

\n

In my case, the article has had a couple thousand pageviews in a matter of an hour or two, so that’s great. However, I think it took off on Twitter and Designer News much more so than from Medium itself, besides recommendations

\n

For recommendations, it’s like a rolling snowball. I get emails from Medium every day telling me what my Twitter friends recommended on Medium. I imagine that the more people recommend my story, the more email and other distribution the story gets. That’s good, because I’ve always figured recommendation buttons were mostly useless on sites, and really only social proof for other would-be readers that are already on some kind of archive.

\n

As far as I can tell, Medium doesn’t really have a way to highlight new stories beyond recommendations. And they very much de-emphasize post dates and time-based feeds.

\n

Tag, you’re not it

\n

One last thing was categorization and tags. Medium no longer allows regular users to put a post in any particular category, as far as I can tell. You have to be some sort of more-certified user or author to put a post in one of their channels or tags or whatever they call them.

\n

I thought this was a little frustrating. Without some kind of tag, how can I put my story in a feed that others that don’t already follow me can find? I think it has potential to prevent lesser-known writers from ever being exposed to more eyeballs, because there is a much smaller initial audience to read their post.

\n

Furthermore, if I had 100 or 1,000 posts on Medium someday, it would make it harder for me to filter my own stuff. I often go back to certain categories on Post Status to see what I wrote about a particular topic in the past.

\n

Notes and public previews

\n

A couple of things that Medium excels at are notes and public previews. I can easily annotate my post in the margins, without putting the notes in the content (which I often do in WordPress). It’s very similar to Google Docs.

\n

\"medium-notes\"

\n

And public previews and draft sharing is exceptional. I have public preview functionality on Post Status, and it works okay; it’s built into Medium, and it has great placement and is easy to use.

\n

I think WordPress could build these features in. They simply make publishing better. Nearly every site could utilize a tool like this and I think that while there are plugin options for accomplishing these tasks, it’s pretty core to the experience and mission of publishing.

\n

Plenty to gleam, but not a silver bullet

\n

All in all, I liked publishing on Medium.

\n

No, I don’t own the content. Though they do have a one-click button for exporting everything you’ve ever written. (edit: reader and former Medium employee Evan Solomon notes I do own the content itself. I guess I mean it more in the sense that I don’t own the platform, and can’t guarantee my content will always be there.)

\n

I also can’t use my own domain. If I published there long term, that would be a problem.

\n

It’s unfair to compare Medium directly to WordPress. But from a publishing perspective, I’d say there are definitely elements WordPress could learn from. However, we shouldn’t just jump completely on the simplification bandwagon.

\n

Now, in terms of who can definitely learn from Medium, it’s WordPress.com. If I were going with a hosted platform, owning my own domain and being able to choose my own theme are pretty much the only reasons I’d choose WordPress.com versus Medium. The overall account (especially) and publishing experiences (marginally) feel more polished on Medium than WordPress.com.

\n

I don’t know if I’ll publish on Medium again. Probably, when I find a circumstance that this blog or my personal blog aren’t the right place. It was fun to play with a shiny new tool, but I’m still a WordPress guy, and I think we’re doing alright.

\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 16 Jan 2015 17:50:08 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:15:\"Brian Krogsgard\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:46;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:91:\"WPTavern: The WordPress Foundation Creates a Traveling Scholarship in Memory of Kim Parsell\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=37415\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:101:\"http://wptavern.com/the-wordpress-foundation-creates-a-traveling-scholarship-in-memory-of-kim-parsell\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3126:\"\"KimKim Parsell With the Docs Team Meetup in Cincinnati 2013\n

Kim Parsell once told me that attending WordCamp San Francisco 2014 was one of the best experiences of her life. It was her first WordCamp San Francisco and although she was unemployed at the time, she was able to attend thanks to financial assistance received from the WordPress Foundation. Knowing how much it meant to her to attend the event, the Foundation has launched a new scholarship program in memory of Kim to provide women in the WordPress community the same opportunity.

\n

The details of the scholarship are as follows:

\n\n

Jen Mylo, who helped turn the idea into a reality, says the program will likely live inside of a broader scholarship program, “The assumption is that it will live within a broader travel scholarship program that can be worked on this year (SF was a test of the idea, but not intended to be the only WC that would offer assistance in the future if it worked well, which we haven’t yet worked out).”

\n

By limiting the scholarship to women, the goal is to encourage more women to get involved with the project. Mylo also explained why it’s limited to first time attendees, “As a Kim memorial, we wanted this to be very Kim-specific, and that first-time experience is what we want to provide someone in her memory.”

\n

Although there was talk of possibly naming a WordPress release after Kim, this is a much more fitting memorial as it allows her to contribute to the project for years to come.

\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 16 Jan 2015 01:08:41 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:47;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:59:\"WPTavern: WPWeekly Episode 177 – Hanging Out With GoDaddy\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:44:\"http://wptavern.com?p=37411&preview_id=37411\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:65:\"http://wptavern.com/wpweekly-episode-177-hanging-out-with-godaddy\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:5253:\"

Over the years, GoDaddy has become a company people love to hate. Whether it’s poor server performance or the actions of former CEO, Bob Parsons, the company has garnered a negative reputation. Within the last two years however, GoDaddy has implemented several changes to turn the company around.

\n

In this episode, Marcus Couch and I are joined by three GoDaddy employees:

\n\n

We discuss changes made after Bob Parsons stepped down as CEO and how they’ve helped create a new culture within the company. Kurland describes what it’s like to be the first WordPress evangelist and explains his role in helping to establish relationships with people in the WordPress ecosystem. Payne provides details on GoDaddy’s managed WordPress hosting platform and what makes it different from competitors.

\n

Later in the show, we talk about the decision to remove ticketing and email support in favor of phone and live chat support. We find out the lessons the company learned when it auto activated SIDEKICK on customer’s sites without notifying them. Near the end of the interview, King shares details on a new product called GoDaddy Pro, which will make it a lot easier to manage clients on the GoDaddy platform.

\n

The biggest takeaway from the interview is that, GoDaddy has made and continues to make radical changes. It’s not the same company of a few years ago. If you’ve written them off in the past, I encourage you to give them a second look.

\n

Stories Discussed:

\n

WordPress 4.2 Will Automatically Enable Pretty Permalinks for New Sites on Installation
\nBuddyPress 2.2 Beta 1 Now Available for Testing
\nPreview the New Design for the WordPress Themes Directory

\n

Plugins Picked By Marcus:

\n

WP Email Logs Plugin stores any email sent by the wp_mail() function in a log file within the database. Details logged include: from and to user ids, from and to email address, mail subject, mail content, component, type, send date, and more.

\n

Internal Notes adds a simple textarea to the post and page editors where you can add notes regarding a particular post or page.

\n

FaceBook Feed allows you to easily display a customizable feed of your Facebook Page on the frontend of WordPress.

\n

WPWeekly Meta:

\n

Next Episode: Wednesday, January 28th 9:30 P.M. Eastern

\n

Subscribe To WPWeekly Via Itunes: Click here to subscribe

\n

Subscribe To WPWeekly Via RSS: Click here to subscribe

\n

Subscribe To WPWeekly Via Stitcher Radio: Click here to subscribe

\n

Listen To Episode #177:
\n

\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 16 Jan 2015 00:44:02 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:48;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:77:\"Post Status: WordPress and the new European Union VAT (Value-Added Tax) rules\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://poststatus.com/?p=7318\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:40:\"https://poststatus.com/wordpress-vat-eu/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:16493:\"

On January 1st, the EU rolled out some new rules for handling the VAT (Value-Added Tax). Let’s start with the obvious: I’m not a lawyer or accountant and this post is just me chit chatting and doesn’t constitute any official form of advice or whatever other legal disclaimer you need, consider this it.

\n

For most non-Europeans, the VAT may be unfamiliar, but it is relatively similar to an American sales tax. Until now, non-European businesses could basically ignore VAT (unless they have a European office), and Europeans were able to utilize the VAT rate of their home office. Now, that’s changing.

\n

Big companies from outside the EU, of course, found some nice loopholes to avoid high VAT rates even when they have a place of business in Europe; they did so by registering their EU operations in Luxembourg, where the VAT rate is lowest. Then, they only had to pay the Luxembourg rate, no matter who they sold to in the EU. The EU is now changing the rules so that the VAT rate of the consumer’s purchasing location is the rate applied, no matter where the merchant is from.

\n

General VAT information

\n

Getting easy to read information on VAT is hard. The purpose of this post is to provide that sort of information within the context of WordPress. However, for the best way to read VAT stuff in general, I’d recommend VAT Live.

\n

Impact on European businesses

\n

This, in a nutshell, is the big deal. Previously, European merchants knew their own VAT rate and applied that rate to everyone they needed to apply it to. Now there are something like 28 different rates in the EU and merchants have to apply them based on the purchaser, not themselves.

\n

For EU merchants, this sucks. Starting two weeks ago, they now have to track a whole lot of stuff and (theoretically) pay taxes to all sorts of entities. The EU has organizations that help with this, and now there are businesses like Taxamo that are helping handle the calculations and whatnot for these merchants.

\n

However, it appears actually complying is hard for small businesses and large so far. For Europeans, these rules are a complete mess and is truly going to screw up the digital good economy for European merchants.

\n

Impact on non-European businesses

\n

For non-European businesses, the new VAT rules are a lot fuzzier.

\n

In short, nothing has changed. There have been European rules in place since 2003 saying that non-European merchants should pay VAT when selling to European consumers — even for digital goods. The thing is: they didn’t enforce this because non-Europeans obviously aren’t under jurisdiction of European authorities.

\n

So, most merchants not in Europe — but selling to Europeans — have ignored existing rules for years, and we still can. But there is a but. According to some places I’m reading, there is the potential that American and other non-European governments could cooperate and even enforce European VAT rules on its citizens.

\n

Is this likely? Heck if I know. I honestly can’t decide if companies like Taxamo are just trying to churn up fear to get more customers (which is natural) or if Americans and other non-Europeans should really pay attention to VAT.

\n

My gut tells me this policy is terrible and won’t last, at least without some kind of revenue floor (like 1 million Euros or the equivalent per year, or something). But that change could be years in the making. What until then?

\n

The determining factors and implications

\n

In the end, it really depends on how willing you are to roll the dice. In my heart of hearts, I hate the idea of paying a foreign government tax revenue for a digitial good when they have no jurisdiction over me.

\n

Even “digital good” is hard to define, though the UK attempts to define qualified services in this document.

\n

I mean, I don’t even have to charge sales tax to other states in the US when Americans buy from me. Ugh. So, I really, really want to just ignore the EU — as an American at least — and tell them to screw off and catch me if they can.

\n

But.

\n

There are a few buts this time.

\n

1) It is risky. Because it is possible that the IRS will collaborate with EU member states to collect tax revenue from American digital merchants, as companies like Taxamo suggest can/will happen. I don’t want to get hit with some kind of audit or fine from the IRS years down the road.

\n

A friend did make a good point to me recently, noting that the IRS barely enforces digital goods taxes in the United States, so why would they do so on behalf of a foreign entity?

\n

2) Are European buyers breaking the law if I don’t comply as a seller? I don’t know, but a friend of mine that is complying brought that up. I can’t find much documentation on this front, but I wouldn’t want to cause European customers to break their laws by buying from me if I don’t comply.

\n

3) It makes my product more expensive to European buyers if I comply, and it hurts my feelings as an American (Boston tea party, man!), but realistically, services will — and already are — come to save the EU with relatively simple ways to comply.

\n

Enforcement and methods for complying

\n

From what I can tell, each EU member state has to do its own collecting and enforcing. The EU is the regulating body but not the ones that will put feet on pavement to go and enforce these rules and taxes.

\n

The safe bet seems to be to pay up and deal with it. But I have a feeling you could ignore these rules (if you aren’t European) and probably get by just fine.

\n

Alternatively, non-EU merchants could just ignore the EU and don’t sell to anyone there. Well, I won’t do that. I have a lot of EU-based readers and (potentially) customers. But I am pissed about these rules; the European Union is hurting small businesses, and the worldwide economy.

\n

I feel even worse for my EU-based friends. They don’t even have the option of ignoring EU member states. Penalties for non-compliance for them are even more frightening. They are being excluded as consumers of internationally distributed digital goods and also being pinned down as merchants by these overly cumbersome and irresponsibly drafted rules.

\n

Self hosting eCommerce is even harder now

\n

One additional implication of all of this is this: it is now even harder to self-host your eCommerce. If you sell at a marketplace like Etsy or ThemeForest, they can better (at least attempt to) manage the VAT rules and keep you safe. Though, from what I’ve heard, even some big marketplaces are struggling big-time with these new regulations.

\n

If you sell on your own, you have to figure out new methods on your own or with your software of choice.

\n

How to comply with VAT

\n

Complying with VAT has turned into a business opportunity, and “solutions” are popping up.

\n

No matter which solution you use, you’ll need to learn about VATMOSS. VATMOSS stands for Value-Added Tax Mini One Stop Shop. Basically, you can register with one EU country and thereafter just deal with that country for quarterly “returns” or payments.

\n

If you go through the UK, they have information on registering for VATMOSS.

\n

The EU member countries will divvy up the differences in taxes collected on their own.

\n

For non-EU providers, VoES (VAT on Electronic Services) is also worth learning about if you’re providing “digital services.”

\n

General needs

\n

There are some general needs for your store if you’re going to comply with VAT

\n\n

Honestly, some WordPress plugins are playing catchup to make these things possible and / or easier.

\n

In addition to information collection, information storage is also important. You’re supposed to store this stuff for up to ten years! You are also supposed to have ready-made reports for various authorities.

\n

Some services are helping with the calculations, others with the whole gambit.

\n

Taxamo

\n

The number one player I’ve seen in the VAT compliance market is Taxamo. They are working hard to market their product, which identifies the consumer’s country, applies the appropriate VAT, integrates with your eCommerce application, stores and creates reports of your data, and fills out a quarterly return form on your behalf. They do so for 0.20 Euros per transaction, once you surpass 20 transactions per month.

\n

Taxamo is trying to handle pretty much every part of the handshake for you, from collecting to reporting. Here’s their flow:

\n

\"taxamo\"

\n

Taxamo has a few integrations:

\n

Taxamo for Restrict Content Pro

\n

Taxamo for Easy Digital Downloads

\n

Taxamo for WooCommerce

\n

EU VAT API

\n

The EU VAT API is more hands-on, but probably a nice option for developers looking for a minimilist solution. Developed by Radish Concepts (savvy readers may recognize WordPress community member Coen Jacobs, who works with Radish), the EU VAT API is a simple, but seemingly elegant solution for the calculation of the various EU VAT rates.

\n

The EU VAT API has WordPress integration plugins for both WooCommerce and Easy Digital Downloads.

\n

edit: Coen Jacobs tells me that like Taxamo, the EU VAT API also handles more than just rates, but they haven’t fully documented all of the other features yet.

\n

Other methods

\n

The VAT API is another simple API that looks good, but I don’t know as much about it.

\n

Compliance with specific eCommerce systems

\n

The big WordPress eCommerce players pretty much all have VAT compliance methods in place by now:

\n

WooCommerce – they’re heavily on the Taxamo bandwagon, and have this extension. But there’s also the Radish Concepts one noted earlier.They also have a super slim extension where customers can enter an EU VAT number, that uses an API to calculate the cost. There’s a free plugin on WordPress.org too. Also, WooCommerce 2.3 is beefing up some features that will make it better capable for handling some of the more nuanced VAT rules.

\n

Easy Digital Downloads – Has a lot of options. Here’s their site tag for “VAT” that lists the options.

\n

WP E-Commerce – Has one coming, but it’s not complete yet.

\n

Jigoshop – I can’t find any references to the new VAT rules, but since these guys are based in Europe, surely they either have something or are working on it.

\n

iThemes Exchange – Has what appears to be an in-house VAT add-on, up to date for 2015.

\n

Who is complying so far?

\n

I was interested in who is actually complying with the new VAT rules so far — both Europeans and non-Europeans.

\n

I’ve received 120 votes from shop owners selling digital goods in my poll. I think that’s a pretty great response. Here are the results:

\n

Question: Do you have an eCommerce store that sells digital goods? Are you complying with the new EU VAT rules?

\n

\"VAT-poll-compliance\"

\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n
OptionCount%
I’m a European merchant and complying with new VAT rules2722.5%
I’m a European merchant and not yet complying with new VAT rules2016.67%
I’m a non-European merchant and complying with new VAT rules for European customers65%
I’m a non-European merchant and not complying with new VAT rules for European customers3125.83%
I’m a non-European merchant and I no longer sell to European customers1210%
I don’t know what you’re talking about32.5%
I haven’t decided what to do yet119.17%
Other:108.33%
\n

I guess the numbers aren’t terribly surprising, though I am quite surprised by how many Europeans are not complying.

\n

Now what?

\n

I think most of us will agree that these rules suck. The most organized thing I’ve seen to protest them is the EU VAT Action site. You should go there and see how to petition and participate in the debate if you are upset by these changes.

\n

Quite personally, I have to figure out what to do. My primary reasoning for doing this research was to decide if I need to comply. I wanted to share what I’ve learned with you.

\n

In addition to the poll I did, I also asked some friends running businesses. I think you’d be surprised just how many “big” American companies aren’t complying (big in the sense of the WordPress space).

\n

It does keep coming back to me, what one friend told me about how easy it was to register for VATMOSS and get his shop setup though. I guess I have a few more days to decide.

\n

If you haven’t figured out what you’re going to do with your shop yet, I hope this has helped. If you plan to sell some digital goods in the future, this should be a decent guide to get the lay of the land in terms of selling digital goods with WordPress and complying with the new European VAT rules.

\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 15 Jan 2015 21:52:10 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:15:\"Brian Krogsgard\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:49;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"Matt: Venture Capital in the 80s\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:21:\"http://ma.tt/?p=44595\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:48:\"http://ma.tt/2015/01/venture-capital-in-the-80s/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:198:\"

For the best explanation of what’s going on with capital markets now it might be best to look to Venture Capital in the 1980s.

\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 15 Jan 2015 18:30:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"Matt\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}}}}}}}}}}s:4:\"type\";i:128;s:7:\"headers\";a:10:{s:6:\"server\";s:5:\"nginx\";s:4:\"date\";s:29:\"Fri, 30 Jan 2015 10:48:10 GMT\";s:12:\"content-type\";s:8:\"text/xml\";s:14:\"content-length\";s:6:\"260791\";s:10:\"connection\";s:5:\"close\";s:4:\"vary\";s:15:\"Accept-Encoding\";s:13:\"last-modified\";s:29:\"Fri, 30 Jan 2015 10:30:18 GMT\";s:15:\"x-frame-options\";s:10:\"SAMEORIGIN\";s:4:\"x-nc\";s:11:\"HIT lax 249\";s:13:\"accept-ranges\";s:5:\"bytes\";}s:5:\"build\";s:14:\"20130911040210\";}','no'),(670,'_transient_feed_ac0b00fe65abe10e0c5b588f3ed8c7ca','a:4:{s:5:\"child\";a:1:{s:0:\"\";a:1:{s:3:\"rss\";a:1:{i:0;a:6:{s:4:\"data\";s:3:\"\n\n\n\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:7:\"version\";s:3:\"2.0\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:0:\"\";a:1:{s:7:\"channel\";a:1:{i:0;a:6:{s:4:\"data\";s:49:\"\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:3:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"WordPress News\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:26:\"https://wordpress.org/news\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"WordPress News\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:13:\"lastBuildDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 18 Dec 2014 18:57:51 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"language\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"en-US\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:9:\"generator\";a:1:{i:0;a:5:{s:4:\"data\";s:39:\"http://wordpress.org/?v=4.2-alpha-31302\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"item\";a:10:{i:0;a:6:{s:4:\"data\";s:42:\"\n \n \n \n \n \n \n\n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:25:\"WordPress 4.1 “Dinah”\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:41:\"https://wordpress.org/news/2014/12/dinah/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:50:\"https://wordpress.org/news/2014/12/dinah/#comments\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 18 Dec 2014 18:35:05 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:1:{i:0;a:5:{s:4:\"data\";s:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"http://wordpress.org/news/?p=3386\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:360:\"Version 4.1 of WordPress, named “Dinah” in honor of jazz singer Dinah Washington, is available for download or update in your WordPress dashboard. New features in WordPress 4.1 help you focus on your writing, and the new default theme lets you show it off in style. Introducing Twenty Fifteen Our newest default theme, Twenty Fifteen, is […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Matt Mullenweg\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:24552:\"

Version 4.1 of WordPress, named “Dinah” in honor of jazz singer Dinah Washington, is available for download or update in your WordPress dashboard. New features in WordPress 4.1 help you focus on your writing, and the new default theme lets you show it off in style.

\n
\n

Introducing Twenty Fifteen

\n

\"2015-laptop\"

\n

Our newest default theme, Twenty Fifteen, is a blog-focused theme designed for clarity.

\n

\"\"Twenty Fifteen has flawless language support, with help from Google’s Noto font family.

\n

The straightforward typography is readable on any screen size.

\n

Your content always takes center stage, whether viewed on a phone, tablet, laptop, or desktop computer.

\n
\n

Distraction-free writing

\n

\"dfw-screen\"

\n

Just write.

\n

Sometimes, you just need to concentrate on putting your thoughts into words. Try turning on distraction-free writing mode. When you start typing, all the distractions will fade away, letting you focus solely on your writing. All your editing tools instantly return when you need them.

\n
\n

The Finer Points

\n
\"\"Choose a language
\n

Right now, WordPress 4.1 is already translated into over forty languages, with more always in progress. You can switch to any translation on the General Settings screen.

\n
\"\"Log out everywhere
\n

If you’ve ever worried you forgot to sign out from a shared computer, you can now go to your profile and log out everywhere.

\n
\"\"Vine embeds
\n

Embedding videos from Vine is as simple as pasting a URL onto its own line in a post. See the full list of supported embeds.

\n
\"\"Plugin recommendations
\n

The plugin installer suggests plugins for you to try. Recommendations are based on the plugins you and other users have installed.

\n
\n

Under the Hood

\n
Complex Queries
\n

Metadata, date, and term queries now support advanced conditional logic, like nested clauses and multiple operators — A AND ( B OR C ).

\n
Customizer API
\n

The customizer now supports conditionally showing panels and sections based on the page being previewed.

\n
<title> tags in themes
\n

add_theme_support( \'title-tag\' ) tells WordPress to handle the complexities of document titles.

\n
Developer Reference
\n

Continued improvements to inline code documentation have made the developer reference more complete than ever.

\n
\n

The Choir

\n

This release was led by John Blackbourn, with the help of these awesome folks. Check out some of their profiles while listening to Dinah Washington on the music service of your choice:

\nAaron D. Campbell, Aaron Jorbin, Adam Silverstein, akumria, Alex Concha, Alex Mills (Viper007Bond), Alex Shiels, Allan Collins, Amaury Balmer, Amruta Bhosale, Andrea Fercia, Andrea Gandino, Andrew Munro (sumobi), Andrew Nacin, Andrew Ozz, Andrew Ryno, Andrey \"Rarst\" Savchenko, Ankit Gade, Ankit K Gupta, antpb, arippberger, Austin Matzko, Bainternet, Barry Kooij, Ben Dunkle, Ben May, Bernhard Riedl, Birgir Erlendsson (birgire), bobbingwide, Boone B. Gorges, Brady Vercher, Bram Duvigneau, Brandon Kraft, Brian DiChiara, Brian Richards, Brian Watson, Camden Segal, Captain Theme, Carlos, Caspie, ccprice, Charles Fulton, ChriCo, Chris Aprea, Chris Jean, Chris Marslender, Chris Reynolds, chriscct7, chrisl27, Christian Foellmann, Christopher Finke, Corey Snow, Corphi, curtjen, Damon Cook, Dan Cameron, Daniel Bachhuber, Daniel Convissor, Darren Ethier (nerrad), Daryl Koopersmith, Dave McHale, David A. Kennedy, David Herrera, David Laietta, David Wood, DavidTheMachine, dcavins, Dennis Ploetner, Dion Hulse, Dirk Weise, Dominik Schilling, Dominik Schwind, Drew Jaynes, Dustin Filippini, Dustin Hartzler, Elio Rivero, Eric Binnion, Eric Holmes, Eric Lewis, Fabien Quatravaux, Florian Ziegler, Gabe Shackle, Gary Cao, Gary Pendergast, Gennady Kovshenin, George Olaru, George Stephanis, Greg Rickaby, Gregory Cornelius, Gregory Karpinsky (@tivnet), Gustavo Bordoni, hardy101, hauvong, Helen Hou-Sandí, heshiming, honeysilvas, hugodelgado, Ian Stewart, ianmjones, Ignacio Cruz Moreno, imath, Ipstenu (Mika Epstein), Ivan Kristianto, J.D. Grimes, jaimieolmstead, jakub.tyrcha, janhenckens, Janneke Van Dorpe, Japh, Jared Wenerd, jarednova, jeanyoungkim, Jeff Farthing, Jeff Stieler, Jeremy Felt, Jeremy Herve, Jesin A, Jesper Johansen (jayjdk), Jesper van Engelen, Jesse Pollak, jipmoors, Joe Dolson, Joe McGill, John Eckman, johnrom, johnstonphilip, Jon Brown, Jon Cave, Jonathan Brinley, Jonathan Desrosiers, Joost de Valk, Jordi Cabot, Joshua Abenazer, JOTAKI Taisuke, jrf, Julien Liabeuf, Justin Sainton, Justin Sternberg, K.Adam White, Kailey (trepmal), kamelkev, karpstrucking, keesiemeijer, Kelly Dwan, Kevin Langley, Kiko Doran, Kim Parsell, Kirk Wight, kitchin, Kite, Knut Sparhell, Konstantin Kovshenin, Konstantin Obenland, Kostas Vrouvas, kraftner, kristastevens, Kurt Payne, Lance Willett, Laurens Offereins, linuxologos, Liuiza Arunas, loushou, Lutz Schroer, Manoz69, mantismamita, Marco Schmoecker, Mario Peshev, Marius (Clorith), Mark Hudnall, Mark Jaquith, Mark Senff, Marko Heijnen, marsjaninzmarsa, Matias Ventura, Matt Mullenweg, Matt Wiebe, Matthew Boynes, Matthew Haines-Young, mattkeys, Maura Teal, Mel Choyce, Mert Yazicioglu, Michael Adams (mdawaffe), Michael Arestad, Michael Beckwith, Michael Cain, Michael Pick, michalzuber, Michelle Langston, Miguel Fonseca, Mike Hansen, Mike Jolley, Mike Nelson, Mike Schroder, Mikey Arce, Mitch Canter (studionashvegas), Morgan Estes, Morten Rand-Hendriksen, mvd7793, Nashwan Doaqan, Niall Kennedy, Nick Halsey, Nikhil Vimal (NikV), Nikola Nikolov, nobleclem, noplanman, Nowell VanHoesen, OriginalEXE, p_enrique, Paul, Paul de Wouters, Paul Schreiber, Paul Wilde, pavelevap, Peter Chester, Peter J. Herrel, Peter Westwood, Peter Wilson, Philip Arthur Moore, phpmypython, Pippin Williamson, Prasath Nadarajah, psycleuk, Ptah Dunbar, quietnic, Rachel Baker, Rami Yushuvaev, ramiabraham, Reuben Gunday, Rian Rietveld, Richard Archambault, Ricky Lee Whittemore, Robert Chapin, Rodrigo Primo, Ryan Boren, Ryan Kienstra, Ryan McCue, Sakin Shrestha, Sam Hotchkiss, Samuel Wood (Otto), Scott Kingsley Clark, Scott Reilly, Scott Taylor, Sergey Biryukov, Shawn Hooper, Simon Pollard, Simon Wheatley, skaeser, Slobodan Manic, socki03, solarissmoke, Stephane Daury, Stephen Edgar, Stephen Harris, Steve Grunwell, Sumit Singh, TacoVerdo, Takashi Irie, Takayuki Miyauchi, Tammie, Tareq Hasan, Taylor Lovett, Thorsten Frommen, Till Kruss, Tobias Schutter, TobiasBg, Toby McKes, Tom J Nowell, Tomas Mackevicius, TomHarrigan, Topher, Torsten Landsiedel, Tracy Levesque, transom, Travis Smith, Ty Carlson, Udit Desai, Umesh Kumar, Vinod Dalvi, vlajos, voldemortensen, Weston Ruter, Yoav Farhi, Yuta Sekine, Zack Rothauser, and Zack Tollman.\n

There were 283 contributors to this release, again a new high.

\n

If you want to help out or follow along, check out Make WordPress and our core development blog.

\n

Thanks for choosing WordPress. Happy holidays and see you next year for version 4.2!

\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:46:\"https://wordpress.org/news/2014/12/dinah/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:1;a:6:{s:4:\"data\";s:45:\"\n \n \n \n \n \n \n \n\n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"WordPress 4.1 Release Candidate 3\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:69:\"https://wordpress.org/news/2014/12/wordpress-4-1-release-candidate-3/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:78:\"https://wordpress.org/news/2014/12/wordpress-4-1-release-candidate-3/#comments\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 18 Dec 2014 02:22:15 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:2:{i:0;a:5:{s:4:\"data\";s:11:\"Development\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"http://wordpress.org/news/?p=3411\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:429:\"The next release candidate for WordPress 4.1 is now available for testing. Seventy changes have gone in since the first release candidate. With no known issues left, we plan to release 4.1 tomorrow, December 18. To test, try the WordPress Beta Tester plugin (you’ll want “bleeding edge nightlies”). Or you can download the release candidate here (zip). If you’d like to learn more about […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:15:\"John Blackbourn\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:1465:\"

The next release candidate for WordPress 4.1 is now available for testing.

\n

Seventy changes have gone in since the first release candidate. With no known issues left, we plan to release 4.1 tomorrow, December 18.

\n

To test, try the WordPress Beta Tester plugin (you’ll want “bleeding edge nightlies”). Or you can download the release candidate here (zip). If you’d like to learn more about what’s new in WordPress 4.1, visit the updated About screen in your dashboard (\"\" → About in the toolbar) and also check out the Beta 1 post.

\n

Plugin authors: Remember to test your plugins against 4.1, and if they’re compatible, make sure they are marked as tested up to 4.1. Be sure to follow along the core development blog; we’ve been posting notes for developers for 4.1 as always.

\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:74:\"https://wordpress.org/news/2014/12/wordpress-4-1-release-candidate-3/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:2;a:6:{s:4:\"data\";s:45:\"\n \n \n \n \n \n \n \n\n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"WordPress 4.1 Release Candidate\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:67:\"https://wordpress.org/news/2014/12/wordpress-4-1-release-candidate/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:76:\"https://wordpress.org/news/2014/12/wordpress-4-1-release-candidate/#comments\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 11 Dec 2014 11:52:16 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:2:{i:0;a:5:{s:4:\"data\";s:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:3:\"4.1\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"http://wordpress.org/news/?p=3375\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:341:\"The release candidate for WordPress 4.1 is now available. We’ve made a lot of refinements over the last few weeks. RC means we think we’re done, but with millions of users and thousands of plugins and themes, it’s possible we’ve missed something. We hope to ship WordPress 4.1 on Tuesday, December 16, but we need your […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:15:\"John Blackbourn\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:2301:\"

The release candidate for WordPress 4.1 is now available.

\n

We’ve made a lot of refinements over the last few weeks. RC means we think we’re done, but with millions of users and thousands of plugins and themes, it’s possible we’ve missed something. We hope to ship WordPress 4.1 on Tuesday, December 16, but we need your help to get there. If you haven’t tested 4.1 yet, now is the time! (Please though, not on your live site unless you’re adventurous.)

\n

Think you’ve found a bug? Please post to the Alpha/Beta support forum. If any known issues come up, you’ll be able to find them here.

\n

To test WordPress 4.1 RC1, you can use the WordPress Beta Tester plugin or you can download the release candidate here (zip). If you’d like to learn more about what’s new in WordPress 4.1, visit the About screen in your dashboard (\"\" → About in the toolbar) or check out the beta announcement.

\n

Developers, please test your plugins and themes against WordPress 4.1 and update your plugin’s Tested up to version in the readme to 4.1 before next week. If you find compatibility problems, we never want to break things, so please be sure to post to the support forums so we can figure those out before the final release.

\n

Be sure to follow along the core development blog, where we’ll continue to post notes for developers for 4.1. (For example: if you’ve written a child theme for Twenty Fifteen, some of the new pagination functions have been renamed for clarity.)

\n

Testing four point one
\nWhy are we up at this hour?
\nCode is poetry

\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:72:\"https://wordpress.org/news/2014/12/wordpress-4-1-release-candidate/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:3;a:6:{s:4:\"data\";s:45:\"\n \n \n \n \n \n \n \n\n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"WordPress 4.0.1 Security Release\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:51:\"https://wordpress.org/news/2014/11/wordpress-4-0-1/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:60:\"https://wordpress.org/news/2014/11/wordpress-4-0-1/#comments\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 20 Nov 2014 18:55:18 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:2:{i:0;a:5:{s:4:\"data\";s:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:8:\"Security\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"http://wordpress.org/news/?p=3363\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:345:\"WordPress 4.0.1 is now available. This is a critical security release for all previous versions and we strongly encourage you to update your sites immediately. Sites that support automatic background updates will be updated to WordPress 4.0.1 within the next few hours. If you are still on WordPress 3.9.2, 3.8.4, or 3.7.4, you will be […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"Andrew Nacin\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:3395:\"

WordPress 4.0.1 is now available. This is a critical security release for all previous versions and we strongly encourage you to update your sites immediately.

\n

Sites that support automatic background updates will be updated to WordPress 4.0.1 within the next few hours. If you are still on WordPress 3.9.2, 3.8.4, or 3.7.4, you will be updated to 3.9.3, 3.8.5, or 3.7.5 to keep everything secure. (We don’t support older versions, so please update to 4.0.1 for the latest and greatest.)

\n

WordPress versions 3.9.2 and earlier are affected by a critical cross-site scripting vulnerability, which could enable anonymous users to compromise a site. This was reported by Jouko Pynnonen. This issue does not affect version 4.0, but version 4.0.1 does address these eight security issues:

\n\n

Version 4.0.1 also fixes 23 bugs with 4.0, and we’ve made two hardening changes, including better validation of EXIF data we are extracting from uploaded photos. Reported by Chris Andrè Dale.

\n

We appreciated the responsible disclosure of these issues directly to our security team. For more information, see the release notes or consult the list of changes.

\n

Download WordPress 4.0.1 or venture over to Dashboard → Updates and simply click “Update Now”.

\n

Already testing WordPress 4.1? The second beta is now available (zip) and it contains these security fixes. For more on 4.1, see the beta 1 announcement post.

\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:56:\"https://wordpress.org/news/2014/11/wordpress-4-0-1/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:4;a:6:{s:4:\"data\";s:48:\"\n \n \n \n \n \n \n \n \n\n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:20:\"WordPress 4.1 Beta 1\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:56:\"https://wordpress.org/news/2014/11/wordpress-4-1-beta-1/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:65:\"https://wordpress.org/news/2014/11/wordpress-4-1-beta-1/#comments\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 14 Nov 2014 22:35:34 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:3:{i:0;a:5:{s:4:\"data\";s:11:\"Development\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:4:\"beta\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"http://wordpress.org/news/?p=3352\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:346:\"Welcome, everyone, to WordPress 4.1 Beta 1! This software is still in development, so we don’t recommend you run it on a production site. Consider setting up a test site just to play with the new version. To test WordPress 4.1, try the WordPress Beta Tester plugin (you’ll want “bleeding edge nightlies”). Or you can […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:15:\"John Blackbourn\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:3409:\"

Welcome, everyone, to WordPress 4.1 Beta 1!

\n

This software is still in development, so we don’t recommend you run it on a production site. Consider setting up a test site just to play with the new version. To test WordPress 4.1, try the WordPress Beta Tester plugin (you’ll want “bleeding edge nightlies”). Or you can download the beta here (zip).

\n

WordPress 4.1 is due for release next month, so we need your help with testing. Here are some highlights of what to test:

\n\n

There have been a lot of changes for developers to test as well:

\n\n

If you want a more in-depth view of what changes have made it into 4.1, check out the weekly review posts on the main development blog.

\n

If you think you’ve found a bug, you can post to the Alpha/Beta area in the support forums. We’d love to hear from you! If you’re comfortable writing a reproducible bug report, file one on the WordPress Trac. There, you can also find a list of known bugs and everything we’ve fixed so far.

\n

Happy testing!

\n

Twenty Fifteen theme
\n The beautiful face which hides
\n Many improvements

\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:61:\"https://wordpress.org/news/2014/11/wordpress-4-1-beta-1/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:5;a:6:{s:4:\"data\";s:45:\"\n \n \n \n \n \n \n \n\n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:39:\"Watch WordCamp San Francisco Livestream\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:51:\"https://wordpress.org/news/2014/10/wcsf-livestream/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:60:\"https://wordpress.org/news/2014/10/wcsf-livestream/#comments\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 24 Oct 2014 20:18:43 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:2:{i:0;a:5:{s:4:\"data\";s:9:\"Community\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:8:\"WordCamp\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"http://wordpress.org/news/?p=3341\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:381:\"WordCamp San Francisco is the official annual WordPress conference, gathering the community every year since 2006. This is the time when Matt Mullenweg addresses the community in his annual State of the Word presentation – a recap of  the year in WordPress and giving us a glimpse into its future. This year the speaker lineup is stellar. There will be talks by […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:17:\"Nikolay Bachiyski\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:1975:\"

WordCamp San Francisco is the official annual WordPress conference, gathering the community every year since 2006. This is the time when Matt Mullenweg addresses the community in his annual State of the Word presentation – a recap of  the year in WordPress and giving us a glimpse into its future.

\n

This year the speaker lineup is stellar. There will be talks by three of the lead WordPress developers: Andrew Nacin, Helen Hou-Sandí, and Mark Jaquith. We’re also looking forward to speakers like Jenny Lawson, also known as The Bloggess, and Chris Lema. If you’re at all interested in the web, you will appreciate the appearance of Jeff Veen – one of the creators of Google Analytics and co-founder of Typekit.

\n

Even though San Francisco is far far away for most of you, you can still be part of the fun and watch all presentations in real-time via livestream:

\n

Get a livestream ticket and watch all talks from WordCamp San Francisco live

\n

If you hurry, you can get one of the special livestream tickets, including a WordCamp San Francisco 2104 t-shirt. You can find all the technical details and start times at the WordCamp San Francisco website.

\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:56:\"https://wordpress.org/news/2014/10/wcsf-livestream/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:6;a:6:{s:4:\"data\";s:42:\"\n \n \n \n \n \n \n\n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:25:\"WordPress 4.0 “Benny”\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:41:\"https://wordpress.org/news/2014/09/benny/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:50:\"https://wordpress.org/news/2014/09/benny/#comments\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 04 Sep 2014 17:05:39 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:1:{i:0;a:5:{s:4:\"data\";s:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"http://wordpress.org/news/?p=3296\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:370:\"Version 4.0 of WordPress, named “Benny” in honor of jazz clarinetist and bandleader Benny Goodman, is available for download or update in your WordPress dashboard. While 4.0 is just another number for us after 3.9 and before 4.1, we feel we’ve put a little extra polish into it. This release brings you a smoother writing and management experience […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Matt Mullenweg\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:23564:\"

Version 4.0 of WordPress, named “Benny” in honor of jazz clarinetist and bandleader Benny Goodman, is available for download or update in your WordPress dashboard. While 4.0 is just another number for us after 3.9 and before 4.1, we feel we’ve put a little extra polish into it. This release brings you a smoother writing and management experience we think you’ll enjoy.

\n
\n
\n

Manage your media with style

\n

\"MediaExplore your uploads in a beautiful, endless grid. A new details preview makes viewing and editing any amount of media in sequence a snap.

\n
\n

Working with embeds has never been easier

\n\n

Paste in a YouTube URL on a new line, and watch it magically become an embedded video. Now try it with a tweet. Oh yeah — embedding has become a visual experience. The editor shows a true preview of your embedded content, saving you time and giving you confidence.

\n

We’ve expanded the services supported by default, too — you can embed videos from CollegeHumor, playlists from YouTube, and talks from TED. Check out all of the embeds that WordPress supports.

\n
\n

Focus on your content

\n\n

Writing and editing is smoother and more immersive with an editor that expands to fit your content as you write, and keeps the formatting tools available at all times.

\n
\n

Finding the right plugin

\n

\"Add

\n

There are more than 30,000 free and open source plugins in the WordPress plugin directory. WordPress 4.0 makes it easier to find the right one for your needs, with new metrics, improved search, and a more visual browsing experience.

\n
\n

The Ensemble

\n

This release was led by Helen Hou-Sandí, with the help of these fine individuals. There are 275 contributors with props in this release, a new high. Pull up some Benny Goodman on your music service of choice, as a bandleader or in one of his turns as a classical clarinetist, and check out some of their profiles:

\n

Aaron D. Campbell, Aaron Jorbin, Adam Silverstein, Alex Mills (Viper007Bond), Alex Shiels, Alexander Rohmann, Alison Barrett, Allan Collins, Amit Gupta, Amy Hendrix (sabreuse), Andrea Fercia, Andres Villarreal, Andrew Mowe, Andrew Munro (sumobi), Andrew Nacin, Andrew Ozz, Andy Skelton, Ankit K Gupta, Anton Timmermans, arnee, Aubrey Portwood, Austin Matzko, Ben Dunkle, Bernhard Kau, Boone Gorges, Brady Vercher, Bram Duvigneau, Brandon Kraft, Brian Krogsgard, Brian Layman, Brian Richards, Camden Segal, Caroline Moore, Charles Fulton, Chouby, ChriCo, Chris Olbekson, chrisl27, Christian Axelsson, Christopher Finke, Christopher Spires, Clifton Griffin, Corey McKrill, Corphi, Daisuke Takahashi, Dan Griffiths, Daniel Bachhuber, Daniel Husken, Daniel Jalkut (Red Sweater), Danny de Haan, Darin Kotter, Daryl Koopersmith, Daryl L. L. Houston (dllh), David A. Kennedy, David Herrera, David Naber, DavidTheMachine, DeBAAT, Dion Hulse, Dominik Schilling, Donncha O Caoimh, Drew Jaynes, Dustyn Doyle, Eddie Moya, Eduardo Reveles, Edwin Siebel, ehg, Enrique Chavez, erayalakese, Eric Andrew Lewis, Eric Binnion, Eric Mann, Evan Anderson, Evan Herman, Fabien Quatravaux, Fahmi Adib, feedmeastraycat, Frank Klein, garhdez, Gary Cao, Gary Jones, Gary Pendergast, garza, gauravmittal1995, Gavrisimo, George Stephanis, Graham Armfield, Grant Mangham, Gregory Cornelius, Gustavo Bordoni, harrym, hebbet, Hinnerk Altenburg, Hugh Lashbrooke, iljoja, imath, Ipstenu (Mika Epstein), issuu, J.D. Grimes, Jack Lenox, Jack Reichert, Jacob Dubail, JanHenkG, Janneke Van Dorpe, Jared Wenerd, Jaza613, Jeff Stieler, Jeremy Felt, Jeremy Pry, Jeroen Schmit, Jerry Bates (jerrysarcastic), Jesin A, Jesper Johansen (jayjdk), Jesper van Engelen, Jesper van Engelen, Jesse Pollak, jgadbois, Joan Artes, Joe Dolson, Joe Hoyle, Joey Kudish, John Blackbourn, John James Jacoby, John Zanussi, Jon Cave, jonnyauk, Joost de Valk, Jordi Cabot, Josh Eaton, JOTAKI Taisuke, Julio Potier, Justin Sainton, Justin Sternberg, Justin Tadlock, K.Adam White, Kailey (trepmal), kapeels, Kelly Dwan, Kevin Langley, Kevin Worthington, Kim Parsell, Kirk Wight, kitchin, Kite, Knut Sparhell, Konstantin Kovshenin, Konstantin Obenland, Kurt Payne, Lance Willett, Lee Willis, lessbloat, Lew Ayotte, lritter, Luke Carbis, Luke Gedeon, m_i_n, Manny Fleurmond, Manuel Schmalstieg, Marius (Clorith), Mark Jaquith, Marko Heijnen, Matt Banks, Matt Martz, Matt Mullenweg, Matt Wiebe, Matthew Boynes, Matthew Denton, Matthew Eppelsheimer, Matthew Haines-Young, mattyrob, meekyhwang, Mel Choyce, Michael Adams (mdawaffe), michalzuber, midxcat, Mike Auteri, Mike Hansen, Mike Jolley, Mike Little, Mike Manger, Mike Nelson, Mike Schroder, Mikey Arce, Milan Dinic, Morgan Estes, Mr Papa, mrmist, Mustafa Uysal, MuViMoTV, nabil_kadimi, Namibia, Nashwan Doaqan, nd987, Neil Pie, Niall Kennedy, Nick Halsey, Nikolay Bachiyski, Nils Schonwald, Ninos, Nowell VanHoesen, Patrick Hesselberg, Paul Bearne, Paul Clark, Paul Schreiber, Paul Wilde, pavelevap, Peter Westwood, Philip Arthur Moore, Philip John, Piet Bos, Piotr Soluch, Pippin Williamson, purzlbaum, Rachel Baker, RC Lations, Richard Tape, Ricky Lee Whittemore, rob1n, Robert Chapin, Robert Dall, RobertHarm, Rohan Rawat, Rouven Hurling, Ruud Laan, Ryan Boren, Ryan McCue, Sam Brodie, Samuel Wood (Otto), Sathish Nagarajan, Scott Reilly, Scott Taylor, ScreenfeedFr, scribu, Sean Hayes, Sean Nessworthy, Sergej Muller, Sergey Biryukov, shanebp, Sharon Austin, Shaun Andrews, Simon Pollard, Simon Wheatley, Slobodan Manic, solarissmoke, sphoid, Stephane Daury, Stephen Edgar, Steven Jones, strangerstudios, Sumit Singh, t4k1s, Takashi Irie, Taylor Dewey, Thomas van der Beek, Till Kruss, Tim \'Eli\' Dalbey, TobiasBg, Tom J Nowell, Tom Willmot, Topher, torresga, Tracy Levesque, Travis Smith, treyhunner, Umesh Kumar, Vinod Dalvi, vlajos, voldemortensen, Weston Ruter, winterDev, Wojtek Szkutnik, Yoav Farhi, Zack Katz, Zack Tollman, and Zoe Rooney. Also thanks to Michael Pick for producing the release video, and Helen with Adrián Sandí for the music.

\n

If you want to follow along or help out, check out Make WordPress and our core development blog. Thanks for choosing WordPress. See you soon for version 4.1!

\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:46:\"https://wordpress.org/news/2014/09/benny/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:7;a:6:{s:4:\"data\";s:45:\"\n \n \n \n \n \n \n \n\n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"WordPress 4.0 Release Candidate\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:67:\"https://wordpress.org/news/2014/08/wordpress-4-0-release-candidate/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:76:\"https://wordpress.org/news/2014/08/wordpress-4-0-release-candidate/#comments\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 27 Aug 2014 12:20:37 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:2:{i:0;a:5:{s:4:\"data\";s:11:\"Development\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"http://wordpress.org/news/?p=3287\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:321:\"The first release candidate for WordPress 4.0 is now available! In RC 1, we’ve made refinements to what we’ve been working on for this release. Check out the Beta 1 announcement post for more details on those features. We hope to ship WordPress 4.0 next week, but we need your help to get there. If you […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:15:\"Helen Hou-Sandi\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:2134:\"

The first release candidate for WordPress 4.0 is now available!

\n

In RC 1, we’ve made refinements to what we’ve been working on for this release. Check out the Beta 1 announcement post for more details on those features. We hope to ship WordPress 4.0 next week, but we need your help to get there. If you haven’t tested 4.0 yet, there’s no time like the present. (Please, not on a production site, unless you’re adventurous.)

\n

Think you’ve found a bug? Please post to the Alpha/Beta area in the support forums. If any known issues come up, you’ll be able to find them here.

\n

To test WordPress 4.0 RC1, try the WordPress Beta Tester plugin (you’ll want “bleeding edge nightlies”). Or you can download the release candidate here (zip). If you’d like to learn more about what’s new in WordPress 4.0, visit the awesome About screen in your dashboard (\"\" → About in the toolbar).

\n

Developers, please test your plugins and themes against WordPress 4.0 and update your plugin’s Tested up to version in the readme to 4.0 before next week. If you find compatibility problems, please be sure to post any issues to the support forums so we can figure those out before the final release. You also may want to give your plugin an icon, which we launched last week and will appear in the dashboard along with banners.

\n

It is almost time
\n For the 4.0 release
\n And its awesomeness

\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:72:\"https://wordpress.org/news/2014/08/wordpress-4-0-release-candidate/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:8;a:6:{s:4:\"data\";s:45:\"\n \n \n \n \n \n \n \n\n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:20:\"WordPress 4.0 Beta 4\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:56:\"https://wordpress.org/news/2014/08/wordpress-4-0-beta-4/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:65:\"https://wordpress.org/news/2014/08/wordpress-4-0-beta-4/#comments\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 15 Aug 2014 05:06:19 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:2:{i:0;a:5:{s:4:\"data\";s:11:\"Development\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"http://wordpress.org/news/?p=3280\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:353:\"The fourth and likely final beta for WordPress 4.0 is now available. We’ve made more than 250 changes in the past month, including: Further improvements to the editor scrolling experience, especially when it comes to the second column of boxes. Better handling of small screens in the media library modals. A separate bulk selection mode […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:15:\"Helen Hou-Sandi\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:2003:\"

The fourth and likely final beta for WordPress 4.0 is now available. We’ve made more than 250 changes in the past month, including:

\n\n

We need your help. We’re still aiming for a release this month, which means the next week will be critical for identifying and squashing bugs. If you’re just joining us, please see the Beta 1 announcement post for what to look out for.

\n

If you think you’ve found a bug, you can post to the Alpha/Beta area in the support forums, where friendly moderators are standing by. Plugin developers, if you haven’t tested WordPress 4.0 yet, now is the time — and be sure to update the “tested up to” version for your plugins so they’re listed as compatible with 4.0.

\n

This software is still in development, so we don’t recommend you run it on a production site. Consider setting up a test site just to play with the new version. To test WordPress 4.0, try the WordPress Beta Tester plugin (you’ll want “bleeding edge nightlies”). Or you can download the beta here (zip).

\n

We are working hard
\nTo finish up 4.0
\n
Will you help us too?

\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:61:\"https://wordpress.org/news/2014/08/wordpress-4-0-beta-4/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:9;a:6:{s:4:\"data\";s:45:\"\n \n \n \n \n \n \n \n\n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"WordPress 3.9.2 Security Release\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:51:\"https://wordpress.org/news/2014/08/wordpress-3-9-2/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:60:\"https://wordpress.org/news/2014/08/wordpress-3-9-2/#comments\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 06 Aug 2014 19:04:27 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:2:{i:0;a:5:{s:4:\"data\";s:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:8:\"Security\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"http://wordpress.org/news/?p=3269\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:377:\"WordPress 3.9.2 is now available as a security release for all previous versions. We strongly encourage you to update your sites immediately. This release fixes a possible denial of service issue in PHP’s XML processing, reported by Nir Goldshlager of the Salesforce.com Product Security Team. It  was fixed by Michael Adams and Andrew Nacin of the WordPress […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"Andrew Nacin\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:2353:\"

WordPress 3.9.2 is now available as a security release for all previous versions. We strongly encourage you to update your sites immediately.

\n

This release fixes a possible denial of service issue in PHP’s XML processing, reported by Nir Goldshlager of the Salesforce.com Product Security Team. It  was fixed by Michael Adams and Andrew Nacin of the WordPress security team and David Rothstein of the Drupal security team. This is the first time our two projects have coordinated joint security releases.

\n

WordPress 3.9.2 also contains other security changes:

\n\n

We appreciated responsible disclosure of these issues directly to our security team. For more information, see the release notes or consult the list of changes.

\n

Download WordPress 3.9.2 or venture over to Dashboard → Updates and simply click “Update Now”.

\n

Sites that support automatic background updates will be updated to WordPress 3.9.2 within 12 hours. (If you are still on WordPress 3.8.3 or 3.7.3, you will also be updated to 3.8.4 or 3.7.4. We don’t support older versions, so please update to 3.9.2 for the latest and greatest.)

\n

Already testing WordPress 4.0? The third beta is now available (zip) and it contains these security fixes.

\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:56:\"https://wordpress.org/news/2014/08/wordpress-3-9-2/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}s:27:\"http://www.w3.org/2005/Atom\";a:1:{s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:4:\"href\";s:32:\"https://wordpress.org/news/feed/\";s:3:\"rel\";s:4:\"self\";s:4:\"type\";s:19:\"application/rss+xml\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:44:\"http://purl.org/rss/1.0/modules/syndication/\";a:2:{s:12:\"updatePeriod\";a:1:{i:0;a:5:{s:4:\"data\";s:6:\"hourly\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:15:\"updateFrequency\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"1\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}}}}}}s:4:\"type\";i:128;s:7:\"headers\";a:9:{s:6:\"server\";s:5:\"nginx\";s:4:\"date\";s:29:\"Fri, 30 Jan 2015 10:48:09 GMT\";s:12:\"content-type\";s:23:\"text/xml; charset=UTF-8\";s:10:\"connection\";s:5:\"close\";s:4:\"vary\";s:15:\"Accept-Encoding\";s:10:\"x-pingback\";s:37:\"https://wordpress.org/news/xmlrpc.php\";s:13:\"last-modified\";s:29:\"Thu, 18 Dec 2014 18:57:51 GMT\";s:15:\"x-frame-options\";s:10:\"SAMEORIGIN\";s:4:\"x-nc\";s:11:\"HIT lax 249\";}s:5:\"build\";s:14:\"20130911040210\";}','no'),(766,'_site_transient_update_plugins','O:8:\"stdClass\":5:{s:12:\"last_checked\";i:1422620844;s:7:\"checked\";a:8:{s:19:\"akismet/akismet.php\";s:5:\"3.0.2\";s:36:\"contact-form-7/wp-contact-form-7.php\";s:5:\"4.0.3\";s:41:\"better-wp-security/better-wp-security.php\";s:5:\"4.6.4\";s:23:\"revslider/revslider.php\";s:5:\"4.6.0\";s:30:\"vamtam-push-menu/push-menu.php\";s:5:\"2.0.1\";s:33:\"vamtam-twitter/vamtam-twitter.php\";s:5:\"1.0.2\";s:29:\"wp-retina-2x/wp-retina-2x.php\";s:5:\"2.4.0\";s:38:\"xcloner-backup-and-restore/xcloner.php\";s:5:\"3.1.2\";}s:8:\"response\";a:3:{s:19:\"akismet/akismet.php\";O:8:\"stdClass\":6:{s:2:\"id\";s:2:\"15\";s:4:\"slug\";s:7:\"akismet\";s:6:\"plugin\";s:19:\"akismet/akismet.php\";s:11:\"new_version\";s:5:\"3.0.4\";s:3:\"url\";s:38:\"https://wordpress.org/plugins/akismet/\";s:7:\"package\";s:56:\"https://downloads.wordpress.org/plugin/akismet.3.0.4.zip\";}s:36:\"contact-form-7/wp-contact-form-7.php\";O:8:\"stdClass\":6:{s:2:\"id\";s:3:\"790\";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:3:\"4.1\";s:3:\"url\";s:45:\"https://wordpress.org/plugins/contact-form-7/\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/plugin/contact-form-7.4.1.zip\";}s:29:\"wp-retina-2x/wp-retina-2x.php\";O:8:\"stdClass\":6:{s:2:\"id\";s:5:\"32567\";s:4:\"slug\";s:12:\"wp-retina-2x\";s:6:\"plugin\";s:29:\"wp-retina-2x/wp-retina-2x.php\";s:11:\"new_version\";s:5:\"2.6.0\";s:3:\"url\";s:43:\"https://wordpress.org/plugins/wp-retina-2x/\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/plugin/wp-retina-2x.2.6.0.zip\";}}s:12:\"translations\";a:0:{}s:9:\"no_update\";a:2:{s:41:\"better-wp-security/better-wp-security.php\";O:8:\"stdClass\":6:{s:2:\"id\";s:5:\"18308\";s:4:\"slug\";s:18:\"better-wp-security\";s:6:\"plugin\";s:41:\"better-wp-security/better-wp-security.php\";s:11:\"new_version\";s:5:\"4.6.4\";s:3:\"url\";s:49:\"https://wordpress.org/plugins/better-wp-security/\";s:7:\"package\";s:67:\"https://downloads.wordpress.org/plugin/better-wp-security.4.6.4.zip\";}s:38:\"xcloner-backup-and-restore/xcloner.php\";O:8:\"stdClass\":6:{s:2:\"id\";s:5:\"17822\";s:4:\"slug\";s:26:\"xcloner-backup-and-restore\";s:6:\"plugin\";s:38:\"xcloner-backup-and-restore/xcloner.php\";s:11:\"new_version\";s:5:\"3.1.2\";s:3:\"url\";s:57:\"https://wordpress.org/plugins/xcloner-backup-and-restore/\";s:7:\"package\";s:75:\"https://downloads.wordpress.org/plugin/xcloner-backup-and-restore.3.1.2.zip\";}}}','yes'),(722,'itsec_temp_whitelist_ip','a:2:{s:2:\"ip\";s:11:\"89.37.61.53\";s:3:\"exp\";d:1422684581;}','yes'),(739,'itsec_jquery_version','1.11.1','yes'); INSERT INTO `wp_options` VALUES (740,'itsec_local_file_list','a:2217:{s:13:\"wp-config.php\";a:2:{s:1:\"d\";i:1416495958;s:1:\"h\";s:32:\"4c9202f0f7d7ed76f595a2802427d0df\";}s:16:\"wp-trackback.php\";a:2:{s:1:\"d\";i:1421925962;s:1:\"h\";s:32:\"8fecf12e8ea164ba98d8236b0fb56c0b\";}s:13:\"wp-signup.php\";a:2:{s:1:\"d\";i:1421925962;s:1:\"h\";s:32:\"46b6e1eab82ac9490a9a0f6746841574\";}s:25:\"wp-admin/load-scripts.php\";a:2:{s:1:\"d\";i:1404751336;s:1:\"h\";s:32:\"e05a32249aef5de74b70d26a29f0a8ae\";}s:20:\"wp-admin/ms-edit.php\";a:2:{s:1:\"d\";i:1380068291;s:1:\"h\";s:32:\"16d42ff617c4a616c3bd94ba103a4582\";}s:27:\"wp-admin/edit-link-form.php\";a:2:{s:1:\"d\";i:1400450835;s:1:\"h\";s:32:\"12692ddc4508038cd72704e4295e50fa\";}s:17:\"wp-admin/link.php\";a:2:{s:1:\"d\";i:1405588456;s:1:\"h\";s:32:\"63adfdd74e61e01c62e1a1e41cd37f64\";}s:25:\"wp-admin/setup-config.php\";a:2:{s:1:\"d\";i:1421925957;s:1:\"h\";s:32:\"5b76ef3302a6dfb5d6d7177ce5d13164\";}s:21:\"wp-admin/ms-users.php\";a:2:{s:1:\"d\";i:1380068291;s:1:\"h\";s:32:\"4823c8667b23ca83b31bf9093647e5a2\";}s:21:\"wp-admin/revision.php\";a:2:{s:1:\"d\";i:1421925957;s:1:\"h\";s:32:\"7c6b4a4b5466657ea321d65ddb0aa04a\";}s:31:\"wp-admin/options-discussion.php\";a:2:{s:1:\"d\";i:1421925957;s:1:\"h\";s:32:\"cb0d04227b569b1febb596ee87e5e5cd\";}s:20:\"wp-admin/plugins.php\";a:2:{s:1:\"d\";i:1421925957;s:1:\"h\";s:32:\"79f17b4392e752cf7c6f03f5b1346e93\";}s:28:\"wp-admin/options-writing.php\";a:2:{s:1:\"d\";i:1397260875;s:1:\"h\";s:32:\"af658c8c63fe1a0a9536fa504b962e92\";}s:22:\"wp-admin/media-new.php\";a:2:{s:1:\"d\";i:1394252055;s:1:\"h\";s:32:\"0a47c2f5734751d7728b2f28256cf222\";}s:27:\"wp-admin/images/loading.gif\";a:2:{s:1:\"d\";i:1421925955;s:1:\"h\";s:32:\"2d5b92b61674c850bff00cecaf0864ec\";}s:38:\"wp-admin/images/media-button-other.gif\";a:2:{s:1:\"d\";i:1421925955;s:1:\"h\";s:32:\"8bc6b46bc70c7c1918dce62c4fe3229c\";}s:38:\"wp-admin/images/media-button-image.gif\";a:2:{s:1:\"d\";i:1421925955;s:1:\"h\";s:32:\"7ea2c9c157c38edb40b1ce62d572d5b3\";}s:38:\"wp-admin/images/media-button-video.gif\";a:2:{s:1:\"d\";i:1421925955;s:1:\"h\";s:32:\"abaac3dfd81fbf72e578f13451eae7d0\";}s:26:\"wp-admin/images/xit-2x.gif\";a:2:{s:1:\"d\";i:1421925955;s:1:\"h\";s:32:\"8fb0729c541cbdc4609faf3f4ad02fc7\";}s:24:\"wp-admin/images/sort.gif\";a:2:{s:1:\"d\";i:1421925955;s:1:\"h\";s:32:\"2e8acb8dee99bfbcb61bd46c486a995d\";}s:29:\"wp-admin/images/resize-2x.gif\";a:2:{s:1:\"d\";i:1392278594;s:1:\"h\";s:32:\"f5e118653f892606682ee9c51d0aba99\";}s:32:\"wp-admin/images/wpspin_light.gif\";a:2:{s:1:\"d\";i:1421925955;s:1:\"h\";s:32:\"dd4e6dd268a70ce4c1c5143b1a4092dd\";}s:32:\"wp-admin/images/bubble_bg-2x.gif\";a:2:{s:1:\"d\";i:1392278594;s:1:\"h\";s:32:\"16523d5bf9efd8ca3b92e7631edfc513\";}s:31:\"wp-admin/images/date-button.gif\";a:2:{s:1:\"d\";i:1421925955;s:1:\"h\";s:32:\"979d8e2e08aada49819556950ec48ff6\";}s:27:\"wp-admin/images/sort-2x.gif\";a:2:{s:1:\"d\";i:1421925955;s:1:\"h\";s:32:\"186e51267fca5d20b230c72d9a8983ee\";}s:34:\"wp-admin/images/wordpress-logo.svg\";a:2:{s:1:\"d\";i:1384055410;s:1:\"h\";s:32:\"b4419d2f79449b65dfe7036ef91cd1e8\";}s:23:\"wp-admin/images/xit.gif\";a:2:{s:1:\"d\";i:1421925955;s:1:\"h\";s:32:\"e5012902a358fbb96031acdcf048d7ca\";}s:38:\"wp-admin/images/media-button-music.gif\";a:2:{s:1:\"d\";i:1421925955;s:1:\"h\";s:32:\"eff55df37f325c5aae2f02e4d913de95\";}s:26:\"wp-admin/images/resize.gif\";a:2:{s:1:\"d\";i:1421925955;s:1:\"h\";s:32:\"3fba1544df24f40dde5876c8c0aec461\";}s:40:\"wp-admin/images/wordpress-logo-white.svg\";a:2:{s:1:\"d\";i:1384063929;s:1:\"h\";s:32:\"e1af633d59dcb5988cacff73b6dee9ff\";}s:30:\"wp-admin/images/resize-rtl.gif\";a:2:{s:1:\"d\";i:1421925955;s:1:\"h\";s:32:\"db9217196313c95a59d43601da19c51d\";}s:27:\"wp-admin/images/spinner.gif\";a:2:{s:1:\"d\";i:1421925955;s:1:\"h\";s:32:\"b0a3dde331637e27aa6476d476481871\";}s:30:\"wp-admin/images/spinner-2x.gif\";a:2:{s:1:\"d\";i:1421925955;s:1:\"h\";s:32:\"5c1371bcb4392968647852a9c9df5d6c\";}s:34:\"wp-admin/images/date-button-2x.gif\";a:2:{s:1:\"d\";i:1421925955;s:1:\"h\";s:32:\"2952932c246bf9828429361643a8bb63\";}s:29:\"wp-admin/images/bubble_bg.gif\";a:2:{s:1:\"d\";i:1421925955;s:1:\"h\";s:32:\"3d2cb3f7baa628c9e51a326356e72038\";}s:33:\"wp-admin/images/resize-rtl-2x.gif\";a:2:{s:1:\"d\";i:1421925955;s:1:\"h\";s:32:\"f7c99ee74014fe92541012303aaadc7d\";}s:35:\"wp-admin/images/wpspin_light-2x.gif\";a:2:{s:1:\"d\";i:1421925955;s:1:\"h\";s:32:\"7def33aad959cd289d49ddf2a41f076d\";}s:50:\"wp-admin/includes/class-wp-ms-users-list-table.php\";a:2:{s:1:\"d\";i:1421925955;s:1:\"h\";s:32:\"cddd08b3b3ed1ab3b09c1670d22347f4\";}s:47:\"wp-admin/includes/class-wp-media-list-table.php\";a:2:{s:1:\"d\";i:1421925955;s:1:\"h\";s:32:\"c6470ea1e544fbdcd77696fdf5263fc2\";}s:48:\"wp-admin/includes/class-wp-filesystem-direct.php\";a:2:{s:1:\"d\";i:1421925955;s:1:\"h\";s:32:\"61b6b7b66df4e825ea7329b3b697572c\";}s:34:\"wp-admin/includes/ajax-actions.php\";a:2:{s:1:\"d\";i:1421925955;s:1:\"h\";s:32:\"b216264c46212859dc90035852203f9a\";}s:32:\"wp-admin/includes/meta-boxes.php\";a:2:{s:1:\"d\";i:1421925956;s:1:\"h\";s:32:\"7343d1524fd75b23a9879d5a6e0d6b61\";}s:27:\"wp-admin/includes/theme.php\";a:2:{s:1:\"d\";i:1421925956;s:1:\"h\";s:32:\"0a4cb36fc6d4dea8cd435b347cf927b6\";}s:30:\"wp-admin/includes/revision.php\";a:2:{s:1:\"d\";i:1421925956;s:1:\"h\";s:32:\"6b8ccd8d31b47d8c367bc69afd38d127\";}s:24:\"wp-admin/includes/ms.php\";a:2:{s:1:\"d\";i:1421925956;s:1:\"h\";s:32:\"076d1ae1dee8469a5dd5e543e2a87b3a\";}s:47:\"wp-admin/includes/class-wp-users-list-table.php\";a:2:{s:1:\"d\";i:1421925956;s:1:\"h\";s:32:\"3fa5188cc3cb000c2731e1c6641c4e58\";}s:30:\"wp-admin/includes/taxonomy.php\";a:2:{s:1:\"d\";i:1421925956;s:1:\"h\";s:32:\"1122416cff6726df3c158db12a15befd\";}s:28:\"wp-admin/includes/screen.php\";a:2:{s:1:\"d\";i:1421925956;s:1:\"h\";s:32:\"46186b0162560fd40a1fb98c337b1ad6\";}s:30:\"wp-admin/includes/nav-menu.php\";a:2:{s:1:\"d\";i:1421925956;s:1:\"h\";s:32:\"5c60d1674f9aa6f0b387aa7afa897698\";}s:29:\"wp-admin/includes/widgets.php\";a:2:{s:1:\"d\";i:1405588456;s:1:\"h\";s:32:\"c1b465666e5fe74a78d59a4175dbe5d9\";}s:27:\"wp-admin/includes/media.php\";a:2:{s:1:\"d\";i:1421925956;s:1:\"h\";s:32:\"36efb0b755b08835e34fc92747fa190c\";}s:32:\"wp-admin/includes/image-edit.php\";a:2:{s:1:\"d\";i:1421925956;s:1:\"h\";s:32:\"688a1f872b0afb1ec82b4f1d8f74fc20\";}s:47:\"wp-admin/includes/class-wp-posts-list-table.php\";a:2:{s:1:\"d\";i:1421925956;s:1:\"h\";s:32:\"ff69de2a050adee35d5afcc8d310da68\";}s:56:\"wp-admin/includes/class-wp-plugin-install-list-table.php\";a:2:{s:1:\"d\";i:1421925955;s:1:\"h\";s:32:\"a1405fefca1712637de0e267909deb50\";}s:41:\"wp-admin/includes/translation-install.php\";a:2:{s:1:\"d\";i:1409681238;s:1:\"h\";s:32:\"91b98b79c9ff9dd201f640427d437e44\";}s:39:\"wp-admin/includes/class-wp-importer.php\";a:2:{s:1:\"d\";i:1409844196;s:1:\"h\";s:32:\"84e1281cbdd11ce65648ff74e56e303c\";}s:28:\"wp-admin/includes/plugin.php\";a:2:{s:1:\"d\";i:1421925956;s:1:\"h\";s:32:\"0078443acc9a4882c3ad3da7bdd14920\";}s:49:\"wp-admin/includes/class-wp-plugins-list-table.php\";a:2:{s:1:\"d\";i:1421925955;s:1:\"h\";s:32:\"83c9c867334174183419731af252c28e\";}s:39:\"wp-admin/includes/class-ftp-sockets.php\";a:2:{s:1:\"d\";i:1387911432;s:1:\"h\";s:32:\"54d9e85b94c4e6368813852b9a81273c\";}s:28:\"wp-admin/includes/schema.php\";a:2:{s:1:\"d\";i:1421925956;s:1:\"h\";s:32:\"b83e0a563c9f2ac6ad6ef8266200b627\";}s:52:\"wp-admin/includes/class-wp-filesystem-ftpsockets.php\";a:2:{s:1:\"d\";i:1421925955;s:1:\"h\";s:32:\"242cf53d30c5475db6d02a6429724143\";}s:36:\"wp-admin/includes/class-ftp-pure.php\";a:2:{s:1:\"d\";i:1387911432;s:1:\"h\";s:32:\"2cfd5c1b2e4288cef60faddbedeff8d3\";}s:31:\"wp-admin/includes/dashboard.php\";a:2:{s:1:\"d\";i:1421925956;s:1:\"h\";s:32:\"d15836bf65cf0a5682f2736cb27d4a4c\";}s:29:\"wp-admin/includes/comment.php\";a:2:{s:1:\"d\";i:1421925956;s:1:\"h\";s:32:\"a2a4e95cdac0b8a2e42733ae29dea751\";}s:46:\"wp-admin/includes/class-wp-filesystem-base.php\";a:2:{s:1:\"d\";i:1421925955;s:1:\"h\";s:32:\"0981a8bd02ff25053fcfd8a562d75bd2\";}s:27:\"wp-admin/includes/image.php\";a:2:{s:1:\"d\";i:1421925956;s:1:\"h\";s:32:\"16ee4f9664fcd89b3504feaa2cad0ab1\";}s:26:\"wp-admin/includes/file.php\";a:2:{s:1:\"d\";i:1421925956;s:1:\"h\";s:32:\"890e3010051b5a36851147fa7ff82ec7\";}s:35:\"wp-admin/includes/theme-install.php\";a:2:{s:1:\"d\";i:1394524035;s:1:\"h\";s:32:\"ea970459148fa47f3cfb54d8af8a55b4\";}s:28:\"wp-admin/includes/update.php\";a:2:{s:1:\"d\";i:1421925956;s:1:\"h\";s:32:\"88453ad3ad48657438d549e51a7378a7\";}s:46:\"wp-admin/includes/class-wp-filesystem-ssh2.php\";a:2:{s:1:\"d\";i:1421925955;s:1:\"h\";s:32:\"462079214524104a870fdb0e7d1c9c00\";}s:29:\"wp-admin/includes/upgrade.php\";a:2:{s:1:\"d\";i:1421925956;s:1:\"h\";s:32:\"d8063afab6c49396eda7302919b45502\";}s:32:\"wp-admin/includes/deprecated.php\";a:2:{s:1:\"d\";i:1421925956;s:1:\"h\";s:32:\"9f0edb97343ebde66b1c2268bb1fb252\";}s:26:\"wp-admin/includes/misc.php\";a:2:{s:1:\"d\";i:1421925956;s:1:\"h\";s:32:\"8407d1561eaa9c70d6aa1b5a9b877f62\";}s:55:\"wp-admin/includes/class-wp-theme-install-list-table.php\";a:2:{s:1:\"d\";i:1421925956;s:1:\"h\";s:32:\"495e938d42ee492c80117e611b355247\";}s:39:\"wp-admin/includes/class-wp-upgrader.php\";a:2:{s:1:\"d\";i:1421925956;s:1:\"h\";s:32:\"c87fca030240b6d7113f3adcfb04fee3\";}s:26:\"wp-admin/includes/post.php\";a:2:{s:1:\"d\";i:1421925956;s:1:\"h\";s:32:\"ab8124597a697247ad94c05a4b6284d5\";}s:39:\"wp-admin/includes/continents-cities.php\";a:2:{s:1:\"d\";i:1242331525;s:1:\"h\";s:32:\"024b57d99bbe8b9e133316d1e98fc79d\";}s:32:\"wp-admin/includes/list-table.php\";a:2:{s:1:\"d\";i:1405289356;s:1:\"h\";s:32:\"039a82ba14a35438ace23efba15fdf82\";}s:33:\"wp-admin/includes/update-core.php\";a:2:{s:1:\"d\";i:1421925949;s:1:\"h\";s:32:\"d478998ab486fc20a73a7415ac1f532d\";}s:50:\"wp-admin/includes/class-wp-comments-list-table.php\";a:2:{s:1:\"d\";i:1421925955;s:1:\"h\";s:32:\"e961dcaadc176f0bc6345a04429ee6c8\";}s:50:\"wp-admin/includes/class-wp-ms-sites-list-table.php\";a:2:{s:1:\"d\";i:1421925955;s:1:\"h\";s:32:\"a6387e1ea321244c1515ae80a7ff8790\";}s:36:\"wp-admin/includes/plugin-install.php\";a:2:{s:1:\"d\";i:1421925956;s:1:\"h\";s:32:\"d3f697243af1efb6adfc7b4e01569af7\";}s:48:\"wp-admin/includes/class-wp-themes-list-table.php\";a:2:{s:1:\"d\";i:1421925956;s:1:\"h\";s:32:\"bee24b1d73ea1c8b24e0409d7d02251d\";}s:41:\"wp-admin/includes/class-wp-list-table.php\";a:2:{s:1:\"d\";i:1421925955;s:1:\"h\";s:32:\"ea75a0238e8b23f52fbce4787bf302c1\";}s:28:\"wp-admin/includes/export.php\";a:2:{s:1:\"d\";i:1421925956;s:1:\"h\";s:32:\"fe1c9596ef42d5ec7290be176db3e10e\";}s:31:\"wp-admin/includes/class-ftp.php\";a:2:{s:1:\"d\";i:1421925955;s:1:\"h\";s:32:\"ad8496325608fb75875c49f64c0b84fc\";}s:27:\"wp-admin/includes/admin.php\";a:2:{s:1:\"d\";i:1405588456;s:1:\"h\";s:32:\"be54224152f2b4ec6879ffdbba435129\";}s:47:\"wp-admin/includes/class-wp-links-list-table.php\";a:2:{s:1:\"d\";i:1421925955;s:1:\"h\";s:32:\"71f7f7d3b91fd496dd32e5b00667316c\";}s:28:\"wp-admin/includes/import.php\";a:2:{s:1:\"d\";i:1405588456;s:1:\"h\";s:32:\"395b6f2e9549c352d1fdda0d6b482c90\";}s:35:\"wp-admin/includes/ms-deprecated.php\";a:2:{s:1:\"d\";i:1405588456;s:1:\"h\";s:32:\"ea8b5134bb61623d400396f9a9926153\";}s:26:\"wp-admin/includes/menu.php\";a:2:{s:1:\"d\";i:1405588456;s:1:\"h\";s:32:\"461149ddd29654b8f3d911f099f7b446\";}s:34:\"wp-admin/includes/class-pclzip.php\";a:2:{s:1:\"d\";i:1255638381;s:1:\"h\";s:32:\"01363728c843ff93e96b6983ce38eba6\";}s:51:\"wp-admin/includes/class-wp-ms-themes-list-table.php\";a:2:{s:1:\"d\";i:1421925955;s:1:\"h\";s:32:\"28ed27bda94fbb5364fe1dbce0bac1c1\";}s:48:\"wp-admin/includes/class-wp-filesystem-ftpext.php\";a:2:{s:1:\"d\";i:1421925955;s:1:\"h\";s:32:\"c9b5e40dbdd6d711893e41b0ccc978eb\";}s:26:\"wp-admin/includes/user.php\";a:2:{s:1:\"d\";i:1421925956;s:1:\"h\";s:32:\"ab2501410060ab363b090f83b79717ba\";}s:45:\"wp-admin/includes/class-wp-upgrader-skins.php\";a:2:{s:1:\"d\";i:1421925956;s:1:\"h\";s:32:\"9d8c132ccaf6caf1d752be0beeaf051a\";}s:47:\"wp-admin/includes/class-wp-terms-list-table.php\";a:2:{s:1:\"d\";i:1421925956;s:1:\"h\";s:32:\"9107bc56fc8c43be8e4303d5ada0d7ae\";}s:30:\"wp-admin/includes/bookmark.php\";a:2:{s:1:\"d\";i:1421925955;s:1:\"h\";s:32:\"5682d92e5f2542298a6ab34186891a61\";}s:30:\"wp-admin/includes/template.php\";a:2:{s:1:\"d\";i:1421925956;s:1:\"h\";s:32:\"396d2dcb23efa97f63a1b2cc672188d9\";}s:20:\"wp-admin/install.php\";a:2:{s:1:\"d\";i:1421925956;s:1:\"h\";s:32:\"ec9afc2dadea9918952e3e46ae56cde7\";}s:20:\"wp-admin/credits.php\";a:2:{s:1:\"d\";i:1421925954;s:1:\"h\";s:32:\"7d40dba8b873c1f982abaa89494584f1\";}s:22:\"wp-admin/css/forms.css\";a:2:{s:1:\"d\";i:1421925954;s:1:\"h\";s:32:\"e8ad927ed99f0cb598babf3c97c08db3\";}s:24:\"wp-admin/css/install.css\";a:2:{s:1:\"d\";i:1407187395;s:1:\"h\";s:32:\"acea8fff302212325749ca45805add61\";}s:31:\"wp-admin/css/farbtastic-rtl.css\";a:2:{s:1:\"d\";i:1384705091;s:1:\"h\";s:32:\"118f1189ffbb71e014402121b5456bc2\";}s:33:\"wp-admin/css/deprecated-media.css\";a:2:{s:1:\"d\";i:1403717955;s:1:\"h\";s:32:\"afb8e2f834d79d6e4735f1e96adbef5f\";}s:26:\"wp-admin/css/nav-menus.css\";a:2:{s:1:\"d\";i:1421925954;s:1:\"h\";s:32:\"d314bef52d4210718abf723a84c0db97\";}s:29:\"wp-admin/css/color-picker.css\";a:2:{s:1:\"d\";i:1409030237;s:1:\"h\";s:32:\"b51e0884a4d3518fa2eed8a2e6248078\";}s:43:\"wp-admin/css/customize-controls-rtl.min.css\";a:2:{s:1:\"d\";i:1421925954;s:1:\"h\";s:32:\"633a6048309a6e23d4dedd9e62e65278\";}s:30:\"wp-admin/css/nav-menus-rtl.css\";a:2:{s:1:\"d\";i:1421925954;s:1:\"h\";s:32:\"02cb4a48791d540267d3f1bdc7b25a8f\";}s:31:\"wp-admin/css/admin-menu-rtl.css\";a:2:{s:1:\"d\";i:1421925954;s:1:\"h\";s:32:\"8fa847b3101bc6a314bad8945e882caf\";}s:26:\"wp-admin/css/revisions.css\";a:2:{s:1:\"d\";i:1421925954;s:1:\"h\";s:32:\"e2cd66b3e286187e9d7e00d6436b6d36\";}s:30:\"wp-admin/css/login-rtl.min.css\";a:2:{s:1:\"d\";i:1421925954;s:1:\"h\";s:32:\"bd502c39f6ac66dd8fc14fc6c47d47c6\";}s:37:\"wp-admin/css/deprecated-media-rtl.css\";a:2:{s:1:\"d\";i:1403717955;s:1:\"h\";s:32:\"aec141ea70457e90d42dde854a175957\";}s:35:\"wp-admin/css/customize-controls.css\";a:2:{s:1:\"d\";i:1421925954;s:1:\"h\";s:32:\"1b074dccc9c4633fdbae077022442b88\";}s:26:\"wp-admin/css/forms-rtl.css\";a:2:{s:1:\"d\";i:1421925954;s:1:\"h\";s:32:\"6dc7476f6b2484c728ed3cd733ac80bb\";}s:33:\"wp-admin/css/color-picker-rtl.css\";a:2:{s:1:\"d\";i:1409030237;s:1:\"h\";s:32:\"ffd34afb44098936fc2be7362680e0cc\";}s:31:\"wp-admin/css/press-this-rtl.css\";a:2:{s:1:\"d\";i:1396392374;s:1:\"h\";s:32:\"551a3e9dcf9854a5c5fcaafe716c6202\";}s:26:\"wp-admin/css/login-rtl.css\";a:2:{s:1:\"d\";i:1421925954;s:1:\"h\";s:32:\"e71c620fc51e33ea2520d4fc4c4e6a1d\";}s:28:\"wp-admin/css/install.min.css\";a:2:{s:1:\"d\";i:1421925954;s:1:\"h\";s:32:\"9fa7dcf54586c1d680cea67b449ffd88\";}s:42:\"wp-admin/css/customize-widgets-rtl.min.css\";a:2:{s:1:\"d\";i:1421925954;s:1:\"h\";s:32:\"1755ee3900efb17a46a759c8572dc567\";}s:26:\"wp-admin/css/dashboard.css\";a:2:{s:1:\"d\";i:1421925954;s:1:\"h\";s:32:\"68e539081693b1ed4a42bf1c284004e6\";}s:34:\"wp-admin/css/customize-widgets.css\";a:2:{s:1:\"d\";i:1421925954;s:1:\"h\";s:32:\"a4b28b10d15c63e0e9aacea727f2e954\";}s:38:\"wp-admin/css/customize-widgets-rtl.css\";a:2:{s:1:\"d\";i:1421925954;s:1:\"h\";s:32:\"a97de8b82ec8b15faf9b1d529d408527\";}s:26:\"wp-admin/css/about-rtl.css\";a:2:{s:1:\"d\";i:1421925954;s:1:\"h\";s:32:\"e24b2585db1193b02e488fadf94556f6\";}s:33:\"wp-admin/css/color-picker.min.css\";a:2:{s:1:\"d\";i:1409030237;s:1:\"h\";s:32:\"c381190bf97c9f1ee41c777e93b12351\";}s:23:\"wp-admin/css/common.css\";a:2:{s:1:\"d\";i:1421925954;s:1:\"h\";s:32:\"64d0b35ed52e9b2c23e5e392a7a430b2\";}s:32:\"wp-admin/css/list-tables-rtl.css\";a:2:{s:1:\"d\";i:1421925954;s:1:\"h\";s:32:\"611bc9de9e6a21a2a5e212e3662c310b\";}s:27:\"wp-admin/css/farbtastic.css\";a:2:{s:1:\"d\";i:1384705091;s:1:\"h\";s:32:\"f9e33829b8faed7d7bbef843fb683255\";}s:21:\"wp-admin/css/l10n.css\";a:2:{s:1:\"d\";i:1421925954;s:1:\"h\";s:32:\"53825e0f13ec9497ea097b6d9d9ebf77\";}s:25:\"wp-admin/css/edit-rtl.css\";a:2:{s:1:\"d\";i:1421925954;s:1:\"h\";s:32:\"1feb400a4e9983895a55cf7aa0078b07\";}s:28:\"wp-admin/css/list-tables.css\";a:2:{s:1:\"d\";i:1421925954;s:1:\"h\";s:32:\"d3d28113c92faef3c774e0d3344e6753\";}s:33:\"wp-admin/css/wp-admin-rtl.min.css\";a:2:{s:1:\"d\";i:1421925954;s:1:\"h\";s:32:\"081731ce01b46738e7adef8298ce8317\";}s:25:\"wp-admin/css/l10n-rtl.css\";a:2:{s:1:\"d\";i:1421925954;s:1:\"h\";s:32:\"ed7b18351eecc9ba8b2b65e634696e40\";}s:24:\"wp-admin/css/widgets.css\";a:2:{s:1:\"d\";i:1405180035;s:1:\"h\";s:32:\"ca4d97e656a62052423e53195ff42412\";}s:30:\"wp-admin/css/revisions-rtl.css\";a:2:{s:1:\"d\";i:1421925954;s:1:\"h\";s:32:\"376c100428103201b7109877a4afebae\";}s:27:\"wp-admin/css/common-rtl.css\";a:2:{s:1:\"d\";i:1421925954;s:1:\"h\";s:32:\"f41708257e8e6bc89bd375f82a8bc290\";}s:37:\"wp-admin/css/color-picker-rtl.min.css\";a:2:{s:1:\"d\";i:1409030237;s:1:\"h\";s:32:\"0d4f8264edecbb041953ef3c360724a8\";}s:41:\"wp-admin/css/deprecated-media-rtl.min.css\";a:2:{s:1:\"d\";i:1421925954;s:1:\"h\";s:32:\"74413a2404aadd63114f75e93d4e54c3\";}s:26:\"wp-admin/css/media-rtl.css\";a:2:{s:1:\"d\";i:1421925954;s:1:\"h\";s:32:\"ebdfa9a5981fc4adc6421b8c8f2fbdab\";}s:25:\"wp-admin/css/wp-admin.css\";a:2:{s:1:\"d\";i:1392866654;s:1:\"h\";s:32:\"ff37a40c48d23ba4ecc09d9a98da1247\";}s:23:\"wp-admin/css/ie.min.css\";a:2:{s:1:\"d\";i:1406061704;s:1:\"h\";s:32:\"057d4b0dc0761731460c3a78711242cf\";}s:26:\"wp-admin/css/login.min.css\";a:2:{s:1:\"d\";i:1421925954;s:1:\"h\";s:32:\"957349ba7cfc37f34ba6754dd351eb1b\";}s:29:\"wp-admin/css/wp-admin-rtl.css\";a:2:{s:1:\"d\";i:1392866654;s:1:\"h\";s:32:\"a3107b7ddafb2dad47ab68d596d8617d\";}s:29:\"wp-admin/css/wp-admin.min.css\";a:2:{s:1:\"d\";i:1421925954;s:1:\"h\";s:32:\"2984023919bf18888432e7459d70bf00\";}s:22:\"wp-admin/css/media.css\";a:2:{s:1:\"d\";i:1421925954;s:1:\"h\";s:32:\"71386ae29d2e92d744cd0ffcfe901ff2\";}s:22:\"wp-admin/css/login.css\";a:2:{s:1:\"d\";i:1421925954;s:1:\"h\";s:32:\"479122b088e353c76479d24bf10e7f27\";}s:28:\"wp-admin/css/widgets-rtl.css\";a:2:{s:1:\"d\";i:1405180035;s:1:\"h\";s:32:\"497445fdaced3a3f74ad9a252e2b95b6\";}s:28:\"wp-admin/css/install-rtl.css\";a:2:{s:1:\"d\";i:1407187395;s:1:\"h\";s:32:\"93340ac2d020159c171ae87c9d0a941b\";}s:37:\"wp-admin/css/deprecated-media.min.css\";a:2:{s:1:\"d\";i:1421925954;s:1:\"h\";s:32:\"aef5bd3a2b515ab84f6e9fff6a7d4b15\";}s:39:\"wp-admin/css/customize-controls.min.css\";a:2:{s:1:\"d\";i:1421925954;s:1:\"h\";s:32:\"58091ac7639e586774b32895a7072e82\";}s:32:\"wp-admin/css/install-rtl.min.css\";a:2:{s:1:\"d\";i:1421925954;s:1:\"h\";s:32:\"f2197bc5fffd870815d914eccf767eb3\";}s:38:\"wp-admin/css/customize-widgets.min.css\";a:2:{s:1:\"d\";i:1421925954;s:1:\"h\";s:32:\"ca4ef58229b7d12a77bb60cc6ea231d2\";}s:22:\"wp-admin/css/about.css\";a:2:{s:1:\"d\";i:1421925954;s:1:\"h\";s:32:\"b9fb9fd3206264ae2dfc758320e4fe2a\";}s:41:\"wp-admin/css/colors/coffee/colors-rtl.css\";a:2:{s:1:\"d\";i:1421925954;s:1:\"h\";s:32:\"4660617cfae6b1ec687fe800ea238cd5\";}s:41:\"wp-admin/css/colors/coffee/colors.min.css\";a:2:{s:1:\"d\";i:1421925954;s:1:\"h\";s:32:\"e2f1b66e798b73956910c7f2d8f52893\";}s:37:\"wp-admin/css/colors/coffee/colors.css\";a:2:{s:1:\"d\";i:1421925954;s:1:\"h\";s:32:\"594f599a5d8f91d07fc0f317117561a7\";}s:45:\"wp-admin/css/colors/coffee/colors-rtl.min.css\";a:2:{s:1:\"d\";i:1421925954;s:1:\"h\";s:32:\"eb4cd2c841fb222e136b5e7b891aea12\";}s:38:\"wp-admin/css/colors/coffee/colors.scss\";a:2:{s:1:\"d\";i:1391667918;s:1:\"h\";s:32:\"397e3820b27a234330c95e05250f61ce\";}s:39:\"wp-admin/css/colors/blue/colors-rtl.css\";a:2:{s:1:\"d\";i:1421925954;s:1:\"h\";s:32:\"633d5348edb8b8d16a1e5c73483fa94a\";}s:39:\"wp-admin/css/colors/blue/colors.min.css\";a:2:{s:1:\"d\";i:1421925954;s:1:\"h\";s:32:\"09ba9aa3753dfc6aaa747e46172d7f0c\";}s:35:\"wp-admin/css/colors/blue/colors.css\";a:2:{s:1:\"d\";i:1421925954;s:1:\"h\";s:32:\"8d7de25287ecf81d4e0d04534fa900d0\";}s:43:\"wp-admin/css/colors/blue/colors-rtl.min.css\";a:2:{s:1:\"d\";i:1421925954;s:1:\"h\";s:32:\"8564e463d51205a7ba81fc3dbf47534c\";}s:36:\"wp-admin/css/colors/blue/colors.scss\";a:2:{s:1:\"d\";i:1391667918;s:1:\"h\";s:32:\"d9d03549d79484672c29145aad594db3\";}s:42:\"wp-admin/css/colors/sunrise/colors-rtl.css\";a:2:{s:1:\"d\";i:1421925954;s:1:\"h\";s:32:\"0c5569b8a2822ed086e78645b0c9f1de\";}s:42:\"wp-admin/css/colors/sunrise/colors.min.css\";a:2:{s:1:\"d\";i:1421925954;s:1:\"h\";s:32:\"11c1107a87cc83ff1df4e588554e349a\";}s:38:\"wp-admin/css/colors/sunrise/colors.css\";a:2:{s:1:\"d\";i:1421925954;s:1:\"h\";s:32:\"e048709f08faeac3e1fdd8fb27869f0e\";}s:46:\"wp-admin/css/colors/sunrise/colors-rtl.min.css\";a:2:{s:1:\"d\";i:1421925954;s:1:\"h\";s:32:\"5889a9c995d14bafefe1e5c886333930\";}s:39:\"wp-admin/css/colors/sunrise/colors.scss\";a:2:{s:1:\"d\";i:1391667918;s:1:\"h\";s:32:\"5692871a8a7a1914ee0968ddf9923dec\";}s:40:\"wp-admin/css/colors/light/colors-rtl.css\";a:2:{s:1:\"d\";i:1421925954;s:1:\"h\";s:32:\"e3ceeb9466bd89ba5ee791130f9ca85f\";}s:40:\"wp-admin/css/colors/light/colors.min.css\";a:2:{s:1:\"d\";i:1421925954;s:1:\"h\";s:32:\"fcb5d20b06e3fd14e30ff9e923992c85\";}s:36:\"wp-admin/css/colors/light/colors.css\";a:2:{s:1:\"d\";i:1421925954;s:1:\"h\";s:32:\"2297575ac6851b541ef9f8797d318ec2\";}s:44:\"wp-admin/css/colors/light/colors-rtl.min.css\";a:2:{s:1:\"d\";i:1421925954;s:1:\"h\";s:32:\"135321308e0cff17720381814fe670fe\";}s:37:\"wp-admin/css/colors/light/colors.scss\";a:2:{s:1:\"d\";i:1395942974;s:1:\"h\";s:32:\"20a8567ba70294295c115f7ed9e071b7\";}s:44:\"wp-admin/css/colors/ectoplasm/colors-rtl.css\";a:2:{s:1:\"d\";i:1421925954;s:1:\"h\";s:32:\"1d4145177c30d6f02944c86d0b58f102\";}s:44:\"wp-admin/css/colors/ectoplasm/colors.min.css\";a:2:{s:1:\"d\";i:1421925954;s:1:\"h\";s:32:\"22727a1ae25ad30d8dfce6cb130e58da\";}s:40:\"wp-admin/css/colors/ectoplasm/colors.css\";a:2:{s:1:\"d\";i:1421925954;s:1:\"h\";s:32:\"c6cba3cc3536f8a8fe608a3d0a9f2f77\";}s:48:\"wp-admin/css/colors/ectoplasm/colors-rtl.min.css\";a:2:{s:1:\"d\";i:1421925954;s:1:\"h\";s:32:\"1a67509c005453afa0cd06dbe22937a7\";}s:41:\"wp-admin/css/colors/ectoplasm/colors.scss\";a:2:{s:1:\"d\";i:1391667918;s:1:\"h\";s:32:\"940171d1392bd8071122a905d12b9195\";}s:40:\"wp-admin/css/colors/ocean/colors-rtl.css\";a:2:{s:1:\"d\";i:1421925954;s:1:\"h\";s:32:\"f3f1049fff65b59b6ee73c8324a06d6b\";}s:40:\"wp-admin/css/colors/ocean/colors.min.css\";a:2:{s:1:\"d\";i:1421925954;s:1:\"h\";s:32:\"6e1c9ca18902b56c36af3e28246eeac7\";}s:36:\"wp-admin/css/colors/ocean/colors.css\";a:2:{s:1:\"d\";i:1421925954;s:1:\"h\";s:32:\"6882c09b189df57714ce0dbf7634d0b6\";}s:44:\"wp-admin/css/colors/ocean/colors-rtl.min.css\";a:2:{s:1:\"d\";i:1421925954;s:1:\"h\";s:32:\"10aec0930bf49892f26ae12a2161d9f5\";}s:37:\"wp-admin/css/colors/ocean/colors.scss\";a:2:{s:1:\"d\";i:1391667918;s:1:\"h\";s:32:\"1a7c5bfd9faf7f6cc77cd9b166062568\";}s:32:\"wp-admin/css/colors/_mixins.scss\";a:2:{s:1:\"d\";i:1409121135;s:1:\"h\";s:32:\"53e25fcbec91e57c9127342e6f2736ee\";}s:43:\"wp-admin/css/colors/midnight/colors-rtl.css\";a:2:{s:1:\"d\";i:1421925954;s:1:\"h\";s:32:\"27c54160898b88b4dd86baa0c0618d1a\";}s:43:\"wp-admin/css/colors/midnight/colors.min.css\";a:2:{s:1:\"d\";i:1421925954;s:1:\"h\";s:32:\"229cd304fee2141d2b8ac2be3002fbdd\";}s:39:\"wp-admin/css/colors/midnight/colors.css\";a:2:{s:1:\"d\";i:1421925954;s:1:\"h\";s:32:\"088645d63d59b9e2b876d25ecea8b591\";}s:47:\"wp-admin/css/colors/midnight/colors-rtl.min.css\";a:2:{s:1:\"d\";i:1421925954;s:1:\"h\";s:32:\"bcbc1b8d22c46e76d9a39507376b81c5\";}s:40:\"wp-admin/css/colors/midnight/colors.scss\";a:2:{s:1:\"d\";i:1391667918;s:1:\"h\";s:32:\"26dc8daaf0c47c4457b8bc2145f48634\";}s:35:\"wp-admin/css/colors/_variables.scss\";a:2:{s:1:\"d\";i:1386617292;s:1:\"h\";s:32:\"769f771a3f3fdb68e59c9c71b0a7baab\";}s:31:\"wp-admin/css/colors/_admin.scss\";a:2:{s:1:\"d\";i:1421925954;s:1:\"h\";s:32:\"8be2b9d1eeaaeb053236de49c0b3efcd\";}s:27:\"wp-admin/css/press-this.css\";a:2:{s:1:\"d\";i:1396392374;s:1:\"h\";s:32:\"fd425da3ec4295915254f73403f78d03\";}s:30:\"wp-admin/css/dashboard-rtl.css\";a:2:{s:1:\"d\";i:1421925954;s:1:\"h\";s:32:\"07decee960d22fca5b6e94eaa647956e\";}s:27:\"wp-admin/css/ie-rtl.min.css\";a:2:{s:1:\"d\";i:1406061704;s:1:\"h\";s:32:\"4106f98f5e50d92365ae8de1bb31b17e\";}s:39:\"wp-admin/css/customize-controls-rtl.css\";a:2:{s:1:\"d\";i:1421925954;s:1:\"h\";s:32:\"1010da3327f8dcd8528c2bfd3ef0d962\";}s:21:\"wp-admin/css/edit.css\";a:2:{s:1:\"d\";i:1421925954;s:1:\"h\";s:32:\"4f2215bdabcb2b4b32f3e62f1c913b12\";}s:27:\"wp-admin/css/admin-menu.css\";a:2:{s:1:\"d\";i:1421925954;s:1:\"h\";s:32:\"5d1b42b737158c277828afda18881573\";}s:23:\"wp-admin/css/ie-rtl.css\";a:2:{s:1:\"d\";i:1404231795;s:1:\"h\";s:32:\"fd7d0df7b16e00fd528ccf616e4124d3\";}s:23:\"wp-admin/css/themes.css\";a:2:{s:1:\"d\";i:1421925954;s:1:\"h\";s:32:\"bf0ab9d631a3b25394db5d04866fc1aa\";}s:27:\"wp-admin/css/themes-rtl.css\";a:2:{s:1:\"d\";i:1421925954;s:1:\"h\";s:32:\"4a121a5c6d72c6506750149b8e20ca56\";}s:19:\"wp-admin/css/ie.css\";a:2:{s:1:\"d\";i:1404231795;s:1:\"h\";s:32:\"dfb747b363e0d019c519b7a8bada6efc\";}s:21:\"wp-admin/freedoms.php\";a:2:{s:1:\"d\";i:1421925955;s:1:\"h\";s:32:\"0432cd858b53685d9c4f2fa5371083bb\";}s:22:\"wp-admin/nav-menus.php\";a:2:{s:1:\"d\";i:1421925957;s:1:\"h\";s:32:\"e747dbf1a9971017ccd7d387cfd117d0\";}s:25:\"wp-admin/admin-header.php\";a:2:{s:1:\"d\";i:1421925954;s:1:\"h\";s:32:\"84fe73be3590184176a9e97780785a0d\";}s:30:\"wp-admin/options-permalink.php\";a:2:{s:1:\"d\";i:1421925957;s:1:\"h\";s:32:\"8874e7d5218c5771b75f5e733a52cf25\";}s:19:\"wp-admin/themes.php\";a:2:{s:1:\"d\";i:1421925957;s:1:\"h\";s:32:\"a7db710dda2290bcf8c582ba14741626\";}s:20:\"wp-admin/profile.php\";a:2:{s:1:\"d\";i:1380068291;s:1:\"h\";s:32:\"9184e53f96bade3e7ae7cda9eddf7a26\";}s:20:\"wp-admin/widgets.php\";a:2:{s:1:\"d\";i:1421925957;s:1:\"h\";s:32:\"c892d5a2788972e35cec718b258d034b\";}s:18:\"wp-admin/media.php\";a:2:{s:1:\"d\";i:1405588456;s:1:\"h\";s:32:\"729d8f054952860976ea132b2fc5bc0d\";}s:30:\"wp-admin/custom-background.php\";a:2:{s:1:\"d\";i:1421925954;s:1:\"h\";s:32:\"abf293984a875379b5bf6dc1bb84a40c\";}s:22:\"wp-admin/customize.php\";a:2:{s:1:\"d\";i:1421925954;s:1:\"h\";s:32:\"8974f84c7d69db81f2642767c337b81a\";}s:18:\"wp-admin/about.php\";a:2:{s:1:\"d\";i:1421925954;s:1:\"h\";s:32:\"82c7195c8c92d98e133b369adee474dc\";}s:26:\"wp-admin/options-media.php\";a:2:{s:1:\"d\";i:1394252055;s:1:\"h\";s:32:\"fa2427134de0cb97513159b49c4f25fb\";}s:26:\"wp-admin/edit-comments.php\";a:2:{s:1:\"d\";i:1421925954;s:1:\"h\";s:32:\"f896b108803edf9db8bb3c72cc9ca343\";}s:31:\"wp-admin/ms-upgrade-network.php\";a:2:{s:1:\"d\";i:1380068291;s:1:\"h\";s:32:\"7cb492260f22ee53816d96be3868be6d\";}s:31:\"wp-admin/edit-form-advanced.php\";a:2:{s:1:\"d\";i:1421925955;s:1:\"h\";s:32:\"6508983f1ee0b5b93005ef566698a0b5\";}s:22:\"wp-admin/user-edit.php\";a:2:{s:1:\"d\";i:1421925957;s:1:\"h\";s:32:\"9ccf4fe3b6a079cda298e97dc962f752\";}s:30:\"wp-admin/network/site-info.php\";a:2:{s:1:\"d\";i:1421925957;s:1:\"h\";s:32:\"1529a8a7e5b39e3bec00542cca946c1f\";}s:32:\"wp-admin/network/site-themes.php\";a:2:{s:1:\"d\";i:1395766635;s:1:\"h\";s:32:\"055aaf64dcc1456a3cd6b506649d72ca\";}s:29:\"wp-admin/network/site-new.php\";a:2:{s:1:\"d\";i:1421925957;s:1:\"h\";s:32:\"1fd49547174da77755dfbe5a7559312b\";}s:28:\"wp-admin/network/plugins.php\";a:2:{s:1:\"d\";i:1380068291;s:1:\"h\";s:32:\"4193887cb9cb7f4d4d3000bdf303bf1e\";}s:28:\"wp-admin/network/credits.php\";a:2:{s:1:\"d\";i:1380068291;s:1:\"h\";s:32:\"38192cde34142cc7ecf558f58ef475f0\";}s:29:\"wp-admin/network/freedoms.php\";a:2:{s:1:\"d\";i:1380068291;s:1:\"h\";s:32:\"109efa9312c00370894f7e2ba27e9c31\";}s:27:\"wp-admin/network/themes.php\";a:2:{s:1:\"d\";i:1421925957;s:1:\"h\";s:32:\"26b094140c6e6d5a6f3d7f4fdf7bc36f\";}s:28:\"wp-admin/network/profile.php\";a:2:{s:1:\"d\";i:1380068291;s:1:\"h\";s:32:\"d86926a7511d1d5cd3a2f0a502e7b6a8\";}s:26:\"wp-admin/network/about.php\";a:2:{s:1:\"d\";i:1380068291;s:1:\"h\";s:32:\"e9e33df9da15a95356e6da0e56889fec\";}s:29:\"wp-admin/network/settings.php\";a:2:{s:1:\"d\";i:1421925957;s:1:\"h\";s:32:\"d3dc80c2e8346b81e1665cdcebde07d2\";}s:30:\"wp-admin/network/user-edit.php\";a:2:{s:1:\"d\";i:1380068291;s:1:\"h\";s:32:\"318173b6ccb63ed80ba3d08563c3ff14\";}s:34:\"wp-admin/network/plugin-editor.php\";a:2:{s:1:\"d\";i:1380068291;s:1:\"h\";s:32:\"3fb5cd9ab947024d84585a0d693dcc12\";}s:26:\"wp-admin/network/index.php\";a:2:{s:1:\"d\";i:1394252055;s:1:\"h\";s:32:\"8193a7042647f3156229dd76122fff55\";}s:26:\"wp-admin/network/setup.php\";a:2:{s:1:\"d\";i:1380068291;s:1:\"h\";s:32:\"ee19cf426d3e6e397a5d891f08d19ae2\";}s:34:\"wp-admin/network/theme-install.php\";a:2:{s:1:\"d\";i:1380068291;s:1:\"h\";s:32:\"26d5b7cd315570d025e09e11313d24e4\";}s:27:\"wp-admin/network/update.php\";a:2:{s:1:\"d\";i:1380068291;s:1:\"h\";s:32:\"ba45a05ecc211e8cab75b4d529ff75f7\";}s:28:\"wp-admin/network/upgrade.php\";a:2:{s:1:\"d\";i:1421925957;s:1:\"h\";s:32:\"a063ba711c87450a4a1277de23557e62\";}s:29:\"wp-admin/network/user-new.php\";a:2:{s:1:\"d\";i:1421925957;s:1:\"h\";s:32:\"1f7d847e2ad0617fe5d3b1fa8ea80195\";}s:25:\"wp-admin/network/edit.php\";a:2:{s:1:\"d\";i:1421925957;s:1:\"h\";s:32:\"0deb5ea059c21f268c973b5ea0fcd21a\";}s:26:\"wp-admin/network/users.php\";a:2:{s:1:\"d\";i:1421925957;s:1:\"h\";s:32:\"6ed95dbdccbef53693a35626187514bb\";}s:32:\"wp-admin/network/update-core.php\";a:2:{s:1:\"d\";i:1380068291;s:1:\"h\";s:32:\"a1223f017d52327b385cac03833f52ea\";}s:34:\"wp-admin/network/site-settings.php\";a:2:{s:1:\"d\";i:1402361055;s:1:\"h\";s:32:\"86aedc9045771a6f2d79696a120cd203\";}s:35:\"wp-admin/network/plugin-install.php\";a:2:{s:1:\"d\";i:1380068291;s:1:\"h\";s:32:\"6bbd804f795fa5a934f529a51a9886bf\";}s:26:\"wp-admin/network/sites.php\";a:2:{s:1:\"d\";i:1421925957;s:1:\"h\";s:32:\"27cf3b654dc6a0d7270a746d665cab47\";}s:26:\"wp-admin/network/admin.php\";a:2:{s:1:\"d\";i:1397260875;s:1:\"h\";s:32:\"4e85d4354373cc17b9099b130b121f12\";}s:31:\"wp-admin/network/site-users.php\";a:2:{s:1:\"d\";i:1421925957;s:1:\"h\";s:32:\"f51210deb422c7944a836d249ca7d12f\";}s:33:\"wp-admin/network/theme-editor.php\";a:2:{s:1:\"d\";i:1380068291;s:1:\"h\";s:32:\"804f9a460fa9e3646d83f915c51cd36a\";}s:25:\"wp-admin/network/menu.php\";a:2:{s:1:\"d\";i:1421925957;s:1:\"h\";s:32:\"1ae13d535ba56678c4e08acf1989a3d5\";}s:21:\"wp-admin/my-sites.php\";a:2:{s:1:\"d\";i:1394252055;s:1:\"h\";s:32:\"69304ef4901478a94c0dfaba7fca595d\";}s:18:\"wp-admin/tools.php\";a:2:{s:1:\"d\";i:1394252055;s:1:\"h\";s:32:\"7018d1c633ea2971bb8600d1b788493d\";}s:26:\"wp-admin/plugin-editor.php\";a:2:{s:1:\"d\";i:1399399934;s:1:\"h\";s:32:\"66fb081d5b32491c726ddfe927213260\";}s:20:\"wp-admin/comment.php\";a:2:{s:1:\"d\";i:1400449634;s:1:\"h\";s:32:\"b5d7ef251e5976c7b1ba219ed8a62609\";}s:18:\"wp-admin/index.php\";a:2:{s:1:\"d\";i:1421925956;s:1:\"h\";s:32:\"0127879b9bd71afd5901c5d90877c52f\";}s:25:\"wp-admin/maint/repair.php\";a:2:{s:1:\"d\";i:1404051015;s:1:\"h\";s:32:\"3ba2182300e632340850329b7065da34\";}s:28:\"wp-admin/admin-functions.php\";a:2:{s:1:\"d\";i:1387911432;s:1:\"h\";s:32:\"e3f39d6761a2cdce12638d33ad6171bd\";}s:26:\"wp-admin/theme-install.php\";a:2:{s:1:\"d\";i:1421925957;s:1:\"h\";s:32:\"17e07d31d4b86e5d06058e11ae52f3f8\";}s:19:\"wp-admin/update.php\";a:2:{s:1:\"d\";i:1421925957;s:1:\"h\";s:32:\"bf81c1679c53d8d88dd1ec15904a6ffa\";}s:26:\"wp-admin/custom-header.php\";a:2:{s:1:\"d\";i:1421925954;s:1:\"h\";s:32:\"883cc839bfb38083f72d41214bed2473\";}s:20:\"wp-admin/upgrade.php\";a:2:{s:1:\"d\";i:1404051015;s:1:\"h\";s:32:\"f074a2f1a20c9aee61f75af61e2c1994\";}s:31:\"wp-admin/js/media-upload.min.js\";a:2:{s:1:\"d\";i:1403717955;s:1:\"h\";s:32:\"61ea709a3314ba200a885e2465267aa2\";}s:19:\"wp-admin/js/link.js\";a:2:{s:1:\"d\";i:1384492569;s:1:\"h\";s:32:\"1c8675dcd035cfb374f67bfcbf117a8c\";}s:37:\"wp-admin/js/customize-controls.min.js\";a:2:{s:1:\"d\";i:1421925957;s:1:\"h\";s:32:\"0284b64cbc37e3ded9b11133d7bc5fa9\";}s:34:\"wp-admin/js/inline-edit-tax.min.js\";a:2:{s:1:\"d\";i:1390970610;s:1:\"h\";s:32:\"fb20ee6486993251b2345d7f10679170\";}s:26:\"wp-admin/js/svg-painter.js\";a:2:{s:1:\"d\";i:1386280870;s:1:\"h\";s:32:\"87dcfbe97f902fa77cc4a9889c827afc\";}s:23:\"wp-admin/js/nav-menu.js\";a:2:{s:1:\"d\";i:1409664198;s:1:\"h\";s:32:\"1ac435f167ec9c539cf405e139fc9a45\";}s:32:\"wp-admin/js/wp-fullscreen.min.js\";a:2:{s:1:\"d\";i:1408386196;s:1:\"h\";s:32:\"3534e4ec4ef74d6a8daafa225c11c918\";}s:26:\"wp-admin/js/updates.min.js\";a:2:{s:1:\"d\";i:1421925957;s:1:\"h\";s:32:\"00dc5cbe3151f0ade362e16ac8b15b9f\";}s:23:\"wp-admin/js/tags.min.js\";a:2:{s:1:\"d\";i:1384491730;s:1:\"h\";s:32:\"172f499d40d4217bbf684cd552031acb\";}s:32:\"wp-admin/js/edit-comments.min.js\";a:2:{s:1:\"d\";i:1409630238;s:1:\"h\";s:32:\"e1d64d4023fe0facd55ee1600b50a15f\";}s:28:\"wp-admin/js/dashboard.min.js\";a:2:{s:1:\"d\";i:1406648056;s:1:\"h\";s:32:\"39f67345a12faf1a3c53c9289fc59f86\";}s:26:\"wp-admin/js/gallery.min.js\";a:2:{s:1:\"d\";i:1390970610;s:1:\"h\";s:32:\"1c986fe3039dbacf126de2f0dc644f6f\";}s:22:\"wp-admin/js/xfn.min.js\";a:2:{s:1:\"d\";i:1384466290;s:1:\"h\";s:32:\"66b227ca28f41f2e0615b04a390d5e04\";}s:22:\"wp-admin/js/comment.js\";a:2:{s:1:\"d\";i:1384032610;s:1:\"h\";s:32:\"a3fefb4998b3f534e144db4f235d0f03\";}s:32:\"wp-admin/js/custom-background.js\";a:2:{s:1:\"d\";i:1384407611;s:1:\"h\";s:32:\"f26af7294ee07fb9a0cb88c2a8697623\";}s:25:\"wp-admin/js/farbtastic.js\";a:2:{s:1:\"d\";i:1289493262;s:1:\"h\";s:32:\"a73af354a03241715d8698feea340b92\";}s:28:\"wp-admin/js/custom-header.js\";a:2:{s:1:\"d\";i:1384407611;s:1:\"h\";s:32:\"32b3005887a4cb606fecc09c756605bb\";}s:42:\"wp-admin/js/password-strength-meter.min.js\";a:2:{s:1:\"d\";i:1384492329;s:1:\"h\";s:32:\"3185f27c8fa4123db79a1d6de055c9d7\";}s:27:\"wp-admin/js/media-upload.js\";a:2:{s:1:\"d\";i:1403717955;s:1:\"h\";s:32:\"5f66a88c118be462a566029db50aa3a2\";}s:25:\"wp-admin/js/common.min.js\";a:2:{s:1:\"d\";i:1421925957;s:1:\"h\";s:32:\"a915138d60305201313066d43c61a2f6\";}s:35:\"wp-admin/js/language-chooser.min.js\";a:2:{s:1:\"d\";i:1407185236;s:1:\"h\";s:32:\"1d6822384a71090c74add106e4468581\";}s:20:\"wp-admin/js/media.js\";a:2:{s:1:\"d\";i:1421925957;s:1:\"h\";s:32:\"fc6243e6ea74f2ca62bffb849de3657f\";}s:35:\"wp-admin/js/inline-edit-post.min.js\";a:2:{s:1:\"d\";i:1403798894;s:1:\"h\";s:32:\"306b49c4726604b273860a46a7a69a96\";}s:31:\"wp-admin/js/user-suggest.min.js\";a:2:{s:1:\"d\";i:1390864212;s:1:\"h\";s:32:\"e089545cd7fcde5c7cd70de3a70139e1\";}s:19:\"wp-admin/js/tags.js\";a:2:{s:1:\"d\";i:1384491730;s:1:\"h\";s:32:\"4cc64266f1b35a86c63cc1b2c42f7306\";}s:31:\"wp-admin/js/user-profile.min.js\";a:2:{s:1:\"d\";i:1421925957;s:1:\"h\";s:32:\"61e1a5c632622df1af36a7a51ac4f53f\";}s:31:\"wp-admin/js/language-chooser.js\";a:2:{s:1:\"d\";i:1407185236;s:1:\"h\";s:32:\"09e20150c7561d0330d7158f744abb4a\";}s:28:\"wp-admin/js/edit-comments.js\";a:2:{s:1:\"d\";i:1409630238;s:1:\"h\";s:32:\"5a9fd1c52b9007ab3d2afbaa6f2dcf64\";}s:26:\"wp-admin/js/comment.min.js\";a:2:{s:1:\"d\";i:1384379111;s:1:\"h\";s:32:\"38ff692f79a3e57df9b9192a9e43b4ea\";}s:26:\"wp-admin/js/postbox.min.js\";a:2:{s:1:\"d\";i:1408324396;s:1:\"h\";s:32:\"8bf00b23dafb248f022d8b21693e0418\";}s:33:\"wp-admin/js/set-post-thumbnail.js\";a:2:{s:1:\"d\";i:1384492329;s:1:\"h\";s:32:\"2b5153576d1eee4002fb7ed9e5831251\";}s:22:\"wp-admin/js/updates.js\";a:2:{s:1:\"d\";i:1421925957;s:1:\"h\";s:32:\"b1458f7c51adab170056fc1fc4c3a3ce\";}s:22:\"wp-admin/js/postbox.js\";a:2:{s:1:\"d\";i:1408324396;s:1:\"h\";s:32:\"87a08ca86f25ee997a627ce4a88ec359\";}s:32:\"wp-admin/js/media-gallery.min.js\";a:2:{s:1:\"d\";i:1384379111;s:1:\"h\";s:32:\"3296d1fa20d292b002bba10490f1ba6e\";}s:19:\"wp-admin/js/post.js\";a:2:{s:1:\"d\";i:1421925957;s:1:\"h\";s:32:\"24daf495d09243fe7a3eb040d58ddcc7\";}s:29:\"wp-admin/js/image-edit.min.js\";a:2:{s:1:\"d\";i:1408588517;s:1:\"h\";s:32:\"df9254c728a075b313345528aa68355b\";}s:23:\"wp-admin/js/iris.min.js\";a:2:{s:1:\"d\";i:1421925957;s:1:\"h\";s:32:\"75c63560c640c4a6c31f5565dfb0e8a9\";}s:29:\"wp-admin/js/word-count.min.js\";a:2:{s:1:\"d\";i:1384498329;s:1:\"h\";s:32:\"c71cccaeb645b4e75e963aecff2f5fc6\";}s:30:\"wp-admin/js/svg-painter.min.js\";a:2:{s:1:\"d\";i:1390970610;s:1:\"h\";s:32:\"8db7f2acb2c205b766167517ccce7f8a\";}s:32:\"wp-admin/js/editor-expand.min.js\";a:2:{s:1:\"d\";i:1421925957;s:1:\"h\";s:32:\"89eab3c62d8a7e8d143ed648c593d3fd\";}s:24:\"wp-admin/js/theme.min.js\";a:2:{s:1:\"d\";i:1421925957;s:1:\"h\";s:32:\"c93e26230e05d4fdd87288b47c60873f\";}s:28:\"wp-admin/js/media-gallery.js\";a:2:{s:1:\"d\";i:1384557549;s:1:\"h\";s:32:\"7cf21db8661f9201a784f638f77d2b26\";}s:22:\"wp-admin/js/widgets.js\";a:2:{s:1:\"d\";i:1421925957;s:1:\"h\";s:32:\"ab3c6775af462066bdb485407007a49b\";}s:23:\"wp-admin/js/link.min.js\";a:2:{s:1:\"d\";i:1384379111;s:1:\"h\";s:32:\"f9ff4694933001933bdec2c133b2252d\";}s:28:\"wp-admin/js/revisions.min.js\";a:2:{s:1:\"d\";i:1421925957;s:1:\"h\";s:32:\"3253906cffe4523bc05d0632af4c6af8\";}s:25:\"wp-admin/js/word-count.js\";a:2:{s:1:\"d\";i:1384498329;s:1:\"h\";s:32:\"66256995400e51a5f931a11bc11e1e4e\";}s:30:\"wp-admin/js/inline-edit-tax.js\";a:2:{s:1:\"d\";i:1384835709;s:1:\"h\";s:32:\"169c038f805a493d8b5383670a02d89c\";}s:25:\"wp-admin/js/image-edit.js\";a:2:{s:1:\"d\";i:1408588517;s:1:\"h\";s:32:\"f4da63e5c9c6e64e67d9662965af69d8\";}s:22:\"wp-admin/js/gallery.js\";a:2:{s:1:\"d\";i:1384859409;s:1:\"h\";s:32:\"1be9174b160c7eb40e6cdce4031ae89e\";}s:21:\"wp-admin/js/common.js\";a:2:{s:1:\"d\";i:1421925957;s:1:\"h\";s:32:\"32fb4510695e27473897cb5251348395\";}s:20:\"wp-admin/js/theme.js\";a:2:{s:1:\"d\";i:1421925957;s:1:\"h\";s:32:\"73a10d6e0f9198feeff1a5ef7f377f7f\";}s:27:\"wp-admin/js/color-picker.js\";a:2:{s:1:\"d\";i:1421925957;s:1:\"h\";s:32:\"0e948ad7ea32644d4dcadc0f54fac1e3\";}s:24:\"wp-admin/js/media.min.js\";a:2:{s:1:\"d\";i:1421925957;s:1:\"h\";s:32:\"9f8b1a50cba5f06427ffe004043128c9\";}s:25:\"wp-admin/js/editor.min.js\";a:2:{s:1:\"d\";i:1421925957;s:1:\"h\";s:32:\"7af92b8e79eb872268168985e58f929b\";}s:28:\"wp-admin/js/accordion.min.js\";a:2:{s:1:\"d\";i:1421925957;s:1:\"h\";s:32:\"cfa0d94d00f7a8a147c3815dc819e114\";}s:28:\"wp-admin/js/editor-expand.js\";a:2:{s:1:\"d\";i:1421925957;s:1:\"h\";s:32:\"2f37f221b8f77ae0e6bbde7b8d03fe43\";}s:38:\"wp-admin/js/password-strength-meter.js\";a:2:{s:1:\"d\";i:1384492329;s:1:\"h\";s:32:\"4d912846975670c9e2232a19ef7bb41b\";}s:24:\"wp-admin/js/accordion.js\";a:2:{s:1:\"d\";i:1421925957;s:1:\"h\";s:32:\"f25e56e30af6382e3770be437493373a\";}s:29:\"wp-admin/js/plugin-install.js\";a:2:{s:1:\"d\";i:1408897336;s:1:\"h\";s:32:\"2e2deb24835a5f6c5259690d775a2324\";}s:33:\"wp-admin/js/customize-controls.js\";a:2:{s:1:\"d\";i:1421925957;s:1:\"h\";s:32:\"edc5f50d0fd73a32d5b06790ffcab513\";}s:23:\"wp-admin/js/post.min.js\";a:2:{s:1:\"d\";i:1421925957;s:1:\"h\";s:32:\"269e1c1bcb01aeb3fad829be7ed4aacd\";}s:27:\"wp-admin/js/user-suggest.js\";a:2:{s:1:\"d\";i:1390864212;s:1:\"h\";s:32:\"1e33290807fa8b2829ddb0347d0a9305\";}s:26:\"wp-admin/js/widgets.min.js\";a:2:{s:1:\"d\";i:1421925957;s:1:\"h\";s:32:\"7f96038b9537a8fe2a8887a4a4893737\";}s:27:\"wp-admin/js/user-profile.js\";a:2:{s:1:\"d\";i:1421925957;s:1:\"h\";s:32:\"c2bcc33ea5397b37fc77de3149618d9f\";}s:24:\"wp-admin/js/revisions.js\";a:2:{s:1:\"d\";i:1421925957;s:1:\"h\";s:32:\"41f746a4087bec7e9b0db4152759d169\";}s:36:\"wp-admin/js/custom-background.min.js\";a:2:{s:1:\"d\";i:1390970610;s:1:\"h\";s:32:\"82d07f23593e578820b19fc9faad65a0\";}s:18:\"wp-admin/js/xfn.js\";a:2:{s:1:\"d\";i:1384466290;s:1:\"h\";s:32:\"e2d6eecbd774af1e2bb1a16ec117286b\";}s:31:\"wp-admin/js/inline-edit-post.js\";a:2:{s:1:\"d\";i:1403798894;s:1:\"h\";s:32:\"ed03381714c58f75507c8ce11afd8c50\";}s:31:\"wp-admin/js/color-picker.min.js\";a:2:{s:1:\"d\";i:1421925957;s:1:\"h\";s:32:\"1aa57d225b7d9bb8bfa8500e0c2de029\";}s:36:\"wp-admin/js/customize-widgets.min.js\";a:2:{s:1:\"d\";i:1421925957;s:1:\"h\";s:32:\"04051a3d44556bfa47c141f3dbbcf574\";}s:24:\"wp-admin/js/dashboard.js\";a:2:{s:1:\"d\";i:1406648056;s:1:\"h\";s:32:\"dcaf4f687c6c523cf0e2d5515234faa5\";}s:32:\"wp-admin/js/customize-widgets.js\";a:2:{s:1:\"d\";i:1421925957;s:1:\"h\";s:32:\"7850d87d05e8fce2ef72aa1dd954dc63\";}s:28:\"wp-admin/js/wp-fullscreen.js\";a:2:{s:1:\"d\";i:1421925957;s:1:\"h\";s:32:\"781b0a7f92ace4c740bebd0ba2ec9cc5\";}s:27:\"wp-admin/js/nav-menu.min.js\";a:2:{s:1:\"d\";i:1409664198;s:1:\"h\";s:32:\"c5307758e7cda56b18b721eaad458db6\";}s:37:\"wp-admin/js/set-post-thumbnail.min.js\";a:2:{s:1:\"d\";i:1384379111;s:1:\"h\";s:32:\"8bc5ca12fa38a607d5af2181311b7a5b\";}s:33:\"wp-admin/js/plugin-install.min.js\";a:2:{s:1:\"d\";i:1408897336;s:1:\"h\";s:32:\"e976956cebb7ba13ce258a9d2cfa8dc3\";}s:21:\"wp-admin/js/editor.js\";a:2:{s:1:\"d\";i:1421925957;s:1:\"h\";s:32:\"d0af21973275bb0564f8d1525e0d325e\";}s:21:\"wp-admin/ms-sites.php\";a:2:{s:1:\"d\";i:1380068291;s:1:\"h\";s:32:\"5d186224ebf4ddd0f1719c9ef4b80468\";}s:22:\"wp-admin/edit-tags.php\";a:2:{s:1:\"d\";i:1421925955;s:1:\"h\";s:32:\"57858bca396d7a20738cba617087c1e2\";}s:21:\"wp-admin/user-new.php\";a:2:{s:1:\"d\";i:1421925957;s:1:\"h\";s:32:\"2009fc37aa2c0950dfc7a62a213c67bd\";}s:23:\"wp-admin/ms-options.php\";a:2:{s:1:\"d\";i:1380068291;s:1:\"h\";s:32:\"a21d278e00ca7dccfe3a81d4e386afa9\";}s:27:\"wp-admin/ms-delete-site.php\";a:2:{s:1:\"d\";i:1395974655;s:1:\"h\";s:32:\"88d81b84f0975f4653c6cd20f3f2fb20\";}s:21:\"wp-admin/post-new.php\";a:2:{s:1:\"d\";i:1421925957;s:1:\"h\";s:32:\"c4bb80ae54e4f97d63efeb0b84b287a9\";}s:17:\"wp-admin/edit.php\";a:2:{s:1:\"d\";i:1421925955;s:1:\"h\";s:32:\"536aed56921bffeaa9a36e10f3588174\";}s:20:\"wp-admin/network.php\";a:2:{s:1:\"d\";i:1421925957;s:1:\"h\";s:32:\"4587bd576acf7929e5360255156b900c\";}s:17:\"wp-admin/post.php\";a:2:{s:1:\"d\";i:1408667116;s:1:\"h\";s:32:\"f17e509b09d2e396f6a9b615ecc9d542\";}s:18:\"wp-admin/users.php\";a:2:{s:1:\"d\";i:1421925957;s:1:\"h\";s:32:\"1ededbe306a41769751e39efa9bb53e1\";}s:25:\"wp-admin/options-head.php\";a:2:{s:1:\"d\";i:1362158049;s:1:\"h\";s:32:\"bad695605e6db04e400a546f667eb70b\";}s:30:\"wp-admin/edit-form-comment.php\";a:2:{s:1:\"d\";i:1421925955;s:1:\"h\";s:32:\"eabe0530c91e13b16f2c8603b4713bc5\";}s:28:\"wp-admin/options-reading.php\";a:2:{s:1:\"d\";i:1394252055;s:1:\"h\";s:32:\"2e4bfe2b2bc4eecf362238b18b751b2b\";}s:24:\"wp-admin/menu-header.php\";a:2:{s:1:\"d\";i:1421925957;s:1:\"h\";s:32:\"f28025115e77028c2c0d0e77c1fd8cce\";}s:24:\"wp-admin/update-core.php\";a:2:{s:1:\"d\";i:1421925957;s:1:\"h\";s:32:\"462c6d7d26ecf2ec5d203e9cdb7e53ca\";}s:27:\"wp-admin/install-helper.php\";a:2:{s:1:\"d\";i:1421925956;s:1:\"h\";s:32:\"5480b0fabf52c37eee8bfed6db52335a\";}s:21:\"wp-admin/link-add.php\";a:2:{s:1:\"d\";i:1380068291;s:1:\"h\";s:32:\"759747ef8d44c52fadcfa5c457f3f283\";}s:27:\"wp-admin/plugin-install.php\";a:2:{s:1:\"d\";i:1421925957;s:1:\"h\";s:32:\"43763096906608e1aaa769520f81fc4b\";}s:25:\"wp-admin/admin-footer.php\";a:2:{s:1:\"d\";i:1421925954;s:1:\"h\";s:32:\"6e6b731c6abaae85f3885a9cce1981d7\";}s:19:\"wp-admin/export.php\";a:2:{s:1:\"d\";i:1421925955;s:1:\"h\";s:32:\"11064221ee789282972bcd7bc2d3dbba\";}s:28:\"wp-admin/options-general.php\";a:2:{s:1:\"d\";i:1421925957;s:1:\"h\";s:32:\"d05abbeef1686261b73111eaf7b6926e\";}s:23:\"wp-admin/moderation.php\";a:2:{s:1:\"d\";i:1380068291;s:1:\"h\";s:32:\"541242a293805952a0e22234f09d6fa9\";}s:23:\"wp-admin/press-this.php\";a:2:{s:1:\"d\";i:1421925957;s:1:\"h\";s:32:\"f60079fec0e5d4d67e49ada336daaf92\";}s:18:\"wp-admin/admin.php\";a:2:{s:1:\"d\";i:1421925954;s:1:\"h\";s:32:\"500723dfe627bcfe43936aa85bd6b851\";}s:25:\"wp-admin/media-upload.php\";a:2:{s:1:\"d\";i:1421925957;s:1:\"h\";s:32:\"70cb8b8659e2e242f15a210dd15cd234\";}s:25:\"wp-admin/theme-editor.php\";a:2:{s:1:\"d\";i:1405588456;s:1:\"h\";s:32:\"bdfd846a4df83eae1de40983354c1b4f\";}s:19:\"wp-admin/import.php\";a:2:{s:1:\"d\";i:1394252055;s:1:\"h\";s:32:\"a6ba6c12feeced4055521c60e2312a9f\";}s:25:\"wp-admin/link-manager.php\";a:2:{s:1:\"d\";i:1394252055;s:1:\"h\";s:32:\"0fdeff4b8f0465f4b808da9d2ce2870e\";}s:17:\"wp-admin/menu.php\";a:2:{s:1:\"d\";i:1421925957;s:1:\"h\";s:32:\"c9de8c70c10f50016e9ceca3a6ec8753\";}s:30:\"wp-admin/upgrade-functions.php\";a:2:{s:1:\"d\";i:1387911432;s:1:\"h\";s:32:\"5ef6dfd8ec7550e071581d5c14658efc\";}s:25:\"wp-admin/user/credits.php\";a:2:{s:1:\"d\";i:1380068291;s:1:\"h\";s:32:\"d920b4fb1be2c2c780081d5b4b7de55a\";}s:26:\"wp-admin/user/freedoms.php\";a:2:{s:1:\"d\";i:1380068291;s:1:\"h\";s:32:\"1ba6cbb9e2a9d3deb348997492ed692e\";}s:25:\"wp-admin/user/profile.php\";a:2:{s:1:\"d\";i:1421925957;s:1:\"h\";s:32:\"b9fa17a9811195800079dda4b1262d03\";}s:23:\"wp-admin/user/about.php\";a:2:{s:1:\"d\";i:1380068291;s:1:\"h\";s:32:\"99ec00da8d914b4efd2098a3e44ebe2d\";}s:27:\"wp-admin/user/user-edit.php\";a:2:{s:1:\"d\";i:1421925957;s:1:\"h\";s:32:\"2a7a75a363b0f88f0b6d094a91ef65ea\";}s:23:\"wp-admin/user/index.php\";a:2:{s:1:\"d\";i:1421925957;s:1:\"h\";s:32:\"c8fd98f7fdd52d78bdadf74e620789fa\";}s:23:\"wp-admin/user/admin.php\";a:2:{s:1:\"d\";i:1397260875;s:1:\"h\";s:32:\"8de88527f924b455fb6d14bb7805f25a\";}s:22:\"wp-admin/user/menu.php\";a:2:{s:1:\"d\";i:1399363095;s:1:\"h\";s:32:\"a529e3d3c2bb86671fb9cc1145cf70ee\";}s:26:\"wp-admin/edit-tag-form.php\";a:2:{s:1:\"d\";i:1421925955;s:1:\"h\";s:32:\"6d1b9dd6ae801128cc1f671378688d8e\";}s:22:\"wp-admin/ms-themes.php\";a:2:{s:1:\"d\";i:1380068291;s:1:\"h\";s:32:\"521cb94b9501ca24bc495a31c66925d8\";}s:28:\"wp-admin/link-parse-opml.php\";a:2:{s:1:\"d\";i:1405588456;s:1:\"h\";s:32:\"a0392921ac5f6e9719346b219a7bf1d6\";}s:20:\"wp-admin/options.php\";a:2:{s:1:\"d\";i:1421925957;s:1:\"h\";s:32:\"98a5f09955e3d1e3e0b2185de9f643a6\";}s:21:\"wp-admin/ms-admin.php\";a:2:{s:1:\"d\";i:1380068291;s:1:\"h\";s:32:\"9a05b49740dfcdaf4516851b623606e4\";}s:25:\"wp-admin/async-upload.php\";a:2:{s:1:\"d\";i:1421925954;s:1:\"h\";s:32:\"f39f6fd3b0a01e1094f5963400c48ecd\";}s:23:\"wp-admin/admin-ajax.php\";a:2:{s:1:\"d\";i:1421925954;s:1:\"h\";s:32:\"848c81a12056b270d872ed2e186ea016\";}s:24:\"wp-admin/load-styles.php\";a:2:{s:1:\"d\";i:1404417434;s:1:\"h\";s:32:\"e4fe4585bf1930564ff8d572a0a5eac2\";}s:23:\"wp-admin/admin-post.php\";a:2:{s:1:\"d\";i:1421925954;s:1:\"h\";s:32:\"9405e022d36cdf45f029d94518ce4103\";}s:19:\"wp-admin/upload.php\";a:2:{s:1:\"d\";i:1421925957;s:1:\"h\";s:32:\"058e2c44f7d9d41c50888fad6ba48577\";}s:10:\"xmlrpc.php\";a:2:{s:1:\"d\";i:1391978352;s:1:\"h\";s:32:\"9ba4b71a75f877bef76ec6bb31f71df2\";}s:17:\"wp-links-opml.php\";a:2:{s:1:\"d\";i:1382655503;s:1:\"h\";s:32:\"c463c9c7fe769e018d496cda106d6697\";}s:20:\"wp-comments-post.php\";a:2:{s:1:\"d\";i:1421925957;s:1:\"h\";s:32:\"ac70389da35fe92417c39c96a468bfb6\";}s:11:\"readme.html\";a:2:{s:1:\"d\";i:1421925953;s:1:\"h\";s:32:\"321aad4ba63043f888cb072cedf9ef78\";}s:11:\"license.txt\";a:2:{s:1:\"d\";i:1397087415;s:1:\"h\";s:32:\"ae123513dd2e70337dafc9f57ece23fd\";}s:15:\"wp-settings.php\";a:2:{s:1:\"d\";i:1405674795;s:1:\"h\";s:32:\"c4833959e93d9368a35712e52c57c650\";}s:11:\"wp-cron.php\";a:2:{s:1:\"d\";i:1399955954;s:1:\"h\";s:32:\"cf2ae664186202bf6944c31378ec5af9\";}s:9:\"index.php\";a:2:{s:1:\"d\";i:1380068291;s:1:\"h\";s:32:\"b61b25303be0f573a6b9446d5cbe3a5b\";}s:53:\"wp-content/uploads/ithemes-security/backups/.htaccess\";a:2:{s:1:\"d\";i:1422616012;s:1:\"h\";s:32:\"209634bb0238704c4874c35d615ae59e\";}s:45:\"wp-content/uploads/ithemes-security/.htaccess\";a:2:{s:1:\"d\";i:1422616012;s:1:\"h\";s:32:\"209634bb0238704c4874c35d615ae59e\";}s:50:\"wp-content/uploads/ithemes-security/logs/.htaccess\";a:2:{s:1:\"d\";i:1422616012;s:1:\"h\";s:32:\"209634bb0238704c4874c35d615ae59e\";}s:20:\"wp-content/index.php\";a:2:{s:1:\"d\";i:1326042071;s:1:\"h\";s:32:\"67442c5615eba73d105c0715c6620850\";}s:71:\"wp-content/plugins/better-wp-security/modules/free/backup/img/index.php\";a:2:{s:1:\"d\";i:1422615158;s:1:\"h\";s:32:\"a5eb3a234af13e4af877ef721778894b\";}s:78:\"wp-content/plugins/better-wp-security/modules/free/backup/css/multi-select.css\";a:2:{s:1:\"d\";i:1422615158;s:1:\"h\";s:32:\"8317a4491407795d85521c820897dbff\";}s:78:\"wp-content/plugins/better-wp-security/modules/free/backup/css/admin-backup.css\";a:2:{s:1:\"d\";i:1422615158;s:1:\"h\";s:32:\"10069259f7ceb36eac85fed355d571a9\";}s:71:\"wp-content/plugins/better-wp-security/modules/free/backup/css/index.php\";a:2:{s:1:\"d\";i:1422615158;s:1:\"h\";s:32:\"a5eb3a234af13e4af877ef721778894b\";}s:80:\"wp-content/plugins/better-wp-security/modules/free/backup/class-itsec-backup.php\";a:2:{s:1:\"d\";i:1422615158;s:1:\"h\";s:32:\"d4f2e638b6ac4755963533124831932a\";}s:67:\"wp-content/plugins/better-wp-security/modules/free/backup/index.php\";a:2:{s:1:\"d\";i:1422615159;s:1:\"h\";s:32:\"a5eb3a234af13e4af877ef721778894b\";}s:67:\"wp-content/plugins/better-wp-security/modules/free/backup/setup.php\";a:2:{s:1:\"d\";i:1422615159;s:1:\"h\";s:32:\"b1d5f1b2f160707f85507bb11607352f\";}s:83:\"wp-content/plugins/better-wp-security/modules/free/backup/js/jquery.multi-select.js\";a:2:{s:1:\"d\";i:1422615159;s:1:\"h\";s:32:\"1a0dd3138876ec438b3ff0bb93752209\";}s:70:\"wp-content/plugins/better-wp-security/modules/free/backup/js/index.php\";a:2:{s:1:\"d\";i:1422615159;s:1:\"h\";s:32:\"a5eb3a234af13e4af877ef721778894b\";}s:76:\"wp-content/plugins/better-wp-security/modules/free/backup/js/admin-backup.js\";a:2:{s:1:\"d\";i:1422615159;s:1:\"h\";s:32:\"ceb0b4480fa99c6203e4e80386238fa1\";}s:86:\"wp-content/plugins/better-wp-security/modules/free/backup/class-itsec-backup-admin.php\";a:2:{s:1:\"d\";i:1422615158;s:1:\"h\";s:32:\"19ece452e5f762172500c27f4d44703f\";}s:80:\"wp-content/plugins/better-wp-security/modules/free/ssl/class-itsec-ssl-admin.php\";a:2:{s:1:\"d\";i:1422615160;s:1:\"h\";s:32:\"2f2bf4d95a5e86f97be19c9fde2c4afb\";}s:64:\"wp-content/plugins/better-wp-security/modules/free/ssl/index.php\";a:2:{s:1:\"d\";i:1422615160;s:1:\"h\";s:32:\"a5eb3a234af13e4af877ef721778894b\";}s:64:\"wp-content/plugins/better-wp-security/modules/free/ssl/setup.php\";a:2:{s:1:\"d\";i:1422615160;s:1:\"h\";s:32:\"560a2157ab49911a92fd98c1128ab0f0\";}s:70:\"wp-content/plugins/better-wp-security/modules/free/ssl/js/admin-ssl.js\";a:2:{s:1:\"d\";i:1422615160;s:1:\"h\";s:32:\"97282fb42ee919fa7f6e4635bacb67f5\";}s:67:\"wp-content/plugins/better-wp-security/modules/free/ssl/js/index.php\";a:2:{s:1:\"d\";i:1422615160;s:1:\"h\";s:32:\"a5eb3a234af13e4af877ef721778894b\";}s:74:\"wp-content/plugins/better-wp-security/modules/free/ssl/class-itsec-ssl.php\";a:2:{s:1:\"d\";i:1422615160;s:1:\"h\";s:32:\"0d716404a111cdbc4923f2aaf9450521\";}s:114:\"wp-content/plugins/better-wp-security/modules/free/malware/class-ithemes-sync-verb-itsec-perform-homepage-scan.php\";a:2:{s:1:\"d\";i:1422615160;s:1:\"h\";s:32:\"26742c51ad2b50b31f34b2ea615925cf\";}s:68:\"wp-content/plugins/better-wp-security/modules/free/malware/index.php\";a:2:{s:1:\"d\";i:1422615160;s:1:\"h\";s:32:\"a5eb3a234af13e4af877ef721778894b\";}s:117:\"wp-content/plugins/better-wp-security/modules/free/malware/class-ithemes-sync-verb-itsec-get-malware-scan-results.php\";a:2:{s:1:\"d\";i:1422615160;s:1:\"h\";s:32:\"a126af005e8b8054c1d01228476ef23f\";}s:68:\"wp-content/plugins/better-wp-security/modules/free/malware/setup.php\";a:2:{s:1:\"d\";i:1422615160;s:1:\"h\";s:32:\"65149bdb753bb8658a0206a2e3ac15ba\";}s:78:\"wp-content/plugins/better-wp-security/modules/free/malware/js/admin-malware.js\";a:2:{s:1:\"d\";i:1422615160;s:1:\"h\";s:32:\"24c1e7c40b53d6ca5becfd611d6ea896\";}s:71:\"wp-content/plugins/better-wp-security/modules/free/malware/js/index.php\";a:2:{s:1:\"d\";i:1422615160;s:1:\"h\";s:32:\"a5eb3a234af13e4af877ef721778894b\";}s:88:\"wp-content/plugins/better-wp-security/modules/free/malware/class-itsec-malware-admin.php\";a:2:{s:1:\"d\";i:1422615160;s:1:\"h\";s:32:\"6a9e0ba30ec15f347017ff970dc12926\";}s:86:\"wp-content/plugins/better-wp-security/modules/free/malware/class-itsec-malware-log.php\";a:2:{s:1:\"d\";i:1422615160;s:1:\"h\";s:32:\"4a15a2ea0ab99bbb2d96ceec68b5871a\";}s:82:\"wp-content/plugins/better-wp-security/modules/free/malware/class-itsec-malware.php\";a:2:{s:1:\"d\";i:1422615160;s:1:\"h\";s:32:\"316b00253b13740553243353f3d8c718\";}s:69:\"wp-content/plugins/better-wp-security/modules/free/core/img/index.php\";a:2:{s:1:\"d\";i:1422615159;s:1:\"h\";s:32:\"a5eb3a234af13e4af877ef721778894b\";}s:82:\"wp-content/plugins/better-wp-security/modules/free/core/class-itsec-core-admin.php\";a:2:{s:1:\"d\";i:1422615159;s:1:\"h\";s:32:\"0c157264211da7b268c412c46026e492\";}s:65:\"wp-content/plugins/better-wp-security/modules/free/core/index.php\";a:2:{s:1:\"d\";i:1422615159;s:1:\"h\";s:32:\"a5eb3a234af13e4af877ef721778894b\";}s:65:\"wp-content/plugins/better-wp-security/modules/free/core/setup.php\";a:2:{s:1:\"d\";i:1422615159;s:1:\"h\";s:32:\"ebb79310f32bc568e61fc6c2eaf50b0b\";}s:98:\"wp-content/plugins/better-wp-security/modules/free/hide-backend/class-itsec-hide-backend-admin.php\";a:2:{s:1:\"d\";i:1422615159;s:1:\"h\";s:32:\"32e6934de423279cb468d52fb43c83fa\";}s:73:\"wp-content/plugins/better-wp-security/modules/free/hide-backend/index.php\";a:2:{s:1:\"d\";i:1422615159;s:1:\"h\";s:32:\"a5eb3a234af13e4af877ef721778894b\";}s:73:\"wp-content/plugins/better-wp-security/modules/free/hide-backend/setup.php\";a:2:{s:1:\"d\";i:1422615160;s:1:\"h\";s:32:\"61ef6b625fd9ccb408b02578af7e2ea2\";}s:92:\"wp-content/plugins/better-wp-security/modules/free/hide-backend/class-itsec-hide-backend.php\";a:2:{s:1:\"d\";i:1422615159;s:1:\"h\";s:32:\"1b06eb7caa7aec3acaba0f041475be8c\";}s:76:\"wp-content/plugins/better-wp-security/modules/free/hide-backend/js/index.php\";a:2:{s:1:\"d\";i:1422615160;s:1:\"h\";s:32:\"a5eb3a234af13e4af877ef721778894b\";}s:88:\"wp-content/plugins/better-wp-security/modules/free/hide-backend/js/admin-hide-backend.js\";a:2:{s:1:\"d\";i:1422615160;s:1:\"h\";s:32:\"3033bf6548214e7d59af829168156701\";}s:82:\"wp-content/plugins/better-wp-security/modules/free/help/class-itsec-help-admin.php\";a:2:{s:1:\"d\";i:1422615159;s:1:\"h\";s:32:\"40f5045159aafd654af99fb987cf63cc\";}s:65:\"wp-content/plugins/better-wp-security/modules/free/help/index.php\";a:2:{s:1:\"d\";i:1422615159;s:1:\"h\";s:32:\"a5eb3a234af13e4af877ef721778894b\";}s:84:\"wp-content/plugins/better-wp-security/modules/free/salts/class-itsec-salts-admin.php\";a:2:{s:1:\"d\";i:1422615160;s:1:\"h\";s:32:\"fbac1c71c96ee5fbb7e8080a8daf228a\";}s:66:\"wp-content/plugins/better-wp-security/modules/free/salts/index.php\";a:2:{s:1:\"d\";i:1422615160;s:1:\"h\";s:32:\"a5eb3a234af13e4af877ef721778894b\";}s:86:\"wp-content/plugins/better-wp-security/modules/free/salts/js/admin-content_directory.js\";a:2:{s:1:\"d\";i:1422615160;s:1:\"h\";s:32:\"5f81e27e3e013a7afffe69b4ad428caa\";}s:69:\"wp-content/plugins/better-wp-security/modules/free/salts/js/index.php\";a:2:{s:1:\"d\";i:1422615160;s:1:\"h\";s:32:\"a5eb3a234af13e4af877ef721778894b\";}s:96:\"wp-content/plugins/better-wp-security/modules/free/four-oh-four/class-itsec-four-oh-four-log.php\";a:2:{s:1:\"d\";i:1422615159;s:1:\"h\";s:32:\"4b6530774e216f9a2b98517663a0b66d\";}s:92:\"wp-content/plugins/better-wp-security/modules/free/four-oh-four/class-itsec-four-oh-four.php\";a:2:{s:1:\"d\";i:1422615159;s:1:\"h\";s:32:\"665aa5675eaf9fedfe6a507c91bbc228\";}s:73:\"wp-content/plugins/better-wp-security/modules/free/four-oh-four/index.php\";a:2:{s:1:\"d\";i:1422615159;s:1:\"h\";s:32:\"a5eb3a234af13e4af877ef721778894b\";}s:73:\"wp-content/plugins/better-wp-security/modules/free/four-oh-four/setup.php\";a:2:{s:1:\"d\";i:1422615159;s:1:\"h\";s:32:\"cc685e2aaceb7e09e567a62b16e72174\";}s:98:\"wp-content/plugins/better-wp-security/modules/free/four-oh-four/class-itsec-four-oh-four-admin.php\";a:2:{s:1:\"d\";i:1422615159;s:1:\"h\";s:32:\"eae591f6ee3d26c757ba10b19bcfd4aa\";}s:76:\"wp-content/plugins/better-wp-security/modules/free/four-oh-four/js/index.php\";a:2:{s:1:\"d\";i:1422615159;s:1:\"h\";s:32:\"a5eb3a234af13e4af877ef721778894b\";}s:88:\"wp-content/plugins/better-wp-security/modules/free/four-oh-four/js/admin-four-oh-four.js\";a:2:{s:1:\"d\";i:1422615159;s:1:\"h\";s:32:\"45b5ac6b844b96ee18e5500a6dd80678\";}s:76:\"wp-content/plugins/better-wp-security/modules/free/database-prefix/index.php\";a:2:{s:1:\"d\";i:1422615159;s:1:\"h\";s:32:\"a5eb3a234af13e4af877ef721778894b\";}s:104:\"wp-content/plugins/better-wp-security/modules/free/database-prefix/class-itsec-database-prefix-admin.php\";a:2:{s:1:\"d\";i:1422615159;s:1:\"h\";s:32:\"c11098836cf7d196c3a464790eb94616\";}s:72:\"wp-content/plugins/better-wp-security/modules/free/brute-force/index.php\";a:2:{s:1:\"d\";i:1422615159;s:1:\"h\";s:32:\"a5eb3a234af13e4af877ef721778894b\";}s:72:\"wp-content/plugins/better-wp-security/modules/free/brute-force/setup.php\";a:2:{s:1:\"d\";i:1422615159;s:1:\"h\";s:32:\"1c715871a2a579c0f4e57f0861b603a6\";}s:94:\"wp-content/plugins/better-wp-security/modules/free/brute-force/class-itsec-brute-force-log.php\";a:2:{s:1:\"d\";i:1422615159;s:1:\"h\";s:32:\"53ca6c6444fadb54a124d657b9948071\";}s:75:\"wp-content/plugins/better-wp-security/modules/free/brute-force/js/index.php\";a:2:{s:1:\"d\";i:1422615159;s:1:\"h\";s:32:\"a5eb3a234af13e4af877ef721778894b\";}s:86:\"wp-content/plugins/better-wp-security/modules/free/brute-force/js/admin-brute-force.js\";a:2:{s:1:\"d\";i:1422615159;s:1:\"h\";s:32:\"f8d46e51fcc0472fb880899fb50f1414\";}s:96:\"wp-content/plugins/better-wp-security/modules/free/brute-force/class-itsec-brute-force-admin.php\";a:2:{s:1:\"d\";i:1422615159;s:1:\"h\";s:32:\"d82b6d92158ad5c807ee7cb70369f2c9\";}s:90:\"wp-content/plugins/better-wp-security/modules/free/brute-force/class-itsec-brute-force.php\";a:2:{s:1:\"d\";i:1422615159;s:1:\"h\";s:32:\"477831518887e0155ee7112b7f28205c\";}s:60:\"wp-content/plugins/better-wp-security/modules/free/index.php\";a:2:{s:1:\"d\";i:1422615160;s:1:\"h\";s:32:\"a5eb3a234af13e4af877ef721778894b\";}s:108:\"wp-content/plugins/better-wp-security/modules/free/away-mode/class-ithemes-sync-verb-itsec-get-away-mode.php\";a:2:{s:1:\"d\";i:1422615158;s:1:\"h\";s:32:\"38181c574ba6a5652840b95086d05d87\";}s:86:\"wp-content/plugins/better-wp-security/modules/free/away-mode/class-itsec-away-mode.php\";a:2:{s:1:\"d\";i:1422615158;s:1:\"h\";s:32:\"04281d862a553d555a18509d9d4bc9d3\";}s:103:\"wp-content/plugins/better-wp-security/modules/free/away-mode/css/smoothness/jquery-ui-1.10.4.custom.css\";a:2:{s:1:\"d\";i:1422615158;s:1:\"h\";s:32:\"56e344959af5a4037cb52db55cd29c02\";}s:103:\"wp-content/plugins/better-wp-security/modules/free/away-mode/css/smoothness/images/animated-overlay.gif\";a:2:{s:1:\"d\";i:1422615158;s:1:\"h\";s:32:\"2b912f7c0653008ca28ebacda49025e7\";}s:92:\"wp-content/plugins/better-wp-security/modules/free/away-mode/css/smoothness/images/index.php\";a:2:{s:1:\"d\";i:1422615158;s:1:\"h\";s:32:\"a5eb3a234af13e4af877ef721778894b\";}s:85:\"wp-content/plugins/better-wp-security/modules/free/away-mode/css/smoothness/index.php\";a:2:{s:1:\"d\";i:1422615158;s:1:\"h\";s:32:\"a5eb3a234af13e4af877ef721778894b\";}s:74:\"wp-content/plugins/better-wp-security/modules/free/away-mode/css/index.php\";a:2:{s:1:\"d\";i:1422615158;s:1:\"h\";s:32:\"a5eb3a234af13e4af877ef721778894b\";}s:70:\"wp-content/plugins/better-wp-security/modules/free/away-mode/index.php\";a:2:{s:1:\"d\";i:1422615158;s:1:\"h\";s:32:\"a5eb3a234af13e4af877ef721778894b\";}s:70:\"wp-content/plugins/better-wp-security/modules/free/away-mode/setup.php\";a:2:{s:1:\"d\";i:1422615158;s:1:\"h\";s:32:\"2dd70dea820b5e5afc2d6b367ac21f85\";}s:73:\"wp-content/plugins/better-wp-security/modules/free/away-mode/js/index.php\";a:2:{s:1:\"d\";i:1422615158;s:1:\"h\";s:32:\"a5eb3a234af13e4af877ef721778894b\";}s:82:\"wp-content/plugins/better-wp-security/modules/free/away-mode/js/admin-away-mode.js\";a:2:{s:1:\"d\";i:1422615158;s:1:\"h\";s:32:\"7ec5147185ec4df40a7fde2265607ec0\";}s:113:\"wp-content/plugins/better-wp-security/modules/free/away-mode/class-ithemes-sync-verb-itsec-override-away-mode.php\";a:2:{s:1:\"d\";i:1422615158;s:1:\"h\";s:32:\"dd22f0bcd5a1e1da5ee6bdf683b674cb\";}s:92:\"wp-content/plugins/better-wp-security/modules/free/away-mode/class-itsec-away-mode-admin.php\";a:2:{s:1:\"d\";i:1422615158;s:1:\"h\";s:32:\"9967e5e0d4a9be63464a52785f273257\";}s:94:\"wp-content/plugins/better-wp-security/modules/free/admin-user/class-itsec-admin-user-admin.php\";a:2:{s:1:\"d\";i:1422615158;s:1:\"h\";s:32:\"cc98549e94f6b425dc0f9da02fe0b628\";}s:71:\"wp-content/plugins/better-wp-security/modules/free/admin-user/index.php\";a:2:{s:1:\"d\";i:1422615158;s:1:\"h\";s:32:\"a5eb3a234af13e4af877ef721778894b\";}s:74:\"wp-content/plugins/better-wp-security/modules/free/admin-user/js/index.php\";a:2:{s:1:\"d\";i:1422615158;s:1:\"h\";s:32:\"a5eb3a234af13e4af877ef721778894b\";}s:84:\"wp-content/plugins/better-wp-security/modules/free/admin-user/js/admin-admin-user.js\";a:2:{s:1:\"d\";i:1422615158;s:1:\"h\";s:32:\"1fd96f3c6412b0b509c8f23d9634f1b5\";}s:80:\"wp-content/plugins/better-wp-security/modules/free/tweaks/class-itsec-tweaks.php\";a:2:{s:1:\"d\";i:1422615160;s:1:\"h\";s:32:\"dca8f3b6c5f2ec47877acf0c5484e991\";}s:86:\"wp-content/plugins/better-wp-security/modules/free/tweaks/class-itsec-tweaks-admin.php\";a:2:{s:1:\"d\";i:1422615160;s:1:\"h\";s:32:\"73a73b9f19991d831d1d370c3e36c54f\";}s:67:\"wp-content/plugins/better-wp-security/modules/free/tweaks/index.php\";a:2:{s:1:\"d\";i:1422615160;s:1:\"h\";s:32:\"a5eb3a234af13e4af877ef721778894b\";}s:67:\"wp-content/plugins/better-wp-security/modules/free/tweaks/setup.php\";a:2:{s:1:\"d\";i:1422615160;s:1:\"h\";s:32:\"aa070d7ffcc000f58705df984b4b9774\";}s:78:\"wp-content/plugins/better-wp-security/modules/free/content-directory/index.php\";a:2:{s:1:\"d\";i:1422615159;s:1:\"h\";s:32:\"a5eb3a234af13e4af877ef721778894b\";}s:98:\"wp-content/plugins/better-wp-security/modules/free/content-directory/js/admin-content_directory.js\";a:2:{s:1:\"d\";i:1422615159;s:1:\"h\";s:32:\"5f81e27e3e013a7afffe69b4ad428caa\";}s:81:\"wp-content/plugins/better-wp-security/modules/free/content-directory/js/index.php\";a:2:{s:1:\"d\";i:1422615159;s:1:\"h\";s:32:\"a5eb3a234af13e4af877ef721778894b\";}s:108:\"wp-content/plugins/better-wp-security/modules/free/content-directory/class-itsec-content-directory-admin.php\";a:2:{s:1:\"d\";i:1422615159;s:1:\"h\";s:32:\"8524a846f78ebe7eb80e00ff83f0ccaa\";}s:114:\"wp-content/plugins/better-wp-security/modules/free/file-change/class-ithemes-sync-verb-itsec-perform-file-scan.php\";a:2:{s:1:\"d\";i:1422615159;s:1:\"h\";s:32:\"22c1318817e30af1390148ca61031eaf\";}s:88:\"wp-content/plugins/better-wp-security/modules/free/file-change/filetree/images/index.php\";a:2:{s:1:\"d\";i:1422615159;s:1:\"h\";s:32:\"a5eb3a234af13e4af877ef721778894b\";}s:90:\"wp-content/plugins/better-wp-security/modules/free/file-change/filetree/images/spinner.gif\";a:2:{s:1:\"d\";i:1422615159;s:1:\"h\";s:32:\"9a8269421303631316be4ab5e34870e1\";}s:89:\"wp-content/plugins/better-wp-security/modules/free/file-change/filetree/jqueryFileTree.js\";a:2:{s:1:\"d\";i:1422615159;s:1:\"h\";s:32:\"58cb1c7b9671dc7c9cf3955f0a1ece01\";}s:81:\"wp-content/plugins/better-wp-security/modules/free/file-change/filetree/index.php\";a:2:{s:1:\"d\";i:1422615159;s:1:\"h\";s:32:\"a5eb3a234af13e4af877ef721778894b\";}s:90:\"wp-content/plugins/better-wp-security/modules/free/file-change/filetree/jqueryFileTree.css\";a:2:{s:1:\"d\";i:1422615159;s:1:\"h\";s:32:\"60f395cd20597c1609bea2fc572d3d4d\";}s:79:\"wp-content/plugins/better-wp-security/modules/free/file-change/images/index.php\";a:2:{s:1:\"d\";i:1422615159;s:1:\"h\";s:32:\"a5eb3a234af13e4af877ef721778894b\";}s:88:\"wp-content/plugins/better-wp-security/modules/free/file-change/css/admin-file-change.css\";a:2:{s:1:\"d\";i:1422615159;s:1:\"h\";s:32:\"0bfecf7f29cf40852cb1cde80605f6ce\";}s:76:\"wp-content/plugins/better-wp-security/modules/free/file-change/css/index.php\";a:2:{s:1:\"d\";i:1422615159;s:1:\"h\";s:32:\"a5eb3a234af13e4af877ef721778894b\";}s:72:\"wp-content/plugins/better-wp-security/modules/free/file-change/index.php\";a:2:{s:1:\"d\";i:1422615159;s:1:\"h\";s:32:\"a5eb3a234af13e4af877ef721778894b\";}s:72:\"wp-content/plugins/better-wp-security/modules/free/file-change/setup.php\";a:2:{s:1:\"d\";i:1422615159;s:1:\"h\";s:32:\"a1acbe3a5aa1bc72e931be82feb6b7c7\";}s:94:\"wp-content/plugins/better-wp-security/modules/free/file-change/class-itsec-file-change-log.php\";a:2:{s:1:\"d\";i:1422615159;s:1:\"h\";s:32:\"a5cd0c8f98acd9b147e4c174b173c058\";}s:75:\"wp-content/plugins/better-wp-security/modules/free/file-change/js/index.php\";a:2:{s:1:\"d\";i:1422615159;s:1:\"h\";s:32:\"a5eb3a234af13e4af877ef721778894b\";}s:86:\"wp-content/plugins/better-wp-security/modules/free/file-change/js/admin-file-change.js\";a:2:{s:1:\"d\";i:1422615159;s:1:\"h\";s:32:\"db9ed1f79f076824eaed41a4bbc1f5ea\";}s:94:\"wp-content/plugins/better-wp-security/modules/free/file-change/js/admin-file-change-warning.js\";a:2:{s:1:\"d\";i:1422615159;s:1:\"h\";s:32:\"892b85a2b487aeb8f07ece552a6f8924\";}s:90:\"wp-content/plugins/better-wp-security/modules/free/file-change/class-itsec-file-change.php\";a:2:{s:1:\"d\";i:1422615159;s:1:\"h\";s:32:\"d8187ad9cb2d29e81a13130dd377a4c8\";}s:96:\"wp-content/plugins/better-wp-security/modules/free/file-change/class-itsec-file-change-admin.php\";a:2:{s:1:\"d\";i:1422615159;s:1:\"h\";s:32:\"b07a44be38189d23ba64cb23b4250919\";}s:68:\"wp-content/plugins/better-wp-security/modules/free/ipcheck/index.php\";a:2:{s:1:\"d\";i:1422615160;s:1:\"h\";s:32:\"a5eb3a234af13e4af877ef721778894b\";}s:68:\"wp-content/plugins/better-wp-security/modules/free/ipcheck/setup.php\";a:2:{s:1:\"d\";i:1422615160;s:1:\"h\";s:32:\"d0df63016b0e7012a6baf4d667361a0a\";}s:71:\"wp-content/plugins/better-wp-security/modules/free/ipcheck/js/index.php\";a:2:{s:1:\"d\";i:1422615160;s:1:\"h\";s:32:\"a5eb3a234af13e4af877ef721778894b\";}s:78:\"wp-content/plugins/better-wp-security/modules/free/ipcheck/js/admin-ipcheck.js\";a:2:{s:1:\"d\";i:1422615160;s:1:\"h\";s:32:\"23678a888d1c4931e22b95661e967f49\";}s:88:\"wp-content/plugins/better-wp-security/modules/free/ipcheck/class-itsec-ipcheck-admin.php\";a:2:{s:1:\"d\";i:1422615160;s:1:\"h\";s:32:\"124973b7dd19b3dddf3688402e07c73d\";}s:82:\"wp-content/plugins/better-wp-security/modules/free/ipcheck/class-itsec-ipcheck.php\";a:2:{s:1:\"d\";i:1422615160;s:1:\"h\";s:32:\"f1001a9cb79c4d9624b3c0affd8a52a3\";}s:100:\"wp-content/plugins/better-wp-security/modules/free/strong-passwords/class-itsec-strong-passwords.php\";a:2:{s:1:\"d\";i:1422615160;s:1:\"h\";s:32:\"4147f5a5d210b41932a7864607d936c9\";}s:77:\"wp-content/plugins/better-wp-security/modules/free/strong-passwords/index.php\";a:2:{s:1:\"d\";i:1422615160;s:1:\"h\";s:32:\"a5eb3a234af13e4af877ef721778894b\";}s:77:\"wp-content/plugins/better-wp-security/modules/free/strong-passwords/setup.php\";a:2:{s:1:\"d\";i:1422615160;s:1:\"h\";s:32:\"84b6e2078d673f7637b1b8b67af41a1c\";}s:96:\"wp-content/plugins/better-wp-security/modules/free/strong-passwords/js/admin-strong-passwords.js\";a:2:{s:1:\"d\";i:1422615160;s:1:\"h\";s:32:\"47f08849c75a057486126a6b11da239b\";}s:80:\"wp-content/plugins/better-wp-security/modules/free/strong-passwords/js/index.php\";a:2:{s:1:\"d\";i:1422615160;s:1:\"h\";s:32:\"a5eb3a234af13e4af877ef721778894b\";}s:90:\"wp-content/plugins/better-wp-security/modules/free/strong-passwords/js/strong-passwords.js\";a:2:{s:1:\"d\";i:1422615160;s:1:\"h\";s:32:\"f1a73782fa086c7a5445f9e49c1975dc\";}s:106:\"wp-content/plugins/better-wp-security/modules/free/strong-passwords/class-itsec-strong-passwords-admin.php\";a:2:{s:1:\"d\";i:1422615160;s:1:\"h\";s:32:\"f86b0d9c29b186d61ca4d096fd44430c\";}s:62:\"wp-content/plugins/better-wp-security/modules/free/history.txt\";a:2:{s:1:\"d\";i:1422615160;s:1:\"h\";s:32:\"cecd0e8acaad77659c7f67c9cea5b3a7\";}s:70:\"wp-content/plugins/better-wp-security/modules/free/ban-users/index.php\";a:2:{s:1:\"d\";i:1422615159;s:1:\"h\";s:32:\"a5eb3a234af13e4af877ef721778894b\";}s:70:\"wp-content/plugins/better-wp-security/modules/free/ban-users/setup.php\";a:2:{s:1:\"d\";i:1422615159;s:1:\"h\";s:32:\"4a94aca3090863b9d5a793decdb51972\";}s:88:\"wp-content/plugins/better-wp-security/modules/free/ban-users/lists/hackrepair-apache.inc\";a:2:{s:1:\"d\";i:1422615159;s:1:\"h\";s:32:\"1ea36856594ba7dfbb0585c4a50aed89\";}s:76:\"wp-content/plugins/better-wp-security/modules/free/ban-users/lists/index.php\";a:2:{s:1:\"d\";i:1422615159;s:1:\"h\";s:32:\"a5eb3a234af13e4af877ef721778894b\";}s:87:\"wp-content/plugins/better-wp-security/modules/free/ban-users/lists/hackrepair-nginx.inc\";a:2:{s:1:\"d\";i:1422615159;s:1:\"h\";s:32:\"c7e241b793d4c681c9f138c6c9a1cca3\";}s:82:\"wp-content/plugins/better-wp-security/modules/free/ban-users/js/admin-ban_users.js\";a:2:{s:1:\"d\";i:1422615159;s:1:\"h\";s:32:\"a25c79323346673ea6b30b10fa1d91e5\";}s:73:\"wp-content/plugins/better-wp-security/modules/free/ban-users/js/index.php\";a:2:{s:1:\"d\";i:1422615159;s:1:\"h\";s:32:\"a5eb3a234af13e4af877ef721778894b\";}s:92:\"wp-content/plugins/better-wp-security/modules/free/ban-users/class-itsec-ban-users-admin.php\";a:2:{s:1:\"d\";i:1422615159;s:1:\"h\";s:32:\"bb5733636b10f67fd16ab74e5350bcb9\";}s:86:\"wp-content/plugins/better-wp-security/modules/free/ban-users/class-itsec-ban-users.php\";a:2:{s:1:\"d\";i:1422615159;s:1:\"h\";s:32:\"e434c4482163caf0d2c7515ed27e8f4b\";}s:55:\"wp-content/plugins/better-wp-security/modules/index.php\";a:2:{s:1:\"d\";i:1422615160;s:1:\"h\";s:32:\"56d4439768678cd301f9a9f140f9440b\";}s:64:\"wp-content/plugins/better-wp-security/core/class-itsec-setup.php\";a:2:{s:1:\"d\";i:1422615157;s:1:\"h\";s:32:\"3118b7835135d7ef15b63be4b729b20a\";}s:56:\"wp-content/plugins/better-wp-security/core/img/index.php\";a:2:{s:1:\"d\";i:1422615157;s:1:\"h\";s:32:\"d41d8cd98f00b204e9800998ecf8427e\";}s:74:\"wp-content/plugins/better-wp-security/core/class-itsec-logger-all-logs.php\";a:2:{s:1:\"d\";i:1422615157;s:1:\"h\";s:32:\"4fc3beed0be0099a9d837f84139ad7f6\";}s:74:\"wp-content/plugins/better-wp-security/core/class-itsec-global-settings.php\";a:2:{s:1:\"d\";i:1422615157;s:1:\"h\";s:32:\"f3c5061af15f35be45fa5ed88634f10a\";}s:65:\"wp-content/plugins/better-wp-security/core/class-itsec-logger.php\";a:2:{s:1:\"d\";i:1422615157;s:1:\"h\";s:32:\"9a07ce09ee78b1807867e60958b93847\";}s:58:\"wp-content/plugins/better-wp-security/core/css/ithemes.css\";a:2:{s:1:\"d\";i:1422615157;s:1:\"h\";s:32:\"064c18dcd6dfdeed71a87dd8c18d6a31\";}s:63:\"wp-content/plugins/better-wp-security/core/css/itsec_notice.css\";a:2:{s:1:\"d\";i:1422615157;s:1:\"h\";s:32:\"c626d3afe5b9235f34d6cbde136b5532\";}s:56:\"wp-content/plugins/better-wp-security/core/css/index.php\";a:2:{s:1:\"d\";i:1422615157;s:1:\"h\";s:32:\"a5eb3a234af13e4af877ef721778894b\";}s:62:\"wp-content/plugins/better-wp-security/core/class-itsec-lib.php\";a:2:{s:1:\"d\";i:1422615157;s:1:\"h\";s:32:\"2a4d3236838bc67268dabd3ecb61110b\";}s:63:\"wp-content/plugins/better-wp-security/core/class-itsec-sync.php\";a:2:{s:1:\"d\";i:1422615157;s:1:\"h\";s:32:\"0ced6558804c6f93eccc7c8e45ac3df1\";}s:61:\"wp-content/plugins/better-wp-security/core/content/status.php\";a:2:{s:1:\"d\";i:1422615157;s:1:\"h\";s:32:\"a74cbfa9ae0654f3488f73a2b7a4b70e\";}s:60:\"wp-content/plugins/better-wp-security/core/content/index.php\";a:2:{s:1:\"d\";i:1422615157;s:1:\"h\";s:32:\"a5eb3a234af13e4af877ef721778894b\";}s:61:\"wp-content/plugins/better-wp-security/core/content/system.php\";a:2:{s:1:\"d\";i:1422615157;s:1:\"h\";s:32:\"d0ab0b8f10b9c824f485b12f8ffb2657\";}s:60:\"wp-content/plugins/better-wp-security/core/content/perms.php\";a:2:{s:1:\"d\";i:1422615157;s:1:\"h\";s:32:\"6b9b743d21e0b97fb1b187252deba9db\";}s:89:\"wp-content/plugins/better-wp-security/core/class-ithemes-sync-verb-itsec-get-lockouts.php\";a:2:{s:1:\"d\";i:1422615157;s:1:\"h\";s:32:\"a4efe2fe48feb3881c86eb5bd911a747\";}s:52:\"wp-content/plugins/better-wp-security/core/index.php\";a:2:{s:1:\"d\";i:1422615157;s:1:\"h\";s:32:\"a5eb3a234af13e4af877ef721778894b\";}s:56:\"wp-content/plugins/better-wp-security/core/lib/index.php\";a:2:{s:1:\"d\";i:1422615157;s:1:\"h\";s:32:\"a5eb3a234af13e4af877ef721778894b\";}s:76:\"wp-content/plugins/better-wp-security/core/lib/class-itsec-wp-list-table.php\";a:2:{s:1:\"d\";i:1422615157;s:1:\"h\";s:32:\"ad12b4ee76a173a953b5a0e00b336a4e\";}s:66:\"wp-content/plugins/better-wp-security/core/class-itsec-lockout.php\";a:2:{s:1:\"d\";i:1422615157;s:1:\"h\";s:32:\"95a117fa48d5190052f6b68c0b9e3fc8\";}s:74:\"wp-content/plugins/better-wp-security/core/class-itsec-dashboard-admin.php\";a:2:{s:1:\"d\";i:1422615157;s:1:\"h\";s:32:\"f0eba68e44afc22ba9f810002fac5a9c\";}s:60:\"wp-content/plugins/better-wp-security/core/js/admin-modal.js\";a:2:{s:1:\"d\";i:1422615157;s:1:\"h\";s:32:\"848fd443789ce43691748a7cfb202522\";}s:64:\"wp-content/plugins/better-wp-security/core/js/admin-dashboard.js\";a:2:{s:1:\"d\";i:1422615157;s:1:\"h\";s:32:\"90c89987a892a380cb933a59af1eb326\";}s:59:\"wp-content/plugins/better-wp-security/core/js/admin-logs.js\";a:2:{s:1:\"d\";i:1422615157;s:1:\"h\";s:32:\"69ffc55192426976cbf0f4883c1ca4da\";}s:52:\"wp-content/plugins/better-wp-security/core/js/url.js\";a:2:{s:1:\"d\";i:1422615157;s:1:\"h\";s:32:\"599383847667e2d1ca51a959143ed207\";}s:57:\"wp-content/plugins/better-wp-security/core/js/tracking.js\";a:2:{s:1:\"d\";i:1422615157;s:1:\"h\";s:32:\"af44ef090dd429c67ab3c5b0ca0fa42b\";}s:64:\"wp-content/plugins/better-wp-security/core/js/admin-whitelist.js\";a:2:{s:1:\"d\";i:1422615157;s:1:\"h\";s:32:\"21b15ea55fd26b9e255a29be1ddccbba\";}s:71:\"wp-content/plugins/better-wp-security/core/js/admin-dashboard-footer.js\";a:2:{s:1:\"d\";i:1422615157;s:1:\"h\";s:32:\"d1ea81a598b60670cd986f8e621ce017\";}s:55:\"wp-content/plugins/better-wp-security/core/js/index.php\";a:2:{s:1:\"d\";i:1422615157;s:1:\"h\";s:32:\"a5eb3a234af13e4af877ef721778894b\";}s:70:\"wp-content/plugins/better-wp-security/core/js/admin-global-settings.js\";a:2:{s:1:\"d\";i:1422615157;s:1:\"h\";s:32:\"cd77355904d3c8c275c20a04a333c23e\";}s:64:\"wp-content/plugins/better-wp-security/core/class-itsec-files.php\";a:2:{s:1:\"d\";i:1422615157;s:1:\"h\";s:32:\"28fa2182f41f8d2e4f254638f7d94f16\";}s:95:\"wp-content/plugins/better-wp-security/core/class-ithemes-sync-verb-itsec-get-temp-whitelist.php\";a:2:{s:1:\"d\";i:1422615157;s:1:\"h\";s:32:\"ead39c001279cf7e978c576e681dd5b0\";}s:63:\"wp-content/plugins/better-wp-security/core/class-itsec-core.php\";a:2:{s:1:\"d\";i:1422615157;s:1:\"h\";s:32:\"84d2b0938fa2b878a42f8f0207a0b703\";}s:91:\"wp-content/plugins/better-wp-security/core/class-ithemes-sync-verb-itsec-get-everything.php\";a:2:{s:1:\"d\";i:1422615157;s:1:\"h\";s:32:\"30bfba13b42142384c9c5e9b69011bd4\";}s:92:\"wp-content/plugins/better-wp-security/core/class-ithemes-sync-verb-itsec-release-lockout.php\";a:2:{s:1:\"d\";i:1422615157;s:1:\"h\";s:32:\"6457a548a8f8ffee5ea0eb53eccb639e\";}s:65:\"wp-content/plugins/better-wp-security/core/class-itsec-notify.php\";a:2:{s:1:\"d\";i:1422615157;s:1:\"h\";s:32:\"09401c0e4eed4ed1582f91aa48101f06\";}s:54:\"wp-content/plugins/better-wp-security/core/history.txt\";a:2:{s:1:\"d\";i:1422615157;s:1:\"h\";s:32:\"5749d12e04a1829743d40565ff84d486\";}s:95:\"wp-content/plugins/better-wp-security/core/class-ithemes-sync-verb-itsec-set-temp-whitelist.php\";a:2:{s:1:\"d\";i:1422615157;s:1:\"h\";s:32:\"d34208a1f69d7d4b793930ac89393343\";}s:52:\"wp-content/plugins/better-wp-security/lang/index.php\";a:2:{s:1:\"d\";i:1422615158;s:1:\"h\";s:32:\"56d4439768678cd301f9a9f140f9440b\";}s:65:\"wp-content/plugins/better-wp-security/lang/better-wp-security.pot\";a:2:{s:1:\"d\";i:1422615158;s:1:\"h\";s:32:\"6a88b74f2a9a641eef860008ea017a15\";}s:47:\"wp-content/plugins/better-wp-security/index.php\";a:2:{s:1:\"d\";i:1422615157;s:1:\"h\";s:32:\"56d4439768678cd301f9a9f140f9440b\";}s:67:\"wp-content/plugins/better-wp-security/lib/icon-fonts/icon-fonts.css\";a:2:{s:1:\"d\";i:1422615158;s:1:\"h\";s:32:\"07a63c161dc5e944dd1450699dd47ebb\";}s:61:\"wp-content/plugins/better-wp-security/lib/icon-fonts/load.php\";a:2:{s:1:\"d\";i:1422615158;s:1:\"h\";s:32:\"7a36ea8313f8bdbd123c037f75b0e3e6\";}s:61:\"wp-content/plugins/better-wp-security/lib/icon-fonts/init.php\";a:2:{s:1:\"d\";i:1422615158;s:1:\"h\";s:32:\"daf9ccc98e1dd336debfd9523d34f9ce\";}s:64:\"wp-content/plugins/better-wp-security/lib/icon-fonts/history.txt\";a:2:{s:1:\"d\";i:1422615158;s:1:\"h\";s:32:\"a1314384f4d9242b5ffef5a365473efa\";}s:76:\"wp-content/plugins/better-wp-security/lib/icon-fonts/fonts/ithemes-icons.eot\";a:2:{s:1:\"d\";i:1422615158;s:1:\"h\";s:32:\"806a53b830f29c4e1a92398a5233dbce\";}s:76:\"wp-content/plugins/better-wp-security/lib/icon-fonts/fonts/ithemes-icons.ttf\";a:2:{s:1:\"d\";i:1422615158;s:1:\"h\";s:32:\"3638c3971bed7ade6547754a896668e8\";}s:77:\"wp-content/plugins/better-wp-security/lib/icon-fonts/fonts/ithemes-icons.woff\";a:2:{s:1:\"d\";i:1422615158;s:1:\"h\";s:32:\"1849448daea1ad4ba5d53cc439b2e773\";}s:76:\"wp-content/plugins/better-wp-security/lib/icon-fonts/fonts/ithemes-icons.svg\";a:2:{s:1:\"d\";i:1422615158;s:1:\"h\";s:32:\"80804bef4ecda4805e6f87f9325a77af\";}s:51:\"wp-content/plugins/better-wp-security/lib/index.php\";a:2:{s:1:\"d\";i:1422615158;s:1:\"h\";s:32:\"56d4439768678cd301f9a9f140f9440b\";}s:81:\"wp-content/plugins/better-wp-security/lib/one-version/class-itsec-one-version.php\";a:2:{s:1:\"d\";i:1422615158;s:1:\"h\";s:32:\"70e8d57576b930f92fd41f36e8200a6b\";}s:63:\"wp-content/plugins/better-wp-security/lib/one-version/index.php\";a:2:{s:1:\"d\";i:1422615158;s:1:\"h\";s:32:\"a226c6de61cbbe874fc9a631effa7efc\";}s:60:\"wp-content/plugins/better-wp-security/better-wp-security.php\";a:2:{s:1:\"d\";i:1422615157;s:1:\"h\";s:32:\"44e06c7c481fa906c954bb4aa4b15f1c\";}s:48:\"wp-content/plugins/better-wp-security/readme.txt\";a:2:{s:1:\"d\";i:1422615160;s:1:\"h\";s:32:\"ea4e35bb3536858cd042e3690ec2debb\";}s:49:\"wp-content/plugins/better-wp-security/history.txt\";a:2:{s:1:\"d\";i:1422615157;s:1:\"h\";s:32:\"e01a26b823168bb8af92c3a9826b7eb6\";}s:45:\"wp-content/plugins/revslider/backup/index.php\";a:2:{s:1:\"d\";i:1421927185;s:1:\"h\";s:32:\"d41d8cd98f00b204e9800998ecf8427e\";}s:57:\"wp-content/plugins/revslider/backup/captions-original.css\";a:2:{s:1:\"d\";i:1421927185;s:1:\"h\";s:32:\"32313058ad785902e4388013162966fc\";}s:46:\"wp-content/plugins/revslider/images/loader.gif\";a:2:{s:1:\"d\";i:1421927186;s:1:\"h\";s:32:\"cf46f7db4c452ea2a94d33eabca8ba93\";}s:45:\"wp-content/plugins/revslider/images/index.php\";a:2:{s:1:\"d\";i:1421927186;s:1:\"h\";s:32:\"d41d8cd98f00b204e9800998ecf8427e\";}s:51:\"wp-content/plugins/revslider/images/dummy/index.php\";a:2:{s:1:\"d\";i:1421927185;s:1:\"h\";s:32:\"d41d8cd98f00b204e9800998ecf8427e\";}s:45:\"wp-content/plugins/revslider/images/tipsy.gif\";a:2:{s:1:\"d\";i:1421927186;s:1:\"h\";s:32:\"84c683bb61e04eed786306a59ae8cbf5\";}s:59:\"wp-content/plugins/revslider/views/templates/slider_api.php\";a:2:{s:1:\"d\";i:1421927188;s:1:\"h\";s:32:\"3871d813f72af5e9b9653c83b4ea4af2\";}s:70:\"wp-content/plugins/revslider/views/templates/dialog_preview_slider.php\";a:2:{s:1:\"d\";i:1421927188;s:1:\"h\";s:32:\"fd6be95a801cd70e6c542a236b8bd42b\";}s:66:\"wp-content/plugins/revslider/views/templates/slides_list_posts.php\";a:2:{s:1:\"d\";i:1421927189;s:1:\"h\";s:32:\"0d6b8c36b2c2182a8ec7df3dcdc09da9\";}s:55:\"wp-content/plugins/revslider/views/templates/slides.php\";a:2:{s:1:\"d\";i:1421927189;s:1:\"h\";s:32:\"72ed1a3ddfbabd68e60b0a904159cbab\";}s:61:\"wp-content/plugins/revslider/views/templates/slides_posts.php\";a:2:{s:1:\"d\";i:1421927189;s:1:\"h\";s:32:\"c856d1431547bb363597d7d2d7d39acf\";}s:60:\"wp-content/plugins/revslider/views/templates/slider_edit.php\";a:2:{s:1:\"d\";i:1421927188;s:1:\"h\";s:32:\"b3eddd5cc179cb014d4b4697f890d09d\";}s:61:\"wp-content/plugins/revslider/views/templates/sliders_list.php\";a:2:{s:1:\"d\";i:1421927189;s:1:\"h\";s:32:\"6371e376b64cd9614aece413b520ccc6\";}s:69:\"wp-content/plugins/revslider/views/templates/dialog_preview_slide.php\";a:2:{s:1:\"d\";i:1421927188;s:1:\"h\";s:32:\"fd9243913dd8d83362c980cd33b4f4f1\";}s:54:\"wp-content/plugins/revslider/views/templates/index.php\";a:2:{s:1:\"d\";i:1421927188;s:1:\"h\";s:32:\"d41d8cd98f00b204e9800998ecf8427e\";}s:62:\"wp-content/plugins/revslider/views/templates/slider_css_js.php\";a:2:{s:1:\"d\";i:1421927188;s:1:\"h\";s:32:\"606cefe44eab293eaedbea219da13844\";}s:54:\"wp-content/plugins/revslider/views/templates/slide.php\";a:2:{s:1:\"d\";i:1421927188;s:1:\"h\";s:32:\"e047e4e9abbce86a6e77e4b7b7f0da20\";}s:63:\"wp-content/plugins/revslider/views/templates/slides_gallery.php\";a:2:{s:1:\"d\";i:1421927189;s:1:\"h\";s:32:\"f08480f21fbc67c049439ed8f1d327a9\";}s:63:\"wp-content/plugins/revslider/views/templates/slider_toolbox.php\";a:2:{s:1:\"d\";i:1421927188;s:1:\"h\";s:32:\"5f4f7f8405d3bbc281395d6e5c8eb3e1\";}s:60:\"wp-content/plugins/revslider/views/templates/edit_layers.php\";a:2:{s:1:\"d\";i:1421927188;s:1:\"h\";s:32:\"b12aab2b863c0fadc100710f9b0d0ffc\";}s:56:\"wp-content/plugins/revslider/views/templates/sliders.php\";a:2:{s:1:\"d\";i:1421927189;s:1:\"h\";s:32:\"b1c6874c9de9110d206f41b92098fe08\";}s:60:\"wp-content/plugins/revslider/views/templates/slides_list.php\";a:2:{s:1:\"d\";i:1421927189;s:1:\"h\";s:32:\"ad6683d8a7d72043d6447cceebf51f21\";}s:59:\"wp-content/plugins/revslider/views/templates/slider_new.php\";a:2:{s:1:\"d\";i:1421927188;s:1:\"h\";s:32:\"5ea71083a4e1e3cf78813643107215ef\";}s:45:\"wp-content/plugins/revslider/views/slides.php\";a:2:{s:1:\"d\";i:1421927188;s:1:\"h\";s:32:\"be1c038f5bd8adb9324d23e54b1d8e6d\";}s:45:\"wp-content/plugins/revslider/views/slider.php\";a:2:{s:1:\"d\";i:1421927188;s:1:\"h\";s:32:\"c8d873af63785eb7aa070d474bfa6af2\";}s:44:\"wp-content/plugins/revslider/views/index.php\";a:2:{s:1:\"d\";i:1421927188;s:1:\"h\";s:32:\"d41d8cd98f00b204e9800998ecf8427e\";}s:54:\"wp-content/plugins/revslider/views/slider_template.php\";a:2:{s:1:\"d\";i:1421927188;s:1:\"h\";s:32:\"925052ce04a760ba32dfab3a04e6dd32\";}s:44:\"wp-content/plugins/revslider/views/slide.php\";a:2:{s:1:\"d\";i:1421927188;s:1:\"h\";s:32:\"1fa37f891b97f8a767ac7bc85da224e2\";}s:50:\"wp-content/plugins/revslider/views/master_view.php\";a:2:{s:1:\"d\";i:1421927188;s:1:\"h\";s:32:\"1ba58ec3226b354d1fedcf361c4d562b\";}s:46:\"wp-content/plugins/revslider/views/sliders.php\";a:2:{s:1:\"d\";i:1421927188;s:1:\"h\";s:32:\"444d929ca6c8c87042c19137008b7c4c\";}s:58:\"wp-content/plugins/revslider/views/system/video_dialog.php\";a:2:{s:1:\"d\";i:1421927188;s:1:\"h\";s:32:\"ae494367854a03b30edcda895df2eb0f\";}s:59:\"wp-content/plugins/revslider/views/system/update_dialog.php\";a:2:{s:1:\"d\";i:1421927188;s:1:\"h\";s:32:\"ebc25d637d1f776e9616bb36f060b5c2\";}s:69:\"wp-content/plugins/revslider/views/system/general_settings_dialog.php\";a:2:{s:1:\"d\";i:1421927188;s:1:\"h\";s:32:\"fb8392da626970ad5acfa363f07a7bb7\";}s:51:\"wp-content/plugins/revslider/views/system/index.php\";a:2:{s:1:\"d\";i:1421927188;s:1:\"h\";s:32:\"d41d8cd98f00b204e9800998ecf8427e\";}s:56:\"wp-content/plugins/revslider/views/system/validation.php\";a:2:{s:1:\"d\";i:1421927188;s:1:\"h\";s:32:\"a965f38439490724528c90e9da77ce86\";}s:62:\"wp-content/plugins/revslider/views/themepunch-google-fonts.php\";a:2:{s:1:\"d\";i:1421927189;s:1:\"h\";s:32:\"ac49b55510484315ddedcc1386d2e250\";}s:48:\"wp-content/plugins/revslider/css/font/egfont.ttf\";a:2:{s:1:\"d\";i:1421927185;s:1:\"h\";s:32:\"8099f5e3fd7ba5641c5d66ebfa128f13\";}s:48:\"wp-content/plugins/revslider/css/font/egfont.svg\";a:2:{s:1:\"d\";i:1421927185;s:1:\"h\";s:32:\"156768024bb60a0fb676100975ff52c4\";}s:48:\"wp-content/plugins/revslider/css/font/egfont.eot\";a:2:{s:1:\"d\";i:1421927185;s:1:\"h\";s:32:\"8d88e488a3f052d8ab3b2475402795ec\";}s:49:\"wp-content/plugins/revslider/css/font/egfont.woff\";a:2:{s:1:\"d\";i:1421927185;s:1:\"h\";s:32:\"458cbe13319360123f48a86671899a68\";}s:46:\"wp-content/plugins/revslider/css/jui/index.php\";a:2:{s:1:\"d\";i:1421927185;s:1:\"h\";s:32:\"d41d8cd98f00b204e9800998ecf8427e\";}s:68:\"wp-content/plugins/revslider/css/jui/new/images/animated-overlay.gif\";a:2:{s:1:\"d\";i:1421927185;s:1:\"h\";s:32:\"2b912f7c0653008ca28ebacda49025e7\";}s:57:\"wp-content/plugins/revslider/css/jui/new/images/index.php\";a:2:{s:1:\"d\";i:1421927185;s:1:\"h\";s:32:\"d41d8cd98f00b204e9800998ecf8427e\";}s:71:\"wp-content/plugins/revslider/css/jui/new/jquery-ui-1.9.2.custom.min.css\";a:2:{s:1:\"d\";i:1421927185;s:1:\"h\";s:32:\"1a45e9c8cd53e8b0f4963700b925e207\";}s:72:\"wp-content/plugins/revslider/css/jui/new/jquery-ui-1.10.3.custom.min.css\";a:2:{s:1:\"d\";i:1421927185;s:1:\"h\";s:32:\"f043b7eba6d9ce361e8d3c3b59ec5c9c\";}s:50:\"wp-content/plugins/revslider/css/jui/new/index.php\";a:2:{s:1:\"d\";i:1421927185;s:1:\"h\";s:32:\"d41d8cd98f00b204e9800998ecf8427e\";}s:68:\"wp-content/plugins/revslider/css/jui/new/jquery-ui-1.10.3.custom.css\";a:2:{s:1:\"d\";i:1421927185;s:1:\"h\";s:32:\"6a5190b46df032bb40676e85e6f99c72\";}s:67:\"wp-content/plugins/revslider/css/jui/new/jquery-ui-1.9.2.custom.css\";a:2:{s:1:\"d\";i:1421927185;s:1:\"h\";s:32:\"dc6014cc8b3ae6834cc7f34976c42d0f\";}s:57:\"wp-content/plugins/revslider/css/jui/old/images/index.php\";a:2:{s:1:\"d\";i:1421927185;s:1:\"h\";s:32:\"d41d8cd98f00b204e9800998ecf8427e\";}s:68:\"wp-content/plugins/revslider/css/jui/old/jquery-ui-1.8.18.custom.css\";a:2:{s:1:\"d\";i:1421927185;s:1:\"h\";s:32:\"af3ef9a5e5d4ef8302b6af668f5c8738\";}s:50:\"wp-content/plugins/revslider/css/jui/old/index.php\";a:2:{s:1:\"d\";i:1421927185;s:1:\"h\";s:32:\"d41d8cd98f00b204e9800998ecf8427e\";}s:42:\"wp-content/plugins/revslider/css/admin.css\";a:2:{s:1:\"d\";i:1421927185;s:1:\"h\";s:32:\"2144d76d2476bb2562ee437b325aab55\";}s:42:\"wp-content/plugins/revslider/css/tipsy.css\";a:2:{s:1:\"d\";i:1421927185;s:1:\"h\";s:32:\"9397fcbd73198ca75e23b4400442c307\";}s:42:\"wp-content/plugins/revslider/css/index.php\";a:2:{s:1:\"d\";i:1421927185;s:1:\"h\";s:32:\"d41d8cd98f00b204e9800998ecf8427e\";}s:48:\"wp-content/plugins/revslider/css/edit_layers.css\";a:2:{s:1:\"d\";i:1421927185;s:1:\"h\";s:32:\"da18c0964fd0d79e93a3ce237b06681e\";}s:48:\"wp-content/plugins/revslider/revslider_admin.php\";a:2:{s:1:\"d\";i:1421927187;s:1:\"h\";s:32:\"1eaa1dddab817562800b2309ec03b648\";}s:57:\"wp-content/plugins/revslider/settings/slider_settings.php\";a:2:{s:1:\"d\";i:1421927188;s:1:\"h\";s:32:\"28420a91ad358fdbb8e67b0cdccc35b6\";}s:56:\"wp-content/plugins/revslider/settings/slide_settings.php\";a:2:{s:1:\"d\";i:1421927188;s:1:\"h\";s:32:\"4f0b365239f74750c1b65ede8af05f6d\";}s:47:\"wp-content/plugins/revslider/settings/index.php\";a:2:{s:1:\"d\";i:1421927188;s:1:\"h\";s:32:\"d41d8cd98f00b204e9800998ecf8427e\";}s:66:\"wp-content/plugins/revslider/settings/slider_settings_xml_lang.php\";a:2:{s:1:\"d\";i:1421927188;s:1:\"h\";s:32:\"1df826b20959441d93138fc5f3ffe348\";}s:58:\"wp-content/plugins/revslider/settings/general_settings.php\";a:2:{s:1:\"d\";i:1421927188;s:1:\"h\";s:32:\"cf7af9a360eb22b9ea4cb5a7cee30f48\";}s:57:\"wp-content/plugins/revslider/settings/slider_settings.xml\";a:2:{s:1:\"d\";i:1421927188;s:1:\"h\";s:32:\"fc918fd4e632ffdb3194bad08ce1ff0c\";}s:56:\"wp-content/plugins/revslider/settings/layer_settings.php\";a:2:{s:1:\"d\";i:1421927188;s:1:\"h\";s:32:\"d8ac43fd6cf743bb19be18d98197a96c\";}s:38:\"wp-content/plugins/revslider/index.php\";a:2:{s:1:\"d\";i:1421927186;s:1:\"h\";s:32:\"d41d8cd98f00b204e9800998ecf8427e\";}s:42:\"wp-content/plugins/revslider/revslider.php\";a:2:{s:1:\"d\";i:1421927187;s:1:\"h\";s:32:\"7038ae82ce7101ae0f8b4e0f1cea73f2\";}s:43:\"wp-content/plugins/revslider/js/oldvideo.js\";a:2:{s:1:\"d\";i:1421927187;s:1:\"h\";s:32:\"0791f04ad25f84de4fda3a90bbbd7a07\";}s:56:\"wp-content/plugins/revslider/js/farbtastic/farbtastic.js\";a:2:{s:1:\"d\";i:1421927187;s:1:\"h\";s:32:\"34d3c277083c48d3779af8f9b0948b30\";}s:59:\"wp-content/plugins/revslider/js/farbtastic/my-farbtastic.js\";a:2:{s:1:\"d\";i:1421927187;s:1:\"h\";s:32:\"fc74f411fc4d986e2431f8cbd095cecb\";}s:57:\"wp-content/plugins/revslider/js/farbtastic/farbtastic.css\";a:2:{s:1:\"d\";i:1421927187;s:1:\"h\";s:32:\"476475db1baff0391e5bf5fd05d15a1a\";}s:52:\"wp-content/plugins/revslider/js/farbtastic/index.php\";a:2:{s:1:\"d\";i:1421927187;s:1:\"h\";s:32:\"d41d8cd98f00b204e9800998ecf8427e\";}s:43:\"wp-content/plugins/revslider/js/tbld-3.9.js\";a:2:{s:1:\"d\";i:1421927187;s:1:\"h\";s:32:\"1e20c7e0b137ff3d56fa269f1758e4ed\";}s:81:\"wp-content/plugins/revslider/js/dropdownchecklist/ui.dropdownchecklist-1.4-min.js\";a:2:{s:1:\"d\";i:1421927186;s:1:\"h\";s:32:\"2b537e960a548ae6e5b462aed0bfef8d\";}s:85:\"wp-content/plugins/revslider/js/dropdownchecklist/ui.dropdownchecklist.standalone.css\";a:2:{s:1:\"d\";i:1421927186;s:1:\"h\";s:32:\"01fe0afa800b4299f0fed6bc358ffcd6\";}s:59:\"wp-content/plugins/revslider/js/dropdownchecklist/index.php\";a:2:{s:1:\"d\";i:1421927186;s:1:\"h\";s:32:\"d41d8cd98f00b204e9800998ecf8427e\";}s:73:\"wp-content/plugins/revslider/js/dropdownchecklist/ui.dropdownchecklist.js\";a:2:{s:1:\"d\";i:1421927186;s:1:\"h\";s:32:\"05a838cd5df28e38bddfa39f1505a571\";}s:40:\"wp-content/plugins/revslider/js/admin.js\";a:2:{s:1:\"d\";i:1421927186;s:1:\"h\";s:32:\"efe8c83602b6d57994eb942d57b2f15d\";}s:49:\"wp-content/plugins/revslider/js/codemirror/css.js\";a:2:{s:1:\"d\";i:1421927186;s:1:\"h\";s:32:\"d70a71331c5c25afec86d3bdbe69fbf5\";}s:56:\"wp-content/plugins/revslider/js/codemirror/codemirror.js\";a:2:{s:1:\"d\";i:1421927186;s:1:\"h\";s:32:\"af74db666f780b161d5cbaedc0c9017b\";}s:52:\"wp-content/plugins/revslider/js/codemirror/index.php\";a:2:{s:1:\"d\";i:1421927186;s:1:\"h\";s:32:\"d41d8cd98f00b204e9800998ecf8427e\";}s:57:\"wp-content/plugins/revslider/js/codemirror/codemirror.css\";a:2:{s:1:\"d\";i:1421927186;s:1:\"h\";s:32:\"9c6f1fa7c50dac65665e8f81a11fd56f\";}s:59:\"wp-content/plugins/revslider/js/codemirror/util/pig-hint.js\";a:2:{s:1:\"d\";i:1421927186;s:1:\"h\";s:32:\"d255fe42acfe44e9357c177329909d52\";}s:63:\"wp-content/plugins/revslider/js/codemirror/util/searchcursor.js\";a:2:{s:1:\"d\";i:1421927186;s:1:\"h\";s:32:\"95d114af6c46ab54ea63f216894baf88\";}s:57:\"wp-content/plugins/revslider/js/codemirror/util/search.js\";a:2:{s:1:\"d\";i:1421927186;s:1:\"h\";s:32:\"6531234149e99ebee4964dd012aeb319\";}s:58:\"wp-content/plugins/revslider/js/codemirror/util/overlay.js\";a:2:{s:1:\"d\";i:1421927186;s:1:\"h\";s:32:\"aa68a783d4593e6b7791a67ba39b8169\";}s:63:\"wp-content/plugins/revslider/js/codemirror/util/simple-hint.css\";a:2:{s:1:\"d\";i:1421927186;s:1:\"h\";s:32:\"09865a50f334e22601e5182592fb1db4\";}s:59:\"wp-content/plugins/revslider/js/codemirror/util/xml-hint.js\";a:2:{s:1:\"d\";i:1421927186;s:1:\"h\";s:32:\"41c2f7f6fd0988c4cdeb43ab530c421d\";}s:59:\"wp-content/plugins/revslider/js/codemirror/util/loadmode.js\";a:2:{s:1:\"d\";i:1421927186;s:1:\"h\";s:32:\"77c25116ca25c8f486b6e51b8508b61b\";}s:57:\"wp-content/plugins/revslider/js/codemirror/util/dialog.js\";a:2:{s:1:\"d\";i:1421927186;s:1:\"h\";s:32:\"dec3352de81b1aefd379c2dfe94b3f4f\";}s:57:\"wp-content/plugins/revslider/js/codemirror/util/index.php\";a:2:{s:1:\"d\";i:1421927186;s:1:\"h\";s:32:\"d41d8cd98f00b204e9800998ecf8427e\";}s:62:\"wp-content/plugins/revslider/js/codemirror/util/simple-hint.js\";a:2:{s:1:\"d\";i:1421927186;s:1:\"h\";s:32:\"9d4961b37d8be499832da8a03dace26d\";}s:68:\"wp-content/plugins/revslider/js/codemirror/util/match-highlighter.js\";a:2:{s:1:\"d\";i:1421927186;s:1:\"h\";s:32:\"d36937f304575e37890478d2b1cd33bb\";}s:61:\"wp-content/plugins/revslider/js/codemirror/util/formatting.js\";a:2:{s:1:\"d\";i:1421927186;s:1:\"h\";s:32:\"4bf8ae060361082ddef7afeecc647ce6\";}s:58:\"wp-content/plugins/revslider/js/codemirror/util/dialog.css\";a:2:{s:1:\"d\";i:1421927186;s:1:\"h\";s:32:\"194a4a81f111f4b38a2c85a3571282c1\";}s:69:\"wp-content/plugins/revslider/js/codemirror/util/runmode-standalone.js\";a:2:{s:1:\"d\";i:1421927186;s:1:\"h\";s:32:\"88ee10f7264ec5d01d9103e86e1ca8cc\";}s:59:\"wp-content/plugins/revslider/js/codemirror/util/foldcode.js\";a:2:{s:1:\"d\";i:1421927186;s:1:\"h\";s:32:\"a67bf1e5eeee3b4ae0172b2445928812\";}s:66:\"wp-content/plugins/revslider/js/codemirror/util/javascript-hint.js\";a:2:{s:1:\"d\";i:1421927186;s:1:\"h\";s:32:\"86dc07c23003f01ac04c3d5d81f3a54d\";}s:58:\"wp-content/plugins/revslider/js/codemirror/util/runmode.js\";a:2:{s:1:\"d\";i:1421927186;s:1:\"h\";s:32:\"a72076f42913d00fb9e9389923c998e5\";}s:60:\"wp-content/plugins/revslider/js/codemirror/util/multiplex.js\";a:2:{s:1:\"d\";i:1421927186;s:1:\"h\";s:32:\"53680e0e9236d67a98901ef689b6385a\";}s:59:\"wp-content/plugins/revslider/js/codemirror/util/closetag.js\";a:2:{s:1:\"d\";i:1421927186;s:1:\"h\";s:32:\"27217ef5cafe0b89c16205b587235427\";}s:42:\"wp-content/plugins/revslider/js/jui_old.js\";a:2:{s:1:\"d\";i:1421927187;s:1:\"h\";s:32:\"87a5bb7370361501ffee004a4b7982f0\";}s:39:\"wp-content/plugins/revslider/js/tbld.js\";a:2:{s:1:\"d\";i:1421927187;s:1:\"h\";s:32:\"42bd4528e37adbf847234279c5411b6f\";}s:45:\"wp-content/plugins/revslider/js/css_editor.js\";a:2:{s:1:\"d\";i:1421927186;s:1:\"h\";s:32:\"536af2b4a77744292b6b7b96540fa0d0\";}s:41:\"wp-content/plugins/revslider/js/index.php\";a:2:{s:1:\"d\";i:1421927187;s:1:\"h\";s:32:\"d41d8cd98f00b204e9800998ecf8427e\";}s:44:\"wp-content/plugins/revslider/js/rev_admin.js\";a:2:{s:1:\"d\";i:1421927187;s:1:\"h\";s:32:\"dca49a3df8f10edc444ce4b276cf3097\";}s:43:\"wp-content/plugins/revslider/js/newvideo.js\";a:2:{s:1:\"d\";i:1421927187;s:1:\"h\";s:32:\"c4df2d9e814a1c887be7ab36f2f71321\";}s:47:\"wp-content/plugins/revslider/js/jquery.tipsy.js\";a:2:{s:1:\"d\";i:1421927187;s:1:\"h\";s:32:\"0a56da2ea568349cc93cf4456f54e4fc\";}s:43:\"wp-content/plugins/revslider/js/settings.js\";a:2:{s:1:\"d\";i:1421927187;s:1:\"h\";s:32:\"95f8f42a3730ae540c12d65d787c48c0\";}s:46:\"wp-content/plugins/revslider/js/edit_layers.js\";a:2:{s:1:\"d\";i:1421927186;s:1:\"h\";s:32:\"b24fcd297bb68f5e588aaf3f8c172351\";}s:42:\"wp-content/plugins/revslider/uninstall.php\";a:2:{s:1:\"d\";i:1421927188;s:1:\"h\";s:32:\"6fff99b1231862a9befb5bd448d3be1a\";}s:56:\"wp-content/plugins/revslider/rs-plugin/font/revicons.ttf\";a:2:{s:1:\"d\";i:1421927188;s:1:\"h\";s:32:\"17629a5dfe0d3c3946cf401e1895f091\";}s:56:\"wp-content/plugins/revslider/rs-plugin/font/revicons.eot\";a:2:{s:1:\"d\";i:1421927188;s:1:\"h\";s:32:\"2feb69ccb596730c72920c6ba3e37ef8\";}s:53:\"wp-content/plugins/revslider/rs-plugin/font/index.php\";a:2:{s:1:\"d\";i:1421927188;s:1:\"h\";s:32:\"d41d8cd98f00b204e9800998ecf8427e\";}s:56:\"wp-content/plugins/revslider/rs-plugin/font/revicons.svg\";a:2:{s:1:\"d\";i:1421927188;s:1:\"h\";s:32:\"ac38240b01066dbfdb6b548b8bee04d3\";}s:57:\"wp-content/plugins/revslider/rs-plugin/font/revicons.woff\";a:2:{s:1:\"d\";i:1421927188;s:1:\"h\";s:32:\"04eb8fc57f27498e5ae37523e3bfb2c7\";}s:59:\"wp-content/plugins/revslider/rs-plugin/videojs/font/vjs.ttf\";a:2:{s:1:\"d\";i:1421927188;s:1:\"h\";s:32:\"600c44c3d87f2893277dd93bf02b3e50\";}s:59:\"wp-content/plugins/revslider/rs-plugin/videojs/font/vjs.svg\";a:2:{s:1:\"d\";i:1421927188;s:1:\"h\";s:32:\"0eb58bb31b855635ebd80e65d797e2c2\";}s:59:\"wp-content/plugins/revslider/rs-plugin/videojs/font/vjs.eot\";a:2:{s:1:\"d\";i:1421927188;s:1:\"h\";s:32:\"f9c63739c4e5163ab00e257bd4e8a461\";}s:60:\"wp-content/plugins/revslider/rs-plugin/videojs/font/vjs.woff\";a:2:{s:1:\"d\";i:1421927188;s:1:\"h\";s:32:\"d2c9d1cc2171bd79a1bcf6ba14f01585\";}s:63:\"wp-content/plugins/revslider/rs-plugin/videojs/video-js.min.css\";a:2:{s:1:\"d\";i:1421927188;s:1:\"h\";s:32:\"95f15fe56c534a1db1e52097d4b91301\";}s:59:\"wp-content/plugins/revslider/rs-plugin/videojs/video-js.swf\";a:2:{s:1:\"d\";i:1421927188;s:1:\"h\";s:32:\"56040aa016c33f2d42494af749e34ee7\";}s:64:\"wp-content/plugins/revslider/rs-plugin/videojs/demo.captions.vtt\";a:2:{s:1:\"d\";i:1421927188;s:1:\"h\";s:32:\"4029a2d88e757af9d3ac6900bdcf7032\";}s:59:\"wp-content/plugins/revslider/rs-plugin/videojs/video-js.css\";a:2:{s:1:\"d\";i:1421927188;s:1:\"h\";s:32:\"8f4415e9f6101329eadd7db3c54068de\";}s:59:\"wp-content/plugins/revslider/rs-plugin/videojs/video.dev.js\";a:2:{s:1:\"d\";i:1421927188;s:1:\"h\";s:32:\"a87012293d7c3a69b325cd285e58951a\";}s:55:\"wp-content/plugins/revslider/rs-plugin/videojs/video.js\";a:2:{s:1:\"d\";i:1421927188;s:1:\"h\";s:32:\"57ded591bcfc0f5d2f987159d825ca1f\";}s:56:\"wp-content/plugins/revslider/rs-plugin/videojs/demo.html\";a:2:{s:1:\"d\";i:1421927188;s:1:\"h\";s:32:\"cee4964f06b3b42f0cba39373ab2fff5\";}s:55:\"wp-content/plugins/revslider/rs-plugin/images/index.php\";a:2:{s:1:\"d\";i:1421927188;s:1:\"h\";s:32:\"d41d8cd98f00b204e9800998ecf8427e\";}s:64:\"wp-content/plugins/revslider/rs-plugin/images/gradient/index.php\";a:2:{s:1:\"d\";i:1421927188;s:1:\"h\";s:32:\"d41d8cd98f00b204e9800998ecf8427e\";}s:55:\"wp-content/plugins/revslider/rs-plugin/css/captions.php\";a:2:{s:1:\"d\";i:1421927188;s:1:\"h\";s:32:\"15a63753c838655c69e1679001c1f7b5\";}s:52:\"wp-content/plugins/revslider/rs-plugin/css/index.php\";a:2:{s:1:\"d\";i:1421927188;s:1:\"h\";s:32:\"d41d8cd98f00b204e9800998ecf8427e\";}s:64:\"wp-content/plugins/revslider/rs-plugin/css/captions-original.css\";a:2:{s:1:\"d\";i:1421927188;s:1:\"h\";s:32:\"32313058ad785902e4388013162966fc\";}s:55:\"wp-content/plugins/revslider/rs-plugin/css/settings.css\";a:2:{s:1:\"d\";i:1421927188;s:1:\"h\";s:32:\"2d5a8d806ebd71f945987a2ea37632d1\";}s:63:\"wp-content/plugins/revslider/rs-plugin/css/dynamic-captions.css\";a:2:{s:1:\"d\";i:1421927188;s:1:\"h\";s:32:\"b1c6704ed99529a0bb2dbfdb16c23c4c\";}s:48:\"wp-content/plugins/revslider/rs-plugin/index.php\";a:2:{s:1:\"d\";i:1421927188;s:1:\"h\";s:32:\"d41d8cd98f00b204e9800998ecf8427e\";}s:72:\"wp-content/plugins/revslider/rs-plugin/js/jquery.themepunch.tools.min.js\";a:2:{s:1:\"d\";i:1421927188;s:1:\"h\";s:32:\"4afa57b426f0a9ab0b80c64367cd84f5\";}s:77:\"wp-content/plugins/revslider/rs-plugin/js/jquery.themepunch.revolution.min.js\";a:2:{s:1:\"d\";i:1421927188;s:1:\"h\";s:32:\"a9a50cabc36a090a0e3f9909025ed1a7\";}s:76:\"wp-content/plugins/revslider/rs-plugin/js/jquery.themepunch.disablehammer.js\";a:2:{s:1:\"d\";i:1421927188;s:1:\"h\";s:32:\"ea1550bcfbe9c5400d95eec7a672f6f8\";}s:73:\"wp-content/plugins/revslider/rs-plugin/js/jquery.themepunch.revolution.js\";a:2:{s:1:\"d\";i:1421927188;s:1:\"h\";s:32:\"1c680bbeae2311440b6d8a2081964531\";}s:51:\"wp-content/plugins/revslider/rs-plugin/js/index.php\";a:2:{s:1:\"d\";i:1421927188;s:1:\"h\";s:32:\"d41d8cd98f00b204e9800998ecf8427e\";}s:74:\"wp-content/plugins/revslider/rs-plugin/js/jquery.themepunch.plugins.min.js\";a:2:{s:1:\"d\";i:1421927188;s:1:\"h\";s:32:\"ae0e92ea7e704da7d2294b50a5db21ce\";}s:72:\"wp-content/plugins/revslider/rs-plugin/js/jquery.themepunch.enablelog.js\";a:2:{s:1:\"d\";i:1421927188;s:1:\"h\";s:32:\"f846c7bfef1815dc6f91c9c392336b9e\";}s:56:\"wp-content/plugins/revslider/rs-plugin/assets/arrows.psd\";a:2:{s:1:\"d\";i:1421927187;s:1:\"h\";s:32:\"dfb33be3fd58d5fa6efef7b9c2a13c4f\";}s:56:\"wp-content/plugins/revslider/rs-plugin/assets/loader.gif\";a:2:{s:1:\"d\";i:1421927188;s:1:\"h\";s:32:\"4b3afb84b2b71ef56df09997a350bd04\";}s:55:\"wp-content/plugins/revslider/rs-plugin/assets/Thumbs.db\";a:2:{s:1:\"d\";i:1421927187;s:1:\"h\";s:32:\"4eb3b4d3bab2790eebd34e60f07bd2ed\";}s:57:\"wp-content/plugins/revslider/rs-plugin/assets/loader2.gif\";a:2:{s:1:\"d\";i:1421927188;s:1:\"h\";s:32:\"928e54c4c9683d8dd32867ee992d73c4\";}s:55:\"wp-content/plugins/revslider/rs-plugin/assets/index.php\";a:2:{s:1:\"d\";i:1421927187;s:1:\"h\";s:32:\"d41d8cd98f00b204e9800998ecf8427e\";}s:57:\"wp-content/plugins/revslider/rs-plugin/assets/bullets.psd\";a:2:{s:1:\"d\";i:1421927187;s:1:\"h\";s:32:\"d0327d58ae0d9f8bdd836184c8fe739f\";}s:62:\"wp-content/plugins/revslider/rs-plugin/assets/small_arrows.psd\";a:2:{s:1:\"d\";i:1421927188;s:1:\"h\";s:32:\"3da76f1ee501fd5db2e8c33eb91863fd\";}s:48:\"wp-content/plugins/revslider/languages/index.php\";a:2:{s:1:\"d\";i:1421927187;s:1:\"h\";s:32:\"d41d8cd98f00b204e9800998ecf8427e\";}s:53:\"wp-content/plugins/revslider/languages/temp/index.php\";a:2:{s:1:\"d\";i:1421927187;s:1:\"h\";s:32:\"d41d8cd98f00b204e9800998ecf8427e\";}s:48:\"wp-content/plugins/revslider/revslider_front.php\";a:2:{s:1:\"d\";i:1421927187;s:1:\"h\";s:32:\"dfbf4dee2a5a541b025759d34bcb8c5b\";}s:52:\"wp-content/plugins/revslider/inc_php/fonts.class.php\";a:2:{s:1:\"d\";i:1421927186;s:1:\"h\";s:32:\"13767803be39a524bcc5995a074ef30a\";}s:62:\"wp-content/plugins/revslider/inc_php/revslider_slide.class.php\";a:2:{s:1:\"d\";i:1421927186;s:1:\"h\";s:32:\"cf75841346a5a74fc3408441f93b870a\";}s:63:\"wp-content/plugins/revslider/inc_php/revslider_output.class.php\";a:2:{s:1:\"d\";i:1421927186;s:1:\"h\";s:32:\"d0df14535cef9937111883ea45a45c0d\";}s:56:\"wp-content/plugins/revslider/inc_php/extension.class.php\";a:2:{s:1:\"d\";i:1421927186;s:1:\"h\";s:32:\"2f83e7d82a12b280a3eb6b3a5b73d37e\";}s:64:\"wp-content/plugins/revslider/inc_php/revslider_tinybox.class.php\";a:2:{s:1:\"d\";i:1421927186;s:1:\"h\";s:32:\"9f542af32d3c190c9965dd1dec5fd704\";}s:46:\"wp-content/plugins/revslider/inc_php/index.php\";a:2:{s:1:\"d\";i:1421927186;s:1:\"h\";s:32:\"d41d8cd98f00b204e9800998ecf8427e\";}s:63:\"wp-content/plugins/revslider/inc_php/revslider_params.class.php\";a:2:{s:1:\"d\";i:1421927186;s:1:\"h\";s:32:\"38ae31e7a545da206684e4bb51736533\";}s:73:\"wp-content/plugins/revslider/inc_php/revslider_settings_product.class.php\";a:2:{s:1:\"d\";i:1421927186;s:1:\"h\";s:32:\"9dc21db2793d3c583cb511df6cf6f5b1\";}s:64:\"wp-content/plugins/revslider/inc_php/revslider_globals.class.php\";a:2:{s:1:\"d\";i:1421927186;s:1:\"h\";s:32:\"d749c60857be58f6d07908ded85b4c24\";}s:67:\"wp-content/plugins/revslider/inc_php/revslider_operations.class.php\";a:2:{s:1:\"d\";i:1421927186;s:1:\"h\";s:32:\"5ddbfb5f636e2aa417915a59cc64032c\";}s:63:\"wp-content/plugins/revslider/inc_php/revslider_slider.class.php\";a:2:{s:1:\"d\";i:1421927186;s:1:\"h\";s:32:\"924c19f40b3193bfe9f0611445ad27f0\";}s:59:\"wp-content/plugins/revslider/inc_php/framework/db.class.php\";a:2:{s:1:\"d\";i:1421927186;s:1:\"h\";s:32:\"a8f7a0fca31476762785db56dd893672\";}s:60:\"wp-content/plugins/revslider/inc_php/framework/functions.php\";a:2:{s:1:\"d\";i:1421927186;s:1:\"h\";s:32:\"6776faba74ab88a49f099a49fe2c87ae\";}s:63:\"wp-content/plugins/revslider/inc_php/framework/update.class.php\";a:2:{s:1:\"d\";i:1421927186;s:1:\"h\";s:32:\"066f1cb6b0c9c21ad12d99d749f0abe3\";}s:67:\"wp-content/plugins/revslider/inc_php/framework/base_front.class.php\";a:2:{s:1:\"d\";i:1421927186;s:1:\"h\";s:32:\"e552057b2cafbdee726642e91af75aca\";}s:74:\"wp-content/plugins/revslider/inc_php/framework/settings_advances.class.php\";a:2:{s:1:\"d\";i:1421927186;s:1:\"h\";s:32:\"d7a1344b57ab964ae50f56fc3e495018\";}s:72:\"wp-content/plugins/revslider/inc_php/framework/settings_output.class.php\";a:2:{s:1:\"d\";i:1421927186;s:1:\"h\";s:32:\"dbfe9fc8c54ae0905d9fd2594f2480f1\";}s:67:\"wp-content/plugins/revslider/inc_php/framework/base_admin.class.php\";a:2:{s:1:\"d\";i:1421927186;s:1:\"h\";s:32:\"af050039ba309a30dc8538aea6cadab0\";}s:66:\"wp-content/plugins/revslider/inc_php/framework/functions.class.php\";a:2:{s:1:\"d\";i:1421927186;s:1:\"h\";s:32:\"7a117831b050775e8460bf93b9fb794a\";}s:56:\"wp-content/plugins/revslider/inc_php/framework/index.php\";a:2:{s:1:\"d\";i:1421927186;s:1:\"h\";s:32:\"d41d8cd98f00b204e9800998ecf8427e\";}s:65:\"wp-content/plugins/revslider/inc_php/framework/settings.class.php\";a:2:{s:1:\"d\";i:1421927186;s:1:\"h\";s:32:\"6c8b41d5f7e208cc9e2ff3e5a7d92a60\";}s:81:\"wp-content/plugins/revslider/inc_php/framework/settings_product_sidebar.class.php\";a:2:{s:1:\"d\";i:1421927186;s:1:\"h\";s:32:\"913f3752578776b70a100f5d0d61597d\";}s:71:\"wp-content/plugins/revslider/inc_php/framework/em_integration.class.php\";a:2:{s:1:\"d\";i:1421927186;s:1:\"h\";s:32:\"6c304695fd46c13117c9d96d97e4f162\";}s:70:\"wp-content/plugins/revslider/inc_php/framework/elements_base.class.php\";a:2:{s:1:\"d\";i:1421927186;s:1:\"h\";s:32:\"7e3a94532d5b068505c92fd2bf6a84bf\";}s:67:\"wp-content/plugins/revslider/inc_php/framework/aq_resizer.class.php\";a:2:{s:1:\"d\";i:1421927186;s:1:\"h\";s:32:\"0241369e44d63bc8689e9d0bf1ac69c9\";}s:66:\"wp-content/plugins/revslider/inc_php/framework/cssparser.class.php\";a:2:{s:1:\"d\";i:1421927186;s:1:\"h\";s:32:\"66683a46617e55ab8016109e9ea561b6\";}s:61:\"wp-content/plugins/revslider/inc_php/framework/wpml.class.php\";a:2:{s:1:\"d\";i:1421927186;s:1:\"h\";s:32:\"7f3fb1806402765d6490ea98bf20f525\";}s:68:\"wp-content/plugins/revslider/inc_php/framework/include_framework.php\";a:2:{s:1:\"d\";i:1421927186;s:1:\"h\";s:32:\"3eb492fa5dc4286cb172df953a9cb200\";}s:60:\"wp-content/plugins/revslider/inc_php/framework/zip.class.php\";a:2:{s:1:\"d\";i:1421927186;s:1:\"h\";s:32:\"360202f01ddb7a11885e501b3cca4937\";}s:61:\"wp-content/plugins/revslider/inc_php/framework/base.class.php\";a:2:{s:1:\"d\";i:1421927186;s:1:\"h\";s:32:\"a5ca1e0f7224fad8093be4895e54b2ca\";}s:67:\"wp-content/plugins/revslider/inc_php/framework/image_view.class.php\";a:2:{s:1:\"d\";i:1421927186;s:1:\"h\";s:32:\"504e6a3c52c21f1646ada2d842f5bba8\";}s:73:\"wp-content/plugins/revslider/inc_php/framework/settings_product.class.php\";a:2:{s:1:\"d\";i:1421927186;s:1:\"h\";s:32:\"97b77d123af2210a9cae1f5654f7ba9a\";}s:76:\"wp-content/plugins/revslider/inc_php/framework/functions_wordpress.class.php\";a:2:{s:1:\"d\";i:1421927186;s:1:\"h\";s:32:\"d5da65071f20c7850a5edc972b5dc061\";}s:63:\"wp-content/plugins/revslider/inc_php/revslider_widget.class.php\";a:2:{s:1:\"d\";i:1421927186;s:1:\"h\";s:32:\"5502bac3e7858bd51ce99e3052f25a93\";}s:45:\"wp-content/plugins/revslider/release_log.html\";a:2:{s:1:\"d\";i:1421927187;s:1:\"h\";s:32:\"241986f13ab48a069eef75ea31f3a405\";}s:68:\"wp-content/plugins/revslider/vamtam-updates/class-vamtam-updates.php\";a:2:{s:1:\"d\";i:1421927188;s:1:\"h\";s:32:\"47a9a7e5174e36ef9ce08b03a5489263\";}s:43:\"wp-content/plugins/revslider/temp/index.php\";a:2:{s:1:\"d\";i:1421927188;s:1:\"h\";s:32:\"d41d8cd98f00b204e9800998ecf8427e\";}s:63:\"wp-content/plugins/revslider/temp/functions_wordpress.class.php\";a:2:{s:1:\"d\";i:1421927188;s:1:\"h\";s:32:\"5763b4533af6b37e2560ef97f92652c1\";}s:56:\"wp-content/plugins/contact-form-7/modules/acceptance.php\";a:2:{s:1:\"d\";i:1421927182;s:1:\"h\";s:32:\"7113a74cb89972f1de89d53727bbadd5\";}s:54:\"wp-content/plugins/contact-form-7/modules/checkbox.php\";a:2:{s:1:\"d\";i:1421927182;s:1:\"h\";s:32:\"85502038134cd57faa5ef4fc9b886902\";}s:50:\"wp-content/plugins/contact-form-7/modules/date.php\";a:2:{s:1:\"d\";i:1421927182;s:1:\"h\";s:32:\"78b2854cf41ba5436e4f93293c036fc6\";}s:53:\"wp-content/plugins/contact-form-7/modules/akismet.php\";a:2:{s:1:\"d\";i:1421927182;s:1:\"h\";s:32:\"8282faa4cad3762777b70612caf70149\";}s:53:\"wp-content/plugins/contact-form-7/modules/captcha.php\";a:2:{s:1:\"d\";i:1421927182;s:1:\"h\";s:32:\"56231343b80c8c7013dcab1b1f8775fd\";}s:54:\"wp-content/plugins/contact-form-7/modules/flamingo.php\";a:2:{s:1:\"d\";i:1421927182;s:1:\"h\";s:32:\"f6d22b593ec62f46775ca168f3420d4a\";}s:52:\"wp-content/plugins/contact-form-7/modules/number.php\";a:2:{s:1:\"d\";i:1421927182;s:1:\"h\";s:32:\"281bc8249e4c7b8a5be3b5ccc9b4622b\";}s:50:\"wp-content/plugins/contact-form-7/modules/quiz.php\";a:2:{s:1:\"d\";i:1421927182;s:1:\"h\";s:32:\"f22678b0946be9f9f9b6cafb35b349cb\";}s:53:\"wp-content/plugins/contact-form-7/modules/jetpack.php\";a:2:{s:1:\"d\";i:1421927182;s:1:\"h\";s:32:\"2a7f30b1fb802a067df63c303952edf5\";}s:50:\"wp-content/plugins/contact-form-7/modules/text.php\";a:2:{s:1:\"d\";i:1421927182;s:1:\"h\";s:32:\"0b4ce7ff7d431c71471fe8e4f6f5240a\";}s:54:\"wp-content/plugins/contact-form-7/modules/textarea.php\";a:2:{s:1:\"d\";i:1421927182;s:1:\"h\";s:32:\"0e01f35a406a6b5932196f9714ca568a\";}s:50:\"wp-content/plugins/contact-form-7/modules/file.php\";a:2:{s:1:\"d\";i:1421927182;s:1:\"h\";s:32:\"a6b1abba37f7b7da0cd4c2936d5d4ed5\";}s:51:\"wp-content/plugins/contact-form-7/modules/listo.php\";a:2:{s:1:\"d\";i:1421927182;s:1:\"h\";s:32:\"d775cb97fc17c5af8cea7c043a5a0790\";}s:54:\"wp-content/plugins/contact-form-7/modules/response.php\";a:2:{s:1:\"d\";i:1421927182;s:1:\"h\";s:32:\"e554c2087e630d735c702e44602f4a54\";}s:52:\"wp-content/plugins/contact-form-7/modules/select.php\";a:2:{s:1:\"d\";i:1421927182;s:1:\"h\";s:32:\"e7f745acf652ab05fc61bb48a64af29c\";}s:52:\"wp-content/plugins/contact-form-7/modules/submit.php\";a:2:{s:1:\"d\";i:1421927182;s:1:\"h\";s:32:\"b8929a87aca9ca4907730d7b74e7a1fe\";}s:56:\"wp-content/plugins/contact-form-7/images/ajax-loader.gif\";a:2:{s:1:\"d\";i:1421927181;s:1:\"h\";s:32:\"af962b37779a443a77ab836b3b7a93f5\";}s:56:\"wp-content/plugins/contact-form-7/includes/functions.php\";a:2:{s:1:\"d\";i:1421927181;s:1:\"h\";s:32:\"89349e3e707d0a4e89e1fcafb9ab957b\";}s:51:\"wp-content/plugins/contact-form-7/includes/pipe.php\";a:2:{s:1:\"d\";i:1421927181;s:1:\"h\";s:32:\"2ee6fd182c42107fb3efdbdf777b8a93\";}s:57:\"wp-content/plugins/contact-form-7/includes/css/styles.css\";a:2:{s:1:\"d\";i:1421927181;s:1:\"h\";s:32:\"febbda4768d2fa237c794ce80866d7a7\";}s:61:\"wp-content/plugins/contact-form-7/includes/css/styles-rtl.css\";a:2:{s:1:\"d\";i:1421927181;s:1:\"h\";s:32:\"515d4bdbca19494847b979264c3d39e2\";}s:57:\"wp-content/plugins/contact-form-7/includes/submission.php\";a:2:{s:1:\"d\";i:1421927181;s:1:\"h\";s:32:\"d4b313b92d19a42722168b5118f1adac\";}s:59:\"wp-content/plugins/contact-form-7/includes/capabilities.php\";a:2:{s:1:\"d\";i:1421927181;s:1:\"h\";s:32:\"210a4309e0124c9c3cea167dc5bc440a\";}s:54:\"wp-content/plugins/contact-form-7/includes/upgrade.php\";a:2:{s:1:\"d\";i:1421927181;s:1:\"h\";s:32:\"af77155353989ce7a325c634490ea4b5\";}s:91:\"wp-content/plugins/contact-form-7/includes/js/jquery-ui/themes/smoothness/jquery-ui.min.css\";a:2:{s:1:\"d\";i:1421927181;s:1:\"h\";s:32:\"60f0405edd95e7135ec6a0bbc36d1385\";}s:101:\"wp-content/plugins/contact-form-7/includes/js/jquery-ui/themes/smoothness/images/animated-overlay.gif\";a:2:{s:1:\"d\";i:1421927181;s:1:\"h\";s:32:\"2b912f7c0653008ca28ebacda49025e7\";}s:87:\"wp-content/plugins/contact-form-7/includes/js/jquery-ui/themes/smoothness/jquery-ui.css\";a:2:{s:1:\"d\";i:1421927181;s:1:\"h\";s:32:\"d172b560b073f3bc42fea160bbff96a2\";}s:93:\"wp-content/plugins/contact-form-7/includes/js/jquery-ui/themes/smoothness/jquery.ui.theme.css\";a:2:{s:1:\"d\";i:1421927181;s:1:\"h\";s:32:\"2c238464ee5deea4320eada193f15378\";}s:56:\"wp-content/plugins/contact-form-7/includes/js/scripts.js\";a:2:{s:1:\"d\";i:1421927181;s:1:\"h\";s:32:\"110b25cce9b75a19cbb8d42949f42eb0\";}s:60:\"wp-content/plugins/contact-form-7/includes/js/jquery.form.js\";a:2:{s:1:\"d\";i:1421927181;s:1:\"h\";s:32:\"08a24670beb2eae7ef79a6d5ac23874b\";}s:64:\"wp-content/plugins/contact-form-7/includes/js/jquery.form.min.js\";a:2:{s:1:\"d\";i:1421927181;s:1:\"h\";s:32:\"f448c593c242d134e9733a84c7a4d26c\";}s:59:\"wp-content/plugins/contact-form-7/includes/contact-form.php\";a:2:{s:1:\"d\";i:1421927181;s:1:\"h\";s:32:\"9dbf407474b1e6f326dd037c57b2fef8\";}s:57:\"wp-content/plugins/contact-form-7/includes/shortcodes.php\";a:2:{s:1:\"d\";i:1421927181;s:1:\"h\";s:32:\"b1f2bfdf547356c59a2717dde1436eeb\";}s:57:\"wp-content/plugins/contact-form-7/includes/controller.php\";a:2:{s:1:\"d\";i:1421927181;s:1:\"h\";s:32:\"5bf9a7073485ed1a4919faf1518e1b74\";}s:57:\"wp-content/plugins/contact-form-7/includes/formatting.php\";a:2:{s:1:\"d\";i:1421927181;s:1:\"h\";s:32:\"2f5ea9b5fb48c4ee900c2e03994e4e13\";}s:68:\"wp-content/plugins/contact-form-7/includes/contact-form-template.php\";a:2:{s:1:\"d\";i:1421927181;s:1:\"h\";s:32:\"56c26c1f1c30ef9c820f781de8ee3bcc\";}s:51:\"wp-content/plugins/contact-form-7/includes/mail.php\";a:2:{s:1:\"d\";i:1421927181;s:1:\"h\";s:32:\"974e2c092f0fc3e7875930b99debe964\";}s:45:\"wp-content/plugins/contact-form-7/license.txt\";a:2:{s:1:\"d\";i:1421927182;s:1:\"h\";s:32:\"b234ee4d69f5fce4486a80fdaf4a4263\";}s:46:\"wp-content/plugins/contact-form-7/settings.php\";a:2:{s:1:\"d\";i:1421927182;s:1:\"h\";s:32:\"5e0b14220e917c8198d252d9dbb42d69\";}s:47:\"wp-content/plugins/contact-form-7/uninstall.php\";a:2:{s:1:\"d\";i:1421927182;s:1:\"h\";s:32:\"61be2af9e9463a04d3140773e39e7bee\";}s:44:\"wp-content/plugins/contact-form-7/readme.txt\";a:2:{s:1:\"d\";i:1421927182;s:1:\"h\";s:32:\"6cdb4f318a4d3afc086732f7709484f5\";}s:62:\"wp-content/plugins/contact-form-7/languages/contact-form-7.pot\";a:2:{s:1:\"d\";i:1421927182;s:1:\"h\";s:32:\"d944716ce83246ee6303cf75913e282b\";}s:54:\"wp-content/plugins/contact-form-7/languages/readme.txt\";a:2:{s:1:\"d\";i:1421927182;s:1:\"h\";s:32:\"0b6e2d40f9d96ce84049fe4495aa54c3\";}s:59:\"wp-content/plugins/contact-form-7/admin/images/dropdown.gif\";a:2:{s:1:\"d\";i:1421927180;s:1:\"h\";s:32:\"e6759d3db7f29f095812081fe440caa0\";}s:62:\"wp-content/plugins/contact-form-7/admin/includes/help-tabs.php\";a:2:{s:1:\"d\";i:1421927180;s:1:\"h\";s:32:\"b9c39805fed0c437937bf6cf32af71f7\";}s:63:\"wp-content/plugins/contact-form-7/admin/includes/meta-boxes.php\";a:2:{s:1:\"d\";i:1421927180;s:1:\"h\";s:32:\"4ae90e58bea300585c850876bfeb3697\";}s:83:\"wp-content/plugins/contact-form-7/admin/includes/class-contact-forms-list-table.php\";a:2:{s:1:\"d\";i:1421927180;s:1:\"h\";s:32:\"f9e13d176dcc859fd1065c8083465a9a\";}s:54:\"wp-content/plugins/contact-form-7/admin/css/styles.css\";a:2:{s:1:\"d\";i:1421927180;s:1:\"h\";s:32:\"37c1f1e540b026c04995699adc5d153a\";}s:58:\"wp-content/plugins/contact-form-7/admin/css/styles-rtl.css\";a:2:{s:1:\"d\";i:1421927180;s:1:\"h\";s:32:\"8e84a8f63dfe1843da13cd221743d326\";}s:59:\"wp-content/plugins/contact-form-7/admin/admin-functions.php\";a:2:{s:1:\"d\";i:1421927180;s:1:\"h\";s:32:\"b6241f76993a3ed32f1d1ecdc3076deb\";}s:53:\"wp-content/plugins/contact-form-7/admin/js/scripts.js\";a:2:{s:1:\"d\";i:1421927181;s:1:\"h\";s:32:\"d7d27686b76d05fee6f7dd378419991a\";}s:58:\"wp-content/plugins/contact-form-7/admin/js/taggenerator.js\";a:2:{s:1:\"d\";i:1421927181;s:1:\"h\";s:32:\"352c8b431f21513ebf74d4608358b4c7\";}s:49:\"wp-content/plugins/contact-form-7/admin/admin.php\";a:2:{s:1:\"d\";i:1421927180;s:1:\"h\";s:32:\"005b5d2f581b00155b6f7cd709dcc8c0\";}s:61:\"wp-content/plugins/contact-form-7/admin/edit-contact-form.php\";a:2:{s:1:\"d\";i:1421927180;s:1:\"h\";s:32:\"69fb97707e65615c995db9c14851367f\";}s:55:\"wp-content/plugins/contact-form-7/wp-contact-form-7.php\";a:2:{s:1:\"d\";i:1421927182;s:1:\"h\";s:32:\"63e7888cb346d39a579e388dbe701353\";}s:56:\"wp-content/plugins/vamtam-twitter/templates/settings.php\";a:2:{s:1:\"d\";i:1421927193;s:1:\"h\";s:32:\"53c5e59f153f2678eb4aac37e7e94848\";}s:66:\"wp-content/plugins/vamtam-twitter/lib/tlc-transients/functions.php\";a:2:{s:1:\"d\";i:1421927193;s:1:\"h\";s:32:\"5fc6c84b16c19e4ab4b0f7da1751ba11\";}s:90:\"wp-content/plugins/vamtam-twitter/lib/tlc-transients/class-tlc-transient-update-server.php\";a:2:{s:1:\"d\";i:1421927193;s:1:\"h\";s:32:\"deb5f9aea1b19a15b737b3e7664699d2\";}s:76:\"wp-content/plugins/vamtam-twitter/lib/tlc-transients/class-tlc-transient.php\";a:2:{s:1:\"d\";i:1421927193;s:1:\"h\";s:32:\"568dc19b1e71a0b633a989b7a93a2bd3\";}s:71:\"wp-content/plugins/vamtam-twitter/lib/tlc-transients/tlc-transients.php\";a:2:{s:1:\"d\";i:1421927193;s:1:\"h\";s:32:\"679f888d84431b1fc5ded2dc373ede36\";}s:60:\"wp-content/plugins/vamtam-twitter/lib/TwitterAPIExchange.php\";a:2:{s:1:\"d\";i:1421927193;s:1:\"h\";s:32:\"4b35f908ad0fb07b8faeb5d014441e5e\";}s:52:\"wp-content/plugins/vamtam-twitter/vamtam-twitter.php\";a:2:{s:1:\"d\";i:1421927193;s:1:\"h\";s:32:\"ecdbc87b85408f9704540075cb99d8de\";}s:73:\"wp-content/plugins/vamtam-twitter/vamtam-updates/class-vamtam-updates.php\";a:2:{s:1:\"d\";i:1421927193;s:1:\"h\";s:32:\"47a9a7e5174e36ef9ce08b03a5489263\";}s:28:\"wp-content/plugins/index.php\";a:2:{s:1:\"d\";i:1401983954;s:1:\"h\";s:32:\"67442c5615eba73d105c0715c6620850\";}s:48:\"wp-content/plugins/vamtam-push-menu/Gruntfile.js\";a:2:{s:1:\"d\";i:1421927192;s:1:\"h\";s:32:\"2d551a9bbcd6a218cacfb6f0735cc779\";}s:49:\"wp-content/plugins/vamtam-push-menu/push-menu.php\";a:2:{s:1:\"d\";i:1421927192;s:1:\"h\";s:32:\"87b51c89f776f892c892a8d32520c21a\";}s:59:\"wp-content/plugins/vamtam-push-menu/templates/menu-item.php\";a:2:{s:1:\"d\";i:1421927193;s:1:\"h\";s:32:\"b21a2403d5a2189a7973f9708d58506a\";}s:59:\"wp-content/plugins/vamtam-push-menu/templates/menu-root.php\";a:2:{s:1:\"d\";i:1421927193;s:1:\"h\";s:32:\"fbc6b0b0645af76100a7f585208f893b\";}s:45:\"wp-content/plugins/vamtam-push-menu/js/top.js\";a:2:{s:1:\"d\";i:1421927192;s:1:\"h\";s:32:\"4c49c27dd2f26435b71433035d99f34c\";}s:60:\"wp-content/plugins/vamtam-push-menu/js/dist/push-menu.min.js\";a:2:{s:1:\"d\";i:1421927192;s:1:\"h\";s:32:\"ae3589e9c5fb8c16d6f0ca89551529af\";}s:56:\"wp-content/plugins/vamtam-push-menu/js/dist/push-menu.js\";a:2:{s:1:\"d\";i:1421927192;s:1:\"h\";s:32:\"46b84316b514e6a20f02628ed81c695b\";}s:48:\"wp-content/plugins/vamtam-push-menu/js/models.js\";a:2:{s:1:\"d\";i:1421927192;s:1:\"h\";s:32:\"b3943c2b0f79e32b0e6dd07965eab769\";}s:50:\"wp-content/plugins/vamtam-push-menu/js/quicktap.js\";a:2:{s:1:\"d\";i:1421927192;s:1:\"h\";s:32:\"4720339b30dc5c7d7690dd89dc5bd579\";}s:54:\"wp-content/plugins/vamtam-push-menu/js/ml-push-menu.js\";a:2:{s:1:\"d\";i:1421927192;s:1:\"h\";s:32:\"8321461b55debc2e4274837854a0f984\";}s:53:\"wp-content/plugins/vamtam-push-menu/js/collections.js\";a:2:{s:1:\"d\";i:1421927192;s:1:\"h\";s:32:\"d7509b6958b0545b110e37ad6d00da8a\";}s:48:\"wp-content/plugins/vamtam-push-menu/js/bottom.js\";a:2:{s:1:\"d\";i:1421927192;s:1:\"h\";s:32:\"f01633f9b05d4dd2a3b1c40267bc3a46\";}s:60:\"wp-content/plugins/vamtam-push-menu/js/gsap/CSSPlugin.min.js\";a:2:{s:1:\"d\";i:1421927192;s:1:\"h\";s:32:\"1a9efc66477b0b2da8e20d9f01195f49\";}s:67:\"wp-content/plugins/vamtam-push-menu/js/gsap/ThrowPropsPlugin.min.js\";a:2:{s:1:\"d\";i:1421927192;s:1:\"h\";s:32:\"e291aa8bc38f33743b9ea7ad73eb967d\";}s:60:\"wp-content/plugins/vamtam-push-menu/js/gsap/TweenLite.min.js\";a:2:{s:1:\"d\";i:1421927192;s:1:\"h\";s:32:\"b46f52af35dbdd6765ab298efd180109\";}s:60:\"wp-content/plugins/vamtam-push-menu/js/gsap/Draggable.min.js\";a:2:{s:1:\"d\";i:1421927192;s:1:\"h\";s:32:\"80442adf27ccc5220231c3704b1e4ce8\";}s:47:\"wp-content/plugins/vamtam-push-menu/js/views.js\";a:2:{s:1:\"d\";i:1421927192;s:1:\"h\";s:32:\"378db73ebca32ab5fad5c6028511e073\";}s:46:\"wp-content/plugins/vamtam-push-menu/readme.txt\";a:2:{s:1:\"d\";i:1421927192;s:1:\"h\";s:32:\"b7ffdccb526d7385fc652752706d5ddf\";}s:48:\"wp-content/plugins/vamtam-push-menu/package.json\";a:2:{s:1:\"d\";i:1421927192;s:1:\"h\";s:32:\"2fb6f0a885f70292442baad51045daaf\";}s:66:\"wp-content/plugins/vamtam-push-menu/languages/vamtam-push-menu.pot\";a:2:{s:1:\"d\";i:1421927192;s:1:\"h\";s:32:\"8ed0b296a3dbd80cd095645184a0bd6f\";}s:75:\"wp-content/plugins/vamtam-push-menu/vamtam-updates/class-vamtam-updates.php\";a:2:{s:1:\"d\";i:1421927193;s:1:\"h\";s:32:\"47a9a7e5174e36ef9ce08b03a5489263\";}s:54:\"wp-content/plugins/wp-retina-2x/wr2x_media-library.php\";a:2:{s:1:\"d\";i:1421927196;s:1:\"h\";s:32:\"22147da8756122a6bfdedd840a72973a\";}s:59:\"wp-content/plugins/wp-retina-2x/wr2x_class.settings-api.php\";a:2:{s:1:\"d\";i:1421927196;s:1:\"h\";s:32:\"03deccfade148dd5131f1d065eb3a57c\";}s:47:\"wp-content/plugins/wp-retina-2x/img/loading.gif\";a:2:{s:1:\"d\";i:1421927195;s:1:\"h\";s:32:\"0f8cccb98625dafe068ba915faae61c1\";}s:53:\"wp-content/plugins/wp-retina-2x/wr2x_retinaimages.php\";a:2:{s:1:\"d\";i:1421927196;s:1:\"h\";s:32:\"9bb6102b4bb1fd89cb09f1f57c91bda7\";}s:49:\"wp-content/plugins/wp-retina-2x/wr2x_settings.php\";a:2:{s:1:\"d\";i:1421927196;s:1:\"h\";s:32:\"fccd5910f61186d3cc13fec912caa90c\";}s:46:\"wp-content/plugins/wp-retina-2x/wr2x_admin.css\";a:2:{s:1:\"d\";i:1421927196;s:1:\"h\";s:32:\"1199fa9fb8412f867177c6009dc7cae8\";}s:44:\"wp-content/plugins/wp-retina-2x/js/retina.js\";a:2:{s:1:\"d\";i:1421927196;s:1:\"h\";s:32:\"74e9d0ee3b0f682d672569d5344c2567\";}s:53:\"wp-content/plugins/wp-retina-2x/js/picturefill.min.js\";a:2:{s:1:\"d\";i:1421927196;s:1:\"h\";s:32:\"406734d84476a4d413e1668eeff2f64b\";}s:43:\"wp-content/plugins/wp-retina-2x/js/debug.js\";a:2:{s:1:\"d\";i:1421927196;s:1:\"h\";s:32:\"1402e466cd994f99f112d8207644ccfc\";}s:51:\"wp-content/plugins/wp-retina-2x/js/retina-cookie.js\";a:2:{s:1:\"d\";i:1421927196;s:1:\"h\";s:32:\"53421746a22d8d3abb76732f4a89d2f4\";}s:50:\"wp-content/plugins/wp-retina-2x/wr2x_vt_resize.php\";a:2:{s:1:\"d\";i:1421927196;s:1:\"h\";s:32:\"abf39b6a41756085d7d6091282f09295\";}s:42:\"wp-content/plugins/wp-retina-2x/readme.txt\";a:2:{s:1:\"d\";i:1421927196;s:1:\"h\";s:32:\"e843c21dd6d388c17eff71a0c1f09bd4\";}s:48:\"wp-content/plugins/wp-retina-2x/wp-retina-2x.php\";a:2:{s:1:\"d\";i:1421927196;s:1:\"h\";s:32:\"81625c9413e33b42b59ec4f1d3e2e4b0\";}s:45:\"wp-content/plugins/wp-retina-2x/wr2x_ajax.php\";a:2:{s:1:\"d\";i:1421927196;s:1:\"h\";s:32:\"73ff4495fd2f6f373d8cf5569a3e3906\";}s:46:\"wp-content/plugins/wp-retina-2x/wr2x_image.php\";a:2:{s:1:\"d\";i:1421927196;s:1:\"h\";s:32:\"ec90c8af6287f8b6721ad38185fe45ba\";}s:53:\"wp-content/plugins/wp-retina-2x/jordy_meow_footer.php\";a:2:{s:1:\"d\";i:1421927196;s:1:\"h\";s:32:\"2e8dc70443aa55b212a7fac2fc3e7e87\";}s:55:\"wp-content/plugins/wp-retina-2x/inc/simple_html_dom.php\";a:2:{s:1:\"d\";i:1421927196;s:1:\"h\";s:32:\"41eadcf0220021e6b78b3c47ea1cac5e\";}s:53:\"wp-content/plugins/wp-retina-2x/inc/Mobile_Detect.php\";a:2:{s:1:\"d\";i:1421927195;s:1:\"h\";s:32:\"b92a326997d42fced9eb9b56f6ed1c22\";}s:57:\"wp-content/plugins/wp-retina-2x/wr2x_retina-dashboard.php\";a:2:{s:1:\"d\";i:1421927196;s:1:\"h\";s:32:\"eef38046a6968e9a2f0d2b6b5dfefd07\";}s:38:\"wp-content/plugins/akismet/akismet.php\";a:2:{s:1:\"d\";i:1408322597;s:1:\"h\";s:32:\"4de960106d89187e2089f35b81b55a69\";}s:43:\"wp-content/plugins/akismet/views/config.php\";a:2:{s:1:\"d\";i:1397590755;s:1:\"h\";s:32:\"ef002d24850e1610eb51bae7cd2e146c\";}s:42:\"wp-content/plugins/akismet/views/stats.php\";a:2:{s:1:\"d\";i:1397496031;s:1:\"h\";s:32:\"4491e9d145c5610b78fe742fa95a5420\";}s:43:\"wp-content/plugins/akismet/views/notice.php\";a:2:{s:1:\"d\";i:1408322597;s:1:\"h\";s:32:\"9952c53b5acc2b145e4f558a8f3a8293\";}s:42:\"wp-content/plugins/akismet/views/start.php\";a:2:{s:1:\"d\";i:1397496031;s:1:\"h\";s:32:\"570ce9d630599b95480576d6b71eae23\";}s:40:\"wp-content/plugins/akismet/views/get.php\";a:2:{s:1:\"d\";i:1397496031;s:1:\"h\";s:32:\"2dc6d49324d354247893235afb3cee63\";}s:43:\"wp-content/plugins/akismet/views/strict.php\";a:2:{s:1:\"d\";i:1395312231;s:1:\"h\";s:32:\"4aa473c84c553159e9df569c73abfb56\";}s:36:\"wp-content/plugins/akismet/.htaccess\";a:2:{s:1:\"d\";i:1394484558;s:1:\"h\";s:32:\"4f916586a55415ff9574f9291e2e302a\";}s:44:\"wp-content/plugins/akismet/class.akismet.php\";a:2:{s:1:\"d\";i:1408322597;s:1:\"h\";s:32:\"5cb9dc02e7a719f3faacb8532ae9bcdd\";}s:36:\"wp-content/plugins/akismet/index.php\";a:2:{s:1:\"d\";i:1394488837;s:1:\"h\";s:32:\"cf6895af2050eb5ae7c0badda2604566\";}s:50:\"wp-content/plugins/akismet/class.akismet-admin.php\";a:2:{s:1:\"d\";i:1408322597;s:1:\"h\";s:32:\"86524cbbb5b2ea8b12f764a35cec6f4c\";}s:43:\"wp-content/plugins/akismet/_inc/akismet.css\";a:2:{s:1:\"d\";i:1404315075;s:1:\"h\";s:32:\"dbc125543514eec3558b1232b3da73bc\";}s:39:\"wp-content/plugins/akismet/_inc/form.js\";a:2:{s:1:\"d\";i:1404335670;s:1:\"h\";s:32:\"270f0cd7341bce6c2afacf2682e7690e\";}s:42:\"wp-content/plugins/akismet/_inc/akismet.js\";a:2:{s:1:\"d\";i:1404315075;s:1:\"h\";s:32:\"750a001fcf05ad4c35ed9b758561c618\";}s:38:\"wp-content/plugins/akismet/wrapper.php\";a:2:{s:1:\"d\";i:1404334100;s:1:\"h\";s:32:\"7dbe1ed65cece832d15f0c0831e2076d\";}s:37:\"wp-content/plugins/akismet/readme.txt\";a:2:{s:1:\"d\";i:1409672960;s:1:\"h\";s:32:\"b6149e943c550868ee2bfbee30635985\";}s:51:\"wp-content/plugins/akismet/class.akismet-widget.php\";a:2:{s:1:\"d\";i:1395326324;s:1:\"h\";s:32:\"ac2fc222d96b3c291fbcc74b8420b180\";}s:27:\"wp-content/themes/index.php\";a:2:{s:1:\"d\";i:1401983954;s:1:\"h\";s:32:\"67442c5615eba73d105c0715c6620850\";}s:53:\"wp-content/themes/honeymoon/tribe-events/day/loop.php\";a:2:{s:1:\"d\";i:1421926484;s:1:\"h\";s:32:\"7c2b6e6f2b71b47f09f7b78c04c75b00\";}s:67:\"wp-content/themes/honeymoon/tribe-events/modules/meta/organizer.php\";a:2:{s:1:\"d\";i:1421926559;s:1:\"h\";s:32:\"17a2eef6c3336d353385f13ec43a5f97\";}s:56:\"wp-content/themes/honeymoon/tribe-events/modules/bar.php\";a:2:{s:1:\"d\";i:1421926486;s:1:\"h\";s:32:\"71bb1e33f49cf838e308e15192da471f\";}s:57:\"wp-content/themes/honeymoon/tribe-events/modules/meta.php\";a:2:{s:1:\"d\";i:1421926486;s:1:\"h\";s:32:\"2406dd1de9dd75fbb56143fb7158c7f0\";}s:57:\"wp-content/themes/honeymoon/tribe-events/pro/day/loop.php\";a:2:{s:1:\"d\";i:1421926564;s:1:\"h\";s:32:\"b6ab9f0a811169e392f7a874bbc18284\";}s:56:\"wp-content/themes/honeymoon/tribe-events/pro/day/nav.php\";a:2:{s:1:\"d\";i:1421926564;s:1:\"h\";s:32:\"e0317f1b212d2db9c4a414184697a37b\";}s:57:\"wp-content/themes/honeymoon/tribe-events/pro/map/loop.php\";a:2:{s:1:\"d\";i:1421926565;s:1:\"h\";s:32:\"df49434786490031e1fc2766dacf0be4\";}s:56:\"wp-content/themes/honeymoon/tribe-events/pro/map/nav.php\";a:2:{s:1:\"d\";i:1421926565;s:1:\"h\";s:32:\"55e2ba2eb173ed1f54abd31e32d9511d\";}s:57:\"wp-content/themes/honeymoon/tribe-events/pro/week/nav.php\";a:2:{s:1:\"d\";i:1421926567;s:1:\"h\";s:32:\"b1c319f776d51c16f72820633f79d7f4\";}s:74:\"wp-content/themes/honeymoon/tribe-events/pro/week/single-event-tooltip.php\";a:2:{s:1:\"d\";i:1421926567;s:1:\"h\";s:32:\"9794d62b71b9f8e311cfb5b8b8785e46\";}s:61:\"wp-content/themes/honeymoon/tribe-events/default-template.php\";a:2:{s:1:\"d\";i:1421926465;s:1:\"h\";s:32:\"f07d5faa54e8bed7cb619b48169ee201\";}s:58:\"wp-content/themes/honeymoon/tribe-events/month/tooltip.php\";a:2:{s:1:\"d\";i:1421926487;s:1:\"h\";s:32:\"a9b8e351e547e3d917338d89571704aa\";}s:54:\"wp-content/themes/honeymoon/tribe-events/month/nav.php\";a:2:{s:1:\"d\";i:1421926487;s:1:\"h\";s:32:\"8b418e51e9dd763164887b3fa5e90447\";}s:57:\"wp-content/themes/honeymoon/tribe-events/single-event.php\";a:2:{s:1:\"d\";i:1421926465;s:1:\"h\";s:32:\"94a90f7ea2017b7e6276110fcfb0dae1\";}s:75:\"wp-content/themes/honeymoon/tribe-events/community/modules/header-links.php\";a:2:{s:1:\"d\";i:1421926559;s:1:\"h\";s:32:\"9b1e7ea93da1f446bb35c2a9b2f5b537\";}s:65:\"wp-content/themes/honeymoon/tribe-events/community/event-list.php\";a:2:{s:1:\"d\";i:1421926484;s:1:\"h\";s:32:\"c587740c194474f1d18690208058b500\";}s:54:\"wp-content/themes/honeymoon/tribe-events/list/loop.php\";a:2:{s:1:\"d\";i:1421926485;s:1:\"h\";s:32:\"7c2b6e6f2b71b47f09f7b78c04c75b00\";}s:53:\"wp-content/themes/honeymoon/tribe-events/list/nav.php\";a:2:{s:1:\"d\";i:1421926485;s:1:\"h\";s:32:\"3225a813b08034f3ba85adda75c5ff24\";}s:62:\"wp-content/themes/honeymoon/tribe-events/list/single-event.php\";a:2:{s:1:\"d\";i:1421926485;s:1:\"h\";s:32:\"7ee1c150e1846d0c6c61f77ef1c0802a\";}s:63:\"wp-content/themes/honeymoon/tribe-events/single-event-media.php\";a:2:{s:1:\"d\";i:1421926465;s:1:\"h\";s:32:\"48f7e6ad13facc7b367f98a504b0fbea\";}s:37:\"wp-content/themes/honeymoon/style.css\";a:2:{s:1:\"d\";i:1421926450;s:1:\"h\";s:32:\"965facda268a8446cfe0b3213ccba93e\";}s:48:\"wp-content/themes/honeymoon/slider-revslider.php\";a:2:{s:1:\"d\";i:1421926450;s:1:\"h\";s:32:\"1c755d0b3c7ae1a7a299866953824fae\";}s:40:\"wp-content/themes/honeymoon/Gruntfile.js\";a:2:{s:1:\"d\";i:1421926447;s:1:\"h\";s:32:\"5ecd9281fac6b4cf4a91ed674b40753f\";}s:41:\"wp-content/themes/honeymoon/functions.php\";a:2:{s:1:\"d\";i:1421926447;s:1:\"h\";s:32:\"30356ffe5585749191172991fa5b80c1\";}s:36:\"wp-content/themes/honeymoon/page.php\";a:2:{s:1:\"d\";i:1421926448;s:1:\"h\";s:32:\"8c8584dfe31b387a825513b2374d0aa6\";}s:51:\"wp-content/themes/honeymoon/vamtam/widgets/gmap.php\";a:2:{s:1:\"d\";i:1421926502;s:1:\"h\";s:32:\"e23b4bb514b623149b8a93088889432c\";}s:52:\"wp-content/themes/honeymoon/vamtam/widgets/posts.php\";a:2:{s:1:\"d\";i:1421926503;s:1:\"h\";s:32:\"9978a8628f362ca576912140b3281d0e\";}s:55:\"wp-content/themes/honeymoon/vamtam/widgets/subpages.php\";a:2:{s:1:\"d\";i:1421926503;s:1:\"h\";s:32:\"ea8120a6951b194e9f4282bd405ed4bf\";}s:59:\"wp-content/themes/honeymoon/vamtam/widgets/post-formats.php\";a:2:{s:1:\"d\";i:1421926502;s:1:\"h\";s:32:\"c50db04a6abfdb5836f9c14519a94b02\";}s:60:\"wp-content/themes/honeymoon/vamtam/widgets/advertisement.php\";a:2:{s:1:\"d\";i:1421926501;s:1:\"h\";s:32:\"a6c617e9a7d2791a5ea34252024d0b20\";}s:58:\"wp-content/themes/honeymoon/vamtam/widgets/contactinfo.php\";a:2:{s:1:\"d\";i:1421926501;s:1:\"h\";s:32:\"bc6db72dc916cb92cb2ba927f30e027b\";}s:54:\"wp-content/themes/honeymoon/vamtam/widgets/authors.php\";a:2:{s:1:\"d\";i:1421926501;s:1:\"h\";s:32:\"d16f595194085b66be57fa0ea340c164\";}s:56:\"wp-content/themes/honeymoon/vamtam/widgets/icon-link.php\";a:2:{s:1:\"d\";i:1421926502;s:1:\"h\";s:32:\"2b10d904baa3a7c76bce9bcacc324d13\";}s:53:\"wp-content/themes/honeymoon/vamtam/widgets/flickr.php\";a:2:{s:1:\"d\";i:1421926502;s:1:\"h\";s:32:\"97bc26d76ecafc250d55a53a6d2d0f99\";}s:70:\"wp-content/themes/honeymoon/vamtam/helpers/woocommerce-integration.php\";a:2:{s:1:\"d\";i:1421926494;s:1:\"h\";s:32:\"6cb22ebeff295f9723d01fdb83c6096f\";}s:52:\"wp-content/themes/honeymoon/vamtam/helpers/fonts.php\";a:2:{s:1:\"d\";i:1421926494;s:1:\"h\";s:32:\"6bb41853576c9e7b90b7ea24ac2b5c04\";}s:71:\"wp-content/themes/honeymoon/vamtam/helpers/tribe-events-integration.php\";a:2:{s:1:\"d\";i:1421926494;s:1:\"h\";s:32:\"b8b3c7008dd1474f47250e976d485648\";}s:64:\"wp-content/themes/honeymoon/vamtam/helpers/dimox-breadcrumbs.php\";a:2:{s:1:\"d\";i:1421926493;s:1:\"h\";s:32:\"582b058eea86a98ceb2e40b12d0131d0\";}s:51:\"wp-content/themes/honeymoon/vamtam/helpers/base.php\";a:2:{s:1:\"d\";i:1421926493;s:1:\"h\";s:32:\"8ec9e7877901f0e9e67f22dd144e8284\";}s:50:\"wp-content/themes/honeymoon/vamtam/helpers/css.php\";a:2:{s:1:\"d\";i:1421926493;s:1:\"h\";s:32:\"4fe77ca2c77853888f88b1fd7c753619\";}s:65:\"wp-content/themes/honeymoon/vamtam/helpers/lessphp-extensions.php\";a:2:{s:1:\"d\";i:1421926494;s:1:\"h\";s:32:\"a201e5e83863b6dee0eafa51211b38c5\";}s:52:\"wp-content/themes/honeymoon/vamtam/helpers/icons.php\";a:2:{s:1:\"d\";i:1421926493;s:1:\"h\";s:32:\"cc108e8420760f13d2d6394d03d07f7d\";}s:51:\"wp-content/themes/honeymoon/vamtam/helpers/init.php\";a:2:{s:1:\"d\";i:1421926494;s:1:\"h\";s:32:\"0d50131e0f145824dc3731f8a71b67ab\";}s:55:\"wp-content/themes/honeymoon/vamtam/helpers/template.php\";a:2:{s:1:\"d\";i:1421926494;s:1:\"h\";s:32:\"c4505a0331b96006668ce7f16c2719fa\";}s:57:\"wp-content/themes/honeymoon/vamtam/shortcodes/tooltip.php\";a:2:{s:1:\"d\";i:1421926500;s:1:\"h\";s:32:\"52d3305d68f155223215dc79eb81849c\";}s:56:\"wp-content/themes/honeymoon/vamtam/shortcodes/button.php\";a:2:{s:1:\"d\";i:1421926498;s:1:\"h\";s:32:\"9cb86811ffe5d55f95d9eccf001bc996\";}s:58:\"wp-content/themes/honeymoon/vamtam/shortcodes/lightbox.php\";a:2:{s:1:\"d\";i:1421926499;s:1:\"h\";s:32:\"6fa48b06b7410c740726e5aae239f673\";}s:54:\"wp-content/themes/honeymoon/vamtam/shortcodes/icon.php\";a:2:{s:1:\"d\";i:1421926499;s:1:\"h\";s:32:\"050f13c5d60d4311f13fc454ce0b5440\";}s:64:\"wp-content/themes/honeymoon/vamtam/shortcodes/inline_divider.php\";a:2:{s:1:\"d\";i:1421926499;s:1:\"h\";s:32:\"78f45f105c80962d06ace7833bc669fc\";}s:54:\"wp-content/themes/honeymoon/vamtam/shortcodes/list.php\";a:2:{s:1:\"d\";i:1421926499;s:1:\"h\";s:32:\"dc48d2714c3ebb5a17b941826060c008\";}s:64:\"wp-content/themes/honeymoon/vamtam/shortcodes/generator/push.php\";a:2:{s:1:\"d\";i:1421926586;s:1:\"h\";s:32:\"3ad949e9e75309b188467562eb7eeca7\";}s:67:\"wp-content/themes/honeymoon/vamtam/shortcodes/generator/tooltip.php\";a:2:{s:1:\"d\";i:1421926586;s:1:\"h\";s:32:\"ba045fc82d25a93c416f060740fb63e4\";}s:66:\"wp-content/themes/honeymoon/vamtam/shortcodes/generator/button.php\";a:2:{s:1:\"d\";i:1421926585;s:1:\"h\";s:32:\"0428f0b756c28d065fd576058026f2df\";}s:68:\"wp-content/themes/honeymoon/vamtam/shortcodes/generator/lightbox.php\";a:2:{s:1:\"d\";i:1421926585;s:1:\"h\";s:32:\"4019f4b985dc9f9afb9d23383f88a9a8\";}s:64:\"wp-content/themes/honeymoon/vamtam/shortcodes/generator/icon.php\";a:2:{s:1:\"d\";i:1421926585;s:1:\"h\";s:32:\"eb107610c0930c1c821295c29b6cd103\";}s:74:\"wp-content/themes/honeymoon/vamtam/shortcodes/generator/inline_divider.php\";a:2:{s:1:\"d\";i:1421926585;s:1:\"h\";s:32:\"9f8f33b185c4229eeb2af2f7765750c4\";}s:64:\"wp-content/themes/honeymoon/vamtam/shortcodes/generator/list.php\";a:2:{s:1:\"d\";i:1421926585;s:1:\"h\";s:32:\"cdad775b1e9a706b2c389d13e6b7e539\";}s:69:\"wp-content/themes/honeymoon/vamtam/shortcodes/generator/highlight.php\";a:2:{s:1:\"d\";i:1421926585;s:1:\"h\";s:32:\"c4e5a9e452fac8c8525e13d9c614b870\";}s:67:\"wp-content/themes/honeymoon/vamtam/shortcodes/generator/dropcap.php\";a:2:{s:1:\"d\";i:1421926585;s:1:\"h\";s:32:\"12840b6290d3d5edd6ccce90a0716252\";}s:59:\"wp-content/themes/honeymoon/vamtam/shortcodes/highlight.php\";a:2:{s:1:\"d\";i:1421926499;s:1:\"h\";s:32:\"70cbecfa7a9b9e993acff0562ee9e506\";}s:57:\"wp-content/themes/honeymoon/vamtam/shortcodes/dropcap.php\";a:2:{s:1:\"d\";i:1421926498;s:1:\"h\";s:32:\"0b219cf8166b4f04e109212bfc980b5c\";}s:57:\"wp-content/themes/honeymoon/vamtam/shortcodes/gallery.php\";a:2:{s:1:\"d\";i:1421926498;s:1:\"h\";s:32:\"eaae893d843509c47bd734c065245cf6\";}s:63:\"wp-content/themes/honeymoon/vamtam/plugins/vamtam-push-menu.zip\";a:2:{s:1:\"d\";i:1421926496;s:1:\"h\";s:32:\"5357641ab60724bcbdb5cce5bb707e3b\";}s:56:\"wp-content/themes/honeymoon/vamtam/plugins/revslider.zip\";a:2:{s:1:\"d\";i:1421926507;s:1:\"h\";s:32:\"d1741868e4c3b85ed803da312c53b447\";}s:61:\"wp-content/themes/honeymoon/vamtam/plugins/vamtam-twitter.zip\";a:2:{s:1:\"d\";i:1421926497;s:1:\"h\";s:32:\"cabd78596d4fe870127ce45561511fd7\";}s:67:\"wp-content/themes/honeymoon/vamtam/importers/revslider/importer.php\";a:2:{s:1:\"d\";i:1421926584;s:1:\"h\";s:32:\"d539b1f22747a0e395f2b15f7c8435e9\";}s:65:\"wp-content/themes/honeymoon/vamtam/importers/importer/parsers.php\";a:2:{s:1:\"d\";i:1421926583;s:1:\"h\";s:32:\"5b37864ba56719422ff634797d828c24\";}s:66:\"wp-content/themes/honeymoon/vamtam/importers/importer/importer.php\";a:2:{s:1:\"d\";i:1421926583;s:1:\"h\";s:32:\"1994cde9cbb989ecab990d118d1134b2\";}s:64:\"wp-content/themes/honeymoon/vamtam/importers/importer/export.php\";a:2:{s:1:\"d\";i:1421926583;s:1:\"h\";s:32:\"3e344d93e640407a30bf7ceddc34bd80\";}s:73:\"wp-content/themes/honeymoon/vamtam/importers/widget-importer/importer.php\";a:2:{s:1:\"d\";i:1421926584;s:1:\"h\";s:32:\"7d5b65f9fa59f399a35b248f5d6f8636\";}s:58:\"wp-content/themes/honeymoon/vamtam/assets/images/blank.gif\";a:2:{s:1:\"d\";i:1421926576;s:1:\"h\";s:32:\"6d22e4f2d2057c6e8d6fab098e76e80f\";}s:59:\"wp-content/themes/honeymoon/vamtam/assets/js/woocommerce.js\";a:2:{s:1:\"d\";i:1421926582;s:1:\"h\";s:32:\"d39eb3be8508ab80a509274d213ae43c\";}s:57:\"wp-content/themes/honeymoon/vamtam/assets/js/countdown.js\";a:2:{s:1:\"d\";i:1421926579;s:1:\"h\";s:32:\"6949fe9efd705e01a4403de902374f13\";}s:66:\"wp-content/themes/honeymoon/vamtam/assets/js/services-shrinking.js\";a:2:{s:1:\"d\";i:1421926581;s:1:\"h\";s:32:\"45f14afd856680faca0f319134ffeb4c\";}s:66:\"wp-content/themes/honeymoon/vamtam/assets/js/layerslider-height.js\";a:2:{s:1:\"d\";i:1421926580;s:1:\"h\";s:32:\"631a8bad7004500127835662444e412c\";}s:61:\"wp-content/themes/honeymoon/vamtam/assets/js/modernizr.min.js\";a:2:{s:1:\"d\";i:1421926581;s:1:\"h\";s:32:\"030fd5d85bef5f7383ac46793e3b14fc\";}s:57:\"wp-content/themes/honeymoon/vamtam/assets/js/portfolio.js\";a:2:{s:1:\"d\";i:1421926581;s:1:\"h\";s:32:\"e8f2abc0efc7e189544c31bce38a301c\";}s:63:\"wp-content/themes/honeymoon/vamtam/assets/js/column-parallax.js\";a:2:{s:1:\"d\";i:1421926579;s:1:\"h\";s:32:\"caca21ea14250598b65597de97f114a6\";}s:53:\"wp-content/themes/honeymoon/vamtam/assets/js/media.js\";a:2:{s:1:\"d\";i:1421926580;s:1:\"h\";s:32:\"eaf353deb6df22960f58d26c20e207a0\";}s:63:\"wp-content/themes/honeymoon/vamtam/assets/js/tabs-accordions.js\";a:2:{s:1:\"d\";i:1421926581;s:1:\"h\";s:32:\"298b817f077a62ed582a0c299588bae0\";}s:56:\"wp-content/themes/honeymoon/vamtam/assets/js/lightbox.js\";a:2:{s:1:\"d\";i:1421926580;s:1:\"h\";s:32:\"508006c5dac2c491dc18786d170020d5\";}s:55:\"wp-content/themes/honeymoon/vamtam/assets/js/general.js\";a:2:{s:1:\"d\";i:1421926579;s:1:\"h\";s:32:\"c7d6299fd111d81c55125a1a2bac4d3e\";}s:58:\"wp-content/themes/honeymoon/vamtam/assets/js/scrollable.js\";a:2:{s:1:\"d\";i:1421926581;s:1:\"h\";s:32:\"d1f224df4957d39af3fb7267107928be\";}s:55:\"wp-content/themes/honeymoon/vamtam/assets/js/all.min.js\";a:2:{s:1:\"d\";i:1421926579;s:1:\"h\";s:32:\"45d2abfd72d8ffa33a41ab5f1506db18\";}s:63:\"wp-content/themes/honeymoon/vamtam/assets/js/ajax-navigation.js\";a:2:{s:1:\"d\";i:1421926577;s:1:\"h\";s:32:\"96f1b89ca701cf821a143c65643acd02\";}s:52:\"wp-content/themes/honeymoon/vamtam/assets/js/menu.js\";a:2:{s:1:\"d\";i:1421926580;s:1:\"h\";s:32:\"7662e6b9f52ab210455ef3ecd707d5d7\";}s:67:\"wp-content/themes/honeymoon/vamtam/assets/js/services-expandable.js\";a:2:{s:1:\"d\";i:1421926581;s:1:\"h\";s:32:\"5b91fd7b5b048908f94ae74eac00cf1a\";}s:79:\"wp-content/themes/honeymoon/vamtam/assets/js/plugins/vamtam/jquery.validator.js\";a:2:{s:1:\"d\";i:1421926690;s:1:\"h\";s:32:\"3a3ceb70e95c164ae06965e14dd861bf\";}s:77:\"wp-content/themes/honeymoon/vamtam/assets/js/plugins/vamtam/jquery.plugins.js\";a:2:{s:1:\"d\";i:1421926690;s:1:\"h\";s:32:\"dd10739ce2c7616beaf649ac8b8f2284\";}s:74:\"wp-content/themes/honeymoon/vamtam/assets/js/plugins/vamtam/jquery.jail.js\";a:2:{s:1:\"d\";i:1421926690;s:1:\"h\";s:32:\"ba0df08e9d451a91ee219f5be0d761b8\";}s:87:\"wp-content/themes/honeymoon/vamtam/assets/js/plugins/vamtam/jquery.rawcontenthandler.js\";a:2:{s:1:\"d\";i:1421926690;s:1:\"h\";s:32:\"cd566f99e2c52643bd03552b95c1dc7f\";}s:91:\"wp-content/themes/honeymoon/vamtam/assets/js/plugins/vamtam/jquery.vamtam.doubletapclick.js\";a:2:{s:1:\"d\";i:1421926690;s:1:\"h\";s:32:\"9245e7699bea335c3d5630185f892c88\";}s:86:\"wp-content/themes/honeymoon/vamtam/assets/js/plugins/vamtam/jquery.wpvanimatenumber.js\";a:2:{s:1:\"d\";i:1421926690;s:1:\"h\";s:32:\"a484bab81db80623abcbbddec022f5cb\";}s:82:\"wp-content/themes/honeymoon/vamtam/assets/js/plugins/thirdparty/selectivizr.min.js\";a:2:{s:1:\"d\";i:1421926689;s:1:\"h\";s:32:\"ed32136af18ca3ea4a3080ff620fba16\";}s:77:\"wp-content/themes/honeymoon/vamtam/assets/js/plugins/thirdparty/polyfiller.js\";a:2:{s:1:\"d\";i:1421926689;s:1:\"h\";s:32:\"a4fd5afbf57b5323f66b89860fbe6cdc\";}s:85:\"wp-content/themes/honeymoon/vamtam/assets/js/plugins/thirdparty/jquery.socialcount.js\";a:2:{s:1:\"d\";i:1421926688;s:1:\"h\";s:32:\"5b1161571a51773fb0a3553e93cbb615\";}s:86:\"wp-content/themes/honeymoon/vamtam/assets/js/plugins/thirdparty/jquery.easypiechart.js\";a:2:{s:1:\"d\";i:1421926687;s:1:\"h\";s:32:\"07578f0ffaf7543055b4a8b4589c2c0a\";}s:97:\"wp-content/themes/honeymoon/vamtam/assets/js/plugins/thirdparty/shims/jpicker/images/mappoint.gif\";a:2:{s:1:\"d\";i:1421926719;s:1:\"h\";s:32:\"9f6dd30bc97b892fbd971271d1a82ce7\";}s:95:\"wp-content/themes/honeymoon/vamtam/assets/js/plugins/thirdparty/shims/jpicker/images/picker.gif\";a:2:{s:1:\"d\";i:1421926720;s:1:\"h\";s:32:\"d88c26dca0ca8c159befb1a4f91a817c\";}s:100:\"wp-content/themes/honeymoon/vamtam/assets/js/plugins/thirdparty/shims/jpicker/images/rangearrows.gif\";a:2:{s:1:\"d\";i:1421926720;s:1:\"h\";s:32:\"33873ca90e5739a504ea50ed6c675eb9\";}s:89:\"wp-content/themes/honeymoon/vamtam/assets/js/plugins/thirdparty/shims/jpicker/jpicker.css\";a:2:{s:1:\"d\";i:1421926716;s:1:\"h\";s:32:\"b5b07118e10fa53887cd727932f1b3eb\";}s:88:\"wp-content/themes/honeymoon/vamtam/assets/js/plugins/thirdparty/shims/form-validation.js\";a:2:{s:1:\"d\";i:1421926697;s:1:\"h\";s:32:\"124f1fa754bb3ee8b9cc88ad41f94e52\";}s:85:\"wp-content/themes/honeymoon/vamtam/assets/js/plugins/thirdparty/shims/form-message.js\";a:2:{s:1:\"d\";i:1421926696;s:1:\"h\";s:32:\"e84ead329a52a611899c8f1aa345b352\";}s:92:\"wp-content/themes/honeymoon/vamtam/assets/js/plugins/thirdparty/shims/swf/JarisFLVPlayer.swf\";a:2:{s:1:\"d\";i:1421926718;s:1:\"h\";s:32:\"d28a73c0ca14a5bfa1d03673fd817824\";}s:88:\"wp-content/themes/honeymoon/vamtam/assets/js/plugins/thirdparty/shims/swf/filereader.swf\";a:2:{s:1:\"d\";i:1421926718;s:1:\"h\";s:32:\"a5853ce9c5eda14b8b45da99dbbd228c\";}s:82:\"wp-content/themes/honeymoon/vamtam/assets/js/plugins/thirdparty/shims/combos/28.js\";a:2:{s:1:\"d\";i:1421926706;s:1:\"h\";s:32:\"9b98d2ad6ab8718116ad50fc0ff1aeea\";}s:82:\"wp-content/themes/honeymoon/vamtam/assets/js/plugins/thirdparty/shims/combos/13.js\";a:2:{s:1:\"d\";i:1421926701;s:1:\"h\";s:32:\"88892457b2cf96bb8505ad2b6806e56a\";}s:82:\"wp-content/themes/honeymoon/vamtam/assets/js/plugins/thirdparty/shims/combos/33.js\";a:2:{s:1:\"d\";i:1421926707;s:1:\"h\";s:32:\"ad1cc02f4bc7a4cf074008a0240a48e8\";}s:81:\"wp-content/themes/honeymoon/vamtam/assets/js/plugins/thirdparty/shims/combos/1.js\";a:2:{s:1:\"d\";i:1421926700;s:1:\"h\";s:32:\"80a52ea8db3a3f72343171fa930db0f7\";}s:81:\"wp-content/themes/honeymoon/vamtam/assets/js/plugins/thirdparty/shims/combos/9.js\";a:2:{s:1:\"d\";i:1421926709;s:1:\"h\";s:32:\"22f25f0b1b2ae47cea561b8b585d26a5\";}s:82:\"wp-content/themes/honeymoon/vamtam/assets/js/plugins/thirdparty/shims/combos/11.js\";a:2:{s:1:\"d\";i:1421926701;s:1:\"h\";s:32:\"89d58a50cacbfe8273e14e6fc355bf71\";}s:82:\"wp-content/themes/honeymoon/vamtam/assets/js/plugins/thirdparty/shims/combos/26.js\";a:2:{s:1:\"d\";i:1421926706;s:1:\"h\";s:32:\"716e380d99336c23434ebecef4cdb2d3\";}s:81:\"wp-content/themes/honeymoon/vamtam/assets/js/plugins/thirdparty/shims/combos/7.js\";a:2:{s:1:\"d\";i:1421926709;s:1:\"h\";s:32:\"5fd42d673bf2e99fbfecc8d28e8bc8ae\";}s:81:\"wp-content/themes/honeymoon/vamtam/assets/js/plugins/thirdparty/shims/combos/2.js\";a:2:{s:1:\"d\";i:1421926704;s:1:\"h\";s:32:\"4e4bad6a158550f9020b90495d1c57f3\";}s:82:\"wp-content/themes/honeymoon/vamtam/assets/js/plugins/thirdparty/shims/combos/31.js\";a:2:{s:1:\"d\";i:1421926707;s:1:\"h\";s:32:\"2f5fe1e5f7e94e57314cec5b00a6dce9\";}s:82:\"wp-content/themes/honeymoon/vamtam/assets/js/plugins/thirdparty/shims/combos/23.js\";a:2:{s:1:\"d\";i:1421926705;s:1:\"h\";s:32:\"1dbaf057e13f694bb236111d5e06ec0d\";}s:82:\"wp-content/themes/honeymoon/vamtam/assets/js/plugins/thirdparty/shims/combos/27.js\";a:2:{s:1:\"d\";i:1421926706;s:1:\"h\";s:32:\"336367a4d244626986c8fe96022404df\";}s:82:\"wp-content/themes/honeymoon/vamtam/assets/js/plugins/thirdparty/shims/combos/12.js\";a:2:{s:1:\"d\";i:1421926701;s:1:\"h\";s:32:\"043bbced483359c23204bc7605e0bb8a\";}s:82:\"wp-content/themes/honeymoon/vamtam/assets/js/plugins/thirdparty/shims/combos/25.js\";a:2:{s:1:\"d\";i:1421926706;s:1:\"h\";s:32:\"986de8e94560827de920dbecfee9c9dc\";}s:82:\"wp-content/themes/honeymoon/vamtam/assets/js/plugins/thirdparty/shims/combos/19.js\";a:2:{s:1:\"d\";i:1421926704;s:1:\"h\";s:32:\"056a80275acb3b8586a8376bb2291466\";}s:81:\"wp-content/themes/honeymoon/vamtam/assets/js/plugins/thirdparty/shims/combos/6.js\";a:2:{s:1:\"d\";i:1421926708;s:1:\"h\";s:32:\"02137f73e951ca557e9200eb5c91102d\";}s:81:\"wp-content/themes/honeymoon/vamtam/assets/js/plugins/thirdparty/shims/combos/3.js\";a:2:{s:1:\"d\";i:1421926707;s:1:\"h\";s:32:\"7335a99f4216093bf845d86d3d60c1e5\";}s:82:\"wp-content/themes/honeymoon/vamtam/assets/js/plugins/thirdparty/shims/combos/20.js\";a:2:{s:1:\"d\";i:1421926705;s:1:\"h\";s:32:\"bfcdc9a9f958515246285482477071ba\";}s:82:\"wp-content/themes/honeymoon/vamtam/assets/js/plugins/thirdparty/shims/combos/14.js\";a:2:{s:1:\"d\";i:1421926701;s:1:\"h\";s:32:\"e9ca3cfba47b01ec530aecc104da2702\";}s:81:\"wp-content/themes/honeymoon/vamtam/assets/js/plugins/thirdparty/shims/combos/8.js\";a:2:{s:1:\"d\";i:1421926709;s:1:\"h\";s:32:\"6c42c3794ff1fccc020aab0cb1d0abdf\";}s:81:\"wp-content/themes/honeymoon/vamtam/assets/js/plugins/thirdparty/shims/combos/5.js\";a:2:{s:1:\"d\";i:1421926708;s:1:\"h\";s:32:\"83ce1723eadcfb3d240b6b3960c5f2db\";}s:81:\"wp-content/themes/honeymoon/vamtam/assets/js/plugins/thirdparty/shims/combos/4.js\";a:2:{s:1:\"d\";i:1421926708;s:1:\"h\";s:32:\"d0e15ee510507c9325bac9afcdaf157b\";}s:82:\"wp-content/themes/honeymoon/vamtam/assets/js/plugins/thirdparty/shims/combos/17.js\";a:2:{s:1:\"d\";i:1421926703;s:1:\"h\";s:32:\"13b4c5b1d1275b0b986c714f14d859dd\";}s:82:\"wp-content/themes/honeymoon/vamtam/assets/js/plugins/thirdparty/shims/combos/30.js\";a:2:{s:1:\"d\";i:1421926707;s:1:\"h\";s:32:\"e0157db08fdbc3a0f4d8dd3794ddf67a\";}s:82:\"wp-content/themes/honeymoon/vamtam/assets/js/plugins/thirdparty/shims/combos/21.js\";a:2:{s:1:\"d\";i:1421926704;s:1:\"h\";s:32:\"562af08e50686f34f0eb4556d493d4e2\";}s:82:\"wp-content/themes/honeymoon/vamtam/assets/js/plugins/thirdparty/shims/combos/29.js\";a:2:{s:1:\"d\";i:1421926707;s:1:\"h\";s:32:\"11218d572c3837a944a12f1ae45de9c8\";}s:82:\"wp-content/themes/honeymoon/vamtam/assets/js/plugins/thirdparty/shims/combos/16.js\";a:2:{s:1:\"d\";i:1421926702;s:1:\"h\";s:32:\"565d6dc4aa4fe85848fb85c42a7a7d2a\";}s:82:\"wp-content/themes/honeymoon/vamtam/assets/js/plugins/thirdparty/shims/combos/24.js\";a:2:{s:1:\"d\";i:1421926705;s:1:\"h\";s:32:\"922fa4dd15b8ef3040a8af0b3b4f5afe\";}s:82:\"wp-content/themes/honeymoon/vamtam/assets/js/plugins/thirdparty/shims/combos/22.js\";a:2:{s:1:\"d\";i:1421926705;s:1:\"h\";s:32:\"177d47be709944c5a2a4d0936caaf714\";}s:82:\"wp-content/themes/honeymoon/vamtam/assets/js/plugins/thirdparty/shims/combos/10.js\";a:2:{s:1:\"d\";i:1421926700;s:1:\"h\";s:32:\"7b42ef1024777ae16b2a3598c50934e9\";}s:82:\"wp-content/themes/honeymoon/vamtam/assets/js/plugins/thirdparty/shims/combos/15.js\";a:2:{s:1:\"d\";i:1421926702;s:1:\"h\";s:32:\"8a8e77ced2919dbbf75b1640206f209a\";}s:82:\"wp-content/themes/honeymoon/vamtam/assets/js/plugins/thirdparty/shims/combos/32.js\";a:2:{s:1:\"d\";i:1421926707;s:1:\"h\";s:32:\"e29e74b05c0845211718d0e0fc2cb2ba\";}s:82:\"wp-content/themes/honeymoon/vamtam/assets/js/plugins/thirdparty/shims/combos/18.js\";a:2:{s:1:\"d\";i:1421926703;s:1:\"h\";s:32:\"7d8bc9077054cf2b5071ae79922fda8b\";}s:89:\"wp-content/themes/honeymoon/vamtam/assets/js/plugins/thirdparty/shims/form-shim-extend.js\";a:2:{s:1:\"d\";i:1421926697;s:1:\"h\";s:32:\"f1434ddfe88af8f0fc70cf5b3cb3ed58\";}s:79:\"wp-content/themes/honeymoon/vamtam/assets/js/plugins/thirdparty/shims/sizzle.js\";a:2:{s:1:\"d\";i:1421926699;s:1:\"h\";s:32:\"88fd30e0343a627907ed27a39d072e6c\";}s:85:\"wp-content/themes/honeymoon/vamtam/assets/js/plugins/thirdparty/shims/forms-picker.js\";a:2:{s:1:\"d\";i:1421926698;s:1:\"h\";s:32:\"340b9becf946dec6607e3246b519e073\";}s:91:\"wp-content/themes/honeymoon/vamtam/assets/js/plugins/thirdparty/shims/mediaelement-jaris.js\";a:2:{s:1:\"d\";i:1421926698;s:1:\"h\";s:32:\"fc41fab3324cdd5b0a74768f4635ad0a\";}s:102:\"wp-content/themes/honeymoon/vamtam/assets/js/plugins/thirdparty/shims/FlashCanvasPro/flash10canvas.swf\";a:2:{s:1:\"d\";i:1421926711;s:1:\"h\";s:32:\"5d1027a0d729f10d3e75aceb96ad5834\";}s:98:\"wp-content/themes/honeymoon/vamtam/assets/js/plugins/thirdparty/shims/FlashCanvasPro/canvas2png.js\";a:2:{s:1:\"d\";i:1421926711;s:1:\"h\";s:32:\"f31b1063281f1fbb227bc187fd80a8a6\";}s:99:\"wp-content/themes/honeymoon/vamtam/assets/js/plugins/thirdparty/shims/FlashCanvasPro/flashcanvas.js\";a:2:{s:1:\"d\";i:1421926712;s:1:\"h\";s:32:\"c4394425bd8d41153687f66f6037f3ab\";}s:101:\"wp-content/themes/honeymoon/vamtam/assets/js/plugins/thirdparty/shims/FlashCanvasPro/flash9canvas.swf\";a:2:{s:1:\"d\";i:1421926712;s:1:\"h\";s:32:\"6465b6b40b96acace17e75b4580edd25\";}s:86:\"wp-content/themes/honeymoon/vamtam/assets/js/plugins/thirdparty/shims/form-datalist.js\";a:2:{s:1:\"d\";i:1421926696;s:1:\"h\";s:32:\"70660795a71182c09a8cdc0a94b1c50f\";}s:81:\"wp-content/themes/honeymoon/vamtam/assets/js/plugins/thirdparty/shims/range-ui.js\";a:2:{s:1:\"d\";i:1421926699;s:1:\"h\";s:32:\"ab33ee8e519e6ca373f244e6aa8552d4\";}s:96:\"wp-content/themes/honeymoon/vamtam/assets/js/plugins/thirdparty/shims/mediaelement-native-fix.js\";a:2:{s:1:\"d\";i:1421926698;s:1:\"h\";s:32:\"09985b7439170c3b3c0dfb0a8e0d0fe0\";}s:82:\"wp-content/themes/honeymoon/vamtam/assets/js/plugins/thirdparty/shims/form-core.js\";a:2:{s:1:\"d\";i:1421926696;s:1:\"h\";s:32:\"6a13947bb29eb5fd9da9f5a4cd1cf90c\";}s:84:\"wp-content/themes/honeymoon/vamtam/assets/js/plugins/thirdparty/shims/geolocation.js\";a:2:{s:1:\"d\";i:1421926698;s:1:\"h\";s:32:\"10847fb567443226d87451fca926ad6d\";}s:92:\"wp-content/themes/honeymoon/vamtam/assets/js/plugins/thirdparty/shims/form-number-date-ui.js\";a:2:{s:1:\"d\";i:1421926697;s:1:\"h\";s:32:\"325263ff59a3e0deb5885f2a422a38fa\";}s:83:\"wp-content/themes/honeymoon/vamtam/assets/js/plugins/thirdparty/shims/filereader.js\";a:2:{s:1:\"d\";i:1421926696;s:1:\"h\";s:32:\"438446dc03f6e26c33849aa92312d256\";}s:81:\"wp-content/themes/honeymoon/vamtam/assets/js/plugins/thirdparty/shims/excanvas.js\";a:2:{s:1:\"d\";i:1421926695;s:1:\"h\";s:32:\"069de5786520f1c2de3114e7161d1fb4\";}s:90:\"wp-content/themes/honeymoon/vamtam/assets/js/plugins/thirdparty/shims/mediaelement-core.js\";a:2:{s:1:\"d\";i:1421926698;s:1:\"h\";s:32:\"1c0ea2b9318b47566e0d5cf5865c0de5\";}s:91:\"wp-content/themes/honeymoon/vamtam/assets/js/plugins/thirdparty/shims/form-native-extend.js\";a:2:{s:1:\"d\";i:1421926696;s:1:\"h\";s:32:\"3c4ebbdf21a18e27d0700519312bda18\";}s:84:\"wp-content/themes/honeymoon/vamtam/assets/js/plugins/thirdparty/shims/form-combat.js\";a:2:{s:1:\"d\";i:1421926696;s:1:\"h\";s:32:\"d0ea1102cdd83a0cbfac4ef603981b6c\";}s:99:\"wp-content/themes/honeymoon/vamtam/assets/js/plugins/thirdparty/shims/plugins/jquery.ui.position.js\";a:2:{s:1:\"d\";i:1421926716;s:1:\"h\";s:32:\"70ebd294f00a67f4436ca38830db543f\";}s:80:\"wp-content/themes/honeymoon/vamtam/assets/js/plugins/thirdparty/shims/details.js\";a:2:{s:1:\"d\";i:1421926695;s:1:\"h\";s:32:\"f5c27e11df34d782bd431d91a3f89c10\";}s:85:\"wp-content/themes/honeymoon/vamtam/assets/js/plugins/thirdparty/shims/color-picker.js\";a:2:{s:1:\"d\";i:1421926695;s:1:\"h\";s:32:\"70bde0b5445e3224b1470d6ddc18f5ef\";}s:80:\"wp-content/themes/honeymoon/vamtam/assets/js/plugins/thirdparty/shims/swfmini.js\";a:2:{s:1:\"d\";i:1421926699;s:1:\"h\";s:32:\"d5f0c74a4e9aa3b71a0fa25c26b39aef\";}s:76:\"wp-content/themes/honeymoon/vamtam/assets/js/plugins/thirdparty/shims/es5.js\";a:2:{s:1:\"d\";i:1421926695;s:1:\"h\";s:32:\"c5dee4853beff47b377d45b7930e84ef\";}s:78:\"wp-content/themes/honeymoon/vamtam/assets/js/plugins/thirdparty/shims/jajax.js\";a:2:{s:1:\"d\";i:1421926698;s:1:\"h\";s:32:\"6d267723d7f6d36fb390e38666c8c73d\";}s:78:\"wp-content/themes/honeymoon/vamtam/assets/js/plugins/thirdparty/shims/track.js\";a:2:{s:1:\"d\";i:1421926699;s:1:\"h\";s:32:\"9aec18cacc4fe2ad7a9595147640d440\";}s:88:\"wp-content/themes/honeymoon/vamtam/assets/js/plugins/thirdparty/shims/mediaelement-yt.js\";a:2:{s:1:\"d\";i:1421926699;s:1:\"h\";s:32:\"5e55eefde4016240c19b2d1f7b3cd73b\";}s:93:\"wp-content/themes/honeymoon/vamtam/assets/js/plugins/thirdparty/shims/form-number-date-api.js\";a:2:{s:1:\"d\";i:1421926696;s:1:\"h\";s:32:\"1b23d953881564ec9596d2554a79ec8d\";}s:88:\"wp-content/themes/honeymoon/vamtam/assets/js/plugins/thirdparty/shims/form-validators.js\";a:2:{s:1:\"d\";i:1421926697;s:1:\"h\";s:32:\"dc8317c619192629d27e9036c87faa47\";}s:81:\"wp-content/themes/honeymoon/vamtam/assets/js/plugins/thirdparty/shims/track-ui.js\";a:2:{s:1:\"d\";i:1421926699;s:1:\"h\";s:32:\"7ebb05b1de20592b157773a4fce690f5\";}s:91:\"wp-content/themes/honeymoon/vamtam/assets/js/plugins/thirdparty/shims/form-datalist-lazy.js\";a:2:{s:1:\"d\";i:1421926696;s:1:\"h\";s:32:\"cb08c981d66b36bd73f0e050bddd2eac\";}s:90:\"wp-content/themes/honeymoon/vamtam/assets/js/plugins/thirdparty/shims/styles/forms-ext.css\";a:2:{s:1:\"d\";i:1421926717;s:1:\"h\";s:32:\"cde9986f8052651169fad6878ce6bb4e\";}s:85:\"wp-content/themes/honeymoon/vamtam/assets/js/plugins/thirdparty/shims/styles/shim.css\";a:2:{s:1:\"d\";i:1421926717;s:1:\"h\";s:32:\"9e907522a817808a52ebb6f6b35952ff\";}s:89:\"wp-content/themes/honeymoon/vamtam/assets/js/plugins/thirdparty/shims/styles/progress.gif\";a:2:{s:1:\"d\";i:1421926717;s:1:\"h\";s:32:\"b8da99937e164750566d6710f5458e82\";}s:97:\"wp-content/themes/honeymoon/vamtam/assets/js/plugins/thirdparty/shims/FlashCanvas/flashcanvas.swf\";a:2:{s:1:\"d\";i:1421926710;s:1:\"h\";s:32:\"f5a90ebbef78e35e91654b706541987b\";}s:95:\"wp-content/themes/honeymoon/vamtam/assets/js/plugins/thirdparty/shims/FlashCanvas/canvas2png.js\";a:2:{s:1:\"d\";i:1421926710;s:1:\"h\";s:32:\"f31b1063281f1fbb227bc187fd80a8a6\";}s:96:\"wp-content/themes/honeymoon/vamtam/assets/js/plugins/thirdparty/shims/FlashCanvas/flashcanvas.js\";a:2:{s:1:\"d\";i:1421926710;s:1:\"h\";s:32:\"cd2030f27d6eb7f5a66fd6c3faeb40e0\";}s:90:\"wp-content/themes/honeymoon/vamtam/assets/js/plugins/thirdparty/shims/form-shim-extend2.js\";a:2:{s:1:\"d\";i:1421926697;s:1:\"h\";s:32:\"96714a57f8151df52e6589d5e4f8f834\";}s:91:\"wp-content/themes/honeymoon/vamtam/assets/js/plugins/thirdparty/shims/i18n/formcfg-zh-CN.js\";a:2:{s:1:\"d\";i:1421926715;s:1:\"h\";s:32:\"26e22e0dd870a1e204c5aecba8ea56f7\";}s:88:\"wp-content/themes/honeymoon/vamtam/assets/js/plugins/thirdparty/shims/i18n/formcfg-hi.js\";a:2:{s:1:\"d\";i:1421926714;s:1:\"h\";s:32:\"22f2d5fa7aa8a72128d891bb2e83dab1\";}s:91:\"wp-content/themes/honeymoon/vamtam/assets/js/plugins/thirdparty/shims/i18n/formcfg-pt-BR.js\";a:2:{s:1:\"d\";i:1421926714;s:1:\"h\";s:32:\"a48e6eba7484e53c1c569e9b72e62d92\";}s:88:\"wp-content/themes/honeymoon/vamtam/assets/js/plugins/thirdparty/shims/i18n/formcfg-ja.js\";a:2:{s:1:\"d\";i:1421926714;s:1:\"h\";s:32:\"01612fd458036d74b3647f8f7ace4aa6\";}s:88:\"wp-content/themes/honeymoon/vamtam/assets/js/plugins/thirdparty/shims/i18n/formcfg-lt.js\";a:2:{s:1:\"d\";i:1421926714;s:1:\"h\";s:32:\"9c709e0019483123c2a377b88825cf19\";}s:88:\"wp-content/themes/honeymoon/vamtam/assets/js/plugins/thirdparty/shims/i18n/formcfg-he.js\";a:2:{s:1:\"d\";i:1421926714;s:1:\"h\";s:32:\"6c9e575b0850e72673289ec029a00518\";}s:88:\"wp-content/themes/honeymoon/vamtam/assets/js/plugins/thirdparty/shims/i18n/formcfg-ar.js\";a:2:{s:1:\"d\";i:1421926713;s:1:\"h\";s:32:\"d21ba94eebdb853f6d3768aeaca261fa\";}s:91:\"wp-content/themes/honeymoon/vamtam/assets/js/plugins/thirdparty/shims/i18n/formcfg-ch-CN.js\";a:2:{s:1:\"d\";i:1421926713;s:1:\"h\";s:32:\"26e22e0dd870a1e204c5aecba8ea56f7\";}s:91:\"wp-content/themes/honeymoon/vamtam/assets/js/plugins/thirdparty/shims/i18n/formcfg-pt-PT.js\";a:2:{s:1:\"d\";i:1421926715;s:1:\"h\";s:32:\"cc031aacd971c6a134b2abc7def3cfbe\";}s:88:\"wp-content/themes/honeymoon/vamtam/assets/js/plugins/thirdparty/shims/i18n/formcfg-hu.js\";a:2:{s:1:\"d\";i:1421926714;s:1:\"h\";s:32:\"5af75ffd77e52a91d0512b581d5cb870\";}s:88:\"wp-content/themes/honeymoon/vamtam/assets/js/plugins/thirdparty/shims/i18n/formcfg-pt.js\";a:2:{s:1:\"d\";i:1421926715;s:1:\"h\";s:32:\"3a5d5005f02e5a832311828332eb7e4a\";}s:88:\"wp-content/themes/honeymoon/vamtam/assets/js/plugins/thirdparty/shims/i18n/formcfg-sv.js\";a:2:{s:1:\"d\";i:1421926715;s:1:\"h\";s:32:\"bfb3f1cfbcb681dbe0e7daf104e124a4\";}s:88:\"wp-content/themes/honeymoon/vamtam/assets/js/plugins/thirdparty/shims/i18n/formcfg-de.js\";a:2:{s:1:\"d\";i:1421926713;s:1:\"h\";s:32:\"d0f701d07d7f948e66231723c8b4ffe6\";}s:88:\"wp-content/themes/honeymoon/vamtam/assets/js/plugins/thirdparty/shims/i18n/formcfg-cs.js\";a:2:{s:1:\"d\";i:1421926713;s:1:\"h\";s:32:\"7008a335389d919c042bf192df114e6d\";}s:88:\"wp-content/themes/honeymoon/vamtam/assets/js/plugins/thirdparty/shims/i18n/formcfg-nl.js\";a:2:{s:1:\"d\";i:1421926714;s:1:\"h\";s:32:\"9e46cf42eb9025f17925ef456f6417c7\";}s:88:\"wp-content/themes/honeymoon/vamtam/assets/js/plugins/thirdparty/shims/i18n/formcfg-en.js\";a:2:{s:1:\"d\";i:1421926713;s:1:\"h\";s:32:\"1c024d256361b86d3fb7c7933f51b419\";}s:88:\"wp-content/themes/honeymoon/vamtam/assets/js/plugins/thirdparty/shims/i18n/formcfg-el.js\";a:2:{s:1:\"d\";i:1421926713;s:1:\"h\";s:32:\"422a8e66fcb6b1f40577116fd681fe0e\";}s:88:\"wp-content/themes/honeymoon/vamtam/assets/js/plugins/thirdparty/shims/i18n/formcfg-ru.js\";a:2:{s:1:\"d\";i:1421926715;s:1:\"h\";s:32:\"cf152a06e38e62dfe20d948642b8b9fe\";}s:88:\"wp-content/themes/honeymoon/vamtam/assets/js/plugins/thirdparty/shims/i18n/formcfg-it.js\";a:2:{s:1:\"d\";i:1421926714;s:1:\"h\";s:32:\"19975894dcc1ff1b043fb529ecd9c935\";}s:88:\"wp-content/themes/honeymoon/vamtam/assets/js/plugins/thirdparty/shims/i18n/formcfg-fr.js\";a:2:{s:1:\"d\";i:1421926714;s:1:\"h\";s:32:\"2e0fb1f5b933594f09f143078c7623cd\";}s:88:\"wp-content/themes/honeymoon/vamtam/assets/js/plugins/thirdparty/shims/i18n/formcfg-pl.js\";a:2:{s:1:\"d\";i:1421926714;s:1:\"h\";s:32:\"f6596354e7061d68a9691030ed910b1e\";}s:88:\"wp-content/themes/honeymoon/vamtam/assets/js/plugins/thirdparty/shims/i18n/formcfg-es.js\";a:2:{s:1:\"d\";i:1421926713;s:1:\"h\";s:32:\"f5e9844a3e5d5cb8cbe0a11a2db5f90f\";}s:83:\"wp-content/themes/honeymoon/vamtam/assets/js/plugins/thirdparty/shims/dom-extend.js\";a:2:{s:1:\"d\";i:1421926695;s:1:\"h\";s:32:\"e93a6ee02fe9766bc540cdf07413b882\";}s:84:\"wp-content/themes/honeymoon/vamtam/assets/js/plugins/thirdparty/chosen.jquery.min.js\";a:2:{s:1:\"d\";i:1421926687;s:1:\"h\";s:32:\"4fabe14fb10d99c4b432db5ce9847c06\";}s:82:\"wp-content/themes/honeymoon/vamtam/assets/js/plugins/thirdparty/jquery.bxslider.js\";a:2:{s:1:\"d\";i:1421926687;s:1:\"h\";s:32:\"f91ec56154aadd9dfd565105e8433d21\";}s:89:\"wp-content/themes/honeymoon/vamtam/assets/js/plugins/thirdparty/jquery.matchheight.min.js\";a:2:{s:1:\"d\";i:1421926688;s:1:\"h\";s:32:\"3275810adb39b79202ba2b726f815e7a\";}s:81:\"wp-content/themes/honeymoon/vamtam/assets/js/plugins/thirdparty/jquery.isotope.js\";a:2:{s:1:\"d\";i:1421926688;s:1:\"h\";s:32:\"834f87825ff541c7bf66d1cfa807fb39\";}s:86:\"wp-content/themes/honeymoon/vamtam/assets/js/plugins/thirdparty/responsive-elements.js\";a:2:{s:1:\"d\";i:1421926689;s:1:\"h\";s:32:\"a5e2db1bdc1e5543255a7aea0403f148\";}s:78:\"wp-content/themes/honeymoon/vamtam/assets/js/plugins/thirdparty/respond.min.js\";a:2:{s:1:\"d\";i:1421926689;s:1:\"h\";s:32:\"3b44ce04a1464f498d1ae8677e168a92\";}s:82:\"wp-content/themes/honeymoon/vamtam/assets/js/plugins/thirdparty/jquery.magnific.js\";a:2:{s:1:\"d\";i:1421926688;s:1:\"h\";s:32:\"6fd0f709e93997678dc1587720c7eb45\";}s:78:\"wp-content/themes/honeymoon/vamtam/assets/js/plugins/thirdparty/jquery.gmap.js\";a:2:{s:1:\"d\";i:1421926687;s:1:\"h\";s:32:\"9f57df54e172535b15b8ff49d6c51d78\";}s:85:\"wp-content/themes/honeymoon/vamtam/assets/js/plugins/thirdparty/jquery.transit.min.js\";a:2:{s:1:\"d\";i:1421926688;s:1:\"h\";s:32:\"d6464b7f9ac79e1e183e014803462d5b\";}s:73:\"wp-content/themes/honeymoon/vamtam/assets/js/ios-orientationchange-fix.js\";a:2:{s:1:\"d\";i:1421926579;s:1:\"h\";s:32:\"d026ea5478f0f9d083ba3d3c65679d82\";}s:51:\"wp-content/themes/honeymoon/vamtam/assets/js/all.js\";a:2:{s:1:\"d\";i:1421926579;s:1:\"h\";s:32:\"9c50cbcb200c5bcfa998be8ec62c2508\";}s:61:\"wp-content/themes/honeymoon/vamtam/assets/js/sticky-header.js\";a:2:{s:1:\"d\";i:1421926581;s:1:\"h\";s:32:\"cc8a72340ed858ed675477cc4dfbd850\";}s:56:\"wp-content/themes/honeymoon/vamtam/assets/js/lazyload.js\";a:2:{s:1:\"d\";i:1421926580;s:1:\"h\";s:32:\"d8fdce19e80d56eedd8ff64e7329d639\";}s:56:\"wp-content/themes/honeymoon/vamtam/assets/js/progress.js\";a:2:{s:1:\"d\";i:1421926581;s:1:\"h\";s:32:\"4e6330b86136a6fb819a97371d19b2c9\";}s:55:\"wp-content/themes/honeymoon/vamtam/assets/js/isotope.js\";a:2:{s:1:\"d\";i:1421926580;s:1:\"h\";s:32:\"6a3ef7b6aa159885c64a9dee4e8264a3\";}s:64:\"wp-content/themes/honeymoon/vamtam/assets/js/column-animation.js\";a:2:{s:1:\"d\";i:1421926579;s:1:\"h\";s:32:\"a569b14dfa6420234af9d7129ca56083\";}s:72:\"wp-content/themes/honeymoon/vamtam/assets/fonts/icons/icons-original.svg\";a:2:{s:1:\"d\";i:1421926649;s:1:\"h\";s:32:\"5ec6e6cccae571ed7f81e7a5297d0e9b\";}s:64:\"wp-content/themes/honeymoon/vamtam/assets/fonts/icons/icons.woff\";a:2:{s:1:\"d\";i:1421926651;s:1:\"h\";s:32:\"d076c86dd711587e02708329e82a5d2a\";}s:63:\"wp-content/themes/honeymoon/vamtam/assets/fonts/icons/icons.eot\";a:2:{s:1:\"d\";i:1421926641;s:1:\"h\";s:32:\"c66a5537a17ebe08e6d65f968f27f13d\";}s:63:\"wp-content/themes/honeymoon/vamtam/assets/fonts/icons/icons.svg\";a:2:{s:1:\"d\";i:1421926650;s:1:\"h\";s:32:\"884763ec07501b7ea13d6c4df538d91b\";}s:62:\"wp-content/themes/honeymoon/vamtam/assets/fonts/icons/list.php\";a:2:{s:1:\"d\";i:1421926651;s:1:\"h\";s:32:\"3fb6ae90f0ef828f5a2888d02ce975e6\";}s:63:\"wp-content/themes/honeymoon/vamtam/assets/fonts/icons/icons.ttf\";a:2:{s:1:\"d\";i:1421926651;s:1:\"h\";s:32:\"1eb09683d0b47ddfd343bd25d5ce187f\";}s:67:\"wp-content/themes/honeymoon/vamtam/admin/ajax/shortcode-preview.php\";a:2:{s:1:\"d\";i:1421926568;s:1:\"h\";s:32:\"2447f4a6978fdfdbe03f0b39fb4c51fa\";}s:54:\"wp-content/themes/honeymoon/vamtam/admin/ajax/base.php\";a:2:{s:1:\"d\";i:1421926568;s:1:\"h\";s:32:\"1063238fffe5696c289f70ed549f2e82\";}s:64:\"wp-content/themes/honeymoon/vamtam/admin/metaboxes/shortcode.php\";a:2:{s:1:\"d\";i:1421926572;s:1:\"h\";s:32:\"fefc236fb3141d4195ae337dae3cd845\";}s:82:\"wp-content/themes/honeymoon/vamtam/admin/helpers/config_generator/social-links.php\";a:2:{s:1:\"d\";i:1421926635;s:1:\"h\";s:32:\"d2925039d1684c9024f14d942bd7f899\";}s:78:\"wp-content/themes/honeymoon/vamtam/admin/helpers/config_generator/checkbox.php\";a:2:{s:1:\"d\";i:1421926633;s:1:\"h\";s:32:\"f52d277c3a2531d10bc51be52d0ffec1\";}s:85:\"wp-content/themes/honeymoon/vamtam/admin/helpers/config_generator/select_checkbox.php\";a:2:{s:1:\"d\";i:1421926635;s:1:\"h\";s:32:\"1f188ff9f689d85d90cc5b8eda249747\";}s:76:\"wp-content/themes/honeymoon/vamtam/admin/helpers/config_generator/editor.php\";a:2:{s:1:\"d\";i:1421926634;s:1:\"h\";s:32:\"15d5b6df3ea7368fb36779e8bab5f065\";}s:81:\"wp-content/themes/honeymoon/vamtam/admin/helpers/config_generator/body-layout.php\";a:2:{s:1:\"d\";i:1421926633;s:1:\"h\";s:32:\"1ded8353fb66e595a643ca7414d624ea\";}s:73:\"wp-content/themes/honeymoon/vamtam/admin/helpers/config_generator/end.php\";a:2:{s:1:\"d\";i:1421926634;s:1:\"h\";s:32:\"89a1aea68bf7c09ac1bf655d7dee25f2\";}s:76:\"wp-content/themes/honeymoon/vamtam/admin/helpers/config_generator/custom.php\";a:2:{s:1:\"d\";i:1421926634;s:1:\"h\";s:32:\"8ad06c33707883128e98433e1b8527b5\";}s:76:\"wp-content/themes/honeymoon/vamtam/admin/helpers/config_generator/social.php\";a:2:{s:1:\"d\";i:1421926635;s:1:\"h\";s:32:\"5fbbfa9a28eb26532cb0f3d2c6700b02\";}s:75:\"wp-content/themes/honeymoon/vamtam/admin/helpers/config_generator/color.php\";a:2:{s:1:\"d\";i:1421926633;s:1:\"h\";s:32:\"972a4290184c75af721919f75b5edec6\";}s:75:\"wp-content/themes/honeymoon/vamtam/admin/helpers/config_generator/radio.php\";a:2:{s:1:\"d\";i:1421926634;s:1:\"h\";s:32:\"d6740f9ac344a60eab023520f6a2ef29\";}s:81:\"wp-content/themes/honeymoon/vamtam/admin/helpers/config_generator/multiselect.php\";a:2:{s:1:\"d\";i:1421926634;s:1:\"h\";s:32:\"f4cc33e9cbb4a154ffa58a4cd87e66e2\";}s:74:\"wp-content/themes/honeymoon/vamtam/admin/helpers/config_generator/save.php\";a:2:{s:1:\"d\";i:1421926635;s:1:\"h\";s:32:\"865c6539dc33d79e690cd659a41d9e18\";}s:76:\"wp-content/themes/honeymoon/vamtam/admin/helpers/config_generator/button.php\";a:2:{s:1:\"d\";i:1421926633;s:1:\"h\";s:32:\"923b595bae245c01a182323322d66130\";}s:82:\"wp-content/themes/honeymoon/vamtam/admin/helpers/config_generator/toggle-basic.php\";a:2:{s:1:\"d\";i:1421926636;s:1:\"h\";s:32:\"445d4cfff0f56495abe43a4ef1b0b6c4\";}s:74:\"wp-content/themes/honeymoon/vamtam/admin/helpers/config_generator/docs.php\";a:2:{s:1:\"d\";i:1421926634;s:1:\"h\";s:32:\"2d55a4c8206f37a0ad17c8aceb16b0eb\";}s:79:\"wp-content/themes/honeymoon/vamtam/admin/helpers/config_generator/range-row.php\";a:2:{s:1:\"d\";i:1421926634;s:1:\"h\";s:32:\"1a838949a4b5a1289b5c7c2ca0307c94\";}s:76:\"wp-content/themes/honeymoon/vamtam/admin/helpers/config_generator/toggle.php\";a:2:{s:1:\"d\";i:1421926636;s:1:\"h\";s:32:\"b6afda2e424ccf890d3111f6ee23834f\";}s:74:\"wp-content/themes/honeymoon/vamtam/admin/helpers/config_generator/text.php\";a:2:{s:1:\"d\";i:1421926636;s:1:\"h\";s:32:\"badc4e43f314b4351e6036690a82bc9d\";}s:78:\"wp-content/themes/honeymoon/vamtam/admin/helpers/config_generator/textarea.php\";a:2:{s:1:\"d\";i:1421926636;s:1:\"h\";s:32:\"16b7a73706b270c22f71e641a1cc1381\";}s:75:\"wp-content/themes/honeymoon/vamtam/admin/helpers/config_generator/start.php\";a:2:{s:1:\"d\";i:1421926635;s:1:\"h\";s:32:\"8b9ea03fde9f74aabfbcd86c3ebe1b91\";}s:78:\"wp-content/themes/honeymoon/vamtam/admin/helpers/config_generator/autofill.php\";a:2:{s:1:\"d\";i:1421926633;s:1:\"h\";s:32:\"afa6dc9bcee74f0786d2fc59bf2732f8\";}s:79:\"wp-content/themes/honeymoon/vamtam/admin/helpers/config_generator/color-row.php\";a:2:{s:1:\"d\";i:1421926633;s:1:\"h\";s:32:\"d5e5b731f8daa703ad30ea7120e22f30\";}s:75:\"wp-content/themes/honeymoon/vamtam/admin/helpers/config_generator/slide.php\";a:2:{s:1:\"d\";i:1421926635;s:1:\"h\";s:32:\"b21f2e1422beb2fe3445925c495264ec\";}s:82:\"wp-content/themes/honeymoon/vamtam/admin/helpers/config_generator/upload-basic.php\";a:2:{s:1:\"d\";i:1421926636;s:1:\"h\";s:32:\"7060af1626309003625681088611b16b\";}s:87:\"wp-content/themes/honeymoon/vamtam/admin/helpers/config_generator/horizontal_blocks.php\";a:2:{s:1:\"d\";i:1421926634;s:1:\"h\";s:32:\"b95bb07caba89531c1a05a437fd434ce\";}s:79:\"wp-content/themes/honeymoon/vamtam/admin/helpers/config_generator/separator.php\";a:2:{s:1:\"d\";i:1421926635;s:1:\"h\";s:32:\"50bbdb0e1c2516f9fede2f6197604a03\";}s:74:\"wp-content/themes/honeymoon/vamtam/admin/helpers/config_generator/font.php\";a:2:{s:1:\"d\";i:1421926634;s:1:\"h\";s:32:\"f7699c7af45dcf8ad596d658e0bb2c37\";}s:75:\"wp-content/themes/honeymoon/vamtam/admin/helpers/config_generator/range.php\";a:2:{s:1:\"d\";i:1421926635;s:1:\"h\";s:32:\"bf84853d4f20dfef322204d2050f42e0\";}s:83:\"wp-content/themes/honeymoon/vamtam/admin/helpers/config_generator/config-import.php\";a:2:{s:1:\"d\";i:1421926633;s:1:\"h\";s:32:\"bed050275164e67db649da7f42b65dcb\";}s:74:\"wp-content/themes/honeymoon/vamtam/admin/helpers/config_generator/info.php\";a:2:{s:1:\"d\";i:1421926634;s:1:\"h\";s:32:\"5311cbf978c0a560eabde64247769473\";}s:83:\"wp-content/themes/honeymoon/vamtam/admin/helpers/config_generator/config-export.php\";a:2:{s:1:\"d\";i:1421926633;s:1:\"h\";s:32:\"e227274876f7db6ebe644f16b9dddb94\";}s:80:\"wp-content/themes/honeymoon/vamtam/admin/helpers/config_generator/select-row.php\";a:2:{s:1:\"d\";i:1421926635;s:1:\"h\";s:32:\"f50a95abbf83653c4a1e224d7565b0e9\";}s:75:\"wp-content/themes/honeymoon/vamtam/admin/helpers/config_generator/icons.php\";a:2:{s:1:\"d\";i:1421926634;s:1:\"h\";s:32:\"39ecc36a2365a3859009939df5871758\";}s:83:\"wp-content/themes/honeymoon/vamtam/admin/helpers/config_generator/slider-editor.php\";a:2:{s:1:\"d\";i:1421926635;s:1:\"h\";s:32:\"2c64db58f1701eb49c23ce9403cd3e30\";}s:76:\"wp-content/themes/honeymoon/vamtam/admin/helpers/config_generator/select.php\";a:2:{s:1:\"d\";i:1421926635;s:1:\"h\";s:32:\"e3cc40bc55fca3b2ecf0d6f024f792ee\";}s:75:\"wp-content/themes/honeymoon/vamtam/admin/helpers/config_generator/title.php\";a:2:{s:1:\"d\";i:1421926636;s:1:\"h\";s:32:\"c95af1f3d19190848cb1fdf350b2e9b6\";}s:80:\"wp-content/themes/honeymoon/vamtam/admin/helpers/config_generator/background.php\";a:2:{s:1:\"d\";i:1421926633;s:1:\"h\";s:32:\"46657bd470894ff6d09b72eef59900f7\";}s:76:\"wp-content/themes/honeymoon/vamtam/admin/helpers/config_generator/upload.php\";a:2:{s:1:\"d\";i:1421926636;s:1:\"h\";s:32:\"0a52f1238227d53e339d0aeb405fbc39\";}s:91:\"wp-content/themes/honeymoon/vamtam/admin/helpers/updates/class-pixelentity-theme-update.php\";a:2:{s:1:\"d\";i:1421926638;s:1:\"h\";s:32:\"c0a27f3e3b4f9d57b383413988790b87\";}s:76:\"wp-content/themes/honeymoon/vamtam/admin/helpers/updates/version-checker.php\";a:2:{s:1:\"d\";i:1421926639;s:1:\"h\";s:32:\"8354372a93bf20778274f3d5bd1242ac\";}s:87:\"wp-content/themes/honeymoon/vamtam/admin/helpers/updates/class-envato-protected-api.php\";a:2:{s:1:\"d\";i:1421926638;s:1:\"h\";s:32:\"2e7e00a07581fbea10f87c048ece1cbf\";}s:57:\"wp-content/themes/honeymoon/vamtam/admin/helpers/base.php\";a:2:{s:1:\"d\";i:1421926572;s:1:\"h\";s:32:\"d2438abdc6e6c773e789a139b579aa4d\";}s:70:\"wp-content/themes/honeymoon/vamtam/admin/helpers/shortcodes/render.php\";a:2:{s:1:\"d\";i:1421926638;s:1:\"h\";s:32:\"e26e9ce1804e68893ff4c9e4139c83c7\";}s:67:\"wp-content/themes/honeymoon/vamtam/admin/templates/social-links.php\";a:2:{s:1:\"d\";i:1421926574;s:1:\"h\";s:32:\"3db1789fab50163ce698ce40fb469270\";}s:57:\"wp-content/themes/honeymoon/vamtam/admin/options/help.php\";a:2:{s:1:\"d\";i:1421926574;s:1:\"h\";s:32:\"de6353a75b29cc34745300e488bb1f7c\";}s:60:\"wp-content/themes/honeymoon/vamtam/admin/types/portfolio.php\";a:2:{s:1:\"d\";i:1421926576;s:1:\"h\";s:32:\"6706f8bf066d1925d226b979cbad14c9\";}s:66:\"wp-content/themes/honeymoon/vamtam/admin/assets/images/loading.gif\";a:2:{s:1:\"d\";i:1421926630;s:1:\"h\";s:32:\"e6611f867d63754b7a2a974fb0a0e7dc\";}s:65:\"wp-content/themes/honeymoon/vamtam/admin/assets/css/wpv_admin.css\";a:2:{s:1:\"d\";i:1421926627;s:1:\"h\";s:32:\"e6fb1f6d251464c3ac5e3b860ef04948\";}s:61:\"wp-content/themes/honeymoon/vamtam/admin/assets/css/fonts.css\";a:2:{s:1:\"d\";i:1421926625;s:1:\"h\";s:32:\"8108e46a964626c8555158a2c53a1431\";}s:72:\"wp-content/themes/honeymoon/vamtam/admin/assets/css/va-icon-chardef.less\";a:2:{s:1:\"d\";i:1421926626;s:1:\"h\";s:32:\"7dff0f17278909067909e8291d05d636\";}s:60:\"wp-content/themes/honeymoon/vamtam/admin/assets/css/ie78.css\";a:2:{s:1:\"d\";i:1421926626;s:1:\"h\";s:32:\"25a1f407e39304ca41bc94fee713953c\";}s:64:\"wp-content/themes/honeymoon/vamtam/admin/assets/css/magnific.css\";a:2:{s:1:\"d\";i:1421926626;s:1:\"h\";s:32:\"5d4882a540ab0fae5c6f815adfdb0545\";}s:66:\"wp-content/themes/honeymoon/vamtam/admin/assets/css/wpv_admin.less\";a:2:{s:1:\"d\";i:1421926627;s:1:\"h\";s:32:\"86dbb9c0ad0275aa0d50a7c257e9a64d\";}s:62:\"wp-content/themes/honeymoon/vamtam/admin/assets/css/fonts.less\";a:2:{s:1:\"d\";i:1421926625;s:1:\"h\";s:32:\"ddc1bc5513c42af3b822f30d43b399a4\";}s:73:\"wp-content/themes/honeymoon/vamtam/admin/assets/css/shortcode-preview.css\";a:2:{s:1:\"d\";i:1421926626;s:1:\"h\";s:32:\"112f27d25e4d3f2a367ef3bf84d925ba\";}s:63:\"wp-content/themes/honeymoon/vamtam/admin/assets/js/admin-all.js\";a:2:{s:1:\"d\";i:1421926631;s:1:\"h\";s:32:\"c3444dbcdc51744b2fc08dd3a0def18e\";}s:63:\"wp-content/themes/honeymoon/vamtam/admin/assets/js/shortcode.js\";a:2:{s:1:\"d\";i:1421926632;s:1:\"h\";s:32:\"ebcd2490b430b959fd94f399e4739e87\";}s:72:\"wp-content/themes/honeymoon/vamtam/admin/assets/js/shortcodes_tinymce.js\";a:2:{s:1:\"d\";i:1421926632;s:1:\"h\";s:32:\"067830f769eb652565a9ea11f0ca1c64\";}s:73:\"wp-content/themes/honeymoon/vamtam/admin/assets/js/post-format-options.js\";a:2:{s:1:\"d\";i:1421926632;s:1:\"h\";s:32:\"8d3976543e297afd5469f7b5e1569f8b\";}s:69:\"wp-content/themes/honeymoon/vamtam/admin/assets/js/custom-sidebars.js\";a:2:{s:1:\"d\";i:1421926631;s:1:\"h\";s:32:\"108836e9bbec2d1fb89067b67aac159e\";}s:69:\"wp-content/themes/honeymoon/vamtam/admin/assets/js/jquery.ui.range.js\";a:2:{s:1:\"d\";i:1421926632;s:1:\"h\";s:32:\"cdfac317a74446786bbd279848b88de9\";}s:67:\"wp-content/themes/honeymoon/vamtam/admin/assets/js/admin-all.min.js\";a:2:{s:1:\"d\";i:1421926631;s:1:\"h\";s:32:\"b2000d4553644c5bb7fa871a079f7d51\";}s:89:\"wp-content/themes/honeymoon/vamtam/admin/assets/js/plugins/jquery.wpv.backgroundoption.js\";a:2:{s:1:\"d\";i:1421926685;s:1:\"h\";s:32:\"e5814582de671f91988051c999d5bd5f\";}s:84:\"wp-content/themes/honeymoon/vamtam/admin/assets/js/plugins/jquery.wpv.colorpicker.js\";a:2:{s:1:\"d\";i:1421926685;s:1:\"h\";s:32:\"c4d8e523ba6220f238eb0192dd65c392\";}s:86:\"wp-content/themes/honeymoon/vamtam/admin/assets/js/plugins/jquery.wpv.iconsselector.js\";a:2:{s:1:\"d\";i:1421926686;s:1:\"h\";s:32:\"4995cf1db73f8b2ccd1c59cc98aa985d\";}s:63:\"wp-content/themes/honeymoon/vamtam/admin/assets/js/wpv_admin.js\";a:2:{s:1:\"d\";i:1421926632;s:1:\"h\";s:32:\"23ea8a95390c52b4d023d271242780a1\";}s:66:\"wp-content/themes/honeymoon/vamtam/admin/assets/js/social-links.js\";a:2:{s:1:\"d\";i:1421926632;s:1:\"h\";s:32:\"17f77eaabd81f9d406a32de4f9cbb020\";}s:60:\"wp-content/themes/honeymoon/vamtam/admin/assets/js/upload.js\";a:2:{s:1:\"d\";i:1421926632;s:1:\"h\";s:32:\"7daac3f7604a564068cc98131673a80a\";}s:71:\"wp-content/themes/honeymoon/vamtam/admin/assets/js/horizontal-blocks.js\";a:2:{s:1:\"d\";i:1421926631;s:1:\"h\";s:32:\"72c6befdca09df00ac9f45a51a6f1599\";}s:70:\"wp-content/themes/honeymoon/vamtam/admin/assets/fonts/vamtam-admin.eot\";a:2:{s:1:\"d\";i:1421926627;s:1:\"h\";s:32:\"6ba814579dc1e743f17c03a543ae6810\";}s:70:\"wp-content/themes/honeymoon/vamtam/admin/assets/fonts/vamtam-admin.svg\";a:2:{s:1:\"d\";i:1421926628;s:1:\"h\";s:32:\"0d3eb93db2fc205e2d099506f41447e0\";}s:74:\"wp-content/themes/honeymoon/vamtam/admin/assets/fonts/vamtam-admin.dev.svg\";a:2:{s:1:\"d\";i:1421926627;s:1:\"h\";s:32:\"e07970e0d6291ad9a19d664627c566ad\";}s:70:\"wp-content/themes/honeymoon/vamtam/admin/assets/fonts/vamtam-admin.ttf\";a:2:{s:1:\"d\";i:1421926628;s:1:\"h\";s:32:\"2f7e8f5440b80073773f12b08fea3da3\";}s:71:\"wp-content/themes/honeymoon/vamtam/admin/assets/fonts/vamtam-admin.woff\";a:2:{s:1:\"d\";i:1421926628;s:1:\"h\";s:32:\"68930ee24568e9d7c312cbf68fb2e929\";}s:65:\"wp-content/themes/honeymoon/vamtam/admin/classes/icons-helper.php\";a:2:{s:1:\"d\";i:1421926570;s:1:\"h\";s:32:\"385b07d5961a1917b6b6fdfd366a0c19\";}s:73:\"wp-content/themes/honeymoon/vamtam/admin/classes/shortcodes-generator.php\";a:2:{s:1:\"d\";i:1421926570;s:1:\"h\";s:32:\"3e45c068330991f52287201e4c786689\";}s:68:\"wp-content/themes/honeymoon/vamtam/admin/classes/skin-management.php\";a:2:{s:1:\"d\";i:1421926571;s:1:\"h\";s:32:\"f7c330e977666e917d8e2775777d14fd\";}s:72:\"wp-content/themes/honeymoon/vamtam/admin/classes/metaboxes-generator.php\";a:2:{s:1:\"d\";i:1421926570;s:1:\"h\";s:32:\"45f40d046d1039b3535601cc914e308a\";}s:57:\"wp-content/themes/honeymoon/vamtam/admin/classes/ajax.php\";a:2:{s:1:\"d\";i:1421926569;s:1:\"h\";s:32:\"5d316f494aa9884cb1797225334e955f\";}s:70:\"wp-content/themes/honeymoon/vamtam/admin/classes/sidebar-interface.php\";a:2:{s:1:\"d\";i:1421926570;s:1:\"h\";s:32:\"8eee2b4b782c3f805ac6dae2e3dcd78e\";}s:65:\"wp-content/themes/honeymoon/vamtam/admin/classes/fonts-helper.php\";a:2:{s:1:\"d\";i:1421926570;s:1:\"h\";s:32:\"8c7c30d683872219b071c26f4fb1883d\";}s:69:\"wp-content/themes/honeymoon/vamtam/admin/classes/config-generator.php\";a:2:{s:1:\"d\";i:1421926570;s:1:\"h\";s:32:\"d58cd2776c43120a051bd7cf1ef2ed4a\";}s:66:\"wp-content/themes/honeymoon/vamtam/admin/classes/update-notice.php\";a:2:{s:1:\"d\";i:1421926571;s:1:\"h\";s:32:\"50bb02132f04c105e6ed7dd625df3cde\";}s:58:\"wp-content/themes/honeymoon/vamtam/admin/classes/admin.php\";a:2:{s:1:\"d\";i:1421926570;s:1:\"h\";s:32:\"00ea63cc4d3a885a361a70676c4e5c3b\";}s:55:\"wp-content/themes/honeymoon/vamtam/classes/enqueues.php\";a:2:{s:1:\"d\";i:1421926490;s:1:\"h\";s:32:\"e0071935bfbbc558f026c5d24935bb24\";}s:58:\"wp-content/themes/honeymoon/vamtam/classes/menu-walker.php\";a:2:{s:1:\"d\";i:1421926490;s:1:\"h\";s:32:\"d0bcde37c9cec8ad7cdafff5612fa053\";}s:56:\"wp-content/themes/honeymoon/vamtam/classes/framework.php\";a:2:{s:1:\"d\";i:1421926490;s:1:\"h\";s:32:\"f54d393afb05cf761e77e48ec17d4e37\";}s:66:\"wp-content/themes/honeymoon/vamtam/classes/shortcode-overrides.php\";a:2:{s:1:\"d\";i:1421926492;s:1:\"h\";s:32:\"3c89dddaa53f187dd91a6ca053cb6861\";}s:60:\"wp-content/themes/honeymoon/vamtam/classes/mobile-detect.php\";a:2:{s:1:\"d\";i:1421926491;s:1:\"h\";s:32:\"8bb5723c59fabc16beb83e9385b31205\";}s:59:\"wp-content/themes/honeymoon/vamtam/classes/post-formats.php\";a:2:{s:1:\"d\";i:1421926491;s:1:\"h\";s:32:\"f828ed65a86eb8a6e583e54f4b090321\";}s:52:\"wp-content/themes/honeymoon/vamtam/classes/lessc.php\";a:2:{s:1:\"d\";i:1421926491;s:1:\"h\";s:32:\"fa439b97e7d1add5d7bdccf5ad9f32d7\";}s:56:\"wp-content/themes/honeymoon/vamtam/classes/templates.php\";a:2:{s:1:\"d\";i:1421926492;s:1:\"h\";s:32:\"b98616cee713ef7bdef8f37b94762210\";}s:64:\"wp-content/themes/honeymoon/vamtam/classes/plugin-activation.php\";a:2:{s:1:\"d\";i:1421926492;s:1:\"h\";s:32:\"827c166331587b75f927a75efd62f460\";}s:60:\"wp-content/themes/honeymoon/vamtam/classes/format-filter.php\";a:2:{s:1:\"d\";i:1421926489;s:1:\"h\";s:32:\"8e019b34d15f81c2c2300ee9ff34a9e2\";}s:55:\"wp-content/themes/honeymoon/vamtam/classes/sidebars.php\";a:2:{s:1:\"d\";i:1421926492;s:1:\"h\";s:32:\"38ad7643e98c05c94e8c7c26472a3d21\";}s:51:\"wp-content/themes/honeymoon/vamtam/classes/less.php\";a:2:{s:1:\"d\";i:1421926490;s:1:\"h\";s:32:\"dc461a901a0e9aad9a7ced3bd95b26bf\";}s:60:\"wp-content/themes/honeymoon/documentation/api/img/loader.gif\";a:2:{s:1:\"d\";i:1421926540;s:1:\"h\";s:32:\"74a0de894cb0b91d2428f1bc2f98e73b\";}s:66:\"wp-content/themes/honeymoon/documentation/api/img/icons/search.gif\";a:2:{s:1:\"d\";i:1421926619;s:1:\"h\";s:32:\"bc255b0f56741b4ac563d9e596e5e7b9\";}s:64:\"wp-content/themes/honeymoon/documentation/api/img/icons/file.gif\";a:2:{s:1:\"d\";i:1421926618;s:1:\"h\";s:32:\"9ab0e28d85d8ab5eb954fc28f6ac1e80\";}s:73:\"wp-content/themes/honeymoon/documentation/api/img/icons/icon_template.svg\";a:2:{s:1:\"d\";i:1421926618;s:1:\"h\";s:32:\"3e4e5471fa44c20ec9f4613b29460a8d\";}s:66:\"wp-content/themes/honeymoon/documentation/api/img/icons/folder.gif\";a:2:{s:1:\"d\";i:1421926618;s:1:\"h\";s:32:\"9f41e1454905fd7416f89aa4380a65e1\";}s:67:\"wp-content/themes/honeymoon/documentation/api/img/icons/favicon.ico\";a:2:{s:1:\"d\";i:1421926617;s:1:\"h\";s:32:\"cb57885028c97c4af37173bd1e3ed697\";}s:80:\"wp-content/themes/honeymoon/documentation/api/img/iviewer/iviewer.zoom_zero2.gif\";a:2:{s:1:\"d\";i:1421926621;s:1:\"h\";s:32:\"3ae6c9e28752edc0a29fd20314ebc735\";}s:66:\"wp-content/themes/honeymoon/documentation/api/img/iviewer/hand.cur\";a:2:{s:1:\"d\";i:1421926620;s:1:\"h\";s:32:\"2e6b72311fd0d527dce4b5e26b25c1e6\";}s:79:\"wp-content/themes/honeymoon/documentation/api/img/iviewer/iviewer.zoom_out2.gif\";a:2:{s:1:\"d\";i:1421926620;s:1:\"h\";s:32:\"0bcafa55f7e28ea3d89766dc301d8e72\";}s:79:\"wp-content/themes/honeymoon/documentation/api/img/iviewer/iviewer.zoom_fit2.gif\";a:2:{s:1:\"d\";i:1421926620;s:1:\"h\";s:32:\"336479f36dac6dbce873351d7bb389da\";}s:66:\"wp-content/themes/honeymoon/documentation/api/img/iviewer/grab.cur\";a:2:{s:1:\"d\";i:1421926620;s:1:\"h\";s:32:\"006279d108b71864c0b5793dc1f0dd96\";}s:78:\"wp-content/themes/honeymoon/documentation/api/img/iviewer/iviewer.zoom_in2.gif\";a:2:{s:1:\"d\";i:1421926620;s:1:\"h\";s:32:\"f6965e8fbcbd0890ab6658be618d0887\";}s:61:\"wp-content/themes/honeymoon/documentation/api/img/favicon.ico\";a:2:{s:1:\"d\";i:1421926539;s:1:\"h\";s:32:\"34f05791b5842ab0596600bff367b05d\";}s:57:\"wp-content/themes/honeymoon/documentation/api/classes.svg\";a:2:{s:1:\"d\";i:1421926469;s:1:\"h\";s:32:\"f84e7a66aea7cb974f4ff3e09b7659c4\";}s:62:\"wp-content/themes/honeymoon/documentation/api/css/template.css\";a:2:{s:1:\"d\";i:1421926538;s:1:\"h\";s:32:\"a80e77e73bc53622f1f2514f377d1fa0\";}s:62:\"wp-content/themes/honeymoon/documentation/api/css/prettify.css\";a:2:{s:1:\"d\";i:1421926537;s:1:\"h\";s:32:\"ecd4a5d6c0cbee10b168f6aa000c64ea\";}s:78:\"wp-content/themes/honeymoon/documentation/api/css/bootstrap-responsive.min.css\";a:2:{s:1:\"d\";i:1421926536;s:1:\"h\";s:32:\"2f5c1d88d5f3de9552e97dae2ecf0417\";}s:63:\"wp-content/themes/honeymoon/documentation/api/css/bootstrap.css\";a:2:{s:1:\"d\";i:1421926537;s:1:\"h\";s:32:\"077087a60128d500e8a29f09183d0985\";}s:68:\"wp-content/themes/honeymoon/documentation/api/css/jquery.iviewer.css\";a:2:{s:1:\"d\";i:1421926537;s:1:\"h\";s:32:\"5b5213559155616f0f24019fafb1b3f3\";}s:74:\"wp-content/themes/honeymoon/documentation/api/css/bootstrap-responsive.css\";a:2:{s:1:\"d\";i:1421926536;s:1:\"h\";s:32:\"86da6665814cd8f49aef1cd9ba702bdb\";}s:67:\"wp-content/themes/honeymoon/documentation/api/css/bootstrap.min.css\";a:2:{s:1:\"d\";i:1421926537;s:1:\"h\";s:32:\"525254a62a8c4cfe4441828be84ffff6\";}s:58:\"wp-content/themes/honeymoon/documentation/api/markers.html\";a:2:{s:1:\"d\";i:1421926471;s:1:\"h\";s:32:\"0d13c051257c0bad12ce4abd5d5c0339\";}s:56:\"wp-content/themes/honeymoon/documentation/api/index.html\";a:2:{s:1:\"d\";i:1421926470;s:1:\"h\";s:32:\"b801e04592183e48ab7be8dc43d43568\";}s:62:\"wp-content/themes/honeymoon/documentation/api/graph_class.html\";a:2:{s:1:\"d\";i:1421926470;s:1:\"h\";s:32:\"a2bf76eb8162f0984ef29cd1994da728\";}s:73:\"wp-content/themes/honeymoon/documentation/api/js/jquery.mousewheel.min.js\";a:2:{s:1:\"d\";i:1421926545;s:1:\"h\";s:32:\"fde6509fae2cafdb6d97e4a9a60cce66\";}s:68:\"wp-content/themes/honeymoon/documentation/api/js/jquery.tools.min.js\";a:2:{s:1:\"d\";i:1421926546;s:1:\"h\";s:32:\"228a24590ee3139cf3b6476378c6ad8d\";}s:60:\"wp-content/themes/honeymoon/documentation/api/js/template.js\";a:2:{s:1:\"d\";i:1421926546;s:1:\"h\";s:32:\"036658cd875eaffa0f4f5cc286f1b188\";}s:78:\"wp-content/themes/honeymoon/documentation/api/js/jquery-ui-1.8.2.custom.min.js\";a:2:{s:1:\"d\";i:1421926545;s:1:\"h\";s:32:\"b8ba22c2d061ccb1230276b05f83f07e\";}s:67:\"wp-content/themes/honeymoon/documentation/api/js/jquery.splitter.js\";a:2:{s:1:\"d\";i:1421926545;s:1:\"h\";s:32:\"05d7dd4db2f6cac2a0f750b7e42eb618\";}s:65:\"wp-content/themes/honeymoon/documentation/api/js/bootstrap.min.js\";a:2:{s:1:\"d\";i:1421926541;s:1:\"h\";s:32:\"65aa619d80ebcdd8435134a3fdf80b8b\";}s:68:\"wp-content/themes/honeymoon/documentation/api/js/prettify/lang-go.js\";a:2:{s:1:\"d\";i:1421926622;s:1:\"h\";s:32:\"45e6b8ed96a6402e6895ba3faac45cdd\";}s:71:\"wp-content/themes/honeymoon/documentation/api/js/prettify/lang-scala.js\";a:2:{s:1:\"d\";i:1421926623;s:1:\"h\";s:32:\"5abc88be48db6dcf53507717394b6884\";}s:69:\"wp-content/themes/honeymoon/documentation/api/js/prettify/lang-lua.js\";a:2:{s:1:\"d\";i:1421926622;s:1:\"h\";s:32:\"1847644558d1150884bf2466760bfe5f\";}s:69:\"wp-content/themes/honeymoon/documentation/api/js/prettify/lang-css.js\";a:2:{s:1:\"d\";i:1421926622;s:1:\"h\";s:32:\"914365fa44cd3c094afc7c0de229e29e\";}s:68:\"wp-content/themes/honeymoon/documentation/api/js/prettify/lang-xq.js\";a:2:{s:1:\"d\";i:1421926624;s:1:\"h\";s:32:\"ebc66642254c40bdd21f56c80e477918\";}s:70:\"wp-content/themes/honeymoon/documentation/api/js/prettify/lang-yaml.js\";a:2:{s:1:\"d\";i:1421926624;s:1:\"h\";s:32:\"e0367f932b3ea37ef511ecb4d1d236e1\";}s:68:\"wp-content/themes/honeymoon/documentation/api/js/prettify/lang-hs.js\";a:2:{s:1:\"d\";i:1421926622;s:1:\"h\";s:32:\"9a14e838945e476bc3c521c94d93d8a0\";}s:69:\"wp-content/themes/honeymoon/documentation/api/js/prettify/lang-sql.js\";a:2:{s:1:\"d\";i:1421926623;s:1:\"h\";s:32:\"a0e5e380bc97357c6fa53200681891b7\";}s:70:\"wp-content/themes/honeymoon/documentation/api/js/prettify/lang-vhdl.js\";a:2:{s:1:\"d\";i:1421926623;s:1:\"h\";s:32:\"78a2010abdad48e8861ec1768eae311a\";}s:67:\"wp-content/themes/honeymoon/documentation/api/js/prettify/lang-n.js\";a:2:{s:1:\"d\";i:1421926622;s:1:\"h\";s:32:\"9e09c76bc604eae10fc43ae690e974d4\";}s:69:\"wp-content/themes/honeymoon/documentation/api/js/prettify/lang-tex.js\";a:2:{s:1:\"d\";i:1421926623;s:1:\"h\";s:32:\"cc32652924e7e4988d3f222578a1e301\";}s:68:\"wp-content/themes/honeymoon/documentation/api/js/prettify/lang-ml.js\";a:2:{s:1:\"d\";i:1421926622;s:1:\"h\";s:32:\"f496446547053e2f83301691061cb341\";}s:73:\"wp-content/themes/honeymoon/documentation/api/js/prettify/prettify.min.js\";a:2:{s:1:\"d\";i:1421926624;s:1:\"h\";s:32:\"709bfcc456c694bfe8ee86d184a1c360\";}s:71:\"wp-content/themes/honeymoon/documentation/api/js/prettify/lang-proto.js\";a:2:{s:1:\"d\";i:1421926623;s:1:\"h\";s:32:\"873efd03c9897ad38d134f95c6eaaabd\";}s:70:\"wp-content/themes/honeymoon/documentation/api/js/prettify/lang-wiki.js\";a:2:{s:1:\"d\";i:1421926623;s:1:\"h\";s:32:\"6e4eca4a92142fbdf4242851cec7b472\";}s:69:\"wp-content/themes/honeymoon/documentation/api/js/prettify/lang-clj.js\";a:2:{s:1:\"d\";i:1421926621;s:1:\"h\";s:32:\"4570c075cc21c2cc97676fd1cecf76b8\";}s:72:\"wp-content/themes/honeymoon/documentation/api/js/prettify/lang-apollo.js\";a:2:{s:1:\"d\";i:1421926621;s:1:\"h\";s:32:\"b2c7374428473edcfd949a6fd3bbe7d1\";}s:68:\"wp-content/themes/honeymoon/documentation/api/js/prettify/lang-vb.js\";a:2:{s:1:\"d\";i:1421926623;s:1:\"h\";s:32:\"d6f6848c2d54a0a64e62778fedc24270\";}s:70:\"wp-content/themes/honeymoon/documentation/api/js/prettify/lang-lisp.js\";a:2:{s:1:\"d\";i:1421926622;s:1:\"h\";s:32:\"36135ae6f7a0aca0eab647ef2d8e1df0\";}s:66:\"wp-content/themes/honeymoon/documentation/api/js/jquery.panzoom.js\";a:2:{s:1:\"d\";i:1421926545;s:1:\"h\";s:32:\"29e87cd954717c3b17c09128d7ecc230\";}s:58:\"wp-content/themes/honeymoon/documentation/api/js/SVGPan.js\";a:2:{s:1:\"d\";i:1421926546;s:1:\"h\";s:32:\"130ebea375319e14ae4bc6b5ed1667f1\";}s:56:\"wp-content/themes/honeymoon/documentation/api/js/menu.js\";a:2:{s:1:\"d\";i:1421926546;s:1:\"h\";s:32:\"88f7898f0eee1d17471a61e1ef4c5c85\";}s:67:\"wp-content/themes/honeymoon/documentation/api/js/jquery.treeview.js\";a:2:{s:1:\"d\";i:1421926546;s:1:\"h\";s:32:\"b8bebcbdde81a3a8509cc39c26f74e7b\";}s:68:\"wp-content/themes/honeymoon/documentation/api/js/jquery-1.7.1.min.js\";a:2:{s:1:\"d\";i:1421926544;s:1:\"h\";s:32:\"58a9f922eb0ed74b3e88fc77a676f8c1\";}s:65:\"wp-content/themes/honeymoon/documentation/api/js/jquery.cookie.js\";a:2:{s:1:\"d\";i:1421926544;s:1:\"h\";s:32:\"ed41694d2e96025cf8ee8942addd400b\";}s:66:\"wp-content/themes/honeymoon/documentation/api/js/jquery.iviewer.js\";a:2:{s:1:\"d\";i:1421926545;s:1:\"h\";s:32:\"bf0534d3b04f4505331e78db06bf9a6b\";}s:59:\"wp-content/themes/honeymoon/documentation/api/js/sidebar.js\";a:2:{s:1:\"d\";i:1421926546;s:1:\"h\";s:32:\"7b49d6dc029387f2c55708c05273edf0\";}s:61:\"wp-content/themes/honeymoon/documentation/api/js/bootstrap.js\";a:2:{s:1:\"d\";i:1421926541;s:1:\"h\";s:32:\"7affe4da9adefaecc32e6323d74d8562\";}s:70:\"wp-content/themes/honeymoon/documentation/api/js/jquery.iviewer.min.js\";a:2:{s:1:\"d\";i:1421926545;s:1:\"h\";s:32:\"84a024e615ec6c9a66c8c6d323dcfa44\";}s:68:\"wp-content/themes/honeymoon/documentation/api/js/jquery-1.4.2.min.js\";a:2:{s:1:\"d\";i:1421926542;s:1:\"h\";s:32:\"10092eee563dec2dca82b77d2cf5a1ae\";}s:73:\"wp-content/themes/honeymoon/documentation/api/namespaces/Grunt.PhpCs.html\";a:2:{s:1:\"d\";i:1421926547;s:1:\"h\";s:32:\"43e4d9150ad570937dd3841e29b2006f\";}s:69:\"wp-content/themes/honeymoon/documentation/api/namespaces/default.html\";a:2:{s:1:\"d\";i:1421926548;s:1:\"h\";s:32:\"a4ad8a5fac52fc26bbe12eb830a5c41c\";}s:67:\"wp-content/themes/honeymoon/documentation/api/namespaces/Grunt.html\";a:2:{s:1:\"d\";i:1421926547;s:1:\"h\";s:32:\"9dcf661b2e2b3b952e4dc63f687a5390\";}s:63:\"wp-content/themes/honeymoon/documentation/api/packages/wpv.html\";a:2:{s:1:\"d\";i:1421926549;s:1:\"h\";s:32:\"9c3d21d38870404b4802f9596e86b764\";}s:67:\"wp-content/themes/honeymoon/documentation/api/packages/default.html\";a:2:{s:1:\"d\";i:1421926549;s:1:\"h\";s:32:\"3850eb90753e026c8e18e6ae71f23e04\";}s:70:\"wp-content/themes/honeymoon/documentation/api/classes/WpvSidebars.html\";a:2:{s:1:\"d\";i:1421926524;s:1:\"h\";s:32:\"eb77efedb651f44a31d6a8ce6f46cd4a\";}s:74:\"wp-content/themes/honeymoon/documentation/api/classes/WPV_Timed_Event.html\";a:2:{s:1:\"d\";i:1421926534;s:1:\"h\";s:32:\"f9e053f25178ab60b46fbacbedb93720\";}s:76:\"wp-content/themes/honeymoon/documentation/api/classes/Grunt.PhpCs.World.html\";a:2:{s:1:\"d\";i:1421926512;s:1:\"h\";s:32:\"d7dd792edc4ca9d6c8d361c28c03aec2\";}s:69:\"wp-content/themes/honeymoon/documentation/api/classes/WPV_Iframe.html\";a:2:{s:1:\"d\";i:1421926530;s:1:\"h\";s:32:\"99b98537609e242c339e6569b95fae1c\";}s:60:\"wp-content/themes/honeymoon/documentation/api/classes/A.html\";a:2:{s:1:\"d\";i:1421926511;s:1:\"h\";s:32:\"9f60561c73f1d9d1c1b4cfd4d09f1c19\";}s:69:\"wp-content/themes/honeymoon/documentation/api/classes/WPV_Editor.html\";a:2:{s:1:\"d\";i:1421926527;s:1:\"h\";s:32:\"b912c5435b144161292e6307ba5ece2a\";}s:83:\"wp-content/themes/honeymoon/documentation/api/classes/WpvLesscFormatter_lessjs.html\";a:2:{s:1:\"d\";i:1421926517;s:1:\"h\";s:32:\"863a6f51f2ec8cce8415c3c21724a844\";}s:81:\"wp-content/themes/honeymoon/documentation/api/classes/WpvShortcodesGenerator.html\";a:2:{s:1:\"d\";i:1421926523;s:1:\"h\";s:32:\"7f23ff858a51a4372cf7da4265cc7805\";}s:68:\"wp-content/themes/honeymoon/documentation/api/classes/WPV_Blank.html\";a:2:{s:1:\"d\";i:1421926526;s:1:\"h\";s:32:\"3c41c75a2da688ca4126a3b56560af16\";}s:71:\"wp-content/themes/honeymoon/documentation/api/classes/wpv_subpages.html\";a:2:{s:1:\"d\";i:1421926533;s:1:\"h\";s:32:\"1565b5806a68119de5b0504924364aa6\";}s:84:\"wp-content/themes/honeymoon/documentation/api/classes/WpvLesscFormatter_classic.html\";a:2:{s:1:\"d\";i:1421926515;s:1:\"h\";s:32:\"ef9bbab5507e4427d4ad3eadd675a9b0\";}s:72:\"wp-content/themes/honeymoon/documentation/api/classes/wpv_icon_link.html\";a:2:{s:1:\"d\";i:1421926529;s:1:\"h\";s:32:\"19f82d252ddfb7c53f16989f9a25b910\";}s:87:\"wp-content/themes/honeymoon/documentation/api/classes/WpvLesscFormatter_compressed.html\";a:2:{s:1:\"d\";i:1421926516;s:1:\"h\";s:32:\"d6fadb2e21c7b5896c56c1177368b286\";}s:80:\"wp-content/themes/honeymoon/documentation/api/classes/WpvShortcodeOverrides.html\";a:2:{s:1:\"d\";i:1421926522;s:1:\"h\";s:32:\"5995e9e5b18e18555dc2f10d0cb481ea\";}s:70:\"wp-content/themes/honeymoon/documentation/api/classes/wpv_authors.html\";a:2:{s:1:\"d\";i:1421926525;s:1:\"h\";s:32:\"43c4366681b2282143270cdd324ec8d0\";}s:72:\"wp-content/themes/honeymoon/documentation/api/classes/WPV_Accordion.html\";a:2:{s:1:\"d\";i:1421926525;s:1:\"h\";s:32:\"1666c12db928228b940608de80f6eb16\";}s:67:\"wp-content/themes/honeymoon/documentation/api/classes/WpvAdmin.html\";a:2:{s:1:\"d\";i:1421926512;s:1:\"h\";s:32:\"1db3c95760b6e75303789e9ed3b07439\";}s:71:\"wp-content/themes/honeymoon/documentation/api/classes/WPV_Progress.html\";a:2:{s:1:\"d\";i:1421926531;s:1:\"h\";s:32:\"3cee2dfee2d2b7e7e97f13a0abfaf667\";}s:70:\"wp-content/themes/honeymoon/documentation/api/classes/WPV_Columns.html\";a:2:{s:1:\"d\";i:1421926526;s:1:\"h\";s:32:\"5da846aaaa52a5af02e2821bc4177190\";}s:71:\"wp-content/themes/honeymoon/documentation/api/classes/WpvFramework.html\";a:2:{s:1:\"d\";i:1421926514;s:1:\"h\";s:32:\"09692b8da9eebee301c43490d79201b6\";}s:73:\"wp-content/themes/honeymoon/documentation/api/classes/WpvIconsHelper.html\";a:2:{s:1:\"d\";i:1421926514;s:1:\"h\";s:32:\"5a75db0ce11f951f039243c165353772\";}s:80:\"wp-content/themes/honeymoon/documentation/api/classes/WpvMetaboxesGenerator.html\";a:2:{s:1:\"d\";i:1421926520;s:1:\"h\";s:32:\"f10895cd397b2507f58d9e0047607dc5\";}s:73:\"wp-content/themes/honeymoon/documentation/api/classes/WpvLesscParser.html\";a:2:{s:1:\"d\";i:1421926519;s:1:\"h\";s:32:\"3ca9d5e0e5615a99d3127ac08e2f4dc6\";}s:73:\"wp-content/themes/honeymoon/documentation/api/classes/WPV_Expandable.html\";a:2:{s:1:\"d\";i:1421926528;s:1:\"h\";s:32:\"a116d0dbe94f7a92ba35ab03742ab5e3\";}s:67:\"wp-content/themes/honeymoon/documentation/api/classes/WPV_Tabs.html\";a:2:{s:1:\"d\";i:1421926533;s:1:\"h\";s:32:\"85610a82cdfac9e88d4b13b9b1cbd6d5\";}s:69:\"wp-content/themes/honeymoon/documentation/api/classes/WPV_Import.html\";a:2:{s:1:\"d\";i:1421926531;s:1:\"h\";s:32:\"d5325171c9c97e543384eba088f115e5\";}s:71:\"wp-content/themes/honeymoon/documentation/api/classes/WpvTemplates.html\";a:2:{s:1:\"d\";i:1421926525;s:1:\"h\";s:32:\"4b709cdf77653753f6b5e3ede89da4c4\";}s:74:\"wp-content/themes/honeymoon/documentation/api/classes/WPV_Team_Member.html\";a:2:{s:1:\"d\";i:1421926533;s:1:\"h\";s:32:\"ad9ee93ca51904bf98ec5d5b6eb925e2\";}s:74:\"wp-content/themes/honeymoon/documentation/api/classes/WpvMobileDetect.html\";a:2:{s:1:\"d\";i:1421926523;s:1:\"h\";s:32:\"adfe023e072f2cafdaa1ec5fa3a59196\";}s:82:\"wp-content/themes/honeymoon/documentation/api/classes/WPV_Widget_Post_Formats.html\";a:2:{s:1:\"d\";i:1421926534;s:1:\"h\";s:32:\"3ec171554d10add7c2624d90fcb80b98\";}s:75:\"wp-content/themes/honeymoon/documentation/api/classes/WPV_Sc_Countdown.html\";a:2:{s:1:\"d\";i:1421926532;s:1:\"h\";s:32:\"b9ffb5f5f5e4db2acbe73ccda2151709\";}s:72:\"wp-content/themes/honeymoon/documentation/api/classes/WpvMenuWalker.html\";a:2:{s:1:\"d\";i:1421926520;s:1:\"h\";s:32:\"aa6515a717b8a19f37d3f49fcb1dbfa1\";}s:73:\"wp-content/themes/honeymoon/documentation/api/classes/WPV_WXR_Parser.html\";a:2:{s:1:\"d\";i:1421926535;s:1:\"h\";s:32:\"654692fd7865c4172076f14131045017\";}s:68:\"wp-content/themes/honeymoon/documentation/api/classes/wpv_posts.html\";a:2:{s:1:\"d\";i:1421926531;s:1:\"h\";s:32:\"4e6c836ec8ec15900469d5cda9144043\";}s:70:\"wp-content/themes/honeymoon/documentation/api/classes/WPV_Gallery.html\";a:2:{s:1:\"d\";i:1421926529;s:1:\"h\";s:32:\"f1de6b4ca917cca6f7f73cda67391645\";}s:86:\"wp-content/themes/honeymoon/documentation/api/classes/WPV_Sc_WooCommerce_Featured.html\";a:2:{s:1:\"d\";i:1421926532;s:1:\"h\";s:32:\"ded021b9c44ff6bd603d666d1433971d\";}s:69:\"wp-content/themes/honeymoon/documentation/api/classes/WPV_Slogan.html\";a:2:{s:1:\"d\";i:1421926533;s:1:\"h\";s:32:\"5fbb12ffdc261980439573f278dd3b4b\";}s:86:\"wp-content/themes/honeymoon/documentation/api/classes/WPV_Editor_Shortcode_Config.html\";a:2:{s:1:\"d\";i:1421926528;s:1:\"h\";s:32:\"5dc894fe87368a70b08b6a1b2c64c38e\";}s:76:\"wp-content/themes/honeymoon/documentation/api/classes/wpv_advertisement.html\";a:2:{s:1:\"d\";i:1421926525;s:1:\"h\";s:32:\"fa7f36c81e15dd82a0c70369227fcb2e\";}s:74:\"wp-content/themes/honeymoon/documentation/api/classes/WpvFormatFilter.html\";a:2:{s:1:\"d\";i:1421926513;s:1:\"h\";s:32:\"aff87a99812ccd995d888746d44120a0\";}s:70:\"wp-content/themes/honeymoon/documentation/api/classes/WPV_Sitemap.html\";a:2:{s:1:\"d\";i:1421926532;s:1:\"h\";s:32:\"e629b4f0c2b1b9cfbee184417792f5ed\";}s:75:\"wp-content/themes/honeymoon/documentation/api/classes/WPV_Tribe_Events.html\";a:2:{s:1:\"d\";i:1421926534;s:1:\"h\";s:32:\"e14c83367800e62215a1ea7a6ac926e6\";}s:75:\"wp-content/themes/honeymoon/documentation/api/classes/WPV_Contact_Info.html\";a:2:{s:1:\"d\";i:1421926526;s:1:\"h\";s:32:\"fa9d9e2df6417ea420ac764e0327017c\";}s:76:\"wp-content/themes/honeymoon/documentation/api/classes/WPV_Widget_Import.html\";a:2:{s:1:\"d\";i:1421926534;s:1:\"h\";s:32:\"8159932af771d47591cdec675aa18a29\";}s:74:\"wp-content/themes/honeymoon/documentation/api/classes/wpv_contactinfo.html\";a:2:{s:1:\"d\";i:1421926526;s:1:\"h\";s:32:\"2b94d2c0993d0720600c955d4e9fc8b0\";}s:74:\"wp-content/themes/honeymoon/documentation/api/classes/wpv_gmap_widget.html\";a:2:{s:1:\"d\";i:1421926529;s:1:\"h\";s:32:\"6154b63c3e5168fb197f2d07ec1e9800\";}s:72:\"wp-content/themes/honeymoon/documentation/api/classes/WPV_Portfolio.html\";a:2:{s:1:\"d\";i:1421926531;s:1:\"h\";s:32:\"3cfb69e1567c04498e44842e1b6e618d\";}s:74:\"wp-content/themes/honeymoon/documentation/api/classes/Version_Checker.html\";a:2:{s:1:\"d\";i:1421926512;s:1:\"h\";s:32:\"c91cc97177bf11377440842ef0230f49\";}s:73:\"wp-content/themes/honeymoon/documentation/api/classes/WPV_Blockquote.html\";a:2:{s:1:\"d\";i:1421926526;s:1:\"h\";s:32:\"cb89aeeb2109b87cac2bf5e1215853ee\";}s:76:\"wp-content/themes/honeymoon/documentation/api/classes/WPV_Editor_Parser.html\";a:2:{s:1:\"d\";i:1421926528;s:1:\"h\";s:32:\"864043cc26d0223dbf247855d950e3c8\";}s:76:\"wp-content/themes/honeymoon/documentation/api/classes/WPV_Flickr_Widget.html\";a:2:{s:1:\"d\";i:1421926529;s:1:\"h\";s:32:\"9d3162565a448cf88b8170bab9f5301a\";}s:71:\"wp-content/themes/honeymoon/documentation/api/classes/WPV_Services.html\";a:2:{s:1:\"d\";i:1421926532;s:1:\"h\";s:32:\"7e9cff2832665a3b8dea707bec020711\";}s:79:\"wp-content/themes/honeymoon/documentation/api/classes/WPV_WXR_Parser_Regex.html\";a:2:{s:1:\"d\";i:1421926535;s:1:\"h\";s:32:\"ca5b8f0eab1764533f593df9532f536c\";}s:66:\"wp-content/themes/honeymoon/documentation/api/classes/WpvAjax.html\";a:2:{s:1:\"d\";i:1421926512;s:1:\"h\";s:32:\"3d23da036e7fafd57cb3e7c58d7c200c\";}s:70:\"wp-content/themes/honeymoon/documentation/api/classes/WPV_Divider.html\";a:2:{s:1:\"d\";i:1421926527;s:1:\"h\";s:32:\"67fc33572e1d58ac615e7a52c4a6b716\";}s:76:\"wp-content/themes/honeymoon/documentation/api/classes/WpvSkinManagement.html\";a:2:{s:1:\"d\";i:1421926524;s:1:\"h\";s:32:\"6d77fec0c837a01781142aa541cf720c\";}s:78:\"wp-content/themes/honeymoon/documentation/api/classes/WpvSidebarInterface.html\";a:2:{s:1:\"d\";i:1421926523;s:1:\"h\";s:32:\"1fda0b2928394363dcf0d6ce11b0b361\";}s:67:\"wp-content/themes/honeymoon/documentation/api/classes/WpvLessc.html\";a:2:{s:1:\"d\";i:1421926519;s:1:\"h\";s:32:\"61b6aca081494a362ccb682f59a8263d\";}s:77:\"wp-content/themes/honeymoon/documentation/api/classes/WpvConfigGenerator.html\";a:2:{s:1:\"d\";i:1421926513;s:1:\"h\";s:32:\"59ed86a4a6dbe8b4d6fe297986931ad1\";}s:67:\"wp-content/themes/honeymoon/documentation/api/classes/WPV_Text.html\";a:2:{s:1:\"d\";i:1421926533;s:1:\"h\";s:32:\"4f4c1c173ab78b3208d91d410190f5fa\";}s:73:\"wp-content/themes/honeymoon/documentation/api/classes/WpvFontsHelper.html\";a:2:{s:1:\"d\";i:1421926513;s:1:\"h\";s:32:\"1b89fd6e95ee44f22e00fd336be9b7fe\";}s:67:\"wp-content/themes/honeymoon/documentation/api/classes/WPV_Gmap.html\";a:2:{s:1:\"d\";i:1421926529;s:1:\"h\";s:32:\"86757bd5c2134f6e6af360a4e17a75ee\";}s:67:\"wp-content/themes/honeymoon/documentation/api/classes/WPV_Blog.html\";a:2:{s:1:\"d\";i:1421926526;s:1:\"h\";s:32:\"e2b28bfb1d1989b7dd3620a9cefe86fa\";}s:73:\"wp-content/themes/honeymoon/documentation/api/classes/WpvPostFormats.html\";a:2:{s:1:\"d\";i:1421926521;s:1:\"h\";s:32:\"95a01f430b43dc1be10483583cd82b17\";}s:79:\"wp-content/themes/honeymoon/documentation/api/classes/WPV_RevSlider_Import.html\";a:2:{s:1:\"d\";i:1421926532;s:1:\"h\";s:32:\"91313f31c8e20c7987d1e8d8b260813d\";}s:66:\"wp-content/themes/honeymoon/documentation/api/classes/WpvLess.html\";a:2:{s:1:\"d\";i:1421926514;s:1:\"h\";s:32:\"7be6b81b8cb38e52126a985ad5c825ef\";}s:68:\"wp-content/themes/honeymoon/documentation/api/classes/WPV_Price.html\";a:2:{s:1:\"d\";i:1421926531;s:1:\"h\";s:32:\"5ef5513673b363361617142c3a46fce6\";}s:74:\"wp-content/themes/honeymoon/documentation/api/classes/WpvUpdateNotice.html\";a:2:{s:1:\"d\";i:1421926524;s:1:\"h\";s:32:\"031c7d670f8214617cb6be2d508f4cf8\";}s:69:\"wp-content/themes/honeymoon/documentation/api/classes/WPV_Flickr.html\";a:2:{s:1:\"d\";i:1421926529;s:1:\"h\";s:32:\"60a9d04b5ea5815c79d6d6abe27264f1\";}s:74:\"wp-content/themes/honeymoon/documentation/api/classes/WPV_Editor_AJAX.html\";a:2:{s:1:\"d\";i:1421926528;s:1:\"h\";s:32:\"087b5713a7f41fd488971158cce981f9\";}s:70:\"wp-content/themes/honeymoon/documentation/api/classes/WpvEnqueues.html\";a:2:{s:1:\"d\";i:1421926513;s:1:\"h\";s:32:\"99ebf6e00e4dbe1f8f6eff38d49c71a9\";}s:71:\"wp-content/themes/honeymoon/documentation/api/classes/WPV_Linkarea.html\";a:2:{s:1:\"d\";i:1421926530;s:1:\"h\";s:32:\"0aead3748f357cdea9553e21f3636e66\";}s:75:\"wp-content/themes/honeymoon/documentation/api/classes/WPV_Text_Divider.html\";a:2:{s:1:\"d\";i:1421926534;s:1:\"h\";s:32:\"a39a4db186b41f9304c3b996382f8a7b\";}s:70:\"wp-content/themes/honeymoon/documentation/api/classes/WPV_Twitter.html\";a:2:{s:1:\"d\";i:1421926534;s:1:\"h\";s:32:\"d5e0fbcf19bf1e2eeb6b527b8052f864\";}s:61:\"wp-content/themes/honeymoon/documentation/api/deprecated.html\";a:2:{s:1:\"d\";i:1421926469;s:1:\"h\";s:32:\"f511d60c801cf4e647f081d9fdf49290\";}s:57:\"wp-content/themes/honeymoon/documentation/api/errors.html\";a:2:{s:1:\"d\";i:1421926476;s:1:\"h\";s:32:\"299ea551d84a1b71a9a61f7462652c76\";}s:42:\"wp-content/themes/honeymoon/attachment.php\";a:2:{s:1:\"d\";i:1421926446;s:1:\"h\";s:32:\"fdfca962eefabf008226412cb29449be\";}s:39:\"wp-content/themes/honeymoon/onepage.php\";a:2:{s:1:\"d\";i:1421926448;s:1:\"h\";s:32:\"07baa23bdc450a572b3bc62f145d2d16\";}s:64:\"wp-content/themes/honeymoon/woocommerce/myaccount/form-login.php\";a:2:{s:1:\"d\";i:1421926508;s:1:\"h\";s:32:\"24e4af97ba72199836264f35874fa093\";}s:64:\"wp-content/themes/honeymoon/woocommerce/global/wrapper-start.php\";a:2:{s:1:\"d\";i:1421926508;s:1:\"h\";s:32:\"2f7d11e0849dd250c1e8a76d5c265790\";}s:62:\"wp-content/themes/honeymoon/woocommerce/global/wrapper-end.php\";a:2:{s:1:\"d\";i:1421926508;s:1:\"h\";s:32:\"a8595df9943af7c36a326a30bb007cb3\";}s:65:\"wp-content/themes/honeymoon/woocommerce/single-product/review.php\";a:2:{s:1:\"d\";i:1421926509;s:1:\"h\";s:32:\"95e6829b2750d8c4ba95ffb5511b8003\";}s:72:\"wp-content/themes/honeymoon/woocommerce/single-product/product-image.php\";a:2:{s:1:\"d\";i:1421926509;s:1:\"h\";s:32:\"76d4500b6a0bc699f1ab78c371f29fd6\";}s:38:\"wp-content/themes/honeymoon/author.php\";a:2:{s:1:\"d\";i:1421926446;s:1:\"h\";s:32:\"398eab4d2aa38821ebb27bb64ea204df\";}s:35:\"wp-content/themes/honeymoon/404.php\";a:2:{s:1:\"d\";i:1421926446;s:1:\"h\";s:32:\"6918833775359f8126b362532b16143d\";}s:40:\"wp-content/themes/honeymoon/comments.php\";a:2:{s:1:\"d\";i:1421926447;s:1:\"h\";s:32:\"5afac15d96358be7eacb6ffd80136184\";}s:38:\"wp-content/themes/honeymoon/search.php\";a:2:{s:1:\"d\";i:1421926448;s:1:\"h\";s:32:\"5ac4e94f2a594b543ea17c0c82e3ba4f\";}s:42:\"wp-content/themes/honeymoon/page-blank.php\";a:2:{s:1:\"d\";i:1421926448;s:1:\"h\";s:32:\"8c282278b1fdbf6764bdf9935a430a21\";}s:57:\"wp-content/themes/honeymoon/templates/blog-scrollable.php\";a:2:{s:1:\"d\";i:1421926462;s:1:\"h\";s:32:\"76298739c232d766052bf55cec0e61e0\";}s:60:\"wp-content/themes/honeymoon/templates/widgets/front/gmap.php\";a:2:{s:1:\"d\";i:1421926557;s:1:\"h\";s:32:\"a8215763a40ac1eb9e4e1b59093a7294\";}s:61:\"wp-content/themes/honeymoon/templates/widgets/front/posts.php\";a:2:{s:1:\"d\";i:1421926557;s:1:\"h\";s:32:\"5f5d5f022ff0b3b60a9e09338e5d8b97\";}s:64:\"wp-content/themes/honeymoon/templates/widgets/front/subpages.php\";a:2:{s:1:\"d\";i:1421926557;s:1:\"h\";s:32:\"b0922cf564ac95b0fb12874f4ac3e5e1\";}s:68:\"wp-content/themes/honeymoon/templates/widgets/front/post-formats.php\";a:2:{s:1:\"d\";i:1421926557;s:1:\"h\";s:32:\"543ea3afa2547caf643463666a890be0\";}s:69:\"wp-content/themes/honeymoon/templates/widgets/front/advertisement.php\";a:2:{s:1:\"d\";i:1421926557;s:1:\"h\";s:32:\"b3435240b670211df8936b27906e00a6\";}s:62:\"wp-content/themes/honeymoon/templates/widgets/front/footer.php\";a:2:{s:1:\"d\";i:1421926557;s:1:\"h\";s:32:\"08e5e8975fc03db849532f0164dcad93\";}s:67:\"wp-content/themes/honeymoon/templates/widgets/front/contactinfo.php\";a:2:{s:1:\"d\";i:1421926557;s:1:\"h\";s:32:\"c271bc4bfd84d675e496eb2d25c8d090\";}s:63:\"wp-content/themes/honeymoon/templates/widgets/front/authors.php\";a:2:{s:1:\"d\";i:1421926557;s:1:\"h\";s:32:\"4dfd79e9a2a635bfe5c0c66b1b07ee68\";}s:65:\"wp-content/themes/honeymoon/templates/widgets/front/icon-link.php\";a:2:{s:1:\"d\";i:1421926557;s:1:\"h\";s:32:\"ffd08fe970dcc3a8cadd637cc1f78136\";}s:62:\"wp-content/themes/honeymoon/templates/widgets/front/flickr.php\";a:2:{s:1:\"d\";i:1421926557;s:1:\"h\";s:32:\"80d8baa105998686bece9f1566dd932c\";}s:59:\"wp-content/themes/honeymoon/templates/widgets/conf/gmap.php\";a:2:{s:1:\"d\";i:1421926556;s:1:\"h\";s:32:\"191a98a27e132137ec8783480340a8d1\";}s:60:\"wp-content/themes/honeymoon/templates/widgets/conf/posts.php\";a:2:{s:1:\"d\";i:1421926556;s:1:\"h\";s:32:\"600ecc0ad9b30e6dcfb245e4fd9da4ab\";}s:63:\"wp-content/themes/honeymoon/templates/widgets/conf/subpages.php\";a:2:{s:1:\"d\";i:1421926556;s:1:\"h\";s:32:\"1ef70f07a3f4e33bfa88153c2c44e5d2\";}s:67:\"wp-content/themes/honeymoon/templates/widgets/conf/post-formats.php\";a:2:{s:1:\"d\";i:1421926556;s:1:\"h\";s:32:\"bf93324ba04242361748e0b363bb2347\";}s:68:\"wp-content/themes/honeymoon/templates/widgets/conf/advertisement.php\";a:2:{s:1:\"d\";i:1421926555;s:1:\"h\";s:32:\"9692c98ca76bbe6e3cd91095afb467b8\";}s:61:\"wp-content/themes/honeymoon/templates/widgets/conf/footer.php\";a:2:{s:1:\"d\";i:1421926555;s:1:\"h\";s:32:\"e15025210e110484922fbcdf3dfadb17\";}s:66:\"wp-content/themes/honeymoon/templates/widgets/conf/contactinfo.php\";a:2:{s:1:\"d\";i:1421926555;s:1:\"h\";s:32:\"29441ff8b1d2834e4e6ef0033dd8b898\";}s:62:\"wp-content/themes/honeymoon/templates/widgets/conf/authors.php\";a:2:{s:1:\"d\";i:1421926555;s:1:\"h\";s:32:\"2056ab2c2b04e4ac1c2b33ac20dd810a\";}s:64:\"wp-content/themes/honeymoon/templates/widgets/conf/icon-link.php\";a:2:{s:1:\"d\";i:1421926556;s:1:\"h\";s:32:\"a3d1868cc6167e9e88b906383b11beb2\";}s:61:\"wp-content/themes/honeymoon/templates/widgets/conf/flickr.php\";a:2:{s:1:\"d\";i:1421926555;s:1:\"h\";s:32:\"9e8c8526317b622275126a796d9b5171\";}s:72:\"wp-content/themes/honeymoon/templates/portfolio/loop/sortable-header.php\";a:2:{s:1:\"d\";i:1421926552;s:1:\"h\";s:32:\"20e206b0f0fd27cb536234325c635307\";}s:61:\"wp-content/themes/honeymoon/templates/portfolio/loop/item.php\";a:2:{s:1:\"d\";i:1421926552;s:1:\"h\";s:32:\"4383c3a4be8b847da4ccf8a8dd1580a7\";}s:56:\"wp-content/themes/honeymoon/templates/portfolio/loop.php\";a:2:{s:1:\"d\";i:1421926481;s:1:\"h\";s:32:\"225d1b252370c25ac3536453e640e862\";}s:55:\"wp-content/themes/honeymoon/templates/comment-small.php\";a:2:{s:1:\"d\";i:1421926462;s:1:\"h\";s:32:\"77c786020eca741449db8d8b3c1cc35b\";}s:55:\"wp-content/themes/honeymoon/templates/header/middle.php\";a:2:{s:1:\"d\";i:1421926480;s:1:\"h\";s:32:\"1c3b177f16c8b0b122fc6cbe76499ce2\";}s:59:\"wp-content/themes/honeymoon/templates/header/sub-header.php\";a:2:{s:1:\"d\";i:1421926480;s:1:\"h\";s:32:\"ed861fa6fca1b95898cc4fcd1aff8ad3\";}s:62:\"wp-content/themes/honeymoon/templates/header/top/main-menu.php\";a:2:{s:1:\"d\";i:1421926550;s:1:\"h\";s:32:\"0dddbec56f12036274baf2b75bb77a44\";}s:61:\"wp-content/themes/honeymoon/templates/header/top/nav-menu.php\";a:2:{s:1:\"d\";i:1421926550;s:1:\"h\";s:32:\"f898e0bc0f7a3d567435e78e4bf4f913\";}s:66:\"wp-content/themes/honeymoon/templates/header/top/search-button.php\";a:2:{s:1:\"d\";i:1421926551;s:1:\"h\";s:32:\"4ae6dcfa7ea81121dd93719187fa499e\";}s:56:\"wp-content/themes/honeymoon/templates/header/top/nav.php\";a:2:{s:1:\"d\";i:1421926551;s:1:\"h\";s:32:\"ddaac41f4141c56664f4fc44996e1758\";}s:63:\"wp-content/themes/honeymoon/templates/header/top/nav-social.php\";a:2:{s:1:\"d\";i:1421926550;s:1:\"h\";s:32:\"85675c73da2e0b7b8744ff13b8e4480d\";}s:67:\"wp-content/themes/honeymoon/templates/header/top/main-logo-menu.php\";a:2:{s:1:\"d\";i:1421926550;s:1:\"h\";s:32:\"b7cb068527cf8d3095a0891d34e2779d\";}s:72:\"wp-content/themes/honeymoon/templates/header/top/main-logo-text-menu.php\";a:2:{s:1:\"d\";i:1421926550;s:1:\"h\";s:32:\"3115a10b9dad772e6596063499aa4366\";}s:61:\"wp-content/themes/honeymoon/templates/header/top/nav-text.php\";a:2:{s:1:\"d\";i:1421926550;s:1:\"h\";s:32:\"a9cf3b0288d8e7553295df3d3310d9f9\";}s:66:\"wp-content/themes/honeymoon/templates/header/top/main-standard.php\";a:2:{s:1:\"d\";i:1421926550;s:1:\"h\";s:32:\"f34d3c80094fd53b844284a78ab1498c\";}s:57:\"wp-content/themes/honeymoon/templates/header/top/logo.php\";a:2:{s:1:\"d\";i:1421926549;s:1:\"h\";s:32:\"67589527382b7b703fca9aa2f4fb1981\";}s:52:\"wp-content/themes/honeymoon/templates/header/top.php\";a:2:{s:1:\"d\";i:1421926480;s:1:\"h\";s:32:\"caca0ab6abece8c1cb09c8d620b13da2\";}s:47:\"wp-content/themes/honeymoon/templates/share.php\";a:2:{s:1:\"d\";i:1421926463;s:1:\"h\";s:32:\"f2e09f18bcf6dfbe8d50ec9d56c3c282\";}s:55:\"wp-content/themes/honeymoon/templates/cart-dropdown.php\";a:2:{s:1:\"d\";i:1421926462;s:1:\"h\";s:32:\"533b5983af3b645283b8b585c2a17b8e\";}s:49:\"wp-content/themes/honeymoon/templates/comment.php\";a:2:{s:1:\"d\";i:1421926462;s:1:\"h\";s:32:\"02b1c7ff78abcc30e3e781299bc75b12\";}s:60:\"wp-content/themes/honeymoon/templates/shortcodes/tooltip.php\";a:2:{s:1:\"d\";i:1421926483;s:1:\"h\";s:32:\"598d739dcc01bc0e8c03a0672110c706\";}s:72:\"wp-content/themes/honeymoon/templates/shortcodes/services_expandable.php\";a:2:{s:1:\"d\";i:1421926482;s:1:\"h\";s:32:\"b9e48f514056755f396946caac742907\";}s:60:\"wp-content/themes/honeymoon/templates/shortcodes/twitter.php\";a:2:{s:1:\"d\";i:1421926483;s:1:\"h\";s:32:\"dbe2464445db9b8b86c15d320f47a357\";}s:61:\"wp-content/themes/honeymoon/templates/shortcodes/linkarea.php\";a:2:{s:1:\"d\";i:1421926482;s:1:\"h\";s:32:\"c8fb0785561180b720e49720eb6bce03\";}s:58:\"wp-content/themes/honeymoon/templates/shortcodes/price.php\";a:2:{s:1:\"d\";i:1421926482;s:1:\"h\";s:32:\"536e73c84594137ff59868034bf7bd07\";}s:66:\"wp-content/themes/honeymoon/templates/shortcodes/events/single.php\";a:2:{s:1:\"d\";i:1421926554;s:1:\"h\";s:32:\"f8035c98acfbcca094f94f89cd5e9251\";}s:68:\"wp-content/themes/honeymoon/templates/shortcodes/events/multiple.php\";a:2:{s:1:\"d\";i:1421926554;s:1:\"h\";s:32:\"30958f191565ebcccfaaf025ddedd363\";}s:59:\"wp-content/themes/honeymoon/templates/shortcodes/slogan.php\";a:2:{s:1:\"d\";i:1421926482;s:1:\"h\";s:32:\"8627d02e15ea767fba87c9ae0c58a655\";}s:61:\"wp-content/themes/honeymoon/templates/shortcodes/services.php\";a:2:{s:1:\"d\";i:1421926482;s:1:\"h\";s:32:\"67353bf49ae79722e1e4a509105a08e7\";}s:68:\"wp-content/themes/honeymoon/templates/shortcodes/wpv_timed_event.php\";a:2:{s:1:\"d\";i:1421926483;s:1:\"h\";s:32:\"55f3247b830176f8e4d75b22fbf64e17\";}s:65:\"wp-content/themes/honeymoon/templates/shortcodes/contact_info.php\";a:2:{s:1:\"d\";i:1421926482;s:1:\"h\";s:32:\"97b89839923b104e1408fed6b0d7d884\";}s:64:\"wp-content/themes/honeymoon/templates/shortcodes/team_member.php\";a:2:{s:1:\"d\";i:1421926483;s:1:\"h\";s:32:\"9a65e0886b42a2b2ca46dc9d11fe906f\";}s:46:\"wp-content/themes/honeymoon/templates/post.php\";a:2:{s:1:\"d\";i:1421926463;s:1:\"h\";s:32:\"3a73d73cfdbbbadaa03382ccb35c5a9f\";}s:64:\"wp-content/themes/honeymoon/templates/header-footer-sidebars.php\";a:2:{s:1:\"d\";i:1421926463;s:1:\"h\";s:32:\"66dd6e8d84bfce9b817919746a631f05\";}s:54:\"wp-content/themes/honeymoon/templates/side-buttons.php\";a:2:{s:1:\"d\";i:1421926464;s:1:\"h\";s:32:\"a186ac8989e26379c301ba7d44f7806c\";}s:69:\"wp-content/themes/honeymoon/templates/woocommerce-scrollable/loop.php\";a:2:{s:1:\"d\";i:1421926484;s:1:\"h\";s:32:\"60473742adf3e5f801b9b350c277e36c\";}s:69:\"wp-content/themes/honeymoon/templates/woocommerce-scrollable/item.php\";a:2:{s:1:\"d\";i:1421926484;s:1:\"h\";s:32:\"85646aefa963f1bd9ff66254879e995c\";}s:56:\"wp-content/themes/honeymoon/templates/post/subheader.php\";a:2:{s:1:\"d\";i:1421926481;s:1:\"h\";s:32:\"21f7ff86d4bf46e7a1fed7bbdc359c77\";}s:54:\"wp-content/themes/honeymoon/templates/post/content.php\";a:2:{s:1:\"d\";i:1421926481;s:1:\"h\";s:32:\"6a1c7f952e76fbdfa3a13e2bada1dda8\";}s:53:\"wp-content/themes/honeymoon/templates/post/header.php\";a:2:{s:1:\"d\";i:1421926481;s:1:\"h\";s:32:\"5f15d27705716b8f08f6ae17ac61dc63\";}s:64:\"wp-content/themes/honeymoon/templates/post/main/part-actions.php\";a:2:{s:1:\"d\";i:1421926553;s:1:\"h\";s:32:\"6b80e7b93c40f8a092dcb10d239280d7\";}s:56:\"wp-content/themes/honeymoon/templates/post/main/news.php\";a:2:{s:1:\"d\";i:1421926553;s:1:\"h\";s:32:\"317a901420a2de0b42bb45317e310237\";}s:61:\"wp-content/themes/honeymoon/templates/post/main/part-date.php\";a:2:{s:1:\"d\";i:1421926553;s:1:\"h\";s:32:\"ec0e6492c567173781a4d127e09c9bd1\";}s:56:\"wp-content/themes/honeymoon/templates/post/main/loop.php\";a:2:{s:1:\"d\";i:1421926553;s:1:\"h\";s:32:\"a4311b2344e548a3c2074e79d6c440fb\";}s:58:\"wp-content/themes/honeymoon/templates/post/main/single.php\";a:2:{s:1:\"d\";i:1421926553;s:1:\"h\";s:32:\"0b6293bb5753045799082070ecb1989c\";}s:61:\"wp-content/themes/honeymoon/templates/post/main/loop-date.php\";a:2:{s:1:\"d\";i:1421926553;s:1:\"h\";s:32:\"91c33cef8263bfc9e60902660c0e1c16\";}s:59:\"wp-content/themes/honeymoon/templates/post/header-large.php\";a:2:{s:1:\"d\";i:1421926481;s:1:\"h\";s:32:\"7adb4a6087fbec1eef968bf11ed6d71d\";}s:51:\"wp-content/themes/honeymoon/templates/post/meta.php\";a:2:{s:1:\"d\";i:1421926481;s:1:\"h\";s:32:\"934e659125fc5f6f6223bf181ae98d1f\";}s:56:\"wp-content/themes/honeymoon/templates/post/meta-loop.php\";a:2:{s:1:\"d\";i:1421926481;s:1:\"h\";s:32:\"378f9baad8ba1a9842dd3d339b484f85\";}s:61:\"wp-content/themes/honeymoon/templates/post-siblings-links.php\";a:2:{s:1:\"d\";i:1421926463;s:1:\"h\";s:32:\"bf52778699b9a7241a82ce69e9c6c46d\";}s:36:\"wp-content/themes/honeymoon/loop.php\";a:2:{s:1:\"d\";i:1421926448;s:1:\"h\";s:32:\"4d39dd514773bcd689ca68e86297efe1\";}s:50:\"wp-content/themes/honeymoon/slider-layerslider.php\";a:2:{s:1:\"d\";i:1421926450;s:1:\"h\";s:32:\"ba4abc8345c51a9ceacb3a86b205bb0d\";}s:52:\"wp-content/themes/honeymoon/samples/dependencies.php\";a:2:{s:1:\"d\";i:1421926460;s:1:\"h\";s:32:\"8558a0da9e352af3437cbeec84f831ab\";}s:61:\"wp-content/themes/honeymoon/samples/revslider/home-slider.zip\";a:2:{s:1:\"d\";i:1421926477;s:1:\"h\";s:32:\"1ebd4a76d9c636992fee6beff7bd8484\";}s:55:\"wp-content/themes/honeymoon/samples/images/white_bg.gif\";a:2:{s:1:\"d\";i:1421926476;s:1:\"h\";s:32:\"b5368ddb7388e98cf4604359f6865e8c\";}s:54:\"wp-content/themes/honeymoon/samples/images/favicon.ico\";a:2:{s:1:\"d\";i:1421926473;s:1:\"h\";s:32:\"f918eb3d9ed0f7588089c6e1389acab0\";}s:55:\"wp-content/themes/honeymoon/samples/default-options.php\";a:2:{s:1:\"d\";i:1421926459;s:1:\"h\";s:32:\"ede4a5783662008cb0d518ee293bbfcb\";}s:60:\"wp-content/themes/honeymoon/samples/saved_skins/theme_Violet\";a:2:{s:1:\"d\";i:1421926479;s:1:\"h\";s:32:\"79a1f41f0790d5b01072b67242b612be\";}s:60:\"wp-content/themes/honeymoon/samples/saved_skins/theme_Marine\";a:2:{s:1:\"d\";i:1421926479;s:1:\"h\";s:32:\"408be72a73d26bada34b588e2cc93431\";}s:58:\"wp-content/themes/honeymoon/samples/saved_skins/theme_Dark\";a:2:{s:1:\"d\";i:1421926478;s:1:\"h\";s:32:\"5352bed0891c5d24a695f9f1be390b9a\";}s:57:\"wp-content/themes/honeymoon/samples/saved_skins/theme_Red\";a:2:{s:1:\"d\";i:1421926479;s:1:\"h\";s:32:\"21e55cd11274508548479f2a02574bf2\";}s:58:\"wp-content/themes/honeymoon/samples/saved_skins/theme_Gold\";a:2:{s:1:\"d\";i:1421926478;s:1:\"h\";s:32:\"b711eb8f8b98eeed4cc1a7c3010e25bf\";}s:44:\"wp-content/themes/honeymoon/samples/sidebars\";a:2:{s:1:\"d\";i:1421926460;s:1:\"h\";s:32:\"c952a8fcea183eec8f87e75ef0f55a5d\";}s:47:\"wp-content/themes/honeymoon/samples/content.xml\";a:2:{s:1:\"d\";i:1421926467;s:1:\"h\";s:32:\"20682ff478f49485034c3458dfc3ccdf\";}s:57:\"wp-content/themes/honeymoon/samples/docs/style/screen.css\";a:2:{s:1:\"d\";i:1421926550;s:1:\"h\";s:32:\"e957dcf1dcb3e3309cf23668d98668f4\";}s:66:\"wp-content/themes/honeymoon/samples/layerslider/sample_sliders.txt\";a:2:{s:1:\"d\";i:1421926478;s:1:\"h\";s:32:\"8ee62e8e5bc9e6bdac189db6776395b0\";}s:51:\"wp-content/themes/honeymoon/samples/all-default.css\";a:2:{s:1:\"d\";i:1421926459;s:1:\"h\";s:32:\"fd948ac2500080d2bd6f3981531ac83f\";}s:39:\"wp-content/themes/honeymoon/archive.php\";a:2:{s:1:\"d\";i:1421926446;s:1:\"h\";s:32:\"7cea1da29ce3999d102be8317897febb\";}s:38:\"wp-content/themes/honeymoon/single.php\";a:2:{s:1:\"d\";i:1421926449;s:1:\"h\";s:32:\"cbfc952e2570b4481d3a3936c49cd556\";}s:37:\"wp-content/themes/honeymoon/index.php\";a:2:{s:1:\"d\";i:1421926447;s:1:\"h\";s:32:\"cdb647f2ed7c7b2236dab8c41a6e4206\";}s:50:\"wp-content/themes/honeymoon/comments-guestbook.php\";a:2:{s:1:\"d\";i:1421926447;s:1:\"h\";s:32:\"e1a12e44544b2c8142731547707cce29\";}s:48:\"wp-content/themes/honeymoon/single-portfolio.php\";a:2:{s:1:\"d\";i:1421926449;s:1:\"h\";s:32:\"6e7d76f4e1544e253b3ed992da056a77\";}s:65:\"wp-content/themes/honeymoon/vendor/composer/autoload_classmap.php\";a:2:{s:1:\"d\";i:1421926504;s:1:\"h\";s:32:\"8645d3a4e3ad87e7cf4d88a46717aab4\";}s:61:\"wp-content/themes/honeymoon/vendor/composer/autoload_real.php\";a:2:{s:1:\"d\";i:1421926505;s:1:\"h\";s:32:\"2c30d94bd0871cd043da7b4d248fab12\";}s:67:\"wp-content/themes/honeymoon/vendor/composer/autoload_namespaces.php\";a:2:{s:1:\"d\";i:1421926504;s:1:\"h\";s:32:\"35e12c7d76c4a81633bcf547c0e229a9\";}s:59:\"wp-content/themes/honeymoon/vendor/composer/ClassLoader.php\";a:2:{s:1:\"d\";i:1421926505;s:1:\"h\";s:32:\"3adcacc118804f98f1fd888e2575f00a\";}s:61:\"wp-content/themes/honeymoon/vendor/composer/autoload_psr4.php\";a:2:{s:1:\"d\";i:1421926504;s:1:\"h\";s:32:\"dd3a00f0d13eb29781edd8c77d4c5100\";}s:47:\"wp-content/themes/honeymoon/vendor/autoload.php\";a:2:{s:1:\"d\";i:1421926469;s:1:\"h\";s:32:\"c1342aee21293a63b0e23347253a44b5\";}s:64:\"wp-content/themes/honeymoon/wpv_theme/metaboxes/testimonials.php\";a:2:{s:1:\"d\";i:1421926510;s:1:\"h\";s:32:\"5baba66f56b8020ab9e1a0f228409818\";}s:69:\"wp-content/themes/honeymoon/wpv_theme/metaboxes/portfolio-formats.php\";a:2:{s:1:\"d\";i:1421926510;s:1:\"h\";s:32:\"32a17a1332e2ddb4872f12a4ea204676\";}s:76:\"wp-content/themes/honeymoon/wpv_theme/metaboxes/portfolio-formats-select.php\";a:2:{s:1:\"d\";i:1421926510;s:1:\"h\";s:32:\"7ba5e4ab68d40f34b3840392087174b0\";}s:64:\"wp-content/themes/honeymoon/wpv_theme/metaboxes/post-formats.php\";a:2:{s:1:\"d\";i:1421926510;s:1:\"h\";s:32:\"9f10442eb62f631da98248ebb9e3a432\";}s:59:\"wp-content/themes/honeymoon/wpv_theme/metaboxes/general.php\";a:2:{s:1:\"d\";i:1421926510;s:1:\"h\";s:32:\"2d79ea7c426d0f7e9577c6872c6c0aef\";}s:61:\"wp-content/themes/honeymoon/wpv_theme/metaboxes/shortcode.php\";a:2:{s:1:\"d\";i:1421926510;s:1:\"h\";s:32:\"22ffaab85770dcb17744076ced88ad73\";}s:61:\"wp-content/themes/honeymoon/wpv_theme/options/layout/body.php\";a:2:{s:1:\"d\";i:1421926614;s:1:\"h\";s:32:\"c29e2c30e53f9bc61fb83d3367d00cb5\";}s:63:\"wp-content/themes/honeymoon/wpv_theme/options/layout/footer.php\";a:2:{s:1:\"d\";i:1421926614;s:1:\"h\";s:32:\"79379433b2a422ee2783615fc2aeefe1\";}s:64:\"wp-content/themes/honeymoon/wpv_theme/options/layout/general.php\";a:2:{s:1:\"d\";i:1421926614;s:1:\"h\";s:32:\"c9ef4a34452f238341b85b8309701e02\";}s:61:\"wp-content/themes/honeymoon/wpv_theme/options/layout/list.php\";a:2:{s:1:\"d\";i:1421926614;s:1:\"h\";s:32:\"f4bd02feaa1642852d9317a7a863203e\";}s:63:\"wp-content/themes/honeymoon/wpv_theme/options/layout/header.php\";a:2:{s:1:\"d\";i:1421926614;s:1:\"h\";s:32:\"38f2a484303413d3d76d83937e012787\";}s:54:\"wp-content/themes/honeymoon/wpv_theme/options/docs.php\";a:2:{s:1:\"d\";i:1421926511;s:1:\"h\";s:32:\"17d5014e4dfd9719ae98e79c4ac9bc6d\";}s:66:\"wp-content/themes/honeymoon/wpv_theme/options/general/purchase.php\";a:2:{s:1:\"d\";i:1421926612;s:1:\"h\";s:32:\"0696c68c6c5144b8f1bcc71b26d19817\";}s:63:\"wp-content/themes/honeymoon/wpv_theme/options/general/media.php\";a:2:{s:1:\"d\";i:1421926611;s:1:\"h\";s:32:\"dcbdeee98f11ba2144be632d6c010030\";}s:63:\"wp-content/themes/honeymoon/wpv_theme/options/general/posts.php\";a:2:{s:1:\"d\";i:1421926611;s:1:\"h\";s:32:\"3402b610c1635681f58a629d95820d63\";}s:65:\"wp-content/themes/honeymoon/wpv_theme/options/general/general.php\";a:2:{s:1:\"d\";i:1421926611;s:1:\"h\";s:32:\"08c079fd4e829e9d0bfeb94e88ab8beb\";}s:62:\"wp-content/themes/honeymoon/wpv_theme/options/general/list.php\";a:2:{s:1:\"d\";i:1421926611;s:1:\"h\";s:32:\"46c640b09ccc4c5b8057e216b5633559\";}s:61:\"wp-content/themes/honeymoon/wpv_theme/options/styles/body.php\";a:2:{s:1:\"d\";i:1421926615;s:1:\"h\";s:32:\"74f6b093ef98233d4c27ee5d1b1e33ce\";}s:62:\"wp-content/themes/honeymoon/wpv_theme/options/styles/skins.php\";a:2:{s:1:\"d\";i:1421926615;s:1:\"h\";s:32:\"6bbf04139198d09133ec561c54aa279b\";}s:67:\"wp-content/themes/honeymoon/wpv_theme/options/styles/typography.php\";a:2:{s:1:\"d\";i:1421926615;s:1:\"h\";s:32:\"34114c1a50a4a3502e581c4f5b80a1ea\";}s:63:\"wp-content/themes/honeymoon/wpv_theme/options/styles/footer.php\";a:2:{s:1:\"d\";i:1421926615;s:1:\"h\";s:32:\"8e7488589cdc39d5a4a4bafe08fa2886\";}s:61:\"wp-content/themes/honeymoon/wpv_theme/options/styles/list.php\";a:2:{s:1:\"d\";i:1421926615;s:1:\"h\";s:32:\"b4bad0874e4e837d760e04d44deef87b\";}s:63:\"wp-content/themes/honeymoon/wpv_theme/options/styles/header.php\";a:2:{s:1:\"d\";i:1421926615;s:1:\"h\";s:32:\"52c2fb2442f6374b552a6d9fe20330d6\";}s:63:\"wp-content/themes/honeymoon/wpv_theme/options/styles/global.php\";a:2:{s:1:\"d\";i:1421926615;s:1:\"h\";s:32:\"2f504528c85aa97a0ac8f71851925708\";}s:61:\"wp-content/themes/honeymoon/wpv_theme/options/import/list.php\";a:2:{s:1:\"d\";i:1421926613;s:1:\"h\";s:32:\"37f349c8aec27b3a58f56a2edc8bd58f\";}s:63:\"wp-content/themes/honeymoon/wpv_theme/options/import/import.php\";a:2:{s:1:\"d\";i:1421926613;s:1:\"h\";s:32:\"e8aa693efaf5a020fc629a7288569e51\";}s:62:\"wp-content/themes/honeymoon/wpv_theme/assets/images/loader.gif\";a:2:{s:1:\"d\";i:1421926610;s:1:\"h\";s:32:\"1b8b5a77ae161b90356c55d77e02750b\";}s:67:\"wp-content/themes/honeymoon/wpv_theme/assets/images/avatar-mask.svg\";a:2:{s:1:\"d\";i:1421926609;s:1:\"h\";s:32:\"2b4a6b0b79fbaf0e6a52d8d926f4aca2\";}s:68:\"wp-content/themes/honeymoon/wpv_theme/assets/images/date-bg-dark.svg\";a:2:{s:1:\"d\";i:1421926609;s:1:\"h\";s:32:\"f17763101aaa09baa440a14e6f83ab60\";}s:65:\"wp-content/themes/honeymoon/wpv_theme/assets/images/bx_loader.gif\";a:2:{s:1:\"d\";i:1421926609;s:1:\"h\";s:32:\"931bdb6b50816b03206c66921760b246\";}s:70:\"wp-content/themes/honeymoon/wpv_theme/assets/images/ornament-lines.svg\";a:2:{s:1:\"d\";i:1421926610;s:1:\"h\";s:32:\"bf9e32fa9da658c92c320f4c76073b69\";}s:62:\"wp-content/themes/honeymoon/wpv_theme/assets/images/flower.svg\";a:2:{s:1:\"d\";i:1421926610;s:1:\"h\";s:32:\"3bbd892dded1f493df7ad9bd844fb5f4\";}s:62:\"wp-content/themes/honeymoon/wpv_theme/assets/images/spacer.gif\";a:2:{s:1:\"d\";i:1421926610;s:1:\"h\";s:32:\"221d8352905f2c38b3cb2bd191d630b0\";}s:68:\"wp-content/themes/honeymoon/wpv_theme/assets/images/loader-white.gif\";a:2:{s:1:\"d\";i:1421926610;s:1:\"h\";s:32:\"e14429988cc38230d0a9d14f61c3d0b0\";}s:63:\"wp-content/themes/honeymoon/wpv_theme/assets/images/date-bg.svg\";a:2:{s:1:\"d\";i:1421926609;s:1:\"h\";s:32:\"8e4b95a977d751b687933b4fbdf0bc68\";}s:67:\"wp-content/themes/honeymoon/wpv_theme/assets/images/loader-blue.gif\";a:2:{s:1:\"d\";i:1421926610;s:1:\"h\";s:32:\"5dc02baad8de6d3b91354ce9d6869b14\";}s:58:\"wp-content/themes/honeymoon/wpv_theme/assets/css/grid.less\";a:2:{s:1:\"d\";i:1421926605;s:1:\"h\";s:32:\"8d5faa2aa87f2f28359ed0867c4faf22\";}s:68:\"wp-content/themes/honeymoon/wpv_theme/assets/css/magnific-theme.less\";a:2:{s:1:\"d\";i:1421926606;s:1:\"h\";s:32:\"5ad004164b9ef73ebce3fc60f9dc4f76\";}s:64:\"wp-content/themes/honeymoon/wpv_theme/assets/css/scrollable.less\";a:2:{s:1:\"d\";i:1421926607;s:1:\"h\";s:32:\"378fd86b7e379d6196d113a1f20c410e\";}s:69:\"wp-content/themes/honeymoon/wpv_theme/assets/css/widgets/general.less\";a:2:{s:1:\"d\";i:1421926671;s:1:\"h\";s:32:\"9c33b4d55cce8beea7a4044ee67543c1\";}s:68:\"wp-content/themes/honeymoon/wpv_theme/assets/css/widgets/search.less\";a:2:{s:1:\"d\";i:1421926671;s:1:\"h\";s:32:\"daaa5c56cf85e7614c53d94c2c985704\";}s:74:\"wp-content/themes/honeymoon/wpv_theme/assets/css/widgets/contact_info.less\";a:2:{s:1:\"d\";i:1421926671;s:1:\"h\";s:32:\"18c3acaf7d8c46b758b09402e1f7209d\";}s:75:\"wp-content/themes/honeymoon/wpv_theme/assets/css/widgets/icon_and_link.less\";a:2:{s:1:\"d\";i:1421926671;s:1:\"h\";s:32:\"5e2a2b89cc0ffa28608e701bd80bf216\";}s:74:\"wp-content/themes/honeymoon/wpv_theme/assets/css/widgets/post_formats.less\";a:2:{s:1:\"d\";i:1421926671;s:1:\"h\";s:32:\"0bbc6f22c7c564f782cfca913771cc0f\";}s:68:\"wp-content/themes/honeymoon/wpv_theme/assets/css/widgets/flickr.less\";a:2:{s:1:\"d\";i:1421926671;s:1:\"h\";s:32:\"0520a33a5bc7120c767c199c0024f16b\";}s:69:\"wp-content/themes/honeymoon/wpv_theme/assets/css/widgets/authors.less\";a:2:{s:1:\"d\";i:1421926671;s:1:\"h\";s:32:\"d529ebb539b13d67c92bf049d5a6965e\";}s:68:\"wp-content/themes/honeymoon/wpv_theme/assets/css/widgets/social.less\";a:2:{s:1:\"d\";i:1421926672;s:1:\"h\";s:32:\"a6ef1b20169ecc864d2802dbbbaeba4f\";}s:70:\"wp-content/themes/honeymoon/wpv_theme/assets/css/widgets/nav_menu.less\";a:2:{s:1:\"d\";i:1421926671;s:1:\"h\";s:32:\"f8bcc0e9b0db76aa4284673b08410745\";}s:70:\"wp-content/themes/honeymoon/wpv_theme/assets/css/widgets/tagcloud.less\";a:2:{s:1:\"d\";i:1421926672;s:1:\"h\";s:32:\"44dbc74ff82198c72315ee797a4c132d\";}s:67:\"wp-content/themes/honeymoon/wpv_theme/assets/css/widgets/multi.less\";a:2:{s:1:\"d\";i:1421926671;s:1:\"h\";s:32:\"92946d47d925797b4c8bcc5190f15365\";}s:72:\"wp-content/themes/honeymoon/wpv_theme/assets/css/widgets/widget_rss.less\";a:2:{s:1:\"d\";i:1421926672;s:1:\"h\";s:32:\"0cb01c5b2cb835f0390787b67d2aaafc\";}s:79:\"wp-content/themes/honeymoon/wpv_theme/assets/css/widgets/wpv_advertisement.less\";a:2:{s:1:\"d\";i:1421926672;s:1:\"h\";s:32:\"dc844d2fb435d96c23f6376a20df2b59\";}s:70:\"wp-content/themes/honeymoon/wpv_theme/assets/css/widgets/calendar.less\";a:2:{s:1:\"d\";i:1421926671;s:1:\"h\";s:32:\"6110826ec8ee3babddc21bca2f187a73\";}s:63:\"wp-content/themes/honeymoon/wpv_theme/assets/css/timetable.less\";a:2:{s:1:\"d\";i:1421926607;s:1:\"h\";s:32:\"2fba043e3e349d54665ac0e74ca33067\";}s:65:\"wp-content/themes/honeymoon/wpv_theme/assets/css/form-inputs.less\";a:2:{s:1:\"d\";i:1421926605;s:1:\"h\";s:32:\"23718caaf2f3e5cbf8c921b5b7694592\";}s:62:\"wp-content/themes/honeymoon/wpv_theme/assets/css/bxslider.less\";a:2:{s:1:\"d\";i:1421926603;s:1:\"h\";s:32:\"0818326d24d4484865af54b3aaa0a8a5\";}s:66:\"wp-content/themes/honeymoon/wpv_theme/assets/css/side-buttons.less\";a:2:{s:1:\"d\";i:1421926607;s:1:\"h\";s:32:\"c50ddadde2573f0278306a0d86469798\";}s:60:\"wp-content/themes/honeymoon/wpv_theme/assets/css/footer.less\";a:2:{s:1:\"d\";i:1421926605;s:1:\"h\";s:32:\"6394ec8cb86143441014e4075f6e70e0\";}s:67:\"wp-content/themes/honeymoon/wpv_theme/assets/css/splash-screen.less\";a:2:{s:1:\"d\";i:1421926607;s:1:\"h\";s:32:\"6b179361dbe3650f4cb0d8c4e826f3d0\";}s:59:\"wp-content/themes/honeymoon/wpv_theme/assets/css/chosen.css\";a:2:{s:1:\"d\";i:1421926604;s:1:\"h\";s:32:\"bc5ad4f585aa457dbc7af0a2268eed0b\";}s:59:\"wp-content/themes/honeymoon/wpv_theme/assets/css/print.less\";a:2:{s:1:\"d\";i:1421926606;s:1:\"h\";s:32:\"74c0f041976cd1e702a77306411b2b7f\";}s:66:\"wp-content/themes/honeymoon/wpv_theme/assets/css/lib/prefixer.less\";a:2:{s:1:\"d\";i:1421926663;s:1:\"h\";s:32:\"ff1b876dc3d9a3c4846ce3e8bc99802d\";}s:69:\"wp-content/themes/honeymoon/wpv_theme/assets/css/lib/ie-prefixer.less\";a:2:{s:1:\"d\";i:1421926663;s:1:\"h\";s:32:\"446d05d8e48f61393ae376e662e05e28\";}s:56:\"wp-content/themes/honeymoon/wpv_theme/assets/css/wp.less\";a:2:{s:1:\"d\";i:1421926608;s:1:\"h\";s:32:\"ddafb1083dc9946b4a91c91092ac829d\";}s:61:\"wp-content/themes/honeymoon/wpv_theme/assets/css/closing.less\";a:2:{s:1:\"d\";i:1421926603;s:1:\"h\";s:32:\"fedeba5bc5d4a9e9764e01bdab8bb415\";}s:72:\"wp-content/themes/honeymoon/wpv_theme/assets/css/general-typography.less\";a:2:{s:1:\"d\";i:1421926605;s:1:\"h\";s:32:\"d9bd3e1dfc113178f70c62c1affe8018\";}s:61:\"wp-content/themes/honeymoon/wpv_theme/assets/css/bbpress.less\";a:2:{s:1:\"d\";i:1421926603;s:1:\"h\";s:32:\"072968b795146a6dfa04ce4ed9571a43\";}s:64:\"wp-content/themes/honeymoon/wpv_theme/assets/css/page-title.less\";a:2:{s:1:\"d\";i:1421926606;s:1:\"h\";s:32:\"cf489e4e29cb94b8b6ab8525f8c5da57\";}s:71:\"wp-content/themes/honeymoon/wpv_theme/assets/css/shortcodes/column.less\";a:2:{s:1:\"d\";i:1421926666;s:1:\"h\";s:32:\"f9b2dd8f33ffd24bc1975bff5f2e75c8\";}s:76:\"wp-content/themes/honeymoon/wpv_theme/assets/css/shortcodes/timed-event.less\";a:2:{s:1:\"d\";i:1421926669;s:1:\"h\";s:32:\"2fad5813550043dbccbaa8729932603c\";}s:75:\"wp-content/themes/honeymoon/wpv_theme/assets/css/shortcodes/blog/small.less\";a:2:{s:1:\"d\";i:1421926691;s:1:\"h\";s:32:\"cfbbce0b7ac918c969c2edcc0c5a45a1\";}s:75:\"wp-content/themes/honeymoon/wpv_theme/assets/css/shortcodes/blog/large.less\";a:2:{s:1:\"d\";i:1421926691;s:1:\"h\";s:32:\"4de6cb519475df19bcbe9c58fb964d3c\";}s:75:\"wp-content/themes/honeymoon/wpv_theme/assets/css/shortcodes/portfolios.less\";a:2:{s:1:\"d\";i:1421926668;s:1:\"h\";s:32:\"47d037b9894c15f10155f4bf174e1329\";}s:72:\"wp-content/themes/honeymoon/wpv_theme/assets/css/shortcodes/twitter.less\";a:2:{s:1:\"d\";i:1421926670;s:1:\"h\";s:32:\"09a2a68bebf60c068259b9b01b87a83b\";}s:72:\"wp-content/themes/honeymoon/wpv_theme/assets/css/shortcodes/pricing.less\";a:2:{s:1:\"d\";i:1421926668;s:1:\"h\";s:32:\"e8432ff44370f66f4cf5bceb97ef4e25\";}s:71:\"wp-content/themes/honeymoon/wpv_theme/assets/css/shortcodes/events.less\";a:2:{s:1:\"d\";i:1421926667;s:1:\"h\";s:32:\"c5b7dc1b8e96909afeef91ad267933c4\";}s:71:\"wp-content/themes/honeymoon/wpv_theme/assets/css/shortcodes/wysija.less\";a:2:{s:1:\"d\";i:1421926670;s:1:\"h\";s:32:\"f808e88d8934d031c854b0dc98b68963\";}s:73:\"wp-content/themes/honeymoon/wpv_theme/assets/css/shortcodes/linkarea.less\";a:2:{s:1:\"d\";i:1421926668;s:1:\"h\";s:32:\"c8db2318f1e31c844fc99cfd2e2328f1\";}s:70:\"wp-content/themes/honeymoon/wpv_theme/assets/css/shortcodes/wpcf7.less\";a:2:{s:1:\"d\";i:1421926670;s:1:\"h\";s:32:\"2c811ad48cd4956b5e6479a47e7eb99b\";}s:73:\"wp-content/themes/honeymoon/wpv_theme/assets/css/shortcodes/dividers.less\";a:2:{s:1:\"d\";i:1421926667;s:1:\"h\";s:32:\"a0929c0fe4fa7912be6caec454707d5f\";}s:76:\"wp-content/themes/honeymoon/wpv_theme/assets/css/shortcodes/team_member.less\";a:2:{s:1:\"d\";i:1421926669;s:1:\"h\";s:32:\"e88a5947c712191666672b0d1c020702\";}s:75:\"wp-content/themes/honeymoon/wpv_theme/assets/css/shortcodes/blockquote.less\";a:2:{s:1:\"d\";i:1421926666;s:1:\"h\";s:32:\"07d8fdfceee0436b3b5f7eadf3d968f8\";}s:74:\"wp-content/themes/honeymoon/wpv_theme/assets/css/shortcodes/countdown.less\";a:2:{s:1:\"d\";i:1421926666;s:1:\"h\";s:32:\"9e317d1350ef9980598b945a9f5efbc6\";}s:69:\"wp-content/themes/honeymoon/wpv_theme/assets/css/shortcodes/icon.less\";a:2:{s:1:\"d\";i:1421926668;s:1:\"h\";s:32:\"879e52fa72e617f199640805fa689966\";}s:70:\"wp-content/themes/honeymoon/wpv_theme/assets/css/shortcodes/table.less\";a:2:{s:1:\"d\";i:1421926669;s:1:\"h\";s:32:\"d4302259dc41c3b3f675a5dabdd424c6\";}s:74:\"wp-content/themes/honeymoon/wpv_theme/assets/css/shortcodes/highlight.less\";a:2:{s:1:\"d\";i:1421926667;s:1:\"h\";s:32:\"d9ba63f080fc3bee2a1110d8a6f7e1fc\";}s:73:\"wp-content/themes/honeymoon/wpv_theme/assets/css/shortcodes/services.less\";a:2:{s:1:\"d\";i:1421926669;s:1:\"h\";s:32:\"ac9b36fae30274d5b3095c889a22b4df\";}s:72:\"wp-content/themes/honeymoon/wpv_theme/assets/css/shortcodes/sitemap.less\";a:2:{s:1:\"d\";i:1421926668;s:1:\"h\";s:32:\"ce92e0ed60b90269f0a8fffc14c6e93d\";}s:73:\"wp-content/themes/honeymoon/wpv_theme/assets/css/shortcodes/dropcaps.less\";a:2:{s:1:\"d\";i:1421926667;s:1:\"h\";s:32:\"fe0bc7f9db495c94ea23dffad6282a1b\";}s:72:\"wp-content/themes/honeymoon/wpv_theme/assets/css/shortcodes/tooltip.less\";a:2:{s:1:\"d\";i:1421926670;s:1:\"h\";s:32:\"8225c39fb5ee29f8d396cf735f9785dc\";}s:71:\"wp-content/themes/honeymoon/wpv_theme/assets/css/shortcodes/slogan.less\";a:2:{s:1:\"d\";i:1421926669;s:1:\"h\";s:32:\"d39696b32b51df835b7eed3149ec5c44\";}s:73:\"wp-content/themes/honeymoon/wpv_theme/assets/css/shortcodes/progress.less\";a:2:{s:1:\"d\";i:1421926668;s:1:\"h\";s:32:\"c0cc0578592ae8fcad1cfd189a984be7\";}s:74:\"wp-content/themes/honeymoon/wpv_theme/assets/css/shortcodes/accordion.less\";a:2:{s:1:\"d\";i:1421926666;s:1:\"h\";s:32:\"db70544722c27cdf6949c6c5f8ac7c54\";}s:84:\"wp-content/themes/honeymoon/wpv_theme/assets/css/shortcodes/expandable-services.less\";a:2:{s:1:\"d\";i:1421926667;s:1:\"h\";s:32:\"cb95b757aa05fc5a5cdfc5facdef06a4\";}s:70:\"wp-content/themes/honeymoon/wpv_theme/assets/css/shortcodes/image.less\";a:2:{s:1:\"d\";i:1421926668;s:1:\"h\";s:32:\"89dd86f3f276d92ee5b2cf60bb6d3689\";}s:69:\"wp-content/themes/honeymoon/wpv_theme/assets/css/shortcodes/tabs.less\";a:2:{s:1:\"d\";i:1421926669;s:1:\"h\";s:32:\"32bf30e3d08ec053453adf7357604641\";}s:58:\"wp-content/themes/honeymoon/wpv_theme/assets/css/main.less\";a:2:{s:1:\"d\";i:1421926606;s:1:\"h\";s:32:\"0c5d3c6cd6599333bec30ac452173e95\";}s:58:\"wp-content/themes/honeymoon/wpv_theme/assets/css/base.less\";a:2:{s:1:\"d\";i:1421926603;s:1:\"h\";s:32:\"fff48d26109d580005646c44be9bba07\";}s:62:\"wp-content/themes/honeymoon/wpv_theme/assets/css/page-404.less\";a:2:{s:1:\"d\";i:1421926606;s:1:\"h\";s:32:\"5e552a03d17b32bd4c5896663e1d921c\";}s:62:\"wp-content/themes/honeymoon/wpv_theme/assets/css/comments.less\";a:2:{s:1:\"d\";i:1421926605;s:1:\"h\";s:32:\"4ac3869d8c01abd1bb08c7923dcd8ca5\";}s:60:\"wp-content/themes/honeymoon/wpv_theme/assets/css/header.less\";a:2:{s:1:\"d\";i:1421926605;s:1:\"h\";s:32:\"c49441f2889a815ee7dcdfbab4fc6016\";}s:57:\"wp-content/themes/honeymoon/wpv_theme/assets/css/all.less\";a:2:{s:1:\"d\";i:1421926602;s:1:\"h\";s:32:\"5ff013b6ab48e654cb4c566f23597f24\";}s:64:\"wp-content/themes/honeymoon/wpv_theme/assets/css/animations.less\";a:2:{s:1:\"d\";i:1421926603;s:1:\"h\";s:32:\"28bd346a4342617449489dff6cbe22b0\";}s:59:\"wp-content/themes/honeymoon/wpv_theme/assets/css/lists.less\";a:2:{s:1:\"d\";i:1421926605;s:1:\"h\";s:32:\"657b5249ab8355a92f73fa749b969c2c\";}s:62:\"wp-content/themes/honeymoon/wpv_theme/assets/css/top-menu.less\";a:2:{s:1:\"d\";i:1421926607;s:1:\"h\";s:32:\"39c8520357992995b27decdbf5ded644\";}s:64:\"wp-content/themes/honeymoon/wpv_theme/assets/css/pagination.less\";a:2:{s:1:\"d\";i:1421926606;s:1:\"h\";s:32:\"295398b426185f8b7123d7d12aff7546\";}s:70:\"wp-content/themes/honeymoon/wpv_theme/assets/css/variable-aliases.less\";a:2:{s:1:\"d\";i:1421926608;s:1:\"h\";s:32:\"57169318b6e389fc39a31dced4054032\";}s:59:\"wp-content/themes/honeymoon/wpv_theme/assets/css/menus.less\";a:2:{s:1:\"d\";i:1421926606;s:1:\"h\";s:32:\"d67979682dc1e0bf4dbf1cc63fd35d05\";}s:61:\"wp-content/themes/honeymoon/wpv_theme/assets/css/magnific.css\";a:2:{s:1:\"d\";i:1421926606;s:1:\"h\";s:32:\"a9e405a7edb1fe0c9f084e507450f00d\";}s:62:\"wp-content/themes/honeymoon/wpv_theme/assets/css/magnific.less\";a:2:{s:1:\"d\";i:1421926606;s:1:\"h\";s:32:\"128df012876680bfb7ccd34735a6cd46\";}s:65:\"wp-content/themes/honeymoon/wpv_theme/assets/css/socialcount.less\";a:2:{s:1:\"d\";i:1421926607;s:1:\"h\";s:32:\"f21bdd0adb0d4e56ad6010c295579aac\";}s:79:\"wp-content/themes/honeymoon/wpv_theme/assets/css/responsive/layout-max-low.less\";a:2:{s:1:\"d\";i:1421926664;s:1:\"h\";s:32:\"91362a553117101dff6eec61acbe6cd1\";}s:78:\"wp-content/themes/honeymoon/wpv_theme/assets/css/responsive/mobile-header.less\";a:2:{s:1:\"d\";i:1421926665;s:1:\"h\";s:32:\"15f3e1352b51af30e999848951ff42f3\";}s:75:\"wp-content/themes/honeymoon/wpv_theme/assets/css/responsive/layout-max.less\";a:2:{s:1:\"d\";i:1421926665;s:1:\"h\";s:32:\"3177fa61c93a6d5f3d9ad5efef987e05\";}s:81:\"wp-content/themes/honeymoon/wpv_theme/assets/css/responsive/layout-below-max.less\";a:2:{s:1:\"d\";i:1421926664;s:1:\"h\";s:32:\"ee4d5ed0decc32330186e46fb101339c\";}s:78:\"wp-content/themes/honeymoon/wpv_theme/assets/css/responsive/layout-medium.less\";a:2:{s:1:\"d\";i:1421926665;s:1:\"h\";s:32:\"612305dc99cf2e3adc9fdd79a89abee7\";}s:70:\"wp-content/themes/honeymoon/wpv_theme/assets/css/responsive/hidpi.less\";a:2:{s:1:\"d\";i:1421926664;s:1:\"h\";s:32:\"2b93321558ada2bac6a766c2b0abb8ce\";}s:65:\"wp-content/themes/honeymoon/wpv_theme/assets/css/woocommerce.less\";a:2:{s:1:\"d\";i:1421926608;s:1:\"h\";s:32:\"53b6372591bc21004ae61a12bb2edbdc\";}s:61:\"wp-content/themes/honeymoon/wpv_theme/assets/css/buttons.less\";a:2:{s:1:\"d\";i:1421926603;s:1:\"h\";s:32:\"de84939e9008dff2ec1692bcd29e4b06\";}s:73:\"wp-content/themes/honeymoon/wpv_theme/assets/fonts/icons/theme-icons.woff\";a:2:{s:1:\"d\";i:1421926680;s:1:\"h\";s:32:\"23afbffb5a734ea32dd98a60d816dea0\";}s:72:\"wp-content/themes/honeymoon/wpv_theme/assets/fonts/icons/theme-icons.eot\";a:2:{s:1:\"d\";i:1421926674;s:1:\"h\";s:32:\"df7e0328594d1a610fee7fc15b6de93a\";}s:65:\"wp-content/themes/honeymoon/wpv_theme/assets/fonts/icons/list.php\";a:2:{s:1:\"d\";i:1421926673;s:1:\"h\";s:32:\"a4cfb2fd0415a3847eb42143ffd61bc1\";}s:72:\"wp-content/themes/honeymoon/wpv_theme/assets/fonts/icons/theme-icons.svg\";a:2:{s:1:\"d\";i:1421926678;s:1:\"h\";s:32:\"51d1ccce8f624c754600c4ab5d80d9a0\";}s:71:\"wp-content/themes/honeymoon/wpv_theme/assets/fonts/icons/selection.json\";a:2:{s:1:\"d\";i:1421926678;s:1:\"h\";s:32:\"c221bc68138967cebda3bed8e971c11b\";}s:72:\"wp-content/themes/honeymoon/wpv_theme/assets/fonts/icons/theme-icons.ttf\";a:2:{s:1:\"d\";i:1421926679;s:1:\"h\";s:32:\"7273cae349ac5c9553ff4c3c2f42c8af\";}s:41:\"wp-content/themes/honeymoon/composer.json\";a:2:{s:1:\"d\";i:1421926447;s:1:\"h\";s:32:\"0ffe00650f1006a61b856080e3643ab0\";}s:42:\"wp-content/themes/honeymoon/searchform.php\";a:2:{s:1:\"d\";i:1421926448;s:1:\"h\";s:32:\"dbd1eb1f38213ebe015b70d72a7dd842\";}s:38:\"wp-content/themes/honeymoon/footer.php\";a:2:{s:1:\"d\";i:1421926447;s:1:\"h\";s:32:\"5f4342cd4454ff1301fda55099e176ce\";}s:49:\"wp-content/themes/honeymoon/utils/lessc-spawn.php\";a:2:{s:1:\"d\";i:1421926466;s:1:\"h\";s:32:\"940fff07dca178563fdd4b79f4e5fefe\";}s:47:\"wp-content/themes/honeymoon/utils/grunt/init.js\";a:2:{s:1:\"d\";i:1421926488;s:1:\"h\";s:32:\"1dabf68a49d24e790aff85b21733b2ed\";}s:52:\"wp-content/themes/honeymoon/utils/grunt/packaging.js\";a:2:{s:1:\"d\";i:1421926489;s:1:\"h\";s:32:\"13044d1be4e037a64400118221810f3d\";}s:40:\"wp-content/themes/honeymoon/utils/plessc\";a:2:{s:1:\"d\";i:1421926467;s:1:\"h\";s:32:\"27878f69133ffc3cf46a145eb5c99c43\";}s:46:\"wp-content/themes/honeymoon/event-template.php\";a:2:{s:1:\"d\";i:1421926447;s:1:\"h\";s:32:\"379a4930eba53a881a83abe387ccfdd9\";}s:41:\"wp-content/themes/honeymoon/guestbook.php\";a:2:{s:1:\"d\";i:1421926447;s:1:\"h\";s:32:\"5da1c47be77e7a0e0a548dab1bfd61e5\";}s:38:\"wp-content/themes/honeymoon/readme.txt\";a:2:{s:1:\"d\";i:1421926448;s:1:\"h\";s:32:\"72c711a80a1ee77935e92acf13c3cfbc\";}s:52:\"wp-content/themes/honeymoon/vamtam-editor/editor.php\";a:2:{s:1:\"d\";i:1421926468;s:1:\"h\";s:32:\"c187d6290348d4e6189143937cee523e\";}s:52:\"wp-content/themes/honeymoon/vamtam-editor/parser.php\";a:2:{s:1:\"d\";i:1421926468;s:1:\"h\";s:32:\"3939e0b6363677f70d96299103d18f0b\";}s:66:\"wp-content/themes/honeymoon/vamtam-editor/available-shortcodes.php\";a:2:{s:1:\"d\";i:1421926467;s:1:\"h\";s:32:\"5b22bee17b660ce734caf5935f8f0e8c\";}s:50:\"wp-content/themes/honeymoon/vamtam-editor/ajax.php\";a:2:{s:1:\"d\";i:1421926468;s:1:\"h\";s:32:\"674dadd19f262f09c0540465c18f5456\";}s:78:\"wp-content/themes/honeymoon/vamtam-editor/shortcodes/handlers/wpv_progress.php\";a:2:{s:1:\"d\";i:1421926599;s:1:\"h\";s:32:\"57d42f0c6f7f188a558c876dca78a52d\";}s:85:\"wp-content/themes/honeymoon/vamtam-editor/shortcodes/handlers/services_expandable.php\";a:2:{s:1:\"d\";i:1421926598;s:1:\"h\";s:32:\"088adfa4562169c455ee555a8d271f00\";}s:77:\"wp-content/themes/honeymoon/vamtam-editor/shortcodes/handlers/wpv_twitter.php\";a:2:{s:1:\"d\";i:1421926600;s:1:\"h\";s:32:\"082c7c7678bf88d38211bf2725ad54ec\";}s:70:\"wp-content/themes/honeymoon/vamtam-editor/shortcodes/handlers/tabs.php\";a:2:{s:1:\"d\";i:1421926599;s:1:\"h\";s:32:\"82c4bd31ec521cf31ea8b0dc8b17c61b\";}s:73:\"wp-content/themes/honeymoon/vamtam-editor/shortcodes/handlers/divider.php\";a:2:{s:1:\"d\";i:1421926597;s:1:\"h\";s:32:\"7045f3bdd4455a0bdc8dad68348bc733\";}s:70:\"wp-content/themes/honeymoon/vamtam-editor/shortcodes/handlers/gmap.php\";a:2:{s:1:\"d\";i:1421926597;s:1:\"h\";s:32:\"72471a0a75cb8a6703dbcdd004ad05b5\";}s:72:\"wp-content/themes/honeymoon/vamtam-editor/shortcodes/handlers/slider.php\";a:2:{s:1:\"d\";i:1421926598;s:1:\"h\";s:32:\"8061fd3ff1b576bc1d79a00c3708fcaf\";}s:79:\"wp-content/themes/honeymoon/vamtam-editor/shortcodes/handlers/wpv_countdown.php\";a:2:{s:1:\"d\";i:1421926599;s:1:\"h\";s:32:\"7a47bde6b95fe60393ec9ddc61b2c447\";}s:74:\"wp-content/themes/honeymoon/vamtam-editor/shortcodes/handlers/linkarea.php\";a:2:{s:1:\"d\";i:1421926597;s:1:\"h\";s:32:\"3edcacc7ec18e618ec40ac8c1d44e74f\";}s:75:\"wp-content/themes/honeymoon/vamtam-editor/shortcodes/handlers/accordion.php\";a:2:{s:1:\"d\";i:1421926596;s:1:\"h\";s:32:\"949b0e59f7b0e1d1c8aa8b6f018e9865\";}s:72:\"wp-content/themes/honeymoon/vamtam-editor/shortcodes/handlers/column.php\";a:2:{s:1:\"d\";i:1421926597;s:1:\"h\";s:32:\"54d1581c85015e714a38f29ac159e9d3\";}s:71:\"wp-content/themes/honeymoon/vamtam-editor/shortcodes/handlers/blank.php\";a:2:{s:1:\"d\";i:1421926596;s:1:\"h\";s:32:\"dea28c80ad5128890871a4131b1a6747\";}s:70:\"wp-content/themes/honeymoon/vamtam-editor/shortcodes/handlers/text.php\";a:2:{s:1:\"d\";i:1421926599;s:1:\"h\";s:32:\"9adb183ecd3ae9846110d973234b1c96\";}s:71:\"wp-content/themes/honeymoon/vamtam-editor/shortcodes/handlers/price.php\";a:2:{s:1:\"d\";i:1421926598;s:1:\"h\";s:32:\"f3be335d1d98430aae0f1e86b28304dd\";}s:73:\"wp-content/themes/honeymoon/vamtam-editor/shortcodes/handlers/sitemap.php\";a:2:{s:1:\"d\";i:1421926598;s:1:\"h\";s:32:\"d31bb4bf2abd6bff65ea1fb537c975b8\";}s:87:\"wp-content/themes/honeymoon/vamtam-editor/shortcodes/handlers/wpv_featured_products.php\";a:2:{s:1:\"d\";i:1421926599;s:1:\"h\";s:32:\"a678c9593aeeb21c9b12e1807a8bb540\";}s:70:\"wp-content/themes/honeymoon/vamtam-editor/shortcodes/handlers/blog.php\";a:2:{s:1:\"d\";i:1421926597;s:1:\"h\";s:32:\"6a3462783e634a8b5adcd5c090cc84ae\";}s:82:\"wp-content/themes/honeymoon/vamtam-editor/shortcodes/handlers/wpv_tribe_events.php\";a:2:{s:1:\"d\";i:1421926600;s:1:\"h\";s:32:\"08f7824ebe8233e8ac831f10dbfe9a9d\";}s:72:\"wp-content/themes/honeymoon/vamtam-editor/shortcodes/handlers/iframe.php\";a:2:{s:1:\"d\";i:1421926597;s:1:\"h\";s:32:\"3109e5741a702b95c2f1d0d55771c933\";}s:75:\"wp-content/themes/honeymoon/vamtam-editor/shortcodes/handlers/portfolio.php\";a:2:{s:1:\"d\";i:1421926597;s:1:\"h\";s:32:\"be336927ddf9a7e00cdff3c471d78999\";}s:72:\"wp-content/themes/honeymoon/vamtam-editor/shortcodes/handlers/slogan.php\";a:2:{s:1:\"d\";i:1421926598;s:1:\"h\";s:32:\"eaed54deb4e3168a2eb7540ae9248bfb\";}s:74:\"wp-content/themes/honeymoon/vamtam-editor/shortcodes/handlers/services.php\";a:2:{s:1:\"d\";i:1421926598;s:1:\"h\";s:32:\"ede6ca7f34d7999808af3b986b022ee8\";}s:81:\"wp-content/themes/honeymoon/vamtam-editor/shortcodes/handlers/wpv_timed_event.php\";a:2:{s:1:\"d\";i:1421926599;s:1:\"h\";s:32:\"d547a9bb8a7a7c8c4bdc58870b8be70a\";}s:78:\"wp-content/themes/honeymoon/vamtam-editor/shortcodes/handlers/text_divider.php\";a:2:{s:1:\"d\";i:1421926599;s:1:\"h\";s:32:\"616062f9502538a640decbb88fe6f140\";}s:76:\"wp-content/themes/honeymoon/vamtam-editor/shortcodes/handlers/blockquote.php\";a:2:{s:1:\"d\";i:1421926596;s:1:\"h\";s:32:\"ab0caf101125442c197d3a343a8f6191\";}s:78:\"wp-content/themes/honeymoon/vamtam-editor/shortcodes/handlers/contact_info.php\";a:2:{s:1:\"d\";i:1421926597;s:1:\"h\";s:32:\"e8ba2d7ed4f761f0854f3118ead51748\";}s:77:\"wp-content/themes/honeymoon/vamtam-editor/shortcodes/handlers/team_member.php\";a:2:{s:1:\"d\";i:1421926599;s:1:\"h\";s:32:\"3029224ef874f8a36531f23079fc37f4\";}s:72:\"wp-content/themes/honeymoon/vamtam-editor/shortcodes/handlers/flickr.php\";a:2:{s:1:\"d\";i:1421926597;s:1:\"h\";s:32:\"8cd8a9594b208440efd336e578d406bf\";}s:76:\"wp-content/themes/honeymoon/vamtam-editor/shortcodes/config/wpv_progress.php\";a:2:{s:1:\"d\";i:1421926595;s:1:\"h\";s:32:\"3c9e7976eaa75c14dab031f2735b0822\";}s:75:\"wp-content/themes/honeymoon/vamtam-editor/shortcodes/config/layerslider.php\";a:2:{s:1:\"d\";i:1421926592;s:1:\"h\";s:32:\"a32e79a63a5d21779ae789f4b46550a5\";}s:74:\"wp-content/themes/honeymoon/vamtam-editor/shortcodes/config/rev_slider.php\";a:2:{s:1:\"d\";i:1421926593;s:1:\"h\";s:32:\"9804fb00b003207b7cc655028aa3ff2a\";}s:83:\"wp-content/themes/honeymoon/vamtam-editor/shortcodes/config/services_expandable.php\";a:2:{s:1:\"d\";i:1421926594;s:1:\"h\";s:32:\"718e3bdedea9550178910f0ff62df437\";}s:75:\"wp-content/themes/honeymoon/vamtam-editor/shortcodes/config/wpv_twitter.php\";a:2:{s:1:\"d\";i:1421926596;s:1:\"h\";s:32:\"44b0ce2c745d2b1a02fe0b316086b5ab\";}s:68:\"wp-content/themes/honeymoon/vamtam-editor/shortcodes/config/tabs.php\";a:2:{s:1:\"d\";i:1421926594;s:1:\"h\";s:32:\"a21253b2ce8e7c60ea4da561777242a3\";}s:71:\"wp-content/themes/honeymoon/vamtam-editor/shortcodes/config/divider.php\";a:2:{s:1:\"d\";i:1421926592;s:1:\"h\";s:32:\"ac0e39cf3940c27ca05c4f84908561e3\";}s:68:\"wp-content/themes/honeymoon/vamtam-editor/shortcodes/config/gmap.php\";a:2:{s:1:\"d\";i:1421926592;s:1:\"h\";s:32:\"2a409b614476bdbcbc88d9da027c303c\";}s:77:\"wp-content/themes/honeymoon/vamtam-editor/shortcodes/config/wpv_countdown.php\";a:2:{s:1:\"d\";i:1421926595;s:1:\"h\";s:32:\"af21b101f3a829c21b9feb4d728578eb\";}s:72:\"wp-content/themes/honeymoon/vamtam-editor/shortcodes/config/linkarea.php\";a:2:{s:1:\"d\";i:1421926592;s:1:\"h\";s:32:\"e2645670e088eec3f9df586cca05acf5\";}s:73:\"wp-content/themes/honeymoon/vamtam-editor/shortcodes/config/accordion.php\";a:2:{s:1:\"d\";i:1421926591;s:1:\"h\";s:32:\"51dcd1fdf94e2ff825e3562d2405c181\";}s:70:\"wp-content/themes/honeymoon/vamtam-editor/shortcodes/config/column.php\";a:2:{s:1:\"d\";i:1421926592;s:1:\"h\";s:32:\"6dd8865cca4297ad5bbd91573e876bdb\";}s:69:\"wp-content/themes/honeymoon/vamtam-editor/shortcodes/config/blank.php\";a:2:{s:1:\"d\";i:1421926591;s:1:\"h\";s:32:\"0d46c63572b95cf1dba365e21a2084a9\";}s:68:\"wp-content/themes/honeymoon/vamtam-editor/shortcodes/config/text.php\";a:2:{s:1:\"d\";i:1421926594;s:1:\"h\";s:32:\"4b670dcee17629a104cf8884ec124255\";}s:69:\"wp-content/themes/honeymoon/vamtam-editor/shortcodes/config/price.php\";a:2:{s:1:\"d\";i:1421926593;s:1:\"h\";s:32:\"a14e01cad9a6899a792c9bdd87dae593\";}s:71:\"wp-content/themes/honeymoon/vamtam-editor/shortcodes/config/sitemap.php\";a:2:{s:1:\"d\";i:1421926594;s:1:\"h\";s:32:\"f827532b265eda5e69453b1f6a3d533c\";}s:85:\"wp-content/themes/honeymoon/vamtam-editor/shortcodes/config/wpv_featured_products.php\";a:2:{s:1:\"d\";i:1421926595;s:1:\"h\";s:32:\"77bfbc8a11004cfc77131762068687ea\";}s:68:\"wp-content/themes/honeymoon/vamtam-editor/shortcodes/config/blog.php\";a:2:{s:1:\"d\";i:1421926591;s:1:\"h\";s:32:\"b8df114865b8b2270c8784c934eb793a\";}s:80:\"wp-content/themes/honeymoon/vamtam-editor/shortcodes/config/wpv_tribe_events.php\";a:2:{s:1:\"d\";i:1421926596;s:1:\"h\";s:32:\"1eea9fec916e2aec4568794551471657\";}s:70:\"wp-content/themes/honeymoon/vamtam-editor/shortcodes/config/iframe.php\";a:2:{s:1:\"d\";i:1421926592;s:1:\"h\";s:32:\"9da92e7b20ec1e0992df051710eb0e9e\";}s:73:\"wp-content/themes/honeymoon/vamtam-editor/shortcodes/config/portfolio.php\";a:2:{s:1:\"d\";i:1421926593;s:1:\"h\";s:32:\"6a26af5dcefcb38d77d4b693d3716915\";}s:70:\"wp-content/themes/honeymoon/vamtam-editor/shortcodes/config/slogan.php\";a:2:{s:1:\"d\";i:1421926594;s:1:\"h\";s:32:\"8e4560ca80559f6e51e48d6c19ce67ff\";}s:72:\"wp-content/themes/honeymoon/vamtam-editor/shortcodes/config/services.php\";a:2:{s:1:\"d\";i:1421926593;s:1:\"h\";s:32:\"0f28588b26a36c3947d57940a55122b7\";}s:79:\"wp-content/themes/honeymoon/vamtam-editor/shortcodes/config/wpv_timed_event.php\";a:2:{s:1:\"d\";i:1421926595;s:1:\"h\";s:32:\"787fee56503e01a15ca6b4f29eb21169\";}s:76:\"wp-content/themes/honeymoon/vamtam-editor/shortcodes/config/text_divider.php\";a:2:{s:1:\"d\";i:1421926594;s:1:\"h\";s:32:\"e9b173c86444d5871b175c13ee73e9de\";}s:74:\"wp-content/themes/honeymoon/vamtam-editor/shortcodes/config/blockquote.php\";a:2:{s:1:\"d\";i:1421926591;s:1:\"h\";s:32:\"bbf0eb75db83f68c0371de7d790d5e18\";}s:78:\"wp-content/themes/honeymoon/vamtam-editor/shortcodes/config/contact-form-7.php\";a:2:{s:1:\"d\";i:1421926592;s:1:\"h\";s:32:\"9cf7cd0aab4f2283484bb77006201098\";}s:76:\"wp-content/themes/honeymoon/vamtam-editor/shortcodes/config/contact_info.php\";a:2:{s:1:\"d\";i:1421926592;s:1:\"h\";s:32:\"e2078be87e4e6554859e7ae9410f1342\";}s:75:\"wp-content/themes/honeymoon/vamtam-editor/shortcodes/config/team_member.php\";a:2:{s:1:\"d\";i:1421926594;s:1:\"h\";s:32:\"cbbec04e92abbc8acff94edf234611b0\";}s:70:\"wp-content/themes/honeymoon/vamtam-editor/shortcodes/config/flickr.php\";a:2:{s:1:\"d\";i:1421926592;s:1:\"h\";s:32:\"37a7c16464ea9bb949ea1e72be6c6bfa\";}s:56:\"wp-content/themes/honeymoon/vamtam-editor/editor-tpl.php\";a:2:{s:1:\"d\";i:1421926468;s:1:\"h\";s:32:\"b4cb3a66eafe0a9b047937c708d950a2\";}s:62:\"wp-content/themes/honeymoon/vamtam-editor/config-generator.php\";a:2:{s:1:\"d\";i:1421926468;s:1:\"h\";s:32:\"344d8fb2cbc68258ce6224b3824fa01c\";}s:60:\"wp-content/themes/honeymoon/vamtam-editor/assets/css/ui.less\";a:2:{s:1:\"d\";i:1421926587;s:1:\"h\";s:32:\"dd5723ef2516b1da26ee5906c6f87d54\";}s:66:\"wp-content/themes/honeymoon/vamtam-editor/assets/css/prefixer.less\";a:2:{s:1:\"d\";i:1421926587;s:1:\"h\";s:32:\"bb7f2b500372cc584308031eee807d8e\";}s:63:\"wp-content/themes/honeymoon/vamtam-editor/assets/css/editor.css\";a:2:{s:1:\"d\";i:1421926587;s:1:\"h\";s:32:\"419585ad6a41485fc2d69535a305c706\";}s:62:\"wp-content/themes/honeymoon/vamtam-editor/assets/css/font.less\";a:2:{s:1:\"d\";i:1421926587;s:1:\"h\";s:32:\"9bdd45514e4abc27791065638c333007\";}s:64:\"wp-content/themes/honeymoon/vamtam-editor/assets/css/editor.less\";a:2:{s:1:\"d\";i:1421926587;s:1:\"h\";s:32:\"8be036597e0edf2870072ed9e9290d01\";}s:61:\"wp-content/themes/honeymoon/vamtam-editor/assets/js/editor.js\";a:2:{s:1:\"d\";i:1421926590;s:1:\"h\";s:32:\"139c0a9ed8fcba880951cdff1da038f3\";}s:76:\"wp-content/themes/honeymoon/vamtam-editor/assets/fonts/vamtam-editor.dev.svg\";a:2:{s:1:\"d\";i:1421926588;s:1:\"h\";s:32:\"c89e6f4ba0efbb36a30eb1e96a17e69a\";}s:72:\"wp-content/themes/honeymoon/vamtam-editor/assets/fonts/vamtam-editor.svg\";a:2:{s:1:\"d\";i:1421926588;s:1:\"h\";s:32:\"e1c6be8ff9b5d98d0cddf66676c25b49\";}s:72:\"wp-content/themes/honeymoon/vamtam-editor/assets/fonts/vamtam-editor.ttf\";a:2:{s:1:\"d\";i:1421926588;s:1:\"h\";s:32:\"866302ee4670c0779cc803647e09c456\";}s:73:\"wp-content/themes/honeymoon/vamtam-editor/assets/fonts/vamtam-editor.woff\";a:2:{s:1:\"d\";i:1421926589;s:1:\"h\";s:32:\"92b6a67acdfed81144b589285aaf0bf6\";}s:72:\"wp-content/themes/honeymoon/vamtam-editor/assets/fonts/vamtam-editor.eot\";a:2:{s:1:\"d\";i:1421926588;s:1:\"h\";s:32:\"11621fa6ad54c8c3084f19f0a0cf093b\";}s:81:\"wp-content/themes/honeymoon/vamtam-editor/assets/fonts/icomoon/icons-original.svg\";a:2:{s:1:\"d\";i:1421926661;s:1:\"h\";s:32:\"5ec6e6cccae571ed7f81e7a5297d0e9b\";}s:73:\"wp-content/themes/honeymoon/vamtam-editor/assets/fonts/icomoon/icons.woff\";a:2:{s:1:\"d\";i:1421926662;s:1:\"h\";s:32:\"d076c86dd711587e02708329e82a5d2a\";}s:72:\"wp-content/themes/honeymoon/vamtam-editor/assets/fonts/icomoon/icons.eot\";a:2:{s:1:\"d\";i:1421926654;s:1:\"h\";s:32:\"c66a5537a17ebe08e6d65f968f27f13d\";}s:72:\"wp-content/themes/honeymoon/vamtam-editor/assets/fonts/icomoon/icons.svg\";a:2:{s:1:\"d\";i:1421926660;s:1:\"h\";s:32:\"884763ec07501b7ea13d6c4df538d91b\";}s:71:\"wp-content/themes/honeymoon/vamtam-editor/assets/fonts/icomoon/list.php\";a:2:{s:1:\"d\";i:1421926662;s:1:\"h\";s:32:\"3fb6ae90f0ef828f5a2888d02ce975e6\";}s:72:\"wp-content/themes/honeymoon/vamtam-editor/assets/fonts/icomoon/icons.ttf\";a:2:{s:1:\"d\";i:1421926662;s:1:\"h\";s:32:\"1eb09683d0b47ddfd343bd25d5ce187f\";}s:38:\"wp-content/themes/honeymoon/header.php\";a:2:{s:1:\"d\";i:1421926447;s:1:\"h\";s:32:\"002d3648b4a215fd983c5d45f301c86d\";}s:40:\"wp-content/themes/honeymoon/package.json\";a:2:{s:1:\"d\";i:1421926448;s:1:\"h\";s:32:\"bcd23dbf883320da0548e15109afdacf\";}s:56:\"wp-content/themes/honeymoon/single-portfolio-content.php\";a:2:{s:1:\"d\";i:1421926449;s:1:\"h\";s:32:\"d98887db9c81877846e4be512174fc62\";}s:51:\"wp-content/themes/honeymoon/languages/honeymoon.pot\";a:2:{s:1:\"d\";i:1421926457;s:1:\"h\";s:32:\"cb70d781ee0601534f5266a5e6d98598\";}s:48:\"wp-content/themes/honeymoon/cache/variables.less\";a:2:{s:1:\"d\";i:1422573153;s:1:\"h\";s:32:\"0a0ae82f95a39c954ef1fae6c1d4d4d5\";}s:41:\"wp-content/themes/honeymoon/cache/all.css\";a:2:{s:1:\"d\";i:1422573155;s:1:\"h\";s:32:\"aa4119ed02136275985b94ff92d6e755\";}s:39:\"wp-content/themes/honeymoon/cache/empty\";a:2:{s:1:\"d\";i:1421926452;s:1:\"h\";s:32:\"d41d8cd98f00b204e9800998ecf8427e\";}s:37:\"wp-content/themes/honeymoon/build.xml\";a:2:{s:1:\"d\";i:1421926446;s:1:\"h\";s:32:\"2191bd666f2f5d26cf41cea52a0d5257\";}s:43:\"wp-content/themes/honeymoon/wpml-config.xml\";a:2:{s:1:\"d\";i:1421926451;s:1:\"h\";s:32:\"6e19efbc142c00f15ffce3aa549ee212\";}s:41:\"wp-content/themes/twentyfifteen/style.css\";a:2:{s:1:\"d\";i:1421925964;s:1:\"h\";s:32:\"d297d375677765e21f50fd15ba671647\";}s:45:\"wp-content/themes/twentyfifteen/functions.php\";a:2:{s:1:\"d\";i:1421925963;s:1:\"h\";s:32:\"91567c7d8859d2bdd1f432db060e16bd\";}s:40:\"wp-content/themes/twentyfifteen/page.php\";a:2:{s:1:\"d\";i:1421925964;s:1:\"h\";s:32:\"429635d5e4118c5e9b001299609043fe\";}s:48:\"wp-content/themes/twentyfifteen/content-none.php\";a:2:{s:1:\"d\";i:1421925963;s:1:\"h\";s:32:\"80e901ee9b9656e4081ebd582bd53199\";}s:48:\"wp-content/themes/twentyfifteen/content-link.php\";a:2:{s:1:\"d\";i:1421925963;s:1:\"h\";s:32:\"b399e0462769d55610fa310b01bc1bf3\";}s:39:\"wp-content/themes/twentyfifteen/404.php\";a:2:{s:1:\"d\";i:1421925963;s:1:\"h\";s:32:\"acf3c2a0019a9232d54d4414802491b2\";}s:44:\"wp-content/themes/twentyfifteen/comments.php\";a:2:{s:1:\"d\";i:1421925963;s:1:\"h\";s:32:\"52f7daa26417fdbdc993a84748d5f181\";}s:42:\"wp-content/themes/twentyfifteen/search.php\";a:2:{s:1:\"d\";i:1421925964;s:1:\"h\";s:32:\"3eb7c42237d19ed78921f0540aaa7df2\";}s:43:\"wp-content/themes/twentyfifteen/css/ie7.css\";a:2:{s:1:\"d\";i:1421925963;s:1:\"h\";s:32:\"6468f9823d831d5b4b4d37d5c52c88ac\";}s:52:\"wp-content/themes/twentyfifteen/css/editor-style.css\";a:2:{s:1:\"d\";i:1421925963;s:1:\"h\";s:32:\"7233eef8935a8539e806bee9e03bcea5\";}s:42:\"wp-content/themes/twentyfifteen/css/ie.css\";a:2:{s:1:\"d\";i:1421925963;s:1:\"h\";s:32:\"35d63a4f5450fafdac209c305b496efa\";}s:39:\"wp-content/themes/twentyfifteen/rtl.css\";a:2:{s:1:\"d\";i:1421925964;s:1:\"h\";s:32:\"76d2bc6a05541f605a17f3f55562aad0\";}s:43:\"wp-content/themes/twentyfifteen/archive.php\";a:2:{s:1:\"d\";i:1421925963;s:1:\"h\";s:32:\"5b6bf92278874581371240737d6ca51c\";}s:42:\"wp-content/themes/twentyfifteen/single.php\";a:2:{s:1:\"d\";i:1421925964;s:1:\"h\";s:32:\"c86c43956ebcd706efb11b2ff4da13ef\";}s:43:\"wp-content/themes/twentyfifteen/content.php\";a:2:{s:1:\"d\";i:1421925963;s:1:\"h\";s:32:\"3f3c689e9ad6173e43bda54271d0ce70\";}s:41:\"wp-content/themes/twentyfifteen/index.php\";a:2:{s:1:\"d\";i:1421925964;s:1:\"h\";s:32:\"84c9b262ae5a4b939e934bad57d8ee3a\";}s:41:\"wp-content/themes/twentyfifteen/image.php\";a:2:{s:1:\"d\";i:1421925964;s:1:\"h\";s:32:\"d8127b8df949bbf73cff3c248da7b07e\";}s:46:\"wp-content/themes/twentyfifteen/author-bio.php\";a:2:{s:1:\"d\";i:1421925963;s:1:\"h\";s:32:\"34dcd4a152172429fac7ebfb775a4ff5\";}s:43:\"wp-content/themes/twentyfifteen/js/html5.js\";a:2:{s:1:\"d\";i:1421925964;s:1:\"h\";s:32:\"e95ca1122287c8b6889b126ac893b750\";}s:47:\"wp-content/themes/twentyfifteen/js/functions.js\";a:2:{s:1:\"d\";i:1421925964;s:1:\"h\";s:32:\"7c0001dfae602cc375d4107060bc732f\";}s:57:\"wp-content/themes/twentyfifteen/js/skip-link-focus-fix.js\";a:2:{s:1:\"d\";i:1421925964;s:1:\"h\";s:32:\"d774bf15e2e23e3a7bbb9afa92f4f0b6\";}s:55:\"wp-content/themes/twentyfifteen/js/customize-preview.js\";a:2:{s:1:\"d\";i:1421925964;s:1:\"h\";s:32:\"e0d91074b5f13f0dcd4a34bcc561c329\";}s:58:\"wp-content/themes/twentyfifteen/js/color-scheme-control.js\";a:2:{s:1:\"d\";i:1421925964;s:1:\"h\";s:32:\"6705bda44f3acb5dc98fc1bcc65884db\";}s:63:\"wp-content/themes/twentyfifteen/js/keyboard-image-navigation.js\";a:2:{s:1:\"d\";i:1421925964;s:1:\"h\";s:32:\"b82f191be2383003721f8b0d6fbaaea9\";}s:43:\"wp-content/themes/twentyfifteen/sidebar.php\";a:2:{s:1:\"d\";i:1421925964;s:1:\"h\";s:32:\"eca6c02ab3707a042e39f47b88a5e153\";}s:42:\"wp-content/themes/twentyfifteen/footer.php\";a:2:{s:1:\"d\";i:1421925963;s:1:\"h\";s:32:\"6859d3a0a826e984df36d3098cfd874e\";}s:42:\"wp-content/themes/twentyfifteen/readme.txt\";a:2:{s:1:\"d\";i:1421925964;s:1:\"h\";s:32:\"fa6a758e81f3a6a617671e36c812369f\";}s:42:\"wp-content/themes/twentyfifteen/header.php\";a:2:{s:1:\"d\";i:1421925964;s:1:\"h\";s:32:\"fd74d6e6ca6119da16849dd23d18fb42\";}s:59:\"wp-content/themes/twentyfifteen/languages/twentyfifteen.pot\";a:2:{s:1:\"d\";i:1421925964;s:1:\"h\";s:32:\"86b05d8ef230b4774bc234979974f469\";}s:50:\"wp-content/themes/twentyfifteen/inc/customizer.php\";a:2:{s:1:\"d\";i:1421925964;s:1:\"h\";s:32:\"0adfac2fc5cff2ab42e8f1e920b33e56\";}s:53:\"wp-content/themes/twentyfifteen/inc/custom-header.php\";a:2:{s:1:\"d\";i:1421925964;s:1:\"h\";s:32:\"37b093aed28ac146f0e68ce5bdfc76e2\";}s:53:\"wp-content/themes/twentyfifteen/inc/template-tags.php\";a:2:{s:1:\"d\";i:1421925964;s:1:\"h\";s:32:\"cd06c80f176a3f825c63bd4b5be9176f\";}s:51:\"wp-content/themes/twentyfifteen/inc/back-compat.php\";a:2:{s:1:\"d\";i:1421925964;s:1:\"h\";s:32:\"61bf8fc8c8c0c413d7209a085bdc607a\";}s:48:\"wp-content/themes/twentyfifteen/content-page.php\";a:2:{s:1:\"d\";i:1421925963;s:1:\"h\";s:32:\"06da247a78e2c415f8361bde93934d23\";}s:50:\"wp-content/themes/twentyfifteen/content-search.php\";a:2:{s:1:\"d\";i:1421925963;s:1:\"h\";s:32:\"05eca53c435579fb51924fdfc4cc62cf\";}s:57:\"wp-content/themes/twentyfifteen/genericons/Genericons.ttf\";a:2:{s:1:\"d\";i:1421925964;s:1:\"h\";s:32:\"bd260e7477d834b7d0890b9470638124\";}s:57:\"wp-content/themes/twentyfifteen/genericons/Genericons.svg\";a:2:{s:1:\"d\";i:1421925963;s:1:\"h\";s:32:\"2fbf3d1bc2b37a65582ab97cd3eaa462\";}s:55:\"wp-content/themes/twentyfifteen/genericons/example.html\";a:2:{s:1:\"d\";i:1421925964;s:1:\"h\";s:32:\"bb0f3b9d51439e02ac4a4475637c1269\";}s:52:\"wp-content/themes/twentyfifteen/genericons/README.md\";a:2:{s:1:\"d\";i:1421925964;s:1:\"h\";s:32:\"75f6390a4a93fd4c613751b7a9e78491\";}s:54:\"wp-content/themes/twentyfifteen/genericons/LICENSE.txt\";a:2:{s:1:\"d\";i:1421925964;s:1:\"h\";s:32:\"b234ee4d69f5fce4486a80fdaf4a4263\";}s:54:\"wp-content/themes/twentyfifteen/genericons/COPYING.txt\";a:2:{s:1:\"d\";i:1421925963;s:1:\"h\";s:32:\"b9423b96eb6160477fd4a2b7de890419\";}s:58:\"wp-content/themes/twentyfifteen/genericons/Genericons.woff\";a:2:{s:1:\"d\";i:1421925964;s:1:\"h\";s:32:\"732ff0fd6e5d9d64b2c8c81f7ac83f01\";}s:57:\"wp-content/themes/twentyfifteen/genericons/genericons.css\";a:2:{s:1:\"d\";i:1421925964;s:1:\"h\";s:32:\"c4a5f119c255c653e1ff74af2b021baf\";}s:57:\"wp-content/themes/twentyfifteen/genericons/Genericons.eot\";a:2:{s:1:\"d\";i:1421925963;s:1:\"h\";s:32:\"e286921c96e71c281fedc8376ba46a7f\";}s:36:\"wp-includes/pluggable-deprecated.php\";a:2:{s:1:\"d\";i:1421925962;s:1:\"h\";s:32:\"84dba0f9d4eb8476be216c22c8a4f32d\";}s:25:\"wp-includes/functions.php\";a:2:{s:1:\"d\";i:1421925959;s:1:\"h\";s:32:\"997023f9cb16a3208d43e6547fc7d4cc\";}s:33:\"wp-includes/category-template.php\";a:2:{s:1:\"d\";i:1421925959;s:1:\"h\";s:32:\"ac21ffd2a75ab94f1600dd550c804ba9\";}s:26:\"wp-includes/class-http.php\";a:2:{s:1:\"d\";i:1421925959;s:1:\"h\";s:32:\"a92923fbd3361aef7afbad9b137d4cff\";}s:25:\"wp-includes/feed-atom.php\";a:2:{s:1:\"d\";i:1404728295;s:1:\"h\";s:32:\"e37135428b98f334acc2ea4406100a57\";}s:20:\"wp-includes/date.php\";a:2:{s:1:\"d\";i:1421925959;s:1:\"h\";s:32:\"cb19a58d5773830c015932574200d55d\";}s:38:\"wp-includes/certificates/ca-bundle.crt\";a:2:{s:1:\"d\";i:1393468394;s:1:\"h\";s:32:\"978976c7bbfab9219a6f0a8a66a4da6f\";}s:23:\"wp-includes/ms-load.php\";a:2:{s:1:\"d\";i:1421925962;s:1:\"h\";s:32:\"8dd947d29128c7ebe5f2ef13609b4944\";}s:21:\"wp-includes/theme.php\";a:2:{s:1:\"d\";i:1421925962;s:1:\"h\";s:32:\"d18645f20ee8feb00e3b2b8556b36b65\";}s:24:\"wp-includes/revision.php\";a:2:{s:1:\"d\";i:1421925962;s:1:\"h\";s:32:\"807b2938032727aeeeaadc388c95f875\";}s:23:\"wp-includes/rewrite.php\";a:2:{s:1:\"d\";i:1421925962;s:1:\"h\";s:32:\"aed976443b6e97cdc2ecae23df466d29\";}s:25:\"wp-includes/class-IXR.php\";a:2:{s:1:\"d\";i:1421925959;s:1:\"h\";s:32:\"ccf9b0c4144f1cf7e88d69942aaf2f1b\";}s:29:\"wp-includes/script-loader.php\";a:2:{s:1:\"d\";i:1421925962;s:1:\"h\";s:32:\"dc6dca7290ddc84581ae05a43deb057a\";}s:28:\"wp-includes/class-oembed.php\";a:2:{s:1:\"d\";i:1421925959;s:1:\"h\";s:32:\"396651bcd43cc494c2f2239ee682e001\";}s:28:\"wp-includes/class-snoopy.php\";a:2:{s:1:\"d\";i:1373303866;s:1:\"h\";s:32:\"dccbd26d4d7ae80f4d1472923b769e96\";}s:25:\"wp-includes/feed-rss2.php\";a:2:{s:1:\"d\";i:1421925959;s:1:\"h\";s:32:\"41a8a3186027727d08979f6288205147\";}s:20:\"wp-includes/cron.php\";a:2:{s:1:\"d\";i:1421925959;s:1:\"h\";s:32:\"c42cf6e03ce2816679c6ec4ad630efb1\";}s:34:\"wp-includes/feed-atom-comments.php\";a:2:{s:1:\"d\";i:1404728295;s:1:\"h\";s:32:\"63ab44313b088129ae932d8a423f3673\";}s:33:\"wp-includes/images/down_arrow.gif\";a:2:{s:1:\"d\";i:1421925960;s:1:\"h\";s:32:\"65dcc85d3a75ff5776fbe3df0122b7e2\";}s:29:\"wp-includes/images/xit-2x.gif\";a:2:{s:1:\"d\";i:1421925960;s:1:\"h\";s:32:\"8fb0729c541cbdc4609faf3f4ad02fc7\";}s:28:\"wp-includes/images/blank.gif\";a:2:{s:1:\"d\";i:1421925960;s:1:\"h\";s:32:\"48bb2baaf4353109f7c2665d96aa390b\";}s:32:\"wp-includes/images/wpspin-2x.gif\";a:2:{s:1:\"d\";i:1421925960;s:1:\"h\";s:32:\"7def33aad959cd289d49ddf2a41f076d\";}s:36:\"wp-includes/images/down_arrow-2x.gif\";a:2:{s:1:\"d\";i:1421925960;s:1:\"h\";s:32:\"a073b8a1ee9b2482017f3628da40a861\";}s:26:\"wp-includes/images/xit.gif\";a:2:{s:1:\"d\";i:1421925960;s:1:\"h\";s:32:\"e5012902a358fbb96031acdcf048d7ca\";}s:39:\"wp-includes/images/smilies/icon_cry.gif\";a:2:{s:1:\"d\";i:1421925960;s:1:\"h\";s:32:\"453e7a3f8bbb417008f06d576c41d060\";}s:40:\"wp-includes/images/smilies/icon_razz.gif\";a:2:{s:1:\"d\";i:1421925960;s:1:\"h\";s:32:\"17cbe5cbade2b4ec3d85be4ac9409add\";}s:41:\"wp-includes/images/smilies/icon_smile.gif\";a:2:{s:1:\"d\";i:1421925960;s:1:\"h\";s:32:\"b2984729c3b6cdc07508b88b5c0a4d1e\";}s:44:\"wp-includes/images/smilies/icon_confused.gif\";a:2:{s:1:\"d\";i:1421925960;s:1:\"h\";s:32:\"7fefa473594650055a36b9e3062c9a91\";}s:40:\"wp-includes/images/smilies/icon_wink.gif\";a:2:{s:1:\"d\";i:1421925960;s:1:\"h\";s:32:\"d01a4f87055ac0fce8a66739d80434ba\";}s:43:\"wp-includes/images/smilies/icon_mrgreen.gif\";a:2:{s:1:\"d\";i:1421925960;s:1:\"h\";s:32:\"fde9e44a8aae0e89bd527792b4779aca\";}s:40:\"wp-includes/images/smilies/icon_evil.gif\";a:2:{s:1:\"d\";i:1421925960;s:1:\"h\";s:32:\"63bf101bd3d4f7564d3cf31822218d2e\";}s:39:\"wp-includes/images/smilies/icon_sad.gif\";a:2:{s:1:\"d\";i:1421925960;s:1:\"h\";s:32:\"1a273db3c34f6afb3fed75417ca5e7b6\";}s:43:\"wp-includes/images/smilies/icon_twisted.gif\";a:2:{s:1:\"d\";i:1421925960;s:1:\"h\";s:32:\"62abd50ca92eb2381a7c60e351f64c46\";}s:39:\"wp-includes/images/smilies/icon_eek.gif\";a:2:{s:1:\"d\";i:1421925960;s:1:\"h\";s:32:\"a6c65fa6ff738ef6c46a4e80a65f7aa0\";}s:41:\"wp-includes/images/smilies/icon_arrow.gif\";a:2:{s:1:\"d\";i:1421925960;s:1:\"h\";s:32:\"bfcab5090b1280bbe495dbead4d2281f\";}s:43:\"wp-includes/images/smilies/icon_biggrin.gif\";a:2:{s:1:\"d\";i:1421925960;s:1:\"h\";s:32:\"c7597052fe2b16db307d6bd14e7b8c6b\";}s:43:\"wp-includes/images/smilies/icon_neutral.gif\";a:2:{s:1:\"d\";i:1421925960;s:1:\"h\";s:32:\"8a95dbfaa99809b0150687ae0cb45aed\";}s:44:\"wp-includes/images/smilies/icon_rolleyes.gif\";a:2:{s:1:\"d\";i:1421925960;s:1:\"h\";s:32:\"afc8bbc65fcbd2b82a3e2c1ab41a216a\";}s:40:\"wp-includes/images/smilies/icon_cool.gif\";a:2:{s:1:\"d\";i:1421925960;s:1:\"h\";s:32:\"96467eb5ae18dfa22ea1c0fa3e74380e\";}s:45:\"wp-includes/images/smilies/icon_surprised.gif\";a:2:{s:1:\"d\";i:1421925960;s:1:\"h\";s:32:\"299972b5cdd1f1e0690dd95e4038bd87\";}s:43:\"wp-includes/images/smilies/icon_redface.gif\";a:2:{s:1:\"d\";i:1421925960;s:1:\"h\";s:32:\"1c6d8b101c821641f983175221346112\";}s:39:\"wp-includes/images/smilies/icon_lol.gif\";a:2:{s:1:\"d\";i:1421925960;s:1:\"h\";s:32:\"d4f04dc65a387ca9b8c0f22ca8c0ec8c\";}s:44:\"wp-includes/images/smilies/icon_question.gif\";a:2:{s:1:\"d\";i:1421925960;s:1:\"h\";s:32:\"d22775b2e32645907141f788c36d4e9d\";}s:40:\"wp-includes/images/smilies/icon_idea.gif\";a:2:{s:1:\"d\";i:1421925960;s:1:\"h\";s:32:\"bdb3226d2568b8c1edf8f453b1e872e6\";}s:39:\"wp-includes/images/smilies/icon_mad.gif\";a:2:{s:1:\"d\";i:1421925960;s:1:\"h\";s:32:\"d7be08b669651a63080cfe7b9004d330\";}s:43:\"wp-includes/images/smilies/icon_exclaim.gif\";a:2:{s:1:\"d\";i:1421925960;s:1:\"h\";s:32:\"5ce371458c1a2148595f5f3daf7b5fc8\";}s:30:\"wp-includes/images/spinner.gif\";a:2:{s:1:\"d\";i:1421925960;s:1:\"h\";s:32:\"b0a3dde331637e27aa6476d476481871\";}s:29:\"wp-includes/images/wpspin.gif\";a:2:{s:1:\"d\";i:1421925960;s:1:\"h\";s:32:\"dd4e6dd268a70ce4c1c5143b1a4092dd\";}s:38:\"wp-includes/images/crystal/license.txt\";a:2:{s:1:\"d\";i:1393814067;s:1:\"h\";s:32:\"f05db54c63e36918479b6651930dcfe7\";}s:33:\"wp-includes/images/spinner-2x.gif\";a:2:{s:1:\"d\";i:1421925960;s:1:\"h\";s:32:\"5c1371bcb4392968647852a9c9df5d6c\";}s:40:\"wp-includes/class-wp-http-ixr-client.php\";a:2:{s:1:\"d\";i:1421925959;s:1:\"h\";s:32:\"744a72eb50e73ff117c662558802e661\";}s:22:\"wp-includes/compat.php\";a:2:{s:1:\"d\";i:1421925959;s:1:\"h\";s:32:\"8208296792cb09895d3599c50a621eb6\";}s:26:\"wp-includes/class-feed.php\";a:2:{s:1:\"d\";i:1400477235;s:1:\"h\";s:32:\"e9c7d804e2116ea44c498a6ae95a3c55\";}s:25:\"wp-includes/admin-bar.php\";a:2:{s:1:\"d\";i:1421925959;s:1:\"h\";s:32:\"e904f47d20c072a81da5729e94332f0b\";}s:33:\"wp-includes/bookmark-template.php\";a:2:{s:1:\"d\";i:1421925959;s:1:\"h\";s:32:\"ad14c4d4216d3c0dffedd6cfe9d84f34\";}s:36:\"wp-includes/ms-default-constants.php\";a:2:{s:1:\"d\";i:1405811655;s:1:\"h\";s:32:\"4e4d93eda2a8c01c8ad639f18862fc25\";}s:37:\"wp-includes/class-wp-image-editor.php\";a:2:{s:1:\"d\";i:1421925959;s:1:\"h\";s:32:\"a41ed6c0bec0675d8bc3784351830f1b\";}s:25:\"wp-includes/Text/Diff.php\";a:2:{s:1:\"d\";i:1369519853;s:1:\"h\";s:32:\"25fe9d676b0c6a4062c025c6dfdc00d9\";}s:34:\"wp-includes/Text/Diff/Renderer.php\";a:2:{s:1:\"d\";i:1369517905;s:1:\"h\";s:32:\"eb06befa8886e0c1858aa214e88fa829\";}s:39:\"wp-includes/Text/Diff/Engine/string.php\";a:2:{s:1:\"d\";i:1369517905;s:1:\"h\";s:32:\"5eee1f967840b952b502c6993dbbfad3\";}s:38:\"wp-includes/Text/Diff/Engine/shell.php\";a:2:{s:1:\"d\";i:1266542726;s:1:\"h\";s:32:\"75ab41dc91cd7e4aaa5e74a5f9e6eeba\";}s:39:\"wp-includes/Text/Diff/Engine/native.php\";a:2:{s:1:\"d\";i:1369517905;s:1:\"h\";s:32:\"e5ad272a18821212bee3c3df2ae8780e\";}s:38:\"wp-includes/Text/Diff/Engine/xdiff.php\";a:2:{s:1:\"d\";i:1369517905;s:1:\"h\";s:32:\"d6b91fc8628a0c0474ad58389a475815\";}s:41:\"wp-includes/Text/Diff/Renderer/inline.php\";a:2:{s:1:\"d\";i:1266542726;s:1:\"h\";s:32:\"880ae56e35b150b4b2c7e9d94227e81e\";}s:24:\"wp-includes/taxonomy.php\";a:2:{s:1:\"d\";i:1421925962;s:1:\"h\";s:32:\"4bfe580863bd28e6da49ad8d6e928c2d\";}s:35:\"wp-includes/css/media-views.min.css\";a:2:{s:1:\"d\";i:1421925959;s:1:\"h\";s:32:\"bbdb5de2ffa1378d42a1e0c1e47704d6\";}s:30:\"wp-includes/css/editor.min.css\";a:2:{s:1:\"d\";i:1421925959;s:1:\"h\";s:32:\"61c6df5b1e3a5cf6ebd565cb58f91e6e\";}s:34:\"wp-includes/css/editor-rtl.min.css\";a:2:{s:1:\"d\";i:1421925959;s:1:\"h\";s:32:\"c95fbbd85d14b7f107c9363983ba78ff\";}s:29:\"wp-includes/css/dashicons.css\";a:2:{s:1:\"d\";i:1421925959;s:1:\"h\";s:32:\"b3cf8e531a9c15bb7952877a43a5cd64\";}s:41:\"wp-includes/css/wp-auth-check-rtl.min.css\";a:2:{s:1:\"d\";i:1421925959;s:1:\"h\";s:32:\"4d6ca4acefd6ee3f4c49019bdc19ef48\";}s:35:\"wp-includes/css/media-views-rtl.css\";a:2:{s:1:\"d\";i:1421925959;s:1:\"h\";s:32:\"113badd2d3bd1c9cec6ae9b51cf9d14a\";}s:33:\"wp-includes/css/admin-bar-rtl.css\";a:2:{s:1:\"d\";i:1421925959;s:1:\"h\";s:32:\"22f2a03358684885e9cfd7001df074a9\";}s:37:\"wp-includes/css/admin-bar-rtl.min.css\";a:2:{s:1:\"d\";i:1421925959;s:1:\"h\";s:32:\"2b0b4e8d23d211fac38428825e524d6a\";}s:26:\"wp-includes/css/editor.css\";a:2:{s:1:\"d\";i:1421925959;s:1:\"h\";s:32:\"a87f03a14efd9b8531164dac272aa07c\";}s:39:\"wp-includes/css/media-views-rtl.min.css\";a:2:{s:1:\"d\";i:1421925959;s:1:\"h\";s:32:\"ed5f4318d41d867af5241b53202f52dd\";}s:29:\"wp-includes/css/admin-bar.css\";a:2:{s:1:\"d\";i:1421925959;s:1:\"h\";s:32:\"86da19a9b131b04a7fe12d38c592ed37\";}s:36:\"wp-includes/css/jquery-ui-dialog.css\";a:2:{s:1:\"d\";i:1421925959;s:1:\"h\";s:32:\"a6f2b4869450341fd4a85de9e9f1c3d5\";}s:33:\"wp-includes/css/wp-auth-check.css\";a:2:{s:1:\"d\";i:1395872654;s:1:\"h\";s:32:\"fed09c9b6be237c0fb4ba5c0468bb7ee\";}s:33:\"wp-includes/css/admin-bar.min.css\";a:2:{s:1:\"d\";i:1421925959;s:1:\"h\";s:32:\"8a3c425cdc87706f0e2f30643e278348\";}s:44:\"wp-includes/css/jquery-ui-dialog-rtl.min.css\";a:2:{s:1:\"d\";i:1421925959;s:1:\"h\";s:32:\"37f26aba16eb341b2b1a6e36e5783e7b\";}s:30:\"wp-includes/css/editor-rtl.css\";a:2:{s:1:\"d\";i:1421925959;s:1:\"h\";s:32:\"276f2225f21976d22740e82215494856\";}s:38:\"wp-includes/css/wp-pointer-rtl.min.css\";a:2:{s:1:\"d\";i:1406061704;s:1:\"h\";s:32:\"5e414da7c33e52e8ee53ae20cc2c3bd8\";}s:31:\"wp-includes/css/buttons-rtl.css\";a:2:{s:1:\"d\";i:1407781276;s:1:\"h\";s:32:\"adf3b5ecfe050b4e66e2a0d08e944444\";}s:34:\"wp-includes/css/wp-pointer-rtl.css\";a:2:{s:1:\"d\";i:1404057974;s:1:\"h\";s:32:\"d1469cd4079832849dad2664ea765a40\";}s:33:\"wp-includes/css/dashicons.min.css\";a:2:{s:1:\"d\";i:1421925959;s:1:\"h\";s:32:\"519c5cad73fa9de0f11b7e78479e7599\";}s:31:\"wp-includes/css/media-views.css\";a:2:{s:1:\"d\";i:1421925959;s:1:\"h\";s:32:\"34039211eb84b4c4ef8f040e7da8fb01\";}s:40:\"wp-includes/css/jquery-ui-dialog-rtl.css\";a:2:{s:1:\"d\";i:1421925959;s:1:\"h\";s:32:\"c28f6757fb9b072ed4ec796a96321e67\";}s:27:\"wp-includes/css/buttons.css\";a:2:{s:1:\"d\";i:1407781276;s:1:\"h\";s:32:\"c369daa6877b943e3cfd58f57229bd61\";}s:34:\"wp-includes/css/wp-pointer.min.css\";a:2:{s:1:\"d\";i:1406061704;s:1:\"h\";s:32:\"51b755f1d00ecfe6c97c681b712a1f79\";}s:30:\"wp-includes/css/wp-pointer.css\";a:2:{s:1:\"d\";i:1404057974;s:1:\"h\";s:32:\"83fefeea5786545e775f25941e482d13\";}s:37:\"wp-includes/css/wp-auth-check-rtl.css\";a:2:{s:1:\"d\";i:1395872654;s:1:\"h\";s:32:\"fcf78dfab422bd8cfcb95f716d7e0182\";}s:37:\"wp-includes/css/wp-auth-check.min.css\";a:2:{s:1:\"d\";i:1421925959;s:1:\"h\";s:32:\"9ed9dabd94f3a18eb8574dc2bd394ed2\";}s:40:\"wp-includes/css/jquery-ui-dialog.min.css\";a:2:{s:1:\"d\";i:1421925959;s:1:\"h\";s:32:\"6e6ae4efeeb4b153955047d63d1f9703\";}s:35:\"wp-includes/css/buttons-rtl.min.css\";a:2:{s:1:\"d\";i:1407781276;s:1:\"h\";s:32:\"1ee31e93b5f8424bc82b4e1e477e09e0\";}s:31:\"wp-includes/css/buttons.min.css\";a:2:{s:1:\"d\";i:1407781276;s:1:\"h\";s:32:\"52dc838032e91584a03c7aa660c860c7\";}s:24:\"wp-includes/ms-files.php\";a:2:{s:1:\"d\";i:1369081222;s:1:\"h\";s:32:\"5dbc79c3affe3cd17220d44ceb467c01\";}s:30:\"wp-includes/class-wp-embed.php\";a:2:{s:1:\"d\";i:1421925959;s:1:\"h\";s:32:\"01981878eb1f1e97abf83d73fa7732be\";}s:42:\"wp-includes/class-wp-customize-manager.php\";a:2:{s:1:\"d\";i:1421925959;s:1:\"h\";s:32:\"f36c48def0d585c3157bdc3f566b4d5a\";}s:24:\"wp-includes/nav-menu.php\";a:2:{s:1:\"d\";i:1421925962;s:1:\"h\";s:32:\"17c29039de6565917b07c6d99c9cecfe\";}s:42:\"wp-includes/class-wp-customize-widgets.php\";a:2:{s:1:\"d\";i:1421925959;s:1:\"h\";s:32:\"6b93bea4404d74bc207a1dd86e7c85b3\";}s:23:\"wp-includes/widgets.php\";a:2:{s:1:\"d\";i:1421925962;s:1:\"h\";s:32:\"d1308631bdc9f52b56bec9fe3b333e7e\";}s:21:\"wp-includes/media.php\";a:2:{s:1:\"d\";i:1421925962;s:1:\"h\";s:32:\"f558c13bfd84f79de2779a5847b8c459\";}s:23:\"wp-includes/session.php\";a:2:{s:1:\"d\";i:1421925962;s:1:\"h\";s:32:\"bc86a0275e39e66d7d29d97ffb6a5f0c\";}s:31:\"wp-includes/author-template.php\";a:2:{s:1:\"d\";i:1421925959;s:1:\"h\";s:32:\"4effc1471f483ae67f4fcd3de04436e4\";}s:34:\"wp-includes/class-wp-admin-bar.php\";a:2:{s:1:\"d\";i:1399400955;s:1:\"h\";s:32:\"f1dde3183fed93d9d3d01a5e578acea8\";}s:20:\"wp-includes/l10n.php\";a:2:{s:1:\"d\";i:1421925962;s:1:\"h\";s:32:\"03422c464e6e2323ffc27b1f9a13df67\";}s:22:\"wp-includes/plugin.php\";a:2:{s:1:\"d\";i:1421925962;s:1:\"h\";s:32:\"3ab126e5adc2fe7bcb2a809183724891\";}s:42:\"wp-includes/class-wp-customize-section.php\";a:2:{s:1:\"d\";i:1421925959;s:1:\"h\";s:32:\"94e2dbd3e3fa59d8d70ef51e6bf3e81e\";}s:26:\"wp-includes/class-smtp.php\";a:2:{s:1:\"d\";i:1421925959;s:1:\"h\";s:32:\"8ed550bdfaadf21e1806b0ca8462bb2e\";}s:23:\"wp-includes/comment.php\";a:2:{s:1:\"d\";i:1421925959;s:1:\"h\";s:32:\"5a0e6d428fe58583f12326e7dc184db2\";}s:37:\"wp-includes/class.wp-dependencies.php\";a:2:{s:1:\"d\";i:1421925959;s:1:\"h\";s:32:\"b7ab545f5b406a17f6bb6adc5c3f6f75\";}s:29:\"wp-includes/link-template.php\";a:2:{s:1:\"d\";i:1421925962;s:1:\"h\";s:32:\"159852143c1f5bd97fb3c5f3365af446\";}s:21:\"wp-includes/wp-db.php\";a:2:{s:1:\"d\";i:1421925962;s:1:\"h\";s:32:\"548a71424a1978d624181c134b7779c4\";}s:28:\"wp-includes/capabilities.php\";a:2:{s:1:\"d\";i:1421925959;s:1:\"h\";s:32:\"585728972c1a992b5dd73cd9f355b1d3\";}s:28:\"wp-includes/ms-functions.php\";a:2:{s:1:\"d\";i:1421925962;s:1:\"h\";s:32:\"55b5145ab862559d54083928033a2d44\";}s:42:\"wp-includes/class-wp-customize-setting.php\";a:2:{s:1:\"d\";i:1421925959;s:1:\"h\";s:32:\"ba405b162e4309a263d8f248a05861fb\";}s:28:\"wp-includes/post-formats.php\";a:2:{s:1:\"d\";i:1421925962;s:1:\"h\";s:32:\"8703c9091ff1fc8dea8abff0a0d8a23b\";}s:25:\"wp-includes/canonical.php\";a:2:{s:1:\"d\";i:1421925959;s:1:\"h\";s:32:\"e701d7f8a987efc7bc7ccaf6804e8065\";}s:31:\"wp-includes/default-widgets.php\";a:2:{s:1:\"d\";i:1421925959;s:1:\"h\";s:32:\"1fffbeb699ec5bd9d4a738f78cc2b4a1\";}s:22:\"wp-includes/update.php\";a:2:{s:1:\"d\";i:1421925962;s:1:\"h\";s:32:\"abc503756bab899c21ff02746c343789\";}s:28:\"wp-includes/pomo/streams.php\";a:2:{s:1:\"d\";i:1421925962;s:1:\"h\";s:32:\"acbaa2dc9041363b7fa2601f0e4df4fe\";}s:23:\"wp-includes/pomo/po.php\";a:2:{s:1:\"d\";i:1421925962;s:1:\"h\";s:32:\"361d2b008f7fa66e15e45f48536cb5c4\";}s:26:\"wp-includes/pomo/entry.php\";a:2:{s:1:\"d\";i:1351721631;s:1:\"h\";s:32:\"eb148c7d02db4c96c7bcc6a2d276c22e\";}s:33:\"wp-includes/pomo/translations.php\";a:2:{s:1:\"d\";i:1421925962;s:1:\"h\";s:32:\"836657dba5cb229000024477660e9ddf\";}s:23:\"wp-includes/pomo/mo.php\";a:2:{s:1:\"d\";i:1421925962;s:1:\"h\";s:32:\"7aea8668c85e32b92e91df74d6e9b261\";}s:42:\"wp-includes/ID3/module.audio-video.asf.php\";a:2:{s:1:\"d\";i:1421925957;s:1:\"h\";s:32:\"41829b48e521eeac30d9d0209673b857\";}s:38:\"wp-includes/ID3/license.commercial.txt\";a:2:{s:1:\"d\";i:1421925957;s:1:\"h\";s:32:\"d34bd7474420e22e7da463b44833a5f9\";}s:36:\"wp-includes/ID3/module.tag.id3v1.php\";a:2:{s:1:\"d\";i:1421925958;s:1:\"h\";s:32:\"bde568d89cdad9b1616ca1ef77f134dc\";}s:36:\"wp-includes/ID3/module.audio.ogg.php\";a:2:{s:1:\"d\";i:1421925957;s:1:\"h\";s:32:\"c410e4cf76a54e8135904fdbac85e114\";}s:26:\"wp-includes/ID3/getid3.php\";a:2:{s:1:\"d\";i:1421925957;s:1:\"h\";s:32:\"22f0a40a51c7512e0bc5c1f962b26fe2\";}s:38:\"wp-includes/ID3/module.tag.lyrics3.php\";a:2:{s:1:\"d\";i:1421925958;s:1:\"h\";s:32:\"f3a14bbd16d7ac05e3918e96da30eb8d\";}s:42:\"wp-includes/ID3/module.audio-video.flv.php\";a:2:{s:1:\"d\";i:1421925957;s:1:\"h\";s:32:\"bce0d6883fce649068cd407fc04486b2\";}s:48:\"wp-includes/ID3/module.audio-video.quicktime.php\";a:2:{s:1:\"d\";i:1421925957;s:1:\"h\";s:32:\"f81355bd60d4d566e12e98309d46cbbc\";}s:27:\"wp-includes/ID3/license.txt\";a:2:{s:1:\"d\";i:1421925957;s:1:\"h\";s:32:\"361298a1f00ff6d56a51e0c3d2233194\";}s:36:\"wp-includes/ID3/module.tag.id3v2.php\";a:2:{s:1:\"d\";i:1421925958;s:1:\"h\";s:32:\"555b85af2c6ab97d6a41d89af715fc63\";}s:36:\"wp-includes/ID3/module.audio.mp3.php\";a:2:{s:1:\"d\";i:1421925957;s:1:\"h\";s:32:\"23e11aff7e65f6998882dd4aac38fe05\";}s:30:\"wp-includes/ID3/getid3.lib.php\";a:2:{s:1:\"d\";i:1421925957;s:1:\"h\";s:32:\"fbbccef47012aa7351a046dde3e6c830\";}s:26:\"wp-includes/ID3/readme.txt\";a:2:{s:1:\"d\";i:1421925958;s:1:\"h\";s:32:\"9396dfe1c69c938eb17f564c4e5bab18\";}s:43:\"wp-includes/ID3/module.audio-video.riff.php\";a:2:{s:1:\"d\";i:1421925957;s:1:\"h\";s:32:\"ee82540f026662197f7003474fd92de2\";}s:47:\"wp-includes/ID3/module.audio-video.matroska.php\";a:2:{s:1:\"d\";i:1421925957;s:1:\"h\";s:32:\"c2599121955a307a446a26437006ec9e\";}s:37:\"wp-includes/ID3/module.tag.apetag.php\";a:2:{s:1:\"d\";i:1421925958;s:1:\"h\";s:32:\"fd37f9ac6c2ce46977468a5113d4716c\";}s:37:\"wp-includes/ID3/module.audio.flac.php\";a:2:{s:1:\"d\";i:1421925957;s:1:\"h\";s:32:\"f89c2c8567ebbc002ef9a5169a166993\";}s:36:\"wp-includes/ID3/module.audio.ac3.php\";a:2:{s:1:\"d\";i:1421925957;s:1:\"h\";s:32:\"bb4e961fad45ec703a9a4183955a90d6\";}s:36:\"wp-includes/ID3/module.audio.dts.php\";a:2:{s:1:\"d\";i:1421925957;s:1:\"h\";s:32:\"f26c411cb8f645e88cca4f3837a62428\";}s:20:\"wp-includes/http.php\";a:2:{s:1:\"d\";i:1421925959;s:1:\"h\";s:32:\"d514a077891ea4247e178a72c9345424\";}s:26:\"wp-includes/js/autosave.js\";a:2:{s:1:\"d\";i:1421925960;s:1:\"h\";s:32:\"63fd697c7d66f00cefc6430b8c53c92f\";}s:33:\"wp-includes/js/wp-backbone.min.js\";a:2:{s:1:\"d\";i:1392276973;s:1:\"h\";s:32:\"b569e29ff8fd482e0ee75e1494085621\";}s:26:\"wp-includes/js/wp-lists.js\";a:2:{s:1:\"d\";i:1395875655;s:1:\"h\";s:32:\"c54ced2e822b232f2ad8a5f34930386f\";}s:34:\"wp-includes/js/customize-loader.js\";a:2:{s:1:\"d\";i:1421925960;s:1:\"h\";s:32:\"5c611eaec684f19737c160f5f01a485f\";}s:30:\"wp-includes/js/autosave.min.js\";a:2:{s:1:\"d\";i:1421925960;s:1:\"h\";s:32:\"2eec8f2c408c881c6715ce0f682f3707\";}s:27:\"wp-includes/js/heartbeat.js\";a:2:{s:1:\"d\";i:1421925960;s:1:\"h\";s:32:\"cc2012e2099931cd5db064122a44cb47\";}s:34:\"wp-includes/js/media-editor.min.js\";a:2:{s:1:\"d\";i:1421925960;s:1:\"h\";s:32:\"4e4658d148abeeb3d2366b951a8c65b4\";}s:31:\"wp-includes/js/admin-bar.min.js\";a:2:{s:1:\"d\";i:1390970610;s:1:\"h\";s:32:\"0f3dc51f78d4b14bda30cb12cf062a7c\";}s:33:\"wp-includes/js/customize-views.js\";a:2:{s:1:\"d\";i:1399349654;s:1:\"h\";s:32:\"ad923bbd7a9caf098f594d0e912379c8\";}s:46:\"wp-includes/js/imgareaselect/imgareaselect.css\";a:2:{s:1:\"d\";i:1335390597;s:1:\"h\";s:32:\"7d28cad92829b3d633a087b5f3b595af\";}s:46:\"wp-includes/js/imgareaselect/border-anim-v.gif\";a:2:{s:1:\"d\";i:1352314150;s:1:\"h\";s:32:\"20c97a21993cf137ead9fdbecbc42aa8\";}s:46:\"wp-includes/js/imgareaselect/border-anim-h.gif\";a:2:{s:1:\"d\";i:1352314150;s:1:\"h\";s:32:\"5ac3c42cc86e745a5e36b67b4c70a134\";}s:56:\"wp-includes/js/imgareaselect/jquery.imgareaselect.min.js\";a:2:{s:1:\"d\";i:1379760190;s:1:\"h\";s:32:\"0030d4ba4c429d776d23c2e37775873a\";}s:52:\"wp-includes/js/imgareaselect/jquery.imgareaselect.js\";a:2:{s:1:\"d\";i:1379760190;s:1:\"h\";s:32:\"55a6b7fb4b1b287497d3fc30910e97ce\";}s:47:\"wp-includes/js/customize-preview-widgets.min.js\";a:2:{s:1:\"d\";i:1404950296;s:1:\"h\";s:32:\"05c7517e06bb14b5eaa336c261b99b81\";}s:32:\"wp-includes/js/underscore.min.js\";a:2:{s:1:\"d\";i:1392276853;s:1:\"h\";s:32:\"252137d39d087bba598caf8cf94d2aec\";}s:30:\"wp-includes/js/zxcvbn-async.js\";a:2:{s:1:\"d\";i:1384299789;s:1:\"h\";s:32:\"97a79e96a815b200139356055d752333\";}s:27:\"wp-includes/js/json2.min.js\";a:2:{s:1:\"d\";i:1384379111;s:1:\"h\";s:32:\"ef4188cb0b60a72017f4c8a1e840ab1e\";}s:35:\"wp-includes/js/comment-reply.min.js\";a:2:{s:1:\"d\";i:1384490529;s:1:\"h\";s:32:\"1b1e9d1d12fcc51a151e7e0688bc695f\";}s:37:\"wp-includes/js/tinymce/wp-tinymce.php\";a:2:{s:1:\"d\";i:1404751336;s:1:\"h\";s:32:\"0737683e3dda62486e3c11f7d2aace5a\";}s:40:\"wp-includes/js/tinymce/tiny_mce_popup.js\";a:2:{s:1:\"d\";i:1421925962;s:1:\"h\";s:32:\"692f8e861bafa31fbf1b3805b4b0d7d3\";}s:39:\"wp-includes/js/tinymce/wp-tinymce.js.gz\";a:2:{s:1:\"d\";i:1421925962;s:1:\"h\";s:32:\"66ff6b408c58c3207ff4b20e75ec5e68\";}s:34:\"wp-includes/js/tinymce/license.txt\";a:2:{s:1:\"d\";i:1302546231;s:1:\"h\";s:32:\"045d04e17422d99e338da75b9c749b7c\";}s:38:\"wp-includes/js/tinymce/wp-mce-help.php\";a:2:{s:1:\"d\";i:1421925962;s:1:\"h\";s:32:\"5b412ed4b30004589e4335a6d6deb97a\";}s:61:\"wp-includes/js/tinymce/skins/lightgray/content.inline.min.css\";a:2:{s:1:\"d\";i:1421925961;s:1:\"h\";s:32:\"564275703d82fa3ba9b199743730c06b\";}s:53:\"wp-includes/js/tinymce/skins/lightgray/img/object.gif\";a:2:{s:1:\"d\";i:1388274795;s:1:\"h\";s:32:\"f3726450d7457d750a2f4d9441c7ee20\";}s:53:\"wp-includes/js/tinymce/skins/lightgray/img/loader.gif\";a:2:{s:1:\"d\";i:1388274795;s:1:\"h\";s:32:\"394bafc3cc4dfb3a0ee48c1f54669539\";}s:52:\"wp-includes/js/tinymce/skins/lightgray/img/trans.gif\";a:2:{s:1:\"d\";i:1388274795;s:1:\"h\";s:32:\"12bf9e19374920de3146a64775f46a5e\";}s:53:\"wp-includes/js/tinymce/skins/lightgray/img/anchor.gif\";a:2:{s:1:\"d\";i:1388274795;s:1:\"h\";s:32:\"abd3613571800fdcc891181d5f34f840\";}s:55:\"wp-includes/js/tinymce/skins/lightgray/skin.ie7.min.css\";a:2:{s:1:\"d\";i:1405558756;s:1:\"h\";s:32:\"16b6170794ca6d5f7fd29073d4a5477f\";}s:54:\"wp-includes/js/tinymce/skins/lightgray/content.min.css\";a:2:{s:1:\"d\";i:1421925961;s:1:\"h\";s:32:\"7a782b3c28c8d32904c8caffe5d764ad\";}s:51:\"wp-includes/js/tinymce/skins/lightgray/skin.min.css\";a:2:{s:1:\"d\";i:1421925961;s:1:\"h\";s:32:\"c12daa75772a539d80c0bfffae2db05d\";}s:62:\"wp-includes/js/tinymce/skins/lightgray/fonts/tinymce-small.eot\";a:2:{s:1:\"d\";i:1396392374;s:1:\"h\";s:32:\"6f2ff03edaa59c1a94be0874d08971ee\";}s:62:\"wp-includes/js/tinymce/skins/lightgray/fonts/tinymce-small.svg\";a:2:{s:1:\"d\";i:1396392374;s:1:\"h\";s:32:\"7f65dde79eb89e98aa8dbe67fa5febc2\";}s:56:\"wp-includes/js/tinymce/skins/lightgray/fonts/tinymce.ttf\";a:2:{s:1:\"d\";i:1396392374;s:1:\"h\";s:32:\"d2673bd2dd98e5359b733f57ee3c4778\";}s:63:\"wp-includes/js/tinymce/skins/lightgray/fonts/tinymce-small.woff\";a:2:{s:1:\"d\";i:1396392374;s:1:\"h\";s:32:\"ebcf371dc5ff2088a4fe411ee8681466\";}s:54:\"wp-includes/js/tinymce/skins/lightgray/fonts/readme.md\";a:2:{s:1:\"d\";i:1388274795;s:1:\"h\";s:32:\"7a0f64800cf38b2be8d3dc4540ec31dd\";}s:56:\"wp-includes/js/tinymce/skins/lightgray/fonts/tinymce.svg\";a:2:{s:1:\"d\";i:1396392374;s:1:\"h\";s:32:\"f38d04d3a3cf83c12435370fd77c997d\";}s:57:\"wp-includes/js/tinymce/skins/lightgray/fonts/tinymce.woff\";a:2:{s:1:\"d\";i:1396392374;s:1:\"h\";s:32:\"04e761d506e64836afab5d2550a3b8df\";}s:56:\"wp-includes/js/tinymce/skins/lightgray/fonts/tinymce.eot\";a:2:{s:1:\"d\";i:1396392374;s:1:\"h\";s:32:\"248f6caf6179ea6c4035b7eaec7edd6e\";}s:62:\"wp-includes/js/tinymce/skins/lightgray/fonts/tinymce-small.ttf\";a:2:{s:1:\"d\";i:1396392374;s:1:\"h\";s:32:\"daa52e28bfd88f5fb5587f17e51a1325\";}s:53:\"wp-includes/js/tinymce/skins/wordpress/wp-content.css\";a:2:{s:1:\"d\";i:1421925962;s:1:\"h\";s:32:\"f6c2d0436843a5aa1a7fb39eeb6561b1\";}s:42:\"wp-includes/js/tinymce/utils/form_utils.js\";a:2:{s:1:\"d\";i:1388274795;s:1:\"h\";s:32:\"a32d1bbc44057b7dd0d2776ba2826b7c\";}s:38:\"wp-includes/js/tinymce/utils/mctabs.js\";a:2:{s:1:\"d\";i:1388274795;s:1:\"h\";s:32:\"9f78248e9e0a64aa17f3062ce25099cb\";}s:48:\"wp-includes/js/tinymce/utils/editable_selects.js\";a:2:{s:1:\"d\";i:1388274795;s:1:\"h\";s:32:\"79087fabcb00132181650bd80666c085\";}s:40:\"wp-includes/js/tinymce/utils/validate.js\";a:2:{s:1:\"d\";i:1388274795;s:1:\"h\";s:32:\"681466e5980a5b99d9baeded56c67d34\";}s:43:\"wp-includes/js/tinymce/langs/wp-langs-en.js\";a:2:{s:1:\"d\";i:1421925961;s:1:\"h\";s:32:\"08f8669f7453b17563a62e6bbb376137\";}s:57:\"wp-includes/js/tinymce/plugins/wpfullscreen/plugin.min.js\";a:2:{s:1:\"d\";i:1421925961;s:1:\"h\";s:32:\"76c195e5f157603feb495fe3fffbc33d\";}s:53:\"wp-includes/js/tinymce/plugins/wpfullscreen/plugin.js\";a:2:{s:1:\"d\";i:1421925961;s:1:\"h\";s:32:\"dd83030fdd725c148b2b7a4aded9da13\";}s:54:\"wp-includes/js/tinymce/plugins/wpdialogs/plugin.min.js\";a:2:{s:1:\"d\";i:1396945754;s:1:\"h\";s:32:\"eafbb1478981e337981d287474e240b8\";}s:50:\"wp-includes/js/tinymce/plugins/wpdialogs/plugin.js\";a:2:{s:1:\"d\";i:1396945754;s:1:\"h\";s:32:\"06f7aecb5bdfa28739eea0a498d15a81\";}s:56:\"wp-includes/js/tinymce/plugins/wpeditimage/plugin.min.js\";a:2:{s:1:\"d\";i:1421925961;s:1:\"h\";s:32:\"97ed56381413cfaf6d52dd5cb79b3e94\";}s:52:\"wp-includes/js/tinymce/plugins/wpeditimage/plugin.js\";a:2:{s:1:\"d\";i:1421925961;s:1:\"h\";s:32:\"9ce0cd57c664c6b6c72c85b64ea72ea1\";}s:50:\"wp-includes/js/tinymce/plugins/paste/plugin.min.js\";a:2:{s:1:\"d\";i:1421925961;s:1:\"h\";s:32:\"720418167ced7d4e1633fb64ba3d390f\";}s:46:\"wp-includes/js/tinymce/plugins/paste/plugin.js\";a:2:{s:1:\"d\";i:1421925961;s:1:\"h\";s:32:\"90cc2e0760fa019d3429b601550c6430\";}s:57:\"wp-includes/js/tinymce/plugins/wpautoresize/plugin.min.js\";a:2:{s:1:\"d\";i:1421925961;s:1:\"h\";s:32:\"011e67d9a7ce51e04da304564eab4eee\";}s:53:\"wp-includes/js/tinymce/plugins/wpautoresize/plugin.js\";a:2:{s:1:\"d\";i:1421925961;s:1:\"h\";s:32:\"dac11175ce0497c386f2ec1f2bb18983\";}s:54:\"wp-includes/js/tinymce/plugins/textcolor/plugin.min.js\";a:2:{s:1:\"d\";i:1421925961;s:1:\"h\";s:32:\"870511532b062a500c95ae81e1cf23d3\";}s:50:\"wp-includes/js/tinymce/plugins/textcolor/plugin.js\";a:2:{s:1:\"d\";i:1405558756;s:1:\"h\";s:32:\"1149b1a1442a543492ba931ff0b66ad5\";}s:53:\"wp-includes/js/tinymce/plugins/tabfocus/plugin.min.js\";a:2:{s:1:\"d\";i:1421925961;s:1:\"h\";s:32:\"d810b096023695b38bf682f20774af98\";}s:49:\"wp-includes/js/tinymce/plugins/tabfocus/plugin.js\";a:2:{s:1:\"d\";i:1421925961;s:1:\"h\";s:32:\"105456f4e72329e3be147bf4fabf12b7\";}s:52:\"wp-includes/js/tinymce/plugins/charmap/plugin.min.js\";a:2:{s:1:\"d\";i:1421925961;s:1:\"h\";s:32:\"ac627e9017143d091eb11ab6cf1ee68b\";}s:48:\"wp-includes/js/tinymce/plugins/charmap/plugin.js\";a:2:{s:1:\"d\";i:1400895855;s:1:\"h\";s:32:\"6bf9e5219c34728a89e1e0a987e615d0\";}s:50:\"wp-includes/js/tinymce/plugins/lists/plugin.min.js\";a:2:{s:1:\"d\";i:1421925961;s:1:\"h\";s:32:\"279a5b0bf93f8d81288dfbd117b6c77c\";}s:46:\"wp-includes/js/tinymce/plugins/lists/plugin.js\";a:2:{s:1:\"d\";i:1421925961;s:1:\"h\";s:32:\"59443d279888d73242396855314096a3\";}s:56:\"wp-includes/js/tinymce/plugins/colorpicker/plugin.min.js\";a:2:{s:1:\"d\";i:1421925961;s:1:\"h\";s:32:\"1581bb02286f54b4fb0cce52d2ef61c7\";}s:52:\"wp-includes/js/tinymce/plugins/colorpicker/plugin.js\";a:2:{s:1:\"d\";i:1405634054;s:1:\"h\";s:32:\"66ed7befbb2773566ed188e1d3b97cc4\";}s:47:\"wp-includes/js/tinymce/plugins/hr/plugin.min.js\";a:2:{s:1:\"d\";i:1421925961;s:1:\"h\";s:32:\"5c23255ad2d11db3f72c33b649f1389a\";}s:43:\"wp-includes/js/tinymce/plugins/hr/plugin.js\";a:2:{s:1:\"d\";i:1394067254;s:1:\"h\";s:32:\"b4853cda3c7b4c55371939381cecdb86\";}s:55:\"wp-includes/js/tinymce/plugins/fullscreen/plugin.min.js\";a:2:{s:1:\"d\";i:1421925961;s:1:\"h\";s:32:\"a7a67d1de1a0330fc7769d384a6564cc\";}s:51:\"wp-includes/js/tinymce/plugins/fullscreen/plugin.js\";a:2:{s:1:\"d\";i:1388274795;s:1:\"h\";s:32:\"5f222b295e30dd62dfe160985b95f495\";}s:50:\"wp-includes/js/tinymce/plugins/media/plugin.min.js\";a:2:{s:1:\"d\";i:1421925961;s:1:\"h\";s:32:\"54b12794da9f72eba7a1b7c742eef081\";}s:46:\"wp-includes/js/tinymce/plugins/media/plugin.js\";a:2:{s:1:\"d\";i:1408665198;s:1:\"h\";s:32:\"ca4167ce1c99086ae6f3155af8728d49\";}s:52:\"wp-includes/js/tinymce/plugins/media/moxieplayer.swf\";a:2:{s:1:\"d\";i:1388274795;s:1:\"h\";s:32:\"4e59d34efb2da0b9a033596a85e4b1ef\";}s:53:\"wp-includes/js/tinymce/plugins/compat3x/plugin.min.js\";a:2:{s:1:\"d\";i:1395204375;s:1:\"h\";s:32:\"5798e3d2fb0180a9179b8bd7cf728eae\";}s:54:\"wp-includes/js/tinymce/plugins/compat3x/css/dialog.css\";a:2:{s:1:\"d\";i:1393435393;s:1:\"h\";s:32:\"97ddcd95d500418cd2114974ff644812\";}s:49:\"wp-includes/js/tinymce/plugins/compat3x/plugin.js\";a:2:{s:1:\"d\";i:1407617775;s:1:\"h\";s:32:\"3db45ca97f2d1bccc5c7ec65abbf8b55\";}s:59:\"wp-includes/js/tinymce/plugins/directionality/plugin.min.js\";a:2:{s:1:\"d\";i:1421925961;s:1:\"h\";s:32:\"60de57253ca9143a6f1e4aff10fc39d2\";}s:55:\"wp-includes/js/tinymce/plugins/directionality/plugin.js\";a:2:{s:1:\"d\";i:1388274795;s:1:\"h\";s:32:\"2a8fc756a0859acaac1b9d20481979f5\";}s:50:\"wp-includes/js/tinymce/plugins/image/plugin.min.js\";a:2:{s:1:\"d\";i:1421925961;s:1:\"h\";s:32:\"4c4b675114bc33b728f43f7c6d642f6b\";}s:46:\"wp-includes/js/tinymce/plugins/image/plugin.js\";a:2:{s:1:\"d\";i:1421925961;s:1:\"h\";s:32:\"d309316c1767ca923c2216d7348c2194\";}s:51:\"wp-includes/js/tinymce/plugins/wpview/plugin.min.js\";a:2:{s:1:\"d\";i:1421925961;s:1:\"h\";s:32:\"3f4eb897c1d10baf088c14dfc1808a22\";}s:47:\"wp-includes/js/tinymce/plugins/wpview/plugin.js\";a:2:{s:1:\"d\";i:1421925961;s:1:\"h\";s:32:\"96949ed7e435e3134e76a76c6c3a80d7\";}s:54:\"wp-includes/js/tinymce/plugins/wpgallery/plugin.min.js\";a:2:{s:1:\"d\";i:1421925961;s:1:\"h\";s:32:\"b229462e6a542696fbf6bd4917c9074f\";}s:50:\"wp-includes/js/tinymce/plugins/wpgallery/plugin.js\";a:2:{s:1:\"d\";i:1421925961;s:1:\"h\";s:32:\"b10eadbf41e88b236ac764bd26e653f9\";}s:51:\"wp-includes/js/tinymce/plugins/wplink/plugin.min.js\";a:2:{s:1:\"d\";i:1405469417;s:1:\"h\";s:32:\"57fc7a21d1df2c4cbc4fb06dd43bdcc6\";}s:47:\"wp-includes/js/tinymce/plugins/wplink/plugin.js\";a:2:{s:1:\"d\";i:1405469417;s:1:\"h\";s:32:\"bd119f2c6e5eaca98303aedbd95d067f\";}s:54:\"wp-includes/js/tinymce/plugins/wordpress/plugin.min.js\";a:2:{s:1:\"d\";i:1421925961;s:1:\"h\";s:32:\"f7cc436db8ef131f0d0543bc729bf1b1\";}s:50:\"wp-includes/js/tinymce/plugins/wordpress/plugin.js\";a:2:{s:1:\"d\";i:1421925961;s:1:\"h\";s:32:\"cccb0acc830cee3e5a2626dc44f6b2e3\";}s:37:\"wp-includes/js/tinymce/tinymce.min.js\";a:2:{s:1:\"d\";i:1421925962;s:1:\"h\";s:32:\"f3b51c46d7be402a753613d97c68cfd0\";}s:49:\"wp-includes/js/tinymce/themes/modern/theme.min.js\";a:2:{s:1:\"d\";i:1421925962;s:1:\"h\";s:32:\"564c5df5e7f98ae88d546732251aeab2\";}s:45:\"wp-includes/js/tinymce/themes/modern/theme.js\";a:2:{s:1:\"d\";i:1405558756;s:1:\"h\";s:32:\"2f8cf087f0fd2648120054fde841f7cb\";}s:27:\"wp-includes/js/shortcode.js\";a:2:{s:1:\"d\";i:1421925961;s:1:\"h\";s:32:\"eb207a02d03e3196d9d14ad139327fb5\";}s:36:\"wp-includes/js/customize-base.min.js\";a:2:{s:1:\"d\";i:1421925960;s:1:\"h\";s:32:\"f82ef9ea2e66e725aca286df49f09644\";}s:39:\"wp-includes/js/customize-preview.min.js\";a:2:{s:1:\"d\";i:1421925960;s:1:\"h\";s:32:\"6978871856b8ff6629abcca584235417\";}s:27:\"wp-includes/js/admin-bar.js\";a:2:{s:1:\"d\";i:1386556870;s:1:\"h\";s:32:\"0f097d201cb02ea92c179103eae598e7\";}s:33:\"wp-includes/js/hoverIntent.min.js\";a:2:{s:1:\"d\";i:1384379111;s:1:\"h\";s:32:\"6f0074f1f2d119430222bc3c0950ac2f\";}s:34:\"wp-includes/js/zxcvbn-async.min.js\";a:2:{s:1:\"d\";i:1390970610;s:1:\"h\";s:32:\"3196e9b61f703909e139ce7e049a7ffd\";}s:34:\"wp-includes/js/media-audiovideo.js\";a:2:{s:1:\"d\";i:1407902177;s:1:\"h\";s:32:\"7825ea43bee309c4445058686b673caf\";}s:31:\"wp-includes/js/heartbeat.min.js\";a:2:{s:1:\"d\";i:1421925960;s:1:\"h\";s:32:\"1dd3c7ed8699b740ebf4040b1304436d\";}s:24:\"wp-includes/js/wplink.js\";a:2:{s:1:\"d\";i:1421925962;s:1:\"h\";s:32:\"5e6da10bd91d3bc1efdb71c105f8293c\";}s:33:\"wp-includes/js/colorpicker.min.js\";a:2:{s:1:\"d\";i:1390970610;s:1:\"h\";s:32:\"350af5af9077a62d67bae1f33a4f48fc\";}s:38:\"wp-includes/js/customize-models.min.js\";a:2:{s:1:\"d\";i:1398457519;s:1:\"h\";s:32:\"4f4b04852e86713b9f7490e74ee8820a\";}s:29:\"wp-includes/js/tw-sack.min.js\";a:2:{s:1:\"d\";i:1390970610;s:1:\"h\";s:32:\"a1c18227e6e93798c493aed96ee6cc84\";}s:29:\"wp-includes/js/colorpicker.js\";a:2:{s:1:\"d\";i:1353165089;s:1:\"h\";s:32:\"f01017ca562067f4840eb2b6f99f2daf\";}s:39:\"wp-includes/js/wp-list-revisions.min.js\";a:2:{s:1:\"d\";i:1384379111;s:1:\"h\";s:32:\"b4031fcf4f4279be864d4bd82f7fc46c\";}s:31:\"wp-includes/js/quicktags.min.js\";a:2:{s:1:\"d\";i:1421925961;s:1:\"h\";s:32:\"0d7a0005ba6a1fa29037258ddd1a2034\";}s:30:\"wp-includes/js/media-models.js\";a:2:{s:1:\"d\";i:1421925960;s:1:\"h\";s:32:\"f66d1ebe4decdac8163979876b0023e7\";}s:30:\"wp-includes/js/wpdialog.min.js\";a:2:{s:1:\"d\";i:1388274795;s:1:\"h\";s:32:\"d22d9fa5bb00ba0667080da846c4a1be\";}s:31:\"wp-includes/js/comment-reply.js\";a:2:{s:1:\"d\";i:1384490529;s:1:\"h\";s:32:\"d30ad028653d4eac285a1d4d06567bbd\";}s:43:\"wp-includes/js/customize-preview-widgets.js\";a:2:{s:1:\"d\";i:1404950296;s:1:\"h\";s:32:\"a01ebc7a7becb4597d71d379bcdab4be\";}s:26:\"wp-includes/js/mce-view.js\";a:2:{s:1:\"d\";i:1421925960;s:1:\"h\";s:32:\"09186e22f2a86dbde1dec5de41d00321\";}s:30:\"wp-includes/js/media-editor.js\";a:2:{s:1:\"d\";i:1421925960;s:1:\"h\";s:32:\"000059450d81178e0ea9fea810f81859\";}s:31:\"wp-includes/js/wp-auth-check.js\";a:2:{s:1:\"d\";i:1386010029;s:1:\"h\";s:32:\"f1d3e9e205b2c0fecfd16283630f1a2b\";}s:36:\"wp-includes/js/thickbox/thickbox.css\";a:2:{s:1:\"d\";i:1394994497;s:1:\"h\";s:32:\"87bddde1890612b32a9a4672e5d26661\";}s:35:\"wp-includes/js/thickbox/thickbox.js\";a:2:{s:1:\"d\";i:1421925961;s:1:\"h\";s:32:\"b4ba824311d86552ddc7fe7753ef8925\";}s:44:\"wp-includes/js/thickbox/loadingAnimation.gif\";a:2:{s:1:\"d\";i:1352149215;s:1:\"h\";s:32:\"ce2268030dd2151b63cdf4ffc2f626ba\";}s:27:\"wp-includes/js/quicktags.js\";a:2:{s:1:\"d\";i:1421925961;s:1:\"h\";s:32:\"f623cad23a3ce005fcd054d9e5adcaad\";}s:35:\"wp-includes/js/customize-preview.js\";a:2:{s:1:\"d\";i:1421925960;s:1:\"h\";s:32:\"bc3602ceb3e5a0f05391eb77f48e3155\";}s:42:\"wp-includes/js/plupload/wp-plupload.min.js\";a:2:{s:1:\"d\";i:1421925961;s:1:\"h\";s:32:\"1d8eb51f53f479c82c6c660f7f40ad40\";}s:35:\"wp-includes/js/plupload/license.txt\";a:2:{s:1:\"d\";i:1311929975;s:1:\"h\";s:32:\"751419260aa954499f7abaabaa882bbe\";}s:39:\"wp-includes/js/plupload/handlers.min.js\";a:2:{s:1:\"d\";i:1395618319;s:1:\"h\";s:32:\"e10ed46fab9c2698e592308ef1bc1274\";}s:42:\"wp-includes/js/plupload/plupload.flash.swf\";a:2:{s:1:\"d\";i:1397434036;s:1:\"h\";s:32:\"7029eb89afd82d9845f711c93ca1cb47\";}s:35:\"wp-includes/js/plupload/handlers.js\";a:2:{s:1:\"d\";i:1395702133;s:1:\"h\";s:32:\"9798444b97233bb341b19f374f85c11c\";}s:44:\"wp-includes/js/plupload/plupload.full.min.js\";a:2:{s:1:\"d\";i:1393531276;s:1:\"h\";s:32:\"9349f636c747a5e983020a1cb7213a44\";}s:48:\"wp-includes/js/plupload/plupload.silverlight.xap\";a:2:{s:1:\"d\";i:1397434036;s:1:\"h\";s:32:\"3c524750546de1b3aab36ff60719aebb\";}s:38:\"wp-includes/js/plupload/wp-plupload.js\";a:2:{s:1:\"d\";i:1421925961;s:1:\"h\";s:32:\"659d8f1d3bfd32cf405f6591d0521e7c\";}s:29:\"wp-includes/js/wp-util.min.js\";a:2:{s:1:\"d\";i:1390970610;s:1:\"h\";s:32:\"39ca66318ef66201510aebcaad263210\";}s:34:\"wp-includes/js/wp-ajax-response.js\";a:2:{s:1:\"d\";i:1384407790;s:1:\"h\";s:32:\"316dc6a88af5010df7bee09c481950e8\";}s:27:\"wp-includes/js/swfobject.js\";a:2:{s:1:\"d\";i:1334704169;s:1:\"h\";s:32:\"9ffdba2cff497d701684657e329871f5\";}s:29:\"wp-includes/js/wp-backbone.js\";a:2:{s:1:\"d\";i:1392276973;s:1:\"h\";s:32:\"fdaba653baf259db7cb3d7a4d76a2970\";}s:31:\"wp-includes/js/shortcode.min.js\";a:2:{s:1:\"d\";i:1398915433;s:1:\"h\";s:32:\"18ba5832006079f3bcbdeb4c38c92adf\";}s:39:\"wp-includes/js/mediaelement/loading.gif\";a:2:{s:1:\"d\";i:1363411544;s:1:\"h\";s:32:\"76b326f4d44222126fee21076595bef5\";}s:54:\"wp-includes/js/mediaelement/mediaelementplayer.min.css\";a:2:{s:1:\"d\";i:1421925961;s:1:\"h\";s:32:\"28a8a27aaaf51e9de260514ea7ddf409\";}s:42:\"wp-includes/js/mediaelement/wp-playlist.js\";a:2:{s:1:\"d\";i:1409601318;s:1:\"h\";s:32:\"0ec99859384076f01ce50727d9bf18b3\";}s:46:\"wp-includes/js/mediaelement/wp-mediaelement.js\";a:2:{s:1:\"d\";i:1421925961;s:1:\"h\";s:32:\"9f38d89f0e227bebd5ba84ac75e10f5a\";}s:55:\"wp-includes/js/mediaelement/silverlightmediaelement.xap\";a:2:{s:1:\"d\";i:1363411544;s:1:\"h\";s:32:\"2fb1bc1a7f10d1dd54689a79b4cf53ac\";}s:39:\"wp-includes/js/mediaelement/bigplay.svg\";a:2:{s:1:\"d\";i:1407617057;s:1:\"h\";s:32:\"ea090d716dd05e4024c29283f3c88d0d\";}s:40:\"wp-includes/js/mediaelement/controls.svg\";a:2:{s:1:\"d\";i:1363411544;s:1:\"h\";s:32:\"40f56f5a736da4effeb790cedb8a52f0\";}s:49:\"wp-includes/js/mediaelement/flashmediaelement.swf\";a:2:{s:1:\"d\";i:1421925961;s:1:\"h\";s:32:\"e78dcab5e8dc6bfad93588602a065c8a\";}s:58:\"wp-includes/js/mediaelement/mediaelement-and-player.min.js\";a:2:{s:1:\"d\";i:1421925961;s:1:\"h\";s:32:\"8240ce3d6dfd3ffaaa20d71c67b9e5dd\";}s:47:\"wp-includes/js/mediaelement/wp-mediaelement.css\";a:2:{s:1:\"d\";i:1421925961;s:1:\"h\";s:32:\"1be4557714895c25adba8260adcc05ab\";}s:27:\"wp-includes/js/utils.min.js\";a:2:{s:1:\"d\";i:1407898036;s:1:\"h\";s:32:\"41fa39bcefcede21b93beb099cfa78d7\";}s:28:\"wp-includes/js/wp-pointer.js\";a:2:{s:1:\"d\";i:1384490529;s:1:\"h\";s:32:\"35cb8b380bbd1f2eaa723ac49ba5f3f0\";}s:23:\"wp-includes/js/utils.js\";a:2:{s:1:\"d\";i:1407898036;s:1:\"h\";s:32:\"01b7f89601bfa36ffee09f056f2cc38a\";}s:36:\"wp-includes/js/swfupload/license.txt\";a:2:{s:1:\"d\";i:1311967281;s:1:\"h\";s:32:\"cbe05bb060c85e07882dc06ff751577a\";}s:37:\"wp-includes/js/swfupload/swfupload.js\";a:2:{s:1:\"d\";i:1407902177;s:1:\"h\";s:32:\"ef3ae9014525cf81187afaa61bca737e\";}s:38:\"wp-includes/js/swfupload/swfupload.swf\";a:2:{s:1:\"d\";i:1375125300;s:1:\"h\";s:32:\"bd5a25f23589652ca472d41fe1484f0c\";}s:40:\"wp-includes/js/swfupload/handlers.min.js\";a:2:{s:1:\"d\";i:1371799147;s:1:\"h\";s:32:\"96592c6b3fad580ce04e12bc3047ef3b\";}s:36:\"wp-includes/js/swfupload/handlers.js\";a:2:{s:1:\"d\";i:1393274954;s:1:\"h\";s:32:\"14b2d04fdb85bc1f171cf3dfb2987dca\";}s:51:\"wp-includes/js/swfupload/plugins/swfupload.speed.js\";a:2:{s:1:\"d\";i:1311967281;s:1:\"h\";s:32:\"415a3787846bb6c2d745602c2afb73ac\";}s:53:\"wp-includes/js/swfupload/plugins/swfupload.cookies.js\";a:2:{s:1:\"d\";i:1311967281;s:1:\"h\";s:32:\"7fa57ec00dda88dd6b5c2037ccb4d5cf\";}s:55:\"wp-includes/js/swfupload/plugins/swfupload.swfobject.js\";a:2:{s:1:\"d\";i:1311967281;s:1:\"h\";s:32:\"ccb51571a75637db08545caaf2ed9e73\";}s:51:\"wp-includes/js/swfupload/plugins/swfupload.queue.js\";a:2:{s:1:\"d\";i:1311967281;s:1:\"h\";s:32:\"9953522fbd4a1b02bbf635a92d76cd8f\";}s:35:\"wp-includes/js/wp-list-revisions.js\";a:2:{s:1:\"d\";i:1384496650;s:1:\"h\";s:32:\"47510d7560d22a974c8c0eec6e24bcbd\";}s:29:\"wp-includes/js/hoverIntent.js\";a:2:{s:1:\"d\";i:1368561185;s:1:\"h\";s:32:\"4502421f188ad9e38079741edc36e118\";}s:30:\"wp-includes/js/backbone.min.js\";a:2:{s:1:\"d\";i:1393083734;s:1:\"h\";s:32:\"6d6bc60cd42263c2ffd0b4b6523400c5\";}s:26:\"wp-includes/js/wpdialog.js\";a:2:{s:1:\"d\";i:1388274795;s:1:\"h\";s:32:\"72e8395fd44d4039009c5396888fa6ba\";}s:33:\"wp-includes/js/media-views.min.js\";a:2:{s:1:\"d\";i:1421925961;s:1:\"h\";s:32:\"3c6df510503404b2ac5be6ddba836293\";}s:37:\"wp-includes/js/customize-views.min.js\";a:2:{s:1:\"d\";i:1399349654;s:1:\"h\";s:32:\"05b8ea5fb11adb182563ddb989e091d1\";}s:35:\"wp-includes/js/wp-auth-check.min.js\";a:2:{s:1:\"d\";i:1390970610;s:1:\"h\";s:32:\"b7a95205254b5b44d7da6c40feee0f71\";}s:40:\"wp-includes/js/jquery/jquery.schedule.js\";a:2:{s:1:\"d\";i:1199986548;s:1:\"h\";s:32:\"0426b39754aa6bc766d89ea4c41bbd06\";}s:39:\"wp-includes/js/jquery/ui/tooltip.min.js\";a:2:{s:1:\"d\";i:1421925960;s:1:\"h\";s:32:\"c841c027f1139ce197b43a9e4ea65420\";}s:38:\"wp-includes/js/jquery/ui/button.min.js\";a:2:{s:1:\"d\";i:1421925960;s:1:\"h\";s:32:\"68fcb351d6882f64a3e5e2f3d6fd00b3\";}s:42:\"wp-includes/js/jquery/ui/selectable.min.js\";a:2:{s:1:\"d\";i:1421925960;s:1:\"h\";s:32:\"a61647fd50e892d148bf77fab886afd2\";}s:43:\"wp-includes/js/jquery/ui/effect-drop.min.js\";a:2:{s:1:\"d\";i:1421925960;s:1:\"h\";s:32:\"115186cb516bf141e12b8b8c7f1c5c8d\";}s:38:\"wp-includes/js/jquery/ui/widget.min.js\";a:2:{s:1:\"d\";i:1421925960;s:1:\"h\";s:32:\"b369c6d4df45a622294874f96a746fb5\";}s:40:\"wp-includes/js/jquery/ui/position.min.js\";a:2:{s:1:\"d\";i:1421925960;s:1:\"h\";s:32:\"586bc1619fe2aa146bef070f140fd386\";}s:47:\"wp-includes/js/jquery/ui/effect-transfer.min.js\";a:2:{s:1:\"d\";i:1421925960;s:1:\"h\";s:32:\"70d7ff2b68aa36956b1c7fa6c0b44191\";}s:46:\"wp-includes/js/jquery/ui/effect-pulsate.min.js\";a:2:{s:1:\"d\";i:1421925960;s:1:\"h\";s:32:\"0d28e73bb53ab02d4951460898c8ad8c\";}s:43:\"wp-includes/js/jquery/ui/effect-size.min.js\";a:2:{s:1:\"d\";i:1421925960;s:1:\"h\";s:32:\"6fd6a0edced7b413d16c500d896d5e0f\";}s:41:\"wp-includes/js/jquery/ui/resizable.min.js\";a:2:{s:1:\"d\";i:1421925960;s:1:\"h\";s:32:\"e2d4ab1a66c1ec7615c2e17c15c7e081\";}s:43:\"wp-includes/js/jquery/ui/progressbar.min.js\";a:2:{s:1:\"d\";i:1421925960;s:1:\"h\";s:32:\"f953a1f80de38a3aa9b33b9035d8a638\";}s:42:\"wp-includes/js/jquery/ui/selectmenu.min.js\";a:2:{s:1:\"d\";i:1421925960;s:1:\"h\";s:32:\"2c771d66d39708f0b0cac4c9922113d2\";}s:43:\"wp-includes/js/jquery/ui/effect-puff.min.js\";a:2:{s:1:\"d\";i:1421925960;s:1:\"h\";s:32:\"633a3e818838090cdb8f691545977ece\";}s:45:\"wp-includes/js/jquery/ui/effect-bounce.min.js\";a:2:{s:1:\"d\";i:1421925960;s:1:\"h\";s:32:\"60d7f9347ab7938af5cb10ef606453f1\";}s:44:\"wp-includes/js/jquery/ui/effect-scale.min.js\";a:2:{s:1:\"d\";i:1421925960;s:1:\"h\";s:32:\"c7dce545dd7b39f2e154c7a69fe1b30f\";}s:44:\"wp-includes/js/jquery/ui/autocomplete.min.js\";a:2:{s:1:\"d\";i:1421925960;s:1:\"h\";s:32:\"b44ae880533b69eb02aa8bab81bbb2a8\";}s:46:\"wp-includes/js/jquery/ui/effect-explode.min.js\";a:2:{s:1:\"d\";i:1421925960;s:1:\"h\";s:32:\"80a3c71f73734d8e64568b208b5cfd19\";}s:48:\"wp-includes/js/jquery/ui/effect-highlight.min.js\";a:2:{s:1:\"d\";i:1421925960;s:1:\"h\";s:32:\"65d871feccd57666ee19a3df4644a7e0\";}s:39:\"wp-includes/js/jquery/ui/spinner.min.js\";a:2:{s:1:\"d\";i:1421925960;s:1:\"h\";s:32:\"7c2fb4ffa453c9870793dd257109b9b3\";}s:38:\"wp-includes/js/jquery/ui/slider.min.js\";a:2:{s:1:\"d\";i:1421925960;s:1:\"h\";s:32:\"4f70432f595fade3c533070299719285\";}s:43:\"wp-includes/js/jquery/ui/effect-fold.min.js\";a:2:{s:1:\"d\";i:1421925960;s:1:\"h\";s:32:\"f5854a487c21837903b3e03e5507cf52\";}s:41:\"wp-includes/js/jquery/ui/droppable.min.js\";a:2:{s:1:\"d\";i:1421925960;s:1:\"h\";s:32:\"0871aadc0992a7c71d5b3558114438fb\";}s:38:\"wp-includes/js/jquery/ui/dialog.min.js\";a:2:{s:1:\"d\";i:1421925960;s:1:\"h\";s:32:\"03468b0f0ceb0ccce25de28ffed83efd\";}s:43:\"wp-includes/js/jquery/ui/effect-clip.min.js\";a:2:{s:1:\"d\";i:1421925960;s:1:\"h\";s:32:\"857396f2d8203aba1028fde0009c92d8\";}s:44:\"wp-includes/js/jquery/ui/effect-blind.min.js\";a:2:{s:1:\"d\";i:1421925960;s:1:\"h\";s:32:\"6fb2642d8eb51b75a796cb3e92e6ba7e\";}s:36:\"wp-includes/js/jquery/ui/menu.min.js\";a:2:{s:1:\"d\";i:1421925960;s:1:\"h\";s:32:\"685fb2f73a372f615a6981a8cd1d2444\";}s:36:\"wp-includes/js/jquery/ui/tabs.min.js\";a:2:{s:1:\"d\";i:1421925960;s:1:\"h\";s:32:\"9d119a515eff37751a19f95d11c0802d\";}s:43:\"wp-includes/js/jquery/ui/effect-fade.min.js\";a:2:{s:1:\"d\";i:1421925960;s:1:\"h\";s:32:\"15a40c47867106bd6f45ac103d00d929\";}s:41:\"wp-includes/js/jquery/ui/accordion.min.js\";a:2:{s:1:\"d\";i:1421925960;s:1:\"h\";s:32:\"3d655185b6170d7722edad3edbd4eb26\";}s:40:\"wp-includes/js/jquery/ui/sortable.min.js\";a:2:{s:1:\"d\";i:1421925960;s:1:\"h\";s:32:\"c9f94c2964fbe89af48d431e721ee4d6\";}s:44:\"wp-includes/js/jquery/ui/effect-slide.min.js\";a:2:{s:1:\"d\";i:1421925960;s:1:\"h\";s:32:\"ab6393ed31d603a7c3b3d723437726a4\";}s:38:\"wp-includes/js/jquery/ui/effect.min.js\";a:2:{s:1:\"d\";i:1421925960;s:1:\"h\";s:32:\"b7642fa0b3ddf241b7b4ee9d62139d76\";}s:41:\"wp-includes/js/jquery/ui/draggable.min.js\";a:2:{s:1:\"d\";i:1421925960;s:1:\"h\";s:32:\"b5993b66434a99eb5b6f8cdd716f19d0\";}s:37:\"wp-includes/js/jquery/ui/mouse.min.js\";a:2:{s:1:\"d\";i:1421925960;s:1:\"h\";s:32:\"3b3c95f5fb16cfa309270c16992dc393\";}s:42:\"wp-includes/js/jquery/ui/datepicker.min.js\";a:2:{s:1:\"d\";i:1421925960;s:1:\"h\";s:32:\"2391c6781dad9871a02cca33c1782f4b\";}s:36:\"wp-includes/js/jquery/ui/core.min.js\";a:2:{s:1:\"d\";i:1421925960;s:1:\"h\";s:32:\"67314499128fc5f9b92a78e2ac93bf89\";}s:44:\"wp-includes/js/jquery/ui/effect-shake.min.js\";a:2:{s:1:\"d\";i:1421925960;s:1:\"h\";s:32:\"ed68bc26b640e7dcaf6e32ea3d3478ed\";}s:49:\"wp-includes/js/jquery/jquery.table-hotkeys.min.js\";a:2:{s:1:\"d\";i:1345680258;s:1:\"h\";s:32:\"e56f81676f199db7bf937e69a64909fa\";}s:39:\"wp-includes/js/jquery/jquery.hotkeys.js\";a:2:{s:1:\"d\";i:1388621474;s:1:\"h\";s:32:\"e29483a8ca26a0dd8b0d1146c6b0a6e9\";}s:41:\"wp-includes/js/jquery/jquery.color.min.js\";a:2:{s:1:\"d\";i:1365614995;s:1:\"h\";s:32:\"ff2db8dbf145ce47f31781eef33e764a\";}s:43:\"wp-includes/js/jquery/jquery.masonry.min.js\";a:2:{s:1:\"d\";i:1395905596;s:1:\"h\";s:32:\"928adcedcd52b828e51f9ec291655e01\";}s:46:\"wp-includes/js/jquery/jquery.ui.touch-punch.js\";a:2:{s:1:\"d\";i:1334113103;s:1:\"h\";s:32:\"4cc86d1003c45134d6838f13e3885db1\";}s:36:\"wp-includes/js/jquery/suggest.min.js\";a:2:{s:1:\"d\";i:1396465516;s:1:\"h\";s:32:\"21a79ede04fa5ee9017e6bdbdba5bfe9\";}s:36:\"wp-includes/js/jquery/jquery.form.js\";a:2:{s:1:\"d\";i:1379365569;s:1:\"h\";s:32:\"e5afd8e41d2ec22c19932b068cd90a71\";}s:40:\"wp-includes/js/jquery/jquery.form.min.js\";a:2:{s:1:\"d\";i:1379365569;s:1:\"h\";s:32:\"dbc3808473def00fce45fe564dc72dcb\";}s:32:\"wp-includes/js/jquery/suggest.js\";a:2:{s:1:\"d\";i:1403798894;s:1:\"h\";s:32:\"bf55f3b46b05aa372a0bed97b848de9e\";}s:37:\"wp-includes/js/jquery/jquery.query.js\";a:2:{s:1:\"d\";i:1359492752;s:1:\"h\";s:32:\"3bcc587af2c7b01fc6fbc9c077050143\";}s:45:\"wp-includes/js/jquery/jquery.table-hotkeys.js\";a:2:{s:1:\"d\";i:1384492569;s:1:\"h\";s:32:\"a706ead694231e74fd6750b1670580a5\";}s:43:\"wp-includes/js/jquery/jquery.hotkeys.min.js\";a:2:{s:1:\"d\";i:1345680258;s:1:\"h\";s:32:\"e353217d4555ab5c62b367be6889813d\";}s:31:\"wp-includes/js/jquery/jquery.js\";a:2:{s:1:\"d\";i:1399022956;s:1:\"h\";s:32:\"25c76e632c1ee2f2d25292b72acc17d4\";}s:43:\"wp-includes/js/jquery/jquery-migrate.min.js\";a:2:{s:1:\"d\";i:1374593305;s:1:\"h\";s:32:\"512b871a2830e44259bc3ce3343afcd0\";}s:48:\"wp-includes/js/jquery/jquery.serialize-object.js\";a:2:{s:1:\"d\";i:1295564977;s:1:\"h\";s:32:\"d15c29a18d9ffa8b9b4ae86c3c0cfa22\";}s:39:\"wp-includes/js/jquery/jquery-migrate.js\";a:2:{s:1:\"d\";i:1368552178;s:1:\"h\";s:32:\"90e237d5f01035b958feaf514ef27f7a\";}s:28:\"wp-includes/js/wplink.min.js\";a:2:{s:1:\"d\";i:1421925962;s:1:\"h\";s:32:\"1ca4d589307f12d1cb208a33e539ed23\";}s:34:\"wp-includes/js/customize-models.js\";a:2:{s:1:\"d\";i:1398457519;s:1:\"h\";s:32:\"d420d2bafa7a4370a74f45ad61d956ec\";}s:28:\"wp-includes/js/zxcvbn.min.js\";a:2:{s:1:\"d\";i:1386186790;s:1:\"h\";s:32:\"a14cd5113bd0d57563c1a9b63cae05f8\";}s:30:\"wp-includes/js/wp-lists.min.js\";a:2:{s:1:\"d\";i:1395875655;s:1:\"h\";s:32:\"98747c729c8e35d2d6781cc587d9d291\";}s:38:\"wp-includes/js/wp-ajax-response.min.js\";a:2:{s:1:\"d\";i:1384407790;s:1:\"h\";s:32:\"c97811c969982d3ec60a885c16333372\";}s:29:\"wp-includes/js/masonry.min.js\";a:2:{s:1:\"d\";i:1393357995;s:1:\"h\";s:32:\"6cb8bb7d4daad1989037e36a0cf08e01\";}s:28:\"wp-includes/js/media-grid.js\";a:2:{s:1:\"d\";i:1421925960;s:1:\"h\";s:32:\"8d2e9573969040d7c24f7d46776962c5\";}s:23:\"wp-includes/js/json2.js\";a:2:{s:1:\"d\";i:1345680258;s:1:\"h\";s:32:\"74d903049683e5bbea9ccb7544a42bca\";}s:25:\"wp-includes/js/wp-util.js\";a:2:{s:1:\"d\";i:1421925962;s:1:\"h\";s:32:\"b1f5d3eba80a1f93e0253bc74991fbb1\";}s:35:\"wp-includes/js/crop/marqueeVert.gif\";a:2:{s:1:\"d\";i:1352314150;s:1:\"h\";s:32:\"ae9accf100a4b9930639adff52d4dcc7\";}s:30:\"wp-includes/js/crop/cropper.js\";a:2:{s:1:\"d\";i:1178315323;s:1:\"h\";s:32:\"1d97b296d918482e1273c56fbff6a8e2\";}s:36:\"wp-includes/js/crop/marqueeHoriz.gif\";a:2:{s:1:\"d\";i:1352314150;s:1:\"h\";s:32:\"8cccae9c1ebafdb83be602e4d44c6f0a\";}s:31:\"wp-includes/js/crop/cropper.css\";a:2:{s:1:\"d\";i:1356018932;s:1:\"h\";s:32:\"6b79350bf46e0f692a4d1b2807ed0399\";}s:38:\"wp-includes/js/media-audiovideo.min.js\";a:2:{s:1:\"d\";i:1407613155;s:1:\"h\";s:32:\"15412686f8145bd551c34f16b2a760a2\";}s:38:\"wp-includes/js/customize-loader.min.js\";a:2:{s:1:\"d\";i:1421925960;s:1:\"h\";s:32:\"8acc18afc849d02b6fd4050074a93a9b\";}s:32:\"wp-includes/js/media-grid.min.js\";a:2:{s:1:\"d\";i:1421925960;s:1:\"h\";s:32:\"9a70c60a2cf8bdf9508df9bb94706065\";}s:32:\"wp-includes/js/wp-pointer.min.js\";a:2:{s:1:\"d\";i:1384379111;s:1:\"h\";s:32:\"368f987c644d70580097e48066c99082\";}s:30:\"wp-includes/js/mce-view.min.js\";a:2:{s:1:\"d\";i:1421925960;s:1:\"h\";s:32:\"cb3deca0110cd39ea85a9a3b65d3162f\";}s:32:\"wp-includes/js/customize-base.js\";a:2:{s:1:\"d\";i:1421925960;s:1:\"h\";s:32:\"99408cfe66225d657d6bfe59611e4237\";}s:25:\"wp-includes/js/tw-sack.js\";a:2:{s:1:\"d\";i:1345680258;s:1:\"h\";s:32:\"b989a5bd84f6ebcbc1393ec003e6e991\";}s:29:\"wp-includes/js/media-views.js\";a:2:{s:1:\"d\";i:1421925960;s:1:\"h\";s:32:\"8c94db3246f7e7de1c2b745fdae79383\";}s:41:\"wp-includes/js/jcrop/jquery.Jcrop.min.css\";a:2:{s:1:\"d\";i:1379767569;s:1:\"h\";s:32:\"56cc9ea201dc2f4b910e78bfacac9211\";}s:30:\"wp-includes/js/jcrop/Jcrop.gif\";a:2:{s:1:\"d\";i:1352314150;s:1:\"h\";s:32:\"5a8bfd37651305bdafbcf2cd51b0254b\";}s:40:\"wp-includes/js/jcrop/jquery.Jcrop.min.js\";a:2:{s:1:\"d\";i:1379767569;s:1:\"h\";s:32:\"2f61ab984c177275c71e34ff1a17c102\";}s:34:\"wp-includes/js/media-models.min.js\";a:2:{s:1:\"d\";i:1421925960;s:1:\"h\";s:32:\"261fa850fde903097779eb27336f8c20\";}s:21:\"wp-includes/cache.php\";a:2:{s:1:\"d\";i:1421925959;s:1:\"h\";s:32:\"645bd284dca21a69ec02e6f74201fdbe\";}s:25:\"wp-includes/pluggable.php\";a:2:{s:1:\"d\";i:1421925962;s:1:\"h\";s:32:\"ffb1c191d52ecd52959a6decd9f82eb2\";}s:26:\"wp-includes/deprecated.php\";a:2:{s:1:\"d\";i:1421925959;s:1:\"h\";s:32:\"2a4e4af62d39344f6b6e689409d5c774\";}s:23:\"wp-includes/wp-diff.php\";a:2:{s:1:\"d\";i:1421925962;s:1:\"h\";s:32:\"3576ccddba4c3f91d3dd15747f9d2b14\";}s:26:\"wp-includes/class-pop3.php\";a:2:{s:1:\"d\";i:1303418432;s:1:\"h\";s:32:\"a94bb299c353b7e57c9f98900cea2f7d\";}s:28:\"wp-includes/class-phpass.php\";a:2:{s:1:\"d\";i:1421925959;s:1:\"h\";s:32:\"23d5464450fa0c001ac9669747e7c6a7\";}s:31:\"wp-includes/class-simplepie.php\";a:2:{s:1:\"d\";i:1407902177;s:1:\"h\";s:32:\"5973e0728909826d97bef5443b8ef72e\";}s:20:\"wp-includes/post.php\";a:2:{s:1:\"d\";i:1421925962;s:1:\"h\";s:32:\"15e634132196410e34dcf50820fcd942\";}s:29:\"wp-includes/post-template.php\";a:2:{s:1:\"d\";i:1421925962;s:1:\"h\";s:32:\"0cc1f173c956e57fbb16b56c9dfc3fb4\";}s:32:\"wp-includes/class.wp-scripts.php\";a:2:{s:1:\"d\";i:1421925959;s:1:\"h\";s:32:\"ae482d2d7599d139c87c00fb9b87ebdd\";}s:28:\"wp-includes/registration.php\";a:2:{s:1:\"d\";i:1326042071;s:1:\"h\";s:32:\"7198cf8d485e8ddcb2b3bb49a6d069da\";}s:20:\"wp-includes/feed.php\";a:2:{s:1:\"d\";i:1421925959;s:1:\"h\";s:32:\"fc5c053316212fafe8abc20529546a10\";}s:31:\"wp-includes/class.wp-styles.php\";a:2:{s:1:\"d\";i:1421925959;s:1:\"h\";s:32:\"4d432b17ea493ea3ad4c834457bfb08f\";}s:24:\"wp-includes/category.php\";a:2:{s:1:\"d\";i:1421925959;s:1:\"h\";s:32:\"1e9b2359a41c9a8ec44cb1e002146f5a\";}s:24:\"wp-includes/class-wp.php\";a:2:{s:1:\"d\";i:1421925959;s:1:\"h\";s:32:\"fe9cd0c018a40dfcf014959e653bbabb\";}s:35:\"wp-includes/functions.wp-styles.php\";a:2:{s:1:\"d\";i:1421925959;s:1:\"h\";s:32:\"519bcf33a514d3da1ea78fe6738681e0\";}s:24:\"wp-includes/feed-rdf.php\";a:2:{s:1:\"d\";i:1421925959;s:1:\"h\";s:32:\"da3c43fff6f29048bc2c4427a4cf3769\";}s:38:\"wp-includes/registration-functions.php\";a:2:{s:1:\"d\";i:1326042071;s:1:\"h\";s:32:\"5f3f3cb7c6d126548d7848dd5893434c\";}s:20:\"wp-includes/kses.php\";a:2:{s:1:\"d\";i:1421925962;s:1:\"h\";s:32:\"48088a5167f4d99976ae72b40cc28d0f\";}s:37:\"wp-includes/theme-compat/comments.php\";a:2:{s:1:\"d\";i:1421925962;s:1:\"h\";s:32:\"09d1c3deb42e271f42e4cad6f22c4ba4\";}s:36:\"wp-includes/theme-compat/sidebar.php\";a:2:{s:1:\"d\";i:1393814067;s:1:\"h\";s:32:\"3e1abfa5fc227d5775166faa86842e48\";}s:35:\"wp-includes/theme-compat/footer.php\";a:2:{s:1:\"d\";i:1393814067;s:1:\"h\";s:32:\"c6207e0b437e8e4d8f13dde9f8b5c93d\";}s:35:\"wp-includes/theme-compat/header.php\";a:2:{s:1:\"d\";i:1395768135;s:1:\"h\";s:32:\"b4788daaa2fc81887659a2b21d888c0b\";}s:43:\"wp-includes/theme-compat/comments-popup.php\";a:2:{s:1:\"d\";i:1421925962;s:1:\"h\";s:32:\"5885552f89b4c18061da8c2e753c122e\";}s:40:\"wp-includes/class-wp-customize-panel.php\";a:2:{s:1:\"d\";i:1421925959;s:1:\"h\";s:32:\"29669a79d39df6d72587a340d0ba7585\";}s:33:\"wp-includes/nav-menu-template.php\";a:2:{s:1:\"d\";i:1421925962;s:1:\"h\";s:32:\"6a67d324a8fd5c24c029d587b048d14d\";}s:38:\"wp-includes/class-wp-ajax-response.php\";a:2:{s:1:\"d\";i:1407612617;s:1:\"h\";s:32:\"3faf87337fb7cd137f149c287ee3f7a5\";}s:31:\"wp-includes/class-wp-editor.php\";a:2:{s:1:\"d\";i:1421925959;s:1:\"h\";s:32:\"c8768695026080313465cdbd0297b725\";}s:31:\"wp-includes/class-phpmailer.php\";a:2:{s:1:\"d\";i:1393878314;s:1:\"h\";s:32:\"4271124f375797d87661ee9f98693463\";}s:26:\"wp-includes/class-json.php\";a:2:{s:1:\"d\";i:1373302534;s:1:\"h\";s:32:\"4cf25341919f07dacd84ace1dc05251a\";}s:26:\"wp-includes/shortcodes.php\";a:2:{s:1:\"d\";i:1421925962;s:1:\"h\";s:32:\"47af09bcc8af6e00917eff0eda8a28f3\";}s:23:\"wp-includes/atomlib.php\";a:2:{s:1:\"d\";i:1387911432;s:1:\"h\";s:32:\"971c65ba2e8084ec5bea8a000a66c141\";}s:33:\"wp-includes/default-constants.php\";a:2:{s:1:\"d\";i:1421925959;s:1:\"h\";s:32:\"21c1c848ca9d2ee8295afccb028e7449\";}s:38:\"wp-includes/class-wp-xmlrpc-server.php\";a:2:{s:1:\"d\";i:1421925959;s:1:\"h\";s:32:\"01d912a15361b3206eecbd0fc37eea43\";}s:20:\"wp-includes/meta.php\";a:2:{s:1:\"d\";i:1421925962;s:1:\"h\";s:32:\"d57d191db57b711ed109c70c6795f4fe\";}s:20:\"wp-includes/load.php\";a:2:{s:1:\"d\";i:1421925962;s:1:\"h\";s:32:\"19e43c915ef2313cbdf1e1d4665e1226\";}s:23:\"wp-includes/version.php\";a:2:{s:1:\"d\";i:1421925962;s:1:\"h\";s:32:\"666184998563880a67275d234d95856d\";}s:31:\"wp-includes/default-filters.php\";a:2:{s:1:\"d\";i:1421925959;s:1:\"h\";s:32:\"13339a9e44c8c2124ddf8d5b60dda8d3\";}s:22:\"wp-includes/locale.php\";a:2:{s:1:\"d\";i:1421925962;s:1:\"h\";s:32:\"864bdb066f1a4b663a1d729ae4925a27\";}s:39:\"wp-includes/post-thumbnail-template.php\";a:2:{s:1:\"d\";i:1395859394;s:1:\"h\";s:32:\"280359f0abb9a9e144caad43644cbbc2\";}s:19:\"wp-includes/rss.php\";a:2:{s:1:\"d\";i:1421925962;s:1:\"h\";s:32:\"565968c6a4b133fae4b81cd3cc750994\";}s:30:\"wp-includes/class-wp-error.php\";a:2:{s:1:\"d\";i:1421925959;s:1:\"h\";s:32:\"5acea5e6f1956698dade085507fa91fa\";}s:22:\"wp-includes/option.php\";a:2:{s:1:\"d\";i:1421925962;s:1:\"h\";s:32:\"d5b0877aeb74b5af37bcbb0dd7bcfb08\";}s:40:\"wp-includes/class-wp-image-editor-gd.php\";a:2:{s:1:\"d\";i:1421925959;s:1:\"h\";s:32:\"b5e58770c599ea25fa79b4a746957166\";}s:31:\"wp-includes/class-wp-walker.php\";a:2:{s:1:\"d\";i:1407902177;s:1:\"h\";s:32:\"41d8a5a34beeac3c0ad08709f6944c22\";}s:29:\"wp-includes/ms-deprecated.php\";a:2:{s:1:\"d\";i:1421925962;s:1:\"h\";s:32:\"9c849e036b6ef9e2d058ffc2c4db63d4\";}s:27:\"wp-includes/wlwmanifest.xml\";a:2:{s:1:\"d\";i:1386791351;s:1:\"h\";s:32:\"dfd490b6f383ea02a269031ff05e8896\";}s:29:\"wp-includes/rss-functions.php\";a:2:{s:1:\"d\";i:1380068291;s:1:\"h\";s:32:\"67b3b8bbb2d4166c5da5346a306c3d9d\";}s:34:\"wp-includes/feed-rss2-comments.php\";a:2:{s:1:\"d\";i:1421925959;s:1:\"h\";s:32:\"0f9b3cb2a6af84370b5576153951e237\";}s:32:\"wp-includes/general-template.php\";a:2:{s:1:\"d\";i:1421925959;s:1:\"h\";s:32:\"8ab12dbe8ec04d257fb1e3d8d4c24787\";}s:20:\"wp-includes/user.php\";a:2:{s:1:\"d\";i:1421925962;s:1:\"h\";s:32:\"ce7d9c841a8885991858466919cfa3f8\";}s:24:\"wp-includes/feed-rss.php\";a:2:{s:1:\"d\";i:1382668192;s:1:\"h\";s:32:\"b57f6b1959c5f4ed3eb05d4474480c2f\";}s:32:\"wp-includes/comment-template.php\";a:2:{s:1:\"d\";i:1421925959;s:1:\"h\";s:32:\"e13c077043f6407e90fa25ec16f67493\";}s:45:\"wp-includes/class-wp-image-editor-imagick.php\";a:2:{s:1:\"d\";i:1421925959;s:1:\"h\";s:32:\"b9e8958712aef29e09242cf6477ff217\";}s:32:\"wp-includes/SimplePie/Rating.php\";a:2:{s:1:\"d\";i:1353537115;s:1:\"h\";s:32:\"3d7013a46d09c74b0ee3d8af617412fb\";}s:36:\"wp-includes/SimplePie/Cache/Base.php\";a:2:{s:1:\"d\";i:1353537115;s:1:\"h\";s:32:\"9443eda189bbd9325d0c9c045d237c6a\";}s:37:\"wp-includes/SimplePie/Cache/MySQL.php\";a:2:{s:1:\"d\";i:1353537115;s:1:\"h\";s:32:\"e8911ece15df42ca43991a48d5785687\";}s:36:\"wp-includes/SimplePie/Cache/File.php\";a:2:{s:1:\"d\";i:1353537115;s:1:\"h\";s:32:\"a33dbb0540ecc29cc6425b14100953d1\";}s:40:\"wp-includes/SimplePie/Cache/Memcache.php\";a:2:{s:1:\"d\";i:1353537115;s:1:\"h\";s:32:\"f69d4a55b2a1168531535107ab843fb6\";}s:34:\"wp-includes/SimplePie/Cache/DB.php\";a:2:{s:1:\"d\";i:1353537115;s:1:\"h\";s:32:\"0659bf084f55a303f5922edc62bcfbf6\";}s:32:\"wp-includes/SimplePie/Parser.php\";a:2:{s:1:\"d\";i:1353537115;s:1:\"h\";s:32:\"52bb2ee462e7e414a77efdc7ebf52bcc\";}s:32:\"wp-includes/SimplePie/Credit.php\";a:2:{s:1:\"d\";i:1353537115;s:1:\"h\";s:32:\"0385e4a14de78c8b2a167f3e0aea197c\";}s:46:\"wp-includes/SimplePie/Decode/HTML/Entities.php\";a:2:{s:1:\"d\";i:1353537115;s:1:\"h\";s:32:\"45975e2fcf0d428691a55a2394252f61\";}s:30:\"wp-includes/SimplePie/Misc.php\";a:2:{s:1:\"d\";i:1373303416;s:1:\"h\";s:32:\"cecde679c62dd50207d8d25ece1a4b89\";}s:35:\"wp-includes/SimplePie/Copyright.php\";a:2:{s:1:\"d\";i:1353537115;s:1:\"h\";s:32:\"bd7fbf68b954a9d50955cc808db7cb6a\";}s:34:\"wp-includes/SimplePie/Category.php\";a:2:{s:1:\"d\";i:1353537115;s:1:\"h\";s:32:\"ba7ec8cc3f13d4f27f2e0adcaf64bb2a\";}s:35:\"wp-includes/SimplePie/Enclosure.php\";a:2:{s:1:\"d\";i:1353537115;s:1:\"h\";s:32:\"122e861f42eb6e01ce8d4b0f11fb735d\";}s:46:\"wp-includes/SimplePie/Content/Type/Sniffer.php\";a:2:{s:1:\"d\";i:1353537115;s:1:\"h\";s:32:\"7c72c3f369855562d96c77ece1c7db33\";}s:34:\"wp-includes/SimplePie/Registry.php\";a:2:{s:1:\"d\";i:1353537115;s:1:\"h\";s:32:\"1cc8a2e6c0b5dd3176398d6400f0d9b8\";}s:31:\"wp-includes/SimplePie/Cache.php\";a:2:{s:1:\"d\";i:1353537115;s:1:\"h\";s:32:\"79fc9017a23a836f4d0f68f7764ca734\";}s:29:\"wp-includes/SimplePie/IRI.php\";a:2:{s:1:\"d\";i:1353537115;s:1:\"h\";s:32:\"6e16ff20d3e68692cf3b617b875f36f5\";}s:48:\"wp-includes/SimplePie/XML/Declaration/Parser.php\";a:2:{s:1:\"d\";i:1353537115;s:1:\"h\";s:32:\"8fb1da7028c385bb9d4203c9f6732362\";}s:37:\"wp-includes/SimplePie/Restriction.php\";a:2:{s:1:\"d\";i:1353537115;s:1:\"h\";s:32:\"2a191e7168116418817388113bd57914\";}s:36:\"wp-includes/SimplePie/Parse/Date.php\";a:2:{s:1:\"d\";i:1353537115;s:1:\"h\";s:32:\"9a0a326d308c1e48a0f89bd3ce6e2760\";}s:32:\"wp-includes/SimplePie/Source.php\";a:2:{s:1:\"d\";i:1353537115;s:1:\"h\";s:32:\"8e83bb1de3e018f0537bb32a8c9617ff\";}s:34:\"wp-includes/SimplePie/Sanitize.php\";a:2:{s:1:\"d\";i:1378872130;s:1:\"h\";s:32:\"42d8b8c0cf46b5d8a511e0ae48b88f75\";}s:30:\"wp-includes/SimplePie/File.php\";a:2:{s:1:\"d\";i:1353537115;s:1:\"h\";s:32:\"aeba08ad6b558736ea0aaf2beb2925b7\";}s:30:\"wp-includes/SimplePie/Core.php\";a:2:{s:1:\"d\";i:1353537115;s:1:\"h\";s:32:\"a4ae19a923b890f2dcf7e2d415fd1ad2\";}s:33:\"wp-includes/SimplePie/Caption.php\";a:2:{s:1:\"d\";i:1353537115;s:1:\"h\";s:32:\"bdbabcdcca426a4dadf6675bc4c4ebe9\";}s:34:\"wp-includes/SimplePie/Net/IPv6.php\";a:2:{s:1:\"d\";i:1353537115;s:1:\"h\";s:32:\"a546790e216abdd9801795949fb6b40f\";}s:34:\"wp-includes/SimplePie/gzdecode.php\";a:2:{s:1:\"d\";i:1353537115;s:1:\"h\";s:32:\"c538e2bc0e866197db616c17841134d4\";}s:32:\"wp-includes/SimplePie/Author.php\";a:2:{s:1:\"d\";i:1353537115;s:1:\"h\";s:32:\"348071ed105ff0418b25964e771ba331\";}s:37:\"wp-includes/SimplePie/HTTP/Parser.php\";a:2:{s:1:\"d\";i:1353537115;s:1:\"h\";s:32:\"5725c7d0fb347f1c08df3690a58f3609\";}s:33:\"wp-includes/SimplePie/Locator.php\";a:2:{s:1:\"d\";i:1353537115;s:1:\"h\";s:32:\"8073a4c6da1bb33b877576665ef5eab5\";}s:35:\"wp-includes/SimplePie/Exception.php\";a:2:{s:1:\"d\";i:1352402093;s:1:\"h\";s:32:\"094bfd76269c9fcc3c5cda8f05d05335\";}s:30:\"wp-includes/SimplePie/Item.php\";a:2:{s:1:\"d\";i:1353537115;s:1:\"h\";s:32:\"104510e221fa08437aec008e633cdca7\";}s:24:\"wp-includes/ms-blogs.php\";a:2:{s:1:\"d\";i:1421925962;s:1:\"h\";s:32:\"092478901ca7f090c5f85e442870725b\";}s:30:\"wp-includes/class-wp-theme.php\";a:2:{s:1:\"d\";i:1421925959;s:1:\"h\";s:32:\"e8432364c55cef3a4c23e3c3047478bd\";}s:34:\"wp-includes/ms-default-filters.php\";a:2:{s:1:\"d\";i:1409643016;s:1:\"h\";s:32:\"6cacc03d352d4b3ed70dd6a974fcedf5\";}s:30:\"wp-includes/media-template.php\";a:2:{s:1:\"d\";i:1421925962;s:1:\"h\";s:32:\"770521594b392db90017a2f710b6d98a\";}s:31:\"wp-includes/fonts/dashicons.eot\";a:2:{s:1:\"d\";i:1421925959;s:1:\"h\";s:32:\"cea23664cbf4f6c9484411cbc651d983\";}s:32:\"wp-includes/fonts/dashicons.woff\";a:2:{s:1:\"d\";i:1421925959;s:1:\"h\";s:32:\"78f5e202fde4da61a50d49b27e747eb2\";}s:31:\"wp-includes/fonts/dashicons.ttf\";a:2:{s:1:\"d\";i:1421925959;s:1:\"h\";s:32:\"8a457a7b9d43377c070b0fe91732ed95\";}s:31:\"wp-includes/fonts/dashicons.svg\";a:2:{s:1:\"d\";i:1421925959;s:1:\"h\";s:32:\"0b7e1f9b2978e48c89f99c5befaf77f8\";}s:26:\"wp-includes/formatting.php\";a:2:{s:1:\"d\";i:1421925959;s:1:\"h\";s:32:\"6e919c53d0473de1b505306e23567a86\";}s:31:\"wp-includes/template-loader.php\";a:2:{s:1:\"d\";i:1383143950;s:1:\"h\";s:32:\"0573827ec7b9e08b5139c15a6ca23df4\";}s:36:\"wp-includes/functions.wp-scripts.php\";a:2:{s:1:\"d\";i:1421925959;s:1:\"h\";s:32:\"1f670878467479584e672c34997e874a\";}s:27:\"wp-includes/ms-settings.php\";a:2:{s:1:\"d\";i:1404172215;s:1:\"h\";s:32:\"8a8d737615b5c982687aa82aca65f893\";}s:21:\"wp-includes/query.php\";a:2:{s:1:\"d\";i:1421925962;s:1:\"h\";s:32:\"14b4c47ebc867b0918a2893eaccfb8ca\";}s:20:\"wp-includes/vars.php\";a:2:{s:1:\"d\";i:1389377713;s:1:\"h\";s:32:\"91d3e12051462662b3af459053a2704e\";}s:42:\"wp-includes/class-wp-customize-control.php\";a:2:{s:1:\"d\";i:1421925959;s:1:\"h\";s:32:\"3e6e13aa56f78ad195abfd277937ecc8\";}s:24:\"wp-includes/bookmark.php\";a:2:{s:1:\"d\";i:1421925959;s:1:\"h\";s:32:\"e002e949cdedaee5491c1c2e65f823e6\";}s:24:\"wp-includes/template.php\";a:2:{s:1:\"d\";i:1421925962;s:1:\"h\";s:32:\"f701b8ba60980dfc80c607c36d76be7f\";}s:20:\"wp-config-sample.php\";a:2:{s:1:\"d\";i:1421925957;s:1:\"h\";s:32:\"7000dd6c944cb31c9e3b6172e5236266\";}s:11:\"wp-load.php\";a:2:{s:1:\"d\";i:1404751336;s:1:\"h\";s:32:\"cb3a6ab2d4997f0a5b2ee27c057035e1\";}s:12:\"wp-login.php\";a:2:{s:1:\"d\";i:1421925962;s:1:\"h\";s:32:\"49721f6a13d9cd7c43b744ed9742b5aa\";}s:18:\"wp-blog-header.php\";a:2:{s:1:\"d\";i:1326042071;s:1:\"h\";s:32:\"5f81e56e3ac8ebf59ee135c253b835d8\";}s:11:\"wp-mail.php\";a:2:{s:1:\"d\";i:1405588336;s:1:\"h\";s:32:\"7f890eff523aefdfb1350cd22436899c\";}s:15:\"wp-activate.php\";a:2:{s:1:\"d\";i:1408555816;s:1:\"h\";s:32:\"7055c8aaaf4ef6e0a98ce6b37b654799\";}}','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) DEFAULT NULL, `meta_value` longtext, PRIMARY KEY (`meta_id`), KEY `post_id` (`post_id`), KEY `meta_key` (`meta_key`) ) ENGINE=MyISAM AUTO_INCREMENT=334 DEFAULT CHARSET=utf8; /*!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'),(2,2,'_edit_lock','1421927662:1'),(3,4,'_form','

Your Name (required)
\n [text* your-name]

\n\n

Your Email (required)
\n [email* your-email]

\n\n

Subject
\n [text your-subject]

\n\n

Your Message
\n [textarea your-message]

\n\n

[submit \"Send\"]

'),(4,4,'_mail','a:8:{s:7:\"subject\";s:14:\"[your-subject]\";s:6:\"sender\";s:48:\"[your-name] \";s:4:\"body\";s:215:\"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 St Audries Weekend Wedding Venue (http://www.weekendweddingvenues.com/wordpress)\";s:9:\"recipient\";s:19:\"nickbetsy@gmail.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;}'),(5,4,'_mail_2','a:9:{s:6:\"active\";b:0;s:7:\"subject\";s:14:\"[your-subject]\";s:6:\"sender\";s:69:\"St Audries Weekend Wedding Venue \";s:4:\"body\";s:157:\"Message Body:\n[your-message]\n\n--\nThis e-mail was sent from a contact form on St Audries Weekend Wedding Venue (http://www.weekendweddingvenues.com/wordpress)\";s:9:\"recipient\";s:12:\"[your-email]\";s:18:\"additional_headers\";s:29:\"Reply-To: nickbetsy@gmail.com\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";i:0;s:13:\"exclude_blank\";i:0;}'),(6,4,'_messages','a:6:{s:12:\"mail_sent_ok\";s:43:\"Your message was sent successfully. Thanks.\";s:12:\"mail_sent_ng\";s:93:\"Failed to send your message. Please try later or contact the administrator by another method.\";s:16:\"validation_error\";s:74:\"Validation errors occurred. Please confirm the fields and submit it again.\";s:4:\"spam\";s:93:\"Failed to send your message. Please try later or contact the administrator by another method.\";s:12:\"accept_terms\";s:35:\"Please accept the terms to proceed.\";s:16:\"invalid_required\";s:31:\"Please fill the required field.\";}'),(7,4,'_additional_settings',''),(8,4,'_locale','en_US'),(9,5,'_edit_last','1'),(10,5,'_edit_lock','1422199566:1'),(11,5,'_oembed_0b58fb95314b485d01998ab4ca13b9fd','
'),(12,5,'_oembed_time_0b58fb95314b485d01998ab4ca13b9fd','1421928163'),(13,5,'_wp_page_template','default'),(14,5,'_wpv_ed_js_status','true'),(15,5,'slide_template','default'),(16,5,'show-splash-screen','true'),(17,5,'page-middle-header-content-fullwidth','true'),(18,5,'page-middle-header-min-height','0'),(19,5,'local-title-background-image',''),(20,5,'local-title-background-color','#5C604D'),(21,5,'local-title-background-repeat','no-repeat'),(22,5,'sticky-header-type','normal'),(23,5,'show-page-header','false'),(24,5,'local-page-title-background-image',''),(25,5,'local-page-title-background-color',''),(26,5,'local-page-title-background-repeat','no-repeat'),(27,5,'show_header_sidebars','true'),(28,5,'layout-type','full'),(29,5,'left_sidebar_type',''),(30,5,'right_sidebar_type',''),(31,5,'background-image',''),(32,5,'background-color',''),(33,5,'background-attachment','scroll'),(34,5,'background-repeat','no-repeat'),(35,5,'use-page-bottom-padding','true'),(36,9,'_wp_attached_file','2015/01/ceramony.jpg'),(37,9,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1523;s:6:\"height\";i:614;s:4:\"file\";s:20:\"2015/01/ceramony.jpg\";s:5:\"sizes\";a:20:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"ceramony-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"ceramony-300x121.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:121;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"ceramony-1024x413.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:413;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"posts-widget-thumb\";a:4:{s:4:\"file\";s:18:\"ceramony-60x60.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"posts-widget-thumb-small\";a:4:{s:4:\"file\";s:18:\"ceramony-43x43.jpg\";s:5:\"width\";i:43;s:6:\"height\";i:43;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"post-loop\";a:4:{s:4:\"file\";s:20:\"ceramony-480x369.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:369;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"single-portfolio\";a:4:{s:4:\"file\";s:21:\"ceramony-1140x460.jpg\";s:5:\"width\";i:1140;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"single-post\";a:4:{s:4:\"file\";s:21:\"ceramony-1140x460.jpg\";s:5:\"width\";i:1140;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"portfolio-masonry-1\";a:4:{s:4:\"file\";s:21:\"ceramony-1140x460.jpg\";s:5:\"width\";i:1140;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio-loop-1\";a:4:{s:4:\"file\";s:21:\"ceramony-1140x614.jpg\";s:5:\"width\";i:1140;s:6:\"height\";i:614;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"post-small-1\";a:4:{s:4:\"file\";s:21:\"ceramony-1140x614.jpg\";s:5:\"width\";i:1140;s:6:\"height\";i:614;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"portfolio-masonry-2\";a:4:{s:4:\"file\";s:20:\"ceramony-555x224.jpg\";s:5:\"width\";i:555;s:6:\"height\";i:224;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio-loop-2\";a:4:{s:4:\"file\";s:20:\"ceramony-555x370.jpg\";s:5:\"width\";i:555;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"post-small-2\";a:4:{s:4:\"file\";s:20:\"ceramony-555x426.jpg\";s:5:\"width\";i:555;s:6:\"height\";i:426;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"portfolio-masonry-3\";a:4:{s:4:\"file\";s:20:\"ceramony-360x145.jpg\";s:5:\"width\";i:360;s:6:\"height\";i:145;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio-loop-3\";a:4:{s:4:\"file\";s:20:\"ceramony-360x240.jpg\";s:5:\"width\";i:360;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"post-small-3\";a:4:{s:4:\"file\";s:20:\"ceramony-360x276.jpg\";s:5:\"width\";i:360;s:6:\"height\";i:276;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"portfolio-masonry-4\";a:4:{s:4:\"file\";s:20:\"ceramony-262x106.jpg\";s:5:\"width\";i:262;s:6:\"height\";i:106;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio-loop-4\";a:4:{s:4:\"file\";s:20:\"ceramony-262x175.jpg\";s:5:\"width\";i:262;s:6:\"height\";i:175;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"post-small-4\";a:4:{s:4:\"file\";s:20:\"ceramony-262x201.jpg\";s:5:\"width\";i:262;s:6:\"height\";i:201;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(38,10,'_wp_attached_file','2015/01/hp-1.png'),(39,10,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1523;s:6:\"height\";i:473;s:4:\"file\";s:16:\"2015/01/hp-1.png\";s:5:\"sizes\";a:20:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:16:\"hp-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:15:\"hp-1-300x93.png\";s:5:\"width\";i:300;s:6:\"height\";i:93;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:17:\"hp-1-1024x318.png\";s:5:\"width\";i:1024;s:6:\"height\";i:318;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"posts-widget-thumb\";a:4:{s:4:\"file\";s:14:\"hp-1-60x60.png\";s:5:\"width\";i:60;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}s:24:\"posts-widget-thumb-small\";a:4:{s:4:\"file\";s:14:\"hp-1-43x43.png\";s:5:\"width\";i:43;s:6:\"height\";i:43;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"post-loop\";a:4:{s:4:\"file\";s:16:\"hp-1-480x369.png\";s:5:\"width\";i:480;s:6:\"height\";i:369;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"single-portfolio\";a:4:{s:4:\"file\";s:17:\"hp-1-1140x354.png\";s:5:\"width\";i:1140;s:6:\"height\";i:354;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"single-post\";a:4:{s:4:\"file\";s:17:\"hp-1-1140x354.png\";s:5:\"width\";i:1140;s:6:\"height\";i:354;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"portfolio-masonry-1\";a:4:{s:4:\"file\";s:17:\"hp-1-1140x354.png\";s:5:\"width\";i:1140;s:6:\"height\";i:354;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"portfolio-loop-1\";a:4:{s:4:\"file\";s:17:\"hp-1-1140x473.png\";s:5:\"width\";i:1140;s:6:\"height\";i:473;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"post-small-1\";a:4:{s:4:\"file\";s:17:\"hp-1-1140x473.png\";s:5:\"width\";i:1140;s:6:\"height\";i:473;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"portfolio-masonry-2\";a:4:{s:4:\"file\";s:16:\"hp-1-555x172.png\";s:5:\"width\";i:555;s:6:\"height\";i:172;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"portfolio-loop-2\";a:4:{s:4:\"file\";s:16:\"hp-1-555x370.png\";s:5:\"width\";i:555;s:6:\"height\";i:370;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"post-small-2\";a:4:{s:4:\"file\";s:16:\"hp-1-555x426.png\";s:5:\"width\";i:555;s:6:\"height\";i:426;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"portfolio-masonry-3\";a:4:{s:4:\"file\";s:16:\"hp-1-360x112.png\";s:5:\"width\";i:360;s:6:\"height\";i:112;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"portfolio-loop-3\";a:4:{s:4:\"file\";s:16:\"hp-1-360x240.png\";s:5:\"width\";i:360;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"post-small-3\";a:4:{s:4:\"file\";s:16:\"hp-1-360x276.png\";s:5:\"width\";i:360;s:6:\"height\";i:276;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"portfolio-masonry-4\";a:4:{s:4:\"file\";s:15:\"hp-1-262x81.png\";s:5:\"width\";i:262;s:6:\"height\";i:81;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"portfolio-loop-4\";a:4:{s:4:\"file\";s:16:\"hp-1-262x175.png\";s:5:\"width\";i:262;s:6:\"height\";i:175;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"post-small-4\";a:4:{s:4:\"file\";s:16:\"hp-1-262x201.png\";s:5:\"width\";i:262;s:6:\"height\";i:201;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(40,11,'_wp_attached_file','2015/01/SA-day-large.jpg'),(41,11,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1523;s:6:\"height\";i:644;s:4:\"file\";s:24:\"2015/01/SA-day-large.jpg\";s:5:\"sizes\";a:20:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"SA-day-large-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:\"SA-day-large-300x127.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:127;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:25:\"SA-day-large-1024x433.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:433;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"posts-widget-thumb\";a:4:{s:4:\"file\";s:22:\"SA-day-large-60x60.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"posts-widget-thumb-small\";a:4:{s:4:\"file\";s:22:\"SA-day-large-43x43.jpg\";s:5:\"width\";i:43;s:6:\"height\";i:43;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"post-loop\";a:4:{s:4:\"file\";s:24:\"SA-day-large-480x369.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:369;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"single-portfolio\";a:4:{s:4:\"file\";s:25:\"SA-day-large-1140x482.jpg\";s:5:\"width\";i:1140;s:6:\"height\";i:482;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"single-post\";a:4:{s:4:\"file\";s:25:\"SA-day-large-1140x482.jpg\";s:5:\"width\";i:1140;s:6:\"height\";i:482;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"portfolio-masonry-1\";a:4:{s:4:\"file\";s:25:\"SA-day-large-1140x482.jpg\";s:5:\"width\";i:1140;s:6:\"height\";i:482;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio-loop-1\";a:4:{s:4:\"file\";s:25:\"SA-day-large-1140x644.jpg\";s:5:\"width\";i:1140;s:6:\"height\";i:644;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"post-small-1\";a:4:{s:4:\"file\";s:25:\"SA-day-large-1140x644.jpg\";s:5:\"width\";i:1140;s:6:\"height\";i:644;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"portfolio-masonry-2\";a:4:{s:4:\"file\";s:24:\"SA-day-large-555x235.jpg\";s:5:\"width\";i:555;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio-loop-2\";a:4:{s:4:\"file\";s:24:\"SA-day-large-555x370.jpg\";s:5:\"width\";i:555;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"post-small-2\";a:4:{s:4:\"file\";s:24:\"SA-day-large-555x426.jpg\";s:5:\"width\";i:555;s:6:\"height\";i:426;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"portfolio-masonry-3\";a:4:{s:4:\"file\";s:24:\"SA-day-large-360x152.jpg\";s:5:\"width\";i:360;s:6:\"height\";i:152;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio-loop-3\";a:4:{s:4:\"file\";s:24:\"SA-day-large-360x240.jpg\";s:5:\"width\";i:360;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"post-small-3\";a:4:{s:4:\"file\";s:24:\"SA-day-large-360x276.jpg\";s:5:\"width\";i:360;s:6:\"height\";i:276;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"portfolio-masonry-4\";a:4:{s:4:\"file\";s:24:\"SA-day-large-262x111.jpg\";s:5:\"width\";i:262;s:6:\"height\";i:111;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio-loop-4\";a:4:{s:4:\"file\";s:24:\"SA-day-large-262x175.jpg\";s:5:\"width\";i:262;s:6:\"height\";i:175;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"post-small-4\";a:4:{s:4:\"file\";s:24:\"SA-day-large-262x201.jpg\";s:5:\"width\";i:262;s:6:\"height\";i:201;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(42,12,'_wp_attached_file','2015/01/staudries-large.jpg'),(43,12,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1523;s:6:\"height\";i:619;s:4:\"file\";s:27:\"2015/01/staudries-large.jpg\";s:5:\"sizes\";a:20:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"staudries-large-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:\"staudries-large-300x122.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:122;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:28:\"staudries-large-1024x416.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:416;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"posts-widget-thumb\";a:4:{s:4:\"file\";s:25:\"staudries-large-60x60.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"posts-widget-thumb-small\";a:4:{s:4:\"file\";s:25:\"staudries-large-43x43.jpg\";s:5:\"width\";i:43;s:6:\"height\";i:43;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"post-loop\";a:4:{s:4:\"file\";s:27:\"staudries-large-480x369.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:369;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"single-portfolio\";a:4:{s:4:\"file\";s:28:\"staudries-large-1140x463.jpg\";s:5:\"width\";i:1140;s:6:\"height\";i:463;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"single-post\";a:4:{s:4:\"file\";s:28:\"staudries-large-1140x463.jpg\";s:5:\"width\";i:1140;s:6:\"height\";i:463;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"portfolio-masonry-1\";a:4:{s:4:\"file\";s:28:\"staudries-large-1140x463.jpg\";s:5:\"width\";i:1140;s:6:\"height\";i:463;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio-loop-1\";a:4:{s:4:\"file\";s:28:\"staudries-large-1140x619.jpg\";s:5:\"width\";i:1140;s:6:\"height\";i:619;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"post-small-1\";a:4:{s:4:\"file\";s:28:\"staudries-large-1140x619.jpg\";s:5:\"width\";i:1140;s:6:\"height\";i:619;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"portfolio-masonry-2\";a:4:{s:4:\"file\";s:27:\"staudries-large-555x226.jpg\";s:5:\"width\";i:555;s:6:\"height\";i:226;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio-loop-2\";a:4:{s:4:\"file\";s:27:\"staudries-large-555x370.jpg\";s:5:\"width\";i:555;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"post-small-2\";a:4:{s:4:\"file\";s:27:\"staudries-large-555x426.jpg\";s:5:\"width\";i:555;s:6:\"height\";i:426;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"portfolio-masonry-3\";a:4:{s:4:\"file\";s:27:\"staudries-large-360x146.jpg\";s:5:\"width\";i:360;s:6:\"height\";i:146;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio-loop-3\";a:4:{s:4:\"file\";s:27:\"staudries-large-360x240.jpg\";s:5:\"width\";i:360;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"post-small-3\";a:4:{s:4:\"file\";s:27:\"staudries-large-360x276.jpg\";s:5:\"width\";i:360;s:6:\"height\";i:276;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"portfolio-masonry-4\";a:4:{s:4:\"file\";s:27:\"staudries-large-262x106.jpg\";s:5:\"width\";i:262;s:6:\"height\";i:106;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio-loop-4\";a:4:{s:4:\"file\";s:27:\"staudries-large-262x175.jpg\";s:5:\"width\";i:262;s:6:\"height\";i:175;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"post-small-4\";a:4:{s:4:\"file\";s:27:\"staudries-large-262x201.jpg\";s:5:\"width\";i:262;s:6:\"height\";i:201;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(44,13,'_wp_attached_file','2015/01/summer-large.jpg'),(45,13,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1523;s:6:\"height\";i:621;s:4:\"file\";s:24:\"2015/01/summer-large.jpg\";s:5:\"sizes\";a:20:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"summer-large-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:\"summer-large-300x122.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:122;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:25:\"summer-large-1024x418.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:418;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"posts-widget-thumb\";a:4:{s:4:\"file\";s:22:\"summer-large-60x60.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"posts-widget-thumb-small\";a:4:{s:4:\"file\";s:22:\"summer-large-43x43.jpg\";s:5:\"width\";i:43;s:6:\"height\";i:43;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"post-loop\";a:4:{s:4:\"file\";s:24:\"summer-large-480x369.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:369;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"single-portfolio\";a:4:{s:4:\"file\";s:25:\"summer-large-1140x465.jpg\";s:5:\"width\";i:1140;s:6:\"height\";i:465;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"single-post\";a:4:{s:4:\"file\";s:25:\"summer-large-1140x465.jpg\";s:5:\"width\";i:1140;s:6:\"height\";i:465;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"portfolio-masonry-1\";a:4:{s:4:\"file\";s:25:\"summer-large-1140x465.jpg\";s:5:\"width\";i:1140;s:6:\"height\";i:465;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio-loop-1\";a:4:{s:4:\"file\";s:25:\"summer-large-1140x621.jpg\";s:5:\"width\";i:1140;s:6:\"height\";i:621;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"post-small-1\";a:4:{s:4:\"file\";s:25:\"summer-large-1140x621.jpg\";s:5:\"width\";i:1140;s:6:\"height\";i:621;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"portfolio-masonry-2\";a:4:{s:4:\"file\";s:24:\"summer-large-555x226.jpg\";s:5:\"width\";i:555;s:6:\"height\";i:226;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio-loop-2\";a:4:{s:4:\"file\";s:24:\"summer-large-555x370.jpg\";s:5:\"width\";i:555;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"post-small-2\";a:4:{s:4:\"file\";s:24:\"summer-large-555x426.jpg\";s:5:\"width\";i:555;s:6:\"height\";i:426;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"portfolio-masonry-3\";a:4:{s:4:\"file\";s:24:\"summer-large-360x147.jpg\";s:5:\"width\";i:360;s:6:\"height\";i:147;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio-loop-3\";a:4:{s:4:\"file\";s:24:\"summer-large-360x240.jpg\";s:5:\"width\";i:360;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"post-small-3\";a:4:{s:4:\"file\";s:24:\"summer-large-360x276.jpg\";s:5:\"width\";i:360;s:6:\"height\";i:276;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"portfolio-masonry-4\";a:4:{s:4:\"file\";s:24:\"summer-large-262x107.jpg\";s:5:\"width\";i:262;s:6:\"height\";i:107;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio-loop-4\";a:4:{s:4:\"file\";s:24:\"summer-large-262x175.jpg\";s:5:\"width\";i:262;s:6:\"height\";i:175;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"post-small-4\";a:4:{s:4:\"file\";s:24:\"summer-large-262x201.jpg\";s:5:\"width\";i:262;s:6:\"height\";i:201;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(46,14,'_wp_attached_file','2015/01/winter-large.jpg'),(47,14,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1523;s:6:\"height\";i:623;s:4:\"file\";s:24:\"2015/01/winter-large.jpg\";s:5:\"sizes\";a:20:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"winter-large-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:\"winter-large-300x123.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:123;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:25:\"winter-large-1024x419.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:419;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"posts-widget-thumb\";a:4:{s:4:\"file\";s:22:\"winter-large-60x60.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"posts-widget-thumb-small\";a:4:{s:4:\"file\";s:22:\"winter-large-43x43.jpg\";s:5:\"width\";i:43;s:6:\"height\";i:43;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"post-loop\";a:4:{s:4:\"file\";s:24:\"winter-large-480x369.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:369;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"single-portfolio\";a:4:{s:4:\"file\";s:25:\"winter-large-1140x466.jpg\";s:5:\"width\";i:1140;s:6:\"height\";i:466;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"single-post\";a:4:{s:4:\"file\";s:25:\"winter-large-1140x466.jpg\";s:5:\"width\";i:1140;s:6:\"height\";i:466;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"portfolio-masonry-1\";a:4:{s:4:\"file\";s:25:\"winter-large-1140x466.jpg\";s:5:\"width\";i:1140;s:6:\"height\";i:466;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio-loop-1\";a:4:{s:4:\"file\";s:25:\"winter-large-1140x623.jpg\";s:5:\"width\";i:1140;s:6:\"height\";i:623;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"post-small-1\";a:4:{s:4:\"file\";s:25:\"winter-large-1140x623.jpg\";s:5:\"width\";i:1140;s:6:\"height\";i:623;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"portfolio-masonry-2\";a:4:{s:4:\"file\";s:24:\"winter-large-555x227.jpg\";s:5:\"width\";i:555;s:6:\"height\";i:227;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio-loop-2\";a:4:{s:4:\"file\";s:24:\"winter-large-555x370.jpg\";s:5:\"width\";i:555;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"post-small-2\";a:4:{s:4:\"file\";s:24:\"winter-large-555x426.jpg\";s:5:\"width\";i:555;s:6:\"height\";i:426;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"portfolio-masonry-3\";a:4:{s:4:\"file\";s:24:\"winter-large-360x147.jpg\";s:5:\"width\";i:360;s:6:\"height\";i:147;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio-loop-3\";a:4:{s:4:\"file\";s:24:\"winter-large-360x240.jpg\";s:5:\"width\";i:360;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"post-small-3\";a:4:{s:4:\"file\";s:24:\"winter-large-360x276.jpg\";s:5:\"width\";i:360;s:6:\"height\";i:276;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"portfolio-masonry-4\";a:4:{s:4:\"file\";s:24:\"winter-large-262x107.jpg\";s:5:\"width\";i:262;s:6:\"height\";i:107;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio-loop-4\";a:4:{s:4:\"file\";s:24:\"winter-large-262x175.jpg\";s:5:\"width\";i:262;s:6:\"height\";i:175;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"post-small-4\";a:4:{s:4:\"file\";s:24:\"winter-large-262x201.jpg\";s:5:\"width\";i:262;s:6:\"height\";i:201;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(48,5,'slider-category','revslider-test'),(49,18,'_menu_item_type','post_type'),(50,18,'_menu_item_menu_item_parent','0'),(51,18,'_menu_item_object_id','5'),(52,18,'_menu_item_object','page'),(53,18,'_menu_item_target',''),(54,18,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(55,18,'_menu_item_xfn',''),(56,18,'_menu_item_url',''),(68,20,'_menu_item_menu_item_parent','0'),(58,19,'_menu_item_type','post_type'),(59,19,'_menu_item_menu_item_parent','0'),(60,19,'_menu_item_object_id','2'),(61,19,'_menu_item_object','page'),(62,19,'_menu_item_target',''),(63,19,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(64,19,'_menu_item_xfn',''),(65,19,'_menu_item_url',''),(67,20,'_menu_item_type','post_type'),(69,20,'_menu_item_object_id','5'),(70,20,'_menu_item_object','page'),(71,20,'_menu_item_target',''),(72,20,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(73,20,'_menu_item_xfn',''),(74,20,'_menu_item_url',''),(76,21,'_menu_item_type','post_type'),(77,21,'_menu_item_menu_item_parent','0'),(78,21,'_menu_item_object_id','2'),(79,21,'_menu_item_object','page'),(80,21,'_menu_item_target',''),(81,21,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(82,21,'_menu_item_xfn',''),(83,21,'_menu_item_url',''),(85,5,'_oembed_39145cdc1b0b4c46fbecea8beb8b7c1a','{{unknown}}'),(86,30,'_edit_last','1'),(87,30,'_edit_lock','1422197035:1'),(88,30,'_wp_page_template','default'),(89,30,'_wpv_ed_js_status','true'),(90,30,'slide_template','default'),(91,30,'show-splash-screen','false'),(92,30,'page-middle-header-content-fullwidth','false'),(93,30,'page-middle-header-min-height','0'),(94,30,'local-title-background-image',''),(95,30,'local-title-background-color',''),(96,30,'local-title-background-repeat','no-repeat'),(97,30,'sticky-header-type','normal'),(98,30,'show-page-header','true'),(99,30,'local-page-title-background-image',''),(100,30,'local-page-title-background-color',''),(101,30,'local-page-title-background-repeat','no-repeat'),(102,30,'show_header_sidebars','true'),(103,30,'layout-type','default'),(104,30,'left_sidebar_type',''),(105,30,'right_sidebar_type',''),(106,30,'background-image',''),(107,30,'background-color',''),(108,30,'background-attachment','scroll'),(109,30,'background-repeat','no-repeat'),(110,30,'use-page-bottom-padding','true'),(111,32,'_menu_item_type','post_type'),(112,32,'_menu_item_menu_item_parent','21'),(113,32,'_menu_item_object_id','30'),(114,32,'_menu_item_object','page'),(115,32,'_menu_item_target',''),(116,32,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(117,32,'_menu_item_xfn',''),(118,32,'_menu_item_url',''),(120,33,'_wp_attached_file','2015/01/st-audries-park-wedding-ca5.jpg'),(121,33,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:880;s:6:\"height\";i:587;s:4:\"file\";s:39:\"2015/01/st-audries-park-wedding-ca5.jpg\";s:5:\"sizes\";a:14:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:39:\"st-audries-park-wedding-ca5-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:39:\"st-audries-park-wedding-ca5-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"posts-widget-thumb\";a:4:{s:4:\"file\";s:37:\"st-audries-park-wedding-ca5-60x60.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"posts-widget-thumb-small\";a:4:{s:4:\"file\";s:37:\"st-audries-park-wedding-ca5-43x43.jpg\";s:5:\"width\";i:43;s:6:\"height\";i:43;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"post-loop\";a:4:{s:4:\"file\";s:39:\"st-audries-park-wedding-ca5-480x369.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:369;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"portfolio-masonry-2\";a:4:{s:4:\"file\";s:39:\"st-audries-park-wedding-ca5-555x370.jpg\";s:5:\"width\";i:555;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio-loop-2\";a:4:{s:4:\"file\";s:39:\"st-audries-park-wedding-ca5-555x370.jpg\";s:5:\"width\";i:555;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"post-small-2\";a:4:{s:4:\"file\";s:39:\"st-audries-park-wedding-ca5-555x426.jpg\";s:5:\"width\";i:555;s:6:\"height\";i:426;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"portfolio-masonry-3\";a:4:{s:4:\"file\";s:39:\"st-audries-park-wedding-ca5-360x240.jpg\";s:5:\"width\";i:360;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio-loop-3\";a:4:{s:4:\"file\";s:39:\"st-audries-park-wedding-ca5-360x240.jpg\";s:5:\"width\";i:360;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"post-small-3\";a:4:{s:4:\"file\";s:39:\"st-audries-park-wedding-ca5-360x276.jpg\";s:5:\"width\";i:360;s:6:\"height\";i:276;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"portfolio-masonry-4\";a:4:{s:4:\"file\";s:39:\"st-audries-park-wedding-ca5-262x175.jpg\";s:5:\"width\";i:262;s:6:\"height\";i:175;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio-loop-4\";a:4:{s:4:\"file\";s:39:\"st-audries-park-wedding-ca5-262x175.jpg\";s:5:\"width\";i:262;s:6:\"height\";i:175;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"post-small-4\";a:4:{s:4:\"file\";s:39:\"st-audries-park-wedding-ca5-262x201.jpg\";s:5:\"width\";i:262;s:6:\"height\";i:201;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(122,5,'_oembed_394db03354d8a3ade8c527084e4a6de6','
'),(123,5,'_oembed_time_394db03354d8a3ade8c527084e4a6de6','1422192670'),(124,42,'_wp_attached_file','2015/01/St-Audries-Christmas-canapes-756x568-605x403.jpg'),(125,42,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:605;s:6:\"height\";i:403;s:4:\"file\";s:56:\"2015/01/St-Audries-Christmas-canapes-756x568-605x403.jpg\";s:5:\"sizes\";a:14:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:56:\"St-Audries-Christmas-canapes-756x568-605x403-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:56:\"St-Audries-Christmas-canapes-756x568-605x403-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"posts-widget-thumb\";a:4:{s:4:\"file\";s:54:\"St-Audries-Christmas-canapes-756x568-605x403-60x60.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"posts-widget-thumb-small\";a:4:{s:4:\"file\";s:54:\"St-Audries-Christmas-canapes-756x568-605x403-43x43.jpg\";s:5:\"width\";i:43;s:6:\"height\";i:43;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"post-loop\";a:4:{s:4:\"file\";s:56:\"St-Audries-Christmas-canapes-756x568-605x403-480x369.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:369;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"portfolio-masonry-2\";a:4:{s:4:\"file\";s:56:\"St-Audries-Christmas-canapes-756x568-605x403-555x370.jpg\";s:5:\"width\";i:555;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio-loop-2\";a:4:{s:4:\"file\";s:56:\"St-Audries-Christmas-canapes-756x568-605x403-555x370.jpg\";s:5:\"width\";i:555;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"post-small-2\";a:4:{s:4:\"file\";s:56:\"St-Audries-Christmas-canapes-756x568-605x403-555x403.jpg\";s:5:\"width\";i:555;s:6:\"height\";i:403;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"portfolio-masonry-3\";a:4:{s:4:\"file\";s:56:\"St-Audries-Christmas-canapes-756x568-605x403-360x240.jpg\";s:5:\"width\";i:360;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio-loop-3\";a:4:{s:4:\"file\";s:56:\"St-Audries-Christmas-canapes-756x568-605x403-360x240.jpg\";s:5:\"width\";i:360;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"post-small-3\";a:4:{s:4:\"file\";s:56:\"St-Audries-Christmas-canapes-756x568-605x403-360x276.jpg\";s:5:\"width\";i:360;s:6:\"height\";i:276;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"portfolio-masonry-4\";a:4:{s:4:\"file\";s:56:\"St-Audries-Christmas-canapes-756x568-605x403-262x175.jpg\";s:5:\"width\";i:262;s:6:\"height\";i:175;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio-loop-4\";a:4:{s:4:\"file\";s:56:\"St-Audries-Christmas-canapes-756x568-605x403-262x175.jpg\";s:5:\"width\";i:262;s:6:\"height\";i:175;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"post-small-4\";a:4:{s:4:\"file\";s:56:\"St-Audries-Christmas-canapes-756x568-605x403-262x201.jpg\";s:5:\"width\";i:262;s:6:\"height\";i:201;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(126,43,'_wp_attached_file','2015/01/St-Audries-dipped-strawberries-756x568-605x403.jpg'),(127,43,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:605;s:6:\"height\";i:403;s:4:\"file\";s:58:\"2015/01/St-Audries-dipped-strawberries-756x568-605x403.jpg\";s:5:\"sizes\";a:14:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:58:\"St-Audries-dipped-strawberries-756x568-605x403-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:58:\"St-Audries-dipped-strawberries-756x568-605x403-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"posts-widget-thumb\";a:4:{s:4:\"file\";s:56:\"St-Audries-dipped-strawberries-756x568-605x403-60x60.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"posts-widget-thumb-small\";a:4:{s:4:\"file\";s:56:\"St-Audries-dipped-strawberries-756x568-605x403-43x43.jpg\";s:5:\"width\";i:43;s:6:\"height\";i:43;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"post-loop\";a:4:{s:4:\"file\";s:58:\"St-Audries-dipped-strawberries-756x568-605x403-480x369.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:369;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"portfolio-masonry-2\";a:4:{s:4:\"file\";s:58:\"St-Audries-dipped-strawberries-756x568-605x403-555x370.jpg\";s:5:\"width\";i:555;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio-loop-2\";a:4:{s:4:\"file\";s:58:\"St-Audries-dipped-strawberries-756x568-605x403-555x370.jpg\";s:5:\"width\";i:555;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"post-small-2\";a:4:{s:4:\"file\";s:58:\"St-Audries-dipped-strawberries-756x568-605x403-555x403.jpg\";s:5:\"width\";i:555;s:6:\"height\";i:403;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"portfolio-masonry-3\";a:4:{s:4:\"file\";s:58:\"St-Audries-dipped-strawberries-756x568-605x403-360x240.jpg\";s:5:\"width\";i:360;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio-loop-3\";a:4:{s:4:\"file\";s:58:\"St-Audries-dipped-strawberries-756x568-605x403-360x240.jpg\";s:5:\"width\";i:360;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"post-small-3\";a:4:{s:4:\"file\";s:58:\"St-Audries-dipped-strawberries-756x568-605x403-360x276.jpg\";s:5:\"width\";i:360;s:6:\"height\";i:276;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"portfolio-masonry-4\";a:4:{s:4:\"file\";s:58:\"St-Audries-dipped-strawberries-756x568-605x403-262x175.jpg\";s:5:\"width\";i:262;s:6:\"height\";i:175;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio-loop-4\";a:4:{s:4:\"file\";s:58:\"St-Audries-dipped-strawberries-756x568-605x403-262x175.jpg\";s:5:\"width\";i:262;s:6:\"height\";i:175;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"post-small-4\";a:4:{s:4:\"file\";s:58:\"St-Audries-dipped-strawberries-756x568-605x403-262x201.jpg\";s:5:\"width\";i:262;s:6:\"height\";i:201;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(128,44,'_wp_attached_file','2015/01/St-Audries-Food-756x568-605x403.jpg'),(129,44,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:605;s:6:\"height\";i:403;s:4:\"file\";s:43:\"2015/01/St-Audries-Food-756x568-605x403.jpg\";s:5:\"sizes\";a:14:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:43:\"St-Audries-Food-756x568-605x403-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:43:\"St-Audries-Food-756x568-605x403-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"posts-widget-thumb\";a:4:{s:4:\"file\";s:41:\"St-Audries-Food-756x568-605x403-60x60.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"posts-widget-thumb-small\";a:4:{s:4:\"file\";s:41:\"St-Audries-Food-756x568-605x403-43x43.jpg\";s:5:\"width\";i:43;s:6:\"height\";i:43;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"post-loop\";a:4:{s:4:\"file\";s:43:\"St-Audries-Food-756x568-605x403-480x369.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:369;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"portfolio-masonry-2\";a:4:{s:4:\"file\";s:43:\"St-Audries-Food-756x568-605x403-555x370.jpg\";s:5:\"width\";i:555;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio-loop-2\";a:4:{s:4:\"file\";s:43:\"St-Audries-Food-756x568-605x403-555x370.jpg\";s:5:\"width\";i:555;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"post-small-2\";a:4:{s:4:\"file\";s:43:\"St-Audries-Food-756x568-605x403-555x403.jpg\";s:5:\"width\";i:555;s:6:\"height\";i:403;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"portfolio-masonry-3\";a:4:{s:4:\"file\";s:43:\"St-Audries-Food-756x568-605x403-360x240.jpg\";s:5:\"width\";i:360;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio-loop-3\";a:4:{s:4:\"file\";s:43:\"St-Audries-Food-756x568-605x403-360x240.jpg\";s:5:\"width\";i:360;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"post-small-3\";a:4:{s:4:\"file\";s:43:\"St-Audries-Food-756x568-605x403-360x276.jpg\";s:5:\"width\";i:360;s:6:\"height\";i:276;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"portfolio-masonry-4\";a:4:{s:4:\"file\";s:43:\"St-Audries-Food-756x568-605x403-262x175.jpg\";s:5:\"width\";i:262;s:6:\"height\";i:175;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio-loop-4\";a:4:{s:4:\"file\";s:43:\"St-Audries-Food-756x568-605x403-262x175.jpg\";s:5:\"width\";i:262;s:6:\"height\";i:175;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"post-small-4\";a:4:{s:4:\"file\";s:43:\"St-Audries-Food-756x568-605x403-262x201.jpg\";s:5:\"width\";i:262;s:6:\"height\";i:201;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(130,45,'_wp_attached_file','2015/01/St-Audries-Strawberry-mousse-756x568-605x403.jpg'),(131,45,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:605;s:6:\"height\";i:403;s:4:\"file\";s:56:\"2015/01/St-Audries-Strawberry-mousse-756x568-605x403.jpg\";s:5:\"sizes\";a:14:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:56:\"St-Audries-Strawberry-mousse-756x568-605x403-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:56:\"St-Audries-Strawberry-mousse-756x568-605x403-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"posts-widget-thumb\";a:4:{s:4:\"file\";s:54:\"St-Audries-Strawberry-mousse-756x568-605x403-60x60.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"posts-widget-thumb-small\";a:4:{s:4:\"file\";s:54:\"St-Audries-Strawberry-mousse-756x568-605x403-43x43.jpg\";s:5:\"width\";i:43;s:6:\"height\";i:43;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"post-loop\";a:4:{s:4:\"file\";s:56:\"St-Audries-Strawberry-mousse-756x568-605x403-480x369.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:369;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"portfolio-masonry-2\";a:4:{s:4:\"file\";s:56:\"St-Audries-Strawberry-mousse-756x568-605x403-555x370.jpg\";s:5:\"width\";i:555;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio-loop-2\";a:4:{s:4:\"file\";s:56:\"St-Audries-Strawberry-mousse-756x568-605x403-555x370.jpg\";s:5:\"width\";i:555;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"post-small-2\";a:4:{s:4:\"file\";s:56:\"St-Audries-Strawberry-mousse-756x568-605x403-555x403.jpg\";s:5:\"width\";i:555;s:6:\"height\";i:403;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"portfolio-masonry-3\";a:4:{s:4:\"file\";s:56:\"St-Audries-Strawberry-mousse-756x568-605x403-360x240.jpg\";s:5:\"width\";i:360;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio-loop-3\";a:4:{s:4:\"file\";s:56:\"St-Audries-Strawberry-mousse-756x568-605x403-360x240.jpg\";s:5:\"width\";i:360;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"post-small-3\";a:4:{s:4:\"file\";s:56:\"St-Audries-Strawberry-mousse-756x568-605x403-360x276.jpg\";s:5:\"width\";i:360;s:6:\"height\";i:276;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"portfolio-masonry-4\";a:4:{s:4:\"file\";s:56:\"St-Audries-Strawberry-mousse-756x568-605x403-262x175.jpg\";s:5:\"width\";i:262;s:6:\"height\";i:175;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio-loop-4\";a:4:{s:4:\"file\";s:56:\"St-Audries-Strawberry-mousse-756x568-605x403-262x175.jpg\";s:5:\"width\";i:262;s:6:\"height\";i:175;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"post-small-4\";a:4:{s:4:\"file\";s:56:\"St-Audries-Strawberry-mousse-756x568-605x403-262x201.jpg\";s:5:\"width\";i:262;s:6:\"height\";i:201;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(132,46,'_wp_attached_file','2015/01/St-Audries-Sweets-756x568-605x403.jpg'),(133,46,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:605;s:6:\"height\";i:403;s:4:\"file\";s:45:\"2015/01/St-Audries-Sweets-756x568-605x403.jpg\";s:5:\"sizes\";a:14:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:45:\"St-Audries-Sweets-756x568-605x403-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:45:\"St-Audries-Sweets-756x568-605x403-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"posts-widget-thumb\";a:4:{s:4:\"file\";s:43:\"St-Audries-Sweets-756x568-605x403-60x60.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"posts-widget-thumb-small\";a:4:{s:4:\"file\";s:43:\"St-Audries-Sweets-756x568-605x403-43x43.jpg\";s:5:\"width\";i:43;s:6:\"height\";i:43;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"post-loop\";a:4:{s:4:\"file\";s:45:\"St-Audries-Sweets-756x568-605x403-480x369.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:369;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"portfolio-masonry-2\";a:4:{s:4:\"file\";s:45:\"St-Audries-Sweets-756x568-605x403-555x370.jpg\";s:5:\"width\";i:555;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio-loop-2\";a:4:{s:4:\"file\";s:45:\"St-Audries-Sweets-756x568-605x403-555x370.jpg\";s:5:\"width\";i:555;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"post-small-2\";a:4:{s:4:\"file\";s:45:\"St-Audries-Sweets-756x568-605x403-555x403.jpg\";s:5:\"width\";i:555;s:6:\"height\";i:403;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"portfolio-masonry-3\";a:4:{s:4:\"file\";s:45:\"St-Audries-Sweets-756x568-605x403-360x240.jpg\";s:5:\"width\";i:360;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio-loop-3\";a:4:{s:4:\"file\";s:45:\"St-Audries-Sweets-756x568-605x403-360x240.jpg\";s:5:\"width\";i:360;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"post-small-3\";a:4:{s:4:\"file\";s:45:\"St-Audries-Sweets-756x568-605x403-360x276.jpg\";s:5:\"width\";i:360;s:6:\"height\";i:276;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"portfolio-masonry-4\";a:4:{s:4:\"file\";s:45:\"St-Audries-Sweets-756x568-605x403-262x175.jpg\";s:5:\"width\";i:262;s:6:\"height\";i:175;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio-loop-4\";a:4:{s:4:\"file\";s:45:\"St-Audries-Sweets-756x568-605x403-262x175.jpg\";s:5:\"width\";i:262;s:6:\"height\";i:175;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"post-small-4\";a:4:{s:4:\"file\";s:45:\"St-Audries-Sweets-756x568-605x403-262x201.jpg\";s:5:\"width\";i:262;s:6:\"height\";i:201;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(134,47,'_wp_attached_file','2015/01/St-Audries-Welcome-drinks-756x568-605x403.jpg'),(135,47,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:605;s:6:\"height\";i:403;s:4:\"file\";s:53:\"2015/01/St-Audries-Welcome-drinks-756x568-605x403.jpg\";s:5:\"sizes\";a:14:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:53:\"St-Audries-Welcome-drinks-756x568-605x403-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:53:\"St-Audries-Welcome-drinks-756x568-605x403-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"posts-widget-thumb\";a:4:{s:4:\"file\";s:51:\"St-Audries-Welcome-drinks-756x568-605x403-60x60.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"posts-widget-thumb-small\";a:4:{s:4:\"file\";s:51:\"St-Audries-Welcome-drinks-756x568-605x403-43x43.jpg\";s:5:\"width\";i:43;s:6:\"height\";i:43;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"post-loop\";a:4:{s:4:\"file\";s:53:\"St-Audries-Welcome-drinks-756x568-605x403-480x369.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:369;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"portfolio-masonry-2\";a:4:{s:4:\"file\";s:53:\"St-Audries-Welcome-drinks-756x568-605x403-555x370.jpg\";s:5:\"width\";i:555;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio-loop-2\";a:4:{s:4:\"file\";s:53:\"St-Audries-Welcome-drinks-756x568-605x403-555x370.jpg\";s:5:\"width\";i:555;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"post-small-2\";a:4:{s:4:\"file\";s:53:\"St-Audries-Welcome-drinks-756x568-605x403-555x403.jpg\";s:5:\"width\";i:555;s:6:\"height\";i:403;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"portfolio-masonry-3\";a:4:{s:4:\"file\";s:53:\"St-Audries-Welcome-drinks-756x568-605x403-360x240.jpg\";s:5:\"width\";i:360;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio-loop-3\";a:4:{s:4:\"file\";s:53:\"St-Audries-Welcome-drinks-756x568-605x403-360x240.jpg\";s:5:\"width\";i:360;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"post-small-3\";a:4:{s:4:\"file\";s:53:\"St-Audries-Welcome-drinks-756x568-605x403-360x276.jpg\";s:5:\"width\";i:360;s:6:\"height\";i:276;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"portfolio-masonry-4\";a:4:{s:4:\"file\";s:53:\"St-Audries-Welcome-drinks-756x568-605x403-262x175.jpg\";s:5:\"width\";i:262;s:6:\"height\";i:175;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio-loop-4\";a:4:{s:4:\"file\";s:53:\"St-Audries-Welcome-drinks-756x568-605x403-262x175.jpg\";s:5:\"width\";i:262;s:6:\"height\";i:175;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"post-small-4\";a:4:{s:4:\"file\";s:53:\"St-Audries-Welcome-drinks-756x568-605x403-262x201.jpg\";s:5:\"width\";i:262;s:6:\"height\";i:201;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(136,48,'_wp_attached_file','2015/01/St-Audries-Cheese-756x568-605x403.jpg'),(137,48,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:605;s:6:\"height\";i:403;s:4:\"file\";s:45:\"2015/01/St-Audries-Cheese-756x568-605x403.jpg\";s:5:\"sizes\";a:14:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:45:\"St-Audries-Cheese-756x568-605x403-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:45:\"St-Audries-Cheese-756x568-605x403-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"posts-widget-thumb\";a:4:{s:4:\"file\";s:43:\"St-Audries-Cheese-756x568-605x403-60x60.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"posts-widget-thumb-small\";a:4:{s:4:\"file\";s:43:\"St-Audries-Cheese-756x568-605x403-43x43.jpg\";s:5:\"width\";i:43;s:6:\"height\";i:43;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"post-loop\";a:4:{s:4:\"file\";s:45:\"St-Audries-Cheese-756x568-605x403-480x369.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:369;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"portfolio-masonry-2\";a:4:{s:4:\"file\";s:45:\"St-Audries-Cheese-756x568-605x403-555x370.jpg\";s:5:\"width\";i:555;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio-loop-2\";a:4:{s:4:\"file\";s:45:\"St-Audries-Cheese-756x568-605x403-555x370.jpg\";s:5:\"width\";i:555;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"post-small-2\";a:4:{s:4:\"file\";s:45:\"St-Audries-Cheese-756x568-605x403-555x403.jpg\";s:5:\"width\";i:555;s:6:\"height\";i:403;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"portfolio-masonry-3\";a:4:{s:4:\"file\";s:45:\"St-Audries-Cheese-756x568-605x403-360x240.jpg\";s:5:\"width\";i:360;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio-loop-3\";a:4:{s:4:\"file\";s:45:\"St-Audries-Cheese-756x568-605x403-360x240.jpg\";s:5:\"width\";i:360;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"post-small-3\";a:4:{s:4:\"file\";s:45:\"St-Audries-Cheese-756x568-605x403-360x276.jpg\";s:5:\"width\";i:360;s:6:\"height\";i:276;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"portfolio-masonry-4\";a:4:{s:4:\"file\";s:45:\"St-Audries-Cheese-756x568-605x403-262x175.jpg\";s:5:\"width\";i:262;s:6:\"height\";i:175;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio-loop-4\";a:4:{s:4:\"file\";s:45:\"St-Audries-Cheese-756x568-605x403-262x175.jpg\";s:5:\"width\";i:262;s:6:\"height\";i:175;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"post-small-4\";a:4:{s:4:\"file\";s:45:\"St-Audries-Cheese-756x568-605x403-262x201.jpg\";s:5:\"width\";i:262;s:6:\"height\";i:201;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(138,56,'_edit_last','1'),(139,56,'_edit_lock','1422196623:1'),(140,56,'_thumbnail_id','48'),(141,56,'_wpv_ed_js_status','true'),(142,56,'slide_template','default'),(143,56,'portfolio_type','image'),(144,56,'show-splash-screen','false'),(145,56,'page-middle-header-content-fullwidth','false'),(146,56,'page-middle-header-min-height','0'),(147,56,'local-title-background-image',''),(148,56,'local-title-background-color',''),(149,56,'local-title-background-repeat','no-repeat'),(150,56,'sticky-header-type','normal'),(151,56,'show-page-header','true'),(152,56,'local-page-title-background-image',''),(153,56,'local-page-title-background-color',''),(154,56,'local-page-title-background-repeat','no-repeat'),(155,56,'show_header_sidebars','true'),(156,56,'layout-type','default'),(157,56,'left_sidebar_type',''),(158,56,'right_sidebar_type',''),(159,56,'background-image',''),(160,56,'background-color',''),(161,56,'background-attachment','scroll'),(162,56,'background-repeat','no-repeat'),(163,56,'use-page-bottom-padding','true'),(164,62,'_edit_last','1'),(165,62,'_edit_lock','1422196743:1'),(166,62,'_thumbnail_id','45'),(167,62,'_wpv_ed_js_status','true'),(168,62,'slide_template','default'),(169,62,'portfolio_type','image'),(170,62,'show-splash-screen','false'),(171,62,'page-middle-header-content-fullwidth','false'),(172,62,'page-middle-header-min-height','0'),(173,62,'local-title-background-image',''),(174,62,'local-title-background-color',''),(175,62,'local-title-background-repeat','no-repeat'),(176,62,'sticky-header-type','normal'),(177,62,'show-page-header','true'),(178,62,'local-page-title-background-image',''),(179,62,'local-page-title-background-color',''),(180,62,'local-page-title-background-repeat','no-repeat'),(181,62,'show_header_sidebars','true'),(182,62,'layout-type','default'),(183,62,'left_sidebar_type',''),(184,62,'right_sidebar_type',''),(185,62,'background-image',''),(186,62,'background-color',''),(187,62,'background-attachment','scroll'),(188,62,'background-repeat','no-repeat'),(189,62,'use-page-bottom-padding','true'),(190,65,'_wp_attached_file','2015/01/logo_embossed-e1422566953269.png'),(191,65,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:60;s:6:\"height\";i:67;s:4:\"file\";s:40:\"2015/01/logo_embossed-e1422566953269.png\";s:5:\"sizes\";a:13:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"logo_embossed-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:25:\"logo_embossed-270x300.png\";s:5:\"width\";i:270;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"posts-widget-thumb\";a:4:{s:4:\"file\";s:23:\"logo_embossed-60x60.png\";s:5:\"width\";i:60;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}s:24:\"posts-widget-thumb-small\";a:4:{s:4:\"file\";s:23:\"logo_embossed-43x43.png\";s:5:\"width\";i:43;s:6:\"height\";i:43;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"post-loop\";a:4:{s:4:\"file\";s:25:\"logo_embossed-480x369.png\";s:5:\"width\";i:480;s:6:\"height\";i:369;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"portfolio-loop-2\";a:4:{s:4:\"file\";s:25:\"logo_embossed-500x370.png\";s:5:\"width\";i:500;s:6:\"height\";i:370;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"post-small-2\";a:4:{s:4:\"file\";s:25:\"logo_embossed-500x426.png\";s:5:\"width\";i:500;s:6:\"height\";i:426;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"portfolio-masonry-3\";a:4:{s:4:\"file\";s:25:\"logo_embossed-360x400.png\";s:5:\"width\";i:360;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"portfolio-loop-3\";a:4:{s:4:\"file\";s:25:\"logo_embossed-360x240.png\";s:5:\"width\";i:360;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"post-small-3\";a:4:{s:4:\"file\";s:25:\"logo_embossed-360x276.png\";s:5:\"width\";i:360;s:6:\"height\";i:276;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"portfolio-masonry-4\";a:4:{s:4:\"file\";s:25:\"logo_embossed-262x291.png\";s:5:\"width\";i:262;s:6:\"height\";i:291;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"portfolio-loop-4\";a:4:{s:4:\"file\";s:25:\"logo_embossed-262x175.png\";s:5:\"width\";i:262;s:6:\"height\";i:175;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"post-small-4\";a:4:{s:4:\"file\";s:25:\"logo_embossed-262x201.png\";s:5:\"width\";i:262;s:6:\"height\";i:201;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(192,65,'_edit_lock','1422573219:1'),(193,65,'_wp_attachment_backup_sizes','a:2:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:500;s:6:\"height\";i:556;s:4:\"file\";s:17:\"logo_embossed.png\";}s:18:\"full-1422566953269\";a:3:{s:5:\"width\";i:100;s:6:\"height\";i:111;s:4:\"file\";s:32:\"logo_embossed-e1422558832136.png\";}}'),(194,65,'_edit_last','1'),(195,66,'_wp_attached_file','2015/01/emblem-bw.png'),(196,66,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:517;s:6:\"height\";i:542;s:4:\"file\";s:21:\"2015/01/emblem-bw.png\";s:5:\"sizes\";a:13:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"emblem-bw-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:\"emblem-bw-286x300.png\";s:5:\"width\";i:286;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"posts-widget-thumb\";a:4:{s:4:\"file\";s:19:\"emblem-bw-60x60.png\";s:5:\"width\";i:60;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}s:24:\"posts-widget-thumb-small\";a:4:{s:4:\"file\";s:19:\"emblem-bw-43x43.png\";s:5:\"width\";i:43;s:6:\"height\";i:43;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"post-loop\";a:4:{s:4:\"file\";s:21:\"emblem-bw-480x369.png\";s:5:\"width\";i:480;s:6:\"height\";i:369;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"portfolio-loop-2\";a:4:{s:4:\"file\";s:21:\"emblem-bw-517x370.png\";s:5:\"width\";i:517;s:6:\"height\";i:370;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"post-small-2\";a:4:{s:4:\"file\";s:21:\"emblem-bw-517x426.png\";s:5:\"width\";i:517;s:6:\"height\";i:426;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"portfolio-masonry-3\";a:4:{s:4:\"file\";s:21:\"emblem-bw-360x377.png\";s:5:\"width\";i:360;s:6:\"height\";i:377;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"portfolio-loop-3\";a:4:{s:4:\"file\";s:21:\"emblem-bw-360x240.png\";s:5:\"width\";i:360;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"post-small-3\";a:4:{s:4:\"file\";s:21:\"emblem-bw-360x276.png\";s:5:\"width\";i:360;s:6:\"height\";i:276;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"portfolio-masonry-4\";a:4:{s:4:\"file\";s:21:\"emblem-bw-262x275.png\";s:5:\"width\";i:262;s:6:\"height\";i:275;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"portfolio-loop-4\";a:4:{s:4:\"file\";s:21:\"emblem-bw-262x175.png\";s:5:\"width\";i:262;s:6:\"height\";i:175;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"post-small-4\";a:4:{s:4:\"file\";s:21:\"emblem-bw-262x201.png\";s:5:\"width\";i:262;s:6:\"height\";i:201;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(197,67,'_wp_attached_file','2015/01/emblem-bw-small.png'),(198,67,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:100;s:6:\"height\";i:111;s:4:\"file\";s:27:\"2015/01/emblem-bw-small.png\";s:5:\"sizes\";a:2:{s:18:\"posts-widget-thumb\";a:4:{s:4:\"file\";s:25:\"emblem-bw-small-60x60.png\";s:5:\"width\";i:60;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}s:24:\"posts-widget-thumb-small\";a:4:{s:4:\"file\";s:25:\"emblem-bw-small-43x43.png\";s:5:\"width\";i:43;s:6:\"height\";i:43;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(199,68,'_wp_attached_file','2015/01/AP_5C604D_logo.png'),(200,68,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:100;s:6:\"height\";i:111;s:4:\"file\";s:26:\"2015/01/AP_5C604D_logo.png\";s:5:\"sizes\";a:2:{s:18:\"posts-widget-thumb\";a:4:{s:4:\"file\";s:24:\"AP_5C604D_logo-60x60.png\";s:5:\"width\";i:60;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}s:24:\"posts-widget-thumb-small\";a:4:{s:4:\"file\";s:24:\"AP_5C604D_logo-43x43.png\";s:5:\"width\";i:43;s:6:\"height\";i:43;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(201,69,'_wp_attached_file','2015/01/splash-screen-logo-AP.png'),(202,69,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:30;s:6:\"height\";i:27;s:4:\"file\";s:33:\"2015/01/splash-screen-logo-AP.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(203,70,'_wp_attached_file','2015/01/Favicon-AP.png'),(204,70,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:16;s:6:\"height\";i:16;s:4:\"file\";s:22:\"2015/01/Favicon-AP.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(205,71,'_edit_last','1'),(206,71,'_edit_lock','1422573661:1'),(207,71,'_wp_page_template','default'),(208,71,'_wpv_ed_js_status','true'),(209,71,'slide_template','default'),(210,71,'show-splash-screen','true'),(211,71,'page-middle-header-content-fullwidth','false'),(212,71,'page-middle-header-min-height','0'),(213,71,'local-title-background-image',''),(214,71,'local-title-background-color',''),(215,71,'local-title-background-repeat','no-repeat'),(216,71,'sticky-header-type','normal'),(217,71,'show-page-header','true'),(218,71,'local-page-title-background-image',''),(219,71,'local-page-title-background-color',''),(220,71,'local-page-title-background-repeat','no-repeat'),(221,71,'show_header_sidebars','false'),(222,71,'layout-type','full'),(223,71,'left_sidebar_type',''),(224,71,'right_sidebar_type',''),(225,71,'background-image',''),(226,71,'background-color',''),(227,71,'background-attachment','scroll'),(228,71,'background-repeat','no-repeat'),(229,71,'use-page-bottom-padding','true'),(317,81,'_menu_item_menu_item_parent','0'),(316,81,'_menu_item_type','post_type'),(314,80,'_menu_item_url',''),(313,80,'_menu_item_xfn',''),(312,80,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(239,74,'_edit_last','1'),(240,74,'_edit_lock','1422575881:1'),(241,74,'_wp_page_template','default'),(242,74,'_wpv_ed_js_status','true'),(243,74,'slide_template','default'),(244,74,'show-splash-screen','false'),(245,74,'page-middle-header-content-fullwidth','false'),(246,74,'page-middle-header-min-height','0'),(247,74,'local-title-background-image',''),(248,74,'local-title-background-color',''),(249,74,'local-title-background-repeat','no-repeat'),(250,74,'sticky-header-type','normal'),(251,74,'show-page-header','true'),(252,74,'local-page-title-background-image',''),(253,74,'local-page-title-background-color',''),(254,74,'local-page-title-background-repeat','no-repeat'),(255,74,'show_header_sidebars','false'),(256,74,'layout-type','default'),(257,74,'left_sidebar_type',''),(258,74,'right_sidebar_type',''),(259,74,'background-image',''),(260,74,'background-color',''),(261,74,'background-attachment','scroll'),(262,74,'background-repeat','no-repeat'),(263,74,'use-page-bottom-padding','true'),(311,80,'_menu_item_target',''),(310,80,'_menu_item_object','page'),(309,80,'_menu_item_object_id','77'),(308,80,'_menu_item_menu_item_parent','0'),(307,80,'_menu_item_type','post_type'),(298,79,'_menu_item_type','post_type'),(273,77,'_edit_last','1'),(274,77,'_edit_lock','1422574064:1'),(275,77,'_wp_page_template','default'),(276,77,'_wpv_ed_js_status','true'),(277,77,'slide_template','default'),(278,77,'show-splash-screen','false'),(279,77,'page-middle-header-content-fullwidth','false'),(280,77,'page-middle-header-min-height','0'),(281,77,'local-title-background-image',''),(282,77,'local-title-background-color',''),(283,77,'local-title-background-repeat','no-repeat'),(284,77,'sticky-header-type','normal'),(285,77,'show-page-header','true'),(286,77,'local-page-title-background-image',''),(287,77,'local-page-title-background-color',''),(288,77,'local-page-title-background-repeat','no-repeat'),(289,77,'show_header_sidebars','false'),(290,77,'layout-type','left-right'),(291,77,'left_sidebar_type',''),(292,77,'right_sidebar_type',''),(293,77,'background-image',''),(294,77,'background-color',''),(295,77,'background-attachment','scroll'),(296,77,'background-repeat','no-repeat'),(297,77,'use-page-bottom-padding','true'),(299,79,'_menu_item_menu_item_parent','0'),(300,79,'_menu_item_object_id','77'),(301,79,'_menu_item_object','page'),(302,79,'_menu_item_target',''),(303,79,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(304,79,'_menu_item_xfn',''),(305,79,'_menu_item_url',''),(306,79,'_menu_item_orphaned','1422574073'),(318,81,'_menu_item_object_id','74'),(319,81,'_menu_item_object','page'),(320,81,'_menu_item_target',''),(321,81,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(322,81,'_menu_item_xfn',''),(323,81,'_menu_item_url',''),(325,82,'_menu_item_type','post_type'),(326,82,'_menu_item_menu_item_parent','0'),(327,82,'_menu_item_object_id','71'),(328,82,'_menu_item_object','page'),(329,82,'_menu_item_target',''),(330,82,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(331,82,'_menu_item_xfn',''),(332,82,'_menu_item_url',''); /*!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 NOT NULL, `post_title` text NOT NULL, `post_excerpt` text NOT NULL, `post_status` varchar(20) NOT NULL DEFAULT 'publish', `comment_status` varchar(20) NOT NULL DEFAULT 'open', `ping_status` varchar(20) NOT NULL DEFAULT 'open', `post_password` varchar(20) NOT NULL DEFAULT '', `post_name` varchar(200) NOT NULL DEFAULT '', `to_ping` text NOT NULL, `pinged` text 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 NOT NULL, `post_parent` bigint(20) unsigned NOT NULL DEFAULT '0', `guid` varchar(255) NOT NULL DEFAULT '', `menu_order` int(11) NOT NULL DEFAULT '0', `post_type` varchar(20) NOT NULL DEFAULT 'post', `post_mime_type` varchar(100) NOT NULL DEFAULT '', `comment_count` bigint(20) NOT NULL DEFAULT '0', PRIMARY KEY (`ID`), KEY `post_name` (`post_name`), KEY `type_status_date` (`post_type`,`post_status`,`post_date`,`ID`), KEY `post_parent` (`post_parent`), KEY `post_author` (`post_author`) ) ENGINE=MyISAM AUTO_INCREMENT=83 DEFAULT CHARSET=utf8; /*!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,'2014-11-20 15:35:28','2014-11-20 15:35:28','Welcome to WordPress. This is your first post. Edit or delete it, then start blogging!','Hello world!','','publish','open','open','','hello-world','','','2014-11-20 15:35:28','2014-11-20 15:35:28','',0,'http://www.weekendweddingvenues.com/wordpress/?p=1',0,'post','',1),(2,1,'2014-11-20 15:35:28','2014-11-20 15:35:28','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
Hi there! I\'m a bike messenger by day, aspiring actor by night, and this is my blog. I live in Montreal, have a great dog named Jack, and I like piña coladas. (And gettin\' caught in the rain.)
\n\n...or something like this:\n\n
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.
\n\nAs a new WordPress user, you should go to your dashboard to delete this page and create new pages for your content. Have fun!','Sample Page','','publish','open','open','','sample-page','','','2014-11-20 15:35:28','2014-11-20 15:35:28','',0,'http://www.weekendweddingvenues.com/wordpress/?page_id=2',0,'page','',0),(6,1,'2015-01-22 07:06:00','2015-01-22 12:06:00','[rev_slider alias=\"\"]\r\n\r\n[/rev_slider]\r\n\r\n[column parallax_bg=\"disabled\" parallax_bg_inertia=\"-0.2\" extended=\"\" extended_padding=\"1\" background_color=\"\" background_image=\"\" background_repeat=\"\" background_position=\"\" background_size=\"auto\" background_attachment=\"\" hide_bg_lowres=\"\" background_video=\"\" vertical_padding_top=\"0\" vertical_padding_bottom=\"0\" more_link=\"\" more_text=\"\" left_border=\"transparent\" class=\"\" id=\"\" title=\"\" title_type=\"single\" animation=\"none\" width=\"1/2\"]\r\n\r\n[embed]https://www.youtube.com/watch?v=PxRweONl2Zk[/embed]\r\n\r\n[/column]\r\n\r\n[column parallax_bg=\"disabled\" parallax_bg_inertia=\"-0.2\" extended=\"\" extended_padding=\"1\" background_color=\"\" background_image=\"\" background_repeat=\"\" background_position=\"\" background_size=\"auto\" background_attachment=\"\" hide_bg_lowres=\"\" background_video=\"\" vertical_padding_top=\"0\" vertical_padding_bottom=\"0\" more_link=\"\" more_text=\"\" left_border=\"transparent\" class=\"\" id=\"\" title=\"\" title_type=\"single\" animation=\"none\" width=\"1/2\" last=\"true\"]\r\n

Arriving at St Audries Park, Somerset

\r\nSet in Somersets beautiful xxxxx, St Audries takes your breathe away. Your weekend wedding blah blah\r\n\r\n[button id=\"hp_button_1\" style=\"filled-small\" class=\"hp_button_1\" align=\"right\" link=\"http://www.weekendweddingvenues.com/wordpress/\" linkTarget=\"_self\" bgColor=\"accent4\" hover_color=\"accent2\" font=\"20\" icon=\"\" icon_placement=\"left\" icon_color=\"\"]Link to page[/button]\r\n\r\n[/column]','Home','','inherit','','open','','5-revision-v1','','','2015-01-22 07:06:00','2015-01-22 12:06:00','',5,'http://www.weekendweddingvenues.com/wordpress/5-revision-v1/',0,'revision','',0),(4,1,'2015-01-22 06:46:23','2015-01-22 11:46:23','

Your Name (required)
\n [text* your-name]

\n\n

Your Email (required)
\n [email* your-email]

\n\n

Subject
\n [text your-subject]

\n\n

Your Message
\n [textarea your-message]

\n\n

[submit \"Send\"]

\n[your-subject]\n[your-name] \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 St Audries Weekend Wedding Venue (http://www.weekendweddingvenues.com/wordpress)\nnickbetsy@gmail.com\nReply-To: [your-email]\n\n0\n0\n\n[your-subject]\nSt Audries Weekend Wedding Venue \nMessage Body:\n[your-message]\n\n--\nThis e-mail was sent from a contact form on St Audries Weekend Wedding Venue (http://www.weekendweddingvenues.com/wordpress)\n[your-email]\nReply-To: nickbetsy@gmail.com\n\n0\n0\nYour message was sent successfully. Thanks.\nFailed to send your message. Please try later or contact the administrator by another method.\nValidation errors occurred. Please confirm the fields and submit it again.\nFailed to send your message. Please try later or contact the administrator by another method.\nPlease accept the terms to proceed.\nPlease fill the required field.','Contact form 1','','publish','','open','','contact-form-1','','','2015-01-22 06:46:23','2015-01-22 11:46:23','',0,'http://www.weekendweddingvenues.com/wordpress/?post_type=wpcf7_contact_form&p=4',0,'wpcf7_contact_form','',0),(5,1,'2015-01-22 07:06:00','2015-01-22 12:06:00','[text_divider type=\"single\"]\r\n\r\nArriving at St Audries Park, Somerset\r\n\r\n[/text_divider]\r\n\r\n[column parallax_bg=\"disabled\" parallax_bg_inertia=\"-0.2\" extended=\"false\" extended_padding=\"true\" background_color=\"\" background_image=\"\" background_repeat=\"\" background_position=\"\" background_size=\"auto\" background_attachment=\"\" hide_bg_lowres=\"false\" background_video=\"\" vertical_padding_top=\"0\" vertical_padding_bottom=\"0\" more_link=\"\" more_text=\"\" left_border=\"transparent\" class=\"\" id=\"\" title=\"\" title_type=\"single\" animation=\"fade-in\" width=\"1/1\" last=\"true\"]\r\n\r\n[column_1 width=\"1/2\" title=\"\" title_type=\"single\" animation=\"none\" implicit=\"true\"]\r\n\r\n[embed]https://www.youtube.com/watch?v=_40kU2uzfjo[/embed]\r\n\r\n[/column_1]\r\n\r\n[column_1 width=\"1/2\" last=\"true\" title=\"\" title_type=\"single\" animation=\"none\" implicit=\"true\"]\r\n\r\nSet in Somersets beautiful xxxxx, St Audries takes your breathe away. Your weekend wedding blah blah.\r\n\r\nApple pie powder applicake gingerbread toffee toffee powder. Jelly beans ice cream danish jelly-o chocolate bar biscuit cheesecake gummies lemon drops. Chocolate bar dragée cookie lemon drops pudding. Chocolate bar ice cream chupa chups biscuit sweet. Jelly beans marzipan gingerbread jelly beans liquorice.\r\n\r\nJujubes unerdwear.com chocolate gummi bears applicake gingerbread gummies unerdwear.com. Chocolate cake wafer wafer candy lollipop donut bonbon jelly beans dessert. Brownie sugar plum jelly sesame snaps marshmallow ice cream soufflé toffee lemon drops.\r\n\r\n[button id=\"hp_button_1\" style=\"filled-small\" class=\"hp_button_1\" align=\"right\" link=\"http://www.weekendweddingvenues.com/wordpress/\" linkTarget=\"_self\" bgColor=\"accent4\" hover_color=\"accent2\" font=\"20\" icon=\"\" icon_placement=\"left\" icon_color=\"\"]Link to page[/button]\r\n\r\n[/column_1]\r\n\r\n[/column]\r\n\r\n[blank h=\"30\"]\r\n\r\n[/blank]\r\n\r\n[column parallax_bg=\"disabled\" parallax_bg_inertia=\"-0.2\" extended=\"true\" extended_padding=\"true\" background_color=\"#FEEFE3\" background_image=\"\" background_repeat=\"\" background_position=\"\" background_size=\"auto\" background_attachment=\"\" hide_bg_lowres=\"false\" background_video=\"\" vertical_padding_top=\"0\" vertical_padding_bottom=\"0\" more_link=\"\" more_text=\"\" left_border=\"transparent\" class=\"\" id=\"\" title=\"\" title_type=\"single\" animation=\"from-right\" width=\"1/1\" last=\"true\"]\r\n\r\n[column_1 width=\"1/1\" last=\"true\" title=\"Lynn and Dave will meet you at the front door\" title_type=\"single\" animation=\"none\" implicit=\"true\"]\r\n

\"\"

\r\nThis is Photoshop’s version of Lorem Ipsum. Proin gravida nibh vel velit auctor aliquet.\r\nAenean sollicitudin, lorem quis bibendum auctor, nisi elit consequat ipsum, nec sagittis sem nibh id elit.\r\nDuis sed odio sit amet nibh vulputate cursus a sit amet mauris. Morbi accumsan ipsum velit. Nam nec tellus a odio tincidunt auctor a ornare odio. Sed non mauris vitae erat consequat auctor eu in elit.\r\n\r\n[button id=\"hp_button_1\" style=\"filled-small\" class=\"hp_button_1\" align=\"right\" link=\"http://www.weekendweddingvenues.com/wordpress/\" linkTarget=\"_self\" bgColor=\"accent4\" hover_color=\"accent2\" font=\"20\" icon=\"\" icon_placement=\"left\" icon_color=\"\"]Link to page[/button]\r\n\r\n[/column_1]\r\n\r\n[/column]\r\n\r\n[blank h=\"30\"]\r\n\r\n[/blank]\r\n\r\n[column parallax_bg=\"disabled\" parallax_bg_inertia=\"-0.2\" extended=\"false\" extended_padding=\"true\" background_color=\"\" background_image=\"\" background_repeat=\"\" background_position=\"\" background_size=\"auto\" background_attachment=\"\" hide_bg_lowres=\"false\" background_video=\"\" vertical_padding_top=\"0\" vertical_padding_bottom=\"0\" more_link=\"\" more_text=\"\" left_border=\"transparent\" class=\"\" id=\"\" title=\"Walking down the Isle\" title_type=\"single\" animation=\"fade-in\" width=\"1/1\" last=\"true\"]\r\n\r\n[column_1 width=\"1/2\" title=\"\" title_type=\"single\" animation=\"none\" implicit=\"true\"]\r\n\r\n\"st-audries-park-wedding-ca(5)\"\r\n\r\n[/column_1]\r\n\r\n[column_1 width=\"1/2\" last=\"true\" title=\"\" title_type=\"single\" animation=\"none\" implicit=\"true\"]\r\n\r\nSet in Somersets beautiful xxxxx, St Audries takes your breathe away. Your weekend wedding blah blah.\r\n\r\nApple pie powder applicake gingerbread toffee toffee powder. Jelly beans ice cream danish jelly-o chocolate bar biscuit cheesecake gummies lemon drops. Chocolate bar dragée cookie lemon drops pudding. Chocolate bar ice cream chupa chups biscuit sweet. Jelly beans marzipan gingerbread jelly beans liquorice.\r\n\r\nJujubes unerdwear.com chocolate gummi bears applicake gingerbread gummies unerdwear.com. Chocolate cake wafer wafer candy lollipop donut bonbon jelly beans dessert. Brownie sugar plum jelly sesame snaps marshmallow ice cream soufflé toffee lemon drops.\r\n\r\n[button id=\"hp_button_1\" style=\"filled-small\" class=\"hp_button_1\" align=\"right\" link=\"http://www.weekendweddingvenues.com/wordpress/\" linkTarget=\"_self\" bgColor=\"accent4\" hover_color=\"accent2\" font=\"20\" icon=\"\" icon_placement=\"left\" icon_color=\"\"]Link to page[/button]\r\n\r\n[/column_1]\r\n\r\n[/column]\r\n\r\n[blank h=\"30\"]\r\n\r\n[/blank]\r\n\r\n[column parallax_bg=\"disabled\" parallax_bg_inertia=\"-0.2\" extended=\"false\" extended_padding=\"true\" background_color=\"\" background_image=\"\" background_repeat=\"\" background_position=\"\" background_size=\"auto\" background_attachment=\"\" hide_bg_lowres=\"false\" background_video=\"\" vertical_padding_top=\"0\" vertical_padding_bottom=\"0\" more_link=\"\" more_text=\"\" left_border=\"transparent\" class=\"\" id=\"\" title=\"Your weekend summed up\" title_type=\"single\" animation=\"none\" width=\"1/1\" last=\"true\"]\r\n\r\n[column_1 width=\"1/1\" last=\"true\" title=\"Your weekend, your way\" title_type=\"single\" animation=\"fade-in\" implicit=\"true\"]\r\n\r\n[tabs layout=\"vertical\" nav_color=\"#808080\" left_color=\"#FEEFE3\" right_color=\"#fff\"]\r\nThis is Photoshop’s version of Lorem Ipsum. Proin gravida nibh vel velit auctor aliquet.\r\nAenean sollicitudin, lorem quis bibendum auctor, nisi elit consequat ipsum, nec sagittis sem nibh id elit.\r\nDuis sed odio sit amet nibh vulputate cursus a sit amet mauris. Morbi accumsan ipsum velit. Nam nec tellus a odio tincidunt auctor a ornare odio. Sed non mauris vitae erat consequat auctor eu in elit.\r\n[tab icon=\"\" title=\"Food & Drink\"]\r\n\r\n[column_2 parallax_bg=\"disabled\" parallax_bg_inertia=\"-0.2\" extended=\"false\" extended_padding=\"true\" background_color=\"\" background_image=\"\" background_repeat=\"\" background_position=\"\" background_size=\"auto\" background_attachment=\"\" hide_bg_lowres=\"false\" background_video=\"\" vertical_padding_top=\"0\" vertical_padding_bottom=\"0\" more_link=\"\" more_text=\"\" left_border=\"transparent\" class=\"\" id=\"\" title=\"Food & Drink\" title_type=\"single\" animation=\"none\" width=\"1/1\" last=\"true\"]\r\n\r\n[column_3 width=\"3/5\" title=\"\" title_type=\"single\" animation=\"none\" implicit=\"true\"]\r\n\r\nThis is Photoshop’s version of Lorem Ipsum. Proin gravida nibh vel velit auctor aliquet.\r\nAenean sollicitudin, lorem quis bibendum auctor, nisi elit consequat ipsum, nec sagittis sem nibh id elit.\r\nDuis sed odio sit amet nibh vulputate cursus a sit amet mauris. Morbi accumsan ipsum velit. Nam nec tellus a odio tincidunt auctor a ornare odio. Sed non mauris vitae erat consequat auctor eu in elit.\r\n\r\n[/column_3]\r\n\r\n[column_3 width=\"2/5\" last=\"true\" title=\"\" title_type=\"single\" animation=\"none\" implicit=\"true\"]\r\n\r\n[list style=\"food\" color=\"accent1\"]\r\n
    \r\n
  • Drinks on arrival
  • \r\n
  • On the big day
  • \r\n
  • Food and drink while with us
  • \r\n
  • Specialties
  • \r\n
  • If you need something different
  • \r\n
\r\n[/list]\r\n\r\n[/column_3]\r\n\r\n[portfolio layout=\"fit-rows\" nopaging=\"true\" column=\"4\" max=\"55\" title=\"false\" desc=\"false\" more=\"View\" group=\"true\" cat=\"food-drink\" ids=\"56\"]\r\n\r\n[/portfolio]\r\n\r\n[/column_2]\r\n[/tab]\r\n\r\n[tab icon=\"\" title=\"Family & Fun\"][/tab]\r\n\r\n[tab icon=\"\" title=\"Accomodation\"][/tab]\r\n\r\n[tab icon=\"\" title=\"The Package\"][/tab]\r\n\r\n[tab icon=\"\" title=\"Extras\"][/tab]\r\n[/tabs]\r\n\r\n[/column_1]\r\n\r\n[/column]','Home','','publish','closed','open','','home','','','2015-01-25 10:04:24','2015-01-25 15:04:24','',0,'http://www.weekendweddingvenues.com/wordpress/?page_id=5',0,'page','',0),(16,1,'2015-01-25 07:11:41','2015-01-25 12:11:41','[column parallax_bg=\"disabled\" parallax_bg_inertia=\"-0.2\" extended=\"\" extended_padding=\"1\" background_color=\"\" background_image=\"\" background_repeat=\"\" background_position=\"\" background_size=\"auto\" background_attachment=\"\" hide_bg_lowres=\"\" background_video=\"\" vertical_padding_top=\"0\" vertical_padding_bottom=\"0\" more_link=\"\" more_text=\"\" left_border=\"transparent\" class=\"\" id=\"\" title=\"\" title_type=\"single\" animation=\"none\" width=\"1/2\"]\r\n\r\n[embed]https://www.youtube.com/watch?v=PxRweONl2Zk[/embed]\r\n\r\n[/column]\r\n\r\n[column parallax_bg=\"disabled\" parallax_bg_inertia=\"-0.2\" extended=\"\" extended_padding=\"1\" background_color=\"\" background_image=\"\" background_repeat=\"\" background_position=\"\" background_size=\"auto\" background_attachment=\"\" hide_bg_lowres=\"\" background_video=\"\" vertical_padding_top=\"0\" vertical_padding_bottom=\"0\" more_link=\"\" more_text=\"\" left_border=\"transparent\" class=\"\" id=\"\" title=\"\" title_type=\"single\" animation=\"none\" width=\"1/2\" last=\"true\"]\r\n

Arriving at St Audries Park, Somerset

\r\nSet in Somersets beautiful xxxxx, St Audries takes your breathe away. Your weekend wedding blah blah\r\n\r\n[button id=\"hp_button_1\" style=\"filled-small\" class=\"hp_button_1\" align=\"right\" link=\"http://www.weekendweddingvenues.com/wordpress/\" linkTarget=\"_self\" bgColor=\"accent4\" hover_color=\"accent2\" font=\"20\" icon=\"\" icon_placement=\"left\" icon_color=\"\"]Link to page[/button]\r\n\r\n[/column]','Home','','inherit','','open','','5-revision-v1','','','2015-01-25 07:11:41','2015-01-25 12:11:41','',5,'http://www.weekendweddingvenues.com/wordpress/5-revision-v1/',0,'revision','',0),(7,1,'2015-01-22 07:10:30','2015-01-22 12:10:30','[rev_slider alias=\"\"]\r\n\r\n[/rev_slider]\r\n\r\n[divider type=\"1\"]\r\n\r\n[/divider]\r\n\r\n[column parallax_bg=\"disabled\" parallax_bg_inertia=\"-0.2\" extended=\"\" extended_padding=\"1\" background_color=\"\" background_image=\"\" background_repeat=\"\" background_position=\"\" background_size=\"auto\" background_attachment=\"\" hide_bg_lowres=\"\" background_video=\"\" vertical_padding_top=\"0\" vertical_padding_bottom=\"0\" more_link=\"\" more_text=\"\" left_border=\"transparent\" class=\"\" id=\"\" title=\"\" title_type=\"single\" animation=\"none\" width=\"1/2\"]\r\n\r\n[embed]https://www.youtube.com/watch?v=PxRweONl2Zk[/embed]\r\n\r\n[/column]\r\n\r\n[column parallax_bg=\"disabled\" parallax_bg_inertia=\"-0.2\" extended=\"\" extended_padding=\"1\" background_color=\"\" background_image=\"\" background_repeat=\"\" background_position=\"\" background_size=\"auto\" background_attachment=\"\" hide_bg_lowres=\"\" background_video=\"\" vertical_padding_top=\"0\" vertical_padding_bottom=\"0\" more_link=\"\" more_text=\"\" left_border=\"transparent\" class=\"\" id=\"\" title=\"\" title_type=\"single\" animation=\"none\" width=\"1/2\" last=\"true\"]\r\n

Arriving at St Audries Park, Somerset

\r\nSet in Somersets beautiful xxxxx, St Audries takes your breathe away. Your weekend wedding blah blah\r\n\r\n[button id=\"hp_button_1\" style=\"filled-small\" class=\"hp_button_1\" align=\"right\" link=\"http://www.weekendweddingvenues.com/wordpress/\" linkTarget=\"_self\" bgColor=\"accent4\" hover_color=\"accent2\" font=\"20\" icon=\"\" icon_placement=\"left\" icon_color=\"\"]Link to page[/button]\r\n\r\n[/column]','Home','','inherit','','open','','5-revision-v1','','','2015-01-22 07:10:30','2015-01-22 12:10:30','',5,'http://www.weekendweddingvenues.com/wordpress/5-revision-v1/',0,'revision','',0),(8,1,'2015-01-24 11:03:56','0000-00-00 00:00:00','','Auto Draft','','auto-draft','','open','','','','','2015-01-24 11:03:56','0000-00-00 00:00:00','',0,'http://www.weekendweddingvenues.com/wordpress/?p=8',0,'post','',0),(9,1,'2015-01-25 07:03:19','2015-01-25 12:03:19','','ceramony','','inherit','closed','open','','ceramony','','','2015-01-29 18:19:41','2015-01-29 23:19:41','',71,'http://www.weekendweddingvenues.com/wordpress/wp-content/uploads/2015/01/ceramony.jpg',0,'attachment','image/jpeg',0),(10,1,'2015-01-25 07:03:28','2015-01-25 12:03:28','','hp-1','','inherit','','open','','hp-1','','','2015-01-25 07:03:28','2015-01-25 12:03:28','',0,'http://www.weekendweddingvenues.com/wordpress/wp-content/uploads/2015/01/hp-1.png',0,'attachment','image/png',0),(11,1,'2015-01-25 07:03:36','2015-01-25 12:03:36','','SA-day-large','','inherit','','open','','sa-day-large','','','2015-01-25 07:03:36','2015-01-25 12:03:36','',0,'http://www.weekendweddingvenues.com/wordpress/wp-content/uploads/2015/01/SA-day-large.jpg',0,'attachment','image/jpeg',0),(12,1,'2015-01-25 07:03:40','2015-01-25 12:03:40','','staudries-large','','inherit','','open','','staudries-large','','','2015-01-25 07:03:40','2015-01-25 12:03:40','',0,'http://www.weekendweddingvenues.com/wordpress/wp-content/uploads/2015/01/staudries-large.jpg',0,'attachment','image/jpeg',0),(13,1,'2015-01-25 07:03:44','2015-01-25 12:03:44','','summer-large','','inherit','','open','','summer-large','','','2015-01-25 07:03:44','2015-01-25 12:03:44','',0,'http://www.weekendweddingvenues.com/wordpress/wp-content/uploads/2015/01/summer-large.jpg',0,'attachment','image/jpeg',0),(14,1,'2015-01-25 07:03:48','2015-01-25 12:03:48','','winter-large','','inherit','','open','','winter-large','','','2015-01-25 07:03:48','2015-01-25 12:03:48','',0,'http://www.weekendweddingvenues.com/wordpress/wp-content/uploads/2015/01/winter-large.jpg',0,'attachment','image/jpeg',0),(15,1,'2015-01-25 09:34:42','2015-01-25 14:34:42','[text_divider type=\"single\"]\n\nArriving at St Audries Park, Somerset\n\n[/text_divider]\n\n[column parallax_bg=\"disabled\" parallax_bg_inertia=\"-0.2\" extended=\"false\" extended_padding=\"true\" background_color=\"\" background_image=\"\" background_repeat=\"\" background_position=\"\" background_size=\"auto\" background_attachment=\"\" hide_bg_lowres=\"false\" background_video=\"\" vertical_padding_top=\"0\" vertical_padding_bottom=\"0\" more_link=\"\" more_text=\"\" left_border=\"transparent\" class=\"\" id=\"\" title=\"\" title_type=\"single\" animation=\"fade-in\" width=\"1/1\" last=\"true\"]\n\n[column_1 width=\"1/2\" title=\"\" title_type=\"single\" animation=\"none\" implicit=\"true\"]\n\n[embed]https://www.youtube.com/watch?v=_40kU2uzfjo[/embed]\n\n[/column_1]\n\n[column_1 width=\"1/2\" last=\"true\" title=\"\" title_type=\"single\" animation=\"none\" implicit=\"true\"]\n\nSet in Somersets beautiful xxxxx, St Audries takes your breathe away. Your weekend wedding blah blah.\n\nApple pie powder applicake gingerbread toffee toffee powder. Jelly beans ice cream danish jelly-o chocolate bar biscuit cheesecake gummies lemon drops. Chocolate bar dragée cookie lemon drops pudding. Chocolate bar ice cream chupa chups biscuit sweet. Jelly beans marzipan gingerbread jelly beans liquorice.\n\nJujubes unerdwear.com chocolate gummi bears applicake gingerbread gummies unerdwear.com. Chocolate cake wafer wafer candy lollipop donut bonbon jelly beans dessert. Brownie sugar plum jelly sesame snaps marshmallow ice cream soufflé toffee lemon drops.\n\n[button id=\"hp_button_1\" style=\"filled-small\" class=\"hp_button_1\" align=\"right\" link=\"http://www.weekendweddingvenues.com/wordpress/\" linkTarget=\"_self\" bgColor=\"accent4\" hover_color=\"accent2\" font=\"20\" icon=\"\" icon_placement=\"left\" icon_color=\"\"]Link to page[/button]\n\n[/column_1]\n\n[/column]\n\n[blank h=\"30\"]\n\n[/blank]\n\n[column parallax_bg=\"disabled\" parallax_bg_inertia=\"-0.2\" extended=\"true\" extended_padding=\"true\" background_color=\"#FEEFE3\" background_image=\"\" background_repeat=\"\" background_position=\"\" background_size=\"auto\" background_attachment=\"\" hide_bg_lowres=\"false\" background_video=\"\" vertical_padding_top=\"0\" vertical_padding_bottom=\"0\" more_link=\"\" more_text=\"\" left_border=\"transparent\" class=\"\" id=\"\" title=\"\" title_type=\"single\" animation=\"from-right\" width=\"1/1\" last=\"true\"]\n\n[column_1 width=\"1/1\" last=\"true\" title=\"Lynn and Dave will meet you at the front door\" title_type=\"single\" animation=\"none\" implicit=\"true\"]\n

\"\"

\nThis is Photoshop’s version of Lorem Ipsum. Proin gravida nibh vel velit auctor aliquet.\nAenean sollicitudin, lorem quis bibendum auctor, nisi elit consequat ipsum, nec sagittis sem nibh id elit.\nDuis sed odio sit amet nibh vulputate cursus a sit amet mauris. Morbi accumsan ipsum velit. Nam nec tellus a odio tincidunt auctor a ornare odio. Sed non mauris vitae erat consequat auctor eu in elit.\n\n[button id=\"hp_button_1\" style=\"filled-small\" class=\"hp_button_1\" align=\"right\" link=\"http://www.weekendweddingvenues.com/wordpress/\" linkTarget=\"_self\" bgColor=\"accent4\" hover_color=\"accent2\" font=\"20\" icon=\"\" icon_placement=\"left\" icon_color=\"\"]Link to page[/button]\n\n[/column_1]\n\n[/column]\n\n[blank h=\"30\"]\n\n[/blank]\n\n[column parallax_bg=\"disabled\" parallax_bg_inertia=\"-0.2\" extended=\"false\" extended_padding=\"true\" background_color=\"\" background_image=\"\" background_repeat=\"\" background_position=\"\" background_size=\"auto\" background_attachment=\"\" hide_bg_lowres=\"false\" background_video=\"\" vertical_padding_top=\"0\" vertical_padding_bottom=\"0\" more_link=\"\" more_text=\"\" left_border=\"transparent\" class=\"\" id=\"\" title=\"Walking down the Isle\" title_type=\"single\" animation=\"fade-in\" width=\"1/1\" last=\"true\"]\n\n[column_1 width=\"1/2\" title=\"\" title_type=\"single\" animation=\"none\" implicit=\"true\"]\n\n\"st-audries-park-wedding-ca(5)\"\n\n[/column_1]\n\n[column_1 width=\"1/2\" last=\"true\" title=\"\" title_type=\"single\" animation=\"none\" implicit=\"true\"]\n\nSet in Somersets beautiful xxxxx, St Audries takes your breathe away. Your weekend wedding blah blah.\n\nApple pie powder applicake gingerbread toffee toffee powder. Jelly beans ice cream danish jelly-o chocolate bar biscuit cheesecake gummies lemon drops. Chocolate bar dragée cookie lemon drops pudding. Chocolate bar ice cream chupa chups biscuit sweet. Jelly beans marzipan gingerbread jelly beans liquorice.\n\nJujubes unerdwear.com chocolate gummi bears applicake gingerbread gummies unerdwear.com. Chocolate cake wafer wafer candy lollipop donut bonbon jelly beans dessert. Brownie sugar plum jelly sesame snaps marshmallow ice cream soufflé toffee lemon drops.\n\n[button id=\"hp_button_1\" style=\"filled-small\" class=\"hp_button_1\" align=\"right\" link=\"http://www.weekendweddingvenues.com/wordpress/\" linkTarget=\"_self\" bgColor=\"accent4\" hover_color=\"accent2\" font=\"20\" icon=\"\" icon_placement=\"left\" icon_color=\"\"]Link to page[/button]\n\n[/column_1]\n\n[/column]\n\n[blank h=\"30\"]\n\n[/blank]\n\n[column parallax_bg=\"disabled\" parallax_bg_inertia=\"-0.2\" extended=\"false\" extended_padding=\"true\" background_color=\"\" background_image=\"\" background_repeat=\"\" background_position=\"\" background_size=\"auto\" background_attachment=\"\" hide_bg_lowres=\"false\" background_video=\"\" vertical_padding_top=\"0\" vertical_padding_bottom=\"0\" more_link=\"\" more_text=\"\" left_border=\"transparent\" class=\"\" id=\"\" title=\"Your weekend summed up\" title_type=\"single\" animation=\"none\" width=\"1/1\" last=\"true\"]\n\n[column_1 width=\"1/1\" last=\"true\" title=\"Your weekend, your way\" title_type=\"single\" animation=\"fade-in\" implicit=\"true\"]\n\n[tabs layout=\"vertical\" nav_color=\"#fff\" left_color=\"accent3\" right_color=\"accent2\"]\nThis is Photoshop’s version of Lorem Ipsum. Proin gravida nibh vel velit auctor aliquet.\nAenean sollicitudin, lorem quis bibendum auctor, nisi elit consequat ipsum, nec sagittis sem nibh id elit.\nDuis sed odio sit amet nibh vulputate cursus a sit amet mauris. Morbi accumsan ipsum velit. Nam nec tellus a odio tincidunt auctor a ornare odio. Sed non mauris vitae erat consequat auctor eu in elit.\n[tab icon=\"\" title=\"Food & Drink\"]\n\n[column_2 parallax_bg=\"disabled\" parallax_bg_inertia=\"-0.2\" extended=\"false\" extended_padding=\"true\" background_color=\"\" background_image=\"\" background_repeat=\"\" background_position=\"\" background_size=\"auto\" background_attachment=\"\" hide_bg_lowres=\"false\" background_video=\"\" vertical_padding_top=\"0\" vertical_padding_bottom=\"0\" more_link=\"\" more_text=\"\" left_border=\"transparent\" class=\"\" id=\"\" title=\"Food & Drink\" title_type=\"single\" animation=\"none\" width=\"1/1\" last=\"true\"]\n\n[column_3 width=\"3/5\" title=\"\" title_type=\"single\" animation=\"none\" implicit=\"true\"]\n\nThis is Photoshop’s version of Lorem Ipsum. Proin gravida nibh vel velit auctor aliquet.\nAenean sollicitudin, lorem quis bibendum auctor, nisi elit consequat ipsum, nec sagittis sem nibh id elit.\nDuis sed odio sit amet nibh vulputate cursus a sit amet mauris. Morbi accumsan ipsum velit. Nam nec tellus a odio tincidunt auctor a ornare odio. Sed non mauris vitae erat consequat auctor eu in elit.\n\n[/column_3]\n\n[column_3 width=\"2/5\" last=\"true\" title=\"\" title_type=\"single\" animation=\"none\" implicit=\"true\"]\n\n[list style=\"food\" color=\"accent1\"]\n
    \n
  • Drinks on arrival
  • \n
  • On the big day
  • \n
  • Food and drink while with us
  • \n
  • Specialties
  • \n
  • If you need something different
  • \n
\n[/list]\n\n[/column_3]\n\n[portfolio layout=\"fit-rows\" nopaging=\"true\" column=\"4\" max=\"55\" title=\"false\" desc=\"false\" more=\"Read more\" group=\"true\" cat=\"\" ids=\"56\"]\n\n[/portfolio]\n\n[/column_2]\n[/tab]\n\n[tab icon=\"\" title=\"Family & Fun\"][/tab]\n\n[tab icon=\"\" title=\"Accomodation\"][/tab]\n\n[tab icon=\"\" title=\"The Package\"][/tab]\n\n[tab icon=\"\" title=\"Extras\"][/tab]\n[/tabs]\n\n[/column_1]\n\n[/column]','Home','','inherit','closed','open','','5-autosave-v1','','','2015-01-25 09:34:42','2015-01-25 14:34:42','',5,'http://www.weekendweddingvenues.com/wordpress/5-autosave-v1/',0,'revision','',0),(17,1,'2015-01-25 07:13:40','2015-01-25 12:13:40','[divider type=\"1\"]\r\n\r\n[/divider]\r\n\r\n[column parallax_bg=\"disabled\" parallax_bg_inertia=\"-0.2\" extended=\"\" extended_padding=\"1\" background_color=\"\" background_image=\"\" background_repeat=\"\" background_position=\"\" background_size=\"auto\" background_attachment=\"\" hide_bg_lowres=\"\" background_video=\"\" vertical_padding_top=\"0\" vertical_padding_bottom=\"0\" more_link=\"\" more_text=\"\" left_border=\"transparent\" class=\"\" id=\"\" title=\"\" title_type=\"single\" animation=\"none\" width=\"1/2\"]\r\n\r\n[embed]https://www.youtube.com/watch?v=PxRweONl2Zk[/embed]\r\n\r\n[/column]\r\n\r\n[column parallax_bg=\"disabled\" parallax_bg_inertia=\"-0.2\" extended=\"\" extended_padding=\"1\" background_color=\"\" background_image=\"\" background_repeat=\"\" background_position=\"\" background_size=\"auto\" background_attachment=\"\" hide_bg_lowres=\"\" background_video=\"\" vertical_padding_top=\"0\" vertical_padding_bottom=\"0\" more_link=\"\" more_text=\"\" left_border=\"transparent\" class=\"\" id=\"\" title=\"\" title_type=\"single\" animation=\"none\" width=\"1/2\" last=\"true\"]\r\n

Arriving at St Audries Park, Somerset

\r\nSet in Somersets beautiful xxxxx, St Audries takes your breathe away. Your weekend wedding blah blah\r\n\r\n[button id=\"hp_button_1\" style=\"filled-small\" class=\"hp_button_1\" align=\"right\" link=\"http://www.weekendweddingvenues.com/wordpress/\" linkTarget=\"_self\" bgColor=\"accent4\" hover_color=\"accent2\" font=\"20\" icon=\"\" icon_placement=\"left\" icon_color=\"\"]Link to page[/button]\r\n\r\n[/column]','Home','','inherit','','open','','5-revision-v1','','','2015-01-25 07:13:40','2015-01-25 12:13:40','',5,'http://www.weekendweddingvenues.com/wordpress/5-revision-v1/',0,'revision','',0),(18,1,'2015-01-25 07:20:52','2015-01-25 12:20:52',' ','','','publish','closed','open','','18','','','2015-01-29 18:28:41','2015-01-29 23:28:41','',0,'http://www.weekendweddingvenues.com/wordpress/?p=18',1,'nav_menu_item','',0),(19,1,'2015-01-25 07:20:52','2015-01-25 12:20:52',' ','','','publish','closed','open','','19','','','2015-01-29 18:28:41','2015-01-29 23:28:41','',0,'http://www.weekendweddingvenues.com/wordpress/?p=19',2,'nav_menu_item','',0),(20,1,'2015-01-25 07:24:22','2015-01-25 12:24:22',' ','','','publish','closed','open','','20','','','2015-01-29 18:29:13','2015-01-29 23:29:13','',0,'http://www.weekendweddingvenues.com/wordpress/?p=20',1,'nav_menu_item','',0),(21,1,'2015-01-25 07:24:22','2015-01-25 12:24:22',' ','','','publish','closed','open','','21','','','2015-01-29 18:29:14','2015-01-29 23:29:14','',0,'http://www.weekendweddingvenues.com/wordpress/?p=21',5,'nav_menu_item','',0),(22,1,'2015-01-25 07:30:02','2015-01-25 12:30:02','[divider type=\"1\"]\r\n\r\n[/divider]\r\n\r\n[column parallax_bg=\"disabled\" parallax_bg_inertia=\"-0.2\" extended=\"\" extended_padding=\"1\" background_color=\"\" background_image=\"\" background_repeat=\"\" background_position=\"\" background_size=\"auto\" background_attachment=\"\" hide_bg_lowres=\"\" background_video=\"\" vertical_padding_top=\"0\" vertical_padding_bottom=\"0\" more_link=\"\" more_text=\"\" left_border=\"transparent\" class=\"\" id=\"\" title=\"\" title_type=\"single\" animation=\"none\" width=\"1/2\"]\r\n\r\n[embed]https://www.youtube.com/watch?v=PxRweONl2Zk[/embed]\r\n\r\n[/column]\r\n\r\n[column parallax_bg=\"disabled\" parallax_bg_inertia=\"-0.2\" extended=\"\" extended_padding=\"1\" background_color=\"\" background_image=\"\" background_repeat=\"\" background_position=\"\" background_size=\"auto\" background_attachment=\"\" hide_bg_lowres=\"\" background_video=\"\" vertical_padding_top=\"0\" vertical_padding_bottom=\"0\" more_link=\"\" more_text=\"\" left_border=\"transparent\" class=\"\" id=\"\" title=\"\" title_type=\"single\" animation=\"none\" width=\"1/2\" last=\"true\"]\r\n

Arriving at St Audries Park, Somerset

\r\nSet in Somersets beautiful xxxxx, St Audries takes your breathe away. Your weekend wedding blah blah.\r\n\r\nApple pie powder applicake gingerbread toffee toffee powder. Jelly beans ice cream danish jelly-o chocolate bar biscuit cheesecake gummies lemon drops. Chocolate bar dragée cookie lemon drops pudding. Chocolate bar ice cream chupa chups biscuit sweet. Jelly beans marzipan gingerbread jelly beans liquorice.\r\n\r\nJujubes unerdwear.com chocolate gummi bears applicake gingerbread gummies unerdwear.com. Chocolate cake wafer wafer candy lollipop donut bonbon jelly beans dessert. Brownie sugar plum jelly sesame snaps marshmallow ice cream soufflé toffee lemon drops.\r\n\r\n[button id=\"hp_button_1\" style=\"filled-small\" class=\"hp_button_1\" align=\"right\" link=\"http://www.weekendweddingvenues.com/wordpress/\" linkTarget=\"_self\" bgColor=\"accent4\" hover_color=\"accent2\" font=\"20\" icon=\"\" icon_placement=\"left\" icon_color=\"\"]Link to page[/button]\r\n\r\n[/column]','Home','','inherit','','open','','5-revision-v1','','','2015-01-25 07:30:02','2015-01-25 12:30:02','',5,'http://www.weekendweddingvenues.com/wordpress/5-revision-v1/',0,'revision','',0),(23,1,'2015-01-25 07:33:22','2015-01-25 12:33:22','[divider type=\"1\"]\r\n\r\n[/divider]\r\n\r\n[column parallax_bg=\"disabled\" parallax_bg_inertia=\"-0.2\" extended=\"\" extended_padding=\"1\" background_color=\"\" background_image=\"\" background_repeat=\"\" background_position=\"\" background_size=\"auto\" background_attachment=\"\" hide_bg_lowres=\"\" background_video=\"\" vertical_padding_top=\"0\" vertical_padding_bottom=\"0\" more_link=\"\" more_text=\"\" left_border=\"transparent\" class=\"\" id=\"\" title=\"\" title_type=\"single\" animation=\"none\" width=\"1/2\"]\r\n\r\n[embed]https://www.youtube.com/watch?v=PxRweONl2Zk[/embed]\r\n\r\n[/column]\r\n\r\n[column parallax_bg=\"disabled\" parallax_bg_inertia=\"-0.2\" extended=\"\" extended_padding=\"1\" background_color=\"\" background_image=\"\" background_repeat=\"\" background_position=\"\" background_size=\"auto\" background_attachment=\"\" hide_bg_lowres=\"\" background_video=\"\" vertical_padding_top=\"0\" vertical_padding_bottom=\"0\" more_link=\"\" more_text=\"\" left_border=\"transparent\" class=\"\" id=\"\" title=\"\" title_type=\"single\" animation=\"none\" width=\"1/2\" last=\"true\"]\r\n

Arriving at St Audries Park, Somerset

\r\nSet in Somersets beautiful xxxxx, St Audries takes your breathe away. Your weekend wedding blah blah.\r\n\r\nApple pie powder applicake gingerbread toffee toffee powder. Jelly beans ice cream danish jelly-o chocolate bar biscuit cheesecake gummies lemon drops. Chocolate bar dragée cookie lemon drops pudding. Chocolate bar ice cream chupa chups biscuit sweet. Jelly beans marzipan gingerbread jelly beans liquorice.\r\n\r\nJujubes unerdwear.com chocolate gummi bears applicake gingerbread gummies unerdwear.com. Chocolate cake wafer wafer candy lollipop donut bonbon jelly beans dessert. Brownie sugar plum jelly sesame snaps marshmallow ice cream soufflé toffee lemon drops.\r\n\r\n[button id=\"hp_button_1\" style=\"filled-small\" class=\"hp_button_1\" align=\"right\" link=\"http://www.weekendweddingvenues.com/wordpress/\" linkTarget=\"_self\" bgColor=\"accent4\" hover_color=\"accent2\" font=\"20\" icon=\"\" icon_placement=\"left\" icon_color=\"\"]Link to page[/button]\r\n\r\n[/column]\r\n\r\n[divider type=\"1\"]\r\n\r\n[/divider]\r\n

Lynn and Dave will meet you at the front door

\r\nThis is Photoshop’s version of Lorem Ipsum. Proin gravida nibh vel velit auctor aliquet.\r\nAenean sollicitudin, lorem quis bibendum auctor, nisi elit consequat ipsum, nec sagittis sem nibh id elit.\r\nDuis sed odio sit amet nibh vulputate cursus a sit amet mauris. Morbi accumsan ipsum velit. Nam nec tellus a odio tincidunt auctor a ornare odio. Sed non mauris vitae erat consequat auctor eu in elit. [push h=\"30\"] [lightbox href=\"http://makalu.vamtam.com/wp-content/uploads/2013/03/service-icon-3.png\" group=\"\" iframe=\"false\"]\"service-icon-2\"[/lightbox]','Home','','inherit','','open','','5-revision-v1','','','2015-01-25 07:33:22','2015-01-25 12:33:22','',5,'http://www.weekendweddingvenues.com/wordpress/5-revision-v1/',0,'revision','',0),(24,1,'2015-01-25 07:35:40','2015-01-25 12:35:40','[divider type=\"1\"]\r\n\r\n[/divider]\r\n\r\n[column parallax_bg=\"disabled\" parallax_bg_inertia=\"-0.2\" extended=\"\" extended_padding=\"1\" background_color=\"\" background_image=\"\" background_repeat=\"\" background_position=\"\" background_size=\"auto\" background_attachment=\"\" hide_bg_lowres=\"\" background_video=\"\" vertical_padding_top=\"0\" vertical_padding_bottom=\"0\" more_link=\"\" more_text=\"\" left_border=\"transparent\" class=\"\" id=\"\" title=\"\" title_type=\"single\" animation=\"none\" width=\"1/2\"]\r\n\r\n[embed]https://www.youtube.com/watch?v=PxRweONl2Zk[/embed]\r\n\r\n[/column]\r\n\r\n[column parallax_bg=\"disabled\" parallax_bg_inertia=\"-0.2\" extended=\"\" extended_padding=\"1\" background_color=\"\" background_image=\"\" background_repeat=\"\" background_position=\"\" background_size=\"auto\" background_attachment=\"\" hide_bg_lowres=\"\" background_video=\"\" vertical_padding_top=\"0\" vertical_padding_bottom=\"0\" more_link=\"\" more_text=\"\" left_border=\"transparent\" class=\"\" id=\"\" title=\"\" title_type=\"single\" animation=\"none\" width=\"1/2\" last=\"true\"]\r\n

Arriving at St Audries Park, Somerset

\r\nSet in Somersets beautiful xxxxx, St Audries takes your breathe away. Your weekend wedding blah blah.\r\n\r\nApple pie powder applicake gingerbread toffee toffee powder. Jelly beans ice cream danish jelly-o chocolate bar biscuit cheesecake gummies lemon drops. Chocolate bar dragée cookie lemon drops pudding. Chocolate bar ice cream chupa chups biscuit sweet. Jelly beans marzipan gingerbread jelly beans liquorice.\r\n\r\nJujubes unerdwear.com chocolate gummi bears applicake gingerbread gummies unerdwear.com. Chocolate cake wafer wafer candy lollipop donut bonbon jelly beans dessert. Brownie sugar plum jelly sesame snaps marshmallow ice cream soufflé toffee lemon drops.\r\n\r\n[button id=\"hp_button_1\" style=\"filled-small\" class=\"hp_button_1\" align=\"right\" link=\"http://www.weekendweddingvenues.com/wordpress/\" linkTarget=\"_self\" bgColor=\"accent4\" hover_color=\"accent2\" font=\"20\" icon=\"\" icon_placement=\"left\" icon_color=\"\"]Link to page[/button]\r\n\r\n[/column]\r\n\r\n[divider type=\"1\"]\r\n\r\n[/divider]\r\n

\"\"Lynn and Dave will meet you at the front door

\r\nThis is Photoshop’s version of Lorem Ipsum. Proin gravida nibh vel velit auctor aliquet.\r\nAenean sollicitudin, lorem quis bibendum auctor, nisi elit consequat ipsum, nec sagittis sem nibh id elit.\r\nDuis sed odio sit amet nibh vulputate cursus a sit amet mauris. Morbi accumsan ipsum velit. Nam nec tellus a odio tincidunt auctor a ornare odio. Sed non mauris vitae erat consequat auctor eu in elit.\r\n\r\n[button id=\"hp_button_1\" style=\"filled-small\" class=\"hp_button_1\" align=\"right\" link=\"http://www.weekendweddingvenues.com/wordpress/\" linkTarget=\"_self\" bgColor=\"accent4\" hover_color=\"accent2\" font=\"20\" icon=\"\" icon_placement=\"left\" icon_color=\"\"]Link to page[/button]','Home','','inherit','','open','','5-revision-v1','','','2015-01-25 07:35:40','2015-01-25 12:35:40','',5,'http://www.weekendweddingvenues.com/wordpress/5-revision-v1/',0,'revision','',0),(25,1,'2015-01-25 07:37:27','2015-01-25 12:37:27','[divider type=\"1\"]\r\n\r\n[/divider]\r\n\r\n[column parallax_bg=\"disabled\" parallax_bg_inertia=\"-0.2\" extended=\"\" extended_padding=\"1\" background_color=\"\" background_image=\"\" background_repeat=\"\" background_position=\"\" background_size=\"auto\" background_attachment=\"\" hide_bg_lowres=\"\" background_video=\"\" vertical_padding_top=\"0\" vertical_padding_bottom=\"0\" more_link=\"\" more_text=\"\" left_border=\"transparent\" class=\"\" id=\"\" title=\"\" title_type=\"single\" animation=\"none\" width=\"1/2\"]\r\n\r\n[embed]https://www.youtube.com/watch?v=PxRweONl2Zk[/embed]\r\n\r\n[/column]\r\n\r\n[column parallax_bg=\"disabled\" parallax_bg_inertia=\"-0.2\" extended=\"\" extended_padding=\"1\" background_color=\"\" background_image=\"\" background_repeat=\"\" background_position=\"\" background_size=\"auto\" background_attachment=\"\" hide_bg_lowres=\"\" background_video=\"\" vertical_padding_top=\"0\" vertical_padding_bottom=\"0\" more_link=\"\" more_text=\"\" left_border=\"transparent\" class=\"\" id=\"\" title=\"\" title_type=\"single\" animation=\"none\" width=\"1/2\" last=\"true\"]\r\n

Arriving at St Audries Park, Somerset

\r\nSet in Somersets beautiful xxxxx, St Audries takes your breathe away. Your weekend wedding blah blah.\r\n\r\nApple pie powder applicake gingerbread toffee toffee powder. Jelly beans ice cream danish jelly-o chocolate bar biscuit cheesecake gummies lemon drops. Chocolate bar dragée cookie lemon drops pudding. Chocolate bar ice cream chupa chups biscuit sweet. Jelly beans marzipan gingerbread jelly beans liquorice.\r\n\r\nJujubes unerdwear.com chocolate gummi bears applicake gingerbread gummies unerdwear.com. Chocolate cake wafer wafer candy lollipop donut bonbon jelly beans dessert. Brownie sugar plum jelly sesame snaps marshmallow ice cream soufflé toffee lemon drops.\r\n\r\n[button id=\"hp_button_1\" style=\"filled-small\" class=\"hp_button_1\" align=\"right\" link=\"http://www.weekendweddingvenues.com/wordpress/\" linkTarget=\"_self\" bgColor=\"accent4\" hover_color=\"accent2\" font=\"20\" icon=\"\" icon_placement=\"left\" icon_color=\"\"]Link to page[/button]\r\n\r\n[/column]\r\n\r\n[divider type=\"1\"]\r\n\r\n[/divider]\r\n\r\n[column width=\"1/1\" last=\"true\" title=\"Lynn and Dave will meet you at the front door\" title_type=\"single\" animation=\"none\" implicit=\"true\"]\r\n

\"\"Lynn and Dave will meet you at the front door

\r\nThis is Photoshop’s version of Lorem Ipsum. Proin gravida nibh vel velit auctor aliquet.\r\nAenean sollicitudin, lorem quis bibendum auctor, nisi elit consequat ipsum, nec sagittis sem nibh id elit.\r\nDuis sed odio sit amet nibh vulputate cursus a sit amet mauris. Morbi accumsan ipsum velit. Nam nec tellus a odio tincidunt auctor a ornare odio. Sed non mauris vitae erat consequat auctor eu in elit.\r\n\r\n[button id=\"hp_button_1\" style=\"filled-small\" class=\"hp_button_1\" align=\"right\" link=\"http://www.weekendweddingvenues.com/wordpress/\" linkTarget=\"_self\" bgColor=\"accent4\" hover_color=\"accent2\" font=\"20\" icon=\"\" icon_placement=\"left\" icon_color=\"\"]Link to page[/button]\r\n\r\n[/column]\r\n\r\n[text_divider type=\"single\"]\r\nText Divider\r\n[/text_divider]','Home','','inherit','','open','','5-revision-v1','','','2015-01-25 07:37:27','2015-01-25 12:37:27','',5,'http://www.weekendweddingvenues.com/wordpress/5-revision-v1/',0,'revision','',0),(26,1,'2015-01-25 07:38:38','2015-01-25 12:38:38','[divider type=\"1\"]\r\n\r\n[/divider]\r\n\r\n[column parallax_bg=\"disabled\" parallax_bg_inertia=\"-0.2\" extended=\"\" extended_padding=\"1\" background_color=\"\" background_image=\"\" background_repeat=\"\" background_position=\"\" background_size=\"auto\" background_attachment=\"\" hide_bg_lowres=\"\" background_video=\"\" vertical_padding_top=\"0\" vertical_padding_bottom=\"0\" more_link=\"\" more_text=\"\" left_border=\"transparent\" class=\"\" id=\"\" title=\"\" title_type=\"single\" animation=\"none\" width=\"1/2\"]\r\n\r\n[embed]https://www.youtube.com/watch?v=PxRweONl2Zk[/embed]\r\n\r\n[/column]\r\n\r\n[column parallax_bg=\"disabled\" parallax_bg_inertia=\"-0.2\" extended=\"\" extended_padding=\"1\" background_color=\"\" background_image=\"\" background_repeat=\"\" background_position=\"\" background_size=\"auto\" background_attachment=\"\" hide_bg_lowres=\"\" background_video=\"\" vertical_padding_top=\"0\" vertical_padding_bottom=\"0\" more_link=\"\" more_text=\"\" left_border=\"transparent\" class=\"\" id=\"\" title=\"\" title_type=\"single\" animation=\"none\" width=\"1/2\" last=\"true\"]\r\n\r\n[column_1 width=\"1/1\" last=\"true\" title=\"Arriving at St Audries Park, Somerset\" title_type=\"single\" animation=\"none\" implicit=\"true\"]\r\n

Arriving at St Audries Park, Somerset

\r\nSet in Somersets beautiful xxxxx, St Audries takes your breathe away. Your weekend wedding blah blah.\r\n\r\nApple pie powder applicake gingerbread toffee toffee powder. Jelly beans ice cream danish jelly-o chocolate bar biscuit cheesecake gummies lemon drops. Chocolate bar dragée cookie lemon drops pudding. Chocolate bar ice cream chupa chups biscuit sweet. Jelly beans marzipan gingerbread jelly beans liquorice.\r\n\r\nJujubes unerdwear.com chocolate gummi bears applicake gingerbread gummies unerdwear.com. Chocolate cake wafer wafer candy lollipop donut bonbon jelly beans dessert. Brownie sugar plum jelly sesame snaps marshmallow ice cream soufflé toffee lemon drops.\r\n\r\n[button id=\"hp_button_1\" style=\"filled-small\" class=\"hp_button_1\" align=\"right\" link=\"http://www.weekendweddingvenues.com/wordpress/\" linkTarget=\"_self\" bgColor=\"accent4\" hover_color=\"accent2\" font=\"20\" icon=\"\" icon_placement=\"left\" icon_color=\"\"]Link to page[/button]\r\n\r\n[/column_1]\r\n\r\n[/column]\r\n\r\n[divider type=\"1\"]\r\n\r\n[/divider]\r\n\r\n[column width=\"1/1\" last=\"true\" title=\"Lynn and Dave will meet you at the front door\" title_type=\"single\" animation=\"none\" implicit=\"true\"]\r\n

\"\"Lynn and Dave will meet you at the front door

\r\nThis is Photoshop’s version of Lorem Ipsum. Proin gravida nibh vel velit auctor aliquet.\r\nAenean sollicitudin, lorem quis bibendum auctor, nisi elit consequat ipsum, nec sagittis sem nibh id elit.\r\nDuis sed odio sit amet nibh vulputate cursus a sit amet mauris. Morbi accumsan ipsum velit. Nam nec tellus a odio tincidunt auctor a ornare odio. Sed non mauris vitae erat consequat auctor eu in elit.\r\n\r\n[button id=\"hp_button_1\" style=\"filled-small\" class=\"hp_button_1\" align=\"right\" link=\"http://www.weekendweddingvenues.com/wordpress/\" linkTarget=\"_self\" bgColor=\"accent4\" hover_color=\"accent2\" font=\"20\" icon=\"\" icon_placement=\"left\" icon_color=\"\"]Link to page[/button]\r\n\r\n[/column]\r\n\r\n[text_divider type=\"single\"]\r\n\r\nText Divider\r\n\r\n[/text_divider]','Home','','inherit','','open','','5-revision-v1','','','2015-01-25 07:38:38','2015-01-25 12:38:38','',5,'http://www.weekendweddingvenues.com/wordpress/5-revision-v1/',0,'revision','',0),(27,1,'2015-01-25 07:43:18','2015-01-25 12:43:18','[text_divider type=\"single\"]\r\nArriving at St Audries Park, Somerset\r\n[/text_divider]\r\n\r\n[column parallax_bg=\"disabled\" parallax_bg_inertia=\"-0.2\" extended=\"\" extended_padding=\"1\" background_color=\"\" background_image=\"\" background_repeat=\"\" background_position=\"\" background_size=\"auto\" background_attachment=\"\" hide_bg_lowres=\"\" background_video=\"\" vertical_padding_top=\"0\" vertical_padding_bottom=\"0\" more_link=\"\" more_text=\"\" left_border=\"transparent\" class=\"\" id=\"\" title=\"\" title_type=\"single\" animation=\"none\" width=\"1/1\" last=\"true\"]\r\n\r\n[column_1 width=\"1/2\" title=\"\" title_type=\"single\" animation=\"none\" implicit=\"true\"]\r\n\r\n[embed]https://www.youtube.com/watch?v=PxRweONl2Zk[/embed]\r\n\r\n[/column_1]\r\n\r\n[column_1 width=\"1/2\" last=\"true\" title=\"\" title_type=\"single\" animation=\"none\" implicit=\"true\"]\r\n\r\nSet in Somersets beautiful xxxxx, St Audries takes your breathe away. Your weekend wedding blah blah.\r\n\r\nApple pie powder applicake gingerbread toffee toffee powder. Jelly beans ice cream danish jelly-o chocolate bar biscuit cheesecake gummies lemon drops. Chocolate bar dragée cookie lemon drops pudding. Chocolate bar ice cream chupa chups biscuit sweet. Jelly beans marzipan gingerbread jelly beans liquorice.\r\n\r\nJujubes unerdwear.com chocolate gummi bears applicake gingerbread gummies unerdwear.com. Chocolate cake wafer wafer candy lollipop donut bonbon jelly beans dessert. Brownie sugar plum jelly sesame snaps marshmallow ice cream soufflé toffee lemon drops.\r\n\r\n[button id=\"hp_button_1\" style=\"filled-small\" class=\"hp_button_1\" align=\"right\" link=\"http://www.weekendweddingvenues.com/wordpress/\" linkTarget=\"_self\" bgColor=\"accent4\" hover_color=\"accent2\" font=\"20\" icon=\"\" icon_placement=\"left\" icon_color=\"\"]Link to page[/button]\r\n\r\n[/column_1]\r\n\r\n[/column]\r\n\r\n[column parallax_bg=\"disabled\" parallax_bg_inertia=\"-0.2\" extended=\"true\" extended_padding=\"true\" background_color=\"#FEEFE3\" background_image=\"\" background_repeat=\"\" background_position=\"\" background_size=\"auto\" background_attachment=\"\" hide_bg_lowres=\"false\" background_video=\"\" vertical_padding_top=\"0\" vertical_padding_bottom=\"0\" more_link=\"\" more_text=\"\" left_border=\"transparent\" class=\"\" id=\"\" title=\"\" title_type=\"single\" animation=\"none\" width=\"1/1\" last=\"true\"]\r\n\r\n[column_1 width=\"1/1\" last=\"true\" title=\"Lynn and Dave will meet you at the front door\" title_type=\"single\" animation=\"none\" implicit=\"true\"]\r\n

\"\"

\r\nThis is Photoshop’s version of Lorem Ipsum. Proin gravida nibh vel velit auctor aliquet.\r\nAenean sollicitudin, lorem quis bibendum auctor, nisi elit consequat ipsum, nec sagittis sem nibh id elit.\r\nDuis sed odio sit amet nibh vulputate cursus a sit amet mauris. Morbi accumsan ipsum velit. Nam nec tellus a odio tincidunt auctor a ornare odio. Sed non mauris vitae erat consequat auctor eu in elit.\r\n\r\n[button id=\"hp_button_1\" style=\"filled-small\" class=\"hp_button_1\" align=\"right\" link=\"http://www.weekendweddingvenues.com/wordpress/\" linkTarget=\"_self\" bgColor=\"accent4\" hover_color=\"accent2\" font=\"20\" icon=\"\" icon_placement=\"left\" icon_color=\"\"]Link to page[/button]\r\n\r\n[/column_1]\r\n\r\n[/column]','Home','','inherit','','open','','5-revision-v1','','','2015-01-25 07:43:18','2015-01-25 12:43:18','',5,'http://www.weekendweddingvenues.com/wordpress/5-revision-v1/',0,'revision','',0),(28,1,'2015-01-25 07:43:59','2015-01-25 12:43:59','[text_divider type=\"single\"]\r\n\r\nArriving at St Audries Park, Somerset\r\n\r\n[/text_divider]\r\n\r\n[column parallax_bg=\"disabled\" parallax_bg_inertia=\"-0.2\" extended=\"\" extended_padding=\"1\" background_color=\"\" background_image=\"\" background_repeat=\"\" background_position=\"\" background_size=\"auto\" background_attachment=\"\" hide_bg_lowres=\"\" background_video=\"\" vertical_padding_top=\"0\" vertical_padding_bottom=\"0\" more_link=\"\" more_text=\"\" left_border=\"transparent\" class=\"\" id=\"\" title=\"\" title_type=\"single\" animation=\"none\" width=\"1/1\" last=\"true\"]\r\n\r\n[column_1 width=\"1/2\" title=\"\" title_type=\"single\" animation=\"none\" implicit=\"true\"]\r\n\r\n[embed]https://www.youtube.com/watch?v=PxRweONl2Zk[/embed]\r\n\r\n[/column_1]\r\n\r\n[column_1 width=\"1/2\" last=\"true\" title=\"\" title_type=\"single\" animation=\"none\" implicit=\"true\"]\r\n\r\nSet in Somersets beautiful xxxxx, St Audries takes your breathe away. Your weekend wedding blah blah.\r\n\r\nApple pie powder applicake gingerbread toffee toffee powder. Jelly beans ice cream danish jelly-o chocolate bar biscuit cheesecake gummies lemon drops. Chocolate bar dragée cookie lemon drops pudding. Chocolate bar ice cream chupa chups biscuit sweet. Jelly beans marzipan gingerbread jelly beans liquorice.\r\n\r\nJujubes unerdwear.com chocolate gummi bears applicake gingerbread gummies unerdwear.com. Chocolate cake wafer wafer candy lollipop donut bonbon jelly beans dessert. Brownie sugar plum jelly sesame snaps marshmallow ice cream soufflé toffee lemon drops.\r\n\r\n[button id=\"hp_button_1\" style=\"filled-small\" class=\"hp_button_1\" align=\"right\" link=\"http://www.weekendweddingvenues.com/wordpress/\" linkTarget=\"_self\" bgColor=\"accent4\" hover_color=\"accent2\" font=\"20\" icon=\"\" icon_placement=\"left\" icon_color=\"\"]Link to page[/button]\r\n\r\n[/column_1]\r\n\r\n[/column]\r\n\r\n[blank h=\"30\"]\r\n\r\n[/blank]\r\n\r\n[column parallax_bg=\"disabled\" parallax_bg_inertia=\"-0.2\" extended=\"true\" extended_padding=\"true\" background_color=\"#FEEFE3\" background_image=\"\" background_repeat=\"\" background_position=\"\" background_size=\"auto\" background_attachment=\"\" hide_bg_lowres=\"false\" background_video=\"\" vertical_padding_top=\"0\" vertical_padding_bottom=\"0\" more_link=\"\" more_text=\"\" left_border=\"transparent\" class=\"\" id=\"\" title=\"\" title_type=\"single\" animation=\"none\" width=\"1/1\" last=\"true\"]\r\n\r\n[column_1 width=\"1/1\" last=\"true\" title=\"Lynn and Dave will meet you at the front door\" title_type=\"single\" animation=\"none\" implicit=\"true\"]\r\n

\"\"

\r\nThis is Photoshop’s version of Lorem Ipsum. Proin gravida nibh vel velit auctor aliquet.\r\nAenean sollicitudin, lorem quis bibendum auctor, nisi elit consequat ipsum, nec sagittis sem nibh id elit.\r\nDuis sed odio sit amet nibh vulputate cursus a sit amet mauris. Morbi accumsan ipsum velit. Nam nec tellus a odio tincidunt auctor a ornare odio. Sed non mauris vitae erat consequat auctor eu in elit.\r\n\r\n[button id=\"hp_button_1\" style=\"filled-small\" class=\"hp_button_1\" align=\"right\" link=\"http://www.weekendweddingvenues.com/wordpress/\" linkTarget=\"_self\" bgColor=\"accent4\" hover_color=\"accent2\" font=\"20\" icon=\"\" icon_placement=\"left\" icon_color=\"\"]Link to page[/button]\r\n\r\n[/column_1]\r\n\r\n[/column]','Home','','inherit','','open','','5-revision-v1','','','2015-01-25 07:43:59','2015-01-25 12:43:59','',5,'http://www.weekendweddingvenues.com/wordpress/5-revision-v1/',0,'revision','',0),(29,1,'2015-01-25 07:50:38','2015-01-25 12:50:38','[text_divider type=\"single\"]\r\n\r\nArriving at St Audries Park, Somerset\r\n\r\n[/text_divider]\r\n\r\n[column parallax_bg=\"disabled\" parallax_bg_inertia=\"-0.2\" extended=\"\" extended_padding=\"1\" background_color=\"\" background_image=\"\" background_repeat=\"\" background_position=\"\" background_size=\"auto\" background_attachment=\"\" hide_bg_lowres=\"\" background_video=\"\" vertical_padding_top=\"0\" vertical_padding_bottom=\"0\" more_link=\"\" more_text=\"\" left_border=\"transparent\" class=\"\" id=\"\" title=\"\" title_type=\"single\" animation=\"none\" width=\"1/1\" last=\"true\"]\r\n\r\n[column_1 width=\"1/2\" title=\"\" title_type=\"single\" animation=\"none\" implicit=\"true\"]\r\n\r\n[embed]https://www.youtube.com/watch?v=PxRweONl2Zk[/embed]\r\n\r\n[/column_1]\r\n\r\n[column_1 width=\"1/2\" last=\"true\" title=\"\" title_type=\"single\" animation=\"none\" implicit=\"true\"]\r\n\r\nSet in Somersets beautiful xxxxx, St Audries takes your breathe away. Your weekend wedding blah blah.\r\n\r\nApple pie powder applicake gingerbread toffee toffee powder. Jelly beans ice cream danish jelly-o chocolate bar biscuit cheesecake gummies lemon drops. Chocolate bar dragée cookie lemon drops pudding. Chocolate bar ice cream chupa chups biscuit sweet. Jelly beans marzipan gingerbread jelly beans liquorice.\r\n\r\nJujubes unerdwear.com chocolate gummi bears applicake gingerbread gummies unerdwear.com. Chocolate cake wafer wafer candy lollipop donut bonbon jelly beans dessert. Brownie sugar plum jelly sesame snaps marshmallow ice cream soufflé toffee lemon drops.\r\n\r\n[button id=\"hp_button_1\" style=\"filled-small\" class=\"hp_button_1\" align=\"right\" link=\"http://www.weekendweddingvenues.com/wordpress/\" linkTarget=\"_self\" bgColor=\"accent4\" hover_color=\"accent2\" font=\"20\" icon=\"\" icon_placement=\"left\" icon_color=\"\"]Link to page[/button]\r\n\r\n[/column_1]\r\n\r\n[/column]\r\n\r\n[blank h=\"30\"]\r\n\r\n[/blank]\r\n\r\n[column parallax_bg=\"disabled\" parallax_bg_inertia=\"-0.2\" extended=\"true\" extended_padding=\"true\" background_color=\"#FEEFE3\" background_image=\"\" background_repeat=\"\" background_position=\"\" background_size=\"auto\" background_attachment=\"\" hide_bg_lowres=\"false\" background_video=\"\" vertical_padding_top=\"0\" vertical_padding_bottom=\"0\" more_link=\"\" more_text=\"\" left_border=\"transparent\" class=\"\" id=\"\" title=\"\" title_type=\"single\" animation=\"none\" width=\"1/1\" last=\"true\"]\r\n\r\n[column_1 width=\"1/1\" last=\"true\" title=\"Lynn and Dave will meet you at the front door\" title_type=\"single\" animation=\"none\" implicit=\"true\"]\r\n

\"\"

\r\nThis is Photoshop’s version of Lorem Ipsum. Proin gravida nibh vel velit auctor aliquet.\r\nAenean sollicitudin, lorem quis bibendum auctor, nisi elit consequat ipsum, nec sagittis sem nibh id elit.\r\nDuis sed odio sit amet nibh vulputate cursus a sit amet mauris. Morbi accumsan ipsum velit. Nam nec tellus a odio tincidunt auctor a ornare odio. Sed non mauris vitae erat consequat auctor eu in elit.\r\n\r\n[button id=\"hp_button_1\" style=\"filled-small\" class=\"hp_button_1\" align=\"right\" link=\"http://www.weekendweddingvenues.com/wordpress/\" linkTarget=\"_self\" bgColor=\"accent4\" hover_color=\"accent2\" font=\"20\" icon=\"\" icon_placement=\"left\" icon_color=\"\"]Link to page[/button]\r\n\r\n[/column_1]\r\n\r\n[/column]\r\n\r\n[blank h=\"30\"]\r\n\r\n[/blank]','Home','','inherit','','open','','5-revision-v1','','','2015-01-25 07:50:38','2015-01-25 12:50:38','',5,'http://www.weekendweddingvenues.com/wordpress/5-revision-v1/',0,'revision','',0),(30,1,'2015-01-25 08:18:29','2015-01-25 13:18:29','','test menu page','','publish','closed','open','','test-menu-page','','','2015-01-25 08:18:29','2015-01-25 13:18:29','',2,'http://www.weekendweddingvenues.com/wordpress/?page_id=30',0,'page','',0),(31,1,'2015-01-25 08:18:29','2015-01-25 13:18:29','','test menu page','','inherit','','open','','30-revision-v1','','','2015-01-25 08:18:29','2015-01-25 13:18:29','',30,'http://www.weekendweddingvenues.com/wordpress/30-revision-v1/',0,'revision','',0),(32,1,'2015-01-25 08:18:53','2015-01-25 13:18:53',' ','','','publish','closed','open','','32','','','2015-01-29 18:29:14','2015-01-29 23:29:14','',2,'http://www.weekendweddingvenues.com/wordpress/?p=32',6,'nav_menu_item','',0),(33,1,'2015-01-25 08:23:29','2015-01-25 13:23:29','','st-audries-park-wedding-ca(5)','','inherit','','open','','st-audries-park-wedding-ca5','','','2015-01-25 08:23:29','2015-01-25 13:23:29','',5,'http://www.weekendweddingvenues.com/wordpress/wp-content/uploads/2015/01/st-audries-park-wedding-ca5.jpg',0,'attachment','image/jpeg',0),(34,1,'2015-01-25 08:27:00','2015-01-25 13:27:00','[text_divider type=\"single\"]\r\n\r\nArriving at St Audries Park, Somerset\r\n\r\n[/text_divider]\r\n\r\n[column parallax_bg=\"disabled\" parallax_bg_inertia=\"-0.2\" extended=\"\" extended_padding=\"1\" background_color=\"\" background_image=\"\" background_repeat=\"\" background_position=\"\" background_size=\"auto\" background_attachment=\"\" hide_bg_lowres=\"\" background_video=\"\" vertical_padding_top=\"0\" vertical_padding_bottom=\"0\" more_link=\"\" more_text=\"\" left_border=\"transparent\" class=\"\" id=\"\" title=\"\" title_type=\"single\" animation=\"none\" width=\"1/1\" last=\"true\"]\r\n\r\n[column_1 width=\"1/2\" title=\"\" title_type=\"single\" animation=\"none\" implicit=\"true\"]\r\n\r\n\"st-audries-park-wedding-ca(5)\"\r\n\r\n[/column_1]\r\n\r\n[column_1 width=\"1/2\" last=\"true\" title=\"\" title_type=\"single\" animation=\"none\" implicit=\"true\"]\r\n\r\nSet in Somersets beautiful xxxxx, St Audries takes your breathe away. Your weekend wedding blah blah.\r\n\r\nApple pie powder applicake gingerbread toffee toffee powder. Jelly beans ice cream danish jelly-o chocolate bar biscuit cheesecake gummies lemon drops. Chocolate bar dragée cookie lemon drops pudding. Chocolate bar ice cream chupa chups biscuit sweet. Jelly beans marzipan gingerbread jelly beans liquorice.\r\n\r\nJujubes unerdwear.com chocolate gummi bears applicake gingerbread gummies unerdwear.com. Chocolate cake wafer wafer candy lollipop donut bonbon jelly beans dessert. Brownie sugar plum jelly sesame snaps marshmallow ice cream soufflé toffee lemon drops.\r\n\r\n[button id=\"hp_button_1\" style=\"filled-small\" class=\"hp_button_1\" align=\"right\" link=\"http://www.weekendweddingvenues.com/wordpress/\" linkTarget=\"_self\" bgColor=\"accent4\" hover_color=\"accent2\" font=\"20\" icon=\"\" icon_placement=\"left\" icon_color=\"\"]Link to page[/button]\r\n\r\n[/column_1]\r\n\r\n[/column]\r\n\r\n[blank h=\"30\"]\r\n\r\n[/blank]\r\n\r\n[column parallax_bg=\"disabled\" parallax_bg_inertia=\"-0.2\" extended=\"true\" extended_padding=\"true\" background_color=\"#FEEFE3\" background_image=\"\" background_repeat=\"\" background_position=\"\" background_size=\"auto\" background_attachment=\"\" hide_bg_lowres=\"false\" background_video=\"\" vertical_padding_top=\"0\" vertical_padding_bottom=\"0\" more_link=\"\" more_text=\"\" left_border=\"transparent\" class=\"\" id=\"\" title=\"\" title_type=\"single\" animation=\"none\" width=\"1/1\" last=\"true\"]\r\n\r\n[column_1 width=\"1/1\" last=\"true\" title=\"Lynn and Dave will meet you at the front door\" title_type=\"single\" animation=\"none\" implicit=\"true\"]\r\n

\"\"

\r\nThis is Photoshop’s version of Lorem Ipsum. Proin gravida nibh vel velit auctor aliquet.\r\nAenean sollicitudin, lorem quis bibendum auctor, nisi elit consequat ipsum, nec sagittis sem nibh id elit.\r\nDuis sed odio sit amet nibh vulputate cursus a sit amet mauris. Morbi accumsan ipsum velit. Nam nec tellus a odio tincidunt auctor a ornare odio. Sed non mauris vitae erat consequat auctor eu in elit.\r\n\r\n[button id=\"hp_button_1\" style=\"filled-small\" class=\"hp_button_1\" align=\"right\" link=\"http://www.weekendweddingvenues.com/wordpress/\" linkTarget=\"_self\" bgColor=\"accent4\" hover_color=\"accent2\" font=\"20\" icon=\"\" icon_placement=\"left\" icon_color=\"\"]Link to page[/button]\r\n\r\n[/column_1]\r\n\r\n[/column]\r\n\r\n[blank h=\"30\"]\r\n\r\n[/blank]\r\n\r\n[column parallax_bg=\"disabled\" parallax_bg_inertia=\"-0.2\" extended=\"false\" extended_padding=\"true\" background_color=\"\" background_image=\"\" background_repeat=\"\" background_position=\"\" background_size=\"auto\" background_attachment=\"\" hide_bg_lowres=\"false\" background_video=\"\" vertical_padding_top=\"0\" vertical_padding_bottom=\"0\" more_link=\"http://www.weekendweddingvenues.com/wordpress/sample-page/test-menu-page/\" more_text=\"Our wedding ceramonies\" left_border=\"transparent\" class=\"\" id=\"\" title=\"Walking down the Isle\" title_type=\"single\" animation=\"fade-in\" width=\"1/1\" last=\"true\"]\r\n\r\n[column_1 width=\"1/2\" title=\"\" title_type=\"single\" animation=\"none\" implicit=\"true\"]\r\n\r\n[/column_1]\r\n\r\n[column_1 width=\"1/2\" last=\"true\" title=\"\" title_type=\"single\" animation=\"none\" implicit=\"true\"]\r\n\r\nSet in Somersets beautiful xxxxx, St Audries takes your breathe away. Your weekend wedding blah blah.\r\n\r\nApple pie powder applicake gingerbread toffee toffee powder. Jelly beans ice cream danish jelly-o chocolate bar biscuit cheesecake gummies lemon drops. Chocolate bar dragée cookie lemon drops pudding. Chocolate bar ice cream chupa chups biscuit sweet. Jelly beans marzipan gingerbread jelly beans liquorice.\r\n\r\nJujubes unerdwear.com chocolate gummi bears applicake gingerbread gummies unerdwear.com. Chocolate cake wafer wafer candy lollipop donut bonbon jelly beans dessert. Brownie sugar plum jelly sesame snaps marshmallow ice cream soufflé toffee lemon drops.\r\n\r\n[button id=\"hp_button_1\" style=\"filled-small\" class=\"hp_button_1\" align=\"right\" link=\"http://www.weekendweddingvenues.com/wordpress/\" linkTarget=\"_self\" bgColor=\"accent4\" hover_color=\"accent2\" font=\"20\" icon=\"\" icon_placement=\"left\" icon_color=\"\"]Link to page[/button]\r\n\r\n[/column_1]\r\n\r\n[/column]\r\n\r\n[blank h=\"30\"]\r\n\r\n[/blank]','Home','','inherit','','open','','5-revision-v1','','','2015-01-25 08:27:00','2015-01-25 13:27:00','',5,'http://www.weekendweddingvenues.com/wordpress/5-revision-v1/',0,'revision','',0),(37,1,'2015-01-25 08:31:27','2015-01-25 13:31:27','[text_divider type=\"single\"]\r\n\r\nArriving at St Audries Park, Somerset\r\n\r\n[/text_divider]\r\n\r\n[column parallax_bg=\"disabled\" parallax_bg_inertia=\"-0.2\" extended=\"\" extended_padding=\"1\" background_color=\"\" background_image=\"\" background_repeat=\"\" background_position=\"\" background_size=\"auto\" background_attachment=\"\" hide_bg_lowres=\"\" background_video=\"\" vertical_padding_top=\"0\" vertical_padding_bottom=\"0\" more_link=\"\" more_text=\"\" left_border=\"transparent\" class=\"\" id=\"\" title=\"\" title_type=\"single\" animation=\"none\" width=\"1/1\" last=\"true\"]\r\n\r\n[column_1 width=\"1/2\" title=\"\" title_type=\"single\" animation=\"none\" implicit=\"true\"]\r\n\r\n[embed]https://www.youtube.com/watch?v=_40kU2uzfjo[/embed]\r\n\r\n[/column_1]\r\n\r\n[column_1 width=\"1/2\" last=\"true\" title=\"\" title_type=\"single\" animation=\"none\" implicit=\"true\"]\r\n\r\nSet in Somersets beautiful xxxxx, St Audries takes your breathe away. Your weekend wedding blah blah.\r\n\r\nApple pie powder applicake gingerbread toffee toffee powder. Jelly beans ice cream danish jelly-o chocolate bar biscuit cheesecake gummies lemon drops. Chocolate bar dragée cookie lemon drops pudding. Chocolate bar ice cream chupa chups biscuit sweet. Jelly beans marzipan gingerbread jelly beans liquorice.\r\n\r\nJujubes unerdwear.com chocolate gummi bears applicake gingerbread gummies unerdwear.com. Chocolate cake wafer wafer candy lollipop donut bonbon jelly beans dessert. Brownie sugar plum jelly sesame snaps marshmallow ice cream soufflé toffee lemon drops.\r\n\r\n[button id=\"hp_button_1\" style=\"filled-small\" class=\"hp_button_1\" align=\"right\" link=\"http://www.weekendweddingvenues.com/wordpress/\" linkTarget=\"_self\" bgColor=\"accent4\" hover_color=\"accent2\" font=\"20\" icon=\"\" icon_placement=\"left\" icon_color=\"\"]Link to page[/button]\r\n\r\n[/column_1]\r\n\r\n[/column]\r\n\r\n[blank h=\"30\"]\r\n\r\n[/blank]\r\n\r\n[column parallax_bg=\"disabled\" parallax_bg_inertia=\"-0.2\" extended=\"true\" extended_padding=\"true\" background_color=\"#FEEFE3\" background_image=\"\" background_repeat=\"\" background_position=\"\" background_size=\"auto\" background_attachment=\"\" hide_bg_lowres=\"false\" background_video=\"\" vertical_padding_top=\"0\" vertical_padding_bottom=\"0\" more_link=\"\" more_text=\"\" left_border=\"transparent\" class=\"\" id=\"\" title=\"\" title_type=\"single\" animation=\"none\" width=\"1/1\" last=\"true\"]\r\n\r\n[column_1 width=\"1/1\" last=\"true\" title=\"Lynn and Dave will meet you at the front door\" title_type=\"single\" animation=\"none\" implicit=\"true\"]\r\n

\"\"

\r\nThis is Photoshop’s version of Lorem Ipsum. Proin gravida nibh vel velit auctor aliquet.\r\nAenean sollicitudin, lorem quis bibendum auctor, nisi elit consequat ipsum, nec sagittis sem nibh id elit.\r\nDuis sed odio sit amet nibh vulputate cursus a sit amet mauris. Morbi accumsan ipsum velit. Nam nec tellus a odio tincidunt auctor a ornare odio. Sed non mauris vitae erat consequat auctor eu in elit.\r\n\r\n[button id=\"hp_button_1\" style=\"filled-small\" class=\"hp_button_1\" align=\"right\" link=\"http://www.weekendweddingvenues.com/wordpress/\" linkTarget=\"_self\" bgColor=\"accent4\" hover_color=\"accent2\" font=\"20\" icon=\"\" icon_placement=\"left\" icon_color=\"\"]Link to page[/button]\r\n\r\n[/column_1]\r\n\r\n[/column]\r\n\r\n[blank h=\"30\"]\r\n\r\n[/blank]\r\n\r\n[column parallax_bg=\"disabled\" parallax_bg_inertia=\"-0.2\" extended=\"false\" extended_padding=\"true\" background_color=\"\" background_image=\"\" background_repeat=\"\" background_position=\"\" background_size=\"auto\" background_attachment=\"\" hide_bg_lowres=\"false\" background_video=\"\" vertical_padding_top=\"0\" vertical_padding_bottom=\"0\" more_link=\"\" more_text=\"\" left_border=\"transparent\" class=\"\" id=\"\" title=\"Walking down the Isle\" title_type=\"single\" animation=\"fade-in\" width=\"1/1\" last=\"true\"]\r\n\r\n[column_1 width=\"1/2\" title=\"\" title_type=\"single\" animation=\"none\" implicit=\"true\"]\r\n\r\n\"st-audries-park-wedding-ca(5)\"\r\n\r\n[/column_1]\r\n\r\n[column_1 width=\"1/2\" last=\"true\" title=\"\" title_type=\"single\" animation=\"none\" implicit=\"true\"]\r\n\r\nSet in Somersets beautiful xxxxx, St Audries takes your breathe away. Your weekend wedding blah blah.\r\n\r\nApple pie powder applicake gingerbread toffee toffee powder. Jelly beans ice cream danish jelly-o chocolate bar biscuit cheesecake gummies lemon drops. Chocolate bar dragée cookie lemon drops pudding. Chocolate bar ice cream chupa chups biscuit sweet. Jelly beans marzipan gingerbread jelly beans liquorice.\r\n\r\nJujubes unerdwear.com chocolate gummi bears applicake gingerbread gummies unerdwear.com. Chocolate cake wafer wafer candy lollipop donut bonbon jelly beans dessert. Brownie sugar plum jelly sesame snaps marshmallow ice cream soufflé toffee lemon drops.\r\n\r\n[button id=\"hp_button_1\" style=\"filled-small\" class=\"hp_button_1\" align=\"right\" link=\"http://www.weekendweddingvenues.com/wordpress/\" linkTarget=\"_self\" bgColor=\"accent4\" hover_color=\"accent2\" font=\"20\" icon=\"\" icon_placement=\"left\" icon_color=\"\"]Link to page[/button]\r\n\r\n[/column_1]\r\n\r\n[/column]\r\n\r\n[blank h=\"30\"]\r\n\r\n[/blank]','Home','','inherit','','open','','5-revision-v1','','','2015-01-25 08:31:27','2015-01-25 13:31:27','',5,'http://www.weekendweddingvenues.com/wordpress/5-revision-v1/',0,'revision','',0),(36,1,'2015-01-25 08:29:22','2015-01-25 13:29:22','[text_divider type=\"single\"]\r\n\r\nArriving at St Audries Park, Somerset\r\n\r\n[/text_divider]\r\n\r\n[column parallax_bg=\"disabled\" parallax_bg_inertia=\"-0.2\" extended=\"\" extended_padding=\"1\" background_color=\"\" background_image=\"\" background_repeat=\"\" background_position=\"\" background_size=\"auto\" background_attachment=\"\" hide_bg_lowres=\"\" background_video=\"\" vertical_padding_top=\"0\" vertical_padding_bottom=\"0\" more_link=\"\" more_text=\"\" left_border=\"transparent\" class=\"\" id=\"\" title=\"\" title_type=\"single\" animation=\"none\" width=\"1/1\" last=\"true\"]\r\n\r\n[column_1 width=\"1/2\" title=\"\" title_type=\"single\" animation=\"none\" implicit=\"true\"]\r\n\r\n\"st-audries-park-wedding-ca(5)\"\r\n\r\n[/column_1]\r\n\r\n[column_1 width=\"1/2\" last=\"true\" title=\"\" title_type=\"single\" animation=\"none\" implicit=\"true\"]\r\n\r\nSet in Somersets beautiful xxxxx, St Audries takes your breathe away. Your weekend wedding blah blah.\r\n\r\nApple pie powder applicake gingerbread toffee toffee powder. Jelly beans ice cream danish jelly-o chocolate bar biscuit cheesecake gummies lemon drops. Chocolate bar dragée cookie lemon drops pudding. Chocolate bar ice cream chupa chups biscuit sweet. Jelly beans marzipan gingerbread jelly beans liquorice.\r\n\r\nJujubes unerdwear.com chocolate gummi bears applicake gingerbread gummies unerdwear.com. Chocolate cake wafer wafer candy lollipop donut bonbon jelly beans dessert. Brownie sugar plum jelly sesame snaps marshmallow ice cream soufflé toffee lemon drops.\r\n\r\n[button id=\"hp_button_1\" style=\"filled-small\" class=\"hp_button_1\" align=\"right\" link=\"http://www.weekendweddingvenues.com/wordpress/\" linkTarget=\"_self\" bgColor=\"accent4\" hover_color=\"accent2\" font=\"20\" icon=\"\" icon_placement=\"left\" icon_color=\"\"]Link to page[/button]\r\n\r\n[/column_1]\r\n\r\n[/column]\r\n\r\n[blank h=\"30\"]\r\n\r\n[/blank]\r\n\r\n[column parallax_bg=\"disabled\" parallax_bg_inertia=\"-0.2\" extended=\"true\" extended_padding=\"true\" background_color=\"#FEEFE3\" background_image=\"\" background_repeat=\"\" background_position=\"\" background_size=\"auto\" background_attachment=\"\" hide_bg_lowres=\"false\" background_video=\"\" vertical_padding_top=\"0\" vertical_padding_bottom=\"0\" more_link=\"\" more_text=\"\" left_border=\"transparent\" class=\"\" id=\"\" title=\"\" title_type=\"single\" animation=\"none\" width=\"1/1\" last=\"true\"]\r\n\r\n[column_1 width=\"1/1\" last=\"true\" title=\"Lynn and Dave will meet you at the front door\" title_type=\"single\" animation=\"none\" implicit=\"true\"]\r\n

\"\"

\r\nThis is Photoshop’s version of Lorem Ipsum. Proin gravida nibh vel velit auctor aliquet.\r\nAenean sollicitudin, lorem quis bibendum auctor, nisi elit consequat ipsum, nec sagittis sem nibh id elit.\r\nDuis sed odio sit amet nibh vulputate cursus a sit amet mauris. Morbi accumsan ipsum velit. Nam nec tellus a odio tincidunt auctor a ornare odio. Sed non mauris vitae erat consequat auctor eu in elit.\r\n\r\n[button id=\"hp_button_1\" style=\"filled-small\" class=\"hp_button_1\" align=\"right\" link=\"http://www.weekendweddingvenues.com/wordpress/\" linkTarget=\"_self\" bgColor=\"accent4\" hover_color=\"accent2\" font=\"20\" icon=\"\" icon_placement=\"left\" icon_color=\"\"]Link to page[/button]\r\n\r\n[/column_1]\r\n\r\n[/column]\r\n\r\n[blank h=\"30\"]\r\n\r\n[/blank]\r\n\r\n[column parallax_bg=\"disabled\" parallax_bg_inertia=\"-0.2\" extended=\"false\" extended_padding=\"true\" background_color=\"\" background_image=\"\" background_repeat=\"\" background_position=\"\" background_size=\"auto\" background_attachment=\"\" hide_bg_lowres=\"false\" background_video=\"\" vertical_padding_top=\"0\" vertical_padding_bottom=\"0\" more_link=\"\" more_text=\"\" left_border=\"transparent\" class=\"\" id=\"\" title=\"Walking down the Isle\" title_type=\"single\" animation=\"fade-in\" width=\"1/1\" last=\"true\"]\r\n\r\n[column_1 width=\"1/2\" title=\"\" title_type=\"single\" animation=\"none\" implicit=\"true\"]\r\n\r\n\"st-audries-park-wedding-ca(5)\"\r\n\r\n[/column_1]\r\n\r\n[column_1 width=\"1/2\" last=\"true\" title=\"\" title_type=\"single\" animation=\"none\" implicit=\"true\"]\r\n\r\nSet in Somersets beautiful xxxxx, St Audries takes your breathe away. Your weekend wedding blah blah.\r\n\r\nApple pie powder applicake gingerbread toffee toffee powder. Jelly beans ice cream danish jelly-o chocolate bar biscuit cheesecake gummies lemon drops. Chocolate bar dragée cookie lemon drops pudding. Chocolate bar ice cream chupa chups biscuit sweet. Jelly beans marzipan gingerbread jelly beans liquorice.\r\n\r\nJujubes unerdwear.com chocolate gummi bears applicake gingerbread gummies unerdwear.com. Chocolate cake wafer wafer candy lollipop donut bonbon jelly beans dessert. Brownie sugar plum jelly sesame snaps marshmallow ice cream soufflé toffee lemon drops.\r\n\r\n[button id=\"hp_button_1\" style=\"filled-small\" class=\"hp_button_1\" align=\"right\" link=\"http://www.weekendweddingvenues.com/wordpress/\" linkTarget=\"_self\" bgColor=\"accent4\" hover_color=\"accent2\" font=\"20\" icon=\"\" icon_placement=\"left\" icon_color=\"\"]Link to page[/button]\r\n\r\n[/column_1]\r\n\r\n[/column]\r\n\r\n[blank h=\"30\"]\r\n\r\n[/blank]','Home','','inherit','','open','','5-revision-v1','','','2015-01-25 08:29:22','2015-01-25 13:29:22','',5,'http://www.weekendweddingvenues.com/wordpress/5-revision-v1/',0,'revision','',0),(35,1,'2015-01-25 08:27:57','2015-01-25 13:27:57','[text_divider type=\"single\"]\r\n\r\nArriving at St Audries Park, Somerset\r\n\r\n[/text_divider]\r\n\r\n[column parallax_bg=\"disabled\" parallax_bg_inertia=\"-0.2\" extended=\"\" extended_padding=\"1\" background_color=\"\" background_image=\"\" background_repeat=\"\" background_position=\"\" background_size=\"auto\" background_attachment=\"\" hide_bg_lowres=\"\" background_video=\"\" vertical_padding_top=\"0\" vertical_padding_bottom=\"0\" more_link=\"\" more_text=\"\" left_border=\"transparent\" class=\"\" id=\"\" title=\"\" title_type=\"single\" animation=\"none\" width=\"1/1\" last=\"true\"]\r\n\r\n[column_1 width=\"1/2\" title=\"\" title_type=\"single\" animation=\"none\" implicit=\"true\"]\r\n\r\n\"st-audries-park-wedding-ca(5)\"\r\n\r\n[/column_1]\r\n\r\n[column_1 width=\"1/2\" last=\"true\" title=\"\" title_type=\"single\" animation=\"none\" implicit=\"true\"]\r\n\r\nSet in Somersets beautiful xxxxx, St Audries takes your breathe away. Your weekend wedding blah blah.\r\n\r\nApple pie powder applicake gingerbread toffee toffee powder. Jelly beans ice cream danish jelly-o chocolate bar biscuit cheesecake gummies lemon drops. Chocolate bar dragée cookie lemon drops pudding. Chocolate bar ice cream chupa chups biscuit sweet. Jelly beans marzipan gingerbread jelly beans liquorice.\r\n\r\nJujubes unerdwear.com chocolate gummi bears applicake gingerbread gummies unerdwear.com. Chocolate cake wafer wafer candy lollipop donut bonbon jelly beans dessert. Brownie sugar plum jelly sesame snaps marshmallow ice cream soufflé toffee lemon drops.\r\n\r\n[button id=\"hp_button_1\" style=\"filled-small\" class=\"hp_button_1\" align=\"right\" link=\"http://www.weekendweddingvenues.com/wordpress/\" linkTarget=\"_self\" bgColor=\"accent4\" hover_color=\"accent2\" font=\"20\" icon=\"\" icon_placement=\"left\" icon_color=\"\"]Link to page[/button]\r\n\r\n[/column_1]\r\n\r\n[/column]\r\n\r\n[blank h=\"30\"]\r\n\r\n[/blank]\r\n\r\n[column parallax_bg=\"disabled\" parallax_bg_inertia=\"-0.2\" extended=\"true\" extended_padding=\"true\" background_color=\"#FEEFE3\" background_image=\"\" background_repeat=\"\" background_position=\"\" background_size=\"auto\" background_attachment=\"\" hide_bg_lowres=\"false\" background_video=\"\" vertical_padding_top=\"0\" vertical_padding_bottom=\"0\" more_link=\"\" more_text=\"\" left_border=\"transparent\" class=\"\" id=\"\" title=\"\" title_type=\"single\" animation=\"none\" width=\"1/1\" last=\"true\"]\r\n\r\n[column_1 width=\"1/1\" last=\"true\" title=\"Lynn and Dave will meet you at the front door\" title_type=\"single\" animation=\"none\" implicit=\"true\"]\r\n

\"\"

\r\nThis is Photoshop’s version of Lorem Ipsum. Proin gravida nibh vel velit auctor aliquet.\r\nAenean sollicitudin, lorem quis bibendum auctor, nisi elit consequat ipsum, nec sagittis sem nibh id elit.\r\nDuis sed odio sit amet nibh vulputate cursus a sit amet mauris. Morbi accumsan ipsum velit. Nam nec tellus a odio tincidunt auctor a ornare odio. Sed non mauris vitae erat consequat auctor eu in elit.\r\n\r\n[button id=\"hp_button_1\" style=\"filled-small\" class=\"hp_button_1\" align=\"right\" link=\"http://www.weekendweddingvenues.com/wordpress/\" linkTarget=\"_self\" bgColor=\"accent4\" hover_color=\"accent2\" font=\"20\" icon=\"\" icon_placement=\"left\" icon_color=\"\"]Link to page[/button]\r\n\r\n[/column_1]\r\n\r\n[/column]\r\n\r\n[blank h=\"30\"]\r\n\r\n[/blank]\r\n\r\n[column parallax_bg=\"disabled\" parallax_bg_inertia=\"-0.2\" extended=\"false\" extended_padding=\"true\" background_color=\"\" background_image=\"\" background_repeat=\"\" background_position=\"\" background_size=\"auto\" background_attachment=\"\" hide_bg_lowres=\"false\" background_video=\"\" vertical_padding_top=\"0\" vertical_padding_bottom=\"0\" more_link=\"http://www.weekendweddingvenues.com/wordpress/sample-page/test-menu-page/\" more_text=\"Our wedding ceramonies\" left_border=\"transparent\" class=\"\" id=\"\" title=\"Walking down the Isle\" title_type=\"single\" animation=\"fade-in\" width=\"1/1\" last=\"true\"]\r\n\r\n[column_1 width=\"1/2\" title=\"\" title_type=\"single\" animation=\"none\" implicit=\"true\"]\r\n\r\nSet in Somersets beautiful xxxxx, St Audries takes your breathe away. Your weekend wedding blah blah.\r\n\r\nApple pie powder applicake gingerbread toffee toffee powder. Jelly beans ice cream danish jelly-o chocolate bar biscuit cheesecake gummies lemon drops. Chocolate bar dragée cookie lemon drops pudding. Chocolate bar ice cream chupa chups biscuit sweet. Jelly beans marzipan gingerbread jelly beans liquorice.\r\n\r\nJujubes unerdwear.com chocolate gummi bears applicake gingerbread gummies unerdwear.com. Chocolate cake wafer wafer candy lollipop donut bonbon jelly beans dessert. Brownie sugar plum jelly sesame snaps marshmallow ice cream soufflé toffee lemon drops.\r\n\r\n[button id=\"hp_button_1\" style=\"filled-small\" class=\"hp_button_1\" align=\"right\" link=\"http://www.weekendweddingvenues.com/wordpress/\" linkTarget=\"_self\" bgColor=\"accent4\" hover_color=\"accent2\" font=\"20\" icon=\"\" icon_placement=\"left\" icon_color=\"\"]Link to page[/button]\r\n\r\n[/column_1]\r\n\r\n[column_1 width=\"1/2\" last=\"true\" title=\"\" title_type=\"single\" animation=\"none\" implicit=\"true\"]\r\n\r\nSet in Somersets beautiful xxxxx, St Audries takes your breathe away. Your weekend wedding blah blah.\r\n\r\nApple pie powder applicake gingerbread toffee toffee powder. Jelly beans ice cream danish jelly-o chocolate bar biscuit cheesecake gummies lemon drops. Chocolate bar dragée cookie lemon drops pudding. Chocolate bar ice cream chupa chups biscuit sweet. Jelly beans marzipan gingerbread jelly beans liquorice.\r\n\r\nJujubes unerdwear.com chocolate gummi bears applicake gingerbread gummies unerdwear.com. Chocolate cake wafer wafer candy lollipop donut bonbon jelly beans dessert. Brownie sugar plum jelly sesame snaps marshmallow ice cream soufflé toffee lemon drops.\r\n\r\n[button id=\"hp_button_1\" style=\"filled-small\" class=\"hp_button_1\" align=\"right\" link=\"http://www.weekendweddingvenues.com/wordpress/\" linkTarget=\"_self\" bgColor=\"accent4\" hover_color=\"accent2\" font=\"20\" icon=\"\" icon_placement=\"left\" icon_color=\"\"]Link to page[/button]\r\n\r\n[/column_1]\r\n\r\n[/column]\r\n\r\n[blank h=\"30\"]\r\n\r\n[/blank]','Home','','inherit','','open','','5-revision-v1','','','2015-01-25 08:27:57','2015-01-25 13:27:57','',5,'http://www.weekendweddingvenues.com/wordpress/5-revision-v1/',0,'revision','',0),(38,1,'2015-01-25 08:40:03','2015-01-25 13:40:03','[text_divider type=\"single\"]\r\n\r\nArriving at St Audries Park, Somerset\r\n\r\n[/text_divider]\r\n\r\n[column parallax_bg=\"disabled\" parallax_bg_inertia=\"-0.2\" extended=\"false\" extended_padding=\"true\" background_color=\"\" background_image=\"\" background_repeat=\"\" background_position=\"\" background_size=\"auto\" background_attachment=\"\" hide_bg_lowres=\"false\" background_video=\"\" vertical_padding_top=\"0\" vertical_padding_bottom=\"0\" more_link=\"\" more_text=\"\" left_border=\"transparent\" class=\"\" id=\"\" title=\"\" title_type=\"single\" animation=\"fade-in\" width=\"1/1\" last=\"true\"]\r\n\r\n[column_1 width=\"1/2\" title=\"\" title_type=\"single\" animation=\"none\" implicit=\"true\"]\r\n\r\n[embed]https://www.youtube.com/watch?v=_40kU2uzfjo[/embed]\r\n\r\n[/column_1]\r\n\r\n[column_1 width=\"1/2\" last=\"true\" title=\"\" title_type=\"single\" animation=\"none\" implicit=\"true\"]\r\n\r\nSet in Somersets beautiful xxxxx, St Audries takes your breathe away. Your weekend wedding blah blah.\r\n\r\nApple pie powder applicake gingerbread toffee toffee powder. Jelly beans ice cream danish jelly-o chocolate bar biscuit cheesecake gummies lemon drops. Chocolate bar dragée cookie lemon drops pudding. Chocolate bar ice cream chupa chups biscuit sweet. Jelly beans marzipan gingerbread jelly beans liquorice.\r\n\r\nJujubes unerdwear.com chocolate gummi bears applicake gingerbread gummies unerdwear.com. Chocolate cake wafer wafer candy lollipop donut bonbon jelly beans dessert. Brownie sugar plum jelly sesame snaps marshmallow ice cream soufflé toffee lemon drops.\r\n\r\n[button id=\"hp_button_1\" style=\"filled-small\" class=\"hp_button_1\" align=\"right\" link=\"http://www.weekendweddingvenues.com/wordpress/\" linkTarget=\"_self\" bgColor=\"accent4\" hover_color=\"accent2\" font=\"20\" icon=\"\" icon_placement=\"left\" icon_color=\"\"]Link to page[/button]\r\n\r\n[/column_1]\r\n\r\n[/column]\r\n\r\n[blank h=\"30\"]\r\n\r\n[/blank]\r\n\r\n[column parallax_bg=\"disabled\" parallax_bg_inertia=\"-0.2\" extended=\"true\" extended_padding=\"true\" background_color=\"#FEEFE3\" background_image=\"\" background_repeat=\"\" background_position=\"\" background_size=\"auto\" background_attachment=\"\" hide_bg_lowres=\"false\" background_video=\"\" vertical_padding_top=\"0\" vertical_padding_bottom=\"0\" more_link=\"\" more_text=\"\" left_border=\"transparent\" class=\"\" id=\"\" title=\"\" title_type=\"single\" animation=\"from-right\" width=\"1/1\" last=\"true\"]\r\n\r\n[column_1 width=\"1/1\" last=\"true\" title=\"Lynn and Dave will meet you at the front door\" title_type=\"single\" animation=\"none\" implicit=\"true\"]\r\n

\"\"

\r\nThis is Photoshop’s version of Lorem Ipsum. Proin gravida nibh vel velit auctor aliquet.\r\nAenean sollicitudin, lorem quis bibendum auctor, nisi elit consequat ipsum, nec sagittis sem nibh id elit.\r\nDuis sed odio sit amet nibh vulputate cursus a sit amet mauris. Morbi accumsan ipsum velit. Nam nec tellus a odio tincidunt auctor a ornare odio. Sed non mauris vitae erat consequat auctor eu in elit.\r\n\r\n[button id=\"hp_button_1\" style=\"filled-small\" class=\"hp_button_1\" align=\"right\" link=\"http://www.weekendweddingvenues.com/wordpress/\" linkTarget=\"_self\" bgColor=\"accent4\" hover_color=\"accent2\" font=\"20\" icon=\"\" icon_placement=\"left\" icon_color=\"\"]Link to page[/button]\r\n\r\n[/column_1]\r\n\r\n[/column]\r\n\r\n[blank h=\"30\"]\r\n\r\n[/blank]\r\n\r\n[column parallax_bg=\"disabled\" parallax_bg_inertia=\"-0.2\" extended=\"false\" extended_padding=\"true\" background_color=\"\" background_image=\"\" background_repeat=\"\" background_position=\"\" background_size=\"auto\" background_attachment=\"\" hide_bg_lowres=\"false\" background_video=\"\" vertical_padding_top=\"0\" vertical_padding_bottom=\"0\" more_link=\"\" more_text=\"\" left_border=\"transparent\" class=\"\" id=\"\" title=\"Walking down the Isle\" title_type=\"single\" animation=\"fade-in\" width=\"1/1\" last=\"true\"]\r\n\r\n[column_1 width=\"1/2\" title=\"\" title_type=\"single\" animation=\"none\" implicit=\"true\"]\r\n\r\n\"st-audries-park-wedding-ca(5)\"\r\n\r\n[/column_1]\r\n\r\n[column_1 width=\"1/2\" last=\"true\" title=\"\" title_type=\"single\" animation=\"none\" implicit=\"true\"]\r\n\r\nSet in Somersets beautiful xxxxx, St Audries takes your breathe away. Your weekend wedding blah blah.\r\n\r\nApple pie powder applicake gingerbread toffee toffee powder. Jelly beans ice cream danish jelly-o chocolate bar biscuit cheesecake gummies lemon drops. Chocolate bar dragée cookie lemon drops pudding. Chocolate bar ice cream chupa chups biscuit sweet. Jelly beans marzipan gingerbread jelly beans liquorice.\r\n\r\nJujubes unerdwear.com chocolate gummi bears applicake gingerbread gummies unerdwear.com. Chocolate cake wafer wafer candy lollipop donut bonbon jelly beans dessert. Brownie sugar plum jelly sesame snaps marshmallow ice cream soufflé toffee lemon drops.\r\n\r\n[button id=\"hp_button_1\" style=\"filled-small\" class=\"hp_button_1\" align=\"right\" link=\"http://www.weekendweddingvenues.com/wordpress/\" linkTarget=\"_self\" bgColor=\"accent4\" hover_color=\"accent2\" font=\"20\" icon=\"\" icon_placement=\"left\" icon_color=\"\"]Link to page[/button]\r\n\r\n[/column_1]\r\n\r\n[/column]\r\n\r\n[blank h=\"30\"]\r\n\r\n[/blank]','Home','','inherit','','open','','5-revision-v1','','','2015-01-25 08:40:03','2015-01-25 13:40:03','',5,'http://www.weekendweddingvenues.com/wordpress/5-revision-v1/',0,'revision','',0),(39,1,'2015-01-25 08:50:29','2015-01-25 13:50:29','[text_divider type=\"single\"]\r\n\r\nArriving at St Audries Park, Somerset\r\n\r\n[/text_divider]\r\n\r\n[column parallax_bg=\"disabled\" parallax_bg_inertia=\"-0.2\" extended=\"false\" extended_padding=\"true\" background_color=\"\" background_image=\"\" background_repeat=\"\" background_position=\"\" background_size=\"auto\" background_attachment=\"\" hide_bg_lowres=\"false\" background_video=\"\" vertical_padding_top=\"0\" vertical_padding_bottom=\"0\" more_link=\"\" more_text=\"\" left_border=\"transparent\" class=\"\" id=\"\" title=\"\" title_type=\"single\" animation=\"fade-in\" width=\"1/1\" last=\"true\"]\r\n\r\n[column_1 width=\"1/2\" title=\"\" title_type=\"single\" animation=\"none\" implicit=\"true\"]\r\n\r\n[embed]https://www.youtube.com/watch?v=_40kU2uzfjo[/embed]\r\n\r\n[/column_1]\r\n\r\n[column_1 width=\"1/2\" last=\"true\" title=\"\" title_type=\"single\" animation=\"none\" implicit=\"true\"]\r\n\r\nSet in Somersets beautiful xxxxx, St Audries takes your breathe away. Your weekend wedding blah blah.\r\n\r\nApple pie powder applicake gingerbread toffee toffee powder. Jelly beans ice cream danish jelly-o chocolate bar biscuit cheesecake gummies lemon drops. Chocolate bar dragée cookie lemon drops pudding. Chocolate bar ice cream chupa chups biscuit sweet. Jelly beans marzipan gingerbread jelly beans liquorice.\r\n\r\nJujubes unerdwear.com chocolate gummi bears applicake gingerbread gummies unerdwear.com. Chocolate cake wafer wafer candy lollipop donut bonbon jelly beans dessert. Brownie sugar plum jelly sesame snaps marshmallow ice cream soufflé toffee lemon drops.\r\n\r\n[button id=\"hp_button_1\" style=\"filled-small\" class=\"hp_button_1\" align=\"right\" link=\"http://www.weekendweddingvenues.com/wordpress/\" linkTarget=\"_self\" bgColor=\"accent4\" hover_color=\"accent2\" font=\"20\" icon=\"\" icon_placement=\"left\" icon_color=\"\"]Link to page[/button]\r\n\r\n[/column_1]\r\n\r\n[/column]\r\n\r\n[blank h=\"30\"]\r\n\r\n[/blank]\r\n\r\n[column parallax_bg=\"disabled\" parallax_bg_inertia=\"-0.2\" extended=\"true\" extended_padding=\"true\" background_color=\"#FEEFE3\" background_image=\"\" background_repeat=\"\" background_position=\"\" background_size=\"auto\" background_attachment=\"\" hide_bg_lowres=\"false\" background_video=\"\" vertical_padding_top=\"0\" vertical_padding_bottom=\"0\" more_link=\"\" more_text=\"\" left_border=\"transparent\" class=\"\" id=\"\" title=\"\" title_type=\"single\" animation=\"from-right\" width=\"1/1\" last=\"true\"]\r\n\r\n[column_1 width=\"1/1\" last=\"true\" title=\"Lynn and Dave will meet you at the front door\" title_type=\"single\" animation=\"none\" implicit=\"true\"]\r\n

\"\"

\r\nThis is Photoshop’s version of Lorem Ipsum. Proin gravida nibh vel velit auctor aliquet.\r\nAenean sollicitudin, lorem quis bibendum auctor, nisi elit consequat ipsum, nec sagittis sem nibh id elit.\r\nDuis sed odio sit amet nibh vulputate cursus a sit amet mauris. Morbi accumsan ipsum velit. Nam nec tellus a odio tincidunt auctor a ornare odio. Sed non mauris vitae erat consequat auctor eu in elit.\r\n\r\n[button id=\"hp_button_1\" style=\"filled-small\" class=\"hp_button_1\" align=\"right\" link=\"http://www.weekendweddingvenues.com/wordpress/\" linkTarget=\"_self\" bgColor=\"accent4\" hover_color=\"accent2\" font=\"20\" icon=\"\" icon_placement=\"left\" icon_color=\"\"]Link to page[/button]\r\n\r\n[/column_1]\r\n\r\n[/column]\r\n\r\n[blank h=\"30\"]\r\n\r\n[/blank]\r\n\r\n[column parallax_bg=\"disabled\" parallax_bg_inertia=\"-0.2\" extended=\"false\" extended_padding=\"true\" background_color=\"\" background_image=\"\" background_repeat=\"\" background_position=\"\" background_size=\"auto\" background_attachment=\"\" hide_bg_lowres=\"false\" background_video=\"\" vertical_padding_top=\"0\" vertical_padding_bottom=\"0\" more_link=\"\" more_text=\"\" left_border=\"transparent\" class=\"\" id=\"\" title=\"Walking down the Isle\" title_type=\"single\" animation=\"fade-in\" width=\"1/1\" last=\"true\"]\r\n\r\n[column_1 width=\"1/2\" title=\"\" title_type=\"single\" animation=\"none\" implicit=\"true\"]\r\n\r\n\"st-audries-park-wedding-ca(5)\"\r\n\r\n[/column_1]\r\n\r\n[column_1 width=\"1/2\" last=\"true\" title=\"\" title_type=\"single\" animation=\"none\" implicit=\"true\"]\r\n\r\nSet in Somersets beautiful xxxxx, St Audries takes your breathe away. Your weekend wedding blah blah.\r\n\r\nApple pie powder applicake gingerbread toffee toffee powder. Jelly beans ice cream danish jelly-o chocolate bar biscuit cheesecake gummies lemon drops. Chocolate bar dragée cookie lemon drops pudding. Chocolate bar ice cream chupa chups biscuit sweet. Jelly beans marzipan gingerbread jelly beans liquorice.\r\n\r\nJujubes unerdwear.com chocolate gummi bears applicake gingerbread gummies unerdwear.com. Chocolate cake wafer wafer candy lollipop donut bonbon jelly beans dessert. Brownie sugar plum jelly sesame snaps marshmallow ice cream soufflé toffee lemon drops.\r\n\r\n[button id=\"hp_button_1\" style=\"filled-small\" class=\"hp_button_1\" align=\"right\" link=\"http://www.weekendweddingvenues.com/wordpress/\" linkTarget=\"_self\" bgColor=\"accent4\" hover_color=\"accent2\" font=\"20\" icon=\"\" icon_placement=\"left\" icon_color=\"\"]Link to page[/button]\r\n\r\n[/column_1]\r\n\r\n[/column]\r\n\r\n[blank h=\"30\"]\r\n\r\n[/blank]\r\n\r\n[column width=\"1/1\" last=\"true\" title=\"Your weekend, your way\" title_type=\"single\" animation=\"fade-in\" implicit=\"true\"]\r\n\r\n[tabs layout=\"vertical\" nav_color=\"accent2\" left_color=\"accent8\" right_color=\"accent1\"]\r\n[tab icon=\"\" title=\"Food & Drink\"]\r\n\r\n[column_1 parallax_bg=\"disabled\" parallax_bg_inertia=\"-0.2\" extended=\"\" extended_padding=\"1\" background_color=\"\" background_image=\"\" background_repeat=\"\" background_position=\"\" background_size=\"auto\" background_attachment=\"\" hide_bg_lowres=\"\" background_video=\"\" vertical_padding_top=\"0\" vertical_padding_bottom=\"0\" more_link=\"\" more_text=\"\" left_border=\"transparent\" class=\"\" id=\"\" title=\"\" title_type=\"single\" animation=\"none\" width=\"3/5\" last=\"true\"]\r\n\r\n[/column_1]\r\n[/tab]\r\n\r\n[tab icon=\"\" title=\"Family & Fun\"][/tab]\r\n\r\n[tab icon=\"\" title=\"Accomodation\"][/tab]\r\n\r\n[tab icon=\"\" title=\"The Package\"][/tab]\r\n\r\n[tab icon=\"\" title=\"Extras\"][/tab]\r\n[/tabs]\r\n\r\n[/column]','Home','','inherit','','open','','5-revision-v1','','','2015-01-25 08:50:29','2015-01-25 13:50:29','',5,'http://www.weekendweddingvenues.com/wordpress/5-revision-v1/',0,'revision','',0),(40,1,'2015-01-25 08:56:13','2015-01-25 13:56:13','[text_divider type=\"single\"]\r\n\r\nArriving at St Audries Park, Somerset\r\n\r\n[/text_divider]\r\n\r\n[column parallax_bg=\"disabled\" parallax_bg_inertia=\"-0.2\" extended=\"false\" extended_padding=\"true\" background_color=\"\" background_image=\"\" background_repeat=\"\" background_position=\"\" background_size=\"auto\" background_attachment=\"\" hide_bg_lowres=\"false\" background_video=\"\" vertical_padding_top=\"0\" vertical_padding_bottom=\"0\" more_link=\"\" more_text=\"\" left_border=\"transparent\" class=\"\" id=\"\" title=\"\" title_type=\"single\" animation=\"fade-in\" width=\"1/1\" last=\"true\"]\r\n\r\n[column_1 width=\"1/2\" title=\"\" title_type=\"single\" animation=\"none\" implicit=\"true\"]\r\n\r\n[embed]https://www.youtube.com/watch?v=_40kU2uzfjo[/embed]\r\n\r\n[/column_1]\r\n\r\n[column_1 width=\"1/2\" last=\"true\" title=\"\" title_type=\"single\" animation=\"none\" implicit=\"true\"]\r\n\r\nSet in Somersets beautiful xxxxx, St Audries takes your breathe away. Your weekend wedding blah blah.\r\n\r\nApple pie powder applicake gingerbread toffee toffee powder. Jelly beans ice cream danish jelly-o chocolate bar biscuit cheesecake gummies lemon drops. Chocolate bar dragée cookie lemon drops pudding. Chocolate bar ice cream chupa chups biscuit sweet. Jelly beans marzipan gingerbread jelly beans liquorice.\r\n\r\nJujubes unerdwear.com chocolate gummi bears applicake gingerbread gummies unerdwear.com. Chocolate cake wafer wafer candy lollipop donut bonbon jelly beans dessert. Brownie sugar plum jelly sesame snaps marshmallow ice cream soufflé toffee lemon drops.\r\n\r\n[button id=\"hp_button_1\" style=\"filled-small\" class=\"hp_button_1\" align=\"right\" link=\"http://www.weekendweddingvenues.com/wordpress/\" linkTarget=\"_self\" bgColor=\"accent4\" hover_color=\"accent2\" font=\"20\" icon=\"\" icon_placement=\"left\" icon_color=\"\"]Link to page[/button]\r\n\r\n[/column_1]\r\n\r\n[/column]\r\n\r\n[blank h=\"30\"]\r\n\r\n[/blank]\r\n\r\n[column parallax_bg=\"disabled\" parallax_bg_inertia=\"-0.2\" extended=\"true\" extended_padding=\"true\" background_color=\"#FEEFE3\" background_image=\"\" background_repeat=\"\" background_position=\"\" background_size=\"auto\" background_attachment=\"\" hide_bg_lowres=\"false\" background_video=\"\" vertical_padding_top=\"0\" vertical_padding_bottom=\"0\" more_link=\"\" more_text=\"\" left_border=\"transparent\" class=\"\" id=\"\" title=\"\" title_type=\"single\" animation=\"from-right\" width=\"1/1\" last=\"true\"]\r\n\r\n[column_1 width=\"1/1\" last=\"true\" title=\"Lynn and Dave will meet you at the front door\" title_type=\"single\" animation=\"none\" implicit=\"true\"]\r\n

\"\"

\r\nThis is Photoshop’s version of Lorem Ipsum. Proin gravida nibh vel velit auctor aliquet.\r\nAenean sollicitudin, lorem quis bibendum auctor, nisi elit consequat ipsum, nec sagittis sem nibh id elit.\r\nDuis sed odio sit amet nibh vulputate cursus a sit amet mauris. Morbi accumsan ipsum velit. Nam nec tellus a odio tincidunt auctor a ornare odio. Sed non mauris vitae erat consequat auctor eu in elit.\r\n\r\n[button id=\"hp_button_1\" style=\"filled-small\" class=\"hp_button_1\" align=\"right\" link=\"http://www.weekendweddingvenues.com/wordpress/\" linkTarget=\"_self\" bgColor=\"accent4\" hover_color=\"accent2\" font=\"20\" icon=\"\" icon_placement=\"left\" icon_color=\"\"]Link to page[/button]\r\n\r\n[/column_1]\r\n\r\n[/column]\r\n\r\n[blank h=\"30\"]\r\n\r\n[/blank]\r\n\r\n[column parallax_bg=\"disabled\" parallax_bg_inertia=\"-0.2\" extended=\"false\" extended_padding=\"true\" background_color=\"\" background_image=\"\" background_repeat=\"\" background_position=\"\" background_size=\"auto\" background_attachment=\"\" hide_bg_lowres=\"false\" background_video=\"\" vertical_padding_top=\"0\" vertical_padding_bottom=\"0\" more_link=\"\" more_text=\"\" left_border=\"transparent\" class=\"\" id=\"\" title=\"Walking down the Isle\" title_type=\"single\" animation=\"fade-in\" width=\"1/1\" last=\"true\"]\r\n\r\n[column_1 width=\"1/2\" title=\"\" title_type=\"single\" animation=\"none\" implicit=\"true\"]\r\n\r\n\"st-audries-park-wedding-ca(5)\"\r\n\r\n[/column_1]\r\n\r\n[column_1 width=\"1/2\" last=\"true\" title=\"\" title_type=\"single\" animation=\"none\" implicit=\"true\"]\r\n\r\nSet in Somersets beautiful xxxxx, St Audries takes your breathe away. Your weekend wedding blah blah.\r\n\r\nApple pie powder applicake gingerbread toffee toffee powder. Jelly beans ice cream danish jelly-o chocolate bar biscuit cheesecake gummies lemon drops. Chocolate bar dragée cookie lemon drops pudding. Chocolate bar ice cream chupa chups biscuit sweet. Jelly beans marzipan gingerbread jelly beans liquorice.\r\n\r\nJujubes unerdwear.com chocolate gummi bears applicake gingerbread gummies unerdwear.com. Chocolate cake wafer wafer candy lollipop donut bonbon jelly beans dessert. Brownie sugar plum jelly sesame snaps marshmallow ice cream soufflé toffee lemon drops.\r\n\r\n[button id=\"hp_button_1\" style=\"filled-small\" class=\"hp_button_1\" align=\"right\" link=\"http://www.weekendweddingvenues.com/wordpress/\" linkTarget=\"_self\" bgColor=\"accent4\" hover_color=\"accent2\" font=\"20\" icon=\"\" icon_placement=\"left\" icon_color=\"\"]Link to page[/button]\r\n\r\n[/column_1]\r\n\r\n[/column]\r\n\r\n[blank h=\"30\"]\r\n\r\n[/blank]\r\n\r\n[column width=\"1/1\" last=\"true\" title=\"Your weekend, your way\" title_type=\"single\" animation=\"fade-in\" implicit=\"true\"]\r\n\r\n[tabs layout=\"vertical\" nav_color=\"accent2\" left_color=\"accent8\" right_color=\"accent1\"]\r\nThis is Photoshop’s version of Lorem Ipsum. Proin gravida nibh vel velit auctor aliquet.\r\nAenean sollicitudin, lorem quis bibendum auctor, nisi elit consequat ipsum, nec sagittis sem nibh id elit.\r\nDuis sed odio sit amet nibh vulputate cursus a sit amet mauris. Morbi accumsan ipsum velit. Nam nec tellus a odio tincidunt auctor a ornare odio. Sed non mauris vitae erat consequat auctor eu in elit.\r\n[tab icon=\"\" title=\"Food & Drink\"]\r\n\r\n[column_1 parallax_bg=\"disabled\" parallax_bg_inertia=\"-0.2\" extended=\"\" extended_padding=\"1\" background_color=\"\" background_image=\"\" background_repeat=\"\" background_position=\"\" background_size=\"auto\" background_attachment=\"\" hide_bg_lowres=\"\" background_video=\"\" vertical_padding_top=\"0\" vertical_padding_bottom=\"0\" more_link=\"\" more_text=\"\" left_border=\"transparent\" class=\"\" id=\"\" title=\"\" title_type=\"single\" animation=\"none\" width=\"3/5\"]\r\n\r\nThis is Photoshop’s version of Lorem Ipsum. Proin gravida nibh vel velit auctor aliquet.\r\nAenean sollicitudin, lorem quis bibendum auctor, nisi elit consequat ipsum, nec sagittis sem nibh id elit.\r\nDuis sed odio sit amet nibh vulputate cursus a sit amet mauris. Morbi accumsan ipsum velit. Nam nec tellus a odio tincidunt auctor a ornare odio. Sed non mauris vitae erat consequat auctor eu in elit.\r\n\r\n[/column_1]\r\n\r\n[column_1 width=\"2/5\" last=\"true\" title=\"\" title_type=\"single\" animation=\"none\" implicit=\"true\"]\r\n\r\n[list style=\"food\" color=\"accent1\"]\r\n
    \r\n
  • Drinks on arrival
  • \r\n
  • On the big day
  • \r\n
  • Food and drink while with us
  • \r\n
  • Specialties
  • \r\n
  • If you need something different
  • \r\n
\r\n[/list]\r\n\r\n[/column_1]\r\n[/tab]\r\n\r\n[tab icon=\"\" title=\"Family & Fun\"][/tab]\r\n\r\n[tab icon=\"\" title=\"Accomodation\"][/tab]\r\n\r\n[tab icon=\"\" title=\"The Package\"][/tab]\r\n\r\n[tab icon=\"\" title=\"Extras\"][/tab]\r\n[/tabs]\r\n\r\n[/column]','Home','','inherit','','open','','5-revision-v1','','','2015-01-25 08:56:13','2015-01-25 13:56:13','',5,'http://www.weekendweddingvenues.com/wordpress/5-revision-v1/',0,'revision','',0),(41,1,'2015-01-25 08:58:34','2015-01-25 13:58:34','[text_divider type=\"single\"]\r\n\r\nArriving at St Audries Park, Somerset\r\n\r\n[/text_divider]\r\n\r\n[column parallax_bg=\"disabled\" parallax_bg_inertia=\"-0.2\" extended=\"false\" extended_padding=\"true\" background_color=\"\" background_image=\"\" background_repeat=\"\" background_position=\"\" background_size=\"auto\" background_attachment=\"\" hide_bg_lowres=\"false\" background_video=\"\" vertical_padding_top=\"0\" vertical_padding_bottom=\"0\" more_link=\"\" more_text=\"\" left_border=\"transparent\" class=\"\" id=\"\" title=\"\" title_type=\"single\" animation=\"fade-in\" width=\"1/1\" last=\"true\"]\r\n\r\n[column_1 width=\"1/2\" title=\"\" title_type=\"single\" animation=\"none\" implicit=\"true\"]\r\n\r\n[embed]https://www.youtube.com/watch?v=_40kU2uzfjo[/embed]\r\n\r\n[/column_1]\r\n\r\n[column_1 width=\"1/2\" last=\"true\" title=\"\" title_type=\"single\" animation=\"none\" implicit=\"true\"]\r\n\r\nSet in Somersets beautiful xxxxx, St Audries takes your breathe away. Your weekend wedding blah blah.\r\n\r\nApple pie powder applicake gingerbread toffee toffee powder. Jelly beans ice cream danish jelly-o chocolate bar biscuit cheesecake gummies lemon drops. Chocolate bar dragée cookie lemon drops pudding. Chocolate bar ice cream chupa chups biscuit sweet. Jelly beans marzipan gingerbread jelly beans liquorice.\r\n\r\nJujubes unerdwear.com chocolate gummi bears applicake gingerbread gummies unerdwear.com. Chocolate cake wafer wafer candy lollipop donut bonbon jelly beans dessert. Brownie sugar plum jelly sesame snaps marshmallow ice cream soufflé toffee lemon drops.\r\n\r\n[button id=\"hp_button_1\" style=\"filled-small\" class=\"hp_button_1\" align=\"right\" link=\"http://www.weekendweddingvenues.com/wordpress/\" linkTarget=\"_self\" bgColor=\"accent4\" hover_color=\"accent2\" font=\"20\" icon=\"\" icon_placement=\"left\" icon_color=\"\"]Link to page[/button]\r\n\r\n[/column_1]\r\n\r\n[/column]\r\n\r\n[blank h=\"30\"]\r\n\r\n[/blank]\r\n\r\n[column parallax_bg=\"disabled\" parallax_bg_inertia=\"-0.2\" extended=\"true\" extended_padding=\"true\" background_color=\"#FEEFE3\" background_image=\"\" background_repeat=\"\" background_position=\"\" background_size=\"auto\" background_attachment=\"\" hide_bg_lowres=\"false\" background_video=\"\" vertical_padding_top=\"0\" vertical_padding_bottom=\"0\" more_link=\"\" more_text=\"\" left_border=\"transparent\" class=\"\" id=\"\" title=\"\" title_type=\"single\" animation=\"from-right\" width=\"1/1\" last=\"true\"]\r\n\r\n[column_1 width=\"1/1\" last=\"true\" title=\"Lynn and Dave will meet you at the front door\" title_type=\"single\" animation=\"none\" implicit=\"true\"]\r\n

\"\"

\r\nThis is Photoshop’s version of Lorem Ipsum. Proin gravida nibh vel velit auctor aliquet.\r\nAenean sollicitudin, lorem quis bibendum auctor, nisi elit consequat ipsum, nec sagittis sem nibh id elit.\r\nDuis sed odio sit amet nibh vulputate cursus a sit amet mauris. Morbi accumsan ipsum velit. Nam nec tellus a odio tincidunt auctor a ornare odio. Sed non mauris vitae erat consequat auctor eu in elit.\r\n\r\n[button id=\"hp_button_1\" style=\"filled-small\" class=\"hp_button_1\" align=\"right\" link=\"http://www.weekendweddingvenues.com/wordpress/\" linkTarget=\"_self\" bgColor=\"accent4\" hover_color=\"accent2\" font=\"20\" icon=\"\" icon_placement=\"left\" icon_color=\"\"]Link to page[/button]\r\n\r\n[/column_1]\r\n\r\n[/column]\r\n\r\n[blank h=\"30\"]\r\n\r\n[/blank]\r\n\r\n[column parallax_bg=\"disabled\" parallax_bg_inertia=\"-0.2\" extended=\"false\" extended_padding=\"true\" background_color=\"\" background_image=\"\" background_repeat=\"\" background_position=\"\" background_size=\"auto\" background_attachment=\"\" hide_bg_lowres=\"false\" background_video=\"\" vertical_padding_top=\"0\" vertical_padding_bottom=\"0\" more_link=\"\" more_text=\"\" left_border=\"transparent\" class=\"\" id=\"\" title=\"Walking down the Isle\" title_type=\"single\" animation=\"fade-in\" width=\"1/1\" last=\"true\"]\r\n\r\n[column_1 width=\"1/2\" title=\"\" title_type=\"single\" animation=\"none\" implicit=\"true\"]\r\n\r\n\"st-audries-park-wedding-ca(5)\"\r\n\r\n[/column_1]\r\n\r\n[column_1 width=\"1/2\" last=\"true\" title=\"\" title_type=\"single\" animation=\"none\" implicit=\"true\"]\r\n\r\nSet in Somersets beautiful xxxxx, St Audries takes your breathe away. Your weekend wedding blah blah.\r\n\r\nApple pie powder applicake gingerbread toffee toffee powder. Jelly beans ice cream danish jelly-o chocolate bar biscuit cheesecake gummies lemon drops. Chocolate bar dragée cookie lemon drops pudding. Chocolate bar ice cream chupa chups biscuit sweet. Jelly beans marzipan gingerbread jelly beans liquorice.\r\n\r\nJujubes unerdwear.com chocolate gummi bears applicake gingerbread gummies unerdwear.com. Chocolate cake wafer wafer candy lollipop donut bonbon jelly beans dessert. Brownie sugar plum jelly sesame snaps marshmallow ice cream soufflé toffee lemon drops.\r\n\r\n[button id=\"hp_button_1\" style=\"filled-small\" class=\"hp_button_1\" align=\"right\" link=\"http://www.weekendweddingvenues.com/wordpress/\" linkTarget=\"_self\" bgColor=\"accent4\" hover_color=\"accent2\" font=\"20\" icon=\"\" icon_placement=\"left\" icon_color=\"\"]Link to page[/button]\r\n\r\n[/column_1]\r\n\r\n[/column]\r\n\r\n[blank h=\"30\"]\r\n\r\n[/blank]\r\n\r\n[column width=\"1/1\" last=\"true\" title=\"Your weekend, your way\" title_type=\"single\" animation=\"fade-in\" implicit=\"true\"]\r\n\r\n[tabs layout=\"vertical\" nav_color=\"#fff\" left_color=\"accent3\" right_color=\"accent2\"]\r\nThis is Photoshop’s version of Lorem Ipsum. Proin gravida nibh vel velit auctor aliquet.\r\nAenean sollicitudin, lorem quis bibendum auctor, nisi elit consequat ipsum, nec sagittis sem nibh id elit.\r\nDuis sed odio sit amet nibh vulputate cursus a sit amet mauris. Morbi accumsan ipsum velit. Nam nec tellus a odio tincidunt auctor a ornare odio. Sed non mauris vitae erat consequat auctor eu in elit.\r\n[tab icon=\"\" title=\"Food & Drink\"]\r\n\r\n[column_1 parallax_bg=\"disabled\" parallax_bg_inertia=\"-0.2\" extended=\"\" extended_padding=\"1\" background_color=\"\" background_image=\"\" background_repeat=\"\" background_position=\"\" background_size=\"auto\" background_attachment=\"\" hide_bg_lowres=\"\" background_video=\"\" vertical_padding_top=\"0\" vertical_padding_bottom=\"0\" more_link=\"\" more_text=\"\" left_border=\"transparent\" class=\"\" id=\"\" title=\"\" title_type=\"single\" animation=\"none\" width=\"3/5\"]\r\n\r\nThis is Photoshop’s version of Lorem Ipsum. Proin gravida nibh vel velit auctor aliquet.\r\nAenean sollicitudin, lorem quis bibendum auctor, nisi elit consequat ipsum, nec sagittis sem nibh id elit.\r\nDuis sed odio sit amet nibh vulputate cursus a sit amet mauris. Morbi accumsan ipsum velit. Nam nec tellus a odio tincidunt auctor a ornare odio. Sed non mauris vitae erat consequat auctor eu in elit.\r\n\r\n[/column_1]\r\n\r\n[column_1 width=\"2/5\" last=\"true\" title=\"\" title_type=\"single\" animation=\"none\" implicit=\"true\"]\r\n\r\n[list style=\"food\" color=\"accent1\"]\r\n
    \r\n
  • Drinks on arrival
  • \r\n
  • On the big day
  • \r\n
  • Food and drink while with us
  • \r\n
  • Specialties
  • \r\n
  • If you need something different
  • \r\n
\r\n[/list]\r\n\r\n[/column_1]\r\n[/tab]\r\n\r\n[tab icon=\"\" title=\"Family & Fun\"][/tab]\r\n\r\n[tab icon=\"\" title=\"Accomodation\"][/tab]\r\n\r\n[tab icon=\"\" title=\"The Package\"][/tab]\r\n\r\n[tab icon=\"\" title=\"Extras\"][/tab]\r\n[/tabs]\r\n\r\n[/column]','Home','','inherit','','open','','5-revision-v1','','','2015-01-25 08:58:34','2015-01-25 13:58:34','',5,'http://www.weekendweddingvenues.com/wordpress/5-revision-v1/',0,'revision','',0),(42,1,'2015-01-25 09:00:59','2015-01-25 14:00:59','','Weekend wedding food and drink','','inherit','closed','open','','st-audries-christmas-canapes-756x568-605x403','','','2015-01-25 09:32:06','2015-01-25 14:32:06','',5,'http://www.weekendweddingvenues.com/wordpress/wp-content/uploads/2015/01/St-Audries-Christmas-canapes-756x568-605x403.jpg',0,'attachment','image/jpeg',0),(43,1,'2015-01-25 09:01:04','2015-01-25 14:01:04','','St-Audries-dipped-strawberries-756x568-605x403','','inherit','closed','open','','st-audries-dipped-strawberries-756x568-605x403','','','2015-01-25 09:26:52','2015-01-25 14:26:52','',5,'http://www.weekendweddingvenues.com/wordpress/wp-content/uploads/2015/01/St-Audries-dipped-strawberries-756x568-605x403.jpg',0,'attachment','image/jpeg',0),(44,1,'2015-01-25 09:01:13','2015-01-25 14:01:13','','St-Audries-Food-756x568-605x403','','inherit','closed','open','','st-audries-food-756x568-605x403','','','2015-01-25 09:26:52','2015-01-25 14:26:52','',5,'http://www.weekendweddingvenues.com/wordpress/wp-content/uploads/2015/01/St-Audries-Food-756x568-605x403.jpg',0,'attachment','image/jpeg',0),(45,1,'2015-01-25 09:01:17','2015-01-25 14:01:17','','St-Audries-Strawberry-mousse-756x568-605x403','','inherit','closed','open','','st-audries-strawberry-mousse-756x568-605x403','','','2015-01-25 09:26:52','2015-01-25 14:26:52','',5,'http://www.weekendweddingvenues.com/wordpress/wp-content/uploads/2015/01/St-Audries-Strawberry-mousse-756x568-605x403.jpg',0,'attachment','image/jpeg',0),(46,1,'2015-01-25 09:01:28','2015-01-25 14:01:28','','St-Audries-Sweets-756x568-605x403','','inherit','closed','open','','st-audries-sweets-756x568-605x403','','','2015-01-25 09:26:52','2015-01-25 14:26:52','',5,'http://www.weekendweddingvenues.com/wordpress/wp-content/uploads/2015/01/St-Audries-Sweets-756x568-605x403.jpg',0,'attachment','image/jpeg',0),(47,1,'2015-01-25 09:01:30','2015-01-25 14:01:30','','St-Audries-Welcome-drinks-756x568-605x403','','inherit','closed','open','','st-audries-welcome-drinks-756x568-605x403','','','2015-01-25 09:26:52','2015-01-25 14:26:52','',5,'http://www.weekendweddingvenues.com/wordpress/wp-content/uploads/2015/01/St-Audries-Welcome-drinks-756x568-605x403.jpg',0,'attachment','image/jpeg',0),(48,1,'2015-01-25 09:01:33','2015-01-25 14:01:33','','Wedding weekend food and drink','','inherit','closed','open','','st-audries-cheese-756x568-605x403','','','2015-01-25 09:28:27','2015-01-25 14:28:27','',5,'http://www.weekendweddingvenues.com/wordpress/wp-content/uploads/2015/01/St-Audries-Cheese-756x568-605x403.jpg',0,'attachment','image/jpeg',0),(50,1,'2015-01-25 09:10:11','2015-01-25 14:10:11','[text_divider type=\"single\"]\r\n\r\nArriving at St Audries Park, Somerset\r\n\r\n[/text_divider]\r\n\r\n[column parallax_bg=\"disabled\" parallax_bg_inertia=\"-0.2\" extended=\"false\" extended_padding=\"true\" background_color=\"\" background_image=\"\" background_repeat=\"\" background_position=\"\" background_size=\"auto\" background_attachment=\"\" hide_bg_lowres=\"false\" background_video=\"\" vertical_padding_top=\"0\" vertical_padding_bottom=\"0\" more_link=\"\" more_text=\"\" left_border=\"transparent\" class=\"\" id=\"\" title=\"\" title_type=\"single\" animation=\"fade-in\" width=\"1/1\" last=\"true\"]\r\n\r\n[column_1 width=\"1/2\" title=\"\" title_type=\"single\" animation=\"none\" implicit=\"true\"]\r\n\r\n[embed]https://www.youtube.com/watch?v=_40kU2uzfjo[/embed]\r\n\r\n[/column_1]\r\n\r\n[column_1 width=\"1/2\" last=\"true\" title=\"\" title_type=\"single\" animation=\"none\" implicit=\"true\"]\r\n\r\nSet in Somersets beautiful xxxxx, St Audries takes your breathe away. Your weekend wedding blah blah.\r\n\r\nApple pie powder applicake gingerbread toffee toffee powder. Jelly beans ice cream danish jelly-o chocolate bar biscuit cheesecake gummies lemon drops. Chocolate bar dragée cookie lemon drops pudding. Chocolate bar ice cream chupa chups biscuit sweet. Jelly beans marzipan gingerbread jelly beans liquorice.\r\n\r\nJujubes unerdwear.com chocolate gummi bears applicake gingerbread gummies unerdwear.com. Chocolate cake wafer wafer candy lollipop donut bonbon jelly beans dessert. Brownie sugar plum jelly sesame snaps marshmallow ice cream soufflé toffee lemon drops.\r\n\r\n[button id=\"hp_button_1\" style=\"filled-small\" class=\"hp_button_1\" align=\"right\" link=\"http://www.weekendweddingvenues.com/wordpress/\" linkTarget=\"_self\" bgColor=\"accent4\" hover_color=\"accent2\" font=\"20\" icon=\"\" icon_placement=\"left\" icon_color=\"\"]Link to page[/button]\r\n\r\n[/column_1]\r\n\r\n[/column]\r\n\r\n[blank h=\"30\"]\r\n\r\n[/blank]\r\n\r\n[column parallax_bg=\"disabled\" parallax_bg_inertia=\"-0.2\" extended=\"true\" extended_padding=\"true\" background_color=\"#FEEFE3\" background_image=\"\" background_repeat=\"\" background_position=\"\" background_size=\"auto\" background_attachment=\"\" hide_bg_lowres=\"false\" background_video=\"\" vertical_padding_top=\"0\" vertical_padding_bottom=\"0\" more_link=\"\" more_text=\"\" left_border=\"transparent\" class=\"\" id=\"\" title=\"\" title_type=\"single\" animation=\"from-right\" width=\"1/1\" last=\"true\"]\r\n\r\n[column_1 width=\"1/1\" last=\"true\" title=\"Lynn and Dave will meet you at the front door\" title_type=\"single\" animation=\"none\" implicit=\"true\"]\r\n

\"\"

\r\nThis is Photoshop’s version of Lorem Ipsum. Proin gravida nibh vel velit auctor aliquet.\r\nAenean sollicitudin, lorem quis bibendum auctor, nisi elit consequat ipsum, nec sagittis sem nibh id elit.\r\nDuis sed odio sit amet nibh vulputate cursus a sit amet mauris. Morbi accumsan ipsum velit. Nam nec tellus a odio tincidunt auctor a ornare odio. Sed non mauris vitae erat consequat auctor eu in elit.\r\n\r\n[button id=\"hp_button_1\" style=\"filled-small\" class=\"hp_button_1\" align=\"right\" link=\"http://www.weekendweddingvenues.com/wordpress/\" linkTarget=\"_self\" bgColor=\"accent4\" hover_color=\"accent2\" font=\"20\" icon=\"\" icon_placement=\"left\" icon_color=\"\"]Link to page[/button]\r\n\r\n[/column_1]\r\n\r\n[/column]\r\n\r\n[blank h=\"30\"]\r\n\r\n[/blank]\r\n\r\n[column parallax_bg=\"disabled\" parallax_bg_inertia=\"-0.2\" extended=\"false\" extended_padding=\"true\" background_color=\"\" background_image=\"\" background_repeat=\"\" background_position=\"\" background_size=\"auto\" background_attachment=\"\" hide_bg_lowres=\"false\" background_video=\"\" vertical_padding_top=\"0\" vertical_padding_bottom=\"0\" more_link=\"\" more_text=\"\" left_border=\"transparent\" class=\"\" id=\"\" title=\"Walking down the Isle\" title_type=\"single\" animation=\"fade-in\" width=\"1/1\" last=\"true\"]\r\n\r\n[column_1 width=\"1/2\" title=\"\" title_type=\"single\" animation=\"none\" implicit=\"true\"]\r\n\r\n\"st-audries-park-wedding-ca(5)\"\r\n\r\n[/column_1]\r\n\r\n[column_1 width=\"1/2\" last=\"true\" title=\"\" title_type=\"single\" animation=\"none\" implicit=\"true\"]\r\n\r\nSet in Somersets beautiful xxxxx, St Audries takes your breathe away. Your weekend wedding blah blah.\r\n\r\nApple pie powder applicake gingerbread toffee toffee powder. Jelly beans ice cream danish jelly-o chocolate bar biscuit cheesecake gummies lemon drops. Chocolate bar dragée cookie lemon drops pudding. Chocolate bar ice cream chupa chups biscuit sweet. Jelly beans marzipan gingerbread jelly beans liquorice.\r\n\r\nJujubes unerdwear.com chocolate gummi bears applicake gingerbread gummies unerdwear.com. Chocolate cake wafer wafer candy lollipop donut bonbon jelly beans dessert. Brownie sugar plum jelly sesame snaps marshmallow ice cream soufflé toffee lemon drops.\r\n\r\n[button id=\"hp_button_1\" style=\"filled-small\" class=\"hp_button_1\" align=\"right\" link=\"http://www.weekendweddingvenues.com/wordpress/\" linkTarget=\"_self\" bgColor=\"accent4\" hover_color=\"accent2\" font=\"20\" icon=\"\" icon_placement=\"left\" icon_color=\"\"]Link to page[/button]\r\n\r\n[/column_1]\r\n\r\n[/column]\r\n\r\n[blank h=\"30\"]\r\n\r\n[/blank]\r\n\r\n[column parallax_bg=\"disabled\" parallax_bg_inertia=\"-0.2\" extended=\"false\" extended_padding=\"true\" background_color=\"\" background_image=\"\" background_repeat=\"\" background_position=\"\" background_size=\"auto\" background_attachment=\"\" hide_bg_lowres=\"false\" background_video=\"\" vertical_padding_top=\"0\" vertical_padding_bottom=\"0\" more_link=\"\" more_text=\"\" left_border=\"transparent\" class=\"\" id=\"\" title=\"Your weekend summed up\" title_type=\"single\" animation=\"none\" width=\"1/1\" last=\"true\"]\r\n\r\n[column_1 width=\"1/1\" last=\"true\" title=\"Your weekend, your way\" title_type=\"single\" animation=\"fade-in\" implicit=\"true\"]\r\n\r\n[tabs layout=\"vertical\" nav_color=\"#fff\" left_color=\"accent3\" right_color=\"accent2\"]\r\nThis is Photoshop’s version of Lorem Ipsum. Proin gravida nibh vel velit auctor aliquet.\r\nAenean sollicitudin, lorem quis bibendum auctor, nisi elit consequat ipsum, nec sagittis sem nibh id elit.\r\nDuis sed odio sit amet nibh vulputate cursus a sit amet mauris. Morbi accumsan ipsum velit. Nam nec tellus a odio tincidunt auctor a ornare odio. Sed non mauris vitae erat consequat auctor eu in elit.\r\n[tab icon=\"\" title=\"Food & Drink\"]\r\n\r\n[column_2 parallax_bg=\"disabled\" parallax_bg_inertia=\"-0.2\" extended=\"false\" extended_padding=\"true\" background_color=\"\" background_image=\"\" background_repeat=\"\" background_position=\"\" background_size=\"auto\" background_attachment=\"\" hide_bg_lowres=\"false\" background_video=\"\" vertical_padding_top=\"0\" vertical_padding_bottom=\"0\" more_link=\"\" more_text=\"\" left_border=\"transparent\" class=\"\" id=\"\" title=\"Food & Drink\" title_type=\"single\" animation=\"none\" width=\"1/1\" last=\"true\"]\r\n\r\n[column_3 width=\"3/5\" title=\"\" title_type=\"single\" animation=\"none\" implicit=\"true\"]\r\n\r\nThis is Photoshop’s version of Lorem Ipsum. Proin gravida nibh vel velit auctor aliquet.\r\nAenean sollicitudin, lorem quis bibendum auctor, nisi elit consequat ipsum, nec sagittis sem nibh id elit.\r\nDuis sed odio sit amet nibh vulputate cursus a sit amet mauris. Morbi accumsan ipsum velit. Nam nec tellus a odio tincidunt auctor a ornare odio. Sed non mauris vitae erat consequat auctor eu in elit.\r\n\r\n[/column_3]\r\n\r\n[column_3 width=\"2/5\" last=\"true\" title=\"\" title_type=\"single\" animation=\"none\" implicit=\"true\"]\r\n\r\n[list style=\"food\" color=\"accent1\"]\r\n
    \r\n
  • Drinks on arrival
  • \r\n
  • On the big day
  • \r\n
  • Food and drink while with us
  • \r\n
  • Specialties
  • \r\n
  • If you need something different
  • \r\n
\r\n[/list]\r\n\r\n[/column_3]\r\n\r\n[/column_2]\r\n[/tab]\r\n\r\n[tab icon=\"\" title=\"Family & Fun\"][/tab]\r\n\r\n[tab icon=\"\" title=\"Accomodation\"][/tab]\r\n\r\n[tab icon=\"\" title=\"The Package\"][/tab]\r\n\r\n[tab icon=\"\" title=\"Extras\"][/tab]\r\n[/tabs]\r\n\r\n[/column_1]\r\n\r\n[/column]','Home','','inherit','','open','','5-revision-v1','','','2015-01-25 09:10:11','2015-01-25 14:10:11','',5,'http://www.weekendweddingvenues.com/wordpress/5-revision-v1/',0,'revision','',0),(49,1,'2015-01-25 09:03:15','2015-01-25 14:03:15','[text_divider type=\"single\"]\r\n\r\nArriving at St Audries Park, Somerset\r\n\r\n[/text_divider]\r\n\r\n[column parallax_bg=\"disabled\" parallax_bg_inertia=\"-0.2\" extended=\"false\" extended_padding=\"true\" background_color=\"\" background_image=\"\" background_repeat=\"\" background_position=\"\" background_size=\"auto\" background_attachment=\"\" hide_bg_lowres=\"false\" background_video=\"\" vertical_padding_top=\"0\" vertical_padding_bottom=\"0\" more_link=\"\" more_text=\"\" left_border=\"transparent\" class=\"\" id=\"\" title=\"\" title_type=\"single\" animation=\"fade-in\" width=\"1/1\" last=\"true\"]\r\n\r\n[column_1 width=\"1/2\" title=\"\" title_type=\"single\" animation=\"none\" implicit=\"true\"]\r\n\r\n[embed]https://www.youtube.com/watch?v=_40kU2uzfjo[/embed]\r\n\r\n[/column_1]\r\n\r\n[column_1 width=\"1/2\" last=\"true\" title=\"\" title_type=\"single\" animation=\"none\" implicit=\"true\"]\r\n\r\nSet in Somersets beautiful xxxxx, St Audries takes your breathe away. Your weekend wedding blah blah.\r\n\r\nApple pie powder applicake gingerbread toffee toffee powder. Jelly beans ice cream danish jelly-o chocolate bar biscuit cheesecake gummies lemon drops. Chocolate bar dragée cookie lemon drops pudding. Chocolate bar ice cream chupa chups biscuit sweet. Jelly beans marzipan gingerbread jelly beans liquorice.\r\n\r\nJujubes unerdwear.com chocolate gummi bears applicake gingerbread gummies unerdwear.com. Chocolate cake wafer wafer candy lollipop donut bonbon jelly beans dessert. Brownie sugar plum jelly sesame snaps marshmallow ice cream soufflé toffee lemon drops.\r\n\r\n[button id=\"hp_button_1\" style=\"filled-small\" class=\"hp_button_1\" align=\"right\" link=\"http://www.weekendweddingvenues.com/wordpress/\" linkTarget=\"_self\" bgColor=\"accent4\" hover_color=\"accent2\" font=\"20\" icon=\"\" icon_placement=\"left\" icon_color=\"\"]Link to page[/button]\r\n\r\n[/column_1]\r\n\r\n[/column]\r\n\r\n[blank h=\"30\"]\r\n\r\n[/blank]\r\n\r\n[column parallax_bg=\"disabled\" parallax_bg_inertia=\"-0.2\" extended=\"true\" extended_padding=\"true\" background_color=\"#FEEFE3\" background_image=\"\" background_repeat=\"\" background_position=\"\" background_size=\"auto\" background_attachment=\"\" hide_bg_lowres=\"false\" background_video=\"\" vertical_padding_top=\"0\" vertical_padding_bottom=\"0\" more_link=\"\" more_text=\"\" left_border=\"transparent\" class=\"\" id=\"\" title=\"\" title_type=\"single\" animation=\"from-right\" width=\"1/1\" last=\"true\"]\r\n\r\n[column_1 width=\"1/1\" last=\"true\" title=\"Lynn and Dave will meet you at the front door\" title_type=\"single\" animation=\"none\" implicit=\"true\"]\r\n

\"\"

\r\nThis is Photoshop’s version of Lorem Ipsum. Proin gravida nibh vel velit auctor aliquet.\r\nAenean sollicitudin, lorem quis bibendum auctor, nisi elit consequat ipsum, nec sagittis sem nibh id elit.\r\nDuis sed odio sit amet nibh vulputate cursus a sit amet mauris. Morbi accumsan ipsum velit. Nam nec tellus a odio tincidunt auctor a ornare odio. Sed non mauris vitae erat consequat auctor eu in elit.\r\n\r\n[button id=\"hp_button_1\" style=\"filled-small\" class=\"hp_button_1\" align=\"right\" link=\"http://www.weekendweddingvenues.com/wordpress/\" linkTarget=\"_self\" bgColor=\"accent4\" hover_color=\"accent2\" font=\"20\" icon=\"\" icon_placement=\"left\" icon_color=\"\"]Link to page[/button]\r\n\r\n[/column_1]\r\n\r\n[/column]\r\n\r\n[blank h=\"30\"]\r\n\r\n[/blank]\r\n\r\n[column parallax_bg=\"disabled\" parallax_bg_inertia=\"-0.2\" extended=\"false\" extended_padding=\"true\" background_color=\"\" background_image=\"\" background_repeat=\"\" background_position=\"\" background_size=\"auto\" background_attachment=\"\" hide_bg_lowres=\"false\" background_video=\"\" vertical_padding_top=\"0\" vertical_padding_bottom=\"0\" more_link=\"\" more_text=\"\" left_border=\"transparent\" class=\"\" id=\"\" title=\"Walking down the Isle\" title_type=\"single\" animation=\"fade-in\" width=\"1/1\" last=\"true\"]\r\n\r\n[column_1 width=\"1/2\" title=\"\" title_type=\"single\" animation=\"none\" implicit=\"true\"]\r\n\r\n\"st-audries-park-wedding-ca(5)\"\r\n\r\n[/column_1]\r\n\r\n[column_1 width=\"1/2\" last=\"true\" title=\"\" title_type=\"single\" animation=\"none\" implicit=\"true\"]\r\n\r\nSet in Somersets beautiful xxxxx, St Audries takes your breathe away. Your weekend wedding blah blah.\r\n\r\nApple pie powder applicake gingerbread toffee toffee powder. Jelly beans ice cream danish jelly-o chocolate bar biscuit cheesecake gummies lemon drops. Chocolate bar dragée cookie lemon drops pudding. Chocolate bar ice cream chupa chups biscuit sweet. Jelly beans marzipan gingerbread jelly beans liquorice.\r\n\r\nJujubes unerdwear.com chocolate gummi bears applicake gingerbread gummies unerdwear.com. Chocolate cake wafer wafer candy lollipop donut bonbon jelly beans dessert. Brownie sugar plum jelly sesame snaps marshmallow ice cream soufflé toffee lemon drops.\r\n\r\n[button id=\"hp_button_1\" style=\"filled-small\" class=\"hp_button_1\" align=\"right\" link=\"http://www.weekendweddingvenues.com/wordpress/\" linkTarget=\"_self\" bgColor=\"accent4\" hover_color=\"accent2\" font=\"20\" icon=\"\" icon_placement=\"left\" icon_color=\"\"]Link to page[/button]\r\n\r\n[/column_1]\r\n\r\n[/column]\r\n\r\n[blank h=\"30\"]\r\n\r\n[/blank]\r\n\r\n[column parallax_bg=\"disabled\" parallax_bg_inertia=\"-0.2\" extended=\"false\" extended_padding=\"true\" background_color=\"\" background_image=\"\" background_repeat=\"\" background_position=\"\" background_size=\"auto\" background_attachment=\"\" hide_bg_lowres=\"false\" background_video=\"\" vertical_padding_top=\"0\" vertical_padding_bottom=\"0\" more_link=\"\" more_text=\"\" left_border=\"transparent\" class=\"\" id=\"\" title=\"Your weekend summed up\" title_type=\"single\" animation=\"from-left\" width=\"1/1\" last=\"true\"]\r\n\r\n[column_1 width=\"1/1\" last=\"true\" title=\"Your weekend, your way\" title_type=\"single\" animation=\"fade-in\" implicit=\"true\"]\r\n\r\n[tabs layout=\"vertical\" nav_color=\"#fff\" left_color=\"accent3\" right_color=\"accent2\"]\r\nThis is Photoshop’s version of Lorem Ipsum. Proin gravida nibh vel velit auctor aliquet.\r\nAenean sollicitudin, lorem quis bibendum auctor, nisi elit consequat ipsum, nec sagittis sem nibh id elit.\r\nDuis sed odio sit amet nibh vulputate cursus a sit amet mauris. Morbi accumsan ipsum velit. Nam nec tellus a odio tincidunt auctor a ornare odio. Sed non mauris vitae erat consequat auctor eu in elit.\r\n[tab icon=\"\" title=\"Food & Drink\"]\r\n\r\n[column_2 parallax_bg=\"disabled\" parallax_bg_inertia=\"-0.2\" extended=\"\" extended_padding=\"1\" background_color=\"\" background_image=\"\" background_repeat=\"\" background_position=\"\" background_size=\"auto\" background_attachment=\"\" hide_bg_lowres=\"\" background_video=\"\" vertical_padding_top=\"0\" vertical_padding_bottom=\"0\" more_link=\"\" more_text=\"\" left_border=\"transparent\" class=\"\" id=\"\" title=\"\" title_type=\"single\" animation=\"none\" width=\"3/5\"]\r\n\r\nThis is Photoshop’s version of Lorem Ipsum. Proin gravida nibh vel velit auctor aliquet.\r\nAenean sollicitudin, lorem quis bibendum auctor, nisi elit consequat ipsum, nec sagittis sem nibh id elit.\r\nDuis sed odio sit amet nibh vulputate cursus a sit amet mauris. Morbi accumsan ipsum velit. Nam nec tellus a odio tincidunt auctor a ornare odio. Sed non mauris vitae erat consequat auctor eu in elit.\r\n\r\n[/column_2]\r\n\r\n[column_2 width=\"2/5\" last=\"true\" title=\"\" title_type=\"single\" animation=\"none\" implicit=\"true\"]\r\n\r\n[list style=\"food\" color=\"accent1\"]\r\n
    \r\n
  • Drinks on arrival
  • \r\n
  • On the big day
  • \r\n
  • Food and drink while with us
  • \r\n
  • Specialties
  • \r\n
  • If you need something different
  • \r\n
\r\n[/list]\r\n\r\n[/column_2]\r\n[/tab]\r\n\r\n[tab icon=\"\" title=\"Family & Fun\"][/tab]\r\n\r\n[tab icon=\"\" title=\"Accomodation\"][/tab]\r\n\r\n[tab icon=\"\" title=\"The Package\"][/tab]\r\n\r\n[tab icon=\"\" title=\"Extras\"][/tab]\r\n[/tabs]\r\n\r\n[/column_1]\r\n\r\n[/column]','Home','','inherit','','open','','5-revision-v1','','','2015-01-25 09:03:15','2015-01-25 14:03:15','',5,'http://www.weekendweddingvenues.com/wordpress/5-revision-v1/',0,'revision','',0),(57,1,'2015-01-25 09:33:39','2015-01-25 14:33:39','[text_divider type=\"single\"]\r\n\r\nArriving at St Audries Park, Somerset\r\n\r\n[/text_divider]\r\n\r\n[column parallax_bg=\"disabled\" parallax_bg_inertia=\"-0.2\" extended=\"false\" extended_padding=\"true\" background_color=\"\" background_image=\"\" background_repeat=\"\" background_position=\"\" background_size=\"auto\" background_attachment=\"\" hide_bg_lowres=\"false\" background_video=\"\" vertical_padding_top=\"0\" vertical_padding_bottom=\"0\" more_link=\"\" more_text=\"\" left_border=\"transparent\" class=\"\" id=\"\" title=\"\" title_type=\"single\" animation=\"fade-in\" width=\"1/1\" last=\"true\"]\r\n\r\n[column_1 width=\"1/2\" title=\"\" title_type=\"single\" animation=\"none\" implicit=\"true\"]\r\n\r\n[embed]https://www.youtube.com/watch?v=_40kU2uzfjo[/embed]\r\n\r\n[/column_1]\r\n\r\n[column_1 width=\"1/2\" last=\"true\" title=\"\" title_type=\"single\" animation=\"none\" implicit=\"true\"]\r\n\r\nSet in Somersets beautiful xxxxx, St Audries takes your breathe away. Your weekend wedding blah blah.\r\n\r\nApple pie powder applicake gingerbread toffee toffee powder. Jelly beans ice cream danish jelly-o chocolate bar biscuit cheesecake gummies lemon drops. Chocolate bar dragée cookie lemon drops pudding. Chocolate bar ice cream chupa chups biscuit sweet. Jelly beans marzipan gingerbread jelly beans liquorice.\r\n\r\nJujubes unerdwear.com chocolate gummi bears applicake gingerbread gummies unerdwear.com. Chocolate cake wafer wafer candy lollipop donut bonbon jelly beans dessert. Brownie sugar plum jelly sesame snaps marshmallow ice cream soufflé toffee lemon drops.\r\n\r\n[button id=\"hp_button_1\" style=\"filled-small\" class=\"hp_button_1\" align=\"right\" link=\"http://www.weekendweddingvenues.com/wordpress/\" linkTarget=\"_self\" bgColor=\"accent4\" hover_color=\"accent2\" font=\"20\" icon=\"\" icon_placement=\"left\" icon_color=\"\"]Link to page[/button]\r\n\r\n[/column_1]\r\n\r\n[/column]\r\n\r\n[blank h=\"30\"]\r\n\r\n[/blank]\r\n\r\n[column parallax_bg=\"disabled\" parallax_bg_inertia=\"-0.2\" extended=\"true\" extended_padding=\"true\" background_color=\"#FEEFE3\" background_image=\"\" background_repeat=\"\" background_position=\"\" background_size=\"auto\" background_attachment=\"\" hide_bg_lowres=\"false\" background_video=\"\" vertical_padding_top=\"0\" vertical_padding_bottom=\"0\" more_link=\"\" more_text=\"\" left_border=\"transparent\" class=\"\" id=\"\" title=\"\" title_type=\"single\" animation=\"from-right\" width=\"1/1\" last=\"true\"]\r\n\r\n[column_1 width=\"1/1\" last=\"true\" title=\"Lynn and Dave will meet you at the front door\" title_type=\"single\" animation=\"none\" implicit=\"true\"]\r\n

\"\"

\r\nThis is Photoshop’s version of Lorem Ipsum. Proin gravida nibh vel velit auctor aliquet.\r\nAenean sollicitudin, lorem quis bibendum auctor, nisi elit consequat ipsum, nec sagittis sem nibh id elit.\r\nDuis sed odio sit amet nibh vulputate cursus a sit amet mauris. Morbi accumsan ipsum velit. Nam nec tellus a odio tincidunt auctor a ornare odio. Sed non mauris vitae erat consequat auctor eu in elit.\r\n\r\n[button id=\"hp_button_1\" style=\"filled-small\" class=\"hp_button_1\" align=\"right\" link=\"http://www.weekendweddingvenues.com/wordpress/\" linkTarget=\"_self\" bgColor=\"accent4\" hover_color=\"accent2\" font=\"20\" icon=\"\" icon_placement=\"left\" icon_color=\"\"]Link to page[/button]\r\n\r\n[/column_1]\r\n\r\n[/column]\r\n\r\n[blank h=\"30\"]\r\n\r\n[/blank]\r\n\r\n[column parallax_bg=\"disabled\" parallax_bg_inertia=\"-0.2\" extended=\"false\" extended_padding=\"true\" background_color=\"\" background_image=\"\" background_repeat=\"\" background_position=\"\" background_size=\"auto\" background_attachment=\"\" hide_bg_lowres=\"false\" background_video=\"\" vertical_padding_top=\"0\" vertical_padding_bottom=\"0\" more_link=\"\" more_text=\"\" left_border=\"transparent\" class=\"\" id=\"\" title=\"Walking down the Isle\" title_type=\"single\" animation=\"fade-in\" width=\"1/1\" last=\"true\"]\r\n\r\n[column_1 width=\"1/2\" title=\"\" title_type=\"single\" animation=\"none\" implicit=\"true\"]\r\n\r\n\"st-audries-park-wedding-ca(5)\"\r\n\r\n[/column_1]\r\n\r\n[column_1 width=\"1/2\" last=\"true\" title=\"\" title_type=\"single\" animation=\"none\" implicit=\"true\"]\r\n\r\nSet in Somersets beautiful xxxxx, St Audries takes your breathe away. Your weekend wedding blah blah.\r\n\r\nApple pie powder applicake gingerbread toffee toffee powder. Jelly beans ice cream danish jelly-o chocolate bar biscuit cheesecake gummies lemon drops. Chocolate bar dragée cookie lemon drops pudding. Chocolate bar ice cream chupa chups biscuit sweet. Jelly beans marzipan gingerbread jelly beans liquorice.\r\n\r\nJujubes unerdwear.com chocolate gummi bears applicake gingerbread gummies unerdwear.com. Chocolate cake wafer wafer candy lollipop donut bonbon jelly beans dessert. Brownie sugar plum jelly sesame snaps marshmallow ice cream soufflé toffee lemon drops.\r\n\r\n[button id=\"hp_button_1\" style=\"filled-small\" class=\"hp_button_1\" align=\"right\" link=\"http://www.weekendweddingvenues.com/wordpress/\" linkTarget=\"_self\" bgColor=\"accent4\" hover_color=\"accent2\" font=\"20\" icon=\"\" icon_placement=\"left\" icon_color=\"\"]Link to page[/button]\r\n\r\n[/column_1]\r\n\r\n[/column]\r\n\r\n[blank h=\"30\"]\r\n\r\n[/blank]\r\n\r\n[column parallax_bg=\"disabled\" parallax_bg_inertia=\"-0.2\" extended=\"false\" extended_padding=\"true\" background_color=\"\" background_image=\"\" background_repeat=\"\" background_position=\"\" background_size=\"auto\" background_attachment=\"\" hide_bg_lowres=\"false\" background_video=\"\" vertical_padding_top=\"0\" vertical_padding_bottom=\"0\" more_link=\"\" more_text=\"\" left_border=\"transparent\" class=\"\" id=\"\" title=\"Your weekend summed up\" title_type=\"single\" animation=\"none\" width=\"1/1\" last=\"true\"]\r\n\r\n[column_1 width=\"1/1\" last=\"true\" title=\"Your weekend, your way\" title_type=\"single\" animation=\"fade-in\" implicit=\"true\"]\r\n\r\n[tabs layout=\"vertical\" nav_color=\"#fff\" left_color=\"accent3\" right_color=\"accent2\"]\r\nThis is Photoshop’s version of Lorem Ipsum. Proin gravida nibh vel velit auctor aliquet.\r\nAenean sollicitudin, lorem quis bibendum auctor, nisi elit consequat ipsum, nec sagittis sem nibh id elit.\r\nDuis sed odio sit amet nibh vulputate cursus a sit amet mauris. Morbi accumsan ipsum velit. Nam nec tellus a odio tincidunt auctor a ornare odio. Sed non mauris vitae erat consequat auctor eu in elit.\r\n[tab icon=\"\" title=\"Food & Drink\"]\r\n\r\n[column_2 parallax_bg=\"disabled\" parallax_bg_inertia=\"-0.2\" extended=\"false\" extended_padding=\"true\" background_color=\"\" background_image=\"\" background_repeat=\"\" background_position=\"\" background_size=\"auto\" background_attachment=\"\" hide_bg_lowres=\"false\" background_video=\"\" vertical_padding_top=\"0\" vertical_padding_bottom=\"0\" more_link=\"\" more_text=\"\" left_border=\"transparent\" class=\"\" id=\"\" title=\"Food & Drink\" title_type=\"single\" animation=\"none\" width=\"1/1\" last=\"true\"]\r\n\r\n[column_3 width=\"3/5\" title=\"\" title_type=\"single\" animation=\"none\" implicit=\"true\"]\r\n\r\nThis is Photoshop’s version of Lorem Ipsum. Proin gravida nibh vel velit auctor aliquet.\r\nAenean sollicitudin, lorem quis bibendum auctor, nisi elit consequat ipsum, nec sagittis sem nibh id elit.\r\nDuis sed odio sit amet nibh vulputate cursus a sit amet mauris. Morbi accumsan ipsum velit. Nam nec tellus a odio tincidunt auctor a ornare odio. Sed non mauris vitae erat consequat auctor eu in elit.\r\n\r\n[/column_3]\r\n\r\n[column_3 width=\"2/5\" last=\"true\" title=\"\" title_type=\"single\" animation=\"none\" implicit=\"true\"]\r\n\r\n[list style=\"food\" color=\"accent1\"]\r\n
    \r\n
  • Drinks on arrival
  • \r\n
  • On the big day
  • \r\n
  • Food and drink while with us
  • \r\n
  • Specialties
  • \r\n
  • If you need something different
  • \r\n
\r\n[/list]\r\n\r\n[/column_3]\r\n\r\n[portfolio layout=\"masonry\" nopaging=\"false\" column=\"4\" max=\"4\" title=\"false\" desc=\"false\" more=\"Read more\" group=\"true\" cat=\"\" ids=\"56\"]\r\n\r\n[/portfolio]\r\n\r\n[/column_2]\r\n[/tab]\r\n\r\n[tab icon=\"\" title=\"Family & Fun\"][/tab]\r\n\r\n[tab icon=\"\" title=\"Accomodation\"][/tab]\r\n\r\n[tab icon=\"\" title=\"The Package\"][/tab]\r\n\r\n[tab icon=\"\" title=\"Extras\"][/tab]\r\n[/tabs]\r\n\r\n[/column_1]\r\n\r\n[/column]','Home','','inherit','','open','','5-revision-v1','','','2015-01-25 09:33:39','2015-01-25 14:33:39','',5,'http://www.weekendweddingvenues.com/wordpress/5-revision-v1/',0,'revision','',0),(55,1,'2015-01-25 09:17:39','2015-01-25 14:17:39','[text_divider type=\"single\"]\r\n\r\nArriving at St Audries Park, Somerset\r\n\r\n[/text_divider]\r\n\r\n[column parallax_bg=\"disabled\" parallax_bg_inertia=\"-0.2\" extended=\"false\" extended_padding=\"true\" background_color=\"\" background_image=\"\" background_repeat=\"\" background_position=\"\" background_size=\"auto\" background_attachment=\"\" hide_bg_lowres=\"false\" background_video=\"\" vertical_padding_top=\"0\" vertical_padding_bottom=\"0\" more_link=\"\" more_text=\"\" left_border=\"transparent\" class=\"\" id=\"\" title=\"\" title_type=\"single\" animation=\"fade-in\" width=\"1/1\" last=\"true\"]\r\n\r\n[column_1 width=\"1/2\" title=\"\" title_type=\"single\" animation=\"none\" implicit=\"true\"]\r\n\r\n[embed]https://www.youtube.com/watch?v=_40kU2uzfjo[/embed]\r\n\r\n[/column_1]\r\n\r\n[column_1 width=\"1/2\" last=\"true\" title=\"\" title_type=\"single\" animation=\"none\" implicit=\"true\"]\r\n\r\nSet in Somersets beautiful xxxxx, St Audries takes your breathe away. Your weekend wedding blah blah.\r\n\r\nApple pie powder applicake gingerbread toffee toffee powder. Jelly beans ice cream danish jelly-o chocolate bar biscuit cheesecake gummies lemon drops. Chocolate bar dragée cookie lemon drops pudding. Chocolate bar ice cream chupa chups biscuit sweet. Jelly beans marzipan gingerbread jelly beans liquorice.\r\n\r\nJujubes unerdwear.com chocolate gummi bears applicake gingerbread gummies unerdwear.com. Chocolate cake wafer wafer candy lollipop donut bonbon jelly beans dessert. Brownie sugar plum jelly sesame snaps marshmallow ice cream soufflé toffee lemon drops.\r\n\r\n[button id=\"hp_button_1\" style=\"filled-small\" class=\"hp_button_1\" align=\"right\" link=\"http://www.weekendweddingvenues.com/wordpress/\" linkTarget=\"_self\" bgColor=\"accent4\" hover_color=\"accent2\" font=\"20\" icon=\"\" icon_placement=\"left\" icon_color=\"\"]Link to page[/button]\r\n\r\n[/column_1]\r\n\r\n[/column]\r\n\r\n[blank h=\"30\"]\r\n\r\n[/blank]\r\n\r\n[column parallax_bg=\"disabled\" parallax_bg_inertia=\"-0.2\" extended=\"true\" extended_padding=\"true\" background_color=\"#FEEFE3\" background_image=\"\" background_repeat=\"\" background_position=\"\" background_size=\"auto\" background_attachment=\"\" hide_bg_lowres=\"false\" background_video=\"\" vertical_padding_top=\"0\" vertical_padding_bottom=\"0\" more_link=\"\" more_text=\"\" left_border=\"transparent\" class=\"\" id=\"\" title=\"\" title_type=\"single\" animation=\"from-right\" width=\"1/1\" last=\"true\"]\r\n\r\n[column_1 width=\"1/1\" last=\"true\" title=\"Lynn and Dave will meet you at the front door\" title_type=\"single\" animation=\"none\" implicit=\"true\"]\r\n

\"\"

\r\nThis is Photoshop’s version of Lorem Ipsum. Proin gravida nibh vel velit auctor aliquet.\r\nAenean sollicitudin, lorem quis bibendum auctor, nisi elit consequat ipsum, nec sagittis sem nibh id elit.\r\nDuis sed odio sit amet nibh vulputate cursus a sit amet mauris. Morbi accumsan ipsum velit. Nam nec tellus a odio tincidunt auctor a ornare odio. Sed non mauris vitae erat consequat auctor eu in elit.\r\n\r\n[button id=\"hp_button_1\" style=\"filled-small\" class=\"hp_button_1\" align=\"right\" link=\"http://www.weekendweddingvenues.com/wordpress/\" linkTarget=\"_self\" bgColor=\"accent4\" hover_color=\"accent2\" font=\"20\" icon=\"\" icon_placement=\"left\" icon_color=\"\"]Link to page[/button]\r\n\r\n[/column_1]\r\n\r\n[/column]\r\n\r\n[blank h=\"30\"]\r\n\r\n[/blank]\r\n\r\n[column parallax_bg=\"disabled\" parallax_bg_inertia=\"-0.2\" extended=\"false\" extended_padding=\"true\" background_color=\"\" background_image=\"\" background_repeat=\"\" background_position=\"\" background_size=\"auto\" background_attachment=\"\" hide_bg_lowres=\"false\" background_video=\"\" vertical_padding_top=\"0\" vertical_padding_bottom=\"0\" more_link=\"\" more_text=\"\" left_border=\"transparent\" class=\"\" id=\"\" title=\"Walking down the Isle\" title_type=\"single\" animation=\"fade-in\" width=\"1/1\" last=\"true\"]\r\n\r\n[column_1 width=\"1/2\" title=\"\" title_type=\"single\" animation=\"none\" implicit=\"true\"]\r\n\r\n\"st-audries-park-wedding-ca(5)\"\r\n\r\n[/column_1]\r\n\r\n[column_1 width=\"1/2\" last=\"true\" title=\"\" title_type=\"single\" animation=\"none\" implicit=\"true\"]\r\n\r\nSet in Somersets beautiful xxxxx, St Audries takes your breathe away. Your weekend wedding blah blah.\r\n\r\nApple pie powder applicake gingerbread toffee toffee powder. Jelly beans ice cream danish jelly-o chocolate bar biscuit cheesecake gummies lemon drops. Chocolate bar dragée cookie lemon drops pudding. Chocolate bar ice cream chupa chups biscuit sweet. Jelly beans marzipan gingerbread jelly beans liquorice.\r\n\r\nJujubes unerdwear.com chocolate gummi bears applicake gingerbread gummies unerdwear.com. Chocolate cake wafer wafer candy lollipop donut bonbon jelly beans dessert. Brownie sugar plum jelly sesame snaps marshmallow ice cream soufflé toffee lemon drops.\r\n\r\n[button id=\"hp_button_1\" style=\"filled-small\" class=\"hp_button_1\" align=\"right\" link=\"http://www.weekendweddingvenues.com/wordpress/\" linkTarget=\"_self\" bgColor=\"accent4\" hover_color=\"accent2\" font=\"20\" icon=\"\" icon_placement=\"left\" icon_color=\"\"]Link to page[/button]\r\n\r\n[/column_1]\r\n\r\n[/column]\r\n\r\n[blank h=\"30\"]\r\n\r\n[/blank]\r\n\r\n[column parallax_bg=\"disabled\" parallax_bg_inertia=\"-0.2\" extended=\"false\" extended_padding=\"true\" background_color=\"\" background_image=\"\" background_repeat=\"\" background_position=\"\" background_size=\"auto\" background_attachment=\"\" hide_bg_lowres=\"false\" background_video=\"\" vertical_padding_top=\"0\" vertical_padding_bottom=\"0\" more_link=\"\" more_text=\"\" left_border=\"transparent\" class=\"\" id=\"\" title=\"Your weekend summed up\" title_type=\"single\" animation=\"none\" width=\"1/1\" last=\"true\"]\r\n\r\n[column_1 width=\"1/1\" last=\"true\" title=\"Your weekend, your way\" title_type=\"single\" animation=\"fade-in\" implicit=\"true\"]\r\n\r\n[tabs layout=\"vertical\" nav_color=\"#fff\" left_color=\"accent3\" right_color=\"accent2\"]\r\nThis is Photoshop’s version of Lorem Ipsum. Proin gravida nibh vel velit auctor aliquet.\r\nAenean sollicitudin, lorem quis bibendum auctor, nisi elit consequat ipsum, nec sagittis sem nibh id elit.\r\nDuis sed odio sit amet nibh vulputate cursus a sit amet mauris. Morbi accumsan ipsum velit. Nam nec tellus a odio tincidunt auctor a ornare odio. Sed non mauris vitae erat consequat auctor eu in elit.\r\n[tab icon=\"\" title=\"Food & Drink\"]\r\n\r\n[column_2 parallax_bg=\"disabled\" parallax_bg_inertia=\"-0.2\" extended=\"false\" extended_padding=\"true\" background_color=\"\" background_image=\"\" background_repeat=\"\" background_position=\"\" background_size=\"auto\" background_attachment=\"\" hide_bg_lowres=\"false\" background_video=\"\" vertical_padding_top=\"0\" vertical_padding_bottom=\"0\" more_link=\"\" more_text=\"\" left_border=\"transparent\" class=\"\" id=\"\" title=\"Food & Drink\" title_type=\"single\" animation=\"none\" width=\"1/1\" last=\"true\"]\r\n\r\n[column_3 width=\"3/5\" title=\"\" title_type=\"single\" animation=\"none\" implicit=\"true\"]\r\n\r\nThis is Photoshop’s version of Lorem Ipsum. Proin gravida nibh vel velit auctor aliquet.\r\nAenean sollicitudin, lorem quis bibendum auctor, nisi elit consequat ipsum, nec sagittis sem nibh id elit.\r\nDuis sed odio sit amet nibh vulputate cursus a sit amet mauris. Morbi accumsan ipsum velit. Nam nec tellus a odio tincidunt auctor a ornare odio. Sed non mauris vitae erat consequat auctor eu in elit.\r\n\r\n[/column_3]\r\n\r\n[column_3 width=\"2/5\" last=\"true\" title=\"\" title_type=\"single\" animation=\"none\" implicit=\"true\"]\r\n\r\n[list style=\"food\" color=\"accent1\"]\r\n
    \r\n
  • Drinks on arrival
  • \r\n
  • On the big day
  • \r\n
  • Food and drink while with us
  • \r\n
  • Specialties
  • \r\n
  • If you need something different
  • \r\n
\r\n[/list]\r\n\r\n[/column_3]\r\n\r\n[lightbox href=\"http://makalu.vamtam.com/wp-content/uploads/2013/03/service-icon-3.png\" group=\"\" iframe=\"true\"]\r\n\r\n[gallery columns=\"7\" link=\"file\" ids=\"48,47,46,45,44,43,42\"]\r\n\r\n[/lightbox]\r\n\r\n[/column_2]\r\n[/tab]\r\n\r\n[tab icon=\"\" title=\"Family & Fun\"][/tab]\r\n\r\n[tab icon=\"\" title=\"Accomodation\"][/tab]\r\n\r\n[tab icon=\"\" title=\"The Package\"][/tab]\r\n\r\n[tab icon=\"\" title=\"Extras\"][/tab]\r\n[/tabs]\r\n\r\n[/column_1]\r\n\r\n[/column]','Home','','inherit','','open','','5-revision-v1','','','2015-01-25 09:17:39','2015-01-25 14:17:39','',5,'http://www.weekendweddingvenues.com/wordpress/5-revision-v1/',0,'revision','',0),(53,1,'2015-01-25 09:15:31','2015-01-25 14:15:31','[text_divider type=\"single\"]\r\n\r\nArriving at St Audries Park, Somerset\r\n\r\n[/text_divider]\r\n\r\n[column parallax_bg=\"disabled\" parallax_bg_inertia=\"-0.2\" extended=\"false\" extended_padding=\"true\" background_color=\"\" background_image=\"\" background_repeat=\"\" background_position=\"\" background_size=\"auto\" background_attachment=\"\" hide_bg_lowres=\"false\" background_video=\"\" vertical_padding_top=\"0\" vertical_padding_bottom=\"0\" more_link=\"\" more_text=\"\" left_border=\"transparent\" class=\"\" id=\"\" title=\"\" title_type=\"single\" animation=\"fade-in\" width=\"1/1\" last=\"true\"]\r\n\r\n[column_1 width=\"1/2\" title=\"\" title_type=\"single\" animation=\"none\" implicit=\"true\"]\r\n\r\n[embed]https://www.youtube.com/watch?v=_40kU2uzfjo[/embed]\r\n\r\n[/column_1]\r\n\r\n[column_1 width=\"1/2\" last=\"true\" title=\"\" title_type=\"single\" animation=\"none\" implicit=\"true\"]\r\n\r\nSet in Somersets beautiful xxxxx, St Audries takes your breathe away. Your weekend wedding blah blah.\r\n\r\nApple pie powder applicake gingerbread toffee toffee powder. Jelly beans ice cream danish jelly-o chocolate bar biscuit cheesecake gummies lemon drops. Chocolate bar dragée cookie lemon drops pudding. Chocolate bar ice cream chupa chups biscuit sweet. Jelly beans marzipan gingerbread jelly beans liquorice.\r\n\r\nJujubes unerdwear.com chocolate gummi bears applicake gingerbread gummies unerdwear.com. Chocolate cake wafer wafer candy lollipop donut bonbon jelly beans dessert. Brownie sugar plum jelly sesame snaps marshmallow ice cream soufflé toffee lemon drops.\r\n\r\n[button id=\"hp_button_1\" style=\"filled-small\" class=\"hp_button_1\" align=\"right\" link=\"http://www.weekendweddingvenues.com/wordpress/\" linkTarget=\"_self\" bgColor=\"accent4\" hover_color=\"accent2\" font=\"20\" icon=\"\" icon_placement=\"left\" icon_color=\"\"]Link to page[/button]\r\n\r\n[/column_1]\r\n\r\n[/column]\r\n\r\n[blank h=\"30\"]\r\n\r\n[/blank]\r\n\r\n[column parallax_bg=\"disabled\" parallax_bg_inertia=\"-0.2\" extended=\"true\" extended_padding=\"true\" background_color=\"#FEEFE3\" background_image=\"\" background_repeat=\"\" background_position=\"\" background_size=\"auto\" background_attachment=\"\" hide_bg_lowres=\"false\" background_video=\"\" vertical_padding_top=\"0\" vertical_padding_bottom=\"0\" more_link=\"\" more_text=\"\" left_border=\"transparent\" class=\"\" id=\"\" title=\"\" title_type=\"single\" animation=\"from-right\" width=\"1/1\" last=\"true\"]\r\n\r\n[column_1 width=\"1/1\" last=\"true\" title=\"Lynn and Dave will meet you at the front door\" title_type=\"single\" animation=\"none\" implicit=\"true\"]\r\n

\"\"

\r\nThis is Photoshop’s version of Lorem Ipsum. Proin gravida nibh vel velit auctor aliquet.\r\nAenean sollicitudin, lorem quis bibendum auctor, nisi elit consequat ipsum, nec sagittis sem nibh id elit.\r\nDuis sed odio sit amet nibh vulputate cursus a sit amet mauris. Morbi accumsan ipsum velit. Nam nec tellus a odio tincidunt auctor a ornare odio. Sed non mauris vitae erat consequat auctor eu in elit.\r\n\r\n[button id=\"hp_button_1\" style=\"filled-small\" class=\"hp_button_1\" align=\"right\" link=\"http://www.weekendweddingvenues.com/wordpress/\" linkTarget=\"_self\" bgColor=\"accent4\" hover_color=\"accent2\" font=\"20\" icon=\"\" icon_placement=\"left\" icon_color=\"\"]Link to page[/button]\r\n\r\n[/column_1]\r\n\r\n[/column]\r\n\r\n[blank h=\"30\"]\r\n\r\n[/blank]\r\n\r\n[column parallax_bg=\"disabled\" parallax_bg_inertia=\"-0.2\" extended=\"false\" extended_padding=\"true\" background_color=\"\" background_image=\"\" background_repeat=\"\" background_position=\"\" background_size=\"auto\" background_attachment=\"\" hide_bg_lowres=\"false\" background_video=\"\" vertical_padding_top=\"0\" vertical_padding_bottom=\"0\" more_link=\"\" more_text=\"\" left_border=\"transparent\" class=\"\" id=\"\" title=\"Walking down the Isle\" title_type=\"single\" animation=\"fade-in\" width=\"1/1\" last=\"true\"]\r\n\r\n[column_1 width=\"1/2\" title=\"\" title_type=\"single\" animation=\"none\" implicit=\"true\"]\r\n\r\n\"st-audries-park-wedding-ca(5)\"\r\n\r\n[/column_1]\r\n\r\n[column_1 width=\"1/2\" last=\"true\" title=\"\" title_type=\"single\" animation=\"none\" implicit=\"true\"]\r\n\r\nSet in Somersets beautiful xxxxx, St Audries takes your breathe away. Your weekend wedding blah blah.\r\n\r\nApple pie powder applicake gingerbread toffee toffee powder. Jelly beans ice cream danish jelly-o chocolate bar biscuit cheesecake gummies lemon drops. Chocolate bar dragée cookie lemon drops pudding. Chocolate bar ice cream chupa chups biscuit sweet. Jelly beans marzipan gingerbread jelly beans liquorice.\r\n\r\nJujubes unerdwear.com chocolate gummi bears applicake gingerbread gummies unerdwear.com. Chocolate cake wafer wafer candy lollipop donut bonbon jelly beans dessert. Brownie sugar plum jelly sesame snaps marshmallow ice cream soufflé toffee lemon drops.\r\n\r\n[button id=\"hp_button_1\" style=\"filled-small\" class=\"hp_button_1\" align=\"right\" link=\"http://www.weekendweddingvenues.com/wordpress/\" linkTarget=\"_self\" bgColor=\"accent4\" hover_color=\"accent2\" font=\"20\" icon=\"\" icon_placement=\"left\" icon_color=\"\"]Link to page[/button]\r\n\r\n[/column_1]\r\n\r\n[/column]\r\n\r\n[blank h=\"30\"]\r\n\r\n[/blank]\r\n\r\n[column parallax_bg=\"disabled\" parallax_bg_inertia=\"-0.2\" extended=\"false\" extended_padding=\"true\" background_color=\"\" background_image=\"\" background_repeat=\"\" background_position=\"\" background_size=\"auto\" background_attachment=\"\" hide_bg_lowres=\"false\" background_video=\"\" vertical_padding_top=\"0\" vertical_padding_bottom=\"0\" more_link=\"\" more_text=\"\" left_border=\"transparent\" class=\"\" id=\"\" title=\"Your weekend summed up\" title_type=\"single\" animation=\"none\" width=\"1/1\" last=\"true\"]\r\n\r\n[column_1 width=\"1/1\" last=\"true\" title=\"Your weekend, your way\" title_type=\"single\" animation=\"fade-in\" implicit=\"true\"]\r\n\r\n[tabs layout=\"vertical\" nav_color=\"#fff\" left_color=\"accent3\" right_color=\"accent2\"]\r\nThis is Photoshop’s version of Lorem Ipsum. Proin gravida nibh vel velit auctor aliquet.\r\nAenean sollicitudin, lorem quis bibendum auctor, nisi elit consequat ipsum, nec sagittis sem nibh id elit.\r\nDuis sed odio sit amet nibh vulputate cursus a sit amet mauris. Morbi accumsan ipsum velit. Nam nec tellus a odio tincidunt auctor a ornare odio. Sed non mauris vitae erat consequat auctor eu in elit.\r\n[tab icon=\"\" title=\"Food & Drink\"]\r\n\r\n[column_2 parallax_bg=\"disabled\" parallax_bg_inertia=\"-0.2\" extended=\"false\" extended_padding=\"true\" background_color=\"\" background_image=\"\" background_repeat=\"\" background_position=\"\" background_size=\"auto\" background_attachment=\"\" hide_bg_lowres=\"false\" background_video=\"\" vertical_padding_top=\"0\" vertical_padding_bottom=\"0\" more_link=\"\" more_text=\"\" left_border=\"transparent\" class=\"\" id=\"\" title=\"Food & Drink\" title_type=\"single\" animation=\"none\" width=\"1/1\" last=\"true\"]\r\n\r\n[column_3 width=\"3/5\" title=\"\" title_type=\"single\" animation=\"none\" implicit=\"true\"]\r\n\r\nThis is Photoshop’s version of Lorem Ipsum. Proin gravida nibh vel velit auctor aliquet.\r\nAenean sollicitudin, lorem quis bibendum auctor, nisi elit consequat ipsum, nec sagittis sem nibh id elit.\r\nDuis sed odio sit amet nibh vulputate cursus a sit amet mauris. Morbi accumsan ipsum velit. Nam nec tellus a odio tincidunt auctor a ornare odio. Sed non mauris vitae erat consequat auctor eu in elit.\r\n\r\n[/column_3]\r\n\r\n[column_3 width=\"2/5\" last=\"true\" title=\"\" title_type=\"single\" animation=\"none\" implicit=\"true\"]\r\n\r\n[list style=\"food\" color=\"accent1\"]\r\n
    \r\n
  • Drinks on arrival
  • \r\n
  • On the big day
  • \r\n
  • Food and drink while with us
  • \r\n
  • Specialties
  • \r\n
  • If you need something different
  • \r\n
\r\n[/list]\r\n\r\n[/column_3]\r\n\r\n[gallery columns=\"7\" link=\"none\" ids=\"48,47,46,45,44,43,42\"]\r\n\r\n[lightbox href=\"http://makalu.vamtam.com/wp-content/uploads/2013/03/service-icon-3.png\" group=\"\" iframe=\"false\"]\r\n\r\n[gallery columns=\"7\" link=\"none\" ids=\"48,47,46,45,44,43,42\"]\r\n\r\n[/lightbox]\r\n\r\n[/column_2]\r\n[/tab]\r\n\r\n[tab icon=\"\" title=\"Family & Fun\"][/tab]\r\n\r\n[tab icon=\"\" title=\"Accomodation\"][/tab]\r\n\r\n[tab icon=\"\" title=\"The Package\"][/tab]\r\n\r\n[tab icon=\"\" title=\"Extras\"][/tab]\r\n[/tabs]\r\n\r\n[/column_1]\r\n\r\n[/column]','Home','','inherit','','open','','5-revision-v1','','','2015-01-25 09:15:31','2015-01-25 14:15:31','',5,'http://www.weekendweddingvenues.com/wordpress/5-revision-v1/',0,'revision','',0),(51,1,'2015-01-25 09:12:36','2015-01-25 14:12:36','[text_divider type=\"single\"]\r\n\r\nArriving at St Audries Park, Somerset\r\n\r\n[/text_divider]\r\n\r\n[column parallax_bg=\"disabled\" parallax_bg_inertia=\"-0.2\" extended=\"false\" extended_padding=\"true\" background_color=\"\" background_image=\"\" background_repeat=\"\" background_position=\"\" background_size=\"auto\" background_attachment=\"\" hide_bg_lowres=\"false\" background_video=\"\" vertical_padding_top=\"0\" vertical_padding_bottom=\"0\" more_link=\"\" more_text=\"\" left_border=\"transparent\" class=\"\" id=\"\" title=\"\" title_type=\"single\" animation=\"fade-in\" width=\"1/1\" last=\"true\"]\r\n\r\n[column_1 width=\"1/2\" title=\"\" title_type=\"single\" animation=\"none\" implicit=\"true\"]\r\n\r\n[embed]https://www.youtube.com/watch?v=_40kU2uzfjo[/embed]\r\n\r\n[/column_1]\r\n\r\n[column_1 width=\"1/2\" last=\"true\" title=\"\" title_type=\"single\" animation=\"none\" implicit=\"true\"]\r\n\r\nSet in Somersets beautiful xxxxx, St Audries takes your breathe away. Your weekend wedding blah blah.\r\n\r\nApple pie powder applicake gingerbread toffee toffee powder. Jelly beans ice cream danish jelly-o chocolate bar biscuit cheesecake gummies lemon drops. Chocolate bar dragée cookie lemon drops pudding. Chocolate bar ice cream chupa chups biscuit sweet. Jelly beans marzipan gingerbread jelly beans liquorice.\r\n\r\nJujubes unerdwear.com chocolate gummi bears applicake gingerbread gummies unerdwear.com. Chocolate cake wafer wafer candy lollipop donut bonbon jelly beans dessert. Brownie sugar plum jelly sesame snaps marshmallow ice cream soufflé toffee lemon drops.\r\n\r\n[button id=\"hp_button_1\" style=\"filled-small\" class=\"hp_button_1\" align=\"right\" link=\"http://www.weekendweddingvenues.com/wordpress/\" linkTarget=\"_self\" bgColor=\"accent4\" hover_color=\"accent2\" font=\"20\" icon=\"\" icon_placement=\"left\" icon_color=\"\"]Link to page[/button]\r\n\r\n[/column_1]\r\n\r\n[/column]\r\n\r\n[blank h=\"30\"]\r\n\r\n[/blank]\r\n\r\n[column parallax_bg=\"disabled\" parallax_bg_inertia=\"-0.2\" extended=\"true\" extended_padding=\"true\" background_color=\"#FEEFE3\" background_image=\"\" background_repeat=\"\" background_position=\"\" background_size=\"auto\" background_attachment=\"\" hide_bg_lowres=\"false\" background_video=\"\" vertical_padding_top=\"0\" vertical_padding_bottom=\"0\" more_link=\"\" more_text=\"\" left_border=\"transparent\" class=\"\" id=\"\" title=\"\" title_type=\"single\" animation=\"from-right\" width=\"1/1\" last=\"true\"]\r\n\r\n[column_1 width=\"1/1\" last=\"true\" title=\"Lynn and Dave will meet you at the front door\" title_type=\"single\" animation=\"none\" implicit=\"true\"]\r\n

\"\"

\r\nThis is Photoshop’s version of Lorem Ipsum. Proin gravida nibh vel velit auctor aliquet.\r\nAenean sollicitudin, lorem quis bibendum auctor, nisi elit consequat ipsum, nec sagittis sem nibh id elit.\r\nDuis sed odio sit amet nibh vulputate cursus a sit amet mauris. Morbi accumsan ipsum velit. Nam nec tellus a odio tincidunt auctor a ornare odio. Sed non mauris vitae erat consequat auctor eu in elit.\r\n\r\n[button id=\"hp_button_1\" style=\"filled-small\" class=\"hp_button_1\" align=\"right\" link=\"http://www.weekendweddingvenues.com/wordpress/\" linkTarget=\"_self\" bgColor=\"accent4\" hover_color=\"accent2\" font=\"20\" icon=\"\" icon_placement=\"left\" icon_color=\"\"]Link to page[/button]\r\n\r\n[/column_1]\r\n\r\n[/column]\r\n\r\n[blank h=\"30\"]\r\n\r\n[/blank]\r\n\r\n[column parallax_bg=\"disabled\" parallax_bg_inertia=\"-0.2\" extended=\"false\" extended_padding=\"true\" background_color=\"\" background_image=\"\" background_repeat=\"\" background_position=\"\" background_size=\"auto\" background_attachment=\"\" hide_bg_lowres=\"false\" background_video=\"\" vertical_padding_top=\"0\" vertical_padding_bottom=\"0\" more_link=\"\" more_text=\"\" left_border=\"transparent\" class=\"\" id=\"\" title=\"Walking down the Isle\" title_type=\"single\" animation=\"fade-in\" width=\"1/1\" last=\"true\"]\r\n\r\n[column_1 width=\"1/2\" title=\"\" title_type=\"single\" animation=\"none\" implicit=\"true\"]\r\n\r\n\"st-audries-park-wedding-ca(5)\"\r\n\r\n[/column_1]\r\n\r\n[column_1 width=\"1/2\" last=\"true\" title=\"\" title_type=\"single\" animation=\"none\" implicit=\"true\"]\r\n\r\nSet in Somersets beautiful xxxxx, St Audries takes your breathe away. Your weekend wedding blah blah.\r\n\r\nApple pie powder applicake gingerbread toffee toffee powder. Jelly beans ice cream danish jelly-o chocolate bar biscuit cheesecake gummies lemon drops. Chocolate bar dragée cookie lemon drops pudding. Chocolate bar ice cream chupa chups biscuit sweet. Jelly beans marzipan gingerbread jelly beans liquorice.\r\n\r\nJujubes unerdwear.com chocolate gummi bears applicake gingerbread gummies unerdwear.com. Chocolate cake wafer wafer candy lollipop donut bonbon jelly beans dessert. Brownie sugar plum jelly sesame snaps marshmallow ice cream soufflé toffee lemon drops.\r\n\r\n[button id=\"hp_button_1\" style=\"filled-small\" class=\"hp_button_1\" align=\"right\" link=\"http://www.weekendweddingvenues.com/wordpress/\" linkTarget=\"_self\" bgColor=\"accent4\" hover_color=\"accent2\" font=\"20\" icon=\"\" icon_placement=\"left\" icon_color=\"\"]Link to page[/button]\r\n\r\n[/column_1]\r\n\r\n[/column]\r\n\r\n[blank h=\"30\"]\r\n\r\n[/blank]\r\n\r\n[column parallax_bg=\"disabled\" parallax_bg_inertia=\"-0.2\" extended=\"false\" extended_padding=\"true\" background_color=\"\" background_image=\"\" background_repeat=\"\" background_position=\"\" background_size=\"auto\" background_attachment=\"\" hide_bg_lowres=\"false\" background_video=\"\" vertical_padding_top=\"0\" vertical_padding_bottom=\"0\" more_link=\"\" more_text=\"\" left_border=\"transparent\" class=\"\" id=\"\" title=\"Your weekend summed up\" title_type=\"single\" animation=\"none\" width=\"1/1\" last=\"true\"]\r\n\r\n[column_1 width=\"1/1\" last=\"true\" title=\"Your weekend, your way\" title_type=\"single\" animation=\"fade-in\" implicit=\"true\"]\r\n\r\n[tabs layout=\"vertical\" nav_color=\"#fff\" left_color=\"accent3\" right_color=\"accent2\"]\r\nThis is Photoshop’s version of Lorem Ipsum. Proin gravida nibh vel velit auctor aliquet.\r\nAenean sollicitudin, lorem quis bibendum auctor, nisi elit consequat ipsum, nec sagittis sem nibh id elit.\r\nDuis sed odio sit amet nibh vulputate cursus a sit amet mauris. Morbi accumsan ipsum velit. Nam nec tellus a odio tincidunt auctor a ornare odio. Sed non mauris vitae erat consequat auctor eu in elit.\r\n[tab icon=\"\" title=\"Food & Drink\"]\r\n\r\n[column_2 parallax_bg=\"disabled\" parallax_bg_inertia=\"-0.2\" extended=\"false\" extended_padding=\"true\" background_color=\"\" background_image=\"\" background_repeat=\"\" background_position=\"\" background_size=\"auto\" background_attachment=\"\" hide_bg_lowres=\"false\" background_video=\"\" vertical_padding_top=\"0\" vertical_padding_bottom=\"0\" more_link=\"\" more_text=\"\" left_border=\"transparent\" class=\"\" id=\"\" title=\"Food & Drink\" title_type=\"single\" animation=\"none\" width=\"1/1\" last=\"true\"]\r\n\r\n[column_3 width=\"3/5\" title=\"\" title_type=\"single\" animation=\"none\" implicit=\"true\"]\r\n\r\nThis is Photoshop’s version of Lorem Ipsum. Proin gravida nibh vel velit auctor aliquet.\r\nAenean sollicitudin, lorem quis bibendum auctor, nisi elit consequat ipsum, nec sagittis sem nibh id elit.\r\nDuis sed odio sit amet nibh vulputate cursus a sit amet mauris. Morbi accumsan ipsum velit. Nam nec tellus a odio tincidunt auctor a ornare odio. Sed non mauris vitae erat consequat auctor eu in elit.\r\n\r\n[/column_3]\r\n\r\n[column_3 width=\"2/5\" last=\"true\" title=\"\" title_type=\"single\" animation=\"none\" implicit=\"true\"]\r\n\r\n[list style=\"food\" color=\"accent1\"]\r\n
    \r\n
  • Drinks on arrival
  • \r\n
  • On the big day
  • \r\n
  • Food and drink while with us
  • \r\n
  • Specialties
  • \r\n
  • If you need something different
  • \r\n
\r\n[/list]\r\n\r\n[/column_3]\r\n\r\n[gallery columns=\"7\" link=\"file\" ids=\"48,47,46,45,44,43,42\"]\r\n\r\n[/column_2]\r\n[/tab]\r\n\r\n[tab icon=\"\" title=\"Family & Fun\"][/tab]\r\n\r\n[tab icon=\"\" title=\"Accomodation\"][/tab]\r\n\r\n[tab icon=\"\" title=\"The Package\"][/tab]\r\n\r\n[tab icon=\"\" title=\"Extras\"][/tab]\r\n[/tabs]\r\n\r\n[/column_1]\r\n\r\n[/column]','Home','','inherit','','open','','5-revision-v1','','','2015-01-25 09:12:36','2015-01-25 14:12:36','',5,'http://www.weekendweddingvenues.com/wordpress/5-revision-v1/',0,'revision','',0),(52,1,'2015-01-25 09:13:27','2015-01-25 14:13:27','[text_divider type=\"single\"]\r\n\r\nArriving at St Audries Park, Somerset\r\n\r\n[/text_divider]\r\n\r\n[column parallax_bg=\"disabled\" parallax_bg_inertia=\"-0.2\" extended=\"false\" extended_padding=\"true\" background_color=\"\" background_image=\"\" background_repeat=\"\" background_position=\"\" background_size=\"auto\" background_attachment=\"\" hide_bg_lowres=\"false\" background_video=\"\" vertical_padding_top=\"0\" vertical_padding_bottom=\"0\" more_link=\"\" more_text=\"\" left_border=\"transparent\" class=\"\" id=\"\" title=\"\" title_type=\"single\" animation=\"fade-in\" width=\"1/1\" last=\"true\"]\r\n\r\n[column_1 width=\"1/2\" title=\"\" title_type=\"single\" animation=\"none\" implicit=\"true\"]\r\n\r\n[embed]https://www.youtube.com/watch?v=_40kU2uzfjo[/embed]\r\n\r\n[/column_1]\r\n\r\n[column_1 width=\"1/2\" last=\"true\" title=\"\" title_type=\"single\" animation=\"none\" implicit=\"true\"]\r\n\r\nSet in Somersets beautiful xxxxx, St Audries takes your breathe away. Your weekend wedding blah blah.\r\n\r\nApple pie powder applicake gingerbread toffee toffee powder. Jelly beans ice cream danish jelly-o chocolate bar biscuit cheesecake gummies lemon drops. Chocolate bar dragée cookie lemon drops pudding. Chocolate bar ice cream chupa chups biscuit sweet. Jelly beans marzipan gingerbread jelly beans liquorice.\r\n\r\nJujubes unerdwear.com chocolate gummi bears applicake gingerbread gummies unerdwear.com. Chocolate cake wafer wafer candy lollipop donut bonbon jelly beans dessert. Brownie sugar plum jelly sesame snaps marshmallow ice cream soufflé toffee lemon drops.\r\n\r\n[button id=\"hp_button_1\" style=\"filled-small\" class=\"hp_button_1\" align=\"right\" link=\"http://www.weekendweddingvenues.com/wordpress/\" linkTarget=\"_self\" bgColor=\"accent4\" hover_color=\"accent2\" font=\"20\" icon=\"\" icon_placement=\"left\" icon_color=\"\"]Link to page[/button]\r\n\r\n[/column_1]\r\n\r\n[/column]\r\n\r\n[blank h=\"30\"]\r\n\r\n[/blank]\r\n\r\n[column parallax_bg=\"disabled\" parallax_bg_inertia=\"-0.2\" extended=\"true\" extended_padding=\"true\" background_color=\"#FEEFE3\" background_image=\"\" background_repeat=\"\" background_position=\"\" background_size=\"auto\" background_attachment=\"\" hide_bg_lowres=\"false\" background_video=\"\" vertical_padding_top=\"0\" vertical_padding_bottom=\"0\" more_link=\"\" more_text=\"\" left_border=\"transparent\" class=\"\" id=\"\" title=\"\" title_type=\"single\" animation=\"from-right\" width=\"1/1\" last=\"true\"]\r\n\r\n[column_1 width=\"1/1\" last=\"true\" title=\"Lynn and Dave will meet you at the front door\" title_type=\"single\" animation=\"none\" implicit=\"true\"]\r\n

\"\"

\r\nThis is Photoshop’s version of Lorem Ipsum. Proin gravida nibh vel velit auctor aliquet.\r\nAenean sollicitudin, lorem quis bibendum auctor, nisi elit consequat ipsum, nec sagittis sem nibh id elit.\r\nDuis sed odio sit amet nibh vulputate cursus a sit amet mauris. Morbi accumsan ipsum velit. Nam nec tellus a odio tincidunt auctor a ornare odio. Sed non mauris vitae erat consequat auctor eu in elit.\r\n\r\n[button id=\"hp_button_1\" style=\"filled-small\" class=\"hp_button_1\" align=\"right\" link=\"http://www.weekendweddingvenues.com/wordpress/\" linkTarget=\"_self\" bgColor=\"accent4\" hover_color=\"accent2\" font=\"20\" icon=\"\" icon_placement=\"left\" icon_color=\"\"]Link to page[/button]\r\n\r\n[/column_1]\r\n\r\n[/column]\r\n\r\n[blank h=\"30\"]\r\n\r\n[/blank]\r\n\r\n[column parallax_bg=\"disabled\" parallax_bg_inertia=\"-0.2\" extended=\"false\" extended_padding=\"true\" background_color=\"\" background_image=\"\" background_repeat=\"\" background_position=\"\" background_size=\"auto\" background_attachment=\"\" hide_bg_lowres=\"false\" background_video=\"\" vertical_padding_top=\"0\" vertical_padding_bottom=\"0\" more_link=\"\" more_text=\"\" left_border=\"transparent\" class=\"\" id=\"\" title=\"Walking down the Isle\" title_type=\"single\" animation=\"fade-in\" width=\"1/1\" last=\"true\"]\r\n\r\n[column_1 width=\"1/2\" title=\"\" title_type=\"single\" animation=\"none\" implicit=\"true\"]\r\n\r\n\"st-audries-park-wedding-ca(5)\"\r\n\r\n[/column_1]\r\n\r\n[column_1 width=\"1/2\" last=\"true\" title=\"\" title_type=\"single\" animation=\"none\" implicit=\"true\"]\r\n\r\nSet in Somersets beautiful xxxxx, St Audries takes your breathe away. Your weekend wedding blah blah.\r\n\r\nApple pie powder applicake gingerbread toffee toffee powder. Jelly beans ice cream danish jelly-o chocolate bar biscuit cheesecake gummies lemon drops. Chocolate bar dragée cookie lemon drops pudding. Chocolate bar ice cream chupa chups biscuit sweet. Jelly beans marzipan gingerbread jelly beans liquorice.\r\n\r\nJujubes unerdwear.com chocolate gummi bears applicake gingerbread gummies unerdwear.com. Chocolate cake wafer wafer candy lollipop donut bonbon jelly beans dessert. Brownie sugar plum jelly sesame snaps marshmallow ice cream soufflé toffee lemon drops.\r\n\r\n[button id=\"hp_button_1\" style=\"filled-small\" class=\"hp_button_1\" align=\"right\" link=\"http://www.weekendweddingvenues.com/wordpress/\" linkTarget=\"_self\" bgColor=\"accent4\" hover_color=\"accent2\" font=\"20\" icon=\"\" icon_placement=\"left\" icon_color=\"\"]Link to page[/button]\r\n\r\n[/column_1]\r\n\r\n[/column]\r\n\r\n[blank h=\"30\"]\r\n\r\n[/blank]\r\n\r\n[column parallax_bg=\"disabled\" parallax_bg_inertia=\"-0.2\" extended=\"false\" extended_padding=\"true\" background_color=\"\" background_image=\"\" background_repeat=\"\" background_position=\"\" background_size=\"auto\" background_attachment=\"\" hide_bg_lowres=\"false\" background_video=\"\" vertical_padding_top=\"0\" vertical_padding_bottom=\"0\" more_link=\"\" more_text=\"\" left_border=\"transparent\" class=\"\" id=\"\" title=\"Your weekend summed up\" title_type=\"single\" animation=\"none\" width=\"1/1\" last=\"true\"]\r\n\r\n[column_1 width=\"1/1\" last=\"true\" title=\"Your weekend, your way\" title_type=\"single\" animation=\"fade-in\" implicit=\"true\"]\r\n\r\n[tabs layout=\"vertical\" nav_color=\"#fff\" left_color=\"accent3\" right_color=\"accent2\"]\r\nThis is Photoshop’s version of Lorem Ipsum. Proin gravida nibh vel velit auctor aliquet.\r\nAenean sollicitudin, lorem quis bibendum auctor, nisi elit consequat ipsum, nec sagittis sem nibh id elit.\r\nDuis sed odio sit amet nibh vulputate cursus a sit amet mauris. Morbi accumsan ipsum velit. Nam nec tellus a odio tincidunt auctor a ornare odio. Sed non mauris vitae erat consequat auctor eu in elit.\r\n[tab icon=\"\" title=\"Food & Drink\"]\r\n\r\n[column_2 parallax_bg=\"disabled\" parallax_bg_inertia=\"-0.2\" extended=\"false\" extended_padding=\"true\" background_color=\"\" background_image=\"\" background_repeat=\"\" background_position=\"\" background_size=\"auto\" background_attachment=\"\" hide_bg_lowres=\"false\" background_video=\"\" vertical_padding_top=\"0\" vertical_padding_bottom=\"0\" more_link=\"\" more_text=\"\" left_border=\"transparent\" class=\"\" id=\"\" title=\"Food & Drink\" title_type=\"single\" animation=\"none\" width=\"1/1\" last=\"true\"]\r\n\r\n[column_3 width=\"3/5\" title=\"\" title_type=\"single\" animation=\"none\" implicit=\"true\"]\r\n\r\nThis is Photoshop’s version of Lorem Ipsum. Proin gravida nibh vel velit auctor aliquet.\r\nAenean sollicitudin, lorem quis bibendum auctor, nisi elit consequat ipsum, nec sagittis sem nibh id elit.\r\nDuis sed odio sit amet nibh vulputate cursus a sit amet mauris. Morbi accumsan ipsum velit. Nam nec tellus a odio tincidunt auctor a ornare odio. Sed non mauris vitae erat consequat auctor eu in elit.\r\n\r\n[/column_3]\r\n\r\n[column_3 width=\"2/5\" last=\"true\" title=\"\" title_type=\"single\" animation=\"none\" implicit=\"true\"]\r\n\r\n[list style=\"food\" color=\"accent1\"]\r\n
    \r\n
  • Drinks on arrival
  • \r\n
  • On the big day
  • \r\n
  • Food and drink while with us
  • \r\n
  • Specialties
  • \r\n
  • If you need something different
  • \r\n
\r\n[/list]\r\n\r\n[/column_3]\r\n\r\n[gallery columns=\"7\" link=\"none\" ids=\"48,47,46,45,44,43,42\"]\r\n\r\n[/column_2]\r\n[/tab]\r\n\r\n[tab icon=\"\" title=\"Family & Fun\"][/tab]\r\n\r\n[tab icon=\"\" title=\"Accomodation\"][/tab]\r\n\r\n[tab icon=\"\" title=\"The Package\"][/tab]\r\n\r\n[tab icon=\"\" title=\"Extras\"][/tab]\r\n[/tabs]\r\n\r\n[/column_1]\r\n\r\n[/column]','Home','','inherit','','open','','5-revision-v1','','','2015-01-25 09:13:27','2015-01-25 14:13:27','',5,'http://www.weekendweddingvenues.com/wordpress/5-revision-v1/',0,'revision','',0),(54,1,'2015-01-25 09:16:09','2015-01-25 14:16:09','[text_divider type=\"single\"]\r\n\r\nArriving at St Audries Park, Somerset\r\n\r\n[/text_divider]\r\n\r\n[column parallax_bg=\"disabled\" parallax_bg_inertia=\"-0.2\" extended=\"false\" extended_padding=\"true\" background_color=\"\" background_image=\"\" background_repeat=\"\" background_position=\"\" background_size=\"auto\" background_attachment=\"\" hide_bg_lowres=\"false\" background_video=\"\" vertical_padding_top=\"0\" vertical_padding_bottom=\"0\" more_link=\"\" more_text=\"\" left_border=\"transparent\" class=\"\" id=\"\" title=\"\" title_type=\"single\" animation=\"fade-in\" width=\"1/1\" last=\"true\"]\r\n\r\n[column_1 width=\"1/2\" title=\"\" title_type=\"single\" animation=\"none\" implicit=\"true\"]\r\n\r\n[embed]https://www.youtube.com/watch?v=_40kU2uzfjo[/embed]\r\n\r\n[/column_1]\r\n\r\n[column_1 width=\"1/2\" last=\"true\" title=\"\" title_type=\"single\" animation=\"none\" implicit=\"true\"]\r\n\r\nSet in Somersets beautiful xxxxx, St Audries takes your breathe away. Your weekend wedding blah blah.\r\n\r\nApple pie powder applicake gingerbread toffee toffee powder. Jelly beans ice cream danish jelly-o chocolate bar biscuit cheesecake gummies lemon drops. Chocolate bar dragée cookie lemon drops pudding. Chocolate bar ice cream chupa chups biscuit sweet. Jelly beans marzipan gingerbread jelly beans liquorice.\r\n\r\nJujubes unerdwear.com chocolate gummi bears applicake gingerbread gummies unerdwear.com. Chocolate cake wafer wafer candy lollipop donut bonbon jelly beans dessert. Brownie sugar plum jelly sesame snaps marshmallow ice cream soufflé toffee lemon drops.\r\n\r\n[button id=\"hp_button_1\" style=\"filled-small\" class=\"hp_button_1\" align=\"right\" link=\"http://www.weekendweddingvenues.com/wordpress/\" linkTarget=\"_self\" bgColor=\"accent4\" hover_color=\"accent2\" font=\"20\" icon=\"\" icon_placement=\"left\" icon_color=\"\"]Link to page[/button]\r\n\r\n[/column_1]\r\n\r\n[/column]\r\n\r\n[blank h=\"30\"]\r\n\r\n[/blank]\r\n\r\n[column parallax_bg=\"disabled\" parallax_bg_inertia=\"-0.2\" extended=\"true\" extended_padding=\"true\" background_color=\"#FEEFE3\" background_image=\"\" background_repeat=\"\" background_position=\"\" background_size=\"auto\" background_attachment=\"\" hide_bg_lowres=\"false\" background_video=\"\" vertical_padding_top=\"0\" vertical_padding_bottom=\"0\" more_link=\"\" more_text=\"\" left_border=\"transparent\" class=\"\" id=\"\" title=\"\" title_type=\"single\" animation=\"from-right\" width=\"1/1\" last=\"true\"]\r\n\r\n[column_1 width=\"1/1\" last=\"true\" title=\"Lynn and Dave will meet you at the front door\" title_type=\"single\" animation=\"none\" implicit=\"true\"]\r\n

\"\"

\r\nThis is Photoshop’s version of Lorem Ipsum. Proin gravida nibh vel velit auctor aliquet.\r\nAenean sollicitudin, lorem quis bibendum auctor, nisi elit consequat ipsum, nec sagittis sem nibh id elit.\r\nDuis sed odio sit amet nibh vulputate cursus a sit amet mauris. Morbi accumsan ipsum velit. Nam nec tellus a odio tincidunt auctor a ornare odio. Sed non mauris vitae erat consequat auctor eu in elit.\r\n\r\n[button id=\"hp_button_1\" style=\"filled-small\" class=\"hp_button_1\" align=\"right\" link=\"http://www.weekendweddingvenues.com/wordpress/\" linkTarget=\"_self\" bgColor=\"accent4\" hover_color=\"accent2\" font=\"20\" icon=\"\" icon_placement=\"left\" icon_color=\"\"]Link to page[/button]\r\n\r\n[/column_1]\r\n\r\n[/column]\r\n\r\n[blank h=\"30\"]\r\n\r\n[/blank]\r\n\r\n[column parallax_bg=\"disabled\" parallax_bg_inertia=\"-0.2\" extended=\"false\" extended_padding=\"true\" background_color=\"\" background_image=\"\" background_repeat=\"\" background_position=\"\" background_size=\"auto\" background_attachment=\"\" hide_bg_lowres=\"false\" background_video=\"\" vertical_padding_top=\"0\" vertical_padding_bottom=\"0\" more_link=\"\" more_text=\"\" left_border=\"transparent\" class=\"\" id=\"\" title=\"Walking down the Isle\" title_type=\"single\" animation=\"fade-in\" width=\"1/1\" last=\"true\"]\r\n\r\n[column_1 width=\"1/2\" title=\"\" title_type=\"single\" animation=\"none\" implicit=\"true\"]\r\n\r\n\"st-audries-park-wedding-ca(5)\"\r\n\r\n[/column_1]\r\n\r\n[column_1 width=\"1/2\" last=\"true\" title=\"\" title_type=\"single\" animation=\"none\" implicit=\"true\"]\r\n\r\nSet in Somersets beautiful xxxxx, St Audries takes your breathe away. Your weekend wedding blah blah.\r\n\r\nApple pie powder applicake gingerbread toffee toffee powder. Jelly beans ice cream danish jelly-o chocolate bar biscuit cheesecake gummies lemon drops. Chocolate bar dragée cookie lemon drops pudding. Chocolate bar ice cream chupa chups biscuit sweet. Jelly beans marzipan gingerbread jelly beans liquorice.\r\n\r\nJujubes unerdwear.com chocolate gummi bears applicake gingerbread gummies unerdwear.com. Chocolate cake wafer wafer candy lollipop donut bonbon jelly beans dessert. Brownie sugar plum jelly sesame snaps marshmallow ice cream soufflé toffee lemon drops.\r\n\r\n[button id=\"hp_button_1\" style=\"filled-small\" class=\"hp_button_1\" align=\"right\" link=\"http://www.weekendweddingvenues.com/wordpress/\" linkTarget=\"_self\" bgColor=\"accent4\" hover_color=\"accent2\" font=\"20\" icon=\"\" icon_placement=\"left\" icon_color=\"\"]Link to page[/button]\r\n\r\n[/column_1]\r\n\r\n[/column]\r\n\r\n[blank h=\"30\"]\r\n\r\n[/blank]\r\n\r\n[column parallax_bg=\"disabled\" parallax_bg_inertia=\"-0.2\" extended=\"false\" extended_padding=\"true\" background_color=\"\" background_image=\"\" background_repeat=\"\" background_position=\"\" background_size=\"auto\" background_attachment=\"\" hide_bg_lowres=\"false\" background_video=\"\" vertical_padding_top=\"0\" vertical_padding_bottom=\"0\" more_link=\"\" more_text=\"\" left_border=\"transparent\" class=\"\" id=\"\" title=\"Your weekend summed up\" title_type=\"single\" animation=\"none\" width=\"1/1\" last=\"true\"]\r\n\r\n[column_1 width=\"1/1\" last=\"true\" title=\"Your weekend, your way\" title_type=\"single\" animation=\"fade-in\" implicit=\"true\"]\r\n\r\n[tabs layout=\"vertical\" nav_color=\"#fff\" left_color=\"accent3\" right_color=\"accent2\"]\r\nThis is Photoshop’s version of Lorem Ipsum. Proin gravida nibh vel velit auctor aliquet.\r\nAenean sollicitudin, lorem quis bibendum auctor, nisi elit consequat ipsum, nec sagittis sem nibh id elit.\r\nDuis sed odio sit amet nibh vulputate cursus a sit amet mauris. Morbi accumsan ipsum velit. Nam nec tellus a odio tincidunt auctor a ornare odio. Sed non mauris vitae erat consequat auctor eu in elit.\r\n[tab icon=\"\" title=\"Food & Drink\"]\r\n\r\n[column_2 parallax_bg=\"disabled\" parallax_bg_inertia=\"-0.2\" extended=\"false\" extended_padding=\"true\" background_color=\"\" background_image=\"\" background_repeat=\"\" background_position=\"\" background_size=\"auto\" background_attachment=\"\" hide_bg_lowres=\"false\" background_video=\"\" vertical_padding_top=\"0\" vertical_padding_bottom=\"0\" more_link=\"\" more_text=\"\" left_border=\"transparent\" class=\"\" id=\"\" title=\"Food & Drink\" title_type=\"single\" animation=\"none\" width=\"1/1\" last=\"true\"]\r\n\r\n[column_3 width=\"3/5\" title=\"\" title_type=\"single\" animation=\"none\" implicit=\"true\"]\r\n\r\nThis is Photoshop’s version of Lorem Ipsum. Proin gravida nibh vel velit auctor aliquet.\r\nAenean sollicitudin, lorem quis bibendum auctor, nisi elit consequat ipsum, nec sagittis sem nibh id elit.\r\nDuis sed odio sit amet nibh vulputate cursus a sit amet mauris. Morbi accumsan ipsum velit. Nam nec tellus a odio tincidunt auctor a ornare odio. Sed non mauris vitae erat consequat auctor eu in elit.\r\n\r\n[/column_3]\r\n\r\n[column_3 width=\"2/5\" last=\"true\" title=\"\" title_type=\"single\" animation=\"none\" implicit=\"true\"]\r\n\r\n[list style=\"food\" color=\"accent1\"]\r\n
    \r\n
  • Drinks on arrival
  • \r\n
  • On the big day
  • \r\n
  • Food and drink while with us
  • \r\n
  • Specialties
  • \r\n
  • If you need something different
  • \r\n
\r\n[/list]\r\n\r\n[/column_3]\r\n\r\n[gallery columns=\"7\" link=\"none\" ids=\"48,47,46,45,44,43,42\"]\r\n\r\n[lightbox href=\"http://makalu.vamtam.com/wp-content/uploads/2013/03/service-icon-3.png\" group=\"\" iframe=\"true\"]\r\n\r\n[gallery columns=\"7\" link=\"none\" ids=\"48,47,46,45,44,43,42\"]\r\n\r\n[/lightbox]\r\n\r\n[/column_2]\r\n[/tab]\r\n\r\n[tab icon=\"\" title=\"Family & Fun\"][/tab]\r\n\r\n[tab icon=\"\" title=\"Accomodation\"][/tab]\r\n\r\n[tab icon=\"\" title=\"The Package\"][/tab]\r\n\r\n[tab icon=\"\" title=\"Extras\"][/tab]\r\n[/tabs]\r\n\r\n[/column_1]\r\n\r\n[/column]','Home','','inherit','','open','','5-revision-v1','','','2015-01-25 09:16:09','2015-01-25 14:16:09','',5,'http://www.weekendweddingvenues.com/wordpress/5-revision-v1/',0,'revision','',0),(60,1,'2015-01-25 09:38:22','2015-01-25 14:38:22','[text_divider type=\"single\"]\r\n\r\nArriving at St Audries Park, Somerset\r\n\r\n[/text_divider]\r\n\r\n[column parallax_bg=\"disabled\" parallax_bg_inertia=\"-0.2\" extended=\"false\" extended_padding=\"true\" background_color=\"\" background_image=\"\" background_repeat=\"\" background_position=\"\" background_size=\"auto\" background_attachment=\"\" hide_bg_lowres=\"false\" background_video=\"\" vertical_padding_top=\"0\" vertical_padding_bottom=\"0\" more_link=\"\" more_text=\"\" left_border=\"transparent\" class=\"\" id=\"\" title=\"\" title_type=\"single\" animation=\"fade-in\" width=\"1/1\" last=\"true\"]\r\n\r\n[column_1 width=\"1/2\" title=\"\" title_type=\"single\" animation=\"none\" implicit=\"true\"]\r\n\r\n[embed]https://www.youtube.com/watch?v=_40kU2uzfjo[/embed]\r\n\r\n[/column_1]\r\n\r\n[column_1 width=\"1/2\" last=\"true\" title=\"\" title_type=\"single\" animation=\"none\" implicit=\"true\"]\r\n\r\nSet in Somersets beautiful xxxxx, St Audries takes your breathe away. Your weekend wedding blah blah.\r\n\r\nApple pie powder applicake gingerbread toffee toffee powder. Jelly beans ice cream danish jelly-o chocolate bar biscuit cheesecake gummies lemon drops. Chocolate bar dragée cookie lemon drops pudding. Chocolate bar ice cream chupa chups biscuit sweet. Jelly beans marzipan gingerbread jelly beans liquorice.\r\n\r\nJujubes unerdwear.com chocolate gummi bears applicake gingerbread gummies unerdwear.com. Chocolate cake wafer wafer candy lollipop donut bonbon jelly beans dessert. Brownie sugar plum jelly sesame snaps marshmallow ice cream soufflé toffee lemon drops.\r\n\r\n[button id=\"hp_button_1\" style=\"filled-small\" class=\"hp_button_1\" align=\"right\" link=\"http://www.weekendweddingvenues.com/wordpress/\" linkTarget=\"_self\" bgColor=\"accent4\" hover_color=\"accent2\" font=\"20\" icon=\"\" icon_placement=\"left\" icon_color=\"\"]Link to page[/button]\r\n\r\n[/column_1]\r\n\r\n[/column]\r\n\r\n[blank h=\"30\"]\r\n\r\n[/blank]\r\n\r\n[column parallax_bg=\"disabled\" parallax_bg_inertia=\"-0.2\" extended=\"true\" extended_padding=\"true\" background_color=\"#FEEFE3\" background_image=\"\" background_repeat=\"\" background_position=\"\" background_size=\"auto\" background_attachment=\"\" hide_bg_lowres=\"false\" background_video=\"\" vertical_padding_top=\"0\" vertical_padding_bottom=\"0\" more_link=\"\" more_text=\"\" left_border=\"transparent\" class=\"\" id=\"\" title=\"\" title_type=\"single\" animation=\"from-right\" width=\"1/1\" last=\"true\"]\r\n\r\n[column_1 width=\"1/1\" last=\"true\" title=\"Lynn and Dave will meet you at the front door\" title_type=\"single\" animation=\"none\" implicit=\"true\"]\r\n

\"\"

\r\nThis is Photoshop’s version of Lorem Ipsum. Proin gravida nibh vel velit auctor aliquet.\r\nAenean sollicitudin, lorem quis bibendum auctor, nisi elit consequat ipsum, nec sagittis sem nibh id elit.\r\nDuis sed odio sit amet nibh vulputate cursus a sit amet mauris. Morbi accumsan ipsum velit. Nam nec tellus a odio tincidunt auctor a ornare odio. Sed non mauris vitae erat consequat auctor eu in elit.\r\n\r\n[button id=\"hp_button_1\" style=\"filled-small\" class=\"hp_button_1\" align=\"right\" link=\"http://www.weekendweddingvenues.com/wordpress/\" linkTarget=\"_self\" bgColor=\"accent4\" hover_color=\"accent2\" font=\"20\" icon=\"\" icon_placement=\"left\" icon_color=\"\"]Link to page[/button]\r\n\r\n[/column_1]\r\n\r\n[/column]\r\n\r\n[blank h=\"30\"]\r\n\r\n[/blank]\r\n\r\n[column parallax_bg=\"disabled\" parallax_bg_inertia=\"-0.2\" extended=\"false\" extended_padding=\"true\" background_color=\"\" background_image=\"\" background_repeat=\"\" background_position=\"\" background_size=\"auto\" background_attachment=\"\" hide_bg_lowres=\"false\" background_video=\"\" vertical_padding_top=\"0\" vertical_padding_bottom=\"0\" more_link=\"\" more_text=\"\" left_border=\"transparent\" class=\"\" id=\"\" title=\"Walking down the Isle\" title_type=\"single\" animation=\"fade-in\" width=\"1/1\" last=\"true\"]\r\n\r\n[column_1 width=\"1/2\" title=\"\" title_type=\"single\" animation=\"none\" implicit=\"true\"]\r\n\r\n\"st-audries-park-wedding-ca(5)\"\r\n\r\n[/column_1]\r\n\r\n[column_1 width=\"1/2\" last=\"true\" title=\"\" title_type=\"single\" animation=\"none\" implicit=\"true\"]\r\n\r\nSet in Somersets beautiful xxxxx, St Audries takes your breathe away. Your weekend wedding blah blah.\r\n\r\nApple pie powder applicake gingerbread toffee toffee powder. Jelly beans ice cream danish jelly-o chocolate bar biscuit cheesecake gummies lemon drops. Chocolate bar dragée cookie lemon drops pudding. Chocolate bar ice cream chupa chups biscuit sweet. Jelly beans marzipan gingerbread jelly beans liquorice.\r\n\r\nJujubes unerdwear.com chocolate gummi bears applicake gingerbread gummies unerdwear.com. Chocolate cake wafer wafer candy lollipop donut bonbon jelly beans dessert. Brownie sugar plum jelly sesame snaps marshmallow ice cream soufflé toffee lemon drops.\r\n\r\n[button id=\"hp_button_1\" style=\"filled-small\" class=\"hp_button_1\" align=\"right\" link=\"http://www.weekendweddingvenues.com/wordpress/\" linkTarget=\"_self\" bgColor=\"accent4\" hover_color=\"accent2\" font=\"20\" icon=\"\" icon_placement=\"left\" icon_color=\"\"]Link to page[/button]\r\n\r\n[/column_1]\r\n\r\n[/column]\r\n\r\n[blank h=\"30\"]\r\n\r\n[/blank]\r\n\r\n[column parallax_bg=\"disabled\" parallax_bg_inertia=\"-0.2\" extended=\"false\" extended_padding=\"true\" background_color=\"\" background_image=\"\" background_repeat=\"\" background_position=\"\" background_size=\"auto\" background_attachment=\"\" hide_bg_lowres=\"false\" background_video=\"\" vertical_padding_top=\"0\" vertical_padding_bottom=\"0\" more_link=\"\" more_text=\"\" left_border=\"transparent\" class=\"\" id=\"\" title=\"Your weekend summed up\" title_type=\"single\" animation=\"none\" width=\"1/1\" last=\"true\"]\r\n\r\n[column_1 width=\"1/1\" last=\"true\" title=\"Your weekend, your way\" title_type=\"single\" animation=\"fade-in\" implicit=\"true\"]\r\n\r\n[tabs layout=\"vertical\" nav_color=\"#fff\" left_color=\"accent3\" right_color=\"accent2\"]\r\nThis is Photoshop’s version of Lorem Ipsum. Proin gravida nibh vel velit auctor aliquet.\r\nAenean sollicitudin, lorem quis bibendum auctor, nisi elit consequat ipsum, nec sagittis sem nibh id elit.\r\nDuis sed odio sit amet nibh vulputate cursus a sit amet mauris. Morbi accumsan ipsum velit. Nam nec tellus a odio tincidunt auctor a ornare odio. Sed non mauris vitae erat consequat auctor eu in elit.\r\n[tab icon=\"\" title=\"Food & Drink\"]\r\n\r\n[column_2 parallax_bg=\"disabled\" parallax_bg_inertia=\"-0.2\" extended=\"false\" extended_padding=\"true\" background_color=\"\" background_image=\"\" background_repeat=\"\" background_position=\"\" background_size=\"auto\" background_attachment=\"\" hide_bg_lowres=\"false\" background_video=\"\" vertical_padding_top=\"0\" vertical_padding_bottom=\"0\" more_link=\"\" more_text=\"\" left_border=\"transparent\" class=\"\" id=\"\" title=\"Food & Drink\" title_type=\"single\" animation=\"none\" width=\"1/1\" last=\"true\"]\r\n\r\n[column_3 width=\"3/5\" title=\"\" title_type=\"single\" animation=\"none\" implicit=\"true\"]\r\n\r\nThis is Photoshop’s version of Lorem Ipsum. Proin gravida nibh vel velit auctor aliquet.\r\nAenean sollicitudin, lorem quis bibendum auctor, nisi elit consequat ipsum, nec sagittis sem nibh id elit.\r\nDuis sed odio sit amet nibh vulputate cursus a sit amet mauris. Morbi accumsan ipsum velit. Nam nec tellus a odio tincidunt auctor a ornare odio. Sed non mauris vitae erat consequat auctor eu in elit.\r\n\r\n[/column_3]\r\n\r\n[column_3 width=\"2/5\" last=\"true\" title=\"\" title_type=\"single\" animation=\"none\" implicit=\"true\"]\r\n\r\n[list style=\"food\" color=\"accent1\"]\r\n
    \r\n
  • Drinks on arrival
  • \r\n
  • On the big day
  • \r\n
  • Food and drink while with us
  • \r\n
  • Specialties
  • \r\n
  • If you need something different
  • \r\n
\r\n[/list]\r\n\r\n[/column_3]\r\n\r\n[portfolio layout=\"fit-rows\" nopaging=\"true\" column=\"4\" max=\"55\" title=\"false\" desc=\"false\" more=\"Read more\" group=\"true\" cat=\"food-drink\" ids=\"56\"]\r\n\r\n[/portfolio]\r\n\r\n[/column_2]\r\n[/tab]\r\n\r\n[tab icon=\"\" title=\"Family & Fun\"][/tab]\r\n\r\n[tab icon=\"\" title=\"Accomodation\"][/tab]\r\n\r\n[tab icon=\"\" title=\"The Package\"][/tab]\r\n\r\n[tab icon=\"\" title=\"Extras\"][/tab]\r\n[/tabs]\r\n\r\n[/column_1]\r\n\r\n[/column]','Home','','inherit','','open','','5-revision-v1','','','2015-01-25 09:38:22','2015-01-25 14:38:22','',5,'http://www.weekendweddingvenues.com/wordpress/5-revision-v1/',0,'revision','',0),(58,1,'2015-01-25 09:35:05','2015-01-25 14:35:05','\r\n\r\n[text_divider type=\"single\"]\r\n\r\n\r\nArriving at St Audries Park, Somerset\r\n\r\n\r\n[/text_divider]\r\n\r\n\r\n[column parallax_bg=\"disabled\" parallax_bg_inertia=\"-0.2\" extended=\"false\" extended_padding=\"true\" background_color=\"\" background_image=\"\" background_repeat=\"\" background_position=\"\" background_size=\"auto\" background_attachment=\"\" hide_bg_lowres=\"false\" background_video=\"\" vertical_padding_top=\"0\" vertical_padding_bottom=\"0\" more_link=\"\" more_text=\"\" left_border=\"transparent\" class=\"\" id=\"\" title=\"\" title_type=\"single\" animation=\"fade-in\" width=\"1/1\" last=\"true\"]\r\n\r\n[column_1 width=\"1/2\" title=\"\" title_type=\"single\" animation=\"none\" implicit=\"true\"]\r\n\r\n\r\n[embed]https://www.youtube.com/watch?v=_40kU2uzfjo[/embed]\r\n\r\n[/column_1]\r\n\r\n[column_1 width=\"1/2\" last=\"true\" title=\"\" title_type=\"single\" animation=\"none\" implicit=\"true\"]\r\n\r\n\r\nSet in Somersets beautiful xxxxx, St Audries takes your breathe away. Your weekend wedding blah blah.\r\n\r\nApple pie powder applicake gingerbread toffee toffee powder. Jelly beans ice cream danish jelly-o chocolate bar biscuit cheesecake gummies lemon drops. Chocolate bar dragée cookie lemon drops pudding. Chocolate bar ice cream chupa chups biscuit sweet. Jelly beans marzipan gingerbread jelly beans liquorice.\r\n\r\nJujubes unerdwear.com chocolate gummi bears applicake gingerbread gummies unerdwear.com. Chocolate cake wafer wafer candy lollipop donut bonbon jelly beans dessert. Brownie sugar plum jelly sesame snaps marshmallow ice cream soufflé toffee lemon drops.\r\n\r\n[button id=\"hp_button_1\" style=\"filled-small\" class=\"hp_button_1\" align=\"right\" link=\"http://www.weekendweddingvenues.com/wordpress/\" linkTarget=\"_self\" bgColor=\"accent4\" hover_color=\"accent2\" font=\"20\" icon=\"\" icon_placement=\"left\" icon_color=\"\"]Link to page[/button]\r\n\r\n[/column_1]\r\n\r\n[/column]\r\n\r\n\r\n[blank h=\"30\"]\r\n\r\n[/blank]\r\n\r\n\r\n[column parallax_bg=\"disabled\" parallax_bg_inertia=\"-0.2\" extended=\"true\" extended_padding=\"true\" background_color=\"#FEEFE3\" background_image=\"\" background_repeat=\"\" background_position=\"\" background_size=\"auto\" background_attachment=\"\" hide_bg_lowres=\"false\" background_video=\"\" vertical_padding_top=\"0\" vertical_padding_bottom=\"0\" more_link=\"\" more_text=\"\" left_border=\"transparent\" class=\"\" id=\"\" title=\"\" title_type=\"single\" animation=\"from-right\" width=\"1/1\" last=\"true\"]\r\n\r\n[column_1 width=\"1/1\" last=\"true\" title=\"Lynn and Dave will meet you at the front door\" title_type=\"single\" animation=\"none\" implicit=\"true\"]\r\n\r\n\r\n

\"\"

\r\nThis is Photoshop’s version of Lorem Ipsum. Proin gravida nibh vel velit auctor aliquet.\r\nAenean sollicitudin, lorem quis bibendum auctor, nisi elit consequat ipsum, nec sagittis sem nibh id elit.\r\nDuis sed odio sit amet nibh vulputate cursus a sit amet mauris. Morbi accumsan ipsum velit. Nam nec tellus a odio tincidunt auctor a ornare odio. Sed non mauris vitae erat consequat auctor eu in elit.\r\n\r\n[button id=\"hp_button_1\" style=\"filled-small\" class=\"hp_button_1\" align=\"right\" link=\"http://www.weekendweddingvenues.com/wordpress/\" linkTarget=\"_self\" bgColor=\"accent4\" hover_color=\"accent2\" font=\"20\" icon=\"\" icon_placement=\"left\" icon_color=\"\"]Link to page[/button]\r\n\r\n[/column_1]\r\n\r\n[/column]\r\n\r\n\r\n[blank h=\"30\"]\r\n\r\n[/blank]\r\n\r\n\r\n[column parallax_bg=\"disabled\" parallax_bg_inertia=\"-0.2\" extended=\"false\" extended_padding=\"true\" background_color=\"\" background_image=\"\" background_repeat=\"\" background_position=\"\" background_size=\"auto\" background_attachment=\"\" hide_bg_lowres=\"false\" background_video=\"\" vertical_padding_top=\"0\" vertical_padding_bottom=\"0\" more_link=\"\" more_text=\"\" left_border=\"transparent\" class=\"\" id=\"\" title=\"Walking down the Isle\" title_type=\"single\" animation=\"fade-in\" width=\"1/1\" last=\"true\"]\r\n\r\n[column_1 width=\"1/2\" title=\"\" title_type=\"single\" animation=\"none\" implicit=\"true\"]\r\n\r\n\r\n\"st-audries-park-wedding-ca(5)\"\r\n\r\n\r\n\r\n[/column_1]\r\n\r\n[column_1 width=\"1/2\" last=\"true\" title=\"\" title_type=\"single\" animation=\"none\" implicit=\"true\"]\r\n\r\n\r\nSet in Somersets beautiful xxxxx, St Audries takes your breathe away. Your weekend wedding blah blah.\r\n\r\nApple pie powder applicake gingerbread toffee toffee powder. Jelly beans ice cream danish jelly-o chocolate bar biscuit cheesecake gummies lemon drops. Chocolate bar dragée cookie lemon drops pudding. Chocolate bar ice cream chupa chups biscuit sweet. Jelly beans marzipan gingerbread jelly beans liquorice.\r\n\r\nJujubes unerdwear.com chocolate gummi bears applicake gingerbread gummies unerdwear.com. Chocolate cake wafer wafer candy lollipop donut bonbon jelly beans dessert. Brownie sugar plum jelly sesame snaps marshmallow ice cream soufflé toffee lemon drops.\r\n\r\n[button id=\"hp_button_1\" style=\"filled-small\" class=\"hp_button_1\" align=\"right\" link=\"http://www.weekendweddingvenues.com/wordpress/\" linkTarget=\"_self\" bgColor=\"accent4\" hover_color=\"accent2\" font=\"20\" icon=\"\" icon_placement=\"left\" icon_color=\"\"]Link to page[/button]\r\n\r\n[/column_1]\r\n\r\n[/column]\r\n\r\n\r\n[blank h=\"30\"]\r\n\r\n[/blank]\r\n\r\n\r\n[column parallax_bg=\"disabled\" parallax_bg_inertia=\"-0.2\" extended=\"false\" extended_padding=\"true\" background_color=\"\" background_image=\"\" background_repeat=\"\" background_position=\"\" background_size=\"auto\" background_attachment=\"\" hide_bg_lowres=\"false\" background_video=\"\" vertical_padding_top=\"0\" vertical_padding_bottom=\"0\" more_link=\"\" more_text=\"\" left_border=\"transparent\" class=\"\" id=\"\" title=\"Your weekend summed up\" title_type=\"single\" animation=\"none\" width=\"1/1\" last=\"true\"]\r\n\r\n[column_1 width=\"1/1\" last=\"true\" title=\"Your weekend, your way\" title_type=\"single\" animation=\"fade-in\" implicit=\"true\"]\r\n\r\n\r\n[tabs layout=\"vertical\" nav_color=\"#fff\" left_color=\"accent3\" right_color=\"accent2\"]\r\nThis is Photoshop’s version of Lorem Ipsum. Proin gravida nibh vel velit auctor aliquet.\r\nAenean sollicitudin, lorem quis bibendum auctor, nisi elit consequat ipsum, nec sagittis sem nibh id elit.\r\nDuis sed odio sit amet nibh vulputate cursus a sit amet mauris. Morbi accumsan ipsum velit. Nam nec tellus a odio tincidunt auctor a ornare odio. Sed non mauris vitae erat consequat auctor eu in elit.\r\n[tab icon=\"\" title=\"Food & Drink\"]\r\n\r\n[column_2 parallax_bg=\"disabled\" parallax_bg_inertia=\"-0.2\" extended=\"false\" extended_padding=\"true\" background_color=\"\" background_image=\"\" background_repeat=\"\" background_position=\"\" background_size=\"auto\" background_attachment=\"\" hide_bg_lowres=\"false\" background_video=\"\" vertical_padding_top=\"0\" vertical_padding_bottom=\"0\" more_link=\"\" more_text=\"\" left_border=\"transparent\" class=\"\" id=\"\" title=\"Food & Drink\" title_type=\"single\" animation=\"none\" width=\"1/1\" last=\"true\"]\r\n\r\n[column_3 width=\"3/5\" title=\"\" title_type=\"single\" animation=\"none\" implicit=\"true\"]\r\n\r\n\r\nThis is Photoshop’s version of Lorem Ipsum. Proin gravida nibh vel velit auctor aliquet.\r\nAenean sollicitudin, lorem quis bibendum auctor, nisi elit consequat ipsum, nec sagittis sem nibh id elit.\r\nDuis sed odio sit amet nibh vulputate cursus a sit amet mauris. Morbi accumsan ipsum velit. Nam nec tellus a odio tincidunt auctor a ornare odio. Sed non mauris vitae erat consequat auctor eu in elit.\r\n\r\n\r\n\r\n[/column_3]\r\n\r\n[column_3 width=\"2/5\" last=\"true\" title=\"\" title_type=\"single\" animation=\"none\" implicit=\"true\"]\r\n\r\n\r\n[list style=\"food\" color=\"accent1\"]\r\n
    \r\n
  • Drinks on arrival
  • \r\n
  • On the big day
  • \r\n
  • Food and drink while with us
  • \r\n
  • Specialties
  • \r\n
  • If you need something different
  • \r\n
\r\n[/list]\r\n\r\n[/column_3]\r\n\r\n\r\n[portfolio layout=\"fit-rows\" nopaging=\"true\" column=\"4\" max=\"55\" title=\"false\" desc=\"false\" more=\"Read more\" group=\"true\" cat=\"\" ids=\"56\"]\r\n\r\n[/portfolio]\r\n\r\n[/column_2]\r\n[/tab]\r\n\r\n[tab icon=\"\" title=\"Family & Fun\"][/tab]\r\n\r\n[tab icon=\"\" title=\"Accomodation\"][/tab]\r\n\r\n[tab icon=\"\" title=\"The Package\"][/tab]\r\n\r\n[tab icon=\"\" title=\"Extras\"][/tab]\r\n[/tabs]\r\n\r\n[/column_1]\r\n\r\n[/column]\r\n','Home','','inherit','','open','','5-revision-v1','','','2015-01-25 09:35:05','2015-01-25 14:35:05','',5,'http://www.weekendweddingvenues.com/wordpress/5-revision-v1/',0,'revision','',0),(56,1,'2015-01-25 09:32:20','2015-01-25 14:32:20','\"Wedding','Food & Drink','','publish','closed','open','','food-drink','','','2015-01-25 09:37:43','2015-01-25 14:37:43','',0,'http://www.weekendweddingvenues.com/wordpress/?post_type=portfolio&p=56',0,'portfolio','',0),(59,1,'2015-01-25 09:37:22','2015-01-25 14:37:22','','Food & Drink','','inherit','','open','','56-autosave-v1','','','2015-01-25 09:37:22','2015-01-25 14:37:22','',56,'http://www.weekendweddingvenues.com/wordpress/56-autosave-v1/',0,'revision','',0),(61,1,'2015-01-25 09:39:19','2015-01-25 14:39:19','[text_divider type=\"single\"]\r\n\r\nArriving at St Audries Park, Somerset\r\n\r\n[/text_divider]\r\n\r\n[column parallax_bg=\"disabled\" parallax_bg_inertia=\"-0.2\" extended=\"false\" extended_padding=\"true\" background_color=\"\" background_image=\"\" background_repeat=\"\" background_position=\"\" background_size=\"auto\" background_attachment=\"\" hide_bg_lowres=\"false\" background_video=\"\" vertical_padding_top=\"0\" vertical_padding_bottom=\"0\" more_link=\"\" more_text=\"\" left_border=\"transparent\" class=\"\" id=\"\" title=\"\" title_type=\"single\" animation=\"fade-in\" width=\"1/1\" last=\"true\"]\r\n\r\n[column_1 width=\"1/2\" title=\"\" title_type=\"single\" animation=\"none\" implicit=\"true\"]\r\n\r\n[embed]https://www.youtube.com/watch?v=_40kU2uzfjo[/embed]\r\n\r\n[/column_1]\r\n\r\n[column_1 width=\"1/2\" last=\"true\" title=\"\" title_type=\"single\" animation=\"none\" implicit=\"true\"]\r\n\r\nSet in Somersets beautiful xxxxx, St Audries takes your breathe away. Your weekend wedding blah blah.\r\n\r\nApple pie powder applicake gingerbread toffee toffee powder. Jelly beans ice cream danish jelly-o chocolate bar biscuit cheesecake gummies lemon drops. Chocolate bar dragée cookie lemon drops pudding. Chocolate bar ice cream chupa chups biscuit sweet. Jelly beans marzipan gingerbread jelly beans liquorice.\r\n\r\nJujubes unerdwear.com chocolate gummi bears applicake gingerbread gummies unerdwear.com. Chocolate cake wafer wafer candy lollipop donut bonbon jelly beans dessert. Brownie sugar plum jelly sesame snaps marshmallow ice cream soufflé toffee lemon drops.\r\n\r\n[button id=\"hp_button_1\" style=\"filled-small\" class=\"hp_button_1\" align=\"right\" link=\"http://www.weekendweddingvenues.com/wordpress/\" linkTarget=\"_self\" bgColor=\"accent4\" hover_color=\"accent2\" font=\"20\" icon=\"\" icon_placement=\"left\" icon_color=\"\"]Link to page[/button]\r\n\r\n[/column_1]\r\n\r\n[/column]\r\n\r\n[blank h=\"30\"]\r\n\r\n[/blank]\r\n\r\n[column parallax_bg=\"disabled\" parallax_bg_inertia=\"-0.2\" extended=\"true\" extended_padding=\"true\" background_color=\"#FEEFE3\" background_image=\"\" background_repeat=\"\" background_position=\"\" background_size=\"auto\" background_attachment=\"\" hide_bg_lowres=\"false\" background_video=\"\" vertical_padding_top=\"0\" vertical_padding_bottom=\"0\" more_link=\"\" more_text=\"\" left_border=\"transparent\" class=\"\" id=\"\" title=\"\" title_type=\"single\" animation=\"from-right\" width=\"1/1\" last=\"true\"]\r\n\r\n[column_1 width=\"1/1\" last=\"true\" title=\"Lynn and Dave will meet you at the front door\" title_type=\"single\" animation=\"none\" implicit=\"true\"]\r\n

\"\"

\r\nThis is Photoshop’s version of Lorem Ipsum. Proin gravida nibh vel velit auctor aliquet.\r\nAenean sollicitudin, lorem quis bibendum auctor, nisi elit consequat ipsum, nec sagittis sem nibh id elit.\r\nDuis sed odio sit amet nibh vulputate cursus a sit amet mauris. Morbi accumsan ipsum velit. Nam nec tellus a odio tincidunt auctor a ornare odio. Sed non mauris vitae erat consequat auctor eu in elit.\r\n\r\n[button id=\"hp_button_1\" style=\"filled-small\" class=\"hp_button_1\" align=\"right\" link=\"http://www.weekendweddingvenues.com/wordpress/\" linkTarget=\"_self\" bgColor=\"accent4\" hover_color=\"accent2\" font=\"20\" icon=\"\" icon_placement=\"left\" icon_color=\"\"]Link to page[/button]\r\n\r\n[/column_1]\r\n\r\n[/column]\r\n\r\n[blank h=\"30\"]\r\n\r\n[/blank]\r\n\r\n[column parallax_bg=\"disabled\" parallax_bg_inertia=\"-0.2\" extended=\"false\" extended_padding=\"true\" background_color=\"\" background_image=\"\" background_repeat=\"\" background_position=\"\" background_size=\"auto\" background_attachment=\"\" hide_bg_lowres=\"false\" background_video=\"\" vertical_padding_top=\"0\" vertical_padding_bottom=\"0\" more_link=\"\" more_text=\"\" left_border=\"transparent\" class=\"\" id=\"\" title=\"Walking down the Isle\" title_type=\"single\" animation=\"fade-in\" width=\"1/1\" last=\"true\"]\r\n\r\n[column_1 width=\"1/2\" title=\"\" title_type=\"single\" animation=\"none\" implicit=\"true\"]\r\n\r\n\"st-audries-park-wedding-ca(5)\"\r\n\r\n[/column_1]\r\n\r\n[column_1 width=\"1/2\" last=\"true\" title=\"\" title_type=\"single\" animation=\"none\" implicit=\"true\"]\r\n\r\nSet in Somersets beautiful xxxxx, St Audries takes your breathe away. Your weekend wedding blah blah.\r\n\r\nApple pie powder applicake gingerbread toffee toffee powder. Jelly beans ice cream danish jelly-o chocolate bar biscuit cheesecake gummies lemon drops. Chocolate bar dragée cookie lemon drops pudding. Chocolate bar ice cream chupa chups biscuit sweet. Jelly beans marzipan gingerbread jelly beans liquorice.\r\n\r\nJujubes unerdwear.com chocolate gummi bears applicake gingerbread gummies unerdwear.com. Chocolate cake wafer wafer candy lollipop donut bonbon jelly beans dessert. Brownie sugar plum jelly sesame snaps marshmallow ice cream soufflé toffee lemon drops.\r\n\r\n[button id=\"hp_button_1\" style=\"filled-small\" class=\"hp_button_1\" align=\"right\" link=\"http://www.weekendweddingvenues.com/wordpress/\" linkTarget=\"_self\" bgColor=\"accent4\" hover_color=\"accent2\" font=\"20\" icon=\"\" icon_placement=\"left\" icon_color=\"\"]Link to page[/button]\r\n\r\n[/column_1]\r\n\r\n[/column]\r\n\r\n[blank h=\"30\"]\r\n\r\n[/blank]\r\n\r\n[column parallax_bg=\"disabled\" parallax_bg_inertia=\"-0.2\" extended=\"false\" extended_padding=\"true\" background_color=\"\" background_image=\"\" background_repeat=\"\" background_position=\"\" background_size=\"auto\" background_attachment=\"\" hide_bg_lowres=\"false\" background_video=\"\" vertical_padding_top=\"0\" vertical_padding_bottom=\"0\" more_link=\"\" more_text=\"\" left_border=\"transparent\" class=\"\" id=\"\" title=\"Your weekend summed up\" title_type=\"single\" animation=\"none\" width=\"1/1\" last=\"true\"]\r\n\r\n[column_1 width=\"1/1\" last=\"true\" title=\"Your weekend, your way\" title_type=\"single\" animation=\"fade-in\" implicit=\"true\"]\r\n\r\n[tabs layout=\"vertical\" nav_color=\"#fff\" left_color=\"accent3\" right_color=\"accent2\"]\r\nThis is Photoshop’s version of Lorem Ipsum. Proin gravida nibh vel velit auctor aliquet.\r\nAenean sollicitudin, lorem quis bibendum auctor, nisi elit consequat ipsum, nec sagittis sem nibh id elit.\r\nDuis sed odio sit amet nibh vulputate cursus a sit amet mauris. Morbi accumsan ipsum velit. Nam nec tellus a odio tincidunt auctor a ornare odio. Sed non mauris vitae erat consequat auctor eu in elit.\r\n[tab icon=\"\" title=\"Food & Drink\"]\r\n\r\n[column_2 parallax_bg=\"disabled\" parallax_bg_inertia=\"-0.2\" extended=\"false\" extended_padding=\"true\" background_color=\"\" background_image=\"\" background_repeat=\"\" background_position=\"\" background_size=\"auto\" background_attachment=\"\" hide_bg_lowres=\"false\" background_video=\"\" vertical_padding_top=\"0\" vertical_padding_bottom=\"0\" more_link=\"\" more_text=\"\" left_border=\"transparent\" class=\"\" id=\"\" title=\"Food & Drink\" title_type=\"single\" animation=\"none\" width=\"1/1\" last=\"true\"]\r\n\r\n[column_3 width=\"3/5\" title=\"\" title_type=\"single\" animation=\"none\" implicit=\"true\"]\r\n\r\nThis is Photoshop’s version of Lorem Ipsum. Proin gravida nibh vel velit auctor aliquet.\r\nAenean sollicitudin, lorem quis bibendum auctor, nisi elit consequat ipsum, nec sagittis sem nibh id elit.\r\nDuis sed odio sit amet nibh vulputate cursus a sit amet mauris. Morbi accumsan ipsum velit. Nam nec tellus a odio tincidunt auctor a ornare odio. Sed non mauris vitae erat consequat auctor eu in elit.\r\n\r\n[/column_3]\r\n\r\n[column_3 width=\"2/5\" last=\"true\" title=\"\" title_type=\"single\" animation=\"none\" implicit=\"true\"]\r\n\r\n[list style=\"food\" color=\"accent1\"]\r\n
    \r\n
  • Drinks on arrival
  • \r\n
  • On the big day
  • \r\n
  • Food and drink while with us
  • \r\n
  • Specialties
  • \r\n
  • If you need something different
  • \r\n
\r\n[/list]\r\n\r\n[/column_3]\r\n\r\n[portfolio layout=\"fit-rows\" nopaging=\"true\" column=\"4\" max=\"55\" title=\"false\" desc=\"false\" more=\"View\" group=\"true\" cat=\"food-drink\" ids=\"56\"]\r\n\r\n[/portfolio]\r\n\r\n[/column_2]\r\n[/tab]\r\n\r\n[tab icon=\"\" title=\"Family & Fun\"][/tab]\r\n\r\n[tab icon=\"\" title=\"Accomodation\"][/tab]\r\n\r\n[tab icon=\"\" title=\"The Package\"][/tab]\r\n\r\n[tab icon=\"\" title=\"Extras\"][/tab]\r\n[/tabs]\r\n\r\n[/column_1]\r\n\r\n[/column]','Home','','inherit','','open','','5-revision-v1','','','2015-01-25 09:39:19','2015-01-25 14:39:19','',5,'http://www.weekendweddingvenues.com/wordpress/5-revision-v1/',0,'revision','',0),(62,1,'2015-01-25 09:40:54','2015-01-25 14:40:54','\"St-Audries-Strawberry-mousse-756x568-605x403\"','Strawberry mousse','','publish','closed','open','','strawberry-mousse','','','2015-01-25 09:40:54','2015-01-25 14:40:54','',0,'http://www.weekendweddingvenues.com/wordpress/?post_type=portfolio&p=62',0,'portfolio','',0),(63,1,'2015-01-25 10:03:20','2015-01-25 15:03:20','[text_divider type=\"single\"]\r\n\r\nArriving at St Audries Park, Somerset\r\n\r\n[/text_divider]\r\n\r\n[column parallax_bg=\"disabled\" parallax_bg_inertia=\"-0.2\" extended=\"false\" extended_padding=\"true\" background_color=\"\" background_image=\"\" background_repeat=\"\" background_position=\"\" background_size=\"auto\" background_attachment=\"\" hide_bg_lowres=\"false\" background_video=\"\" vertical_padding_top=\"0\" vertical_padding_bottom=\"0\" more_link=\"\" more_text=\"\" left_border=\"transparent\" class=\"\" id=\"\" title=\"\" title_type=\"single\" animation=\"fade-in\" width=\"1/1\" last=\"true\"]\r\n\r\n[column_1 width=\"1/2\" title=\"\" title_type=\"single\" animation=\"none\" implicit=\"true\"]\r\n\r\n[embed]https://www.youtube.com/watch?v=_40kU2uzfjo[/embed]\r\n\r\n[/column_1]\r\n\r\n[column_1 width=\"1/2\" last=\"true\" title=\"\" title_type=\"single\" animation=\"none\" implicit=\"true\"]\r\n\r\nSet in Somersets beautiful xxxxx, St Audries takes your breathe away. Your weekend wedding blah blah.\r\n\r\nApple pie powder applicake gingerbread toffee toffee powder. Jelly beans ice cream danish jelly-o chocolate bar biscuit cheesecake gummies lemon drops. Chocolate bar dragée cookie lemon drops pudding. Chocolate bar ice cream chupa chups biscuit sweet. Jelly beans marzipan gingerbread jelly beans liquorice.\r\n\r\nJujubes unerdwear.com chocolate gummi bears applicake gingerbread gummies unerdwear.com. Chocolate cake wafer wafer candy lollipop donut bonbon jelly beans dessert. Brownie sugar plum jelly sesame snaps marshmallow ice cream soufflé toffee lemon drops.\r\n\r\n[button id=\"hp_button_1\" style=\"filled-small\" class=\"hp_button_1\" align=\"right\" link=\"http://www.weekendweddingvenues.com/wordpress/\" linkTarget=\"_self\" bgColor=\"accent4\" hover_color=\"accent2\" font=\"20\" icon=\"\" icon_placement=\"left\" icon_color=\"\"]Link to page[/button]\r\n\r\n[/column_1]\r\n\r\n[/column]\r\n\r\n[blank h=\"30\"]\r\n\r\n[/blank]\r\n\r\n[column parallax_bg=\"disabled\" parallax_bg_inertia=\"-0.2\" extended=\"true\" extended_padding=\"true\" background_color=\"#FEEFE3\" background_image=\"\" background_repeat=\"\" background_position=\"\" background_size=\"auto\" background_attachment=\"\" hide_bg_lowres=\"false\" background_video=\"\" vertical_padding_top=\"0\" vertical_padding_bottom=\"0\" more_link=\"\" more_text=\"\" left_border=\"transparent\" class=\"\" id=\"\" title=\"\" title_type=\"single\" animation=\"from-right\" width=\"1/1\" last=\"true\"]\r\n\r\n[column_1 width=\"1/1\" last=\"true\" title=\"Lynn and Dave will meet you at the front door\" title_type=\"single\" animation=\"none\" implicit=\"true\"]\r\n

\"\"

\r\nThis is Photoshop’s version of Lorem Ipsum. Proin gravida nibh vel velit auctor aliquet.\r\nAenean sollicitudin, lorem quis bibendum auctor, nisi elit consequat ipsum, nec sagittis sem nibh id elit.\r\nDuis sed odio sit amet nibh vulputate cursus a sit amet mauris. Morbi accumsan ipsum velit. Nam nec tellus a odio tincidunt auctor a ornare odio. Sed non mauris vitae erat consequat auctor eu in elit.\r\n\r\n[button id=\"hp_button_1\" style=\"filled-small\" class=\"hp_button_1\" align=\"right\" link=\"http://www.weekendweddingvenues.com/wordpress/\" linkTarget=\"_self\" bgColor=\"accent4\" hover_color=\"accent2\" font=\"20\" icon=\"\" icon_placement=\"left\" icon_color=\"\"]Link to page[/button]\r\n\r\n[/column_1]\r\n\r\n[/column]\r\n\r\n[blank h=\"30\"]\r\n\r\n[/blank]\r\n\r\n[column parallax_bg=\"disabled\" parallax_bg_inertia=\"-0.2\" extended=\"false\" extended_padding=\"true\" background_color=\"\" background_image=\"\" background_repeat=\"\" background_position=\"\" background_size=\"auto\" background_attachment=\"\" hide_bg_lowres=\"false\" background_video=\"\" vertical_padding_top=\"0\" vertical_padding_bottom=\"0\" more_link=\"\" more_text=\"\" left_border=\"transparent\" class=\"\" id=\"\" title=\"Walking down the Isle\" title_type=\"single\" animation=\"fade-in\" width=\"1/1\" last=\"true\"]\r\n\r\n[column_1 width=\"1/2\" title=\"\" title_type=\"single\" animation=\"none\" implicit=\"true\"]\r\n\r\n\"st-audries-park-wedding-ca(5)\"\r\n\r\n[/column_1]\r\n\r\n[column_1 width=\"1/2\" last=\"true\" title=\"\" title_type=\"single\" animation=\"none\" implicit=\"true\"]\r\n\r\nSet in Somersets beautiful xxxxx, St Audries takes your breathe away. Your weekend wedding blah blah.\r\n\r\nApple pie powder applicake gingerbread toffee toffee powder. Jelly beans ice cream danish jelly-o chocolate bar biscuit cheesecake gummies lemon drops. Chocolate bar dragée cookie lemon drops pudding. Chocolate bar ice cream chupa chups biscuit sweet. Jelly beans marzipan gingerbread jelly beans liquorice.\r\n\r\nJujubes unerdwear.com chocolate gummi bears applicake gingerbread gummies unerdwear.com. Chocolate cake wafer wafer candy lollipop donut bonbon jelly beans dessert. Brownie sugar plum jelly sesame snaps marshmallow ice cream soufflé toffee lemon drops.\r\n\r\n[button id=\"hp_button_1\" style=\"filled-small\" class=\"hp_button_1\" align=\"right\" link=\"http://www.weekendweddingvenues.com/wordpress/\" linkTarget=\"_self\" bgColor=\"accent4\" hover_color=\"accent2\" font=\"20\" icon=\"\" icon_placement=\"left\" icon_color=\"\"]Link to page[/button]\r\n\r\n[/column_1]\r\n\r\n[/column]\r\n\r\n[blank h=\"30\"]\r\n\r\n[/blank]\r\n\r\n[column parallax_bg=\"disabled\" parallax_bg_inertia=\"-0.2\" extended=\"false\" extended_padding=\"true\" background_color=\"\" background_image=\"\" background_repeat=\"\" background_position=\"\" background_size=\"auto\" background_attachment=\"\" hide_bg_lowres=\"false\" background_video=\"\" vertical_padding_top=\"0\" vertical_padding_bottom=\"0\" more_link=\"\" more_text=\"\" left_border=\"transparent\" class=\"\" id=\"\" title=\"Your weekend summed up\" title_type=\"single\" animation=\"none\" width=\"1/1\" last=\"true\"]\r\n\r\n[column_1 width=\"1/1\" last=\"true\" title=\"Your weekend, your way\" title_type=\"single\" animation=\"fade-in\" implicit=\"true\"]\r\n\r\n[tabs layout=\"vertical\" nav_color=\"#fff\" left_color=\"#FEEFE3\" right_color=\"#fff\"]\r\nThis is Photoshop’s version of Lorem Ipsum. Proin gravida nibh vel velit auctor aliquet.\r\nAenean sollicitudin, lorem quis bibendum auctor, nisi elit consequat ipsum, nec sagittis sem nibh id elit.\r\nDuis sed odio sit amet nibh vulputate cursus a sit amet mauris. Morbi accumsan ipsum velit. Nam nec tellus a odio tincidunt auctor a ornare odio. Sed non mauris vitae erat consequat auctor eu in elit.\r\n[tab icon=\"\" title=\"Food & Drink\"]\r\n\r\n[column_2 parallax_bg=\"disabled\" parallax_bg_inertia=\"-0.2\" extended=\"false\" extended_padding=\"true\" background_color=\"\" background_image=\"\" background_repeat=\"\" background_position=\"\" background_size=\"auto\" background_attachment=\"\" hide_bg_lowres=\"false\" background_video=\"\" vertical_padding_top=\"0\" vertical_padding_bottom=\"0\" more_link=\"\" more_text=\"\" left_border=\"transparent\" class=\"\" id=\"\" title=\"Food & Drink\" title_type=\"single\" animation=\"none\" width=\"1/1\" last=\"true\"]\r\n\r\n[column_3 width=\"3/5\" title=\"\" title_type=\"single\" animation=\"none\" implicit=\"true\"]\r\n\r\nThis is Photoshop’s version of Lorem Ipsum. Proin gravida nibh vel velit auctor aliquet.\r\nAenean sollicitudin, lorem quis bibendum auctor, nisi elit consequat ipsum, nec sagittis sem nibh id elit.\r\nDuis sed odio sit amet nibh vulputate cursus a sit amet mauris. Morbi accumsan ipsum velit. Nam nec tellus a odio tincidunt auctor a ornare odio. Sed non mauris vitae erat consequat auctor eu in elit.\r\n\r\n[/column_3]\r\n\r\n[column_3 width=\"2/5\" last=\"true\" title=\"\" title_type=\"single\" animation=\"none\" implicit=\"true\"]\r\n\r\n[list style=\"food\" color=\"accent1\"]\r\n
    \r\n
  • Drinks on arrival
  • \r\n
  • On the big day
  • \r\n
  • Food and drink while with us
  • \r\n
  • Specialties
  • \r\n
  • If you need something different
  • \r\n
\r\n[/list]\r\n\r\n[/column_3]\r\n\r\n[portfolio layout=\"fit-rows\" nopaging=\"true\" column=\"4\" max=\"55\" title=\"false\" desc=\"false\" more=\"View\" group=\"true\" cat=\"food-drink\" ids=\"56\"]\r\n\r\n[/portfolio]\r\n\r\n[/column_2]\r\n[/tab]\r\n\r\n[tab icon=\"\" title=\"Family & Fun\"][/tab]\r\n\r\n[tab icon=\"\" title=\"Accomodation\"][/tab]\r\n\r\n[tab icon=\"\" title=\"The Package\"][/tab]\r\n\r\n[tab icon=\"\" title=\"Extras\"][/tab]\r\n[/tabs]\r\n\r\n[/column_1]\r\n\r\n[/column]','Home','','inherit','','open','','5-revision-v1','','','2015-01-25 10:03:20','2015-01-25 15:03:20','',5,'http://www.weekendweddingvenues.com/wordpress/5-revision-v1/',0,'revision','',0),(64,1,'2015-01-25 10:04:24','2015-01-25 15:04:24','[text_divider type=\"single\"]\r\n\r\nArriving at St Audries Park, Somerset\r\n\r\n[/text_divider]\r\n\r\n[column parallax_bg=\"disabled\" parallax_bg_inertia=\"-0.2\" extended=\"false\" extended_padding=\"true\" background_color=\"\" background_image=\"\" background_repeat=\"\" background_position=\"\" background_size=\"auto\" background_attachment=\"\" hide_bg_lowres=\"false\" background_video=\"\" vertical_padding_top=\"0\" vertical_padding_bottom=\"0\" more_link=\"\" more_text=\"\" left_border=\"transparent\" class=\"\" id=\"\" title=\"\" title_type=\"single\" animation=\"fade-in\" width=\"1/1\" last=\"true\"]\r\n\r\n[column_1 width=\"1/2\" title=\"\" title_type=\"single\" animation=\"none\" implicit=\"true\"]\r\n\r\n[embed]https://www.youtube.com/watch?v=_40kU2uzfjo[/embed]\r\n\r\n[/column_1]\r\n\r\n[column_1 width=\"1/2\" last=\"true\" title=\"\" title_type=\"single\" animation=\"none\" implicit=\"true\"]\r\n\r\nSet in Somersets beautiful xxxxx, St Audries takes your breathe away. Your weekend wedding blah blah.\r\n\r\nApple pie powder applicake gingerbread toffee toffee powder. Jelly beans ice cream danish jelly-o chocolate bar biscuit cheesecake gummies lemon drops. Chocolate bar dragée cookie lemon drops pudding. Chocolate bar ice cream chupa chups biscuit sweet. Jelly beans marzipan gingerbread jelly beans liquorice.\r\n\r\nJujubes unerdwear.com chocolate gummi bears applicake gingerbread gummies unerdwear.com. Chocolate cake wafer wafer candy lollipop donut bonbon jelly beans dessert. Brownie sugar plum jelly sesame snaps marshmallow ice cream soufflé toffee lemon drops.\r\n\r\n[button id=\"hp_button_1\" style=\"filled-small\" class=\"hp_button_1\" align=\"right\" link=\"http://www.weekendweddingvenues.com/wordpress/\" linkTarget=\"_self\" bgColor=\"accent4\" hover_color=\"accent2\" font=\"20\" icon=\"\" icon_placement=\"left\" icon_color=\"\"]Link to page[/button]\r\n\r\n[/column_1]\r\n\r\n[/column]\r\n\r\n[blank h=\"30\"]\r\n\r\n[/blank]\r\n\r\n[column parallax_bg=\"disabled\" parallax_bg_inertia=\"-0.2\" extended=\"true\" extended_padding=\"true\" background_color=\"#FEEFE3\" background_image=\"\" background_repeat=\"\" background_position=\"\" background_size=\"auto\" background_attachment=\"\" hide_bg_lowres=\"false\" background_video=\"\" vertical_padding_top=\"0\" vertical_padding_bottom=\"0\" more_link=\"\" more_text=\"\" left_border=\"transparent\" class=\"\" id=\"\" title=\"\" title_type=\"single\" animation=\"from-right\" width=\"1/1\" last=\"true\"]\r\n\r\n[column_1 width=\"1/1\" last=\"true\" title=\"Lynn and Dave will meet you at the front door\" title_type=\"single\" animation=\"none\" implicit=\"true\"]\r\n

\"\"

\r\nThis is Photoshop’s version of Lorem Ipsum. Proin gravida nibh vel velit auctor aliquet.\r\nAenean sollicitudin, lorem quis bibendum auctor, nisi elit consequat ipsum, nec sagittis sem nibh id elit.\r\nDuis sed odio sit amet nibh vulputate cursus a sit amet mauris. Morbi accumsan ipsum velit. Nam nec tellus a odio tincidunt auctor a ornare odio. Sed non mauris vitae erat consequat auctor eu in elit.\r\n\r\n[button id=\"hp_button_1\" style=\"filled-small\" class=\"hp_button_1\" align=\"right\" link=\"http://www.weekendweddingvenues.com/wordpress/\" linkTarget=\"_self\" bgColor=\"accent4\" hover_color=\"accent2\" font=\"20\" icon=\"\" icon_placement=\"left\" icon_color=\"\"]Link to page[/button]\r\n\r\n[/column_1]\r\n\r\n[/column]\r\n\r\n[blank h=\"30\"]\r\n\r\n[/blank]\r\n\r\n[column parallax_bg=\"disabled\" parallax_bg_inertia=\"-0.2\" extended=\"false\" extended_padding=\"true\" background_color=\"\" background_image=\"\" background_repeat=\"\" background_position=\"\" background_size=\"auto\" background_attachment=\"\" hide_bg_lowres=\"false\" background_video=\"\" vertical_padding_top=\"0\" vertical_padding_bottom=\"0\" more_link=\"\" more_text=\"\" left_border=\"transparent\" class=\"\" id=\"\" title=\"Walking down the Isle\" title_type=\"single\" animation=\"fade-in\" width=\"1/1\" last=\"true\"]\r\n\r\n[column_1 width=\"1/2\" title=\"\" title_type=\"single\" animation=\"none\" implicit=\"true\"]\r\n\r\n\"st-audries-park-wedding-ca(5)\"\r\n\r\n[/column_1]\r\n\r\n[column_1 width=\"1/2\" last=\"true\" title=\"\" title_type=\"single\" animation=\"none\" implicit=\"true\"]\r\n\r\nSet in Somersets beautiful xxxxx, St Audries takes your breathe away. Your weekend wedding blah blah.\r\n\r\nApple pie powder applicake gingerbread toffee toffee powder. Jelly beans ice cream danish jelly-o chocolate bar biscuit cheesecake gummies lemon drops. Chocolate bar dragée cookie lemon drops pudding. Chocolate bar ice cream chupa chups biscuit sweet. Jelly beans marzipan gingerbread jelly beans liquorice.\r\n\r\nJujubes unerdwear.com chocolate gummi bears applicake gingerbread gummies unerdwear.com. Chocolate cake wafer wafer candy lollipop donut bonbon jelly beans dessert. Brownie sugar plum jelly sesame snaps marshmallow ice cream soufflé toffee lemon drops.\r\n\r\n[button id=\"hp_button_1\" style=\"filled-small\" class=\"hp_button_1\" align=\"right\" link=\"http://www.weekendweddingvenues.com/wordpress/\" linkTarget=\"_self\" bgColor=\"accent4\" hover_color=\"accent2\" font=\"20\" icon=\"\" icon_placement=\"left\" icon_color=\"\"]Link to page[/button]\r\n\r\n[/column_1]\r\n\r\n[/column]\r\n\r\n[blank h=\"30\"]\r\n\r\n[/blank]\r\n\r\n[column parallax_bg=\"disabled\" parallax_bg_inertia=\"-0.2\" extended=\"false\" extended_padding=\"true\" background_color=\"\" background_image=\"\" background_repeat=\"\" background_position=\"\" background_size=\"auto\" background_attachment=\"\" hide_bg_lowres=\"false\" background_video=\"\" vertical_padding_top=\"0\" vertical_padding_bottom=\"0\" more_link=\"\" more_text=\"\" left_border=\"transparent\" class=\"\" id=\"\" title=\"Your weekend summed up\" title_type=\"single\" animation=\"none\" width=\"1/1\" last=\"true\"]\r\n\r\n[column_1 width=\"1/1\" last=\"true\" title=\"Your weekend, your way\" title_type=\"single\" animation=\"fade-in\" implicit=\"true\"]\r\n\r\n[tabs layout=\"vertical\" nav_color=\"#808080\" left_color=\"#FEEFE3\" right_color=\"#fff\"]\r\nThis is Photoshop’s version of Lorem Ipsum. Proin gravida nibh vel velit auctor aliquet.\r\nAenean sollicitudin, lorem quis bibendum auctor, nisi elit consequat ipsum, nec sagittis sem nibh id elit.\r\nDuis sed odio sit amet nibh vulputate cursus a sit amet mauris. Morbi accumsan ipsum velit. Nam nec tellus a odio tincidunt auctor a ornare odio. Sed non mauris vitae erat consequat auctor eu in elit.\r\n[tab icon=\"\" title=\"Food & Drink\"]\r\n\r\n[column_2 parallax_bg=\"disabled\" parallax_bg_inertia=\"-0.2\" extended=\"false\" extended_padding=\"true\" background_color=\"\" background_image=\"\" background_repeat=\"\" background_position=\"\" background_size=\"auto\" background_attachment=\"\" hide_bg_lowres=\"false\" background_video=\"\" vertical_padding_top=\"0\" vertical_padding_bottom=\"0\" more_link=\"\" more_text=\"\" left_border=\"transparent\" class=\"\" id=\"\" title=\"Food & Drink\" title_type=\"single\" animation=\"none\" width=\"1/1\" last=\"true\"]\r\n\r\n[column_3 width=\"3/5\" title=\"\" title_type=\"single\" animation=\"none\" implicit=\"true\"]\r\n\r\nThis is Photoshop’s version of Lorem Ipsum. Proin gravida nibh vel velit auctor aliquet.\r\nAenean sollicitudin, lorem quis bibendum auctor, nisi elit consequat ipsum, nec sagittis sem nibh id elit.\r\nDuis sed odio sit amet nibh vulputate cursus a sit amet mauris. Morbi accumsan ipsum velit. Nam nec tellus a odio tincidunt auctor a ornare odio. Sed non mauris vitae erat consequat auctor eu in elit.\r\n\r\n[/column_3]\r\n\r\n[column_3 width=\"2/5\" last=\"true\" title=\"\" title_type=\"single\" animation=\"none\" implicit=\"true\"]\r\n\r\n[list style=\"food\" color=\"accent1\"]\r\n
    \r\n
  • Drinks on arrival
  • \r\n
  • On the big day
  • \r\n
  • Food and drink while with us
  • \r\n
  • Specialties
  • \r\n
  • If you need something different
  • \r\n
\r\n[/list]\r\n\r\n[/column_3]\r\n\r\n[portfolio layout=\"fit-rows\" nopaging=\"true\" column=\"4\" max=\"55\" title=\"false\" desc=\"false\" more=\"View\" group=\"true\" cat=\"food-drink\" ids=\"56\"]\r\n\r\n[/portfolio]\r\n\r\n[/column_2]\r\n[/tab]\r\n\r\n[tab icon=\"\" title=\"Family & Fun\"][/tab]\r\n\r\n[tab icon=\"\" title=\"Accomodation\"][/tab]\r\n\r\n[tab icon=\"\" title=\"The Package\"][/tab]\r\n\r\n[tab icon=\"\" title=\"Extras\"][/tab]\r\n[/tabs]\r\n\r\n[/column_1]\r\n\r\n[/column]','Home','','inherit','','open','','5-revision-v1','','','2015-01-25 10:04:24','2015-01-25 15:04:24','',5,'http://www.weekendweddingvenues.com/wordpress/5-revision-v1/',0,'revision','',0),(65,1,'2015-01-29 12:17:05','2015-01-29 17:17:05','','logo_embossed','','inherit','closed','open','','logo_embossed','','','2015-01-29 16:29:17','2015-01-29 21:29:17','',0,'http://www.weekendweddingvenues.com/wordpress/wp-content/uploads/2015/01/logo_embossed.png',0,'attachment','image/png',0),(66,1,'2015-01-29 15:06:24','2015-01-29 20:06:24','','emblem-bw','','inherit','','open','','emblem-bw','','','2015-01-29 15:06:24','2015-01-29 20:06:24','',0,'http://www.weekendweddingvenues.com/wordpress/wp-content/uploads/2015/01/emblem-bw.png',0,'attachment','image/png',0),(67,1,'2015-01-29 16:04:33','2015-01-29 21:04:33','','emblem-bw-small','','inherit','','open','','emblem-bw-small','','','2015-01-29 16:04:33','2015-01-29 21:04:33','',0,'http://www.weekendweddingvenues.com/wordpress/wp-content/uploads/2015/01/emblem-bw-small.png',0,'attachment','image/png',0),(68,1,'2015-01-29 16:22:44','2015-01-29 21:22:44','','AP_5C604D_logo','','inherit','','open','','ap_5c604d_logo','','','2015-01-29 16:22:44','2015-01-29 21:22:44','',0,'http://www.weekendweddingvenues.com/wordpress/wp-content/uploads/2015/01/AP_5C604D_logo.png',0,'attachment','image/png',0),(69,1,'2015-01-29 18:12:12','2015-01-29 23:12:12','','splash screen logo AP','','inherit','','open','','splash-screen-logo-ap','','','2015-01-29 18:12:12','2015-01-29 23:12:12','',0,'http://www.weekendweddingvenues.com/wordpress/wp-content/uploads/2015/01/splash-screen-logo-AP.png',0,'attachment','image/png',0),(70,1,'2015-01-29 18:12:24','2015-01-29 23:12:24','','Favicon AP','','inherit','','open','','favicon-ap','','','2015-01-29 18:12:24','2015-01-29 23:12:24','',0,'http://www.weekendweddingvenues.com/wordpress/wp-content/uploads/2015/01/Favicon-AP.png',0,'attachment','image/png',0),(71,1,'2015-01-29 18:20:32','2015-01-29 23:20:32','[column width=\"1/4\" title=\"\" title_type=\"single\" animation=\"none\" implicit=\"true\"]\r\n\r\n\"ceramony\"\r\n\r\n[/column]\r\n\r\n[column width=\"3/4\" last=\"true\" title=\"\" title_type=\"single\" animation=\"none\" implicit=\"true\"]\r\n\r\nThis is Photoshop’s version of Lorem Ipsum. Proin gravida nibh vel velit auctor aliquet.\r\nAenean sollicitudin, lorem quis bibendum auctor, nisi elit consequat ipsum, nec sagittis sem nibh id elit.\r\nDuis sed odio sit amet nibh vulputate cursus a sit amet mauris. Morbi accumsan ipsum velit. Nam nec tellus a odio tincidunt auctor a ornare odio. Sed non mauris vitae erat consequat auctor eu in elit.\r\n\r\n[/column]','Weekend Weddings','','publish','closed','open','','weekend-weddings','','','2015-01-29 18:23:17','2015-01-29 23:23:17','',0,'http://www.weekendweddingvenues.com/wordpress/?page_id=71',0,'page','',0),(72,1,'2015-01-29 18:20:32','2015-01-29 23:20:32','[column width=\"1/4\" title=\"\" title_type=\"single\" animation=\"none\" implicit=\"true\"]\r\n\r\n\"ceramony\"\r\n\r\n[/column]\r\n\r\n[column width=\"3/4\" last=\"true\" title=\"\" title_type=\"single\" animation=\"none\" implicit=\"true\"]\r\n\r\nThis is Photoshop’s version of Lorem Ipsum. Proin gravida nibh vel velit auctor aliquet.\r\nAenean sollicitudin, lorem quis bibendum auctor, nisi elit consequat ipsum, nec sagittis sem nibh id elit.\r\nDuis sed odio sit amet nibh vulputate cursus a sit amet mauris. Morbi accumsan ipsum velit. Nam nec tellus a odio tincidunt auctor a ornare odio. Sed non mauris vitae erat consequat auctor eu in elit.\r\n\r\n[/column]','Weekend Weddings','','inherit','','open','','71-revision-v1','','','2015-01-29 18:20:32','2015-01-29 23:20:32','',71,'http://www.weekendweddingvenues.com/wordpress/71-revision-v1/',0,'revision','',0),(74,1,'2015-01-29 18:24:14','2015-01-29 23:24:14','[portfolio layout=\"masonry\" nopaging=\"true\" column=\"4\" max=\"4\" title=\"false\" desc=\"false\" more=\"Read more\" group=\"true\" cat=\"\" ids=\"56,62\"]\r\n\r\n[/portfolio]','Two Day Weddings','','publish','closed','open','','two-day-weddings','','','2015-01-29 18:46:15','2015-01-29 23:46:15','',0,'http://www.weekendweddingvenues.com/wordpress/?page_id=74',0,'page','',0),(75,1,'2015-01-29 18:24:14','2015-01-29 23:24:14','[portfolio layout=\"masonry\" nopaging=\"true\" column=\"4\" max=\"4\" title=\"false\" desc=\"false\" more=\"Read more\" group=\"true\" cat=\"\" ids=\"56,62\"]\r\n\r\n[/portfolio]','Two Day Weddings','','inherit','','open','','74-revision-v1','','','2015-01-29 18:24:14','2015-01-29 23:24:14','',74,'http://www.weekendweddingvenues.com/wordpress/74-revision-v1/',0,'revision','',0),(81,1,'2015-01-29 18:29:03','2015-01-29 23:29:03',' ','','','publish','closed','open','','81','','','2015-01-29 18:29:13','2015-01-29 23:29:13','',0,'http://www.weekendweddingvenues.com/wordpress/?p=81',3,'nav_menu_item','',0),(77,1,'2015-01-29 18:27:43','2015-01-29 23:27:43','[services fullimage=\"false\" icon=\"diamond\" icon_color=\"accent6\" icon_size=\"62\" background=\"accent1\" image=\"\" title=\"This is a title\" text_align=\"justify\" button_link=\"/\" button_text=\"learn more\"]\r\nThis is Photoshop’s version of Lorem Ipsum. Proin gravida nibh vel velit auctor aliquet.\r\nAenean sollicitudin, lorem quis bibendum auctor, nisi elit consequat ipsum, nec sagittis sem nibh id elit.\r\n\r\nDuis sed odio sit amet nibh vulputate cursus a sit amet mauris. Morbi accumsan ipsum velit. Nam nec tellus a odio tincidunt auctor a ornare odio. Sed non mauris vitae erat consequat auctor eu in elit.\r\n[/services]','Prices','','publish','closed','open','','prices','','','2015-01-29 18:27:43','2015-01-29 23:27:43','',0,'http://www.weekendweddingvenues.com/wordpress/?page_id=77',0,'page','',0),(78,1,'2015-01-29 18:27:43','2015-01-29 23:27:43','[services fullimage=\"false\" icon=\"diamond\" icon_color=\"accent6\" icon_size=\"62\" background=\"accent1\" image=\"\" title=\"This is a title\" text_align=\"justify\" button_link=\"/\" button_text=\"learn more\"]\r\nThis is Photoshop’s version of Lorem Ipsum. Proin gravida nibh vel velit auctor aliquet.\r\nAenean sollicitudin, lorem quis bibendum auctor, nisi elit consequat ipsum, nec sagittis sem nibh id elit.\r\n\r\nDuis sed odio sit amet nibh vulputate cursus a sit amet mauris. Morbi accumsan ipsum velit. Nam nec tellus a odio tincidunt auctor a ornare odio. Sed non mauris vitae erat consequat auctor eu in elit.\r\n[/services]','Prices','','inherit','','open','','77-revision-v1','','','2015-01-29 18:27:43','2015-01-29 23:27:43','',77,'http://www.weekendweddingvenues.com/wordpress/77-revision-v1/',0,'revision','',0),(80,1,'2015-01-29 18:29:03','2015-01-29 23:29:03',' ','','','publish','closed','open','','80','','','2015-01-29 18:29:14','2015-01-29 23:29:14','',0,'http://www.weekendweddingvenues.com/wordpress/?p=80',4,'nav_menu_item','',0),(79,1,'2015-01-29 18:27:53','0000-00-00 00:00:00',' ','','','draft','','open','','','','','2015-01-29 18:27:53','0000-00-00 00:00:00','',0,'http://www.weekendweddingvenues.com/wordpress/?p=79',1,'nav_menu_item','',0),(82,1,'2015-01-29 18:29:03','2015-01-29 23:29:03',' ','','','publish','closed','open','','82','','','2015-01-29 18:29:13','2015-01-29 23:29:13','',0,'http://www.weekendweddingvenues.com/wordpress/?p=82',2,'nav_menu_item','',0); /*!40000 ALTER TABLE `wp_posts` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_revslider_css` -- DROP TABLE IF EXISTS `wp_revslider_css`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_revslider_css` ( `id` int(9) NOT NULL AUTO_INCREMENT, `handle` text NOT NULL, `settings` text, `hover` text, `params` text NOT NULL, PRIMARY KEY (`id`) ) ENGINE=MyISAM AUTO_INCREMENT=48 DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_revslider_css` -- LOCK TABLES `wp_revslider_css` WRITE; /*!40000 ALTER TABLE `wp_revslider_css` DISABLE KEYS */; INSERT INTO `wp_revslider_css` VALUES (1,'.tp-caption.medium_grey',NULL,NULL,'{\"position\":\"absolute\",\"color\":\"#fff\",\"text-shadow\":\"0px 2px 5px rgba(0, 0, 0, 0.5)\",\"font-weight\":\"700\",\"font-size\":\"20px\",\"line-height\":\"20px\",\"font-family\":\"Arial\",\"padding\":\"2px 4px\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\",\"background-color\":\"#888\",\"white-space\":\"nowrap\"}'),(2,'.tp-caption.small_text',NULL,NULL,'{\"position\":\"absolute\",\"color\":\"#fff\",\"text-shadow\":\"0px 2px 5px rgba(0, 0, 0, 0.5)\",\"font-weight\":\"700\",\"font-size\":\"14px\",\"line-height\":\"20px\",\"font-family\":\"Arial\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\",\"white-space\":\"nowrap\"}'),(3,'.tp-caption.medium_text',NULL,NULL,'{\"position\":\"absolute\",\"color\":\"#fff\",\"text-shadow\":\"0px 2px 5px rgba(0, 0, 0, 0.5)\",\"font-weight\":\"700\",\"font-size\":\"20px\",\"line-height\":\"20px\",\"font-family\":\"Arial\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\",\"white-space\":\"nowrap\"}'),(4,'.tp-caption.large_text',NULL,NULL,'{\"position\":\"absolute\",\"color\":\"#fff\",\"text-shadow\":\"0px 2px 5px rgba(0, 0, 0, 0.5)\",\"font-weight\":\"700\",\"font-size\":\"40px\",\"line-height\":\"40px\",\"font-family\":\"Arial\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\",\"white-space\":\"nowrap\"}'),(5,'.tp-caption.very_large_text',NULL,NULL,'{\"position\":\"absolute\",\"color\":\"#fff\",\"text-shadow\":\"0px 2px 5px rgba(0, 0, 0, 0.5)\",\"font-weight\":\"700\",\"font-size\":\"60px\",\"line-height\":\"60px\",\"font-family\":\"Arial\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\",\"white-space\":\"nowrap\",\"letter-spacing\":\"-2px\"}'),(6,'.tp-caption.very_big_white',NULL,NULL,'{\"position\":\"absolute\",\"color\":\"#fff\",\"text-shadow\":\"none\",\"font-weight\":\"800\",\"font-size\":\"60px\",\"line-height\":\"60px\",\"font-family\":\"Arial\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\",\"white-space\":\"nowrap\",\"padding\":\"0px 4px\",\"padding-top\":\"1px\",\"background-color\":\"#000\"}'),(7,'.tp-caption.very_big_black',NULL,NULL,'{\"position\":\"absolute\",\"color\":\"#000\",\"text-shadow\":\"none\",\"font-weight\":\"700\",\"font-size\":\"60px\",\"line-height\":\"60px\",\"font-family\":\"Arial\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\",\"white-space\":\"nowrap\",\"padding\":\"0px 4px\",\"padding-top\":\"1px\",\"background-color\":\"#fff\"}'),(8,'.tp-caption.modern_medium_fat',NULL,NULL,'{\"position\":\"absolute\",\"color\":\"#000\",\"text-shadow\":\"none\",\"font-weight\":\"800\",\"font-size\":\"24px\",\"line-height\":\"20px\",\"font-family\":\"\\\"Open Sans\\\", sans-serif\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\",\"white-space\":\"nowrap\"}'),(9,'.tp-caption.modern_medium_fat_white',NULL,NULL,'{\"position\":\"absolute\",\"color\":\"#fff\",\"text-shadow\":\"none\",\"font-weight\":\"800\",\"font-size\":\"24px\",\"line-height\":\"20px\",\"font-family\":\"\\\"Open Sans\\\", sans-serif\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\",\"white-space\":\"nowrap\"}'),(10,'.tp-caption.modern_medium_light',NULL,NULL,'{\"position\":\"absolute\",\"color\":\"#000\",\"text-shadow\":\"none\",\"font-weight\":\"300\",\"font-size\":\"24px\",\"line-height\":\"20px\",\"font-family\":\"\\\"Open Sans\\\", sans-serif\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\",\"white-space\":\"nowrap\"}'),(11,'.tp-caption.modern_big_bluebg',NULL,NULL,'{\"position\":\"absolute\",\"color\":\"#fff\",\"text-shadow\":\"none\",\"font-weight\":\"800\",\"font-size\":\"30px\",\"line-height\":\"36px\",\"font-family\":\"\\\"Open Sans\\\", sans-serif\",\"padding\":\"3px 10px\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\",\"background-color\":\"#4e5b6c\",\"letter-spacing\":\"0\"}'),(12,'.tp-caption.modern_big_redbg',NULL,NULL,'{\"position\":\"absolute\",\"color\":\"#fff\",\"text-shadow\":\"none\",\"font-weight\":\"300\",\"font-size\":\"30px\",\"line-height\":\"36px\",\"font-family\":\"\\\"Open Sans\\\", sans-serif\",\"padding\":\"3px 10px\",\"padding-top\":\"1px\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\",\"background-color\":\"#de543e\",\"letter-spacing\":\"0\"}'),(13,'.tp-caption.modern_small_text_dark',NULL,NULL,'{\"position\":\"absolute\",\"color\":\"#555\",\"text-shadow\":\"none\",\"font-size\":\"14px\",\"line-height\":\"22px\",\"font-family\":\"Arial\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\",\"white-space\":\"nowrap\"}'),(14,'.tp-caption.boxshadow',NULL,NULL,'{\"-moz-box-shadow\":\"0px 0px 20px rgba(0, 0, 0, 0.5)\",\"-webkit-box-shadow\":\"0px 0px 20px rgba(0, 0, 0, 0.5)\",\"box-shadow\":\"0px 0px 20px rgba(0, 0, 0, 0.5)\"}'),(15,'.tp-caption.black',NULL,NULL,'{\"color\":\"#000\",\"text-shadow\":\"none\"}'),(16,'.tp-caption.noshadow',NULL,NULL,'{\"text-shadow\":\"none\"}'),(17,'.tp-caption.thinheadline_dark',NULL,NULL,'{\"position\":\"absolute\",\"color\":\"rgba(0,0,0,0.85)\",\"text-shadow\":\"none\",\"font-weight\":\"300\",\"font-size\":\"30px\",\"line-height\":\"30px\",\"font-family\":\"\\\"Open Sans\\\"\",\"background-color\":\"transparent\"}'),(18,'.tp-caption.thintext_dark',NULL,NULL,'{\"position\":\"absolute\",\"color\":\"rgba(0,0,0,0.85)\",\"text-shadow\":\"none\",\"font-weight\":\"300\",\"font-size\":\"16px\",\"line-height\":\"26px\",\"font-family\":\"\\\"Open Sans\\\"\",\"background-color\":\"transparent\"}'),(19,'.tp-caption.largeblackbg',NULL,NULL,'{\"position\":\"absolute\",\"color\":\"#fff\",\"text-shadow\":\"none\",\"font-weight\":\"300\",\"font-size\":\"50px\",\"line-height\":\"70px\",\"font-family\":\"\\\"Open Sans\\\"\",\"background-color\":\"#000\",\"padding\":\"0px 20px\",\"-webkit-border-radius\":\"0px\",\"-moz-border-radius\":\"0px\",\"border-radius\":\"0px\"}'),(20,'.tp-caption.largepinkbg',NULL,NULL,'{\"position\":\"absolute\",\"color\":\"#fff\",\"text-shadow\":\"none\",\"font-weight\":\"300\",\"font-size\":\"50px\",\"line-height\":\"70px\",\"font-family\":\"\\\"Open Sans\\\"\",\"background-color\":\"#db4360\",\"padding\":\"0px 20px\",\"-webkit-border-radius\":\"0px\",\"-moz-border-radius\":\"0px\",\"border-radius\":\"0px\"}'),(21,'.tp-caption.largewhitebg',NULL,NULL,'{\"position\":\"absolute\",\"color\":\"#000\",\"text-shadow\":\"none\",\"font-weight\":\"300\",\"font-size\":\"50px\",\"line-height\":\"70px\",\"font-family\":\"\\\"Open Sans\\\"\",\"background-color\":\"#fff\",\"padding\":\"0px 20px\",\"-webkit-border-radius\":\"0px\",\"-moz-border-radius\":\"0px\",\"border-radius\":\"0px\"}'),(22,'.tp-caption.largegreenbg',NULL,NULL,'{\"position\":\"absolute\",\"color\":\"#fff\",\"text-shadow\":\"none\",\"font-weight\":\"300\",\"font-size\":\"50px\",\"line-height\":\"70px\",\"font-family\":\"\\\"Open Sans\\\"\",\"background-color\":\"#67ae73\",\"padding\":\"0px 20px\",\"-webkit-border-radius\":\"0px\",\"-moz-border-radius\":\"0px\",\"border-radius\":\"0px\"}'),(23,'.tp-caption.excerpt',NULL,NULL,'{\"font-size\":\"36px\",\"line-height\":\"36px\",\"font-weight\":\"700\",\"font-family\":\"Arial\",\"color\":\"#ffffff\",\"text-decoration\":\"none\",\"background-color\":\"rgba(0, 0, 0, 1)\",\"text-shadow\":\"none\",\"margin\":\"0px\",\"letter-spacing\":\"-1.5px\",\"padding\":\"1px 4px 0px 4px\",\"width\":\"150px\",\"white-space\":\"normal !important\",\"height\":\"auto\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 255, 255)\",\"border-style\":\"none\"}'),(24,'.tp-caption.large_bold_grey',NULL,NULL,'{\"font-size\":\"60px\",\"line-height\":\"60px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(102, 102, 102)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"text-shadow\":\"none\",\"margin\":\"0px\",\"padding\":\"1px 4px 0px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),(25,'.tp-caption.medium_thin_grey',NULL,NULL,'{\"font-size\":\"34px\",\"line-height\":\"30px\",\"font-weight\":\"300\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(102, 102, 102)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"padding\":\"1px 4px 0px\",\"text-shadow\":\"none\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),(26,'.tp-caption.small_thin_grey',NULL,NULL,'{\"font-size\":\"18px\",\"line-height\":\"26px\",\"font-weight\":\"300\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(117, 117, 117)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"padding\":\"1px 4px 0px\",\"text-shadow\":\"none\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),(27,'.tp-caption.lightgrey_divider',NULL,NULL,'{\"text-decoration\":\"none\",\"background-color\":\"rgba(235, 235, 235, 1)\",\"width\":\"370px\",\"height\":\"3px\",\"background-position\":\"initial initial\",\"background-repeat\":\"initial initial\",\"border-width\":\"0px\",\"border-color\":\"rgb(34, 34, 34)\",\"border-style\":\"none\"}'),(28,'.tp-caption.large_bold_darkblue',NULL,NULL,'{\"font-size\":\"58px\",\"line-height\":\"60px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(52, 73, 94)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),(29,'.tp-caption.medium_bg_darkblue',NULL,NULL,'{\"font-size\":\"20px\",\"line-height\":\"20px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(255, 255, 255)\",\"text-decoration\":\"none\",\"background-color\":\"rgb(52, 73, 94)\",\"padding\":\"10px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),(30,'.tp-caption.medium_bold_red',NULL,NULL,'{\"font-size\":\"24px\",\"line-height\":\"30px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(227, 58, 12)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"padding\":\"0px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),(31,'.tp-caption.medium_light_red',NULL,NULL,'{\"font-size\":\"21px\",\"line-height\":\"26px\",\"font-weight\":\"300\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(227, 58, 12)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"padding\":\"0px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),(32,'.tp-caption.medium_bg_red',NULL,NULL,'{\"font-size\":\"20px\",\"line-height\":\"20px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(255, 255, 255)\",\"text-decoration\":\"none\",\"background-color\":\"rgb(227, 58, 12)\",\"padding\":\"10px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),(33,'.tp-caption.medium_bold_orange',NULL,NULL,'{\"font-size\":\"24px\",\"line-height\":\"30px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(243, 156, 18)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),(34,'.tp-caption.medium_bg_orange',NULL,NULL,'{\"font-size\":\"20px\",\"line-height\":\"20px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(255, 255, 255)\",\"text-decoration\":\"none\",\"background-color\":\"rgb(243, 156, 18)\",\"padding\":\"10px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),(35,'.tp-caption.grassfloor',NULL,NULL,'{\"text-decoration\":\"none\",\"background-color\":\"rgba(160, 179, 151, 1)\",\"width\":\"4000px\",\"height\":\"150px\",\"border-width\":\"0px\",\"border-color\":\"rgb(34, 34, 34)\",\"border-style\":\"none\"}'),(36,'.tp-caption.large_bold_white',NULL,NULL,'{\"font-size\":\"58px\",\"line-height\":\"60px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(255, 255, 255)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),(37,'.tp-caption.medium_light_white',NULL,NULL,'{\"font-size\":\"30px\",\"line-height\":\"36px\",\"font-weight\":\"300\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(255, 255, 255)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"padding\":\"0px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),(38,'.tp-caption.mediumlarge_light_white',NULL,NULL,'{\"font-size\":\"34px\",\"line-height\":\"40px\",\"font-weight\":\"300\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(255, 255, 255)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"padding\":\"0px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),(39,'.tp-caption.mediumlarge_light_white_center',NULL,NULL,'{\"font-size\":\"34px\",\"line-height\":\"40px\",\"font-weight\":\"300\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"#ffffff\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"padding\":\"0px 0px 0px 0px\",\"text-align\":\"center\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),(40,'.tp-caption.medium_bg_asbestos',NULL,NULL,'{\"font-size\":\"20px\",\"line-height\":\"20px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(255, 255, 255)\",\"text-decoration\":\"none\",\"background-color\":\"rgb(127, 140, 141)\",\"padding\":\"10px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),(41,'.tp-caption.medium_light_black',NULL,NULL,'{\"font-size\":\"30px\",\"line-height\":\"36px\",\"font-weight\":\"300\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(0, 0, 0)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"padding\":\"0px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),(42,'.tp-caption.large_bold_black',NULL,NULL,'{\"font-size\":\"58px\",\"line-height\":\"60px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(0, 0, 0)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),(43,'.tp-caption.mediumlarge_light_darkblue',NULL,NULL,'{\"font-size\":\"34px\",\"line-height\":\"40px\",\"font-weight\":\"300\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(52, 73, 94)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"padding\":\"0px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),(44,'.tp-caption.small_light_white',NULL,NULL,'{\"font-size\":\"17px\",\"line-height\":\"28px\",\"font-weight\":\"300\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(255, 255, 255)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"padding\":\"0px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),(45,'.tp-caption.roundedimage',NULL,NULL,'{\"border-width\":\"0px\",\"border-color\":\"rgb(34, 34, 34)\",\"border-style\":\"none\"}'),(46,'.tp-caption.large_bg_black',NULL,NULL,'{\"font-size\":\"40px\",\"line-height\":\"40px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(255, 255, 255)\",\"text-decoration\":\"none\",\"background-color\":\"rgb(0, 0, 0)\",\"padding\":\"10px 20px 15px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),(47,'.tp-caption.mediumwhitebg',NULL,NULL,'{\"font-size\":\"30px\",\"line-height\":\"30px\",\"font-weight\":\"300\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(0, 0, 0)\",\"text-decoration\":\"none\",\"background-color\":\"rgb(255, 255, 255)\",\"padding\":\"5px 15px 10px\",\"text-shadow\":\"none\",\"border-width\":\"0px\",\"border-color\":\"rgb(0, 0, 0)\",\"border-style\":\"none\"}'); /*!40000 ALTER TABLE `wp_revslider_css` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_revslider_layer_animations` -- DROP TABLE IF EXISTS `wp_revslider_layer_animations`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_revslider_layer_animations` ( `id` int(9) NOT NULL AUTO_INCREMENT, `handle` text NOT NULL, `params` text NOT NULL, PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_revslider_layer_animations` -- LOCK TABLES `wp_revslider_layer_animations` WRITE; /*!40000 ALTER TABLE `wp_revslider_layer_animations` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_revslider_layer_animations` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_revslider_settings` -- DROP TABLE IF EXISTS `wp_revslider_settings`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_revslider_settings` ( `id` int(9) NOT NULL AUTO_INCREMENT, `general` text NOT NULL, `params` text NOT NULL, PRIMARY KEY (`id`) ) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_revslider_settings` -- LOCK TABLES `wp_revslider_settings` WRITE; /*!40000 ALTER TABLE `wp_revslider_settings` DISABLE KEYS */; INSERT INTO `wp_revslider_settings` VALUES (1,'a:0:{}',''); /*!40000 ALTER TABLE `wp_revslider_settings` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_revslider_sliders` -- DROP TABLE IF EXISTS `wp_revslider_sliders`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_revslider_sliders` ( `id` int(9) NOT NULL AUTO_INCREMENT, `title` tinytext NOT NULL, `alias` tinytext, `params` text NOT NULL, PRIMARY KEY (`id`) ) ENGINE=MyISAM AUTO_INCREMENT=3 DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_revslider_sliders` -- LOCK TABLES `wp_revslider_sliders` WRITE; /*!40000 ALTER TABLE `wp_revslider_sliders` DISABLE KEYS */; INSERT INTO `wp_revslider_sliders` VALUES (1,'test','test','{\"title\":\"test\",\"alias\":\"test\",\"shortcode\":\"[rev_slider test]\",\"source_type\":\"gallery\",\"post_types\":\"post\",\"post_category\":\"category_1\",\"post_sortby\":\"ID\",\"posts_sort_direction\":\"DESC\",\"max_slider_posts\":\"30\",\"excerpt_limit\":\"55\",\"slider_template_id\":\"\",\"posts_list\":\"\",\"slider_type\":\"fullwidth\",\"fullscreen_offset_container\":\"\",\"fullscreen_offset_size\":\"\",\"fullscreen_min_height\":\"\",\"full_screen_align_force\":\"on\",\"auto_height\":\"on\",\"force_full_width\":\"on\",\"min_height\":\"550px\",\"width\":\"1523\",\"height\":\"650\",\"responsitive_w1\":\"940\",\"responsitive_sw1\":\"770\",\"responsitive_w2\":\"780\",\"responsitive_sw2\":\"500\",\"responsitive_w3\":\"510\",\"responsitive_sw3\":\"310\",\"responsitive_w4\":\"0\",\"responsitive_sw4\":\"0\",\"responsitive_w5\":\"0\",\"responsitive_sw5\":\"0\",\"responsitive_w6\":\"0\",\"responsitive_sw6\":\"0\",\"delay\":\"4000\",\"shuffle\":\"off\",\"lazy_load\":\"on\",\"use_wpml\":\"off\",\"enable_static_layers\":\"off\",\"next_slide_on_window_focus\":\"on\",\"simplify_ie8_ios4\":\"off\",\"stop_slider\":\"off\",\"stop_after_loops\":0,\"stop_at_slide\":2,\"show_timerbar\":\"top\",\"loop_slide\":\"loop\",\"position\":\"center\",\"margin_top\":-100,\"margin_bottom\":-50,\"margin_left\":0,\"margin_right\":0,\"shadow_type\":\"1\",\"padding\":0,\"background_color\":\"#E9E9E9\",\"background_dotted_overlay\":\"none\",\"show_background_image\":\"false\",\"background_image\":\"\",\"bg_fit\":\"cover\",\"bg_repeat\":\"no-repeat\",\"bg_position\":\"center top\",\"stop_on_hover\":\"on\",\"keyboard_navigation\":\"off\",\"navigation_style\":\"round\",\"navigaion_type\":\"bullet\",\"navigation_arrows\":\"solo\",\"navigaion_always_on\":\"false\",\"hide_thumbs\":200,\"navigaion_align_hor\":\"center\",\"navigaion_align_vert\":\"bottom\",\"navigaion_offset_hor\":\"0\",\"navigaion_offset_vert\":20,\"leftarrow_align_hor\":\"left\",\"leftarrow_align_vert\":\"center\",\"leftarrow_offset_hor\":20,\"leftarrow_offset_vert\":0,\"rightarrow_align_hor\":\"right\",\"rightarrow_align_vert\":\"center\",\"rightarrow_offset_hor\":20,\"rightarrow_offset_vert\":0,\"thumb_width\":100,\"thumb_height\":50,\"thumb_amount\":5,\"use_spinner\":\"2\",\"spinner_color\":\"#FFFFFF\",\"use_parallax\":\"off\",\"disable_parallax_mobile\":\"off\",\"parallax_type\":\"mouse\",\"parallax_bg_freeze\":\"off\",\"parallax_level_1\":\"5\",\"parallax_level_2\":\"10\",\"parallax_level_3\":\"15\",\"parallax_level_4\":\"20\",\"parallax_level_5\":\"25\",\"parallax_level_6\":\"30\",\"parallax_level_7\":\"35\",\"parallax_level_8\":\"40\",\"parallax_level_9\":\"45\",\"parallax_level_10\":\"50\",\"touchenabled\":\"on\",\"swipe_velocity\":75,\"swipe_min_touches\":1,\"drag_block_vertical\":\"false\",\"disable_on_mobile\":\"off\",\"disable_kenburns_on_mobile\":\"off\",\"hide_slider_under\":0,\"hide_defined_layers_under\":0,\"hide_all_layers_under\":0,\"hide_arrows_on_mobile\":\"off\",\"hide_bullets_on_mobile\":\"off\",\"hide_thumbs_on_mobile\":\"off\",\"hide_thumbs_under_resolution\":0,\"hide_thumbs_delay_mobile\":1500,\"start_with_slide\":\"1\",\"first_transition_active\":\"false\",\"first_transition_type\":\"fade\",\"first_transition_duration\":300,\"first_transition_slot_amount\":7,\"reset_transitions\":\"\",\"reset_transition_duration\":0,\"0\":\"Execute settings on all slides\",\"jquery_noconflict\":\"on\",\"js_to_body\":\"false\",\"output_type\":\"none\",\"custom_css\":\"\",\"custom_javascript\":\"\",\"template\":\"false\"}'); /*!40000 ALTER TABLE `wp_revslider_sliders` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_revslider_slides` -- DROP TABLE IF EXISTS `wp_revslider_slides`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_revslider_slides` ( `id` int(9) NOT NULL AUTO_INCREMENT, `slider_id` int(9) NOT NULL, `slide_order` int(11) NOT NULL, `params` text NOT NULL, `layers` text NOT NULL, PRIMARY KEY (`id`) ) ENGINE=MyISAM AUTO_INCREMENT=14 DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_revslider_slides` -- LOCK TABLES `wp_revslider_slides` WRITE; /*!40000 ALTER TABLE `wp_revslider_slides` DISABLE KEYS */; INSERT INTO `wp_revslider_slides` VALUES (1,1,2,'{\"background_type\":\"image\",\"image\":\"http:\\/\\/www.weekendweddingvenues.com\\/wordpress\\/wp-content\\/uploads\\/2015\\/01\\/ceramony.jpg\",\"image_id\":\"9\",\"title\":\"Slide\",\"state\":\"published\",\"date_from\":\"\",\"date_to\":\"\",\"slide_transition\":\"random\",\"0\":\"Remove\",\"slot_amount\":7,\"transition_rotation\":0,\"transition_duration\":300,\"delay\":\"\",\"save_performance\":\"off\",\"enable_link\":\"false\",\"link_type\":\"regular\",\"link\":\"\",\"link_open_in\":\"same\",\"slide_link\":\"nothing\",\"link_pos\":\"front\",\"slide_thumb\":\"\",\"class_attr\":\"\",\"id_attr\":\"\",\"attr_attr\":\"\",\"data_attr\":\"\",\"slide_bg_color\":\"#E7E7E7\",\"slide_bg_external\":\"\",\"bg_fit\":\"cover\",\"bg_fit_x\":\"100\",\"bg_fit_y\":\"100\",\"bg_repeat\":\"no-repeat\",\"bg_position\":\"center center\",\"bg_position_x\":\"0\",\"bg_position_y\":\"0\",\"bg_end_position_x\":\"0\",\"bg_end_position_y\":\"0\",\"bg_end_position\":\"center top\",\"kenburn_effect\":\"off\",\"kb_start_fit\":\"100\",\"kb_end_fit\":\"100\",\"kb_duration\":\"4000\",\"kb_easing\":\"Linear.easeNone\",\"0\":\"Remove\"}','[]'),(2,1,4,'{\"background_type\":\"image\",\"image\":\"http:\\/\\/www.weekendweddingvenues.com\\/wordpress\\/wp-content\\/uploads\\/2015\\/01\\/hp-1.png\",\"image_id\":\"10\",\"title\":\"Slide\",\"state\":\"published\",\"date_from\":\"\",\"date_to\":\"\",\"slide_transition\":\"random\",\"0\":\"Remove\",\"slot_amount\":7,\"transition_rotation\":0,\"transition_duration\":300,\"delay\":\"\",\"save_performance\":\"off\",\"enable_link\":\"false\",\"link_type\":\"regular\",\"link\":\"\",\"link_open_in\":\"same\",\"slide_link\":\"nothing\",\"link_pos\":\"front\",\"slide_thumb\":\"\",\"class_attr\":\"\",\"id_attr\":\"\",\"attr_attr\":\"\",\"data_attr\":\"\",\"slide_bg_color\":\"#E7E7E7\",\"slide_bg_external\":\"\",\"bg_fit\":\"cover\",\"bg_fit_x\":\"100\",\"bg_fit_y\":\"100\",\"bg_repeat\":\"no-repeat\",\"bg_position\":\"center bottom\",\"bg_position_x\":\"0\",\"bg_position_y\":\"0\",\"bg_end_position_x\":\"0\",\"bg_end_position_y\":\"0\",\"bg_end_position\":\"center top\",\"kenburn_effect\":\"off\",\"kb_start_fit\":\"100\",\"kb_end_fit\":\"100\",\"kb_duration\":\"4000\",\"kb_easing\":\"Linear.easeNone\"}','[]'),(3,1,3,'{\"background_type\":\"image\",\"image\":\"http:\\/\\/www.weekendweddingvenues.com\\/wordpress\\/wp-content\\/uploads\\/2015\\/01\\/SA-day-large.jpg\",\"image_id\":\"11\",\"title\":\"Slide\",\"state\":\"published\",\"date_from\":\"\",\"date_to\":\"\",\"slide_transition\":\"random\",\"0\":\"Remove\",\"slot_amount\":7,\"transition_rotation\":0,\"transition_duration\":300,\"delay\":\"\",\"save_performance\":\"off\",\"enable_link\":\"false\",\"link_type\":\"regular\",\"link\":\"\",\"link_open_in\":\"same\",\"slide_link\":\"nothing\",\"link_pos\":\"front\",\"slide_thumb\":\"\",\"class_attr\":\"\",\"id_attr\":\"\",\"attr_attr\":\"\",\"data_attr\":\"\",\"slide_bg_color\":\"#E7E7E7\",\"slide_bg_external\":\"\",\"bg_fit\":\"cover\",\"bg_fit_x\":\"100\",\"bg_fit_y\":\"100\",\"bg_repeat\":\"no-repeat\",\"bg_position\":\"center bottom\",\"bg_position_x\":\"0\",\"bg_position_y\":\"0\",\"bg_end_position_x\":\"0\",\"bg_end_position_y\":\"0\",\"bg_end_position\":\"center top\",\"kenburn_effect\":\"off\",\"kb_start_fit\":\"100\",\"kb_end_fit\":\"100\",\"kb_duration\":\"4000\",\"kb_easing\":\"Linear.easeNone\"}','[]'),(4,1,5,'{\"background_type\":\"image\",\"image\":\"http:\\/\\/www.weekendweddingvenues.com\\/wordpress\\/wp-content\\/uploads\\/2015\\/01\\/staudries-large.jpg\",\"image_id\":\"12\",\"title\":\"Slide\",\"state\":\"published\",\"date_from\":\"\",\"date_to\":\"\",\"slide_transition\":\"random\",\"0\":\"Remove\",\"slot_amount\":7,\"transition_rotation\":0,\"transition_duration\":300,\"delay\":\"\",\"save_performance\":\"off\",\"enable_link\":\"false\",\"link_type\":\"regular\",\"link\":\"\",\"link_open_in\":\"same\",\"slide_link\":\"nothing\",\"link_pos\":\"front\",\"slide_thumb\":\"\",\"class_attr\":\"\",\"id_attr\":\"\",\"attr_attr\":\"\",\"data_attr\":\"\",\"slide_bg_color\":\"#E7E7E7\",\"slide_bg_external\":\"\",\"bg_fit\":\"cover\",\"bg_fit_x\":\"100\",\"bg_fit_y\":\"100\",\"bg_repeat\":\"no-repeat\",\"bg_position\":\"center top\",\"bg_position_x\":\"0\",\"bg_position_y\":\"0\",\"bg_end_position_x\":\"0\",\"bg_end_position_y\":\"0\",\"bg_end_position\":\"center bottom\",\"kenburn_effect\":\"on\",\"kb_start_fit\":\"100\",\"kb_end_fit\":\"60\",\"kb_duration\":\"2000\",\"kb_easing\":\"Linear.easeNone\",\"0\":\"Remove\"}','[]'),(5,1,1,'{\"background_type\":\"image\",\"image\":\"http:\\/\\/www.weekendweddingvenues.com\\/wordpress\\/wp-content\\/uploads\\/2015\\/01\\/summer-large.jpg\",\"image_id\":\"13\",\"title\":\"Slide\",\"state\":\"published\",\"date_from\":\"\",\"date_to\":\"\",\"slide_transition\":\"random\",\"0\":\"Remove\",\"slot_amount\":7,\"transition_rotation\":0,\"transition_duration\":300,\"delay\":\"\",\"save_performance\":\"off\",\"enable_link\":\"false\",\"link_type\":\"regular\",\"link\":\"\",\"link_open_in\":\"same\",\"slide_link\":\"nothing\",\"link_pos\":\"front\",\"slide_thumb\":\"\",\"class_attr\":\"\",\"id_attr\":\"\",\"attr_attr\":\"\",\"data_attr\":\"\",\"slide_bg_color\":\"#E7E7E7\",\"slide_bg_external\":\"\",\"bg_fit\":\"cover\",\"bg_fit_x\":\"100\",\"bg_fit_y\":\"100\",\"bg_repeat\":\"no-repeat\",\"bg_position\":\"center top\",\"bg_position_x\":\"0\",\"bg_position_y\":\"0\",\"bg_end_position_x\":\"0\",\"bg_end_position_y\":\"0\",\"bg_end_position\":\"center top\",\"kenburn_effect\":\"off\",\"kb_start_fit\":\"100\",\"kb_end_fit\":\"100\",\"kb_duration\":\"9000\",\"kb_easing\":\"Linear.easeNone\",\"0\":\"Remove\"}','[]'),(6,1,6,'{\"background_type\":\"image\",\"image\":\"http:\\/\\/www.weekendweddingvenues.com\\/wordpress\\/wp-content\\/uploads\\/2015\\/01\\/winter-large.jpg\",\"image_id\":\"14\",\"title\":\"Slide\",\"state\":\"published\",\"date_from\":\"\",\"date_to\":\"\",\"slide_transition\":\"random\",\"0\":\"Remove\",\"slot_amount\":7,\"transition_rotation\":0,\"transition_duration\":300,\"delay\":\"\",\"save_performance\":\"off\",\"enable_link\":\"false\",\"link_type\":\"regular\",\"link\":\"\",\"link_open_in\":\"same\",\"slide_link\":\"nothing\",\"link_pos\":\"front\",\"slide_thumb\":\"\",\"class_attr\":\"\",\"id_attr\":\"\",\"attr_attr\":\"\",\"data_attr\":\"\",\"slide_bg_color\":\"#E7E7E7\",\"slide_bg_external\":\"\",\"bg_fit\":\"cover\",\"bg_fit_x\":\"100\",\"bg_fit_y\":\"100\",\"bg_repeat\":\"no-repeat\",\"bg_position\":\"left top\",\"bg_position_x\":\"0\",\"bg_position_y\":\"0\",\"bg_end_position_x\":\"0\",\"bg_end_position_y\":\"0\",\"bg_end_position\":\"right center\",\"kenburn_effect\":\"on\",\"kb_start_fit\":\"150\",\"kb_end_fit\":\"75\",\"kb_duration\":\"2000\",\"kb_easing\":\"Linear.easeNone\"}','[]'); /*!40000 ALTER TABLE `wp_revslider_slides` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_revslider_static_slides` -- DROP TABLE IF EXISTS `wp_revslider_static_slides`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_revslider_static_slides` ( `id` int(9) NOT NULL AUTO_INCREMENT, `slider_id` int(9) NOT NULL, `params` text NOT NULL, `layers` text NOT NULL, PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_revslider_static_slides` -- LOCK TABLES `wp_revslider_static_slides` WRITE; /*!40000 ALTER TABLE `wp_revslider_static_slides` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_revslider_static_slides` 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=MyISAM DEFAULT CHARSET=utf8; /*!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,3,0),(21,3,0),(32,3,0),(56,4,0),(62,4,0),(81,3,0),(82,3,0),(80,3,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) NOT NULL DEFAULT '', `description` longtext NOT NULL, `parent` bigint(20) unsigned NOT NULL DEFAULT '0', `count` bigint(20) NOT NULL DEFAULT '0', PRIMARY KEY (`term_taxonomy_id`), UNIQUE KEY `term_id_taxonomy` (`term_id`,`taxonomy`), KEY `taxonomy` (`taxonomy`) ) ENGINE=MyISAM AUTO_INCREMENT=5 DEFAULT CHARSET=utf8; /*!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,2),(3,3,'nav_menu','',0,6),(4,4,'portfolio_category','',0,2); /*!40000 ALTER TABLE `wp_term_taxonomy` 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) NOT NULL DEFAULT '', `slug` varchar(200) NOT NULL DEFAULT '', `term_group` bigint(10) NOT NULL DEFAULT '0', PRIMARY KEY (`term_id`), KEY `name` (`name`), KEY `slug` (`slug`) ) ENGINE=MyISAM AUTO_INCREMENT=5 DEFAULT CHARSET=utf8; /*!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,'Header Menu','header-menu',0),(3,'Main Menu','main-menu',0),(4,'food & drink','food-drink',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) DEFAULT NULL, `meta_value` longtext, PRIMARY KEY (`umeta_id`), KEY `user_id` (`user_id`), KEY `meta_key` (`meta_key`) ) ENGINE=MyISAM AUTO_INCREMENT=28 DEFAULT CHARSET=utf8; /*!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','nickbetsy'),(2,1,'first_name',''),(3,1,'last_name',''),(4,1,'description',''),(5,1,'rich_editing','true'),(6,1,'comment_shortcuts','false'),(7,1,'admin_color','fresh'),(8,1,'use_ssl','0'),(9,1,'show_admin_bar_front','true'),(10,1,'wp_capabilities','a:1:{s:13:\"administrator\";b:1;}'),(11,1,'wp_user_level','10'),(12,1,'dismissed_wp_pointers','wp350_media,wp360_revisions,wp360_locks,wp390_widgets,wp410_dfw'),(13,1,'show_welcome_panel','1'),(14,1,'session_tokens','a:2:{s:64:\"2fc52e29f09c68dab8c6e077a7cba6236f0c100f7d029b1e90d53f24a16208d9\";a:4:{s:10:\"expiration\";i:1422636408;s:2:\"ip\";s:11:\"89.37.61.53\";s:2:\"ua\";s:108:\"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.2214.93 Safari/537.36\";s:5:\"login\";i:1422463608;}s:64:\"54961a98a29eb234a19c54b9161f06d1d8eba6bb1616e5a9e2a26a53d114225f\";a:4:{s:10:\"expiration\";i:1422793580;s:2:\"ip\";s:11:\"89.37.61.53\";s:2:\"ua\";s:108:\"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.2214.93 Safari/537.36\";s:5:\"login\";i:1422620780;}}'),(15,1,'wp_dashboard_quick_press_last_post_id','8'),(16,1,'wp_user-settings','hidetb=1&editor=html&libraryContent=browse&align=center&imgsize=full&advImgDetails=show'),(17,1,'wp_user-settings-time','1422195658'),(18,1,'tgmpa_dismissed_notice','1'),(19,1,'closedpostboxes_page','a:0:{}'),(20,1,'metaboxhidden_page','a:4:{i:0;s:10:\"postcustom\";i:1;s:16:\"commentstatusdiv\";i:2;s:7:\"slugdiv\";i:3;s:9:\"authordiv\";}'),(21,1,'managenav-menuscolumnshidden','a:4:{i:0;s:11:\"link-target\";i:1;s:11:\"css-classes\";i:2;s:3:\"xfn\";i:3;s:11:\"description\";}'),(22,1,'metaboxhidden_nav-menus','a:6:{i:0;s:8:\"add-post\";i:1;s:13:\"add-portfolio\";i:2;s:12:\"add-post_tag\";i:3;s:15:\"add-post_format\";i:4;s:22:\"add-portfolio_category\";i:5;s:25:\"add-testimonials_category\";}'),(26,1,'closedpostboxes_security_page_toplevel_page_itsec_settings','a:1:{i:0;s:14:\"global_options\";}'),(23,1,'closedpostboxes_portfolio','a:5:{i:0;s:20:\"general-post-options\";i:1;s:11:\"postexcerpt\";i:2;s:16:\"commentstatusdiv\";i:3;s:11:\"commentsdiv\";i:4;s:21:\"mymetabox_revslider_0\";}'),(24,1,'metaboxhidden_portfolio','a:1:{i:0;s:7:\"slugdiv\";}'),(25,1,'nav_menu_recently_edited','3'),(27,1,'metaboxhidden_security_page_toplevel_page_itsec_settings','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) NOT NULL DEFAULT '', `user_pass` varchar(64) NOT NULL DEFAULT '', `user_nicename` varchar(50) NOT NULL DEFAULT '', `user_email` varchar(100) NOT NULL DEFAULT '', `user_url` varchar(100) NOT NULL DEFAULT '', `user_registered` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `user_activation_key` varchar(60) NOT NULL DEFAULT '', `user_status` int(11) NOT NULL DEFAULT '0', `display_name` varchar(250) NOT NULL DEFAULT '', PRIMARY KEY (`ID`), KEY `user_login_key` (`user_login`), KEY `user_nicename` (`user_nicename`) ) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8; /*!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,'nickbetsy','$P$BA6Z4cLqly/LR6p8GFV.TC.2f8uAv5.','nickbetsy','nickbetsy@gmail.com','','2014-11-20 15:35:28','',0,'nickbetsy'); /*!40000 ALTER TABLE `wp_users` ENABLE KEYS */; UNLOCK TABLES; /*!40103 SET TIME_ZONE=@OLD_TIME_ZONE */; /*!40101 SET SQL_MODE=@OLD_SQL_MODE */; /*!40014 SET FOREIGN_KEY_CHECKS=@OLD_FOREIGN_KEY_CHECKS */; /*!40014 SET UNIQUE_CHECKS=@OLD_UNIQUE_CHECKS */; /*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */; /*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */; /*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */; /*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */; -- Dump completed on 2016-04-11 12:40:14